]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
h8300.c: Fix comment typos.
[gcc.git] / gcc / ChangeLog
1 2000-08-10 Kazu Hirata <kazu@hxi.com>
2
3 * h8300.c: Fix comment typos.
4 (dosize): Declare the variable amount as unsigned.
5 (get_shift_alg): Fix a comparison between signed and unsigned.
6 (emit_a_shift): Likewise.
7 (h8300_adjust_insn_length): Simplify the code.
8
9 * c-decl.c: Fix formatting.
10
11 2000-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12
13 * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
14 warning about non-traditional numeric constant suffixes.
15
16 * cppexp.c (parse_number): Likewise.
17
18 * invoke.texi: (-Wtraditional): Document new behavior.
19
20 Thu Aug 10 00:11:04 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
21
22 * gthr-posix.h: Include auto-host.h. Conditionally include
23 <sched.h>.
24 * configure.in: Check for the <sched.h> header file.
25 * config.in: Added define for HAVE_SCHED_H.
26
27 2000-08-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
28
29 * c-typeck.c (process_init_element): For -Wtraditional, warn about
30 initialization of unions.
31
32 * invoke.texi (-Wtraditional): Document new behavior.
33
34 2000-08-09 Zack Weinberg <zack@wolery.cumb.org>
35
36 * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINE
37 instead of extra_c_flags.
38 (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
39 * configure: Regenerate.
40 * config.in: Regenerate.
41
42 * cpperror.c (cpp_type2name): New function.
43 * cpplex.c (lex_line): If we issued an error for an invalid
44 preprocessing directive, discard that logical line.
45 * cpplib.c (do_line): Call a hook function if the current file
46 is renamed by #line.
47 (do_ident): Pass the contents of the string, not the entire
48 token, to the callback function.
49 * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
50 (cb.rename_file): New hook function.
51 (cb.ident): Adjust prototype.
52 (cpp_type2name): Prototype.
53 * cppmacro.c (dump_macro_args): Correct precedence lossage.
54
55 * cppmain.c (cb_ident): Update for changed interface.
56 (cb_rename_file): New function.
57 (main): Set rename callback.
58
59 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
60
61 * caller-save.c (mark_referenced_regs): Mark partially-overwritten
62 multi-word registers.
63
64 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
65
66 * c-common.c (combine_strings, check_format_info): Refer to ISO C
67 or ISO C89 instead of ANSI C.
68 * c-decl.c (grokdeclarator, xref_tag, finish_struct,
69 build_enumerator, do_case): Likewise.
70 * c-lex.c (parse_float, yylex): Likewise.
71 * c-parse.in: Likewise.
72 * c-typeck.c (common_type, build_array_ref, build_binary_op,
73 build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
74 build_c_cast, convert_for_assignment, set_init_index,
75 set_init_label, c_expand_start_case): Likewise.
76 * toplev.c (documented_lang_options, display_help): Likewise.
77
78 2000-08-08 Kazu Hirata <kazu@hxi.com>
79
80 * h8300.c: Fix formatting.
81 * h8300.h: Likewise.
82 * h8300.md: Likewise.
83 (movsi_h8300hs): Fix formatting of the resulting assembly code.
84
85 * reload1.c: Fix formatting.
86
87 2000-08-08 Rodney Brown <RodneyBrown@mynd.com>
88
89 * alpha/alpha.c (alpha_emit_xfloating_libcall):
90 Use GEN_CALL_VALUE define.
91 * alpha/alpha.md (untyped_call): Use GEN_CALL define.
92 * clipper/clipper.md (untyped_call): Likewise.
93 * dsp16xx/dsp16xx.md (untyped_call): Likewise.
94 * fx80/fx80.md (untyped_call): Likewise.
95 * mips/mips.md (untyped_call): Likewise.
96 * ns32k/ns32k.md (untyped_call): Likewise.
97 * pa/pa.md (untyped_call): Likewise.
98 * romp/romp.md (untyped_call): Likewise.
99 * sparc/sparc.md (untyped_call): Likewise.
100
101 2000-08-08 Jason Eckhardt <jle@cygnus.com>
102
103 * config/i860/i860.c (singlemove_string): Do not generate assembler
104 pseudo instructions that must be expanded (that is, with signed
105 constants larger than 16 bits).
106
107 2000-08-08 Richard Henderson <rth@cygnus.com>
108
109 * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
110 PROP_AUTOINC at -O0. Don't collect alias info at -O0.
111 (init_propagate_block_info): Don't kill memory stores at -O0.
112 (mark_set_1, mark_used_regs): Likewise.
113
114 2000-08-08 David Edelsohn <edelsohn@gnu.org>
115
116 * rs6000.c (optimization_options): Decorate 'level' as
117 ATTRIBUTE_UNUSED.
118 (mask64_operand): Remove sign-extend thinko.
119 (rldic_operand): New function.
120 (load_multiple_operation): regno's are unsigned ints.
121 (store_multiple_operation): Likewise.
122 (lmw_operation): Likewise.
123 (stmw_operation): Likewise.
124 (includes_lshift_p): shift_mask is unsigned int.
125 (includes_lshift64_p): New function.
126 (addrs_ok_for_quad_peep): unsigned int reg1.
127 (print_operand): Consistently add "else" after
128 output_operand_lossage().
129 (print_operand, case 'b'): Fold in case 'W'.
130 (print_operand, case 'W'): Print rldic MB value.
131 (output_epilogue): Update Objective-C language string.
132 (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
133 * rs6000.h (PREDICATE_CODES): Add rldic_operand.
134 * rs6000.md (ashldi3): Add rldic instruction.
135 (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
136 (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
137 modifier.
138
139 2000-08-08 Richard Henderson <rth@cygnus.com>
140
141 * config/ia64/ia64-protos.h: Remove duplicates. Update
142 for massive code rearrangements.
143 * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
144 (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
145 (ia64_local_regs, ia64_need_regstk): Remove.
146 (ar_ccv_reg_operand): New.
147 (ia64_gp_save_reg): New.
148 (struct ia64_frame_info): Combine most of the size elements;
149 add new gr save elements.
150 (find_gr_spill): New.
151 (next_scratch_gr_reg): New.
152 (mark_reg_gr_used_mask): New.
153 (ia64_compute_frame_size): Rewrite. Allocate special AR regs
154 to GR backing store regs when possible.
155 (ia64_initial_elimination_offset): New.
156 (ia64_rap_fp_offset): Remove.
157 (save_restore_insns): Remove.
158 (setup_spill_pointers): New.
159 (finish_spill_pointers): New.
160 (spill_restore_mem): New.
161 (do_spill, do_restore): New.
162 (ia64_expand_prologue): Rewrite to use them.
163 (ia64_expand_epilogue): Likewise.
164 (ia64_direct_return): Update for current_frame_info changes.
165 (ia64_function_prologue): Simplify .prologue emission. Emit
166 .spill when needed.
167 (ia64_setup_incoming_varargs): Don't ever emit rtl.
168 (ia64_dbx_register_number): New.
169 (ia64_initialize_trampoline): New.
170 (ia64_secondary_reload_class): Request GR_REGS for integer
171 arithmetic destined for FR_REGS.
172 (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
173 (ia64_mark_machine_status): Mark ia64_gp_save.
174 (rws_access_regno): Rename from rws_access_reg; don't treat
175 predicates specially.
176 (rws_access_reg): New. Update all callers.
177 (rtx_needs_barrier): Remove dead unspecs.
178 (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
179 (ia64_encode_section_info): Silence signed/unsigned warnings.
180 (spill_offset, sp_offset, spill_offset_emitted): Remove.
181 (tmp_reg, tmp_saved): Remove.
182 (process_set): Rewrite to expect complicated bits via
183 REG_FRAME_RELATED_EXPR.
184 (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
185 in the use of ar.ccv; never set RTX_UNCHANGING_P.
186 (ia64_expand_op_and_fetch): Likewise.
187 (ia64_expand_compare_and_swap): Likewise.
188 (ia64_expand_builtin): Likewise.
189 * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
190 (FIRST_PSEUDO_REGISTER): Update.
191 (AR_M_REGNO_P): Update.
192 (FIXED_REGS): Don't mark three local registers as used.
193 (EXTRA_CC_MODES): New.
194 (SELECT_CC_MODE): New.
195 (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
196 (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
197 (FRAME_GROWS_DOWNWARD): Unset.
198 (STARTING_FRAME_OFFSET): Zero.
199 (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
200 (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
201 (HARD_FRAME_POINTER_REGNUM): New.
202 (CAN_DEBUG_WITHOUT_FP): Define.
203 (TRAMPOLINE_TEMPLATE): Remove.
204 (TRAMPOLINE_SIZE): Lower to 32.
205 (TRAMPOLINE_ALIGNMENT): Lower to 64.
206 (INITIALIZE_TRAMPOLINE): Defer to out of line function.
207 (PREDICATE_CODES): Update.
208 (struct machine_function): Add ia64_gp_save.
209 * config/ia64/ia64.md: Purge unused unspecs.
210 (movsi patterns): Allow moves to/from AR_M_REGS.
211 (movdi patterns): Allow moves to/from p0.
212 (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
213 (gr_spill, gr_restore): Indicate ar.unat read/written.
214 (nonlocal_goto): Don't pass old frame_pointer.
215 (nonlocal_goto_receiver): Remove.
216 (exception_receiver): New.
217 (builtin_setjmp_setup): New.
218 (builtin_setjmp_receiver): New.
219 * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
220 (__ia64_nonlocal_goto): Bundle. Don't kill r7.
221 (__ia64_restore_stack_nonlocal): Likewise.
222 (__ia64_trampoline): New.
223 * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
224 function.
225 * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
226
227 2000-08-08 Richard Henderson <rth@cygnus.com>
228
229 * frame.h (ia64_frame_state): Add my_psp.
230 * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
231 (__throw): Pass it in. Don't clobber r7.
232 * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
233 (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
234 and nothing to do with sp.
235 (normalize_reg_loc): Use frame->my_psp.
236 (frame_translate): Handle frame-pointer-less functions. Set
237 spill_base correctly, in absence of being told.
238 (__build_ia64_frame_state): New sp argument. Fill in frame->my_sp.
239 (__ia64_backtrace_helper): New sp argument. Use
240 builtin_return_address instead of label addresses.
241 (print_record) [mem_stack_v]: No size member.
242
243 2000-08-08 Richard Henderson <rth@cygnus.com>
244
245 * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
246
247 2000-08-08 Richard Henderson <rth@cygnus.com>
248
249 * tm.texi (LOCAL_REGNO): Document.
250 * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
251 (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
252 * reload1.c (reload): Likewise when considering nonlocal labels.
253
254 * config/ia64/ia64.h (LOCAL_REGNO): New.
255 * config/sparc/sparc.h (LOCAL_REGNO): New.
256
257 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
258
259 * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
260
261 2000-08-07 Nick Clifton <nickc@redhat.com>
262
263 * config/mips/mips.c: Fix compile time warning messages.
264 * config/mips/mips-protos.h: Add prototype for equality_op.
265
266 * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
267
268 2000-08-07 Graham Stott <grahams@cygnus.co.uk>
269
270 * mn10300.md: Use nonimmediate_operand instead of general_operand
271 on output operands.
272
273 * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
274
275 2000-08-07 Alexandre Oliva <aoliva@redhat.com>
276
277 * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
278 * sh.c (expand_block_move): Break long lines.
279 (expand_ashiftrt, fpscr_set_from_mem): Likewise.
280 * sh.md (mulsi3): Likewise.
281 (movdi): Adjust spacing.
282
283 2000-08-07 Richard Henderson <rth@cygnus.com>
284
285 * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
286 * expr.c (emit_group_store): Don't set it.
287
288 2000-08-07 Kazu Hirata <kazu@hxi.com>
289
290 * invoke.texi (Options for Debugging Your Program or GCC): Remove
291 duplicate entries for 'w' and 'z'.
292
293 * flow.c: Fix a comment typo.
294
295 Sun Aug 6 23:47:35 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
296
297 * c-parse.in: Changed the language string for Objective-C to "GNU
298 Objective-C".
299
300 Sun Aug 6 11:54:03 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
301
302 * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
303 to improve the Posix thread support for Objective-C.
304
305 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
306
307 * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
308 CTI_UNSIGNED_PTRDIFF_TYPE.
309 (signed_size_type_node): Define.
310 (unsigned_ptrdiff_type_node): Define.
311 * c-decl.c (init_decl_processing): Create the
312 signed_size_type_node and unsigned_ptrdiff_type_node types.
313 * c-common.c (T_SC): Define.
314 (T_SST): Define.
315 (T_UPD): Define.
316 (print_char_table): Use T_SST for %zd, %zi, %zn. Use T_UPD for
317 %to, %tu, %tx, %tX. Allow %hhn (T_SC). Add "c" to the flags for
318 %s and %p.
319 (scan_char_table): Use T_SC for %hhd, %hhi, %hhn. Use T_SST for
320 %zd, %zi, %zn. Use T_UPD for %to, %tu, %tx, %tX. Add "c" to the
321 flags for %c, %s and %[.
322 (check_format_info): Only allow leniency for signedness of targets
323 of character pointers (when pedantic) for formats flagged with
324 "c", so for strings but not for %hh formats. When pedantic, don't
325 allow character pointers to substitute for void pointers if a
326 second level of indirection is present.
327
328 2000-08-06 Kazu Hirata <kazu@hxi.com>
329
330 * invoke.texi (Options for Debugging Your Program or GCC): Update
331 the names of dump files.
332
333 * h8300.c (dosize): Rearrange code for conciseness.
334 (split_adds_subs): Likewise.
335
336 * loop.c: Fix formatting.
337
338 * dwarf2out.c: Fix formatting.
339
340 * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
341
342 * expr.c: Fix formatting.
343
344 2000-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
345
346 * rs6000.c (rs6000_maybe_dead): Prototype.
347
348 2000-08-06 Richard Henderson <rth@cygnus.com>
349
350 * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
351 HAVE_nonlocal_goto as well.
352 * config/i960/i960.md (nonlocal_goto): Don't do it here.
353 * config/pj/pj.md (nonlocal_goto): Likewise.
354
355 2000-08-07 Michael Hayes <mhayes@cygnus.com>
356
357 * loop.c (try_swap_copy_prop): New function.
358 (load_mems): Rename copies to load_copies and add new regset
359 store_copies. Check for sets of shadow registers and mark
360 in store_copies. Call try_swap_copy_prop for registers
361 marked in store_copies.
362
363 Sun Aug 6 00:54:42 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
364
365 * objc/objc-act.c: New command line option -fconstant-string-class
366 to allow specifying a user defined constant string class,
367 different from NXConstantString.
368
369 * toplev.c: Moved the Objective-C specific options to
370 objc/lang-options.h.
371
372 * objc/lang-options.h: Moved the Objective-C specific options from
373 toplev.c. Added -fconstant-string-class.
374
375 2000-08-05 Chris Demetriou <cgd@sibyte.com>
376
377 * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
378 DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
379 __CTOR_LIST__ from func_ptr array to just func_ptr, to
380 avoid extra alignment imposed on arrays.
381 * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
382 DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
383
384 * mips.h: Clean up comments and spacing near MASKs.
385 (TARGET_UNIX_ASM): Delete.
386 (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
387 MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
388 values contiguous.
389
390 2000-08-05 Joseph S. Myers <jsm28@cam.ac.uk>
391
392 * c-common.c (print_char_table): Add entries for the X/Open '
393 format flag (print decimals with locale's thousands grouping
394 character). Make %C expect wint_t.
395 (check_format_info): If pedantic, warn when the %n$ operand
396 number form is used. Allow for the ' flag; warn about it if
397 pedantic.
398
399 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
400
401 * i386.h (FUNCTION_OK_FOR_SIBCALL): Not OK if DECL's return
402 type is a float mode, cfun->decl's return type is not, and
403 TARGET_FLOAT_RETURNS_IN_80387.
404
405 2000-08-04 Andreas Schwab <schwab@suse.de>
406
407 * cppmain.c (cb_def_pragma): Skip the first two tokens from the
408 token list, which are always `#' and `pragma'.
409
410 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
411
412 * tree.c (tree_expr_nonnegative_p): Move to...
413 * fold-const.c: ... here. Also handle BIND_EXPR and RTL_EXPR.
414 (rtl_expr_nonnegative_p): New.
415 * tree.h: Add prototype for rtl_expr_nonnegative_p.
416
417 * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
418 CONST_DOUBLE_CHAIN: Move to...
419 * rtl.h: ...here. Use XCINT/XCEXP.
420
421 * Makefile.in: Remove toplev.o from OBJS. Add rule to make
422 libbackend.a; add libbackend.a to STAGESTUFF. Add BACKEND
423 variable. Use BACKEND when linking cc1, not OBJS. Add BACKEND
424 to VOL_FILES.
425
426 * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
427
428 2000-08-05 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
429
430 * config/c4x/c4x.md (return_indirect_internal): New.
431 * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
432
433 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
434
435 * c-common.c (time_char_table): Mark up formats added in C99 and
436 make other corrections. %D and %g were added in C99. %Og is an
437 extension. %EX is permitted. %R, %T, %n, %r, %t were added in
438 C99. %e was added in C99. %Oj is an extension. %G and %z are in
439 C99 rather than GNU extensions, but %OG and %Oz are extensions.
440 %h was added in C99. %C was added in C99. %OY and %OC are
441 extensions. Add the C99 format %F.
442 (check_format_info): If pedantic and not in C99 mode, warn for C99
443 formats, %E and %O.
444
445 Fri Aug 4 23:01:58 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
446
447 * function.c (schedule_fixup_var_refs): New function, broken out
448 of put_reg_into_stack.
449 (put_reg_into_stack): Use it.
450 (put_var_into_stack): In CONCAT case, fixup up references for
451 components only after fixing up references to the whole concat.
452
453 2000-08-04 Rodney Brown <RodneyBrown@pmsc.com>
454
455 * alias.c (mark_constant_function): Use INSN_P.
456 (init_alias_analysis): Likewise.
457 * combine.c (combine_instructions): Use INSN_P.
458 (can_combine_p): Likewise.
459 (try_combine): Likewise.
460 (distribute_notes): Likewise.
461 (distribute_links): Likewise.
462 * cse.c (cse_around_loop): Use INSN_P.
463 (invalidate_skipped_block): Likewise.
464 (cse_set_around_loop): Likewise.
465 (cse_end_of_basic_block): Likewise.
466 (delete_trivially_dead_insns): Likewise.
467 * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
468 (unshare_all_rtl_1): Likewise.
469 (next_cc0_user): Likewise.
470 (try_split make_insn_raw): Likewise.
471 (remove_unnecessary_notes): Likewise.
472 * final.c (shorten_branches): Use INSN_P.
473 (leaf_renumber_regs): Likewise.
474 (leaf_renumber_regs_insn): Likewise.
475 * flow.c (find_label_refs): Use INSN_P.
476 (verify_wide_reg): Likewise.
477 (notice_stack_pointer_modification): Likewise.
478 (count_or_remove_death_notes): Likewise.
479 (verify_flow_info): Likewise.
480 (clear_log_links): Likewise.
481 * function.c (fixup_var_refs_insns): Use INSN_P.
482 (compute_insns_for_mem): Likewise.
483 * gcse.c (alloc_gcse_mem): Use INSN_P.
484 (compute_sets): Likewise.
485 (compute_hash_table): Likewise.
486 (classic_gcse): Likewise.
487 (cprop): Likewise.
488 (insert_insn_end_bb): Likewise.
489 (delete_null_pointer_checks_1): Likewise.
490 * global.c (expand_preferences): Use INSN_P.
491 (build_insn_chain): Likewise.
492 * graph.c (node_data): Use INSN_P.
493 * haifa-sched.c (priority): Use INSN_P.
494 (rm_line_notes): Likewise.
495 (rm_other_notes): Likewise.
496 (find_insn_reg_weight): Likewise.
497 (init_target_units): Likewise.
498 (schedule_block): Likewise.
499 (compute_block_forward_dependences): Likewise.
500 (debug_dependencies): Likewise.
501 (set_priorities): Likewise.
502 * integrate.c (function_cannot_inline_p): Use INSN_P.
503 (save_parm_insns): Likewise.
504 (copy_insn_list): Likewise.
505 * jump.c (mark_all_labels): Use INSN_P.
506 (never_reached_warning): Likewise.
507 * lcm.c (optimize_mode_switching): Use INSN_P.
508 * local-alloc.c (validate_equiv_mem): Use INSN_P.
509 (memref_used_between_p): Likewise.
510 (update_equiv_regs): Likewise.
511 (block_alloc): Likewise.
512 (no_conflict_p): Likewise.
513 * loop.c (scan_loop): Use INSN_P.
514 (find_and_verify_loops): Likewise.
515 (count_loop_regs_set): Likewise.
516 (loop_reg_used_before_p): Likewise.
517 (strength_reduce): Likewise.
518 (recombine_givs): Likewise.
519 (check_dbra_loop): Likewise.
520 (load_mems): Likewise.
521 (try_copy_prop): Likewise.
522 * print-rtl.c (print_rtx): Use INSN_P.
523 * recog.c (find_single_use): Use INSN_P.
524 * reg-stack.c (stack_regs_mentioned): Use INSN_P.
525 (next_flags_user): Likewise.
526 (swap_rtx_condition): Likewise.
527 * regmove.c (mark_flags_life_zones): Use INSN_P.
528 (optimize_reg_copy_1): Likewise.
529 (optimize_reg_copy_2): Likewise.
530 (optimize_reg_copy_3): Likewise.
531 (reg_is_remote_constant_p): Likewise.
532 (fixup_match_2): Likewise.
533 (regmove_optimize): Likewise.
534 (fixup_match_1): Likewise.
535 * regrename.c (build_def_use): Use INSN_P.
536 (replace_reg_in_block): Likewise.
537 (consider_use): Likewise.
538 * reload.c (find_equiv_reg): Use INSN_P.
539 * reload1.c (reload): Use INSN_P.
540 (maybe_fix_stack_asms): Likewise.
541 (calculate_needs_all_insns): Likewise.
542 (reload_as_needed): Likewise.
543 (emit_output_reload_insns): Likewise.
544 (delete_address_reloads_1): Likewise.
545 (reload_cse_regs_1): Likewise.
546 (reload_combine): Likewise.
547 (reload_cse_move2add): Likewise.
548 * reorg.c (redundant_insn): Use INSN_P.
549 (dbr_schedule): Likewise.
550 * resource.c (find_dead_or_set_registers): Use INSN_P.
551 (mark_target_live_regs): Likewise.
552 * rtlanal.c (reg_used_between_p): Use INSN_P.
553 (reg_referenced_between_p): Likewise.
554 (reg_set_between_p): Likewise.
555 (reg_set_p): Likewise.
556 (single_set): Likewise.
557 (multiple_sets): Likewise.
558 (find_last_value): Likewise.
559 (reg_set_last): Likewise.
560 (find_reg_note): Likewise.
561 (find_regno_note): Likewise.
562 * sibcall.c (sequence_uses_addressof): Use INSN_P.
563 * simplify-rtx.c (cselib_process_insn): Use INSN_P.
564 * ssa.c (find_evaluations): Use INSN_P.
565 (rename_block): Likewise.
566 (rename_equivalent_regs): Likewise.
567 * unroll.c (loop_find_equiv_value): Use INSN_P.
568 (set_dominates_use): Likewise.
569 * varasm.c (mark_constant_pool): Use INSN_P.
570 (mark_constants): Likewise.
571 * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
572 (alphaev4_next_group): Likewise.
573 (alphaev5_next_group): Likewise.
574 * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
575 (c4x_rptb_rpts_p): Likewise.
576 * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
577 * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
578 (rs6000_adjust_priority): Likewise.
579 * config/sh/sh.c (sh_loop_align): Use INSN_P.
580 (machine_dependent_reorg): Likewise.
581 (split_branches): Likewise.
582 * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
583
584 Fri Aug 4 11:43:49 2000 John Wehle (john@feith.com)
585
586 * combine.c (recog_for_combine): Remove the old notes
587 prior to attempting to recognize the new pattern.
588 (distribute_notes): Ignore REG_NONNEG notes.
589
590 2000-08-04 Chandrakala Chavva <cchavva@redhat.com>
591
592 * varasm.c (output_constructor): Add .align 0 for packed vars.
593
594 2000-08-04 J. David Anglin <dave@hiauly1.hia.nrc.ca>
595
596 * configure.in: Use default thread_file even when enable_threads is
597 yes or dce because hpux10.20 pa port uses MULTILIB implementation.
598 * configure: Rebuilt.
599
600 * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
601
602 2000-08-04 Donn Terry (donnte@microsoft.com)
603
604 * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
605
606 2000-08-04 Mark Elbrecht <snowball3@bigfoot.com>
607
608 * i386/x-djgpp: Delete code that conditionally modifies target_alias.
609 Delete code that conditionally modifies 'version'.
610 Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
611 * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
612 * gcc.c (main): Use it.
613 * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
614 * prefix.c (update_path): Use it.
615 * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
616 (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
617 (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
618 code.
619 (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
620 (SUBTARGET_SWITCHES): Adjust.
621 (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
622 defining.
623 (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
624
625 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
626
627 * c-common.h (flag_isoc94): Declare.
628 * c-decl.c (flag_isoc94): Define.
629 (c_decode_option): Set flag_isoc94 as appropriate.
630 * c-common.c (T_PD, T_IM, T_UIM): Define.
631 (format_char_info): Add tlen and jlen.
632 (print_char_table): Add entries for %t and %j. Allow %zn. Allow
633 %F. Allow %lf.
634 (scan_char_table): Add entries for %t and %j. Allow %F. Allow
635 %l[.
636 (time_char_table): Add NULL entries for %t and %j.
637 (check_format_info): Allow for %t and %j. Warn for %F if pedantic
638 and not C99. Warn for %lc, %ls and %l[ if pedantic and not C94.
639 Warn for printf %lf if pedantic and not C99. Don't warn for empty
640 precision. Allow precision argument to be unsigned int. If
641 pedantic, warn for %p passed an argument not a pointer to possibly
642 qualified void or a possibly qualified character type, and for
643 pointer targets of the wrong sign, except for character pointers.
644
645 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
646
647 * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
648 * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
649 (wint_type_node): Define.
650 * c-decl.c (WINT_TYPE): Define.
651 (init_decl_processing): Create the wint_type_node type.
652 * c-common.c (T_WI): Define.
653 (print_char_table): Use T_WI for %lc format.
654
655 2000-08-04 Bruce Korb <bkorb@gnu.org>
656
657 * fixinc/: Verified that the MSDOS patch does not break
658 the UNIX functionality and applied the next three patches
659 from July:
660
661 2000-07-28 Eli Zaretskii <eliz@is.elta.co.il>
662
663 * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
664 output file with the temporary one by appending ".X" to generate
665 the temporary fuile's name. If the output file already has an
666 extension, replace it with ".X".
667
668 * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
669 not $DESTDIR, to find applyfix. Use sprintf instead of snprintf;
670 reallocate the command buffer while copying the command-line
671 argument. Redirect the output directly to the temporary file,
672 instead of going through another temporary file.
673 (process): Close the temporary file before unlinking it.
674 (machine_matches) [__MSDOS__]: If the machine doesn't match, set
675 the FD_SKIP_TEST flag. Pay attention to the FD_MACH_IFNOT flag.
676 (run_compiles): Pass p_fixd argument to machine_matches, as it
677 expects.
678
679 * fixinc/fixincl.sh: Export ORIGDIR. If $DJDIR is set in the
680 environment, assume there are no symlinks in the include
681 directory. When cleaning up the DONE files, look for them
682 case-insensitively. Don't try to remove symlinks if they aren't
683 there.
684
685 * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
686 all callers changed. Declare pz "const char *", to avoid compiler
687 warnings.
688
689 * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
690 Change prototype of make_raw_shell_str.
691
692 2000-07-27 Eli Zaretskii <eliz@is.elta.co.il>
693
694 * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
695 (initialize) [__MSDOS__]: Use tempnam.
696 (initialize): Don't use SIGPIPE if it is not defined.
697
698 * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
699 return stdout.
700
701 2000-07-25 Bruce Korb <bkorb@gnu.org>
702
703 * fixinc/fix*.[ch]: substantially reworked to make it possible
704 to run this program without using fork(2) or pipe(2) (i.e. in
705 a DOS environment).
706
707 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
708
709 * cppdefault.h (WINT_TYPE): Define.
710 * cppinit.c (builtin_array): Define __WINT_TYPE__.
711 * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
712 * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
713
714 Fri Aug 4 06:53:46 2000 Clinton Popetz <cpopetz@cygnus.com>
715
716 * (mips_legitimate_address_p): Don't allow register+offset
717 if the offset is large and negative, and we are compiling
718 for 64 bit registers.
719
720 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
721
722 * gencodes.c (main): Define CODE_FOR_nothing as the last possible
723 insn_code_number + 1.
724
725 2000-08-04 Kazu Hirata <kazu@hxi.com>
726
727 * h8300.c (function_prologue): Rearrange code for conciseness.
728 (function_epilogue): Likewise.
729 * h8300.h (OK_FOR_U): Fix formatting.
730
731 * cse.c: Fix a comment typo. Fix formatting.
732
733 2000-08-03 Richard Henderson <rth@cygnus.com>
734
735 * config/i386/i386.md (return_indirect_internal): New.
736 * config/i386/i386.c (ix86_expand_epilogue): Use it.
737
738 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
739
740 * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
741 before the name.
742 (lex_line): Glue @ onto the beginning of identifiers and
743 string constants, in Objective-C mode.
744 (output_token, spell_token): Handle CPP_OSTRING.
745 (can_paste, maybe_paste_with_next): Handle pasting @ onto the
746 beginning of a NAME or a STRING, in objc mode.
747
748 * cpplib.c (get_define_node): Do not permit identifiers that
749 begin with @ to be #defined.
750 * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
751 * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
752
753 * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
754 * c-tree.h (build_objc_string): Delete prototype.
755 * objc/objc-tree.def: Delete OBJC_STRING_CST.
756 * c-lex.c (yylex): Use build_string for all three kinds of strings.
757
758 * c-parse.in, objc/objc-act.c: Update commentary.
759
760 2000-08-03 Mark Mitchell <mark@codesourcery.com>
761
762 * extend.texi: Fix typo in last change.
763
764 * extend.texi: Add commentary on statement-expressions and their
765 interactions with C++.
766
767 2000-08-03 Nick Clifton <nickc@cygnus.com>
768
769 * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
770 * dwarf.h (LANG_JAVA): Change value to 0x000b.
771
772 2000-08-03 Anthony Green <green@cygnus.com>
773
774 * dwarf2out.c (gen_compile_unit_die): Add java language support.
775 (add_bound_info): Check for java language.
776 (is_java): New function.
777 * dwarfout.c (output_compile_unit_die): Ditto.
778 * dwarf.h (dwarf_source_language): Add java source language type.
779 * dwarf2.h (dwarf_source_language): Ditto.
780
781 Thu Aug 3 20:32:25 MET DST 2000 Jan Hubicka <jh@suse.cz>
782
783 * reg-stack.c (subst_stack_regs_pat): Use replace_reg to swap
784 operands.
785
786 * i386.c (ix86_expand_branch): Mode of comparison in
787 IF_THEN_ELSE is VOIDmode.
788
789 Thu Aug 3 10:05:53 2000 Akiko Matsushita <matusita@sra.co.jp>
790
791 * gengenrtl.c, rtl.c: Avoid #elif.
792
793 2000-08-03 Michael Poole <poole@troilus.org>
794
795 * tm.texi (Register Classes): Clarify order of sub-initializers
796 in REG_CLASS_CONTENTS.
797
798 Thu Aug 3 15:53:03 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
799
800 From SAITOH Masanobu:
801 * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
802
803 2000-08-03 David Billinghurst <David.Billinghurst@riotinto.com.au>
804
805 * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
806 is not supported by tradcpp and isn't actually needed for cygwin.
807
808 2000-08-03 Kazu Hirata <kazu@hxi.com>
809
810 * h8300.c: Fix a comment typo.
811 * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
812
813 * jump.c: Fix formatting.
814
815 * toplev.c: Fix formatting.
816
817 Thu Aug 3 01:05:32 2000 Jeffrey A Law (law@cygnus.com)
818
819 * flow.c (find_auto_inc): Verify that we've got a REG before
820 peeking at its regno. Fail, don't abort if we can't find
821 the increment of the desired register.
822
823 * pa.md (shadd height reduction patterns/splitters): Remove.
824
825 2000-08-02 Jim Wilson <wilson@cygnus.com>
826
827 * config/ia64/ia64-protos.h (flag_ssa): Declare.
828 * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
829
830 2000-08-02 Mark Mitchell <mark@codesourcery.com>
831
832 * dce.c: Remove all uses of assert.
833 * dwarf2out.c: Likewise.
834 * dwarfout.c: Likewise.
835 * ssa.c: Likewise.
836
837 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
838
839 * gcc.h (lang_specific_driver): Constify second argument.
840 * gcc.c (translate_options, process_command, main): Likewise.
841 Constify variables to match. Cast second argument to
842 pexecute.
843
844 * cppspec.c, gccspec.c: Adjust type of second argument to
845 lang_specific_driver, and update code as necessary.
846
847 2000-08-02 Jakub Jelinek <jakub@redhat.com>
848
849 * loop.c (scan_loop): Ensure update_end label does not
850 go away until reg_scan_update is run.
851
852 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
853
854 * c-common.h: Prototype min_precision and c_build_qualified_type here...
855 * c-tree.h: ... not here.
856 * errors.h: Prototype fancy_abort.
857
858 * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
859 HOST_BITS_PER_WIDE_INT == 64 ifdef block.
860 * regrename.c (regrename_optimize): Make control flow explicit.
861 (replace_reg_in_block): Initialize reg_use to 0.
862
863 * i386.c (legitimate_address_p): Rename error label to
864 report_error to avoid namespace clash.
865
866 2000-08-02 Kazu Hirata <kazu@hxi.com>
867
868 * fold-const.c: Fix formatting.
869
870 Wed Aug 2 16:26:15 MET DST 2000 Jan Hubicka <jh@suse.cz>
871
872 * i386.c (legitimate_address_p): Accept other bases than
873 pic_offset_table_rtx for GOTOFF constructs.
874
875 Wed Aug 2 15:59:34 MET DST 2000 Jan Hubicka <jh@suse.cz>
876
877 * i386.md (shift to lea splitter): Use const_int_operand.
878
879 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
880
881 * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
882 cppspec.c: Do not use 'legal' or 'illegal' in error messages
883 and comments.
884
885 * cppmain.c (cb_define, cb_undef): Don't generate any output
886 if not done_initializing.
887 * cpplex.c (maybe_paste_with_next): When the token after a ##
888 is an omitted rest argument, only delete the token before it
889 if that token is a comma. Do not warn about bogus token
890 pastes for , ## rest_arg.
891
892 * cpp.texi: Update.
893 * cpp.1: Regenerate.
894
895 2000-08-02 Fred Fish <fnf@be.com>
896
897 * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
898 when user gives -p option. Add init_term_dyn.o for BeOS 5.0
899 and later.
900
901 * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
902 Be directories to search path.
903
904 Remove support for __declspec(dllimport) and __declspec(dllexport).
905 This is leftover cruft from the earlier BeOS gcc port when BeOS
906 used Microsoft's PE object file format.
907 * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
908 * config/i386/t-beos (winnt.o): Remove Makefile frag.
909 * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
910 (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
911 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
912 (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
913 (REDO_SECTION_INFO_P): Remove.
914 (ASM_EXPORT_DECL): Remove.
915 (ASM_DECLARE_FUNCTION_NAME): Remove.
916 (ASM_DECLARE_OBJECT_NAME): Remove.
917 (ASM_OUTPUT_ALIGNED_COMMON): Remove.
918 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
919 (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
920 (STRIP_NAME_ENCODING): Remove.
921
922 Remove support for obsolete version of BeOS that is no longer
923 supported by Be.
924 * configure.in (i*86-*-beospe*): Remove.
925 * config/i386/beos-pe.h: Remove.
926
927 2000-08-01 Jeffrey Oldham <oldham@codesourcery.com>
928 Mark Mitchell <mark@codesourcery.com>
929
930 * Makefile.in (OBJS): Added dce.o.
931 (ssa.o): Updated target to include ssa.h.
932 (flow.o): Likewise.
933 (toplev.o): Likewise.
934 (dce.o): Created target.
935 * basic-block.h: Added comments.
936 (INVALID_BLOCK): Added definition.
937 (connect_infinite_loops_to_exit): Added declaration.
938 Moved SSA declarations to ssa.h.
939 * flow.c: Added inclusion of ssa.h.
940 (struct depth_first_search_dsS, depth_first_search_ds):
941 Added definitions.
942 (compute_immediate_postdominators): Added definition.
943 (connect_infinite_loops_to_exit): Likewise.
944 (flow_dfs_compute_reverse_init): Likewise.
945 (flow_dfs_compute_reverse_add_bb): Likewise.
946 (flow_dfs_compute_reverse_execute): Likewise.
947 (flow_dfs_compute_reverse_finish): Likewise.
948 * rtl.h (rtx/in_struct): Added use to determine insn necessity.
949 (LABEL_P): Added definition.
950 (JUMP_P): Likewise.
951 (NOTE_P): Likewise.
952 (BARRIER_P): Likewise.
953 (JUMP_TABLE_DATA_P): Likewise.
954 (INSN_DEAD_CODE_P): Likewise.
955 * ssa.c: Replaced inclusions with ssa.h inclusion.
956 (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
957 (rename_registers): Removed unnecessary variables.
958 * ssa.h: Created by moving declarations from ssa.c and
959 basic-block.h.
960 * timevar.def: Defined TV_DEAD_CODE_ELIM.
961 * toplev.c: Added ssa.h inclusion.
962 (dump_file_index): Added DFI_dce.
963 (dump_file): Added "dce" entry.
964 Defined flag_ssa.
965 (f_options): Added dce entry.
966 * invoke.texi: Document -fdce. Emphasize experimental status of
967 -fssa.
968 * dce.c: New file.
969
970 2000-08-01 Zack Weinberg <zack@wolery.cumb.org>
971
972 * cpperror.c (v_message): Split into _cpp_begin_message and
973 v_message macro. All callers updated.
974 (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
975 checks here.
976
977 * cppfiles.c (cpp_syshdr_flags): New function.
978 (read_include_file): Don't call cpp_output_tokens. Call
979 enter_file hook.
980 * cppinit.c (dump_macros_helper): Moved to cppmain.c.
981 (cpp_reader_init): Don't initialize token_buffer. Call
982 _cpp_init_internal_pragmas.
983 (cpp_cleanup): Don't clear token_buffer.
984 (cpp_start_read): Don't worry about output from -D processing.
985 Don't call cpp_output_tokens.
986 (cpp_finish): Don't dump macros here. Don't call
987 cpp_output_tokens.
988 * cppmacro.c (_cpp_dump_definition): Rename
989 cpp_dump_definition. Write directly to a FILE *.
990 (dump_funlike_macro): Delete.
991 (dump_macro_args): New.
992
993 * cpplex.c (TOKEN_LEN): Convert to inline function.
994 (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
995 cpp_scan_line, _cpp_dump_list): Delete.
996 (cpp_printf, cpp_output_list): New.
997 (output_line_command): Don't worry about entering or leaving files.
998 (cpp_scan_buffer): Just output each token as we hit it.
999 (process_directive): Don't call cpp_output_tokens.
1000 (_cpp_glue_header_name): Don't use token_buffer.
1001 (output_token, dump_param_spelling): Write directly to a FILE *.
1002
1003 * cpplib.c (pass_thru_directive, dump_macro_name,
1004 pragma_dispatch, do_pragma_gcc): Delete.
1005 (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
1006 do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
1007 functions.
1008 (do_error, do_warning, pragma_dependency): Call
1009 _cpp_begin_message, then cpp_output_list.
1010 (cpp_register_pragma, cpp_register_pragma_space,
1011 _cpp_init_internal_pragmas): New.
1012 (do_pragma): Walk the pragmas table here.
1013 (do_pragma_once, do_pragma_poison, do_pragma_system_header,
1014 do_pragma_dependency): Return void.
1015 (do_pragma_implementation): Moved to cppmain.c.
1016
1017 * cpplib.h: Update prototypes.
1018 (struct cpp_reader): Remove printer, token_buffer,
1019 token_buffer_size, and limit. Add struct cb, and pragmas.
1020 (struct cpp_printer): Remove last_id and written.
1021 (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
1022 CPP_ADJUST_WRITTEN): Delete.
1023 * cpphash.h: Update prototypes.
1024 (ufputs): New wrapper.
1025
1026 * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
1027 cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
1028 (main): Set up callbacks. Register #pragma implementation.
1029 Dump macros from here.
1030
1031 2000-08-01 Geoff Keating <geoffk@cygnus.com>
1032
1033 * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
1034 * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
1035 * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
1036 insns if they have a REG_MAYBE_DEAD note attached.
1037 * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
1038 (rs6000_emit_load_toc_table): TOC loads may go dead.
1039
1040 2000-08-01 Jim Wilson <wilson@cygnus.com>
1041
1042 * config/ia64/ia64.c (ia64_function_arg): Fix last change. Verify
1043 type exists before using it. Use number of words as alignment
1044 otherwise.
1045 (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
1046 ia64_va_arg): Propagate ia64_function_args changes here.
1047
1048 2000-08-01 Richard Henderson <rth@cygnus.com>
1049
1050 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
1051 * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
1052
1053 2000-08-01 Bernd Schmidt <bernds@cygnus.co.uk>
1054
1055 From Joern Rennecke:
1056 * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
1057 * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
1058 unless TARGET_SH3E is set.
1059 * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
1060
1061 * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
1062 (ashlsi3_std): New pattern.
1063 (ashlsi3 expander): Use it for TARGET_SH3.
1064 * sh.c (gen_ashift): Use it instead of ashlsi3_k.
1065
1066 Tue Aug 1 12:34:21 MET DST 2000 Jan Hubicka <jh@suse.cz>
1067
1068 * loop.c (canonicalize_condition): Use destination, not source to
1069 determine SET's mode.
1070
1071 2000-07-31 Mark Mitchell <mark@codesourcery.com>
1072
1073 * flow.c (clear_log_links): Fix typo.
1074
1075 Mon Jul 31 22:19:24 2000 Jeffrey A Law (law@cygnus.com)
1076
1077 * loop.c (check_dbra_loop): Make change from July 17, 2000 work
1078 on targets which need more than one insn for a compare/cbranch
1079 operation.
1080
1081 2000-07-31 Jim Wilson <wilson@cygnus.com>
1082
1083 * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
1084 when computing offset.
1085
1086 Mon Jul 31 20:35:50 2000 Denis Chertykov <denisc@overta.ru>
1087
1088 * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
1089
1090 2000-07-31 Geoff Keating <geoffk@cygnus.com>
1091
1092 * flow.c (clear_log_links): Nuke global_live_at_start and
1093 global_live_at_end data, since if the log_links stuff is invalid
1094 so is global_live_at_*.
1095
1096 2000-07-31 Richard Henderson <rth@cygnus.com>
1097
1098 * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
1099
1100 2000-07-31 Jakub Jelinek <jakub@redhat.com>
1101
1102 * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
1103 (_cpp_get_token): Don't macro expand a just pasted token if it
1104 was pasted at no_expand_level.
1105
1106 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
1107
1108 * cppmacro.c (find_param, count_params, save_expansion):
1109 Permit 'defined' as a macro parameter name.
1110
1111 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
1112
1113 * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
1114 xcpp to cpp throughout.
1115 (native): Remove unnecessary dependency on cpp.
1116
1117 * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
1118 tradcpp to tradcpp0.
1119 (.i spec): Add missing output-file spec to cc1 command line.
1120 * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
1121
1122 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
1123
1124 * c-decl.c (mesg_implicit_function_declaration): Init to -1.
1125 (implicit_decl_warning): New function.
1126 (implicitly_declare): Use it.
1127 * c-typeck.c (build_external_ref): Use implicit_decl_warning
1128 to complain about implicit decls of builtins.
1129
1130 * c-lang.c (lang_init): Set mesg_implicit_function_declaration
1131 based on pedantic && flag_isoc99, if not already set.
1132 * c-tree.h: Declare mesg_implicit_function_declaration.
1133 Prototype implicit_decl_warning.
1134
1135 2000-07-30 Jeffrey D. Oldham <oldham@codesourcery.com>
1136
1137 * Makefile.in (ssa.o): Updated header files in dependences.
1138 * basic-block.h: Added compute_immediate_postdominators declaration.
1139 * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
1140 definition.
1141 * flow.c (compute_immediate_dominators): Updated comment.
1142 (compute_immediate_postdominators): Added definition.
1143 * rtl.h (HARD_REGISTER_P): Added definition.
1144 * ssa.c: Include additional header files.
1145 (assert): Added definition.
1146 (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
1147 include select hard registers.
1148 (ssa_rename_to_insert): Likewise.
1149 (ssa_rename_from_initialize): Likewise.
1150 (ssa_rename_from_lookup): Likewise.
1151 (original_register): Likewise.
1152 (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
1153 include select hard reigsters.
1154 (ssa_rename_from_traverse): Likewise.
1155 (ssa_rename_from_free): Likewise.
1156 (ssa_rename_from_print): Likewise.
1157 (ssa_rename_from_print_1): Likewise.
1158 (ssa_rename_from_hash_function): Likewise.
1159 (ssa_rename_from_equal): Likewise.
1160 (ssa_rename_from_delete): Likewise.
1161 (simplify_to_immediate_dominators): Removed in favor of
1162 flow.c:compute_immediate_dominators.
1163 (find_evaluations_1): Modified to work with hard registers.
1164 (insert_phi_node): Likewise.
1165 (insert_phi_nodes): Likewise.
1166 (struct rename_set_data): Updated prev_reg comment.
1167 (create_delayed_rename): Modified to work with hard registers.
1168 (RENAME_NO_RTX): Updated comment.
1169 (apply_delayed_renames): Modified to work with hard registers.
1170 (rename_insn_1): Likewise and added handling of CLOBBER rtls.
1171 (rename_block): Updated to use revised ssa_rename_to interface.
1172 (rename_registers): Updated to use revised ssa_rename_to and
1173 ssa_rename_from interface.
1174 (convert_to_ssa): Revised to use compute_immediate_dominators and
1175 deal with hard registers.
1176 (make_regs_equivalent_over_bad_edges): Modified to work with hard
1177 registers. Added check for illegal unification of hard register.
1178 (make_equivalent_phi_alternatives_equivalent): Modified to work
1179 with hard registers.
1180 (compute_conservative_reg_partition): Likewise.
1181 (coalesce_if_unconflicting): Modified to work with hard registers
1182 and check for conflicting hard registers.
1183 (mark_phi_and_copy_regs): Revised loop to work only on pseudo
1184 registers.
1185 (rename_equivalent_regs_in_insn): Modified to work with hard
1186 registers.
1187 (record_canonical_element_1): Added definition.
1188 (check_hard_regs_in_partition): Added definition.
1189 (convert_from_ssa): Added data structure deallocation and check
1190 for illegal hard register unification.
1191 (conflict_hard_regs_p): Added definition.
1192 * toplev.c (rest_of_compilation): Added comment.
1193
1194 2000-07-31 Anthony Green <green@redhat.com>
1195
1196 * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
1197
1198 2000-07-31 Jason McMullan <jmcmullan@linuxcare.com>
1199
1200 * builtins.c (expand_builtin_apply): Don't defer pop during
1201 argument setup.
1202
1203 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1204
1205 * calls.c (combine_pending_stack_adjustment_and_call): Only use
1206 preferred_unit_stack_boundary when it is > 1.
1207
1208 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
1209
1210 * c-common.c (init_function_format_info): Add C99 format functions
1211 in C99 mode.
1212
1213 * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
1214 void' or 'register void' as being the special case of 'void' alone
1215 in a parameter list.
1216
1217 * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
1218 discarding qualifiers into a plain warning.
1219
1220 2000-07-31 Kazu Hirata <kazu@hxi.com>
1221
1222 * combine.c: Fix formatting.
1223
1224 * h8300.md: Fix formatting.
1225
1226 * local-alloc.c: Fix formatting.
1227
1228 * h8300.c (get_shift_alg): Remove the variable alg.
1229 (emit_a_shift): Rearrange code to improve readability.
1230
1231 * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
1232
1233 * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
1234 HImode on all architectures and a combination of HImode and SImode
1235 on H8/300H and H8/S.
1236
1237 * h8300.c (split_adds_subs): Rearrange code for conciseness.
1238
1239 Mon Jul 31 12:27:55 MET DST 2000 Jan Hubicka <jh@suse.cz>
1240
1241 * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
1242 in my last checkin.
1243
1244 Mon Jul 31 10:41:01 MET DST 2000 Jan Hubicka <jh@suse.cz>
1245
1246 * recog.c (extract_insn): Set operand_mode according to
1247 operand if match_operand is VOIDmode.
1248
1249 Mon Jul 31 10:36:38 MET DST 2000 Jan Hubicka <jh@suse.cz>
1250
1251 * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
1252
1253 2000-07-31 Geoff Keating <geoffk@cygnus.com>
1254
1255 * c-parse.in (extdefs): Call ggc_collect between external
1256 definitions.
1257
1258 2000-07-30 Michael Hayes <mhayes@cygnus.com>
1259 Richard Henderson <rth@cygnus.com>
1260
1261 * Makefile.in (OBJS): Add doloop.o.
1262 * doloop.c: New file.
1263
1264 * final.c (insn_current_reference_address): Return 0 before final.
1265 * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
1266 * jump.c (any_uncondjump_p): Likewise.
1267 * loop.c (indirect_jump_in_function): Make static.
1268 (strength_reduce): Call doloop_optimize.
1269 (insert_bct, instrument_loop_bct): Remove.
1270 * loop.h (doloop_optimize): Prototype.
1271 * recog.c (split_all_insns): Split all INSN_P.
1272 * toplev.c (flag_branch_on_count_reg): Default on.
1273
1274 * config/c4x/c4x.c (c4x_optimization_options): Don't set
1275 flag_branch_on_count_reg.
1276 * config/i386/i386.c (override_options): Likewise.
1277 * config/rs6000/rs6000.c (optimization_options): Likewise.
1278
1279 * config/i386/i386.md (decrement_and_branch_on_count): Remove.
1280 (doloop_end): New.
1281 (dbra_ge): Remove, as well as all it's splitters.
1282
1283 * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
1284 (doloop_end): New.
1285
1286 * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
1287 (ia64_register_move_cost): Declare.
1288 * config/ia64/ia64.c (ar_lc_reg_operand): New.
1289 (struct ia64_frame_info): Add ar_size.
1290 (ia64_compute_frame_size): Set it.
1291 (save_restore_insns): Save and restore ar.lc.
1292 (ia64_register_move_cost): New, moved from header file. Handle
1293 application registers.
1294 (REG_AR_PFS, REG_AR_EC): Remove. Replace with AR_*_REGNUM numbers.
1295 (emit_insn_group_barriers): Special case doloop_end_internal.
1296 (ia64_epilogue_uses): Mark ar.lc live at end.
1297 * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
1298 (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
1299 (FIRST_PSEUDO_REGISTER): Make room.
1300 (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
1301 (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
1302 (REG_ALLOC_ORDER): Update.
1303 (HARD_REGNO_MODE_OK): Update.
1304 (REGISTER_NAMES): Update.
1305 (enum reg_class): Add AR_M_REGS and AR_I_REGS.
1306 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
1307 (REGNO_REG_CLASS): Update.
1308 (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
1309 (REGISTER_MOVE_COST): Move out of line.
1310 (PREDICATE_CODES): Update.
1311 * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
1312 (addsi3_plus1_alt, adddi3_plus1_alt): New.
1313 (shladd_elim splitter): Allow constants in the predicate.
1314 (doloop_end, doloop_end_internal): New.
1315
1316 2000-07-30 Richard Henderson <rth@cygnus.com>
1317
1318 * genattrtab.c (struct insn_def): Add lineno member.
1319 (struct insn_ent): Likewise.
1320 (struct attr_desc): Likewise.
1321 (struct delay_desc): Likewise.
1322 (struct function_unit_op): Likewise.
1323 (struct function_unit): Likewise.
1324 (check_attr_value): Use message_with_line.
1325 (check_defs): Likewise.
1326 (expand_units): Likewise.
1327 (check_attr_test): Take a lineno argument.
1328 (gen_attr): Likewise.
1329 (gen_insn): Likewise.
1330 (gen_delay): Likewise.
1331 (gen_unit): Likewise.
1332 (main): Give it to them.
1333 (convert_set_attr_alternative): Take an insn_def argument
1334 instead of num_alt and insn_index.
1335 (convert_set_attr): Likewise.
1336 (write_test_expr): Protect INSN_ADDRESSES load
1337 with INSN_ADDRESSES_SET_P.
1338
1339 2000-07-30 Richard Henderson <rth@cygnus.com>
1340
1341 * flow.c (init_propagate_block_info): Use pc_set.
1342
1343 Sun Jul 30 20:58:34 MET DST 2000 Jan Hubicka <jh@suse.cz>
1344
1345 * i386.md (*lea_general_[123]) New insns and splits.
1346 (addsi3 to lea splitter): Handle other modes too.
1347 (shlsi3 to lea splitter): Likewise.
1348 (addhi_1_lea, shlhi_1_lea): New patterns.
1349 (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
1350
1351 Sun Jul 30 20:51:25 MET DST 2000 Jan Hubicka <jh@suse.cz>
1352
1353 * recog.c (general_operand, nonimmediate_operand): Accept
1354 any mode for VOIDmode CONSTANT_P operands.
1355
1356 Sun Jul 30 20:42:21 MET DST 2000 Jan Hubicka <jh@suse.cz>
1357
1358 * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
1359 instead of replace_rtx.
1360 * recog.c (validate_replace_rtx_subexp): New function.
1361 * recog.h (validate_replace_rtx_subexp): Declare.
1362
1363 Sun Jul 30 20:38:26 MET DST 2000 Jan Hubicka <jh@suse.cz>
1364
1365 * combine.c (simplify_set, make_extraction, make_compound_operation
1366 make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
1367 as force_to_mode argument.
1368
1369 Sun Jul 30 20:30:41 MET DST 2000 Jan Hubicka <jh@suse.cz>
1370
1371 * combine.c (if_then_else_cond): Be sure that mode fits in
1372 HOST_WIDE_INT.
1373
1374 Sun Jul 30 20:27:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
1375
1376 * combine.c (record_promoted_value): Allow bitsize of mode
1377 to be equivalent to HOST_BITS_PER_WISE_INT.
1378
1379 Sun Jul 30 20:25:21 MET DST 2000 Jan Hubicka <jh@suse.cz>
1380
1381 * function.c (assign_stack_local_1, assign_stack_temp_for_type):
1382 Do not call gen_mode_alignment when mode is BLKmode.
1383
1384 Sun Jul 30 20:21:54 MET DST 2000 Jan Hubicka <jh@suse.cz>
1385
1386 * loop.c (express_from_1): Fix call of simplify_gen_binary.
1387
1388 Sun Jul 30 20:08:37 MET DST 2000 Jan Hubicka <jh@suse.cz>
1389
1390 * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
1391 VOIDmode implies both operands to be VOIDmode.
1392 (simplify_ternary_operation): Compute properly the mode of comparison.
1393 * combine.c (combine_simplify_rtx): Likewise.
1394
1395 2000-07-25 Michael Hayes <mph@paradise.net.nz>
1396
1397 * basic-block.h (struct loops): New field rc_order.
1398 * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
1399 (flow_loops_free): Free rc_order.
1400 (flow_depth_first_order_compute): New parameter rc_order.
1401 (flow_loops_find): Allocate rc_order and swap usage with
1402 dfs_order.
1403
1404 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
1405 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1406
1407 * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
1408 (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
1409 (nodb_call, return_from_epilogue): Likewise.
1410 (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
1411 * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
1412 * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
1413 (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
1414 (c4x_valid_type_attribute_p): Likewise.
1415 * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
1416 (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
1417
1418 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1419
1420 * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
1421 and loadhi_big_constant if applicable.
1422 * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
1423 and add new splitter.s
1424
1425 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1426
1427 * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
1428
1429 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1430
1431 * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
1432
1433 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1434
1435 * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
1436
1437 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1438
1439 * config/c4x/libgcc.S (divqf3): Improve accuracy.
1440
1441 2000-07-27 Mark Mitchell <mark@codesourcery.com>
1442
1443 Put phi nodes after NOTE_INSN_BASIC_BLOCK.
1444 * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
1445 * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
1446 (get_prev_bb_note): Likewise.
1447 (remove_scope_notes): Likewise.
1448 * flow.c (commit_one_edge_insertion): Likewise.
1449 (merge_blocks_nomove): Likewise.
1450 (verify_flow_info): Likewise.
1451 * gcse.c (insert_insn_end_bb): Likewise.
1452 * reg-stack.c (emit_swap_insn): Likewise.
1453 * ssa.c (first_insn_after_basic_block_note): New function.
1454 (insert_phi_node): Use it.
1455 (rename_block): Likewise.
1456 (eliminate_phi): Likewise.
1457 (make_regs_equivalent_over_bad_edges): Likewise.
1458 (make_equivalent_phi_alternatives_equivalent): Likewise.
1459 (for_each_successor_phi): Likewise.
1460 (convert_from_ssa): Modify phi-node deletion algorithm.
1461
1462 2000-07-29 Andreas Jaeger <aj@suse.de>
1463
1464 * configure.in (mips*-*-linux*): Use mips*el to check for little
1465 endian MIPS, add tmake_file.
1466
1467 * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
1468 (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
1469 Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1470
1471 2000-07-28 Richard Henderson <rth@cygnus.com>
1472
1473 * config/ia64/ia64.c (ia64_print_operand): Fix typos.
1474 Sign extend mode size before negating.
1475
1476 2000-07-28 Richard Henderson <rth@cygnus.com>
1477
1478 * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
1479
1480 2000-07-28 Bernd Schmidt <bernds@cygnus.co.uk>
1481
1482 * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
1483 (cse_insn): Likewise.
1484 (addr_affects_sp_p): Likewise.
1485 * expr.c (move_by_pieces): Likewise.
1486 (clear_by_pieces): Likewise.
1487 * gcse.c (oprs_unchanged_p): Likewise.
1488 * haifa-sched.c (sched_analyze_2): Likewise.
1489 * recog.c (offsettable_address_p): Likewise.
1490 * regclass.c (record_address_regs): Likewise.
1491 * reload.c (find_reusable_reload): Likewise.
1492 (push_reload): Likewise.
1493 (operands_match_p): Likewise.
1494 (decompose): Likewise.
1495 (find_reloads_address_1): Likewise.
1496 (find_inc_amount): Likewise.
1497 * reload1.c (elimination_effects): Likewise.
1498 * resource.c (mark_set_resources): Likewise.
1499 * flow.c (attempt_auto_inc): New function; mostly broken out
1500 of find_auto_inc.
1501 (find_auto_inc): Split into two functions and enhanced to
1502 generate POST_MODIFY.
1503 * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
1504 * rtl.h (count_all_occurrences): Declare.
1505 (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
1506 defined.
1507 * rtlanal.c (count_all_occurrences): New function.
1508 * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
1509 HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
1510
1511 * config/ia64/ia64-protos.h (destination_operand): Declare.
1512 * config/ia64/ia64.c (destination_operand): New function.
1513 (ia64_print_operand): Handle POST_MODIFY.
1514 (rtx_needs_barrier): Likewise.
1515 * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
1516 (HAVE_POST_MODIFY_REG): Define to 1.
1517 (MAX_REGS_PER_ADDRESS): Change to 2.
1518 (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
1519 (LEGITIMATE_ADDRESS_REG): New helper macro.
1520 (LEGITIMATE_ADDRESS_DISP): Likewise.
1521 (PREDICATE_CODES): Add entry for destination_operand.
1522 * config/ia64/ia64.md (all mov patterns): Use destination_operand
1523 predicate for operand 0.
1524
1525 2000-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1526
1527 * dwarf2out.c: Indent #error directive.
1528
1529 * gbl-ctors.h: Fix typo in comment.
1530 (__do_global_ctors): Prototype.
1531
1532 * gcse.c (record_one_set, pre_delete): Remove unused variables.
1533
1534 * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
1535 (print_operand): Initialize variable `t'.
1536
1537 2000-07-27 Aldy Hernandez <aldyh@redhat.com>
1538
1539 * config/arm/arm.md ("call_value"): removed constraints.
1540 Constraints are ignored in expanders.
1541 (*call_value_reg): split =rf into various constraints.
1542 (*call_value_mem): same
1543 (*call_value_symbol): same
1544 (*sibcall_value_insn): same
1545
1546 2000-07-28 Philipp Thomas <pthomas@suse.de>
1547
1548 * install.texi (--enable-nls): Change the description of the NLS
1549 related configure options to match the current state.
1550 (--with-included-gettext): Likewise.
1551 (--enable-maintainer-mode): New description added.
1552 * extend.texi (-fstrict-prototype): Add missing '.'.
1553
1554 2000-07-27 Jim Wilson <wilson@cygnus.com>
1555
1556 * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
1557 DECL_INITIAL (decl) == NULL_TREE.
1558
1559 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
1560
1561 * Makefile.in (INSN_ATTR_H): New macro. Replace all dependencies
1562 on insn-attr.h with it.
1563 * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
1564 * insn-addr.h: New header.
1565 (insn_addresses_): Renamed from insn_addresses.
1566 (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
1567 INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
1568 INSN_ADDRESSES_NEW): New macros.
1569 * genattrtab.c (write_test_expr): Use new macros.
1570 * final.c (insn_addresses, init_insn_lengths): Likewise.
1571 (align_fuzz, shorten_branches): Likewise.
1572 (final): Likewise. Do not reject new insns if their addresses
1573 have been added to INSN_ADDRESSES.
1574 * config/arm/arm.c, config/avr/avr.c: Use new macros.
1575 * config/h8300/h8300.c, config/i370/i370.c: Likewise.
1576 * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
1577 * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
1578 * config/sh/sh.c: Likewise.
1579 (output_branchy_insn): Use INSN_ADDRESSES_NEW.
1580
1581 * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
1582
1583 2000-07-27 Andrew Cagney <cagney@b1.cygnus.com>
1584
1585 * gcc.c (struct prefix_list): Add member priority.
1586 (enum path_prefix_priority): Declare.
1587 (add_prefix): Replace ``first'' with ``priority''. Append new
1588 entry but keep list in priority order.
1589 (process_command): Update. Pass PREFIX_PRIORITY_B_OPT or
1590 PREFIX_PRIORITY_LAST to add_prefix.
1591 (process_command): Move include kludge - foo/stageN - to before
1592 foo/include.
1593
1594 2000-07-27 Jason Merrill <jason@redhat.com>
1595
1596 * dwarf2out.c (gen_typedef_die): Abort if we get identical
1597 TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
1598
1599 2000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
1600
1601 * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
1602 * tree.h (get_alias_set, lang_get_alias_set): Prototype.
1603
1604 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
1605
1606 * c-decl.c (finish_function): Don't treat 'main' specially unless
1607 flag_hosted. In C99 mode, return 0 from 'main' unless
1608 DEFAULT_MAIN_RETURN is otherwise defined.
1609
1610 * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
1611 parameters defaulting to int in an old-style function definition.
1612
1613 2000-07-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1614
1615 * c-parse.in (string): For -Wtraditional, warn about string
1616 concatenation only once per line.
1617
1618 Thu Jul 27 09:25:17 2000 Akiko Matsushita <matusita@sra.co.jp>
1619
1620 * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
1621 for HI-UX/WE2 systems.
1622
1623 2000-07-24 Bruce Korb <bkorb@gnu.org>
1624
1625 * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
1626 defining the __xxx_TYPE__ macros.
1627 * fixincl/fixincl.tpl(gnu_type_map): now obsolete
1628 * fixincl/fixlib.h: don't need to include "tm.h" anymore
1629 * fixincl/inclhack.def(type_map): now obsolete
1630
1631 Thu Jul 27 11:54:17 2000 Andrew Cagney <cagney@b1.cygnus.com>
1632
1633 * cpp.texi: Append a trailing full-stop to xrefs where needed.
1634
1635 2000-07-26 Dave Pitts <dpitts@cozx.com>
1636
1637 * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
1638 routine constants.
1639 (mvs_hash_alias): New function.
1640 (mvs_add_alias): Change argument spacing.
1641 (mvs_need_alias): Change aliasing criteria. Added documentation.
1642 (mvs_get_alias): Change to use hashed name. The hashed name prevents
1643 CSECT name collisions.
1644 (mvs_check_alias): Likewise.
1645 (handle_pragma): Change documentation.
1646 * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
1647 mode from SImode to DImode.
1648 (iorhi3): Changed LTORG size for insn.
1649
1650 Wed Jul 26 19:44:05 2000 Hans-Peter Nilsson <hp@axis.com>
1651
1652 * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
1653 mem if the address is a mode_dependent_address_p.
1654
1655 2000-07-26 Kazu Hirata <kazu@hxi.com>
1656
1657 * h8300.c (print_operand): Print ":8" when the 'R' operand is
1658 suitable for 8-bit absolute.
1659 * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
1660 (OK_FOR_U): Add a case for the 8-bit constant address on the
1661 H8/300H.
1662
1663 Wed Jul 26 19:26:21 2000 Hans-Peter Nilsson <hp@axis.com>
1664
1665 * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
1666 && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
1667 ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
1668 lack of implemented alignment.
1669
1670 2000-07-26 Geoffrey Keating <geoffk@cygnus.com>
1671
1672 * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
1673 cross-compiling between 64-bit and 32-bit machines.
1674
1675 2000-07-27 Richard Henderson <rth@cygnus.com>
1676
1677 * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
1678 (movhicc_astep, movhi_internal_astep): New.
1679 (movsicc_astep, movsi_internal_astep): New.
1680 (movdicc_astep, movdi_internal_astep): New.
1681 (movsfcc_astep, movsf_internal_astep): New.
1682 (movdfcc_astep, movdf_internal_astep): New.
1683 (movxfcc_astep, movxf_internal_astep): New.
1684 (cmovdi_internal_astep, cmovsi_internal_astep): New.
1685 Unify the cmov[ds]i splitters.
1686
1687 2000-07-27 Rodney Brown <RodneyBrown@pmsc.com>
1688
1689 * real.c (asctoeg): Rename `error' label to unexpected_char_error
1690
1691 2000-07-26 Nick Clifton <nickc@cygnus.com>
1692
1693 * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
1694 __arm__. Allow it to be defined by CPP_ISA_SPEC in arm.h
1695
1696 * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
1697 well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
1698
1699 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
1700
1701 * c-decl.c (finish_enum): Convert enumerations that fit in an
1702 `int' to `int'.
1703 (build_enumerator): In pedantic mode, cast to `int' those that
1704 don't.
1705
1706 2000-07-25 Rodney Brown <RodneyBrown@pmsc.com>
1707
1708 * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
1709
1710 Tue Jul 25 23:08:33 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
1711
1712 * sh.md (cmpgtdi_t): Must be split.
1713 (cmpgtdi_t+1): New splitter.
1714
1715 2000-07-25 Zack Weinberg <zack@wolery.cumb.org>
1716
1717 * cpplib.c (_cpp_check_directive): Issue -Wtraditional
1718 warnings for indented directives even if we are skipping.
1719
1720 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
1721
1722 * invoke.texi (strict-prototypes): Remove.
1723 * extend.texi (Deprecated Features): Add strict-prototypes.
1724 (Backwards Compatibility): New node.
1725
1726 2000-07-25 Jakub Jelinek <jakub@redhat.com>
1727
1728 * config/i386/i386.md (andsi_1+1): Allow HImode.
1729 (andsi_1+2): Require q_regs_operand.
1730
1731 2000-07-25 Jakub Jelinek <jakub@redhat.com>
1732
1733 * config/i386/i386.md (call_pop): Check operands[0],
1734 not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
1735 (call): Likewise.
1736 (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
1737 (call_value): Likewise.
1738
1739 2000-07-25 Zack Weinberg <zack@wolery.cumb.org>
1740
1741 * toplev.c (pipe_closed): Delete.
1742 (crash_signal): New. Generate ICE for a fatal signal.
1743 (float_signal): Call crash_signal outside a float-handler
1744 block, not abort.
1745 (main): Install crash_signal as handler for core-dumping signals.
1746
1747 2000-07-25 David Edelsohn <edelsohn@gnu.org>
1748
1749 * rs6000.c (print_operand, case 'T'): New case.
1750
1751 * rs6000.md (call_indirect_aix32): Convert to expander of
1752 scheduled instructions.
1753 (call_indirect_aix64): Likewise.
1754 (call_value_indirect_aix{32,64}): Likewise.
1755 (call, call_value): Invoke expanders for AIX. Fall through to
1756 matchers for SysV.
1757 (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
1758 (call_value_indirect_nonlocal_aix{32,64}): New patterns.
1759 (call_nonlocal_aix32): Remove CALL_LONG alternative. Operand 1
1760 only "g" constraint.
1761 (call_nonlocal_aix64): Likewise.
1762 (call_value_nonlocal_aix{32,64}): Likewise.
1763 (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
1764 operands.
1765 (call_value_nonlocal_sysv): New pattern.
1766 (indirect_jump{si,di}): Use new 'T' modifier.
1767 (tablejump{si,di} matchers): Likewise.
1768 (return_internal_{si,di}): Likewise.
1769 (return_eh_{si,di}): Likewise.
1770
1771 2000-07-24 Richard Henderson <rth@cygnus.com>
1772
1773 * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
1774 * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
1775 * config/ia64/ia64.md (movdi_internal): Use it.
1776
1777 2000-07-24 Zack Weinberg <zack@wolery.cumb.org>
1778
1779 * cppexp.c: Warn about unary + if -Wtraditional.
1780 * cpplex.c (lex_line): Always set BOL on the first token of a line.
1781
1782 2000-07-24 Michael Meissner <meissner@redhat.com>
1783
1784 * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
1785 unsupported macro.
1786
1787 2000-07-24 Nick Clifton <nickc@cygnus.com>
1788
1789 * config/arm/arm.c (emit_multi_reg_push): Generate a
1790 REG_FRAME_RELEATED_NOTE that is compatable with the code in
1791 dwarf2out_debug_frame_expr.
1792
1793 2000-07-24 Jason Merrill <jason@redhat.com>
1794
1795 * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
1796 UNALIGNED_INT_ASM_OP.
1797 (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
1798 a location expression.
1799 (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff. Don't
1800 assume indirect access if we're saving the CFA address exactly.
1801
1802 * Makefile.in (bootstrap): Move -BstageN/ to the end.
1803
1804 2000-07-24 Jakub Jelinek <jakub@redhat.com>
1805
1806 * tradcpp.c (main): Update max_include_len for cpp_include_defaults
1807 as well.
1808
1809 2000-07-24 Michael Meissner <meissner@redhat.com>
1810
1811 * invoke.texi (D30V Options): Add d30v options.
1812
1813 Mon Jul 24 02:04:52 2000 Jeffrey A Law (law@cygnus.com)
1814
1815 * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
1816 needed by our gcse pass anymore.
1817 (free_pre_mem): Corresponding changes.
1818 (compute_pre_data): Do not call compute_transpout anymore.
1819
1820 * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
1821 (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
1822 changes.
1823
1824 * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
1825 (compute_pre_data): Do it here instead.
1826
1827 * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
1828 'temp_bitmap'.
1829 (pre_delete): Corresponding changes.
1830
1831 2000-07-23 Mark Mitchell <mark@codesourcery.com>
1832
1833 * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
1834 to figure out whether or not a variable has already been emitted.
1835
1836 Sun Jul 23 14:49:12 2000 Jason Eckhardt <jle@cygnus.com>
1837
1838 * config/i860/i860.md (untyped_call expander): Use GEN_CALL
1839 instead of gen_call.
1840
1841 Sun Jul 23 11:52:03 2000 George Helffrich (george@gly.bris.ac.uk)
1842
1843 * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
1844
1845 2000-07-23 Kazu Hirata <kazu@hxi.com>
1846
1847 * h8300.c: Fix formatting.
1848
1849 2000-07-23 Joseph S. Myers <jsm28@cam.ac.uk>
1850
1851 * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
1852 for `long' switch expression into a plain warning.
1853
1854 * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
1855 (yylex): Don't pedwarn for "inline" in C99 mode.
1856
1857 * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
1858 with %p.
1859 * ggc-page.c (debug_print_page_list, alloc_page, free_page,
1860 ggc_alloc): Likewise.
1861 * bb-reorder.c (dump_scope_forest_1): Likewise.
1862
1863 2000-07-22 Aldy Hernandez <aldyh@redhat.com>
1864
1865 * reload.c (find_reloads_toplev): Add new parameter
1866 "address_reloaded".
1867 (find_reloads): Add new parameter to find_reloads_toplev calls.
1868
1869 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
1870
1871 * collect2.c (main): Typo fixed.
1872 * diagnostic.c: Typo fixed.
1873 * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
1874 * eh-common.h: Typo fixed.
1875 * emit-rtl.c (start_sequence): Typo fixed.
1876 * flow.c (find_label_refs): Typo fixed.
1877 (calculate_global_regs_live): Typo fixed.
1878 (mark_regno_cond_dead): Typo fixed.
1879 (create_edge_list): Typos fixed.
1880 (verify_edge_list): Typo fixed.
1881 * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
1882 * loop.c (strength_reduce): Typo in function name fixed.
1883 * rtl.h: Added comments. Typo in function name fixed.
1884 * rtlanal.c: Typo in function name fixed.
1885 (insn_dependant_p): Rename to ...
1886 (insn_dependent_p): ... this.
1887 (computed_jumo_p): Typo fixed.
1888
1889 2000-07-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1890
1891 * system.h (__FUNCTION__): Wrap definition in #ifndef.
1892
1893 2000-07-21 David Edelsohn <edelsohn@gnu.org>
1894
1895 * rs6000.h (SIZE_TYPE): Define.
1896
1897 2000-07-21 Mark Mitchell <mark@codesourcery.com>
1898
1899 * ssa.c (rename_insn_1): Don't rename registers that are
1900 CLOBBERed.
1901
1902 2000-07-21 Zack Weinberg <zack@wolery.cumb.org>
1903
1904 * diagnostic.c (trim_filename, fancy_abort): Moved here from
1905 rtl.c.
1906 (fatal_function, set_fatal_function): Removed.
1907 (fatal): Don't prepare for or call the fatal_function.
1908 (diagnostic_lock, error_recursion): New.
1909 (diagnostic_for_decl, report_diagnostic): Guard against
1910 re-entering the error reporting routines.
1911 (fancy_abort): Assume function is not NULL.
1912
1913 * errors.c (fancy_abort): New. Assume function is not NULL.
1914 * tradcpp.c (fancy_abort): Assume function is not NULL.
1915
1916 * system.h: Provide default definition of __FUNCTION__.
1917 * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
1918 Always use __FUNCTION__ in definition of abort.
1919 * tree.h: Likewise.
1920 * varray.h: Likewise.
1921 * toplev.h: Likewise. Don't prototype set_fatal_function.
1922
1923 2000-07-20 Geoff Keating <geoffk@cygnus.com>
1924
1925 * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
1926 in 64-bit mode.
1927 * glimits.h: Don't do #if defined for ARCH_PPC.
1928
1929 * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
1930 constants of size no larger than a pointer should go in the TOC.
1931 Add 'MODE' parameter.
1932 (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
1933 ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
1934 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
1935 * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
1936 * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
1937 * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
1938 (rs6000_legitimize_address): Likewise.
1939 (rs6000_emit_move): Likewise.
1940 (rs6000_select_rtx_section): Likewise.
1941 (output_toc): Deal properly with outputting small constants like
1942 HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
1943 * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
1944 MODE parameter. Put small constants in the TOC.
1945
1946 * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
1947 easy in SImode.
1948 (rs6000_emit_move): When reload calls us with an illegitimate
1949 address, exit early. Move the change_address calls to one place
1950 at the end of the routine. Merge the SImode and DImode expanders.
1951 When called by reload to put an integer into a FP register, force
1952 it to memory.
1953
1954 * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
1955 field.
1956 (rs6000_hash_constant): Hash mode too.
1957 (toc_hash_function): Allow for key_mode.
1958 (toc_hash_eq): Structures are different if key_mode differs.
1959 (output_toc): Add 'mode' parameter. Save key_mode.
1960 * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
1961 Pass 'mode' parameter.
1962 * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
1963
1964 * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
1965 for vtable references.
1966
1967 * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
1968 choice, don't put integer values in FP regs.
1969
1970 Thu Jul 20 18:13:52 2000 Jeffrey A Law (law@cygnus.com)
1971
1972 * flow.c (verify_flow_info): Revamp code to verify that the
1973 head and end of each basic block are in the insn chain.
1974
1975 Thu Jul 20 18:02:35 2000 Michael Matz <matzmich@cs.tu-berlin.de>
1976
1977 * gcse.c (record_one_set): Prepend instead of append onto
1978 reg_set_table, making it O(n) instead O(n^2).
1979 * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
1980 Use a queue instead of a stack as worklist.
1981
1982 2000-07-20 Kazu Hirata <kazu@hxi.com>
1983
1984 * h8300.c (two_insn_adds_subs_operand): Fix a typo.
1985 * h8300.h (OK_FOR_T): New.
1986 (EXTRA_CONSTRAINT): Support OK_FOR_T.
1987 * h8300.md: Use inc/dec.[wl] for increment/decrement
1988 by 1 and 2 in HI and SI modes.
1989
1990 2000-07-20 Jim Wilson <wilson@cygnus.com>
1991
1992 * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
1993 larger than 14 bits.
1994
1995 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
1996
1997 * cppmacro.c (CAN_PASTE_AFTER): New macro.
1998 (count_params): Don't set GNU_REST_ARGS on anything.
1999 (save_expansion): Set PASTE_LEFT only on tokens for which
2000 CAN_PASTE_AFTER is true, or which are named operators.
2001
2002 * cpplex.c (parse_args): Distinguish between a rest argument
2003 given one empty argument, and a rest argument given zero arguments.
2004 (maybe_paste_with_next): Look for VOID_REST tag, and trigger
2005 deletion of previous token based on that.
2006 (get_raw_token): Flatten some control structure.
2007
2008 * cpplib.h (CPP_LAST_EQ): Correct.
2009 (VOID_REST): New token flag.
2010 (GNU_REST_ARGS): Delete.
2011
2012 * tradcpp.c (main): Don't munge -D options.
2013 (make_definition): Bring -D handling in line with cpplib.
2014 (do_define): Strip all leading whitespace from macro definitions.
2015
2016 2000-07-20 David Billinghurst <David.Billinghurst@riotinto.com.au>
2017
2018 * Makefile.in (tradcpp): Depend on intl.o and version.o.
2019
2020 2000-07-20 Bruce Korb <bkorb@gnu.org>
2021
2022 * fixincl/check.tpl: strip the platform specific types before testing
2023 * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
2024 * fixincl/fixincl.tpl: use platform specific types
2025 * fixincl/fixlib.h: include the platform specific types
2026 * fixincl/inclhack.def(gnu_types): don't supply the types
2027 * fixincl/fixincl.x: regen
2028
2029 2000-07-19 Jim Wilson <wilson@cygnus.com>
2030
2031 * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
2032 GR_REGS.
2033
2034 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
2035
2036 * tradcpp.c (rescan): Do not recognize directives when the #
2037 is indented.
2038
2039 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
2040
2041 Implement C++ named operators.
2042
2043 * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
2044 of operators allowed in #if and having an _EQ variant. Add
2045 CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
2046 (cpp_token flags): Add NAMED_OP.
2047 (enum node_type): Add T_OPERATOR.
2048 (struct cpp_hashnode): Add code slot to value union.
2049 * cpphash.h (spec_nodes): Remove n_defined.
2050
2051 * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
2052 (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
2053 (is_macro_disabled): Tweak error messages.
2054
2055 * cpplib.c (get_define_node): Disallow all named operators as
2056 macro names. Tweak error messages.
2057 (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
2058
2059 * cppinit.c (builtin_array): Add entries for the named operators.
2060 * cppexp.c (lex): Check for CPP_DEFINED token.
2061 (priority table): Add entries for CPP_MIN and CPP_MAX.
2062 (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
2063
2064 2000-07-19 Bernd Schmidt <bernds@cygnus.co.uk>
2065
2066 * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
2067 larger than the array of cuids.
2068 (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
2069 cuids.
2070
2071 2000-07-19 Bruce Korb <bkorb@gnu.org>
2072
2073 * fixinc/fixincl.c: Convert to using a table of environment variables
2074 and activate the auto-edit marker on the fixed output files.
2075 * fixinc/fixlib.h: Define the environment table
2076 * fixinc/fixincl.sh: export the ${INPUT} dir
2077 * fixinc/check.tpl: likewise
2078
2079 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
2080
2081 * gcc.c (.h spec): Fix typo.
2082
2083 Wed Jul 19 01:22:15 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
2084
2085 * Makefile.in: Fix tradcif.c path.
2086
2087 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
2088
2089 * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
2090 macros, not five.
2091
2092 * cpphash.h (TOKEN_NAME): New macro.
2093 (_cpp_spell_operator): Deleted.
2094 (token_spellings): Now _cpp_token_spellings.
2095
2096 * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
2097 * cpplex.c: Use OP and TK macros when expanding the
2098 TTYPE_TABLE. Eliminate token_names. For non-OPERATOR tokens,
2099 store the stringification of the enumeration name (CPP_CHAR,
2100 etc.) in the name slot of token_spellings.
2101 Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
2102 token_spellings directly.
2103 * cpplib.c: Use TOKEN_SPELL.
2104
2105 * cpplex.c (_cpp_push_token): If the token being pushed back
2106 is the previous token in this context, just subtract one from
2107 context->posn.
2108 * cppmacro.c (save_expansion): Clear aux field when storing a
2109 placemarker.
2110
2111 2000-07-18 Jakub Jelinek <jakub@redhat.com>
2112
2113 * cpplex.c (cpp_scan_buffer): Output line command even at the stop
2114 buffer, provided it is not NULL.
2115
2116 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
2117
2118 * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
2119 case of invalid volatile re-declaration.
2120
2121 2000-07-18 Jakub Jelinek <jakub@redhat.com>
2122
2123 * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
2124 (expand_call): Adjust caller.
2125
2126 2000-07-17 Gabriel Dos Reis <gdr@codesourcery.com>
2127
2128 * diagnostic.h (report_diagnostic): Change prototype.
2129
2130 * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
2131 diagnostic_for_decl): Change prototype.
2132 (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
2133 error, warning, error_with_file_and_line,
2134 warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
2135 Adjust call to report_diagnostic, diagnostic_for_decl.
2136 (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
2137 (output_verbatim, verbatim): Adjust call to output_do_verbatim.
2138
2139 * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
2140 varaible argument list.
2141
2142 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
2143
2144 * cpphash.c: Don't include hashtab.h. Most macro-handling code
2145 moved to cppmacro.c.
2146 (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
2147 dump_hash_helper): Delete.
2148 (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
2149 cpp_forall_identifiers): New. Implement specialized version of
2150 Vlad's expandable hash table.
2151 (cpp_lookup): Use new functions.
2152 (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
2153 implementation.
2154 * cppmacro.c: New file.
2155 * cppinit.c (dump_macros_helper): New.
2156 (cpp_finish): Iterate over the identifier table directly.
2157 * cpplex.c (parse_name): Calculate the hash of the identifier
2158 while we scan it. Use _cpp_lookup_with_hash when we can.
2159
2160 * cpphash.h: Update prototypes.
2161 (xcnewvec, HASHSTEP): New helper macros.
2162 * cpplib.h: Update prototypes.
2163 * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
2164 (cppmacro.o): New rule.
2165 (cpphash.o): Update deps.
2166
2167 * cppmain.c: Do not set pfile->printer if no_output is on.
2168
2169 2000-07-15 Neil Booth <neilb@earthling.net>
2170
2171 * cpplib.c: Change all directive-handler functions to return
2172 void, not int.
2173 * cpphash.h: Update typedefs.
2174
2175 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
2176
2177 * configure: Regenerate.
2178
2179 * extend.texi (Extended Asm): Mention that a memory clobber
2180 does not count as a side-effect.
2181
2182 * unroll.c (copy_loop_body): Fix one instance of using host
2183 arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
2184 cross-compile.
2185
2186 * tlink.c (scan_linker_output): Tweak for output of AIX ld.
2187
2188 2000-07-17 Richard Henderson <rth@cygnus.com>
2189
2190 * config/ia64/ia64.md (movdi): Split out load address code.
2191 New post-reload splitter for symbolic operands.
2192 (movdi_internal): Abort if we didn't split symbolic operands
2193 when we should have.
2194 * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
2195 (ia64_reorg): Split insns when not optimizing.
2196 * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
2197
2198 Mon Jul 17 23:43:26 MET DST 2000 Jan Hubicka <jh@suse.cz>
2199
2200 * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
2201 instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
2202
2203 2000-07-17 Chandrakala Chavva <cchavva@cygnus.com>
2204
2205 * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
2206
2207 2000-07-17 Jason Merrill <jason@redhat.com>
2208
2209 * Makefile.in (clean): Remove libgcc directory.
2210
2211 * configure.in (-Wno-long-long check): Use higher-level macros.
2212
2213 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
2214
2215 * simplify-rtx.c (simplify_binary_operation): Recognize
2216 (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
2217 (simplify_ternary_operation): Do not examine MODE_BITSIZE of
2218 a CONST_INT, it will always be zero.
2219
2220 2000-07-17 Chandrakala Chavva <cchavva@cygnus.com>
2221
2222 * loop.c (check_dbra_loop) : Return if more than one condition is
2223 present to control the loop.
2224
2225 Mon Jul 17 08:26:35 2000 Clinton Popetz <cpopetz@cygnus.com>
2226
2227 * mips.c (mips_expand_prologue): Don't calculate the last argument
2228 register unless we need it. When we are calculating this, make
2229 sure FUNCTION_ARG is giving us a REG.
2230
2231 2000-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2232
2233 * flow.c (libcall_dead_p): Use single_set to verify the insn
2234 has only one set and get for analysis.
2235 (propagate_one_insn): Don't pass the PATTERN of the insn.
2236
2237 2000-07-17 Mark Klein <mklein@dis.com>
2238
2239 * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
2240
2241 2000-07-17 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2242
2243 * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
2244 * configure.in (TARGET_GETGROUPS_T): Evaluate.
2245 * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
2246 of second argument of getgroups.
2247 * configure, config.in: Rebuilt.
2248
2249 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
2250
2251 * simplify-rtx.c (simplify_relational_operation): Two signed
2252 values with equal high words are less/greater than each other if
2253 their low words are less/greater when considered as unsigned.
2254
2255 Mon Jul 17 02:37:06 2000 Marc Espie <espie@openbsd.org>
2256
2257 * configure.in (vax-*-openbsd): Change to new style configuration,
2258 add collect2/float_format information.
2259 * configure: Rebuilt.
2260 * config/vax/openbsd1.h: New.
2261 * config/vax/openbsd.h: New.
2262 * config/vax/t-openbsd: New.
2263
2264 2000-07-17 Chip Salzenberg <chip@valinux.com>
2265
2266 * c-common.c (shorten_compare): Quiet warnings about unsigned
2267 comparisons with zero when they occur in a system header.
2268
2269 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
2270
2271 * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
2272 update to describe current practice.
2273
2274 * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
2275
2276 * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
2277 references to C9X. Change references to -fstd and -flang-isoc9x
2278 to refer to -std.
2279
2280 * c-common.c (scan_char_table): Allow "z" length modifiers on
2281 diouxXn formats.
2282 (check_format_info): Use TYPE_DOMAIN on the type matched against
2283 for "z" formats, to retrieve the language size_t rather than the
2284 internal one.
2285
2286 * c-common.c (check_format_info): Do not make a pedantic objection
2287 to the 'L' length modifier if used with a floating point type
2288 character.
2289
2290 * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
2291 constants in C99 mode.
2292
2293 2000-07-17 Kazu Hirata <kazu@hxi.com>
2294
2295 * h8300.md: Fix the format of mac.
2296 (movsi_h8300hs): Output a tab after stmac instead of a space.
2297
2298 * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
2299 profitable adds/subs sequences.
2300
2301 * fold-const.c: Fix comment typos.
2302
2303 2000-07-16 Laurynas Biveinis <lauras@softhome.net>
2304
2305 * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
2306
2307 2000-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2308
2309 * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
2310
2311 2000-07-16 Neil Booth <NeilB@earthling.net>
2312
2313 * cpplex.c: Update comments.
2314 * README.Portability: Small update.
2315
2316 2000-07-16 Neil Booth <NeilB@earthling.net>
2317
2318 * README.Portability: Small update.
2319
2320 2000-07-15 Richard Henderson <rth@cygnus.com>
2321
2322 * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
2323 * config/ia64/ia64.c (ia64_move_ok): New function.
2324 * config/ia64/ia64.md (movqi, movqi_internal): Use it.
2325 (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
2326
2327 2000-07-15 Zack Weinberg <zack@wolery.cumb.org>
2328
2329 * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
2330 immediately following a paste operator.
2331 * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
2332 (cpp_reader_init): Call it, if HOST_EBCDIC.
2333 (cpp_handle_options): Do not sort option list here.
2334 (handle_option): Rename to cpp_handle_option and export.
2335 * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
2336 _cpp_get_token directly.
2337 (cpp_scan_line): Return 0 at EOF, 1 otherwise.
2338 * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
2339 * cpplib.h: Prototype cpp_handle_option. Update prototype of
2340 cpp_scan_line.
2341
2342 2000-07-15 Richard Henderson <rth@cygnus.com>
2343
2344 * fold-const.c (extract_muldiv): Don't optimize past an unsigned
2345 cast around an expression. Tidy other unsigned tests.
2346
2347 2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
2348
2349 * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
2350 v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
2351 (v_message_with_decl): Rename to ...
2352 (format_with_decl): ... this. Tweak
2353 (diagnostic_for_decl): New function.
2354 (fatal_io_error): Use verbatim in lieu of notice.
2355 (announce_function): Use verbatim.
2356 (default_print_error_function): Likewise.
2357 (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
2358 infratructure.
2359
2360 2000-07-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2361
2362 * mips.c (function_arg_pass_by_reference): Don't do automatic
2363 aggregate initialization.
2364 (machine_dependent_reorg): Initialize variable `mode'.
2365
2366 * mips.md (absdi2): Change variable `regno1' to unsigned int.
2367 (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
2368 conflicts with sys/param.h macro of the same name.
2369 (reload_outdi): Likewise.
2370
2371 2000-07-15 Michael Meissner <meissner@redhat.com>
2372
2373 * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
2374 == CONST + INCREMENT, don't overwrite the tree node for FOO++,
2375 create a new node instead.
2376
2377 2000-07-15 Neil Booth <NeilB@earthling.net>
2378
2379 * README.Portability: Correct example about calling a function
2380 through a pointer to function. Format wide paragraphs.
2381
2382 2000-07-15 Michael Meissner <meissner@redhat.com>
2383
2384 * README.Portability: Update integer suffixes and function
2385 prototype sections.
2386
2387 2000-07-15 Neil Booth <NeilB@earthling.net>
2388
2389 * README.Portability: Small update.
2390
2391 2000-07-15 Neil Booth <NeilB@earthling.net>
2392
2393 * README.Portability: New file.
2394
2395 Fri Jul 14 18:13:53 2000 Mark P Mitchell <mark@codesourcery.com>
2396
2397 * INSTALL: Give special instructions for building GCC on Irix 6.
2398 * config/mips/x-iris6 (CC): Don't set it.
2399 (OLDCC): Likewise.
2400
2401 2000-07-14 Jason Merrill <jason@redhat.com>
2402
2403 * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
2404 register in the stack and later in another register, use the new
2405 register.
2406
2407 Fri Jul 14 10:25:53 2000 Clinton Popetz <cpopetz@cygnus.com>
2408
2409 * config/mips/mips.md: (absdi2): Handle sign_extend for
2410 second operand.
2411
2412 2000-07-14 Nathan Sidwell <nathan@codesourcery.com>
2413
2414 * cpplib.c (do_pragma_dependency): Tidy warning messages.
2415
2416 2000-07-14 Zack Weinberg <zack@wolery.cumb.org>
2417
2418 * .cvsignore: Correct typo.
2419
2420 2000-07-13 Mark Mitchell <mark@codesourcery.com>
2421
2422 * .cvsignore: Add generated YACC files.
2423 * objc/.cvsignore: New file.
2424
2425 2000-07-14 Neil Booth <NeilB@earthling.net>
2426
2427 * cpplex.c (adjust_column): New funcion.
2428 (skip_whitespace): Use it.
2429 (skip_block_comment): Use it, and warn about /*/* with
2430 -Wcomments.
2431
2432 2000-07-14 Neil Booth <NeilB@earthling.net>
2433
2434 * cpphash.c (struct macro_info): Add new members.
2435 (_cpp_free_definition): Delete the macro directly.
2436 (count_params): Return void, with first token of
2437 expansion in struct macro_info on success.
2438 (parse_define): Return int. Hoist syntax checking from
2439 save_macro_expansion. Leave call to save_expansion to
2440 _cpp_create_definition.
2441 (alloc_macro): Needs just 2 arguments.
2442 (free_macro): Delete.
2443 (save_expansion): Don't perform syntax check.
2444 (_cpp_create_definition): Call save_expansion.
2445
2446 2000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2447
2448 * genrecog.c (write_header): Split long string.
2449
2450 * cpphash.c (macro_info): Don't use the `signed' keyword.
2451
2452 * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
2453
2454 2000-07-13 Jakub Jelinek <jakub@redhat.com>
2455
2456 * calls.c (stored_args_map): New variable.
2457 (check_sibcall_argument_overlap_1): New.
2458 (check_sibcall_argument_overlap): New.
2459 (expand_call): Initialize stored_args_map.
2460 Call check_sibcall_argument_overlap.
2461
2462 2000-07-13 Bruce Korb <bkorb@gnu.org>
2463
2464 * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
2465 (emit_gnu_type): utility procedure for gnu_type_fix
2466 (gnu_type_fix): implement various pre-processor guards around
2467 standard types so these types can be defined over and over
2468 * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
2469 types alluded to above will have GNU-compliant base types
2470 * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
2471 * fixinc/inclhack.def: add test_text entries and utilize the new
2472 "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
2473 * fixinc/fixincl.x: regenerate
2474
2475 2000-07-12 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
2476
2477 * diagnostic.c (vline_wrapper_message_with_location,
2478 v_message_with_file_and_line, v_error_with_file_and_file,
2479 v_error_for_asm, v_warning_for_asm, vfatal,
2480 v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
2481 vsorry, verror, vwarning, vpedwarn): Remove.
2482 (diagnostic_for_asm): New function.
2483 (pedwarn, error, warning, pedwarn_with_file_and_line,
2484 error_with_file_and_line, warning_with_file_and_line, sorry,
2485 error_for_asm, warning_for_asm, fatal): Reimplement.
2486 (finish_diagnostic): Clear diagnostic info as well.
2487
2488 2000-07-13 Neil Booth <NeilB@earthling.net>
2489
2490 * c-common.h (flag_digraphs): New.
2491 * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
2492 * c-lex.c (yylex): Use flag_digraphs to decide whether to
2493 honour digraphs.
2494
2495 2000-07-13 Zack Weinberg <zack@wolery.cumb.org>
2496
2497 * gcc.c (do_spec_1): Add new %B operator.
2498 (set_input): Prepare for %B.
2499
2500 (link_command_spec): Move up with the other tm.h-
2501 overrideable specs. Factor out the portion conditional on
2502 LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
2503 (struct compiler): Just have a single spec string. All users
2504 updated.
2505 (default_compilers): Remove unnecessary braces.
2506 (static_specs): Update.
2507
2508 (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
2509 named specs.
2510 (C and assembly specs): Use the new named specs, as appropriate.
2511
2512 * objc/lang-specs.h: Use the new named specs.
2513 Remove unnecessary braces.
2514
2515 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
2516
2517 * gcc.c (execute): If a subprocess gets a fatal signal, report
2518 strsignal() of the signal number, and ask for a bug report.
2519 Do not do this for SIGPIPE if there's already been an error.
2520
2521 * tradcpp.c: Don't include signal.h. Don't catch SIGPIPE.
2522 Delete pipe_closed.
2523
2524 * tradcif.c: Remove.
2525
2526 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
2527
2528 * final.c (profile_function): Do not emit profile counters in
2529 the data section, if NO_PROFILE_COUNTERS is defined.
2530 * tm.texi: Document NO_PROFILE_COUNTERS. Update doc for
2531 FUNCTION_PROFILER.
2532
2533 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
2534 (FUNCTION_PROFILER): Just emit a call to mcount.
2535
2536 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
2537
2538 * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
2539
2540 * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
2541 cpplib.c, cpplib.h: Eradicate all traces of code dependent on
2542 traditional, lang_chill, or lang_fortran.
2543
2544 * cppfiles.c: #undef strcmp to suppress warning about macros
2545 used without arguments.
2546 (_cpp_execute_include): Use f, not fname, in "No include path"
2547 error.
2548 (_cpp_pop_file_buffer): New function.
2549 * cpplib.c: Don't include <sys/mman.h>.
2550 (cpp_push_buffer): Set line_base and lineno in new buffer.
2551 (cpp_pop_buffer): Use _cpp_pop_file_buffer.
2552
2553 * cpplex.c: Move all prototypes and structure declarations to the
2554 top of the file. Properly parenthesise some macro arguments.
2555 (cpp_scan_line): New function.
2556 (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
2557 don't need to walk up the stack counting.
2558
2559 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2560
2561 * c-common.c (combine_strings): Emit a pedantic warning when a
2562 string length is greater than the minimum ANSI C is required
2563 to support.
2564
2565 Wed Jul 12 13:24:30 2000 Jeffrey A Law (law@cygnus.com)
2566
2567 * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
2568 * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
2569
2570 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2571
2572 * c-decl.c (define_label): Warn about identifier conflicts with
2573 labels in traditional C.
2574
2575 * c-parse.in (unop +): Warn about the unary plus operator for
2576 traditional C.
2577
2578 * c-typeck.c (store_init_value): Warn about automatic aggregate
2579 initialization for traditional C.
2580
2581 * invoke.texi (-Wtraditional): Document new warnings.
2582
2583 2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
2584
2585 * Makefile.in (c-errors.o): Fix thinko in dependency.
2586
2587 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
2588
2589 * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
2590 -traditional, -ftraditional, or -traditional-cpp was given.
2591 Do not pass -traditional to the preprocessor.
2592 (.S spec): Likewise. Don't bother defining __ASSEMBLER__, the
2593 preprocessor does it automatically.
2594 * objc/lang-specs.h: Likewise. Don't bother defining __OBJC__.
2595
2596 * ch/lang-specs.h: Always use tradcpp. Do not pass
2597 -traditional, -trigraphs, or -pedantic to the preprocessor.
2598 * f/lang-specs.h (.F spec): Likewise. Don't bother defining
2599 _LANGUAGE_FORTRAN.
2600
2601 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
2602
2603 * cppexp.c (LOGICAL): Delete macro.
2604 (_cpp_parse_expr): Do not use UNARY for unary +. Implement ||
2605 and && directly.
2606
2607 * cpphash.c (HASHSIZE): Increase to 4096.
2608 (struct hashdummy): Add hash field.
2609 (eq_HASHNODE): Compare unreduced hashes, then lengths, then
2610 the string values using memcmp.
2611 (cpp_lookup): Set dummy.hash.
2612
2613 Wed Jul 12 13:15:16 2000 Marc Espie <espie@openbsd.org>
2614
2615 * configure.in (m88k-openbsd): Express configuration using new fragment
2616 style.
2617 * configure: Rebuilt.
2618 * m88k/aout-dbx.h: New.
2619 * m88k/openbsd.h: New.
2620 * m88k/xm-openbsd.h: New.
2621
2622 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2623
2624 * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
2625
2626 2000-07-12 Richard Henderson <rth@cygnus.com>
2627
2628 * reload.c (push_secondary_reload): Make sure to add the new
2629 reload at the end, after acquiring secondary memory.
2630
2631 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2632
2633 * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
2634
2635 * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
2636 lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
2637
2638 * c-parse.in (stmt): Delete unused variables.
2639
2640 * convert.c (convert_to_vector): Likewise.
2641
2642 * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
2643
2644 * tree.c (finish_vector_type): Prototype.
2645
2646 2000-07-12 Bruce Korb <bkorb@gnu.org>
2647
2648 * fixinc/fixfixes.c: use xmalloc
2649 * fixinc/fixincl.c(initialize): set program name for xmalloc
2650 * fixinc/fixlib.c(must_malloc): obsolete
2651 (is_cxx_header): no longer used - disabled
2652 (skip_quote): inserted and disabled for future use
2653 * fixinc/fixlib.h: reflects above
2654 * fixinc/fixtests.c: removed dinkleberries
2655
2656 2000-07-12 Neil Booth <NeilB@earthling.net>
2657
2658 * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
2659 * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
2660
2661 * cpphash.c: (struct macro_info, alloc_macro, free_macro,
2662 struct toklist_dummy): New.
2663 (cpp_free_definition): Free macros with free_macro.
2664 (count_params): Don't save paramter spellings. Save macro
2665 information in a struct macro_info.
2666 (parse_define): Don't allocate a token list.
2667 (save_expansion): Allocate the macro's token list, and
2668 save parameter spellings if necessary. Use TOKEN_SPELL.
2669 (cpp_create_definition): Make list const.
2670
2671 2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
2672
2673 * c-typeck.c (pedwarn_c99): Move to
2674 * c-errors.c: ... Here.
2675 * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
2676 * diagnostic.c (verror, vwarning, vpedwarn): Make static.
2677 * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
2678 (c-errors.o): List dependency.
2679
2680 2000-07-12 Mark Mitchell <mark@codesourcery.com>
2681
2682 * c-parse.c: Remove.
2683 * c-parse.h: Likewise.
2684 * c-parse.y: Likewise.
2685 * objc/objc-parse.c: Likewise.
2686 * objc/objc-pasre.y: Likewise.
2687
2688 2000-07-11 Rodney Brown <RodneyBrown@pmsc.com>
2689
2690 * gcc.texi: Fix minor typos
2691 * extend.texi: Fix minor typos
2692
2693 2000-07-11 Marc Espie <espie@openbsd.org>
2694
2695 * collect2.c (main): Recognize .lo as object files.
2696
2697 2000-07-11 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2698
2699 * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
2700 true.
2701
2702 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
2703 with MAP_ANONYMOUS and MAP_ANON.
2704 * configure, config.in: Rebuilt.
2705
2706 2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
2707
2708 * diagnostic.c (save_output_state): Remove.
2709 (restore_output_state): Likewise.
2710 (clear_text_info): New function.
2711 (clear_diagnostic_info): Likewise.
2712 (output_text_length, is_starting_newline, output_prefix,
2713 line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
2714 prefixing_policy, output_buffer_ptr_to_format_args): New macros
2715 (set_real_maximum_length, output_set_maximum_length,
2716 output_set_prefix, output_get_prefix, output_set_maximum_length,
2717 output_destroy_prefix, init_output_buffer,
2718 reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
2719 output_add_newline, output_add_character, output_add_space,
2720 output_append_r, output_append, wrap_text, output_format,
2721 output_do_printf, output_printf, output_do_verbatim,
2722 output_verbatim, verbatim): Use them.
2723 (output_clear): Split into cleat_text_info and
2724 clear_diagnostic_info.
2725 (struct output_state): Move to...
2726
2727 * diagnostic.h: ...Here
2728 (struct output_buffer): Adjust.
2729
2730 2000-07-11 Zack Weinberg <zack@wolery.cumb.org>
2731
2732 * cpplex.c (parse_name): No longer inline (premature optimization).
2733 (do_pop_context): Fold into pop_context.
2734 (pop_context): Returns int.
2735 (lex_next): Hoist test for end of directive into pop_context.
2736 (push_macro_context): Returns int; takes just reader and token.
2737 Hoist test for excessive nesting to caller.
2738 (push_arg_context): Returns void; takes just reader and token.
2739 Do not call stringify_arg or get_raw_token.
2740 (get_raw_token): Convert tail recursion through push_arg_context
2741 to a loop at this level. Call stringify_arg here if appropriate.
2742 (maybe_paste_with_next): Convert tail recursion to a while loop.
2743 Hoist test of paste_level to caller.
2744
2745 (stringify_arg): Push arg context at beginning.
2746 (cpp_get_token): Split out core into _cpp_get_token. Call
2747 process_directive here. Throw away CPP_PLACEMARKER tokens.
2748 (_cpp_get_token): Convert tail recursion through
2749 push_macro_context to a loop at this level.
2750 (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
2751 _cpp_get_raw_token): Use _cpp_get_token.
2752 (_cpp_skip_rest_of_line): Drop the context stack directly; do
2753 not call pop_context.
2754 (_cpp_run_directive): Call lex_next directly.
2755
2756 * cpphash.h: Prototype _cpp_get_token.
2757 * cppexp.c (lex): Use it.
2758 * cpphash.c (parse_define): Use it.
2759 * cpplib.c (get_define_node, do_undef, parse_include,
2760 read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
2761 do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
2762 parse_ifdef, validate_else): Use it.
2763 (cpp_push_buffer): Tweak error message; abort if anyone tries
2764 to push a buffer while macro expansions are stacked.
2765
2766 2000-07-11 Donn Terry <donnte@microsoft.com>
2767
2768 * cpplex.c (free_macro_args, save_token): Cast arg of free
2769 and/or xrealloc to PTR.
2770 (_cpp_init_input_buffer): Clear all fields of the base context.
2771
2772 Tue Jul 11 15:28:21 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2773
2774 * gensupport.c (process_rtx): Make rtl checking stop
2775 complaining about the define_insn while it is being
2776 converted from a define_insn_and_split.
2777
2778 Tue Jul 11 16:26:17 2000 Clinton Popetz <cpopetz@cygnus.com>
2779
2780 * config/mips/mips.c (simple_memory_operand): Access the
2781 INTVAL of the address, not it's containing MEM.
2782
2783 2000-07-11 Bruce Korb <bkorb@gnu.org>
2784
2785 * fixinc/fixtests.c(double_slash): obsolete
2786 (else_endif_label): likewise
2787 * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
2788 (libc1_ifdefd_memx): correct initial comment
2789 and omit the #if/#endif pair from the memxxx declarations
2790 * fixinc/fixincl.x: regen
2791
2792 2000-07-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2793
2794 * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
2795
2796 2000-07-11 Neil Booth <NeilB@earthling.net>
2797
2798 * cpp.texi: Update.
2799
2800 2000-07-11 Neil Booth <NeilB@earthling.net>
2801
2802 * cppinit.c: (cpp_reader_init): Allow digraphs by default.
2803 (handle_option): Set digraphs according to standard.
2804 Merge OPT_lang_c89 handler with OPT_std_c89.
2805
2806 * cpplex.c: (lex_line, can_paste): Honour digraphs in
2807 accordance with the digraphs flag.
2808
2809 * cpplib.h: (struct cpp_options): New option digraphs.
2810
2811 2000-07-10 Hans-Peter Nilsson <hp@axis.com>
2812 Bruce Korb <bkorb@gnu.org>
2813
2814 * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
2815 * fixinc/fixincl.x: Regenerate.
2816 * fixinc/tests/base/testing.h: Add testcase.
2817
2818 2000-07-10 Richard Henderson <rth@cygnus.com>
2819
2820 * config/ia64/ia64.c (got_symbolic_operand): New.
2821 (symbolic_operand, move_operand): Revert 0701 change.
2822 * config/ia64/ia64.h (PREDICATE_CODES): Update.
2823 * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
2824 * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
2825 split the offset into a 14-bit low part instead of a 13-bit low part.
2826 (load_fptr): Mark the mem as unchanging.
2827 (load_symptr): Use got_symbolic_operand.
2828
2829 2000-07-10 Nick Clifton <nickc@cygnus.com>
2830
2831 * libgcc2.c (next_stack_level): Cast result of computation to
2832 (void **) so that the assignment does not generate a warning.
2833
2834 2000-07-10 Chandrakala Chavva <cchavva@redhat.com>
2835
2836 * flags.h : Add new variable flag_single_precision_constant.
2837 * toplev.c (display_help) : Add -fsingle-precision-constant option.
2838 (flag_single_precision_constant): New.
2839 * c-lex.c (yylex): Convert floating point constant to single
2840 precision constant.
2841 * invoke.texi : Add documentation for this new option.
2842
2843 2000-07-10 Gabriel Dos Reis <gdr@codesourcery.com>
2844
2845 * diagnostic.c (output_octal): Second parameter is unsigned.
2846 (output_long_octal): Likewise.
2847 (output_hexadecimal): Likewise.
2848 (output_long_hexadecimal): Likewise.
2849 (output_format): Adjust arguments extraction. Tweak.
2850 (output_verbatim, verbatim): End variable argument list.
2851 (report_diagnostic): Improve documentation.
2852
2853 2000-07-10 Benjamin Chelf <chelf@codesourcery.com>
2854
2855 * c-common.h (build_stmt): Declare.
2856 (build_continue_stmt): Likewise.
2857 (build_break_stmt): Likewise.
2858 (build_return_stmt): Likewise.
2859
2860 * c-decl.c (do_case): Rewrite to do what previously done in
2861 c-parse.in.
2862
2863 * c-semantics.c (build_stmt): Define.
2864 (build_return_stmt): Likewise.
2865 (build_break_stmt): Likewise.
2866 (build_continue_stmt): Likewise.
2867 (build_case_label): Likewise.
2868
2869 * c-parse.in (BREAK): Change to build tree, then generate RTL.
2870 (CONTINUE): Likewise.
2871 (RETURN): Likewise.
2872 (CASE): Likewise.
2873 (DEFAULT): Likewise.
2874
2875 * c-parse.y: Regenerate.
2876 * c-pasre.c: Likewise.
2877
2878 2000-07-09 Jason Merrill <jason@redhat.com>
2879
2880 * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
2881
2882 * tree.h (STRIP_NOPS): Check for error_mark_node.
2883 (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
2884 (dwarf2out_*): Remove duplicate declarations.
2885
2886 * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
2887 DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
2888
2889 2000-07-10 Gabriel Dos Reis <gdr@codesourcery.com>
2890
2891 * diagnostic.c (wrap_text): New function.
2892 (maybe_wrap_text): Likewise.
2893 (output_add_string): Use it.
2894 (output_format): Likewise.
2895 (count_error): Use verbatim instead of notice.
2896 (report_error_function): Likewise. Don't use plain fprintf.
2897 (finish_diagnostic): New function.
2898 (output_do_verbatim): Tweak. Commonalize functionalities in
2899 output_verbatim and verbatim.
2900 (output_verbatim): Adjust.
2901 (verbatim): Likewise.
2902 (report_diagnostic): Define.
2903
2904 * diagnostic.h (report_diagnostic): Prototype.
2905
2906 2000-07-09 Zack Weinberg <zack@wolery.cumb.org>
2907
2908 * cppexp.c (_cpp_parse_expr): Don't use unary plus.
2909
2910 2000-07-09 Neil Booth <NeilB@earthling.net>
2911
2912 * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
2913 IShspace, ISspace: Update.
2914
2915 * cppinit.c: ISTABLE: Update.
2916 V: New.
2917
2918 * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
2919 (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
2920 (skip_block_comment, skip_line_comment, parse_string,
2921 lex_line): Use is_vspace rather than IS_NEWLINE.
2922 (skip_whitespace, lex_line): Clean up to use is_nvspace.
2923 (lex_line): Use KNOWN_DIRECTIVE. Any kind of directive
2924 gets a BOL flag.
2925 (lex_next): Unconditionally stop if within a directive.
2926 Treat directives within macro invocations as directives
2927 (after parse_args emits error), not as the argument.
2928
2929 2000-07-09 Gabriel Dos Reis <gdr@codesourcery.com>
2930
2931 * diagnostic.c (diagnostic_args): New macro.
2932 (diagnostic_msg): Likewise.
2933 (output_formatted_integer): Likewise.
2934 (output_state): New data type.
2935 (digit_buffer): Make global.
2936 (output_add_integer): Rename to output_decimal. Squeeze
2937 digit_buffer.
2938 (output_long_decimal, output_unsigned_decimal,
2939 output_long_unsigned_decimal, output_octal, output_long_octal,
2940 output_hexadecimal, output_long_hexadecimal): New functions.
2941 (output_append_r): New function.
2942 (output_append): Tweak.
2943 (output_flush_on): Rename to output_to_stream.
2944 (output_format): Change prototype. Improve documentation. Handle
2945 more format specifiers.
2946 (build_location_prefix): Rename to context_as_prefix.
2947 (output_notice): Rename to output_do_printf.
2948 (output_printf): Tweak.
2949 (line_wrapper_printf): Likewise.
2950 (vline_wrapper_message_with_location): Adjust call to renamed
2951 functions.
2952 (v_message_with_decl): Likewise.
2953 (default_print_error_function): Likewise.
2954 (save_output_state): New function.
2955 (restore_output_state): Likewise.
2956 (output_do_verbatim): Likewise.
2957 (output_verbatim): Define.
2958 (verbatim): Likewise.
2959
2960 * diagnostic.h (printer_fn): Change return type from void to int.
2961 Improve documentation.
2962 (output_add_integer): Rename to output_decimal.
2963 (output_flush_on, output_format): Don't export.
2964 (output_verbatim, verbatim): Declare.
2965
2966 2000-07-08 Toon Moene <toon@moene.indiv.nluug.nl>
2967
2968 * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
2969 Check whether c divides op1 exactly if operation is not
2970 multiplication.
2971
2972 2000-07-08 Richard Henderson <rth@cygnus.com>
2973
2974 * final.c (final): Do not abort when reg-stack introduces
2975 a new insn.
2976
2977 2000-07-08 Zack Weinberg <zack@wolery.cumb.org>
2978
2979 * cpplib.h (struct cpp_name): Now struct cpp_string.
2980 (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
2981 CPP_HEADER_NAME): Change to type S.
2982 (struct cpp_token): Rename 'name' field to 'str'. Add 'node'
2983 field, a cpp_hashnode *. All references to val.name updated
2984 to use val.str or val.node as appropriate.
2985 (struct cpp_reader): Add spec_nodes field.
2986 (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
2987
2988 * cpphash.h (struct spec_nodes): New.
2989 (enum spell_type): Reorder. Only SPELL_STRING tokens use
2990 val.str. All references to 'spelling > SPELL_NONE' updated to
2991 match.
2992
2993 (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
2994 pfile->buffer->inc are not NULL before dereferencing them.
2995
2996 * cpplex.c (parse_name): Take a pointer to the current token,
2997 plus current position and limit as args; return the new
2998 position; don't copy the text of a name into the string
2999 buffer, instead call cpp_lookup and store the node pointer.
3000 If extending a token, copy out the text of the old into a
3001 scratch buffer, append the new, look that up and store the new
3002 node pointer. Inline.
3003 (maybe_paste_with_next): If the result of paste is a NAME,
3004 then look up the pasted text and store its node pointer.
3005 (lex_line): Adjust for new parse_name interface.
3006 Check for L"str", L'str' using spec_nodes->n_L.
3007 (spell_token): SPELL_IDENT tokens have their spelling in
3008 val.node->name. Handle SPELL_STRING tokens that don't have
3009 string delimiters.
3010 (_cpp_expand_name_space,
3011 (can_paste): Check for L ## "str" using spec_nodes->n_L.
3012 (cpp_get_token, special_symbol): No need to call cpp_lookup.
3013 (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
3014 return 1=equal 0=not, not a tristate.
3015
3016 * cpphash.c (var_args_str): Delete.
3017 (find_param): Compare node fields directly.
3018 (is__va_args__): Use CPP_PEDANTIC. Just compare
3019 token->val.node with spec_nodes->n__VA_ARGS__.
3020 (dump_funlike_macro): Don't use var_args_str.
3021
3022 * cpplib.c (_cpp_check_directive): Just walk through
3023 spec_nodes->dirs comparing pointers.
3024 (get_define_node, do_pragma_poison, detect_if_not_defined,
3025 parse_ifdef): The identifier has already been looked up.
3026 (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
3027 node.
3028 (do_if): Only call detect_if_not_defined at beginning of file.
3029 (_cpp_parse_assertion): Only copy string pointers for
3030 SPELL_STRING tokens.
3031 (pragma_dispatch): Take a node pointer and examine its name
3032 field.
3033 (_cpp_init_stacks): Also initialize the spec_nodes structure.
3034
3035 * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
3036 _cpp_init_macros.
3037 (cpp_cleanup): Free pfile->spec_nodes. Call _cpp_cleanup_* in
3038 reverse order from the corresponding _cpp_init_* routines.
3039
3040 * cppexp.c (parse_number, parse_charconst, parse_defined,
3041 lex): Check val.node->type instead of calling cpp_defined.
3042 Use spec_nodes entries where appropriate.
3043
3044 * fix-header.c, scan-decls.c: Update for interface changes.
3045
3046 2000-07-08 Geoffrey Keating <geoffk@cygnus.com>
3047
3048 * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
3049 emitting aux_truncdfsf2.
3050
3051 2000-07-03 Donn Terry (donnte@microsoft.com)
3052
3053 * cppinit.c (print_help): split overlong line into ISO C89
3054 maximum chunks.
3055
3056 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
3057
3058 * cppexp.c: Update all code for new lexer interface.
3059 (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
3060 (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
3061 * cpplex.c (token_names): Trim leading CPP_ from names; make
3062 the strings unsigned.
3063 (_cpp_spell_operator): New.
3064 (is_macro_disabled): Disable all macros if rescanning
3065 preprocessed text.
3066 (_cpp_get_directive_token): Remove.
3067
3068 * cppinit.c: Don't set no_macro_expand.
3069 * cpplib.c (read_line_number, do_line): Check only for EOF,
3070 not VSPACE.
3071 * cpphash.h: Update prototypes.
3072 * cpplib.h (CPP_VSPACE): Remove.
3073 (struct cpp_reader): Remove no_macro_expand.
3074
3075 2000-07-08 Neil Booth <NeilB@earthling.net>
3076
3077 * cpphash.c (is__va_args__): New function.
3078 (count_params): Fix line reported in error messages. Use
3079 is__va_args__. Don't return ')' on error. Flag GNU style
3080 rest args macro definitions.
3081 (parse_define): Check macro name is not __VA_ARGS__.
3082 (save_expansion): Check identifier in non-varargs-macro is
3083 not __VA_ARGS__. Don't flag GNU_VARARGS.
3084 * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
3085 (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
3086 than per-token GNU_VARARGS.
3087 * cpplib.h (GNU_VARARGS): Remove.
3088 (GNU_REST_ARGS): New.
3089
3090 Sat Jul 8 01:38:25 MET DST 2000 Jan Hubicka <jh@suse.cz>
3091
3092 * i386.md (call_pop, call, call_value_pop): Do not set
3093 current_function_uses_pic_offset_table for calls to static
3094 functions or indirect calls.
3095
3096 2000-07-07 Jim Wilson <wilson@cygnus.com>
3097
3098 * config/ia64/ia64.c (rws_access_reg): New local write_count. If
3099 is_predicate_reg, then take max write_count of register pair.
3100
3101 2000-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3102
3103 * tradcpp.c (main): Rename label `include' to `add_include' to
3104 avoid conflicts with variable `include' in traditional C.
3105
3106 2000-07-07 Jakub Jelinek <jakub@redhat.com>
3107
3108 * integrate.c (copy_insn_list): Remove REG_LABEL notes.
3109
3110 2000-07-07 Jakub Jelinek <jakub@redhat.com>
3111
3112 * sibcall.c (uses_addressof): Add INMEM argument, check for
3113 current_function_internal_arg_pointer outside of MEM rtxs in addition
3114 to ADDRESSOFs.
3115 (sequence_uses_addressof): Update caller.
3116
3117 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
3118
3119 * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
3120 and friends.
3121
3122 2000-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3123
3124 * system.h (UNION_INIT_ZERO): New macro for initializing union
3125 members in structs.
3126
3127 * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
3128
3129 2000-07-07 Neil Booth <NeilB@earthling.net>
3130
3131 * cpp.texi: Update.
3132
3133 Fri Jul 7 07:47:35 2000 Jeffrey A Law (law@cygnus.com)
3134
3135 * final.c (final): Detect out of bounds array access to
3136 the insn_lengths array.
3137
3138 2000-07-07 Kazu Hirata <kazu@hxi.com>
3139
3140 * fold-const.c (fold): Fix a comment typo.
3141
3142 2000-07-07 Neil Booth <NeilB@earthling.net>
3143
3144 * cpp.texi: Update to new lexer.
3145
3146 2000-07-06 Zack Weinberg <zack@wolery.cumb.org>
3147
3148 * tradcpp.c: New file.
3149 * tradcif.y: New file.
3150 * tradcif.c: New generated file.
3151
3152 * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
3153 $(srcdir)/tradcif.c. Add tradcpp to STAGESTUFF and
3154 dependencies of C. Install tradcpp from install-common, in
3155 $(libsubdir).
3156
3157 2000-07-06 Zack Weinberg <zack@wolery.cumb.org>
3158
3159 * cppinit.c: Include cppdefault.h. Refer to
3160 cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
3161 to GCC_INCLUDE_DIR and its length.
3162 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
3163 USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
3164 STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT): Move to
3165 cppdefault.h.
3166 (include_defaults_array): Move to cppdefault.c.
3167
3168 * cppdefault.h: New file.
3169 * cppdefault.c: New file.
3170
3171 * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
3172 (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
3173 (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
3174 this file.
3175
3176 Thu Jul 6 18:30:36 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3177
3178 * reload.c (push_reload): When seeing if can reuse a register,
3179 check extra registers against widest of INMODE and OUTMODE.
3180
3181 2000-07-06 Neil Booth <NeilB@earthling.net>
3182
3183 * cpplib.c: (_cpp_parse_assertion): Perform hash lookups
3184 based on full length of predicate.
3185
3186 2000-07-06 Hans-Peter Nilsson <hp@axis.com>
3187
3188 * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
3189 [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
3190
3191 2000-07-05 Kazu Hirata <kazu@hxi.com>
3192
3193 * h8300-proto.h: Fix formatting.
3194 * h8300.c: Likewise.
3195 * h8300.h: Likewise.
3196
3197 2000-07-05 Jim Wilson <wilson@cygnus.com>
3198
3199 * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
3200 CCmode.
3201
3202 2000-07-05 Rodney Brown <RodneyBrown@pmsc.com>
3203
3204 * invoke.texi: Fix minor typos
3205 * md.texi: Fix minor typos
3206
3207 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
3208
3209 * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
3210
3211 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
3212
3213 * cpplex.c: Don't include sys/mman.h.
3214 (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
3215
3216 * cpplib.c: Include sys/mman.h and obstack.h.
3217 (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
3218 obstack.
3219 (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
3220 (_cpp_unwind_if_stack): Now static, unwind_if_stack. Don't
3221 bother freeing if stack entries (they will be freed with their buffer).
3222 (do_endif): Free if stack entries from the buffer obstack.
3223 (push_conditional): Allocate if stack entries from the buffer obstack.
3224
3225 (find_answer): Rename to _cpp_find_answer.
3226 (do_assert, do_unassert): Update.
3227
3228 * cpphash.h: Update prototypes.
3229 (xobnew): New convenience macro.
3230 * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
3231 Update comments.
3232 (struct cpp_hashnode): Remove disabled field.
3233
3234 * cppinit.c: Don't include hashtab.h or splay-tree.h.
3235 (report_missing_guard): Moved to cppfiles.c.
3236 (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
3237 cpp_init_includes.
3238 (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
3239 cpp_cleanup_includes. Don't destroy hashtab or
3240 all_include_files here.
3241 (cpp_finish): Use _cpp_report_missing_guards.
3242
3243 * cppfiles.c (report_missing_guard): Moved from cppinit.c.
3244 (_cpp_init_include_table): Rename _cpp_init_includes.
3245 (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
3246
3247 * cppexp.c (parse_assertion): Update for new name of
3248 find_answer.
3249
3250 * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
3251
3252 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
3253
3254 * cpplib.c (do_ident): s/VSPACE/EOF/
3255
3256 2000-07-05 Neil Booth <NeilB@earthling.net>
3257
3258 * cpplex.c: Fix trigraph replacement within strings.
3259
3260 2000-07-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3261
3262 * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
3263
3264 * xcoffout.c (assign_type_number): Constify.
3265 (xcoffout_source_file): Add static prototype. Don't needlessly
3266 cast away const-ness.
3267
3268 2000-07-04 Jason Merrill <jason@redhat.com>
3269
3270 * frame.h (frame_state): Move base_offset to end.
3271
3272 Mon Jul 3 21:31:43 2000 Clinton Popetz <cpopetz@cygnus.com>
3273
3274 * calls.c (emit_library_call_value_1): Revert previous change.
3275
3276 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
3277
3278 * fix-header.c (struct partial_proto): Remove unnecessary fields.
3279 (recognized_extern, recognized_function, read_scan_file):
3280 Update for new scheme.
3281 (check_protection): It's still a multiple include guard even
3282 if it doesn't always trigger.
3283 * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
3284 new scheme.
3285 * scan.h: Declare struct cpp_token. Update prototypes.
3286
3287 2000-07-03 Neil Booth <neilb@earthling.net>
3288 Zack Weinberg <zack@wolery.cumb.org>
3289
3290 Complete overhaul of the lexer and macro expander.
3291
3292 * cpphash.c (object_defn, funct_defn, push_macro_expansion,
3293 arg, arglist, argdata, reflist, collect_objlike_expansion,
3294 collect_funlike_expansion, collect_params,
3295 warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
3296 unsafe_chars, macarg, compare_defs, special_symbol,
3297 scan_arguments, stringify, funlike_macroexpand,
3298 _cpp_quote_string, monthnames): Delete.
3299 (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
3300 _cpp_create_definition, _cpp_dump_definition,
3301 dump_hash_helper): Adjust.
3302 (find_param, count_params, parse_define, var_args_str,
3303 check_macro_redefinition, save_expansion): New.
3304
3305 * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
3306 parse_string, output_line_command, trigraph_replace,
3307 lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
3308 cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
3309 cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
3310 _cpp_skip_rest_of_line): Modify.
3311
3312 (maybe_macroexpand, skip_comment, copy_comment, skip_string,
3313 find_position, null_warning, bump_column, expand_name_space,
3314 pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
3315 _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
3316 _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
3317 _cpp_prescan): Delete.
3318
3319 (dump_param_spelling, process_directive, lex_next,
3320 is_macro_disabled, stringify_arg, expand_context_stack,
3321 output_token, make_string_token, alloc_number_token,
3322 special_symbol, duplicate_token, maybe_paste_with_next,
3323 can_paste, prevent_macro_expansion, restore_macro_expansion,
3324 get_temp_token, release_temp_tokens, quote_string,
3325 token_names, token_spellings, _cpp_expand_name_space,
3326 _cpp_glue_header_name, _cpp_reserve_name_space,
3327 digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
3328 placemarker_token, eof_token, cpp_context, macro_args,
3329 get_raw_token, parse_arg, parse_args, save_token,
3330 push_arg_context, push_macro_context, pop_context,
3331 do_pop_context, free_macro_args, _cpp_get_line,
3332 _cpp_run_directive): New.
3333
3334 * cpplib.c (validate_else, parse_include, push_conditional,
3335 pass_thru_directive, read_line_number, parse_ifdef,
3336 detect_if_not_defined, _cpp_check_directive, do_define,
3337 do_undef, do_include, do_import, do_include_next, do_error,
3338 do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
3339 top_pragmas, do_pragma_gcc, do_pragma_implementation,
3340 do_pragma_poison, do_pragma_system_header,
3341 do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
3342 dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
3343 do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
3344 cpp_defined): Update for new scheme.
3345 (strtoul_for_line, get_define_node, dump_macro_name,
3346 _cpp_check_linemarker, _cpp_parse_assertion): New.
3347 (_cpp_handle_directive, do_pragma_default): Delete.
3348
3349 * cpphash.h (struct predicate): Now struct answer.
3350 (enum spell_type, struct token_spelling, struct directive,
3351 directive_handler): New.
3352 Update prototypes. Remove unused macros.
3353 * cpplib.h: Update prototypes. Remove unused macros,
3354 structure definitions, and fields.
3355
3356 * cpperror.c (print_containing_files, v_message): Adjust.
3357 * cppexp.c (parse_assertion, lex, parse_escape,
3358 _cpp_parse_expr): Adjust.
3359 * cppfiles.c (open_include_file, _cpp_execute_include,
3360 _cpp_compare_file_date, cpp_read_file, read_include_file):
3361 Adjust.
3362 * cppinit.c (dump_special_to_buffer): Delete.
3363 (append_include_chain, merge_include_chains, cpp_reader_init,
3364 cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
3365 cpp_finish, handle_option, print_help): Adjust.
3366 * cppmain.c (main): Adjust.
3367
3368 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
3369
3370 * cppspec.c (lang_specific_driver): Use double quotes in error
3371 message.
3372
3373 Mon Jul 3 16:53:43 2000 Clinton Popetz <cpopetz@cygnus.com>
3374
3375 * calls.c (emit_library_call_value_1): Use valreg instead
3376 of hard_libcall_value.
3377
3378 2000-07-03 Geoff Keating <geoffk@cygnus.com>
3379
3380 * config/rs6000/rs6000.c (rs6000_emit_move): New function.
3381 * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
3382 * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
3383 (movhi): Likewise.
3384 (movqi): Likewise.
3385 (movdf): Likewise.
3386 (movsf): Likewise.
3387 (movdi): Likewise.
3388 (movti): Likewise.
3389
3390 * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
3391 mode instead of wider_mode is being used.
3392
3393 2000-07-03 Jakub Jelinek <jakub@redhat.com>
3394
3395 * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
3396 of 'r'. Use q_regs_operand.
3397 (andsi_1+2): Use q_regs_operand.
3398
3399 2000-07-03 Jakub Jelinek <jakub@redhat.com>
3400
3401 * builtins.c (get_memory_rtx): Always put into alias set 0.
3402
3403 2000-07-03 Nick Clifton <nickc@cygnus.com>
3404
3405 * config/arm/arm.md: Fix post increment and pre increment
3406 peepholes so that they do not generate UNPREDICATBLE opcodes.
3407 (ie ones where the increment clobbers the source/destination).
3408
3409 2000-07-01 Marek Michalkiewicz <marekm@linux.org.pl>
3410
3411 * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
3412 change too big for -mtiny-stack" a warning, if larger than 63.
3413 (out_set_stack_ptr): Change the logic so -mno-interrupts is
3414 always safe to use on possible future devices.
3415 (function_prologue): Write SPH before SPL, for consistency.
3416 If interrupt_func_p true, we know we have enabled interrupts.
3417 (avr_num_arg_regs): New function. Round up to even number of
3418 bytes if no -mpack-args or if calling a libgcc function.
3419 (function_arg, function_arg_advance): Use it.
3420 (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
3421 Output "movw" if available.
3422 (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
3423 of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
3424 (asm_output_section_name): Add blanks for consistent output.
3425 (encode_section_info): Set TREE_READONLY for progmem data to
3426 avoid gas warnings about changed section attributes.
3427 (avr_hard_regno_mode_ok): Force non-QImode data to start in
3428 even numbered registers on devices with "movw".
3429 * config/avr/avr.h (MASK_*): Define bits for target_flags.
3430 (TARGET_SWITCHES): Mark help strings for translation.
3431 Add new -mpack-args and -menhanced switches.
3432 (TARGET_OPTIONS): Mark help strings for translation.
3433 (progmem_section): Add section attributes.
3434 * config/avr/avr.md (*movhi, call_insn, call_value_insn):
3435 Output "movw" if available.
3436 (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
3437 New patterns.
3438 * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
3439 call convention (arguments aligned on even registers).
3440 (_cleanup, _exit): Make weak symbols libc can override.
3441
3442 2000-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3443
3444 * fp-bit.h: New file.
3445
3446 * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
3447 Comment #endif statements.
3448 (__thenan_sf, __thenan_df): Add missing braces around initializer.
3449
3450 Mon Jul 3 00:32:47 2000 Jeffrey A Law (law@cygnus.com)
3451
3452 * gcse.c (compute_pre_data): Compute ae_kill using other local
3453 properties instead of calling compute_ae_kill.
3454
3455 * alias.c (init_alias_analysis): Do not call
3456 prologue_epilogue_contains until after reload has completed.
3457
3458 2000-07-02 Benjamin Chelf <chelf@codesourcery.com>
3459
3460 * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
3461 (genrtl_finish_compound_stmt): Likewise.
3462 (genrtl_compound_stmt): Change to return void.
3463
3464 * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
3465 move code from here to ...
3466 (genrtl_compound_stmt): ... here.
3467 (genrtl_finish_compound_stmt): Remove.
3468 (expand_stmt): Add comment.
3469
3470 2000-07-02 Zack Weinberg <zack@wolery.cumb.org>
3471
3472 * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
3473 and VOID_TYPE_P.
3474
3475 2000-07-02 Jakub Jelinek <jakub@redhat.com>
3476
3477 * cpplib.h (struct cpp_reader): New field include_depth.
3478 (struct cpp_printer): Rename last_bsd to last_id.
3479 * cppfiles.c (read_include_file): Bump include_depth.
3480 * cpplex.c (cpp_pop_buffer): Decrement include_depth.
3481 (output_line_command): Output correct #line if a header
3482 is including itself and is not protected against multiple inclusion.
3483 Use include_depth instead of buffer_stack_depth, last_id instead of
3484 last_bsd.
3485 * cppinit.c (cpp_start_read): Initialize last_id instead of
3486 last_bsd.
3487
3488 2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
3489
3490 * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
3491 (c-semantics.o): New target.
3492
3493 * c-common.h (TREE_LANG_FLAG_?): Added documentation.
3494 (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
3495 (genrtl_clear_out_block): Likewise.
3496 (genrtl_goto_stmt): Likewise.
3497 (genrtl_expr_stmt): Likewise.
3498 (genrtl_decl_stmt): Likewise.
3499 (genrtl_if_stmt): Likewise.
3500 (genrtl_while_stmt): Likewise.
3501 (genrtl_do_stmt): Likewise.
3502 (genrtl_return_stmt): Likewise.
3503 (genrtl_for_stmt): Likewise.
3504 (genrtl_break_stmt): Likewise.
3505 (genrtl_continue_stmt): Likewise.
3506 (genrtl_scope_stmt): Likewise.
3507 (genrtl_switch_stmt): Likewise.
3508 (genrtl_case_label): Likewise.
3509 (genrtl_begin_compound_stmt): Likewise.
3510 (gerntl_finish_compound_stmt): Likewise.
3511 (genrtl_compound_stmt): Likewise.
3512 (genrtl_asm_stmt): Likewise.
3513 (genrtl_decl_cleanup): Likewise.
3514 (DECL_ANON_UNION_ELEMS): Likewise.
3515 (emit_local_var): Likewise.
3516 (make_rtl_for_local_static): Likewise.
3517 (expand_cond): Likewise.
3518 (expand_stmt): Likewise.
3519 (c_expand_return): Likewise.
3520 (c_expand_start_case): Likewise.
3521 (do_case): Likewise.
3522 (COMPOUND_STMT_NO_SCOPE): Likewise.
3523 (c_expand_asm_operands): Likewise.
3524 (NEW_FOR_SCOPE_P): New macro.
3525 (expand_expr_stmt_fn): New type.
3526
3527 (set_current_function_name_declared): Likewise.
3528 (current_function_name_declared): Likewise.
3529 (lang_expand_stmt): Likewise.
3530 (stmts_are_full_exprs_p): Likewise.
3531 (anon_aggr_type_p): Likewise.
3532 (lang_expand_expr_stmt): Likewise.
3533 (build_case_label): Likewise.
3534
3535 * c-decl.c (lang_expand_expr_stmt): Initialize.
3536 (stmts_are_full_exprs_p): Define.
3537 (current_function_name_declared): Likewise.
3538 (do_case): Likewise.
3539 (lang_expand_stmt): Likewise.
3540 (set_current_function_name_declared): Likewise.
3541 (anon_aggr_type_p): Likewise.
3542
3543 * c-semantics.c: New file.
3544 (expand_cond): Moved from cp/semantics.c.
3545 (genrtl_do_pushlevel): Likewise.
3546 (genrtl_clear_out_block): Likewise.
3547 (genrtl_goto_stmt): Likewise.
3548 (genrtl_expr_stmt): Likewise.
3549 (genrtl_decl_stmt): Likewise.
3550 (genrtl_if_stmt): Likewise.
3551 (genrtl_while_stmt): Likewise.
3552 (genrtl_do_stmt): Likewise.
3553 (genrtl_return_stmt): Likewise.
3554 (genrtl_for_stmt): Likewise.
3555 (genrtl_break_stmt): Likewise.
3556 (genrtl_continue_stmt): Likewise.
3557 (genrtl_scope_stmt): Likewise.
3558 (genrtl_switch_stmt): Likewise.
3559 (genrtl_case_label): Likewise.
3560 (genrtl_begin_compound_stmt): Likewise.
3561 (genrtl_finish_compound_stmt): Likewise.
3562 (genrtl_compound_stmt): Likewise.
3563 (genrtl_asm_stmt): Likewise.
3564 (genrtl_decl_cleanup): Likewise.
3565 (make_rtl_for_local_static): Moved from cp/decl.c.
3566 (emit_local_var): Likewise.
3567 (expand_stmt): Define.
3568
3569 * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
3570 (c_expand_return): Likewise.
3571 (c_expand_start_case): Likewise.
3572
3573 2000-07-01 Richard Henderson <rth@cygnus.com>
3574
3575 * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
3576 with the low 13 bits set.
3577 (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
3578 * config/ia64/ia64.md (movdi): Likewise. Expand a CONST with one
3579 of the low 13 bits into a CONST plus an adddi3.
3580 (load_symptr): Set RTX_UNCHANGING_P.
3581
3582 See ChangeLog.3 for earlier changes.
3583
This page took 0.192952 seconds and 6 git commands to generate.