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