1 Tue Sep 12 08:53:57 2000 Jeffrey A Law (law@cygnus.com)
3 * convex.md: Use "+" instead of "=" for outputs wrapped in a
5 * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
7 2000-09-12 Kazu Hirata <kazu@hxi.com>
9 * unroll.c: Fix formatting.
11 2000-09-12 Bruce Korb <bkorb@gnu.org>
13 * fixinc/fixfixes.c: make a type for the fix procedure & use it,
15 * fixinc/fixincl.c: Use PARAMS, not _P_. Add no-op default to switch.
16 * fixinc/fixincl.tpl: make non-exported arrays static scope
17 * fixinc/fixincl.x: regenerate
18 * fixinc/fixlib.h: Use PARAMS, not _P_
19 * fixinc/fixtests.c: make a type for the test proc & use it
20 * fixinc/server.h: Use PARAMS, not _P_
22 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
24 * c-typeck.c (process_init_element): Avoid union init warnings on
25 floating point zero. Don't crash on unions containing structs.
27 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
29 * config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
30 general_movsrc_operand, and remove CONST_INT from
31 general_movdst_operand.
33 2000-09-12 Bernd Schmidt <bernds@redhat.co.uk>
35 * cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
36 if a reference to non-fixed hardreg is seen. Otherwise, count hard
37 regs with a higher cost.
38 (preferrable): Deal with cases where either cost or regcost is
40 (cse_insn): Use MAX_COST rather than 10000. Always initialize
42 (COSTS_N_INSNS): Move definition...
44 (MAX_COST): New macro.
45 * loop.c (init_loop): Use COSTS_N_INSNS macro instead of hardcoded
48 2000-09-11 Mark Mitchell <mark@codesourcery.com>
50 * c-common.h (genrtl_clear_out_block): Remove.
51 * c-semantics.c (genrtl_clear_out_block): Remove.
52 (genrtl_while_stmt): Don't call it.
53 (genrtl_for_stmt): Likewise.
55 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
57 * cppfiles.c: Move all default-#defines to top of file.
58 (open_include_file): Replace by lookup_include_file.
59 (read_with_read, read_file): Merged into read_include_file.
60 (stack_include_file, purge_cache): New functions.
61 (close_cached_fd): Delete.
62 (lookup_include_file, read_include_file, _cpp_pop_file_buffer):
63 Cache the in-memory buffer, not the file descriptor.
65 * cpphash.h (struct include_file): Add buffer, st, refcnt,
67 (xcnew): New utility macro.
68 (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file.
69 * cpplib.h (struct cpp_buffer): Remove mapped field.
71 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
73 * cpplex.c (parse_string): Accept backslash space newline as a
76 (_cpp_get_token): Remove hard limit on macro nesting.
78 2000-09-12 Philipp Thomas <pthomas@suse.de>
80 * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
83 2000-09-13 Michael Hayes <mhayes@cygnus.com>
85 * flow.c (split_block): Fix update of registers live at
88 Tue Sep 12 01:51:38 MET DST 2000 Jan Hubicka <jh@suse.cz>
90 * i386.md (add?i_3, add?i_5): New.
91 (add?i_4): Rename from add?i_3; Fix compare pattern.
92 (sub?i_3, xor?i_3, ior?i_3): New.
94 * genrecog.c (write_tree): Output code to clear insn_extract cache.
95 * genattrtab.c (write_attr_case): Gen call to extract_insn_cache
96 instead of extract_insn and extract_constrain_insn_cache instead of
97 extract_insn and constrain_operands.
98 * recog.c (extract_insn_cached, extract_constrain_insn_cached):
100 (extract_insn): Clear which_alternative.
101 (constrain_operands): Set which_alternative to -1 when failed.
102 * recog.h (extract_constrain_insn_cached, extract_insn_cached):
105 2000-09-11 Matthew Hiller <hiller@redhat.com>
107 * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
109 (movstricthi): Likewise.
111 2000-09-12 Michael Hayes <mhayes@cygnus.com>
113 * loop.h (LOOP_IVS): New macro.
114 (REG_IV_TYPE, REG_IV_INFO): Add ivs argument.
115 (struct loop_ivs): New.
116 (struct loop_info): Add ivs field.
117 (reg_iv_type, reg_iv_info): Delete prototype.
118 (reg_biv_class, loop_iv_list): Likewise.
119 * loop.c (record_biv, find_life_end): Pass loop argument.
120 (reg_iv_type): Remove global array and use
121 field in loop_regs structure within loop_ivs structure.
122 (reg_iv_info, reg_biv_class, loop_iv_list): Likewise.
123 (first_increment_giv, last_increment_giv): Use entry in
125 (record_initial): Pass ivs pointer.
126 * unroll.c (copy_loop_body, remap_split_bivs): Add loop argument.
128 2000-09-12 Michael Hayes <mhayes@cygnus.com>
130 * loop.h (LOOP_REGS): New macro.
131 (struct loop_regs): New.
132 (struct loop_info): Add regs field.
133 * loop.c (set_in_loop): Remove global array and store
134 in loop_regs structure as part of loop_info structure.
135 (n_times_set, may_not_optimize): Likewise.
136 (reg_single_usage, moved_once): Likewise.
137 (count_one_set): Add regs argument.
138 (combine_movables, rtx_equal_for_loop_p, combine_givs): Likewise.
139 (set_pseudo_multiple_uses): Pass regs pointer.
141 2000-09-12 Michael Hayes <mhayes@cygnus.com>
143 * unroll.c (iteration_info): Subsume into loop_iterations.
144 * loop.h (loop_info): New field iv.
146 2000-09-12 Michael Hayes <mhayes@cygnus.com>
148 * basic-block.h (LOOP_TREE, LOOP_PRE_HEADER, LOOP_EDGES): New.
149 (LOOP_EXITS_DOMS, LOOP_ALL): Likewise.
150 (flow_loops_update): New prototype.
151 (flow_loops_find): Add flags to prototype.
152 (struct loop): Add `pre_header_root' and `pre_header_trace' fields.
153 * flow.c (flow_loop_pre_header_scan): New.
154 (flow_loop_dump): Dump pre-header root and trace and exit dominators.
155 (flow_loop_free): Free pre-header root and trace and exit dominators.
156 (flow_loops_find): New argument flags.
157 (flow_loops_update): New function.
158 * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
160 2000-09-12 Michael Hayes <mhayes@cygnus.com>
162 * basic-block.h (split_block, update_bb_for_insn): New prototypes.
163 * flow.c (split_block, update_bb_for_insn): New functions.
165 2000-09-11 Richard Henderson <rth@cygnus.com>
167 * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
169 2000-09-11 Richard Henderson <rth@cygnus.com>
171 * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.
172 * config/ia64/ia64.c (fr_nonimmediate_operand): New.
173 (ia64_override_options): Prevent optimizing division for both
174 latency and throughput.
175 (rtx_needs_barrier): Handle frcpa.
176 * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): New.
177 (MASK_INLINE_DIV_THR, TARGET_INLINE_DIV_LAT): New.
178 (TARGET_INLINE_DIV_THR, TARGET_INLINE_DIV): New.
179 (TARGET_SWITCHES): Add -minline-divide-min-latency and
180 -minline-divide-max-throughput.
181 (PREDICATE_CODES): Update.
182 * config/ia64/ia64.md (extendsidi2): Remove * from f case.
183 (zero_extendsidi2): Likewise. Fix typo in f case insn.
184 (extendsfdf2): Add cases for gr<->fr and fr<->mem.
185 (extendsftf2): Likewise.
186 (extenddftf2): Likewise.
187 (fix_trunctfdi2_alts): New.
188 (fixuns_trunctfdi2_alts): New.
189 (madd*4): Rename from madd*3.
190 (divsi3, modsi3, udivsi3, umodsi3): New.
191 (divsi3_internal): New.
192 (divdi3, moddi3, udivdi3, umoddi3): New.
193 (divdi3_internal_lat, divdi3_internal_thr): New.
194 (multf3_alts, maddtf4_alts, nmaddtf4_alts): New.
197 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
199 * print-rtl.c (debug_call_placeholder_verbose): New variable.
200 (print_rtx) [CALL_PLACEHOLDER]: Dump all call sequences if it is
202 * integrate.c (copy_rtx_and_substitute): Don't share
203 LEAF_REG_REMAPpable registers with the inlined function. Don't
204 share the function value with calling sequences.
206 2000-09-11 Jakub Jelinek <jakub@redhat.com>
208 * c-decl.c (do_case): Fix a typo.
210 * combine.c (simplify_if_then_else): Don't convert a == b ? b : a
211 to a if the comparison is floating mode and not -ffast-math.
212 * simplify-rtx.c (simplify_ternary_operation): Likewise.
214 Mon Sep 11 20:07:48 2000 J"orn Rennecke <amylaar@redhat.co.uk>
216 * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
217 gen_ic_invalidate_line.
219 2000-09-11 Philip Blundell <pb@futuretv.com>
221 * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
223 Mon Sep 11 10:48:41 2000 Ulrich Drepper <drepper@redhat.com>
225 * install.texi (LANGUAGES): Update to include new languages.
228 2000-09-11 DJ Delorie <dj@redhat.com>
230 * gcc.c (main): Don't warn about unused -B prefixes
231 (unused_prefix_warnings): remove
233 2000-09-11 Kazu Hirata <kazu@hxi.com>
235 * final.c: Fix formatting.
237 * integrate.c: Fix formatting.
239 2000-09-11 Geoff Keating <geoffk@cygnus.com>
241 * alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
243 2000-09-11 Bernd Schmidt <bernds@redhat.co.uk>
245 * reload.c (regno_clobbered_p): Fix thinko in previous change.
247 2000-09-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
249 * gcc.1: Document 68hc11 specific options.
251 2000-09-10 Geoff Keating <geoffk@cygnus.com>
253 * config/rs6000/sysv4.h (MASK_LONG_DOUBLE_128): Define.
254 (TARGET_LONG_DOUBLE_128): Define.
255 (SUBTARGET_SWITCHES): Add -mlong-double-64 and -mlong-double-128.
256 (LONG_DOUBLE_TYPE_SIZE): Redefine.
257 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
258 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on definition
259 of __LONG_DOUBLE_128__.
260 (CPP_SYSV_SPEC): Define __LONG_DOUBLE_128__ if -mlong-double-128
262 (CPP_LONGDOUBLE_DEFAULT_SPEC): Define.
263 (CPP_SYSV_DEFAULT_SPEC): Define.
264 (SUBTARGET_EXTRA_SPECS): Add cpp_longdouble_default.
265 (INIT_TARGET_OPTABS): Define.
267 * config/rs6000/aix.h (RS6000_ITRUNC): Moved from rs6000.h.
268 (RS6000_UITRUNC): Likewise.
269 (INIT_TARGET_OPTABS): New macro.
270 * config/rs6000/rs6000.c (rs6000_trunc_used): Delete.
271 (trunc_defined): Delete.
272 (output_prolog): Don't output .extern definitions for fp->int
273 conversion routines, ASM_OUTPUT_EXTERNAL_LIBCALL will do it.
274 * config/rs6000/rs6000.h (rs6000_trunc_used): Delete.
275 (trunc_defined): Delete.
276 (RS6000_ITRUNC): Moved to aix.h.
277 (RS6000_UITRUNC): Likewise.
278 * config/rs6000/rs6000.md (fix_truncdfsi2): Fail if it would
280 (fixuns_truncdfsi2): Delete.
281 (trunc_call): Delete.
282 (trunc_call_rtl): Delete.
284 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
286 * varasm.c (make_decl_rtl): Restore leading star on
287 DECL_ASSEMBLER_NAME set for decls with an asmspec.
289 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
291 * c-pragma.c (handle_pragma_pack): Correct parsing logic so it
292 won't give a spurious error for '#pragma pack()'. Simplify
293 control flow for readability. 'reset' action is not necessary.
295 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
297 * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
298 SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,
299 LONG_LONG_TYPE_SIZE, WCHAR_TYPE_SIZE, FLOAT_TYPE_SIZE,
300 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE, and WCHAR_UNSIGNED.
302 * cppexp.c, dwarfout.c, dwarf2out.c, emit-rtl.c, final.c, optabs.c,
303 profile.c, sdbout.c, tradcif.y, tree.c:
304 Include defaults.h if not already included.
305 Don't define the above macros.
307 * Makefile.in: Update dependencies.
309 2000-09-10 Mark Mitchell <mark@codesourcery.com>
311 * c-common.h (add_stmt): Change prototype.
312 (RECHAIN_STMTS): New macro.
313 (CASE_LABEL_DECL): Likewise.
314 (genrtl_case_label): Change prototype.
315 (c_expand_start_case): Remove prototype.
316 (build_case_label): Change prototype.
317 (decl_constant_value): Declare.
318 * c-common.c (check_case_value): Handle C++'s extensions to C
320 * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
322 * c-parse.in (stmt): Adjust handling of return statements and case
324 * c-semantics.c (add_stmt): Return the new statement.
325 (genrtl_return_stmt): Take the RETURN_STMT as input, not the
326 returned expression. Directly generate RTL, rather than calling
328 (genrtl_switch_stmt): Don't call c_expand_start_case.
329 (build_case_label): Take the LABEL_DECL as input, too.
330 (genrtl_case_label): Just call add_case_node.
331 (expand_stmt): Adjust calls to genrtl_return_stmt and
333 * c-tree.h (c_expand_start_case): Declare.
334 * c-typeck.c (decl_constant_value): Give it external linkage.
335 (c_expand_return): Don't call expand_return or expand_null_return;
336 use genrtl_return_stmt instead.
337 * stmt.c (struct nesting): Remove num_ranges field.
338 (add_case_node): Give it external linkage.
339 (expand_start_case): Don't set num_ranges.
340 (expand_start_case_dummy): Don't clear it.
341 (pushcase): Rely on add_case_node to handle `default' labels.
342 (add_case_node): Handle `default' labels.
343 * tree.c (tree_int_cst_compare): New function.
344 * tree.h (tree_int_cst_compare): Declare.
345 (add_case_node): Likewise.
347 2000-09-10 Richard Henderson <rth@cygnus.com>
349 * c-parse.in: Revert last change.
350 (init_reswords): Do not enter disabled keywords into the ridpointers
351 table, modulo objc weirdness.
352 (_yylex): Return the canonical spelling for a keyword.
354 2000-09-10 Philip Blundell <philb@gnu.org>
356 * config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
357 * config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
359 Sun Sep 10 14:30:28 EDT 2000 John Wehle (john@feith.com)
361 * alias.c (find_base_term): Handle ADDRESSOF.
362 (memrefs_conflict_p): An ADDRESSOF doesn't conflict.
364 2000-09-10 Denis Chertykov <denisc@overta.ru>
366 * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
367 outputting templates with many lines.
369 2000-09-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
371 * libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
372 to decide whether 64-bit support must be generated.
374 2000-09-10 Richard Henderson <rth@cygnus.com>
376 * c-parse.in (asm patterns): Fix volatile check.
378 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
380 * cppmacro.c (check_trad_stringification): New function.
381 (save_expansion): If -Wtraditional, warn about stringification of
384 2000-09-11 Michael Hayes <mhayes@cygnus.com>
386 * loop.h (struct loop_mem_info): Move from loop.c
387 (struct loop_info): Add fields store_mems, mems, mems_idx,
388 mems_allocated, unknown_address_altered,
389 unknown_constant_address_altered, num_mem_sets, and
390 first_loop_store_insn.
392 * loop.c (loop_store_mems): Replace with field in loop_info struct.
393 (loop_mems, loop_mems_idx, loop_mems_allocated): Likewise.
394 (unknown_address_altered, unknown_constant_address_altered): Likewise.
395 (num_mem_sets): Likewise.
396 (replace_loop_mems, replace_loop_regs): New.
397 (struct loop_replace_args): New.
398 (load_mems): Use replace_loop_mems.
399 (try_copy_prop): Use replace_loop_regs.
400 (replace_loop_reg, replace_loop_mem): Use loop_replace_args structure.
402 2000-09-09 Stephane Carrez <Stephane.Carrez@worldnet.fr>
404 * configure.in: Recognize m6811-elf and m6812-elf.
405 * configure: Regenerate.
407 2000-09-09 Geoff Keating <geoffk@cygnus.com>
409 * recog.c (validate_replace_rtx_1): Correct MODE parameter in call
412 2000-09-10 Michael Hayes <mhayes@cygnus.com>
414 * loop.c (struct movables): New.
415 (num_movables): Move into struct movables.
416 (the_movables): Change type to struct movables.
417 (ignore_some_movables): Change struct movable arg to struct movables.
418 (force_movables, combine_movables, regs_match_p): Likewise.
419 (rtx_equal_for_loop_p, move_movables): Likewise.
420 (scan_loop): Change movables to be of type struct movables.
421 Replace last_movable with field in movables structure.
423 2000-09-08 Zack Weinberg <zack@wolery.cumb.org>
425 * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
426 (init_pragma): Avoid warning if pfile happens to be unused.
427 * c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS. Never
428 define init_pragma to nothing. Always prototype
429 init_pragma. Prototype dispatch_pragma if !USE_CPPLIB.
431 * c-lex.c (process_directive): Always call dispatch_pragma.
432 Initialize entering_c_header to 0.
434 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
436 * config/m68hc11/m68hc11.md: New file, machine description for
438 * config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
439 * config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
440 * config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
441 * config/m68hc11/m68hc11-protos.h: New file.
442 * config/m68hc11/m68hc11-crt0.S: New file, startup code.
443 * config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
444 * config/m68hc11/xm-m68hc11.h: New file, target defs.
445 * config/m68hc11/larith.asm: New file, libgcc routines.
447 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
449 * Makefile.in (DPBIT_FUNCS): Add _usi_to_df.
450 (FPBIT_FUNCS): Add _usi_to_sf.
451 * config/fp-bit.c (usi_to_float): New function.
452 * config/fp-bit.h (L_usi_to_sf, L_usi_to_df): Define.
453 (usi_to_float): Add appropriate #define.
455 2000-09-08 Bernd Schmidt <bernds@redhat.co.uk>
457 * i386-protos.h (sse_comparison_operator, mmx_reg_operand): Declare
459 * i386.c (sse_comparison_operator, mmx_reg_operand): New functions.
460 * i386.md (attr "type"): Add sse and mmx types.
461 (attr "memory"): Handle them without a crash.
462 (movsi_1, movdi_2): Allow MMX regs.
463 (movdi splits): Don't split moves involving MMX regs.
464 (setcc_4): Remove '*' from pattern name so we get a gen_setcc4.
465 (movv4sf_internal, movv4si_internal, movv8qi_internal,
466 movv4hi_internal, movv2si_internal, movv8qi, movv4hi, movv2si,
467 movv4sf, movv4si, pushv4sf, pushv4si, pushv8qi, pushv4hi, pushv2si,
468 sse_movaps, sse_movups, sse_movmskps, mmx_pmovmskb, mmx_maskmovq,
469 sse_movntv4sf, sse_movntdi, sse_movhlps, sse_movlhps, sse_movhps,
470 sse_movlps, sse_loadss, sse_movss, sse_storess, sse_shufps,
471 addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, mulv4sf3, vmmulv4sf3,
472 divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2, rsqrtv4sf2, vmrsqrtv4sf2,
473 sqrtv4sf2, vmsqrtv4sf2, sse_andti3, sse_nandti3, sse_iorti3,
474 sse_xorti3, maskcmpv4sf3, maskncmpv4sf3, vmmaskcmpv4sf3,
475 vmmaskncmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
476 smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
477 cvttps2pi, cvtsi2ss, cvtss2si, cvttss2si, addv8qi3, addv4hi3,
478 addv2si3, ssaddv8qi3, ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3,
479 subv4hi3, subv2si3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
480 mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
481 mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3, mmx_uavgv8qi3,
482 mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw, mmx_pshufw,
483 eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3, gtv2si3, umaxv8qi3,
484 smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3, ashrv2si3, lshrv4hi3,
485 lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3, mmx_ashldi3,
486 mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
487 mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
488 mmx_punpckldq, emms, sfence, ldmxcsr, prefetch, stmxcsr, sse_clrti,
489 mmx_clrdi): New patterns.
491 2000-09-08 Richard Earnshaw <rearnsha@arm.com>
493 * arm.c: Don't include tm.h directly.
495 Fri Sep 8 14:34:56 MET DST 2000 Jan Hubicka <jh@suse.cz>
497 * recog.c (validate_replace_rtx_1): Fix confusion about equality
498 testing; simplify subregs of constants and nested subregs.
500 2000-09-08 Alexandre Oliva <aoliva@redhat.com>
502 * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
504 2000-09-08 Bernd Schmidt <bernds@redhat.co.uk>
506 * combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
508 * rtl.texi (description of USE): Add note about possible pitfalls
510 From Richard Henderson:
511 * reload1.c (choose_reload_regs): Compute need_mode properly.
513 2000-09-07 Richard Henderson <rth@cygnus.com>
515 * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.
516 (__modsi3, __umodsi3): Likewise.
517 (__udivsi3): Likewise. Normalize the TFmode values.
519 2000-09-07 Geoff Keating <geoffk@cygnus.com>
521 * config/rs6000/sol-c0.c (_start): Declare `termfunc' parameter
523 * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
526 Fri Sep 8 03:26:38 2000 J"orn Rennecke <amylaar@redhat.co.uk>
528 * sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): Remove.
529 (cmpeqdi_t): Add output pattern.
530 (cmpeqdi_t+1): Don't split when not optimizing.
531 Restore proper splitting operation.
533 2000-09-07 Richard Henderson <rth@cygnus.com>
535 * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,
536 do not call dispatch_pragma.
538 2000-09-07 Jim Wilson <wilson@cygnus.com>
540 * reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
541 to CLASS_CANNOT_CHANGE_MODE.
542 * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
543 mode classes are different.
545 2000-09-07 Zack Weinberg <zack@wolery.cumb.org>
547 * cpplib.h (struct cpp_options): Add user_label_prefix member,
548 left out of commit which removed cppulp.c.
550 2000-09-07 Richard Henderson <rth@cygnus.com>
552 * bb-reorder.c (fixup_reorder_chain): Add jump in new block
553 after switch for CASE_DROPS_THROUGH.
555 2000-09-07 Richard Henderson <rth@cygnus.com>
557 * loop.c (strength_reduce): Call check_ext_dependant_givs.
558 Properly extend the biv initial value for the giv.
559 (record_biv): Zero ext_dependant.
560 (record_giv): New argument ext_val. Update all callers.
561 (general_induction_var): Likewise.
562 (consec_sets_giv): Likewise.
563 (simplify_giv_expr): Likewise. Fill in ext_val if we find
564 a sign-extend, zero-extend, or truncate.
565 (combine_givs_p): Make sure modes are compatible.
566 (check_ext_dependant_givs): New.
567 (extend_value_for_giv): New.
568 * loop.h (struct induction): Add ext_dependant.
569 * unroll.c (iteration_info): Extend the biv initial value for the giv.
570 (find_splittable_givs): Likewise.
571 (final_giv_value): Likewise.
573 2000-09-07 Zack Weinberg <zack@wolery.cumb.org>
575 * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
576 REGISTER_TARGET_PRAGMAS is defined. Duplicate some
577 definitions from cpplib.h.
578 * cpplib.h: Don't typedef struct cpp_reader if c-pragma.h has
580 * tm.texi: Document HANDLE_PRAGMA as no longer supported. Add
581 documentation for REGISTER_TARGET_PRAGMAS.
583 * c-lex.c: Include cpplib.h before c-pragma.h. Define a
584 default-pragma callback to implement -Wunknown-pragmas if
586 * c-parse.in: Move all includes to top of file.
587 * c-pragma.c: Include cpplib.h before c-pragma.h. Include
589 (dispatch_pragma): Put the namespace in the -Wunknown-pragmas
591 (init_pragma): If REGISTER_TARGET_PRAGMAS is defined, call it.
593 * arm.h, arm-protos.h, arm.c,
594 c4x.h, c4x-protos.h, c4x.c,
595 h8300.h, h8300-protos.h, h8300.c,
596 i370.h, i370-protos.h, i370.c,
597 i960.h, i960-protos.h, i960.c,
598 sh.h, sh-protos.h, sh.c,
599 v850.h, v850-protos.h, v850.c: Convert HANDLE_PRAGMA-based
600 pragmata scheme to use REGISTER_TARGET_PRAGMAS instead.
602 * d30v.h: Don't mention HANDLE_PRAGMA in comment. Add
603 multiple include guard.
604 * i370.md (untyped_call): Use GEN_CALL.
605 (umodsi3): Remove unused variable.
606 * sh/elf.h: Don't undef HANDLE_SYSV_PRAGMA.
607 * v850.c (output_move_single, output_move_double): Constify
609 (print_operand): Constify a char *.
610 * v850.h (struct small_memory_info): Constify name member.
612 2000-09-07 Kazu Hirata <kazu@hxi.com>
614 * config/h8300.h: Fix comment typos.
615 * config/h8300/h8300.md: Likewise.
616 * config/h8300/lib1funcs.asm: Likewise.
618 Thu 07-Sep-2000 21:29:00 BST Neil Booth <NeilB@earthling.net>
620 * Makefile.in: Remove references to cppulp.{c,o}.
621 * cppinit.c (initialize_builtins, cpp_start_read,
622 cpp_handle_option): Update to use cpp_options structure.
625 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
627 * c-common.c (time_char_table): Allow %#b and %#h.
629 2000-09-07 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
631 * reorg.c (find_end_label): If the basic block reorder pass moves the
632 return insn to some other place try to locate it again and put our
633 end_of_function_label there.
634 * reorg.c (relax_delay_slots): Check if find_end_label created a
635 new label that invalidates the current optimazation.
637 2000-09-07 Catherine Moore <clm@redhat.com>
639 * unroll.c (unroll_loop): Check for unconditional jumps
640 to loop continuation. Delete if n_iterations is 1.
641 (ujump_to_loop_cont): New routine.
643 2000-09-07 Bernd Schmidt <bernds@redhat.co.uk>
645 * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
647 * reload.c (regno_clobbered_p): Accept new arg, MODE, and use it
648 to handle multiword modes correctly. All callers and the declaration
651 2000-09-06 Mark Mitchell <mark@codesourcery.com>
653 * c-common.h (prep_stmt): Declare.
654 (lang_expand_stmt): Likewise.
655 * c-decl.c (lang_expand_stmt): Remove.
656 * c-semantics.c (lang_expand_stmt): Define.
657 (prep_stmt): New function.
658 (expand_stmt): Handle common statement types here.
660 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
662 * configure.in (sh-*-linux*): Added.
663 * configure: Rebuilt.
664 * config/sh/t-linux: New file.
665 * config/sh/sh.h (USERMODE_BIT): Define.
666 (TARGET_USERMODE): Likewise.
667 (TARGET_SWITCHES): New switches for the bits above.
668 (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.
669 * config/sh/linux.h: New file.
670 * config/sh/lib1funcs.asm (GLOBAL): Don't prefix symbols with
672 (L_sdivsi3, L_udivsi3): Define for linux.
673 (L_ic_invalidate): Define.
674 * invoke.texi (SH Options): Document -musermode.
676 2000-09-07 Alexandre Oliva <aoliva@redhat.com>
678 * config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable function
679 CSE unless generating PIC.
681 * config/sh/sh.md (symPLT_label2reg): Force the initialization of
684 2000-09-06 H.J. Lu (hjl@gnu.org)
686 * Makefile.in (clean_s1): Depend on stage_b.
687 (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
688 stage2. They are used for "make compare".
690 2000-09-06 Mark Mitchell <mark@codesourcery.com>
692 Move statement-tree facilities from C++ to C front-end.
693 * c-common.h (c_tree_index): Add CTI_VOID_ZERO.
694 (void_zero_node): New macro.
695 (struct stmt_tree_s): New type.
696 (stmt_tree): New typedef.
697 (struct language_function): New type.
698 (last_tree): New macro.
699 (last_expr_type): Likewise.
700 (walk_tree_fn): New typedef.
701 (current_stmt_tree): New function.
702 (begin_stmt_tree): Likewise.
703 (add_stmt): Likewise.
704 (finish_stmt_tree): Likewise.
705 (statement_code_p): Likewise.
706 (lang_statement_code_p): New variable.
707 (walk_stmt_tree): New function.
708 (STMT_IS_FULL_EXPR_P): New macro.
709 * c-common.c (lang_statement_code_p): New variable.
710 (c_common_nodes_and_builtins): Initialize void_zero_node.
711 (statement_code_p): New function.
712 (walk_stmt_tree): Likewise.
713 * c-decl.c (language_function): Rename to ...
714 (c_language_function): ... this. Include language_function.
715 (push_c_function_context): Adjust accordingly.
716 (pop_c_function_context): Likewise.
717 (mark_c_function_context): Likewise.
718 (current_stmt_tree): Define.
719 * c-semantics.c (begin_stmt_tree): New function.
720 (add_stmt): Likewise.
721 (prune_unused_decls): Likewise.
722 (finish_stmt_tree): Likewise.
724 2000-09-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
726 * flow.c (insn_dead_p): Detect dead memory stores with auto increments.
728 2000-09-06 Kazu Hirata <kazu@hxi.com>
730 * calls.c: Fix formatting.
732 2000-09-06 Graham Stott <grahams@cygnus.co.uk>
734 * config/i386/i386.h (ADDRESS_COST): Fix typo.
736 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
738 Integrated preprocessor.
740 * Makefile.in: Remove all references to c-parse.gperf,
741 c-gperf.h, and c-parse.h. Remove -d from yacc command line
742 generating c-parse.c. Update dependencies.
743 * c-parse.gperf, c-gperf.h: Delete.
745 * c-common.c: Don't define parse_options, cpp_token, yy_cur,
746 yy_lim, or yy_get_token. Don't define get_directive_line if
748 * c-common.h: Add multiple include guard. Define RID values
749 for every keyword in C, C++, and Objective C. Put all the
751 (struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
752 * c-decl.c (c_decode_option): Handle -lang-objc here.
753 (print_lang_identifier): Handle C_IS_RESERVED_WORD case.
754 (grokdeclarator): Adjust for new RID scheme.
755 (extract_interface_info): New stub.
756 * c-lang.c: Don't declare yy_cur or parse_options.
757 (lang_init_options): Call cpp_init. Don't call
759 (lang_init): Don't call check_newline if USE_CPPLIB.
761 * c-lex.c: Don't include c-parse.h. Do include timevar.h.
762 Elide lots of unnecessary code if USE_CPPLIB. Delete code
763 rendered unnecessary by new architecture. Move routines not
764 shared with C++ to c-parse.in. Maintain a local idea of the
765 line number. Handle C++ as well as C.
766 [USE_CPPLIB]: Declare and register callbacks for #ident and
767 for entering/leaving files.
768 (init_c_lex, c_lex): Are now the entry points to this file.
769 (check_newline): Break out directive handling to
771 (read_ucs, is_extended_char, utf8_extend_token): Moved here
773 (readescape, parse_float): Overhaul.
774 (lex_number, lex_string, lex_charconst): Break out of c_lex
776 (get_fileinfo, update_header_times, dump_one_header,
777 dump_time_statistics): New and/or moved here from C++.
778 Support per-file data needed by C++ and per-header timing
779 statistics (C++ only, at the moment).
780 * c-lex.h: Update prototypes. Add multiple include guard.
781 * c-tree.h (struct lang_identifier): Add rid_code field.
782 (C_IS_RESERVED_WORD, C_RID_CODE): New.
784 * c-parse.in: Include c-pragma.h. Remove unnecesary calls to
785 reinit_parse_for_function and/or position_after_white_space.
786 (save_filename, save_lineno): Look ahead before saving.
787 (label -> identifier ':'): Save file and line before shifting ':'.
788 (reservedwords): No need to call get_identifier.
789 (init_parse, finish_parse, yyerror, yylex, yyprint,
790 make_pointer_declarator): Are now here for C/ObjC.
791 (rid_to_yy): Conversion table from RID constants to Yacc codes.
793 * c-pragma.c: Rewrite parsing logic to fit with cpplib's
794 #pragma registry. Provide dummy implementation of that
795 interface if !USE_CPPLIB.
796 * c-pragma.h: Update to match.
798 * flags.h: Add multiple include guard.
799 (flag_detailed_statistics): Moved here from C++.
800 * toplev.c: Define flag_detailed_statistics.
802 * gcc.c (C specs): Use %(trad_capable_cpp) for -E|-M|-MM case
804 * timevar.def (TV_CPP, TV_LEX): New.
805 * timevar.h: Add multiple include guard.
807 * objc/lang-specs.h: Use %(trad_capable_cpp) for -E|-M|-MM case
809 * objc/objc-act.c: Don't mention yy_cur or parse_options.
810 Initialize cpplib properly. Force lineno to 0 after first
811 call to check_newline. Don't handle -lang-objc here.
812 Move forget_protocol_qualifiers and remember_protocol_qualifiers here.
814 2000-09-06 David Edelsohn <edelsohn@gnu.org>
816 * rs6000.md: Correct function unit definitions for cr_logical and
818 (sCOND): Additionally fail for sgt, slt, sge, sle if !TARGET_POWER
819 and use portable method for >=0 and floating point >=. Remove
822 2000-09-06 Mark Mitchell <mark@codesourcery.com>
824 * extend.texi: Mark named return value extension as deprecated.
826 2000-09-06 Geoff Keating <geoffk@cygnus.com>
828 * config/rs6000/rs6000.c (rs6000_reverse_condition): Return
831 2000-09-06 Gabriel Dos Reis <gdr@codesourcery.com>
833 * toplev.c (display_help): Fix thinko in documentation.
835 * diagnostic.h (output_buffer::indent_skip): New fields.
836 (output_indentation): New macro.
838 * diagnostic.c (output_indent): New function.
839 (output_set_prefix, clear_diagnostic_info): Use.
840 (output_emit_prefix): Predict future indentation.
842 2000-09-06 DJ Delorie <dj@redhat.com>
844 * Makefile.in (stage_*): add more dependencies to ensure parallel
845 builds build correctly
847 2000-09-06 Manfred Hollstein <manfredh@redhat.com>
849 * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
850 not bootstrap-lean_f.
852 2000-09-06 Andreas Schwab <schwab@suse.de>
854 * mklibgcc.in: Emit rule for libgcc-stage-start.
855 * Makefile.in (stage1-start, stage2-start, stage3-start,
856 stage4-start): Don't handle libgcc here, use libgcc.mk instead.
858 2000-09-06 Bernd Schmidt <bernds@redhat.co.uk>
860 * local-alloc.c (local_alloc): Ignore CLASS_LIKELY_SPILLED.
861 (update_equiv_regs): Likewise, except for the mn10200 kludge.
862 (combine_regs): Likewise.
864 * Makefile.in (cse.o): Depend on $(BASIC_BLOCK_H).
865 * cse.c: Include "basic-block.h".
866 (struct table_elt): New field REGCOST.
867 (CHEAP_REG): Delete macro.
868 (COST): Return 0 for REGs.
869 (approx_reg_cost_1, approx_reg_cost, preferrable): New functions.
870 (notreg_cost): Return 0 for appropriate SUBREGs.
871 (COSTS_N_INSNS): Return N * 2.
872 (rtx_cost): Return 0 for REGs, and use cost of nested rtx for cheap
874 (CHEAPER): Use new function preferrable.
875 (insert): Initialize REGCOST member.
876 (find_best_addr): Use approx_reg_cost for estimation of register
878 (cse_insn): Likewise.
879 * loop.c (iv_add_mult_cost): New function.
880 (add_cost, shift_cost, mult_cost): Delete variables.
881 (init_loop): Don't initialize add_cost; reduce copy_cost by half.
882 (strength_reduce): Use iv_add_mult_cost instead of fixed add_cost.
883 Make code that detects autoinc opportunities slightly less optimistic.
884 (simplify_giv_expr): If expression contains other reg that is also a
885 giv, only increment benefit if this is the only use of that reg.
886 (consec_sets_giv): Take that change into account.
887 (combine_givs): Slightly more verbose output.
889 * i386.h (RTX_COSTS): For MULT, return true cost of multiplication,
890 not the cost of an equivalent shift.
891 * sh-protos.h (addsubcosts): Declare.
892 * sh.c (addsubcosts): New function.
893 * sh.h (CONST_COSTS): If CONST_OK_FOR_I, then return 0.
894 (RTX_COSTS): Tweak. Use addsubcosts.
895 (ADDRESS_COST): Return higher cost for reg+reg addressing.
897 2000-09-06 Geoff Keating <geoffk@cygnus.com>
899 * config/rs6000/rs6000.c (validate_condition_mode): New function.
900 (branch_comparison_operator): Call validate_condition_mode to
901 abort rather than returning 0.
902 (branch_positive_comparison_operator): New function.
903 (scc_comparison_operator): Call validate_condition_mode to abort
904 rather than returning 0.
905 (ccr_bit): Call validate_condition_mode. Update for
907 (print_operand): Delete %C modifier. Update %E case
908 to use EQ bit not SO bit.
909 (rs6000_reverse_condition): New function.
910 (rs6000_generate_compare): New function.
911 (rs6000_emit_sCOND): New function.
912 (rs6000_emit_cbranch): New function.
913 (output_cbranch): The length of a long branch insn is
914 now only 8 bytes. Add validate_condition_mode. Use
915 rs6000_reverse_condition. Remove cror generation.
917 * config/rs6000/rs6000.h: Update comments.
918 (PREDICATE_CODES): Add new predicate. Update codes used
919 by branch_comparison_operator and scc_comparison_operator.
920 * config/rs6000/rs6000-protos.h: Add prototypes for
921 new external functions.
922 * config/rs6000/rs6000.md: Add new scheduling parameters
923 for cr_logical instructions. Change length of branch
925 (bCOND patterns): Call rs6000_emit_cbranch.
926 (sCOND patterns): Call rs6000_emit_sCOND.
927 (branch patterns): Change lengths to 4.
928 (cr logical patterns): New.
930 2000-09-06 Richard Henderson <rth@cygnus.com>
932 * config/i386/i386.md (call_pop): Fix test for setting
933 current_function_uses_pic_offset_table.
934 (call, call_value_pop, call_value): Likewise.
936 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
938 * timevar.c (timevar_add): Delete.
939 (timevar_get): Also count time since the selected timer was
940 last updated. Do not examine the timevar stack if the
941 selected timer is standalone.
943 2000-09-05 J. David Anglin <dave@hiauly1.hia.nrc.ca>
945 * gthr-dce.h (__gthread_objc_mutex_deallocate): Free mutex->backend.
947 2000-09-05 Jason Merrill <jason@redhat.com>
949 * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
952 2000-09-05 Richard Henderson <rth@cygnus.com>
954 * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.
955 Eliminate final copy from non-trapping case.
956 (__divdf3, __divsf3): Likewise.
958 2000-09-05 Richard Henderson <rth@cygnus.com>
960 * config/ia64/ia64.md (mulhi3): Fix typo last change.
961 * config/ia64/lib1func.asm (__divdi3, __udivdi3, __umodsi3): Likewise.
963 2000-09-03 Donn Terry <donn@interix.com>, Laurynas Biveinis <lauras@softhome.net>
965 * Makefile.in: Restructure bootstrap stages to allow clean
966 restart after failure.
968 2000-09-05 Richard Henderson <rth@cygnus.com>
970 * config/ia64.md (movsi and movdi patterns): Allow moves from
971 8-bit constants to AR registers.
973 2000-09-05 Richard Henderson <rth@cygnus.com>
975 * config/ia64/ia64.md (mulhi3): New.
977 2000-09-05 Richard Henderson <rth@cygnus.com>
979 * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.
980 * config/ia64/lib1funcs.asm (__divdi3): Update from Intel IA-64
981 Optimization Guide, minimum latency alternative.
982 (__moddi3, __udivdi3, __umoddi3): Likewise.
983 (__divsi3, __modsi3, __udivsi3, __umodsi3): Likewise.
985 2000-09-05 Bruce Korb <bkorb@gnu.org>
987 * fixinc/fixincl.c (load_file): always read header files
988 with sizes that are a multiple of the page size.
989 & use libiberty's getpagesize for determining that.
991 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
993 * gcse.c (hash_string_1): Add prototype.
994 * cse.c (canon_hash_string): Likewise.
996 2000-09-04 Craig Newell <CraigN@ieee.org>
998 * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
1000 2000-09-04 Andreas Schwab <schwab@suse.de>
1002 * Makefile.in (STAGESTUFF): Remove libgcc.
1003 (stage1-start, stage2-start, stage3-start): Copy the contents of
1004 the libgcc directory explicitly.
1005 (mostlyclean): Clean libgcc.
1007 2000-09-04 Andrew Haley <aph@redhat.com>
1009 * dwarf2out.c: (stack_adjust_offset): New prototype.
1011 Wed Jan 1 00:23:59 MET 1997 Jan Hubicka <jh@suse.cz>
1013 * combine.c (make_extraction): Fix rtx_cost comparison to
1016 Wed Jan 1 00:17:32 MET 1997 Jan Hubicka <jh@suse.cz>
1018 * i386.md (pushsi2, pushhi2, pophi2, swapsf, swapdf,
1019 umulsi3_highpart, smulsi3_highpart, testqi_ccno_1, xorqi_ext_1):
1020 Add '*' to insn pattern name.
1022 2000-09-04 Jakub Jelinek <jakub@redhat.com>
1024 * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
1025 use posn - 1 to index into tokens array.
1026 (maybe_paste_with_next): Adjust caller.
1028 2000-09-03 Geoff Keating <geoffk@cygnus.com>
1030 * invoke.texi: Document the -mvxworks option for rs6000 ELF.
1032 * config/rs6000/rs6000.h: Update various comments about XER_REGNO.
1033 (REGNO_REG_CLASS): Use symbolic register
1036 2000-09-03 Richard Earnshaw <rearnsha@arm.com>
1038 * arm.c (final_prescan_insn): If the form of a jump insn isn't
1039 recognized, don't try to conditionally execute it.
1041 Sun Sep 3 13:10:56 2000 Denis Chertykov <denisc@overta.ru>
1043 * config/avr/avr.md ("*tablejump_lib"): New pattern.
1044 (call_value_insn): Right length claculation.
1045 (call_insn): Likewise.
1047 2000-09-02 Marek Michalkiewicz <marekm@linux.org.pl>
1049 * config/avr/avr-protos.h, config/avr/avr.c (unique_section,
1050 gas_output_limited_string, gas_output_ascii, output_movqi,
1051 output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
1052 out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
1053 out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
1054 ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
1055 lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
1056 out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
1057 Add "const" as needed to remove warnings.
1059 * config/avr/avr.c (avr_override_options, avr_init_once,
1060 function_prologue, function_epilogue, frame_pointer_required_p,
1061 class_likely_spilled_p, order_regs_for_local_alloc,
1062 avr_address_cost, avr_ret_register): Use K&R style arguments.
1063 (initial_elimination_offset, gas_output_limited_string):
1064 Remove ATTRIBUTE_UNUSED from the used arguments.
1065 (output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
1066 Use local variables src, dest, base to access operands[].
1067 Rename reg_dest to reg_src if that's what it is.
1068 (output_movhi, output_movsisf): Optimize loading 8-bit immediate
1069 constants to LD_REGS if reg_was_0.
1070 (output_reload_insisf): Change arg 3 to insn length and set it.
1071 (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
1072 access to 16-bit I/O register pairs.
1073 (avr_address_cost): Lower cost for the above case.
1074 (out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
1075 may be clobbered, also for LD_REGS.
1076 (adjust_insn_length): Correct insn length for iorhi3 and iorsi3
1079 * config/avr/avr.h (PTRDIFF_TYPE): Make signed.
1081 * config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
1082 macro to test_hard_reg_class function.
1083 (*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
1084 for loading immediate constants to LD_REGS.
1085 (andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
1088 Sat Sep 2 13:58:23 2000 Marek Michalkiewicz <marekm@linux.org.pl>
1090 * config/avr/avr.md ("*negsi2"): substitute %@ to __zero_reg__
1091 * config/avr/libgcc.S: Lost part of the previous patch.
1093 2000-08-31 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1095 * gthr-dce.h (__gthread_objc_mutex_allocate): Create a pthread_mutex_t
1096 object before calling pthread_mutex_init.
1098 2000-09-02 Alexandre Oliva <aoliva@redhat.com>
1100 * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm,
1101 config/sh/crtn.asm: New files.
1102 * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
1103 (crt1.o, crti.o, crtn.o): New targets.
1104 * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
1106 * configure: Rebuilt.
1107 * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
1108 STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
1109 * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
1110 Undefine for config/elfos.h to redefine.
1111 (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
1113 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>
1115 * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
1116 legitimize_pic_address, output_pic_addr_const): Declare.
1117 * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
1118 (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
1119 (TARGET_SWITCHES): New switch -mprefergot.
1120 (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
1121 (PIC_OFFSET_TABLE_REGNUM): Define.
1122 (GOT_SYMBOL_TABLE): Likewise.
1123 (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
1124 (ENCODE_SECTION_INFO): Define.
1125 (FINALIZE_PIC): New macros.
1126 (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
1127 (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
1128 * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
1129 (prepare_move_operands): Call emit_pic_move or
1130 emit_pic_const_move if appropriate.
1131 (output_far_jump): For PIC, use braf and output long offset.
1132 (machine_dependent_reorg):
1133 (sh_expand_prologue): Save and initialize the PIC register.
1134 (sh_expand_epilogue): Restore it.
1135 (initial_elimination_offset): Account for it.
1136 (nonpic_symbol_mentioned_p): New function.
1137 (legitimize_pic_address): Likewise.
1138 (output_pic_addr_const): Likewise.
1139 * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
1140 (call, call_value): Use them.
1141 (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
1142 symPLT_label2reg): New expands.
1143 * invoke.texi (SH Options): Document -mprefergot.
1145 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
1147 * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
1148 * gcse.c (hash_string_1): New function.
1149 (hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
1150 (expr_equiv_p) <ASM_OPERANDS>: Likewise.
1151 * cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
1152 (canon_hash_string): New function.
1153 (canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
1154 (exp_equiv_p) <ASM_OPERANDS>: Likewise.
1155 (fold_rtx): Use ASM_OPERANDS accessor macros.
1156 * emit-rtl.c (copy_insn_1): Likewise.
1157 * integrate.c (copy_rtx_and_substitute): Likewise.
1158 * stmt.c (expand_asm_operands): Likewise. Give an
1159 ASM_OPERANDS rtx the mode of the output reg being set from it.
1161 2000-09-01 Fred Fish <fnf@be.com>
1163 * fix-header.c (write_rbrac): Add putc and getc to list of
1164 functions to protect against prior definition as a macro.
1166 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
1168 * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
1169 (c_size_type_node): Define.
1170 * c-decl.c (init_decl_processing): Initialize c_size_type_node.
1171 * c-common.c (enum format_lengths, enum format_std_version,
1172 format_length_info, format_type_detail, BADLEN, NOLENGTHS,
1173 format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
1174 T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
1175 T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
1176 T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
1177 TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
1178 format_types): Define.
1179 (format_char_info, print_char_table, scan_char_table,
1180 time_char_table): Rearrange for new organization of information
1181 about format length modifiers and standard versions.
1182 (T_ST): Redefine to use c_size_type_node.
1183 (check_format_info): Obtain information about length modifiers and
1184 standard versions from tables. Adjust warning message wordings.
1185 Use the name from the user's program for `ll' and `hh' length
1186 modifiers in warning messages. Use more informative names for
1187 wanted types where available (for wchar_t, wint_t, size_t, signed
1188 size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).
1190 2000-09-01 Jim Wilson <wilson@cygnus.com>
1192 * calls.c (emit_call_1): Add REG_NORETURN note to call if ECF_NORETURN.
1193 * combine.c (distribute_notes): Handle REG_NORETURN.
1194 * rtl.c (reg_note_name): Add REG_NORETURN.
1195 * rtl.h (enum reg_note): Likewise.
1197 * config/ia64/ia64-protos.h (emit_safe_across_calls): Renamed from
1199 * config/ia64/ia64.c (emit_safe_across_calls): Likewise.
1200 (rtx_needs_barrier): Handle unspec_volatile 8 and 9.
1201 (emit_predicate_relation_info): Handle conditional calls with
1203 * config/ia64/ia64.h (ASM_FILE_START): Call emit_safe_across_calls
1204 instead of ia64_file_start.
1205 * config/ia64/sysv4.h (ASM_FILE_START): Likewise.
1206 * config/ia64/ia64.md (safe_across_calls_all,
1207 save_across_calls_normal): New patterns.
1209 * loop.c (check_final_value): Check for biv use before checking for
1210 giv use. Check for both biv and giv uses. Always set last_giv_use
1211 if there is a giv use.
1213 2000-09-01 Richard Henderson <rth@cygnus.com>
1215 * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.
1216 (madddi3): Likewise.
1219 Fri Sep 1 10:59:47 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1221 * expr.c (clear_storage): Don't use emit_move_insn unless
1222 either BLKmode or proper size.
1223 (store_constructor): Don't call clear_storage if REG of wrong size.
1225 * flow.c (init_propagate_block_info): Don't mark frame dead at end
1226 of function if returns wiht stack pointer depressed.
1228 2000-09-01 Andrew Haley <aph@redhat.com>
1230 * dwarf2out.c (stack_adjust_offset): New function.
1231 (dwarf2out_stack_adjust): Break out stack adjust logic into
1232 new stack_adjust_offset function. Look inside parallels and
1233 sequences for stack adjustments.
1235 2000-08-31 Jeff Law <law@cygnus.com>
1237 * arm.md: Use no_new_pseudos to determine when it is safe
1238 to create new pseudo registers.
1240 * arm.c (legitimize_pic_address): Use no_new_pseudos to determine
1241 when we can safely allocate new registers.
1243 2000-08-31 Geoffrey Keating <geoffk@cygnus.com>
1245 * stmt.c (expand_asm_operands): Twiddle generating_concat_p
1246 so that CONCATs are not generated for ASMs.
1247 * emit-rtl.c (gen_reg_rtx): Don't generate CONCATs when
1248 not generating_concat_p.
1249 * function.c (pop_function_context_from): Reset
1250 generating_concat_p.
1251 (prepare_function_start): Likewise.
1252 * rtl.c (generating_concat_p): Define.
1253 * rtl.h (generating_concat_p): Declare.
1254 * toplev.c (rest_of_compilation): No CONCATs after RTL generation.
1256 2000-08-22 Philipp Thomas <pthomas@suse.de>
1257 Masanobu Yuhara <yuhara@flab.fujitsu.co.jp>
1259 * gmicro.h (TARGET_SWITCHES): Add descriptions and mark them
1262 2000-08-30 Greg McGary <greg@mcgary.org>
1264 * Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
1265 * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC).
1266 * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE.
1268 2000-08-30 Greg McGary <greg@mcgary.org>
1270 * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
1271 (TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
1272 (TREE_INT_CST): New macro.
1273 * varasm.c (const_hash, compare_constant_1, record_constant_1):
1274 Use new macro TREE_INT_CST.
1276 Wed 30-Aug-2000 23:18:59 BST Neil Booth <NeilB@earthling.net>
1278 * contrib.texi: Add self.
1280 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
1282 * config/sh/sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): New insns.
1283 (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
1286 2000-08-30 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1288 * fixinc/gnu-regex.c: Don't define `const'.
1290 Tue Aug 29 22:09:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1292 * expr.c (store_constructor): Allow variable bounds of array type.
1293 (expand_expr): Don't blow up if type is ERROR_MARK.
1294 * varasm.c (output_constructor): Don't access lower bound of array
1295 type unless need it if index is supplied (so it can be a variable
1296 if no index is supplied).
1297 Use tree_low_cst; use HOST_WIDE_INT for sizes; change BITPOS to POS.
1298 Other minor cleanups.
1300 2000-08-29 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1302 * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
1303 for compilations in stage 1 and subsequent stages, respectively.
1304 * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
1305 * configure: Rebuilt.
1306 * x-vax, x-vax-gcc: Deleted.
1308 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
1310 * c-common.c (declare_function_name): Use func_id_node,
1311 function_id_node, and pretty_function_id_node. Do not make
1312 __func__ visible at file scope.
1313 * c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
1314 CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
1315 (function_id_node, pretty_function_id_node, func_id_node): New
1317 * c-decl.c (init_decl_processing): Initialize function_id_node,
1318 pretty_function_id_node, and func_id_node.
1319 (c_make_fname_decl): Correct comment.
1321 * tree.h (struct tree_identifier): Constify pointer member.
1323 * c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
1324 * c-pragma.h (struct weak_syms): Constify name and value members.
1325 (add_weak): Constify arguments.
1327 * calls.c (special_function_p): Constify a char *.
1328 (expand_call): Remove variable which is initialized and then
1330 * dependence.c (struct def_use, struct induction, struct subscript):
1331 Constify 'variable' member.
1332 (get_low_bound, have_induction_variable): Constify char * argument.
1333 (find_induction_variable): Add braces to avoid dangling else.
1334 (classify_dependence): Constify char * arrays.
1335 * profile.c (output_func_start_profiler): Constify a char *.
1336 * stor-layout.c (finalize_record_size): Constify a char *.
1337 * tree.c (is_attribute_p): Constify a char *.
1338 * varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
1340 * varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
1341 for comprehensibility. Do not call get_identifier if we did
1342 not change the DECL_ASSEMBLER_NAME of the decl. Use alloca to
1343 create temporary string constants, not ggc_alloc_string. No
1344 need to copy result of ASM_FORMAT_PRIVATE_NAME. Use const
1345 char * to hold IDENTIFIER_POINTERs.
1347 2000-08-29 Richard Henderson <rth@cygnus.com>
1349 * config/ia64/ia64.md (muldi3): Use grfr_register_operand
1352 2000-08-29 Richard Henderson <rth@cygnus.com>
1354 * reload.c (push_secondary_reload): Allow class == reload_class
1355 if we're using a reload_in/out pattern.
1357 * config/ia64/ia64.md (reload_inti): Use a TImode scratch. Use
1358 the half that does not conflict with the reload register.
1359 (reload_outti): Likewise.
1361 2000-08-29 Kazu Hirata <kazu@hxi.com>
1363 * reload.c: Fix formatting.
1365 * stmt.c: Fix formatting.
1367 * gcc.c: Fix formatting.
1369 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
1371 * flags.h (time_report, mem_report): New global flags.
1372 * toplev.c: Define time_report and mem_report.
1373 (f_options): Add -ftime-report and -fmem-report.
1374 (compile_file): Turn on time_report if quiet_flag is off.
1375 Call ggc_print_statistics at very end if mem_report is on.
1376 * timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
1378 * ggc-common.c (ggc_print_statistics): Rename to
1379 ggc_print_common_statistics; all callers changed. Scale
1380 quantities above 10K to kilobytes and above 10M to megabytes.
1381 * ggc-page.c (ggc_page_print_statistics): Rename to
1382 ggc_print_statistics. Report memory consumed by internal data
1383 structures for each allocation bucket. Scale quantities above
1384 10K to kilobytes and above 10M to megabytes.
1385 * ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
1386 Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
1387 Define tally_leaves always.
1388 (ggc_print_statistics): New function.
1389 * ggc.h: Adjust for renamed functions.
1391 Wed Aug 30 00:11:42 2000 Denis Chertykov <denisc@overta.ru>
1393 * config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
1394 output_movsisf instead of which_alternative.
1396 * config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
1398 Tue Aug 29 22:29:58 2000 Denis Chertykov <denisc@overta.ru> & Marek Michalkiewicz <marekm@linux.org.pl>
1400 * config/avr/avr-protos.h: (avr_output_ascii) Removed.
1401 (avr_progmem_p): New prototype.
1402 (output_movsisf): Prototype declaration changed.
1403 (output_movqi): New prototype.
1404 (output_movhi): New prototype.
1405 (call_insn_operand): Likewise.
1406 (final_prescan_insn): Likewise.
1407 (avr_simplify_comparision_p): Likewise.
1408 (avr_normalize_condition): Likewise.
1409 (compare_eq_p): Likewise.
1410 (out_shift_with_cnt): Likewise.
1411 (const_int_pow2_p): Likewise.
1412 (output_reload_inhi): Prototype declaration changed.
1414 * config/avr/avr.c: (debug_hard_reg_set): Prototype declared.
1415 (ldi_reg_rtx): New. rtx for r31.
1416 (avr_init_stack): Initialize as "__stack".
1417 (function_prologue): Use it.
1418 Replace all TARGET_ENHANCED with AVR_ENHANCED.
1419 (avr_mcu_name): Initialize as "avr2".
1420 (avr_enhanced_p, avr_mega_p): New variables.
1421 (mcu_types, avr_override_options): Handle all known MCU types.
1422 Also handle avr1 (only preprocess, assemble and link).
1423 (print_operand): Using of `%K' in output template removed.
1424 (out_movqi_r_mr): Optimized.
1425 (out_movhi_r_mr): Likewise.
1426 (output_movqi): New function.
1427 (output_movhi): Likewise.
1428 (out_movsi_r_mr): Optimized.
1429 (output_movsisf): Compute insn length for `adjust_insn_length'
1430 (out_movqi_mr_r): Optimized.
1431 (out_movhi_mr_r): Optimized.
1432 (adjust_insn_length): Use output_movsisf, output_movqi,
1433 output_movhi for insn length adjusting.
1434 (reg_unused_after): Use dead_or_set_p.
1435 (preferred_reload_class): Now havn't any restriction.
1436 (reg_was_0): New function.
1437 (io_address_p): Likewise.
1438 (const_int_pow2_p): Likewise.
1439 (output_reload_inhi): Likewise.
1440 (output_reload_insisf): Likewise.
1442 * config/avr/avr.h (MULTILIB_DEFAULTS): Define.
1443 (LIB_SPEC): Use -lc for all supported devices.
1444 (LIBGCC_SPEC): Use -lgcc for all supported devices.
1445 (AVR_MEGA): Define as avr_mega_p.
1446 (AVR_ENHANCED): New, define as avr_enhanced_p.
1447 (TARGET_SWITCHES): Remove -menhanced, now handled by -mmcu=...
1448 (CPP_SPEC, LINK_SPEC): Handle all known MCU types.
1449 (CRT_BINUTILS_SPECS): Handle all known MCU types.
1450 Rename gcrt1-*.o to make file names unique on 8.3 filesystems.
1451 (EXTRA_SPECS): Add CPP_AVR[1-5]_SPEC.
1452 (ASM_SPEC): Pass -mmcu=... to the assembler.
1453 Change all -DAVR_* to -D__AVR_*__.
1454 (INIT_TARGET_OPTABS), config/avr/libgcc.S:
1455 Rename library functions to start with two underscores.
1456 (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid
1458 (ASM_WEAKEN_LABEL): Declared for __attribute__((weak)).
1459 (SUPPORTS_WEAK): Likewise.
1460 (LDI_REG_REGNO): New. Register r31 will be used as temporary
1461 register for loading constants to r0-r14.
1463 * config/avr/avr.md: Replace all TARGET_ENHANCED with
1465 (*mov_r_sp): Removed. Handled by output_movhi.
1466 (*mov_sp_r): Likewise.
1467 (*mov_sp_r_no_interrupts): Likewise
1468 (*mov_sp_r_tiny): Likewise.
1469 (*movqi): Use output_movqi.
1470 (*reload_inqi): New.
1471 (*movhi): Use output_movhi.
1472 (*reload_inhi): New.
1473 (*negsi2): Optimized.
1474 (*negsf2): Likewise.
1475 Added peepholes (define_peephole2) for loading constants to r0-r14
1476 and for using `cpse' command.
1478 * config/avr/libgcc.S: Rename library functions to start with two
1480 Add support for enhanced core.
1481 (_moqhi3): Fix typo, now _modqi3.
1482 (__divsi_raw): Use __zero_reg__ as loop counter, smaller by 1 word.
1483 (__prologue_saves__): Remove test for stack adjust by 0.
1484 (__tablejump__): New.
1486 * config/avr/t-avr: Build libgcc2 with -mcall-prologues.
1487 Add multilib support.
1489 Tue Aug 29 15:17:54 EDT 2000 John Wehle (john@feith.com)
1491 * loop.c (prescan_loop): Don't check unknown_address_altered
1492 when deciding if insert_loop_mem is safe. Add BLKmode MEMs
1493 to loop_store_mems as necessary.
1494 (loop_invariant_p): Don't check unknown_address_altered
1495 or unknown_constant_address_altered.
1497 2000-08-29 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1499 * vax.md (sltu, sgeu): Delete sltu and sgeu insn patterns.
1501 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
1503 * cpperror.c (print_file_and_line): If line is (unsigned int)-1,
1504 print just the filename.
1505 * cpplex.c (_cpp_run_directive): Add additional argument, the
1506 name to give the synthetic buffer. This defaults to
1507 translated "<command line>".
1508 * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
1510 (_cpp_define_builtin): New function.
1511 * cppinit.c (initialize_builtins): Use _cpp_define_builtin.
1512 * cpphash.h: Update prototypes.
1514 * tradcpp.c (main): Process -D and -U simultaneously, in the
1515 order they appeared on the command line.
1517 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1519 * c-decl.c (define_label): Call warning_with_file_and_line and
1520 error_with_file_and_line instead of plain warning or error.
1522 * c-parse.in (label): Use save_filename/save_lineno to ensure
1523 correct values for calls to define_label.
1525 2000-08-29 Mark Mitchell <mark@codesourcery.com>
1527 * calls.c (expand_call): Don't create a VAR_DECL just to throw it
1529 * expr.c (expand_expr, case TARGET_EXPR): Don't call
1531 * tree.h (get_file_function_name): Remove two duplicate
1534 2000-08-28 Kazu Hirata <kazu@hxi.com>
1536 * tree.c: Fix formatting.
1538 * xcoffout.c: Fix formatting.
1540 2000-08-28 Jason Merrill <jason@redhat.com>
1542 * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.
1544 2000-08-28 Daniel Berlin <dberlin@redhat.com>
1546 * dwarf2out.c (dwarf2out_finish): Don't bother calling
1547 break_out_includes if it won't do anything.
1549 2000-08-28 Richard Henderson <rth@cygnus.com>
1551 * reload.c (push_secondary_reload): Revert 2000-08-16 change.
1552 (find_reloads): Likewise.
1553 * config/alpha/alpha.md (reload_inqi): Revert 2000-08-11 change.
1554 (reload_inhi): Likewise.
1556 2000-08-28 Richard Henderson <rth@cygnus.com>
1558 * config/i386/i386.c: Don't error on EXTRA_CONSTRAINT defined.
1559 (call_insn_operand): Don't expect a surrounding mem.
1560 (constant_call_address_operand): Likewise.
1561 * config/i386/i386.h (PREDICATE_CODES): Update.
1562 * config/i386/i386.md (call patterns): Move the match_operand
1563 for the call destination inside the mem.
1565 2000-08-28 Richard Henderson <rth@cygnus.com>
1567 * local-alloc.c (requires_inout): Don't use reserved range for
1568 EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
1569 * recog.c (asm_operand_ok): Likewise.
1570 (preprocess_constraints, constrain_operands): Likewise.
1571 * regclass.c (record_reg_classes): Likewise.
1572 * reload.c (find_reloads): Likewise.
1573 * reload1.c (maybe_fix_stack_asms): Likewise.
1574 (reload_cse_simplify_operands): Likewise.
1575 * stmt.c (expand_asm_operands): Likewise.
1577 * md.texi: Update constraints documentation.
1578 * tm.texi (EXTRA_CONSTRAINT): Update.
1580 2000-08-28 Daniel Berlin <dberlin@redhat.com>
1582 * dwarf2out.c (DIE_LABEL_PREFIX): Remove leading "__".
1583 (print_die): If we don't know the offset of the
1584 target die, try the symbol. Add a trailing newline.
1585 (reverse_all_dies): New fn.
1586 (dwarf2out_finish): Call it.
1587 (break_out_includes): Reorganize for clarity.
1588 (add_sibling_attributes): Don't call reverse_die_lists.
1589 (output_comp_unit): Rename from output_comdat_comp_unit. Use for
1591 * flags.h: Add flag_eliminate_dwarf2_dups.
1592 * toplev.c (f_options): Support -feliminate-dwarf2-dups.
1594 2000-08-28 Jason Merrill <jason@redhat.com>
1596 * dwarf2.h (DW_TAG_GNU_BINCL, DW_TAG_GNU_EINCL): New tags.
1597 * dwarf2out.c: #include "md5.h".
1598 (DIE_LABEL_PREFIX): New macro.
1599 (dw_val_struct): Add 'external' flag to val_die_ref.
1600 (add_AT_die_ref, AT_ref): Adjust.
1601 (AT_ref_external, set_AT_ref_external): New fns.
1602 (build_abbrev_table): Call set_AT_ref_external.
1603 (value_format): Call AT_ref_external.
1604 (die_struct): Add die_symbol field.
1605 (new_die): Clear it.
1606 (dwarf_tag_name): Handle BINCL/EINCL.
1607 (dwarf2out_start_source_file): Add BINCL DIE.
1608 (dwarf2out_end_source_file): Add EINCL DIE.
1609 (push_new_compile_unit, pop_compile_unit, clear_die_sizes): New fns.
1610 (loc_checksum, attr_checksum, die_checksum): New fns.
1611 (is_type_die, is_comdat_die, is_symbol_die): New fns.
1612 (compute_section_prefix, assign_symbol_names): New fns.
1613 (gen_internal_sym, output_die_symbol, output_symbolic_ref): New fns.
1614 (output_die): Call output_die_symbol and AT_ref_external.
1615 (output_comdat_comp_unit): New fn, split out from...
1616 (dwarf2out_finish): ...here. Also call add_sibling_attributes for
1618 (output_pubnames, output_aranges): Abort if we see entries from
1620 * toplev.h: Declare file_name_nondirectory.
1621 * toplev.c (file_name_nondirectory): New fn, moved from C++ frontend.
1622 (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
1623 (debug_start_source_file): Call dwarf2out_start_source_file
1624 regardless of debug verbosity.
1625 (debug_end_source_file): Similarly.
1626 * tree.h: Declare clean_symbol_name.
1627 * tree.c (clean_symbol_name): Split out from...
1628 (get_file_function_name_long): ...here.
1630 * dwarf2out.c (new_loc_descr): Use calloc.
1631 (splice_child_die): Remove the die from the right parent.
1632 (gen_struct_or_union_die): Don't add AT_name to a specification DIE.
1634 Mon Aug 28 19:02:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1636 * toplev.c (decode_g_option): Don't give warning for unknown -g
1637 option; return 0 instead.
1638 (main): If -g option is not recognized by front end or
1639 language-independent code, give warning.
1641 2000-08-28 Greg McGary <greg@mcgary.org>
1643 * config/i386/i386-protos.h (ix86_expand_compare): Add extern decl.
1644 * config/i386/i386.c (ix86_expand_compare): Remove `static'.
1645 * config/i386/i386.md (trap, conditional_trap): New insn & expand.
1647 2000-08-27 Greg McGary <greg@mcgary.org>
1649 * cpplex.c (parse_string): Don't look for backslash
1650 before first char in `namebuf'.
1651 * loop.c (strength_reduce): Skip NOTEs.
1653 2000-08-27 Jason Merrill <jason@redhat.com>
1655 * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear
1656 DECL_EXTERNAL on a local extern. Don't set DECL_IGNORED_P or
1657 TREE_ASM_WRITTEN, either.
1658 (finish_decl): Adjust.
1660 2000-08-28 Philipp Thomas <pthomas@suse.de>
1662 * ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
1663 they have been incorporated into the gettext CVS. Change the text to
1664 reflect the current status of NLS. Add instructions for accessing
1665 the gettext CVS and add the patch from Martin v. Loewis.
1667 2000-08-27 Geoff Keating <geoffk@cygnus.com>
1669 * config/rs6000/rs6000.md (movdi_internal64+5): Make SUBREG-safe
1670 by using gen_lowpart_common.
1671 (movdi_internal64+6): Likewise.
1673 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
1675 * tm.texi (FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION):
1678 * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Remap register
1679 numbers to the ranges used by GDB.
1681 2000-08-25 Richard Henderson <rth@cygnus.com>
1683 * config/ia64/ia64.h (struct machine_function): Add n_varargs.
1684 * config/ia64/ia64.c (ia64_compute_frame_size): Use it.
1685 (ia64_expand_prologue): Likewise.
1686 (ia64_setup_incoming_varargs): Set it. Properly skip the current
1687 argument for stdargs.
1689 2000-08-25 Jason Merrill <jason@redhat.com>
1691 * integrate.c (expand_inline_function): Pull out the original decl.
1693 2000-08-25 Jim Wilson <wilson@cygnus.com>
1695 * cse.c (cse_insn): Don't pass label subtraction to force_const_mem.
1697 * function.c (gen_mem_addressof): Clear MEM_ALIAS_SET if no decl.
1699 2000-08-25 Greg McGary <greg@mcgary.org>
1701 * flow.c (dump_edge_info): Use ARRAY_SIZE.
1702 * config/alpha/alpha.c (alpha_expand_block_move): Likewise.
1704 2000-08-25 Richard Earnshaw <rearnsha@arm.com>
1706 * arm.h (STRUCT_VALUE): Define to 0, not NULL.
1708 Fri Aug 25 12:52:49 EDT 2000 John Wehle (john@feith.com)
1710 * i386.c (ix86_find_base_term): New.
1711 * i386-protos.h (ix86_find_base_term): Prototype.
1712 * i386.h (FIND_BASE_TERM): Define.
1713 * alias.c (find_base_term): Use it.
1714 * tm.texi (FIND_BASE_TERM): Document it.
1716 * alias.c (true_dependence, write_dependence_p): Unchanging
1717 memory can't conflict with non-unchanging memory.
1719 * alias.c (memrefs_conflict_p): A BLKmode reference
1720 to a symbol (or CONST_INT address) always conflicts
1721 with a reference to another symbol.
1723 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
1725 * c-common.c (time_char_table): Don't allow width and flags with
1728 2000-08-25 Jakub Jelinek <jakub@redhat.com>
1730 * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
1731 way as LT and LTU when the second operand has 0 in low word.
1733 2000-08-26 Michael Hayes <mhayes@cygnus.com>
1735 * basic-block.h (struct loop): Rename `exits' field to
1736 `exit_edges'. Add `entry_edges' and `num_entries' fields.
1738 * flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
1739 (flow_loop_entry_edges_find): Add.
1740 (flow_edge_list_print): Rename from flow_exits_print.
1741 (flow_loops_find): Call flow_loop_entry_edges_find.
1742 (flow_loop_dump): Dump entry_edges list.
1743 (flow_loops_free): Free entry_edges.
1745 2000-08-26 Michael Hayes <mhayes@cygnus.com>
1747 * loop.c (loop_dump_aux, debug_loop): New functions.
1748 (LOOP_BLOCK_NUM_1, LOOP_BLOCK_NUM, LOOP_INSN_UID): New macros.
1750 * flow.c (flow_loops_dump): Add callback parameter.
1751 (flow_loop_dump): Add callback parameter and call it. Move
1752 loop note debugging code to loop_dump_aux.
1754 * basic-block.h (flow_loop_dump): Add callback parameter
1755 (flow_loops_dump): Likewise.
1757 * toplev.c (rest_of_compilation): Add NULL callback function pointer
1758 to call to flow_loops_dump.
1760 2000-08-26 Michael Hayes <mhayes@cygnus.com>
1762 * loop.c (count_loop_regs_set): Replace start and end arguments
1763 with loop argument. All callers udated.
1765 2000-08-26 Michael Hayes <mhayes@cygnus.com>
1767 * loop.c (constant_high_bytes): Delete.
1769 2000-08-26 Michael Hayes <mhayes@cygnus.com>
1771 * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONT
1772 and NOTE_INSN_LOOP_VTOP to...
1773 (find_and_verify_loops) ...here.
1775 Fri Aug 25 04:21:13 2000 Alexandre Oliva <aoliva@redhat.com>
1777 * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Define default.
1778 (fini_dummy, init_dummy): Use it.
1780 Fri 25-Aug-2000 08:03:27 BST Neil Booth <NeilB@earthling.net>
1782 * cpplex.c (is_macro_disabled): Caller has already checked
1783 that we're not a preprocessed file.
1785 2000-08-24 Mark Mitchell <mark@codesourcery.com>
1787 * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
1788 (c-iterate.o): Remove target.
1789 * gcc/c-common.h (enum rid): Remove RID_ITERATOR.
1790 * gcc/c-decl.c (init_decl_processing): Remove call to init_iterators.
1791 (finish_decl): Don't handle iterators.
1792 (grokdeclarator): Likewise.
1793 * gcc/c-parse.gperf: Remove __iterator and __iterator__ keywords.
1794 * gcc/c-gperf.h: Regenerated.
1795 * gcc/c-iterate.c: Removed.
1796 * gcc/c-lex.c (init_lex): Don't handle iterators.
1797 * gcc/c-parse.in (primary): Remove pop_iterator_stack call.
1798 (compstmt_primary_start): Remove push_iterator_stack call.
1799 (stmt): Don't allow iterator statements. Replace iterator_expand
1800 with expand_expr_stmt.
1801 (all_iter_stmt): Remove.
1802 (all_iter_stmt_simple): Likewise.
1803 (all_iter_stmt_with_decl): Likewise.
1804 * gcc/c-tree.h (ITERATOR_P): Remove.
1805 (ITERATOR_BOUND_P): Likewise.
1806 (init_iterators): Remove declaration.
1807 (iterator_expand): Likewise.
1808 (iterator_for_loop_start): Likewise.
1809 (iterator_for_loop_end): Likewise.
1810 (iterator_for_loop_record): Likewise.
1811 (push_iterator_stack): Likewise.
1812 (pop_iterator_stack): Likewise.
1813 * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
1814 (readonly_warning): Likewise.
1815 * gcc/tree.h (ITERATOR_BOUND_P): Don't mention it.
1817 2000-08-24 Jim Wilson <wilson@cygnus.com>
1819 * c-common.c (decl_attributes, case A_ALIGN): Revert last change.
1820 Copy type in a TYPE_DECL, just like pushdecl does.
1822 2000-08-24 Richard Henderson <rth@cygnus.com>
1824 * toplev.c (main): Enable flag_reorder_blocks at -O2.
1826 2000-08-24 Zack Weinberg <zack@wolery.cumb.org>
1828 * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
1829 asked for one page, allocate GGC_QUIRE_SIZE of them and put
1830 the extras on the free list.
1831 (release_pages): Clean up.
1832 (ggc_set_mark): Don't adjust G.allocated here...
1833 (sweep_pages): ... do it here.
1835 2000-08-24 Zack Weinberg <zack@wolery.cumb.org>
1837 * cppfiles.c (read_include_file): Rearrange initializations.
1839 2000-08-24 Richard Henderson <rth@cygnus.com>
1841 * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
1843 * config/ia64/ia64-protos.h: Update.
1844 * config/ia64/ia64.c (gr_register_operand): New.
1845 (fr_register_operand, grfr_register_operand): New.
1846 (gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
1847 (grfr_reg_or_8bit_operand): New.
1848 (gr_reg_or_0_operand): Rename from reg_or_0_operand and
1849 use gr_register_operand.
1850 (gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
1851 (gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
1852 (gr_reg_or_8bit_and_adjusted_operand): Likewise.
1853 (gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
1854 (fr_reg_or_fp01_operand): Likewise.
1855 (not_postinc_memory_operand): New.
1856 (ia64_split_timode): Remove unused variables.
1857 (rtx_needs_barrier): Check arguments to cmpxchg.
1858 (builtin_description): Remove.
1859 (bdesc_2argsi, bdesc_2argdi): Remove.
1860 (ia64_init_builtins): Declare all builtins directly.
1861 (ia64_expand_fetch_and_op): Rewrite to be called from
1862 ia64_expand_builtin directly. Use expand_binop and co.
1863 (ia64_expand_op_and_fetch): Likewise.
1864 (ia64_expand_compare_and_swap): Likewise.
1865 (ia64_expand_binop_builtin): Remove.
1866 (ia64_expand_lock_test_and_set): New.
1867 (ia64_expand_lock_release): New.
1868 (ia64_expand_builtin): Use them.
1869 * config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
1870 (EXTRA_CONSTRAINT): Use it.
1871 (PREDICATE_CODES): Update.
1872 * config/ia64/ia64.md (*): Use gr_register_operand and co.
1873 (mf): Indicate that we set memory as well as use it.
1874 (fetchadd_acq_si): Show memory being modified as well.
1875 (fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
1876 (val_compare_and_swap_si, val_compare_and_swap_di): Remove.
1877 (lock_test_and_set_si, lock_test_and_set_di): Remove.
1878 (fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
1879 (fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
1880 (fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
1881 (fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
1882 (add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
1883 (and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
1884 (add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
1885 (and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
1886 * config/ia64/ia64intrin.h (*): Cast result to the appropriate
1887 return type. Pretty print definitions.
1889 2000-08-24 Jim Wilson <wilson@cygnus.com>
1891 * config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
1892 we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
1894 2000-08-24 Jason Merrill <jason@redhat.com>
1896 * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
1897 AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
1898 (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
1899 get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
1901 2000-08-24 Greg McGary <greg@mcgary.org>
1903 * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
1904 and extendtab within their proper array boundaries.
1905 * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
1906 for the entire array.
1908 * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
1909 * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
1910 * config/avr/avr.c (order_regs_for_local_alloc): Likewise.
1911 * config/fr30/fr30.c (fr30_print_operand): Likewise.
1912 * config/i386/dgux.c (output_options): Likewise.
1913 * config/i386/dgux.h (ASM_FILE_START): Likewise.
1914 * config/m88k/m88k.c (output_options): Likewise.
1915 * config/m88k/m88k.h (ASM_FILE_START): Likewise.
1916 * config/mcore/mcore.c (mcore_output_inline_const_forced,
1917 layout_mcore_frame, handle_structs_in_regs): Likewise.
1918 * config/mips/mips.c (output_block_move): Likewise.
1919 * config/rs6000/rs6000.c (rs6000_override_options,
1920 rs6000_file_start): Likewise.
1921 * config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
1922 * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
1923 * fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
1924 * builtins.c (expand_builtin_setjmp): Likewise.
1925 * expr.c (safe_from_p): Likewise.
1926 * flow.c (life_analysis): Likewise.
1927 * fold-const.c (size_int_type_wide): Likewise.
1928 * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
1929 * genattrtab.c (make_length_attrs): Likewise.
1930 * genopinit.c (gen_insn): Likewise.
1931 * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
1932 * global.c (global_alloc): Likewise.
1933 * local-alloc.c (find_free_reg): Likewise.
1934 * mips-tdump.c (print_symbol): Likewise.
1935 * mips-tfile.c (parse_def, parse_input): Likewise.
1936 * reload1.c (NUM_ELIMINABLE_REGS): Likewise.
1937 * stmt.c (expand_nl_goto_receiver): Likewise.
1938 * stor-layout.c (set_sizetype): Likewise.
1939 * varasm.c (decode_reg_name): Likewise.
1940 * toplev.c (decode_f_option, decode_W_option,
1941 set_target_switch, print_switch_values): Likewise.
1942 (NUM_ELEM): Remove macro.
1943 (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
1945 2000-08-24 Greg McGary <greg@mcgary.org>
1947 * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
1948 (MAIN_NAME_P, main_identifier_node): New macros.
1949 * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
1950 * c-decl.c (start_decl, grokdeclarator, start_function,
1951 store_parm_decls, finish_function): Use MAIN_NAME_P.
1952 * config/avr/avr.c (function_prologue, function_epilogue): Likewise.
1953 * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
1954 * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
1955 * config/pdp11/pdp11.c (output_function_prologue): Likewise.
1957 2000-08-24 Greg McGary <greg@mcgary.org>
1959 * cppfiles.c (actual_directory): Don't write beyond `dir'
1960 when it contains "".
1961 * real.c (asctoeg): Stay within bounds of etens[][].
1963 2000-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1965 * dependence.c (dependence_string, direction_string,
1966 dump_one_node, dump_node_dependence): Hide unused identifiers.
1967 (get_low_bound, normalize_coefficients): Match definition to
1969 (get_one_coefficient): Initialize variables `value0_is_idx' and
1971 (ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
1972 (ziv_test): Delete variable `idx', use parameter `sub' instead.
1973 (direction_merge): Avoid automatic aggregate initialization.
1974 (have_dependence_p): Use `src' not `dest' to set `src_idx'.
1975 Initialize variables `dest_idx' and `src_idx'.
1976 (end_dependence_analysis): Avoid C89 style function definition.
1978 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
1980 * c-common.c (time_char_table): Don't allow width with %F.
1981 (check_format_info): Don't allow "Z" length with scanf.
1983 2000-08-24 Gabriel Dos Reis <gdr@codesourcery.com>
1985 * diagnostic.c (finish_diagnostic): Define.
1986 (output_do_printf): Use wrap_text instead of output_add_string.
1987 (default_print_error_function): Avoid embedded '\n'.
1989 * diagnostic.h (flush_diagnostic_buffer): Declare.
1991 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
1993 * dependence.c: Replace `[][]' with `[][MAX_SUBSCRIPTS]'.
1995 2000-08-23 Hans-Peter Nilsson <hp@axis.com>
1997 * Makefile.in (GCC_PASSES): Add specs.
1999 2000-08-23 Jim Wilson <wilson@cygnus.com>
2001 * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New.
2002 * config/ia64/frame-ia64.c (__get_personality): Return zero if neither
2003 EHANDLER nor UHANDLER bit is set.
2004 (__get_except_table): Likewise.
2006 2000-08-23 Nick Clifton <nickc@redhat.com>
2008 * config/arm/lib1funcs.asm: Replace upper case condition codes
2009 with lower case versions.
2011 * config/arm/arm.h (STRUCT_VALUE): Define.
2012 (STRUCT_VALUE_REGNUM): Delete.
2014 2000-08-23 Zack Weinberg <zack@wolery.cumb.org>
2016 * cpphash.h (IN_I): New flag for directive table.
2017 * cpplib.c (DIRECTIVE_TABLE): Mark #define, #undef, #ident, and
2019 (_cpp_check_directive): If -fpreprocessed, execute directives
2020 marked with IN_I. Issue no warnings in this case.
2021 * cpplex.c (_cpp_get_token): Expand no macros if -fpreprocessed.
2023 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
2025 * c-common.c (print_char_table): Allow 'I' flag with %d, %i and
2027 (check_format_info): Support printf 'I' flag; warn about it with
2030 2000-08-23 Richard Earnshaw (rearnsha@arm.com)
2032 * arm.c (arm_expand_prologue): Ensure that the stack-adjustment
2033 barrier can't be ignored by the alias analysis code.
2035 2000-08-12 Eli Zaretskii <eliz@is.elta.co.il>
2037 * fixinc/inclhack.def (sysv68_string): Fix the Sed script so it
2038 works inside fixincl.
2040 Wed Aug 23 04:55:48 2000 Alexandre Oliva <aoliva@redhat.com>
2042 * simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
2043 simplify_relational_operation() unless both operands are of
2045 * cse.c (fold_rtx): Likewise.
2047 Tue Aug 22 23:53:27 EDT 2000 John Wehle (john@feith.com)
2049 * rtlanal.c (rtx_unstable_p): The pic register is stable
2050 (within one function) and the actual rtx should be used
2051 when checking the registers.
2052 (rtx_addr_can_trap_p): Pic memory addresses can't trap.
2054 * alias.c (true_dependence, write_dependence_p): Fix
2055 bug in previous patch.
2057 * i386.c (ix86_GOT_alias_set): New.
2058 (legitimize_pic_address): Use it.
2060 * rtlanal.c (rtx_unstable_p): An unchanging MEM is
2061 only stable if its address is stable.
2062 (rtx_varies_p): An unchanging MEM can't vary if
2063 its address doesn't vary.
2065 2000-08-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2067 * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
2069 2000-08-22 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2071 * vax.h (ASM_SPEC): Pass `-J' to assembler.
2072 * x-vax-gcc: New file for bootstrapping with gcc.
2073 * x-vax: Use X_CFLAGS rather than X_CPPFLAGS to pass `-J'.
2074 * configure.in: Use x-vax-gcc with gcc.
2075 * configure: Rebuilt.
2077 Tue Aug 22 21:21:05 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
2079 * toplev.c (rest_of_compilation): Rebuild label notes after
2080 post-reload splitting pass if new labels have been created.
2082 2000-08-22 Gabriel Dos Reis <gdr@codesourcery.com>
2084 * diagnostic.h (output_buffer_state): New macro.
2085 * diagnostic.c (diagnostic_for_decl, sorry,
2086 default_print_error_function, output_do_verbatim,
2087 report_diagnostic, report_problematic_module): Use it.
2089 (output_format): Use wrap_text instead of maybe_wrap_text.
2091 2000-08-22 Nick Clifton <nickc@redhat.com>
2093 * config/arm/lib1funcs.asm (ARM_DIV_MOD_BODY): New macro.
2094 Common code for ARM divide and modulus functions.
2095 (THUMB_DIV_MOD_BODY): New macro. Thumb equivalent of
2097 (FUNC_END): New macro: Common code at the end of the division and
2099 (THUMB_FUNCTION_START): New macro: Common code at the start of
2101 (__divsi3, __udivsi3, __modsi3, __umodsi3): Use new macros.
2103 Tue Aug 22 20:34:52 2000 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2105 * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
2107 * config/sh/sh.c (prepare_scc_operands): Apply force_reg to
2108 sh_compare_op1 when the mode is DImode and sh_compare_op1 isn't
2111 2000-08-22 Nick Clifton <nickc@redhat.com>
2113 * config/arm/lib1funcs.asm (__umodsi3): Before performing any
2114 restorative additions, test for bottom bits of IP being set,
2115 rather than relying upon the RORs not matching.
2118 2000-08-22 David Edelsohn <edelsohn@gnu.org>
2120 * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
2121 text_section() as appropriate instead of emitting text csect
2123 (TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
2124 (UNIQUE_SECTION): Define macro.
2125 (ASM_OUTPUT_SECTION_NAME): Define macro.
2126 * rs6000.c (rs6000_override_options): Disable -ffunction-sections
2127 on AIX if debugging and -fdata-sections always.
2129 2000-08-22 Steven King <sxking@uswest.net>
2131 * config/float-i386.h (LDBL_EPSILON): Remove __convert_long_double
2133 (LDBL_MAX): Same here.
2135 2000-08-22 Richard Henderson <rth@cygnus.com>
2137 * flow.c (tidy_fallthru_edge): Update b->end properly.
2139 2000-08-22 Stan Cox <scox@redhat.com>
2141 * Makefile.in (OBJS): Add dependence.o.
2142 * dependence.c: New file.
2144 2000-08-22 Alexandre Oliva <aoliva@redhat.com>, John David Anglin <dave.anglin@nrc.ca>
2146 * calls.c (check_sibcall_argument_overlap_1): Adjust for
2148 (check_sibcall_argument_overlap): Likewise.
2150 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
2152 * invoke.texi (SH Options): Document -m4-nofpu,
2153 -m4-single-only, -m4-single, -m4, -mbigtable, -mfmovd,
2154 -mhitachi, -mnomacsave, -misize, -mpadstruct, -mspace.
2156 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
2158 * c-common.c (check_format_info): Give the 'some locales' warning
2159 for strftime %Ey rather than the unconditional 'only last 2 digits
2162 2000-08-22 Richard Henderson <rth@cygnus.com>
2164 * alias.c (init_alias_analysis): Do not register
2165 struct_value_incoming_rtx or static_chain_rtx as pointing
2168 Tue Aug 22 01:44:43 2000 Jeffrey A Law (law@cygnus.com)
2170 * protoize.c (munge_compile_params): Fix typo and formatting buglets.
2172 2000-08-22 Gabriel Dos Reis <gdr@codesourcery.com>
2174 * diagnostic.h (report_problematic_module): Declare.
2175 * diagnostic.c (report_problematic_module): New function.
2176 (report_error_function): Tweak.
2178 Tue Aug 22 02:31:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2180 * stmt.c (expand_goto_internal, fixup_gotos): Only check
2181 TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
2183 2000-08-21 Richard Henderson <rth@cygnus.com>
2185 * flow.c (calculate_global_regs_live): Mark frame pointer live
2186 everywhere before reload.
2188 2000-08-21 Jim Wilson <wilson@cygnus.com>
2190 * real.c (ereal_from_int, ereal_from_uint, significand_size): Handle
2191 INTEL_EXTENDED_IEEE_FORMAT.
2192 (toe64): Delete INTEL_EXTENDED_IEEE_FORMAT support. Unconditionally
2193 clear last two bytes of output FP value.
2195 2000-08-21 Graham Stott <grahams@cygnus.co.uk>
2197 * config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
2199 2000-08-21 Jakub Jelinek <jakub@redhat.com>
2201 * unroll.c (loop_find_equiv_value): If ret is modified between
2202 insn and loop_start, ret might not be equivalent to reg.
2204 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
2206 * c-common.c (init_dollar_format_checking,
2207 maybe_read_dollar_number, finish_dollar_format_checking): New
2209 (dollar_arguments_used, dollar_arguments_count,
2210 dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
2212 (check_format_info): Support $ formats for scanf and printf width
2213 and precision. Always increment format_chars to advance past the
2214 '*' of precision, not just when the format parameters are
2217 2000-08-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2219 * mips.c (block_move_loop, expand_block_move,
2220 function_arg_partial_nregs, save_restore_insns, function_prologue,
2221 mips_expand_prologue, RA_MASK): Avoid using the `U' integer
2223 (function_arg_advance, function_arg): Match argument to format
2226 2000-08-21 Nix <nix@esperi.demon.co.uk>
2228 * gcc.c (do_spec_1): Implement %j spec flag.
2229 Remove dead comment.
2231 * gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
2232 * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
2233 * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
2234 * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
2236 * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
2237 writable) instead of hardcoded value.
2239 * toplev.c (compile_file): Output to a file even if -fsyntax-only.
2241 * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
2244 * gcc.c (cc1_options): Do not process -o or run the assembler if
2246 * objc/lang-spec.h: Likewise.
2248 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
2250 * fixinc/fixincl.c (fix_with_system): Pipe the output of
2251 "external" fixes through `cat', to avoid truncating the input
2252 file by redirection.
2254 2000-08-21 Jakub Jelinek <jakub@redhat.com>
2256 * config/i386/i386.md (lea_general_1): Copy insn condition to split
2258 (lea_general_2, lea_general_3): Likewise.
2260 2000-08-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2262 * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
2263 warnings to user code.
2265 * c-lex.c (readescape, yylex): Likewise.
2267 * c-typeck.c (store_init_value, process_init_element): Likewise
2268 (c_expand_start_case): Format.
2270 2000-08-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2272 * mips/linux.h (LINK_SPEC): Use %(endian_spec).
2274 * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
2275 and linker_endian_spec to endian_spec.
2276 (ENDIAN_SPEC): Add %{EB} and %{EL}.
2277 (LINK_SPEC): Remove %{EB} and %{EL}.
2278 (ASM_SPEC): Likewise. Use %(endian_spec).
2280 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
2282 * c-tree.h (flag_hosted): Move declaration from here...
2283 * c-common.h (flag_hosted): ... to here.
2284 (flag_noniso_default_format_attributes): New declaration.
2285 * c-decl.c (flag_noniso_default_format_attributes): New variable.
2286 (c_decode_option): Set it appropriately for options choosing
2287 language standard variant.
2288 * c-common.c (init_function_format_info): Only provide default
2289 format attributes if flag_hosted. Only provide the gettext
2290 formats if flag_noniso_default_format_attributes. Update
2292 (check_format_info): Disable treatment of %a as a scanf flag in
2295 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
2297 * c-common.c (scan_char_table): Add 'w' to flags for all formats
2299 (check_format_info): Set 'wide' for scanf format widths. Warn for
2300 a zero scanf width. Make the check for writing into a constant
2301 object at the first level of indirection; at later levels, warn if
2302 any type qualifiers are encountered.
2304 Mon Aug 21 07:41:12 2000 Jeffrey A Law (law@cygnus.com)
2306 * reload.c (reload_inner_reg_of_subreg): New function broken out of
2308 (push_reload): Use reload_inner_reg_of_subreg.
2309 (combine_reloads): Do not combine reloads if the input reload
2310 is a SUBREG in which the inner part will need reloading.
2312 * global.c (global_alloc): Avoid passing dumpfile argument to
2314 * toplev.c (rest_of_compilation): Likewise.
2315 * reload.h (reload): Remove dumpfile argument. Callers changed.
2316 (debug_reload, debug_reload_to_stream): Move prototypes here.
2317 * rtl.h (reload): Remove dumpfile argument.
2318 * reload.c (debug_reload): Remove prototype.
2319 (debug_reload_to_stream): Likewise.
2320 * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
2323 2000-08-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
2325 * diagnostic.c (context_as_prefix): Export.
2326 (need_error_newline): Remove.
2327 (lang_diagnostic_starter, lang_diagnostic_finalizer): New objects.
2328 (error_module_changed, record_last_error_module,
2329 error_function_changed, record_last_error_function): New functions.
2330 (initialize_diagnostics): Default intialize
2331 lang_diagnostic_starter, lang_diagnostic_finalizer.
2332 (init_output_buffer): Tweak.
2333 (file_name_as_prefix): New function.
2334 (announce_function, default_print_error_function,
2335 report_error_function, set_diagnostic_context): Tweak.
2337 2000-08-21 Richard Earnshaw <rearnsha@arm.com>
2339 * flow.c (init_propagate_block_info): Handle SUBREG in a jump
2340 condition expression.
2342 2000-08-20 Richard Henderson <rth@cygnus.com>
2344 * flow.c (merge_blocks_nomove): Don't seek back past the bb note.
2346 2000-08-20 Zack Weinberg <zack@wolery.cumb.org>
2348 * cppinit.c (cpp_init): Set global flag when called.
2349 (cpp_reader_init): Bomb out if cpp_init hasn't been called.
2351 Sun Aug 20 01:41:35 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
2353 * cpplex.c (cpp_scan_buffer): Move `output_line_command' just
2354 before `process_directive' so that newlines won't be missed
2356 (cpp_printf): Increment `print->lineno' when newline is emitted.
2358 * cppmain.c (cb_ident): Likewise.
2359 (cb_define): Likewise.
2360 (cb_undef): Likewise.
2361 (cb_include): Likewise.
2362 (cb_def_pragma): Likewise.
2363 (dump_macros_helper): Likewise.
2365 2000-08-20 Richard Henderson <rth@cygnus.com>
2367 * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
2368 assigned before a loop.
2370 * config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
2371 (ashrsi3, lshrsi3): Likewise.
2373 2000-08-20 Gabriel Dos Reis <gdr@codesourcery.com>
2375 * c-lang.c: #include diagnostic.h
2376 (c_tree_printer): New function.
2377 (lang_init): Initialize lang_printer.
2379 * Makefile.in (c-lang.o): Depends on diagnostic.h
2381 2000-08-20 Gabriel Dos Reis <gdr@codesourcery.com>
2383 * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
2385 * diagnostic.c (default_diagnostic_starter,
2386 default_diagnostic_finalizer): New functions.
2387 (diagnostic_for_asm, diagnostic_for_decl): Tweak.
2388 (pedwarn, pedwarn_with_file_and_line, error,
2389 error_with_file_and_line, fatal, warning,
2390 warning_with_file_and_line): Adjust call to report_diagnostic.
2391 (report_diagnostic): Rework.
2392 (set_diagnostic_context): New function.
2394 * diagnostic.h (struct diagnostic_context): New data structure.
2395 (diagnostic_message, diagnostic_argument_list,
2396 diagnostic_file_location, diagnostic_line_location,
2397 diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
2398 diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
2399 (set_diagnostic_context): Declare.
2400 (report_diagnostic): Change prototype.
2402 Sun 20-Aug-2000 09:25:45 BST Neil Booth <NeilB@earthling.net>
2404 * fix-header.c (main): Initialize cpplib.
2406 2000-08-19 Michael Meissner <meissner@redhat.com>
2408 * ifcvt.c (find_if_block): Do not assume that a THEN block has any
2409 instructions in it before checking for indirect jumps.
2411 * ifcvt.c (find_if_block): Do not consider a THEN block that ends
2412 in a indirect jump as a potential for conditional execution.
2414 * d30v.h (d30v_init_expanders): Don't declare here.
2415 * d30v-protos.h (d30v_init_expanders): Declare here with a valid
2418 Sat 19-Aug-2000 21:11:45 BST Neil Booth <NeilB@earthling.net>
2420 * cpp.texi: Add @section for assertions.
2422 Sat Aug 19 12:37:08 EDT 2000 John Wehle (john@feith.com)
2424 * loop.c (scan_loop): Use CONST_CALL_P instead of
2425 checking for REG_LIBCALL / REG_RETVAL.
2427 Sat Aug 19 09:18:47 2000 Jeffrey A Law (law@cygnus.com)
2429 * reload1.c (reload_as_needed): Accept dumpfile argument,
2430 pass it to emit_reload_insns.
2431 (emit_reload_insns): Add new dumpfile argument. If non-null
2432 then dump the reloads for each insn into the dumpfile.
2433 (reload): Pass dumpfile to reload_as_needed.
2435 * invoke.texi: Clean up linux-gnu vs linux comments.
2437 2000-08-19 Richard Henderson <rth@cygnus.com>
2439 * config/ia64/ia64.c (reg_or_5bit_operand): New.
2440 (ia64_depz_field_mask): New.
2441 * config/ia64/ia64.h (CONSTRAINT_OK_FOR_R): New.
2442 (PREDICATE_CODES): Update.
2443 * config/ia64/ia64.md: Update commentary.
2444 (depz_internal): New.
2445 (ashlsi3): Implement directly.
2446 (ashrsi3, lshrsi3): Simplify; rely on extv and extzv for constants.
2447 (ashldi3): Use shladd.
2448 * config/ia64/ia64-protos.h: Update.
2450 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
2452 * toplev.c (independent_decode_option): Always process -g.
2453 Remove third argument, now unused. Adjust caller to match.
2455 2000-08-18 Richard Henderson <rth@cygnus.com>
2457 * combine.c (make_compound_operation): Break after creating
2460 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
2462 * cpplib.c (cpp_register_pragma_space): Just return if the
2463 namespace is already registered.
2465 2000-08-18 Ray Essick <essick@ddna.labs.mot.com> & Nick Clifton <nickc@redhat.com>
2467 * config/mcore/mcore.md (rotlsi3): Allow allow rotations by a
2468 constant amount. Do not generate ROTL instruction.
2470 Fri Aug 18 16:22:20 2000 Alexandre Oliva <aoliva@redhat.com>
2472 * config/sh/elf.h: Do not include sh/sh.h.
2473 * config/sh/rtems.h: Likewise.
2474 * config/sh/rtemself.h: Do not include sh/elf.h.
2475 * configure.in: Get them included with `tm_file's.
2476 * configure: Rebuilt.
2478 * config/sh/sh.md (fpu_switch0, fpu_switch1): Simplify.
2479 * config/sh/sh.c (fpscr_set_from_mem): Use them.
2481 Fri Aug 18 14:23:18 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2483 * stor-layout.c (compute_record_type): Don't use mode of single
2484 field as mode of record if not integer mode of same type.
2486 * regmove.c (perhaps_ends_bb_p): New function.
2487 (optimize_reg_copy_1, optimize_reg_copy_2): Call it.
2488 (optimize_reg_copy_3, fixup_match_2, regmove_optimize): Likewise.
2489 (fixup_match_1): Likewise.
2490 (fixup_match_1, combine_stack_adjustments_for_block): Add casts to
2491 avoid signed/unsigned warnings.
2493 * function.c (fixup_var_refs_1, case MEM): Update CODE after
2496 Fri 18-Aug-2000 18:33:45 BST Neil Booth <NeilB@earthling.net>
2498 * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2499 (_cpp_trigraph_map): Declaration moved from cpplex.c
2501 * cppinit.c: Define _cpp_trigraph_map. Use UCHAR_MAX + 1
2502 instead of 256. Use consistent test for designated initializers.
2503 (cpp_init): Initialize trigraph_map.
2504 (initialize_standard_includes, parse_option): Use memcmp
2507 * cpplex.c (init_trigraph_map): Remove.
2508 (trigraph_ok, trigraph_replace, lex_line): Refer to
2511 * cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
2512 (do_unassert): Remove unused "next" local.
2514 * system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.
2516 2000-08-18 Emmanuel Marty <emarty@suntech.fr>
2518 * arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
2521 2000-08-17 Richard Henderson <rth@cygnus.com>
2523 * config/ia64/ia64.c (spill_restore_mem): Handle emitting
2524 the first insn in a sequence.
2526 Thu Aug 17 22:40:05 EDT 2000 John Wehle (john@feith.com)
2528 * alias.c (true_dependence, write_dependence_p): A read
2529 involving a label_ref or the constant pool doesn't create
2532 * rtl.h (unchanging): Improve documentation.
2534 2000-08-17 Rodney Brown <RodneyBrown@mynd.com>
2536 * cse.c (insert_regs): Remove unused `regno'.
2538 2000-08-17 Neil Booth <NeilB@earthling.net>
2540 * (cppinit.c) merge_include_chains: Use remove_dup_dir,
2541 remove_dup_dirs. If qtail == brack, remove brack not
2543 (remove_dup_dir, remove_dup_dirs): New functions.
2545 2000-08-17 Neil Booth <NeilB@earthling.net>
2547 * cppinit.c (cpp_cleanup): Free include dir chains.
2548 * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
2549 (do_unassert): Free the assert with _cpp_free_definition.
2550 * cppmacro.c (_cpp_free_definition): Free memory allocated for
2551 assertions. Make the node a T_VOID node.
2553 2000-08-17 Neil Booth <NeilB@earthling.net>
2555 * cppinit.c (path_include, append_include_chain):
2556 Remove 2nd parameter (struct cpp_pending *).
2557 (path_include, initialize_standard_includes, cpp_handle_option):
2558 Update callers appropriately.
2559 (cpp_handle_option): Use pend.
2561 2000-08-17 Neil Booth <NeilB@earthling.net>
2563 * cppinit.c (sort_options): Remove, put functionality in
2566 (initialize_builtins): Free memory.
2567 (cpp_start_read): Move init_IStable to cpp_init.
2569 * cpplib.h (cpp_init): New prototype.
2570 * cppmain.c (main): Call cpp_init.
2572 Thu Aug 17 13:20:32 EDT 2000 John Wehle (john@feith.com)
2574 * rtlanal.c (rtx_unstable_p): Use CONSTANT_P.
2575 (rtx_unstable_p, rtx_varies_p): Process vectors.
2577 2000-08-16 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>
2579 * config/sh/lib1funcs.asm (GLOBAL): Define. Use for all
2580 references to GLOBAL symbols. Use LOCAL where appropriate.
2582 2000-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2584 * configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld. Always
2585 use t-aix41 when host == target.
2587 2000-08-16 Richard Henderson <rth@cygnus.com>
2589 * reload.c (push_secondary_reload): Revert last change.
2590 If we use a reload_in/out pattern, make the when the same
2591 as the primary reload.
2592 (find_reloads): Likewise.
2594 2000-08-16 Manfred Hollstein <manfredh@redhat.com>
2596 * configure.in (libstdcxx-v3): Fix test.
2597 * configure: Regenerate.
2599 Wed Aug 16 08:10:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2601 * calls.c (calls_function_1, expand_call): Only test
2602 TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
2603 * function.c (thread_prologue_and_epilogue_insns): Likewise.
2605 2000-08-16 Richard Henderson <rth@cygnus.com>
2607 * combine.c (simplify_shift_const): Revert previous two
2608 changes. If SHIFT_COUNT_TRUNCATED, crop the shift count
2609 before the main loop.
2611 2000-08-15 Richard Henderson <rth@cygnus.com>
2613 * combine.c (simplify_shift_const): Bound shift count when
2616 Tue Aug 15 17:33:05 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2618 * calls.c (ECF_SP_DEPRESSED): New macro.
2619 (calls_function_1): Treat calling sp-depressed function as alloca.
2620 (emit_call_1): Don't adjust SP if calling sp-depressed function.
2621 (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
2622 If sp-depressed, ensure block saves and restores SP.
2623 * fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
2625 * function.c (keep_stack_depressed): New function.
2626 (thread_prologue_and_epilogue_insns): Call it.
2627 * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
2628 to print DECL_OFFSET_ALIGN.
2629 Print no-force-blk and transparent-union flags properly.
2630 * stmt.c (expand_goto_internal): Don't restore stack if last block
2631 and function returns with sp depressed.
2632 (fixup_gotos): Likewise.
2633 (save_stack_pointer): New function, from code in expand_decl.
2634 (expand_decl): Call new function.
2635 * tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
2636 (TYPE_RETURNS_STACK_DEPRESSED): New macro.
2637 (save_stack_pointer): New declaration.
2639 * diagnostic.c (fatal_function): New variable.
2640 (set_fatal_function): New function.
2642 * diagnostic.h (set_fatal_function): New declaration.
2644 2000-08-15 William Cohen <wcohen@redhat.com>
2646 * config/sh/elf.h (DWARF2_DEBUGGING_INFO): Defined.
2647 (PREFERRED_DEBUGGING_TYPE): Set to dwarf2 info.
2648 (DWARF2_ASM_LINE_DEBUG_INFO): Defined.
2650 2000-08-15 Richard Henderson <rth@cygnus.com>
2652 * flow.c (mark_used_reg): Set reg_cond_reg appropriately.
2654 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
2656 * arm.c (arm_function_ok_for_sibcall): New function.
2657 * arm.h (FUNCTION_OK_FOR_SIBCALL): Define.
2658 * arm.md (call expanders): Don't check here for calls that can't
2661 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
2663 * arm.md (splits generating cond_exec): Disable.
2665 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
2667 * arm/linux-elf.h (text_section): Delete declaration.
2669 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
2671 ARM support for unordered FP operations.
2672 * arm-protos.h (arm_comparison_operator): Declare.
2673 * arm.c (arm_comparison_operator): New function.
2674 (arm_select_cc_mode): Add unordered comparison codes.
2675 (get_arm_condition_code): Likewise.
2676 (arm_final_prescan_insn): Can't handle unordered jumps that can't
2677 be done in one insn.
2678 * arm.h (PREDICATE_CODES): Add arm_comparison_operator.
2679 * arm.md (all uses of comparison_operator): Replace with
2680 arm_comparison_operator.
2681 (bunordered, bordered, bugt, bunlt, bunge, bunle, buneq, bltgt): New
2683 (arm_buneq, arm_bltgt, arm_buneq_reversed, arm_bltgt_reveresed): New
2686 Tue Aug 15 00:36:36 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
2688 * gthr-posix.h: Conditionally include <sched.h>; include
2689 <config.h> from libobjc/.
2691 2000-08-14 Richard Henderson <rth@cygnus.com>
2693 * config/i386/i386.c (legitimize_pic_address): Use Pmode
2696 2000-08-14 Richard Henderson <rth@cygnus.com>
2698 * configure.in (ia64-*): Set float_format for i386 long double.
2700 * real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
2701 as we would for i386 XFmode.
2702 (PUT_REAL): Likewise.
2703 (endian, ereal_atof, real_value_truncate): Likewise.
2704 (ereal_isneg, toe64, etens, make_nan): Likewise.
2705 * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
2707 * config/ia64/ia64-protos.h: Update.
2708 * config/ia64/ia64.c (general_tfmode_operand): New.
2709 (destination_tfmode_operand): New.
2710 (tfreg_or_fp01_operand): New.
2711 (ia64_split_timode): New.
2712 (spill_tfmode_operand): New.
2713 (ia64_expand_prologue): Use TFmode not XFmode.
2714 (ia64_expand_epilogue): Likewise.
2715 (ia64_function_arg): Likewise.
2716 (ia64_function_arg_advance): Likewise.
2717 (ia64_return_in_memory): Likewise.
2718 (ia64_function_value): Likewise.
2719 (ia64_print_operand): Likewise.
2720 (ia64_register_move_cost): Set GR<->FR to 5.
2721 (ia64_secondary_reload_class): Get GR for TImode memory op.
2722 * config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
2723 (ROUND_TYPE_ALIGN): Remove.
2724 (LONG_DOUBLE_TYPE_SIZE): Set to 128.
2725 (INTEL_EXTENDED_IEEE_FORMAT): Define.
2726 (HARD_REGNO_NREGS): Use TFmode, not XFmode.
2727 (HARD_REGNO_MODE_OK): Likewise. Disallow TImode in FRs.
2728 (MODES_TIEABLE_P): Use TFmode, not XFmode.
2729 (CLASS_MAX_NREGS): Likewise.
2730 (ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
2731 (PREDICATE_CODES): Update.
2732 * config/ia64/ia64.md (movti): New.
2733 (movti_internal): Use a clobber for memory alternatives.
2734 (reload_inti, reload_outti): New.
2735 (movsfcc_astep): Predicate properly.
2736 (movdfcc_astep): Likewise.
2739 (extendsftf2, extenddftf2): New.
2740 (trunctfsf2, trunctfdf2): New.
2741 (floatditf2, fix_trunctfdi2): New.
2742 (floatunsditf2, fixuns_trunctfdi2): New.
2743 (addtf3, subtf3, multf3, abstf2): New.
2744 (negtf2, nabstf2, mintf3, maxtf3): New.
2745 (maddtf3, msubtf3, nmultf3, nmaddtf3): New.
2747 (fr_spill): Use TFmode, not XFmode.
2748 (fr_restore): Likewise.
2749 * config/ia64/lib1funcs.asm (__divtf3): New.
2750 * config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
2752 2000-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2754 * cse.c (fold_rtx): Avoid empty body in an if-statement.
2756 * doloop.c (doloop_iterations_max, doloop_modify): Avoid using the
2757 `U' integer constant suffix.
2759 * dwarf2out.c (add_subscript_info): Avoid empty body in an
2762 * sparc/sol2.h (__enable_execute_stack): Prototype.
2764 2000-08-14 David Edelsohn <edelsohn@gnu.org>
2766 * collect2.c: Remove use of AIX import file.
2768 * longlong.h: Test ARCH_PWR not ARCH_POWER.
2770 * rs6000.c (print_operand, case 'E'): Add else.
2772 2000-08-14 Richard Henderson <rth@cygnus.com>
2774 * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.
2775 (movdi_symbolic): New.
2777 2000-08-14 Jim Wilson <wilson@cygnus.com>
2779 * config/ia64/ia64.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
2780 to GNU as. For Intel as, pass -M const_gp and -M no_plabel.
2781 * config/ia64/linux.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
2784 2000-08-14 Richard Henderson <rth@cygnus.com>
2786 * expr.c (emit_group_load): Don't force constants into registers.
2787 Special case source already in the correct mode.
2789 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
2791 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
2792 * fixinc/inclhack.def: Likewise.
2793 * fixinc/mkfixinc.sh: Likewise.
2794 * configure: Regenerate.
2795 * fixinc/fixincl.x: Regenerate.
2796 * install.texi: Document equivalence of linux and linux-gnu.
2798 Mon Aug 14 18:51:44 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
2800 * cse.c (insert_regs): Also in REG case: When finding an invalid
2801 value, and we make a new quantity, make sure that it won't be
2802 mistaken by for a valid one by mention_regs.
2804 2000-08-13 Ralf Gütlein <ralf.guetlein@aranea.de>
2806 * h8300.md: Remove obsolete peepholes.
2808 2000-08-13 Kazu Hirata <kazu@hxi.com>
2810 * invoke.texi (H8/300 Options): Fix typos.
2811 * config/h8300.c: Fix formatting.
2812 * config/h8300.h: Fix comment typos.
2813 (OVERRIDE_OPTIONS): Fix formatting.
2815 * function.c: Fix formatting.
2817 * cse.c: Fix formatting.
2819 2000-08-13 Geoff Keating <geoffk@cygnus.com>
2821 * flow.c (attempt_auto_inc): Remove unused variable `bb'.
2822 (attempt_auto_inc): Suppress parentheses warning.
2823 * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
2824 * loop.c (load_mems): Remove `u' suffix in two places.
2825 * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
2827 * config/rs6000/rs6000.h: Likewise.
2828 * config/rs6000/sol-c0.c: Prototype some functions. Remove the
2829 __eabi dummy routine.
2830 * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
2833 * config/rs6000/rs6000.c (rs6000_select_section): Rewrite to
2834 not put stuff in .sdata unnecessarily.
2835 (rs6000_unique_section): New function.
2836 * config/rs6000/rs6000-protos.h: Add rs6000_unique_section.
2837 * config/rs6000/sysv4.h (UNIQUE_SECTION): Define.
2839 * c-typeck.c (build_array_ref): Don't complain about non-lvalue
2840 arrays in C99. Don't try to look at DECL_REGISTER of a
2841 COMPONENT_REF. Don't complain twice about the same error.
2843 * fixinc/inclhack.def (aix_pthread): New fix.
2844 (aix_sysmachine): New fix.
2845 * fixinc/fixincl.x: Regenerate.
2847 * expr.c (expand_expr): Call convert_modes when turning a large
2848 multiply into a small one.
2850 2000-08-12 Geoff Keating <geoffk@cygnus.com>
2852 * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
2853 the tree structure an exponent rather than an explicit alignment
2854 so it doesn't overflow.
2855 (SET_DECL_OFFSET_ALIGN): New macro.
2856 * stor-layout.c (place_union_field): Use SET_DECL_OFFSET_ALIGN
2857 rather than DECL_OFFSET_ALIGN.
2858 (place_field): Likewise.
2859 * expmed.c (store_bit_field): Abort on align==0 to avoid
2860 antisocial machine behaviour.
2862 2000-08-12 Richard Henderson <rth@cygnus.com>
2864 * sibcall.c (uses_addressof): Accept both addressof and
2865 current_function_internal_arg_pointer inside a mem.
2866 (optimize_sibling_and_tail_recursive_call): Fail tail recursion
2867 if current_function_uses_addressof.
2868 * stmt.c (expand_return): Kill tail recursion and HAVE_return
2871 2000-08-11 Richard Henderson <rth@cygnus.com>
2873 * config/ia64/ia64.md (addsi3): Remove expander.
2874 (subsi3, mulsi3, negsi2, one_cmplsi2): Likewise.
2875 (*addsi3_shladd): New.
2877 2000-08-11 Richard Henderson <rth@cygnus.com>
2879 * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.
2880 (do_restore): Likewise.
2881 (gen_movdi_x, gen_fr_spill_x, gen_fr_restore_x): New.
2882 (ia64_expand_prologue, ia64_expand_epilogue): Use them.
2883 (rtx_needs_barrier): Track actual bit manipulation for
2884 ar.unat moves, gr_spill, and gr_restore.
2885 (emit_insn_group_barriers): Special case gr_spill/gr_restore.
2886 (process_set): Don't handle varargs spills.
2887 * config/ia64/ia64.md (gr_spill): Accept cfa offset. Emit
2888 .mem.offset here instead of in process_set.
2889 (gr_restore): Likewise.
2891 2000-08-11 Richard Henderson <rth@cygnus.com>
2893 * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.
2895 2000-08-11 Mark Elbrecht <snowball3@bigfoot.com>
2897 * gcc.texi (The Configuration File): Document
2898 COLLECT2_HOST_INITIALIZATION, GCC_DRIVER_HOST_INITIALIZATION, and
2899 UPDATE_PATH_HOST_CANONICALIZATION.
2901 2000-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2903 * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for
2904 unprototyped function pointer casts on integer constants.
2906 2000-08-11 Laurynas Biveinis <lauras@softhome.net>
2908 * fixproto: Recognize DOS paths with drive letters as absolute paths.
2910 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
2912 * extend.texi (Volatiles): Fix typos.
2914 2000-08-11 Kazu Hirata <kazu@hxi.com>
2916 * flow.c: Fix formatting.
2918 2000-08-11 Richard Henderson <rth@cygnus.com>
2920 * reload.c (push_secondary_reload): When invoking a reload_{in,out}
2921 pattern, always allocate a tertiary scratch register.
2923 * config/alpha/alpha.md (reload_inqi): Use a DImode scratch.
2924 (reload_inhi): Likewise.
2926 2000-08-11 Richard Henderson <rth@cygnus.com>
2928 * function.c (put_reg_into_stack): Allow type to be NULL.
2929 (schedule_fixup_var_refs): Likewise.
2930 (gen_mem_addressof): Allow decl to be NULL.
2931 (put_addressof_into_stack): Likewise.
2933 * flow.c (merge_blocks_nomove): Be more careful about
2934 locating the beginning of block A.
2936 * combine.c (simplify_shift_const): Obey SHIFT_COUNT_TRUNCATED.
2938 Thu Aug 10 22:47:09 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
2943 * config.in: Reverted the check for <sched.h>.
2945 2000-08-10 Chris Demetriou <cgd@sibyte.com>
2947 * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
2948 macros define the name of CTOR and DTOR sections.
2949 (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
2950 DTOR_LIST_END): Change to use attributes to specify
2952 * mips/elf64.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME,
2953 (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
2954 DTOR_LIST_END): Same as in mips/elf.h.
2956 2000-08-10 Drew Moseley <dmoseley@redhat.com>
2958 * config/mn10300/mn10300.h: Added no-crt0 option for explicitly
2959 disabling just crt0.o.
2961 2000-08-10 Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton <nickc@cygnus.com>
2963 * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
2964 (CPP_INTERWORK_SPEC, CPP_INTERWORK_DEFAULT_SPEC): New sub-specs.
2965 (EXTRA_SPECS): Add them.
2966 * arm/lib1funcs.asm: Support builds for interworking.
2967 Use macros to eliminate duplicated pieces of code.
2969 2000-08-10 Kazu Hirata <kazu@hxi.com>
2971 * h8300.c (expand_a_rotate): New.
2972 (emit_a_rotate): Likewise.
2973 (h8300_adjust_insn_length): Add support for the rotate insns.
2974 * h8300.md (rotlqi3): New.
2975 (*rotlqi3_1): Likewise.
2976 (rotlhi3): Likewise.
2977 (*rotlhi3_1): Likewise.
2978 (rotlhi3): Likewise.
2979 (*rotlhi3_1): Likewise.
2980 * h8300-proto.h: Add prototypes for expand_a_rotate and
2983 * h8300.c: Fix comment typos.
2984 (dosize): Declare the variable amount as unsigned.
2985 (get_shift_alg): Fix a comparison between signed and unsigned.
2986 (emit_a_shift): Likewise.
2987 (h8300_adjust_insn_length): Simplify the code.
2989 * c-decl.c: Fix formatting.
2991 2000-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2993 * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
2994 warning about non-traditional numeric constant suffixes.
2996 * cppexp.c (parse_number): Likewise.
2998 * invoke.texi: (-Wtraditional): Document new behavior.
3000 Thu Aug 10 00:11:04 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
3002 * gthr-posix.h: Include auto-host.h. Conditionally include
3004 * configure.in: Check for the <sched.h> header file.
3005 * config.in: Added define for HAVE_SCHED_H.
3007 2000-08-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3009 * c-typeck.c (process_init_element): For -Wtraditional, warn about
3010 initialization of unions.
3012 * invoke.texi (-Wtraditional): Document new behavior.
3014 2000-08-09 Zack Weinberg <zack@wolery.cumb.org>
3016 * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINE
3017 instead of extra_c_flags.
3018 (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
3019 * configure: Regenerate.
3020 * config.in: Regenerate.
3022 * cpperror.c (cpp_type2name): New function.
3023 * cpplex.c (lex_line): If we issued an error for an invalid
3024 preprocessing directive, discard that logical line.
3025 * cpplib.c (do_line): Call a hook function if the current file
3026 is renamed by #line.
3027 (do_ident): Pass the contents of the string, not the entire
3028 token, to the callback function.
3029 * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
3030 (cb.rename_file): New hook function.
3031 (cb.ident): Adjust prototype.
3032 (cpp_type2name): Prototype.
3033 * cppmacro.c (dump_macro_args): Correct precedence lossage.
3035 * cppmain.c (cb_ident): Update for changed interface.
3036 (cb_rename_file): New function.
3037 (main): Set rename callback.
3039 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
3041 * caller-save.c (mark_referenced_regs): Mark partially-overwritten
3042 multi-word registers.
3044 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
3046 * c-common.c (combine_strings, check_format_info): Refer to ISO C
3047 or ISO C89 instead of ANSI C.
3048 * c-decl.c (grokdeclarator, xref_tag, finish_struct,
3049 build_enumerator, do_case): Likewise.
3050 * c-lex.c (parse_float, yylex): Likewise.
3051 * c-parse.in: Likewise.
3052 * c-typeck.c (common_type, build_array_ref, build_binary_op,
3053 build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
3054 build_c_cast, convert_for_assignment, set_init_index,
3055 set_init_label, c_expand_start_case): Likewise.
3056 * toplev.c (documented_lang_options, display_help): Likewise.
3058 2000-08-08 Kazu Hirata <kazu@hxi.com>
3060 * h8300.c: Fix formatting.
3061 * h8300.h: Likewise.
3062 * h8300.md: Likewise.
3063 (movsi_h8300hs): Fix formatting of the resulting assembly code.
3065 * reload1.c: Fix formatting.
3067 2000-08-08 Rodney Brown <RodneyBrown@mynd.com>
3069 * alpha/alpha.c (alpha_emit_xfloating_libcall):
3070 Use GEN_CALL_VALUE define.
3071 * alpha/alpha.md (untyped_call): Use GEN_CALL define.
3072 * clipper/clipper.md (untyped_call): Likewise.
3073 * dsp16xx/dsp16xx.md (untyped_call): Likewise.
3074 * fx80/fx80.md (untyped_call): Likewise.
3075 * mips/mips.md (untyped_call): Likewise.
3076 * ns32k/ns32k.md (untyped_call): Likewise.
3077 * pa/pa.md (untyped_call): Likewise.
3078 * romp/romp.md (untyped_call): Likewise.
3079 * sparc/sparc.md (untyped_call): Likewise.
3081 2000-08-08 Jason Eckhardt <jle@cygnus.com>
3083 * config/i860/i860.c (singlemove_string): Do not generate assembler
3084 pseudo instructions that must be expanded (that is, with signed
3085 constants larger than 16 bits).
3087 2000-08-08 Richard Henderson <rth@cygnus.com>
3089 * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
3090 PROP_AUTOINC at -O0. Don't collect alias info at -O0.
3091 (init_propagate_block_info): Don't kill memory stores at -O0.
3092 (mark_set_1, mark_used_regs): Likewise.
3094 2000-08-08 David Edelsohn <edelsohn@gnu.org>
3096 * rs6000.c (optimization_options): Decorate 'level' as
3098 (mask64_operand): Remove sign-extend thinko.
3099 (rldic_operand): New function.
3100 (load_multiple_operation): regno's are unsigned ints.
3101 (store_multiple_operation): Likewise.
3102 (lmw_operation): Likewise.
3103 (stmw_operation): Likewise.
3104 (includes_lshift_p): shift_mask is unsigned int.
3105 (includes_lshift64_p): New function.
3106 (addrs_ok_for_quad_peep): unsigned int reg1.
3107 (print_operand): Consistently add "else" after
3108 output_operand_lossage().
3109 (print_operand, case 'b'): Fold in case 'W'.
3110 (print_operand, case 'W'): Print rldic MB value.
3111 (output_epilogue): Update Objective-C language string.
3112 (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
3113 * rs6000.h (PREDICATE_CODES): Add rldic_operand.
3114 * rs6000.md (ashldi3): Add rldic instruction.
3115 (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
3116 (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
3119 2000-08-08 Richard Henderson <rth@cygnus.com>
3121 * config/ia64/ia64-protos.h: Remove duplicates. Update
3122 for massive code rearrangements.
3123 * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
3124 (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
3125 (ia64_local_regs, ia64_need_regstk): Remove.
3126 (ar_ccv_reg_operand): New.
3127 (ia64_gp_save_reg): New.
3128 (struct ia64_frame_info): Combine most of the size elements;
3129 add new gr save elements.
3130 (find_gr_spill): New.
3131 (next_scratch_gr_reg): New.
3132 (mark_reg_gr_used_mask): New.
3133 (ia64_compute_frame_size): Rewrite. Allocate special AR regs
3134 to GR backing store regs when possible.
3135 (ia64_initial_elimination_offset): New.
3136 (ia64_rap_fp_offset): Remove.
3137 (save_restore_insns): Remove.
3138 (setup_spill_pointers): New.
3139 (finish_spill_pointers): New.
3140 (spill_restore_mem): New.
3141 (do_spill, do_restore): New.
3142 (ia64_expand_prologue): Rewrite to use them.
3143 (ia64_expand_epilogue): Likewise.
3144 (ia64_direct_return): Update for current_frame_info changes.
3145 (ia64_function_prologue): Simplify .prologue emission. Emit
3147 (ia64_setup_incoming_varargs): Don't ever emit rtl.
3148 (ia64_dbx_register_number): New.
3149 (ia64_initialize_trampoline): New.
3150 (ia64_secondary_reload_class): Request GR_REGS for integer
3151 arithmetic destined for FR_REGS.
3152 (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
3153 (ia64_mark_machine_status): Mark ia64_gp_save.
3154 (rws_access_regno): Rename from rws_access_reg; don't treat
3155 predicates specially.
3156 (rws_access_reg): New. Update all callers.
3157 (rtx_needs_barrier): Remove dead unspecs.
3158 (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
3159 (ia64_encode_section_info): Silence signed/unsigned warnings.
3160 (spill_offset, sp_offset, spill_offset_emitted): Remove.
3161 (tmp_reg, tmp_saved): Remove.
3162 (process_set): Rewrite to expect complicated bits via
3163 REG_FRAME_RELATED_EXPR.
3164 (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
3165 in the use of ar.ccv; never set RTX_UNCHANGING_P.
3166 (ia64_expand_op_and_fetch): Likewise.
3167 (ia64_expand_compare_and_swap): Likewise.
3168 (ia64_expand_builtin): Likewise.
3169 * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
3170 (FIRST_PSEUDO_REGISTER): Update.
3171 (AR_M_REGNO_P): Update.
3172 (FIXED_REGS): Don't mark three local registers as used.
3173 (EXTRA_CC_MODES): New.
3174 (SELECT_CC_MODE): New.
3175 (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
3176 (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
3177 (FRAME_GROWS_DOWNWARD): Unset.
3178 (STARTING_FRAME_OFFSET): Zero.
3179 (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
3180 (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
3181 (HARD_FRAME_POINTER_REGNUM): New.
3182 (CAN_DEBUG_WITHOUT_FP): Define.
3183 (TRAMPOLINE_TEMPLATE): Remove.
3184 (TRAMPOLINE_SIZE): Lower to 32.
3185 (TRAMPOLINE_ALIGNMENT): Lower to 64.
3186 (INITIALIZE_TRAMPOLINE): Defer to out of line function.
3187 (PREDICATE_CODES): Update.
3188 (struct machine_function): Add ia64_gp_save.
3189 * config/ia64/ia64.md: Purge unused unspecs.
3190 (movsi patterns): Allow moves to/from AR_M_REGS.
3191 (movdi patterns): Allow moves to/from p0.
3192 (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
3193 (gr_spill, gr_restore): Indicate ar.unat read/written.
3194 (nonlocal_goto): Don't pass old frame_pointer.
3195 (nonlocal_goto_receiver): Remove.
3196 (exception_receiver): New.
3197 (builtin_setjmp_setup): New.
3198 (builtin_setjmp_receiver): New.
3199 * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
3200 (__ia64_nonlocal_goto): Bundle. Don't kill r7.
3201 (__ia64_restore_stack_nonlocal): Likewise.
3202 (__ia64_trampoline): New.
3203 * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
3205 * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
3207 2000-08-08 Richard Henderson <rth@cygnus.com>
3209 * frame.h (ia64_frame_state): Add my_psp.
3210 * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
3211 (__throw): Pass it in. Don't clobber r7.
3212 * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
3213 (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
3214 and nothing to do with sp.
3215 (normalize_reg_loc): Use frame->my_psp.
3216 (frame_translate): Handle frame-pointer-less functions. Set
3217 spill_base correctly, in absence of being told.
3218 (__build_ia64_frame_state): New sp argument. Fill in frame->my_sp.
3219 (__ia64_backtrace_helper): New sp argument. Use
3220 builtin_return_address instead of label addresses.
3221 (print_record) [mem_stack_v]: No size member.
3223 2000-08-08 Richard Henderson <rth@cygnus.com>
3225 * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
3227 2000-08-08 Richard Henderson <rth@cygnus.com>
3229 * tm.texi (LOCAL_REGNO): Document.
3230 * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
3231 (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
3232 * reload1.c (reload): Likewise when considering nonlocal labels.
3234 * config/ia64/ia64.h (LOCAL_REGNO): New.
3235 * config/sparc/sparc.h (LOCAL_REGNO): New.
3237 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
3239 * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
3241 2000-08-07 Nick Clifton <nickc@redhat.com>
3243 * config/mips/mips.c: Fix compile time warning messages.
3244 * config/mips/mips-protos.h: Add prototype for equality_op.
3246 * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
3248 2000-08-07 Graham Stott <grahams@cygnus.co.uk>
3250 * mn10300.md: Use nonimmediate_operand instead of general_operand
3253 * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
3255 2000-08-07 Alexandre Oliva <aoliva@redhat.com>
3257 * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
3258 * sh.c (expand_block_move): Break long lines.
3259 (expand_ashiftrt, fpscr_set_from_mem): Likewise.
3260 * sh.md (mulsi3): Likewise.
3261 (movdi): Adjust spacing.
3263 2000-08-07 Richard Henderson <rth@cygnus.com>
3265 * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
3266 * expr.c (emit_group_store): Don't set it.
3268 2000-08-07 Kazu Hirata <kazu@hxi.com>
3270 * invoke.texi (Options for Debugging Your Program or GCC): Remove
3271 duplicate entries for 'w' and 'z'.
3273 * flow.c: Fix a comment typo.
3275 Sun Aug 6 23:47:35 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
3277 * c-parse.in: Changed the language string for Objective-C to "GNU
3280 Sun Aug 6 11:54:03 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
3282 * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
3283 to improve the Posix thread support for Objective-C.
3285 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
3287 * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
3288 CTI_UNSIGNED_PTRDIFF_TYPE.
3289 (signed_size_type_node): Define.
3290 (unsigned_ptrdiff_type_node): Define.
3291 * c-decl.c (init_decl_processing): Create the
3292 signed_size_type_node and unsigned_ptrdiff_type_node types.
3293 * c-common.c (T_SC): Define.
3296 (print_char_table): Use T_SST for %zd, %zi, %zn. Use T_UPD for
3297 %to, %tu, %tx, %tX. Allow %hhn (T_SC). Add "c" to the flags for
3299 (scan_char_table): Use T_SC for %hhd, %hhi, %hhn. Use T_SST for
3300 %zd, %zi, %zn. Use T_UPD for %to, %tu, %tx, %tX. Add "c" to the
3301 flags for %c, %s and %[.
3302 (check_format_info): Only allow leniency for signedness of targets
3303 of character pointers (when pedantic) for formats flagged with
3304 "c", so for strings but not for %hh formats. When pedantic, don't
3305 allow character pointers to substitute for void pointers if a
3306 second level of indirection is present.
3308 2000-08-06 Kazu Hirata <kazu@hxi.com>
3310 * invoke.texi (Options for Debugging Your Program or GCC): Update
3311 the names of dump files.
3313 * h8300.c (dosize): Rearrange code for conciseness.
3314 (split_adds_subs): Likewise.
3316 * loop.c: Fix formatting.
3318 * dwarf2out.c: Fix formatting.
3320 * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
3322 * expr.c: Fix formatting.
3324 2000-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3326 * rs6000.c (rs6000_maybe_dead): Prototype.
3328 2000-08-06 Richard Henderson <rth@cygnus.com>
3330 * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
3331 HAVE_nonlocal_goto as well.
3332 * config/i960/i960.md (nonlocal_goto): Don't do it here.
3333 * config/pj/pj.md (nonlocal_goto): Likewise.
3335 2000-08-07 Michael Hayes <mhayes@cygnus.com>
3337 * loop.c (try_swap_copy_prop): New function.
3338 (load_mems): Rename copies to load_copies and add new regset
3339 store_copies. Check for sets of shadow registers and mark
3340 in store_copies. Call try_swap_copy_prop for registers
3341 marked in store_copies.
3343 Sun Aug 6 00:54:42 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
3345 * objc/objc-act.c: New command line option -fconstant-string-class
3346 to allow specifying a user defined constant string class,
3347 different from NXConstantString.
3349 * toplev.c: Moved the Objective-C specific options to
3350 objc/lang-options.h.
3352 * objc/lang-options.h: Moved the Objective-C specific options from
3353 toplev.c. Added -fconstant-string-class.
3355 2000-08-05 Chris Demetriou <cgd@sibyte.com>
3357 * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
3358 DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
3359 __CTOR_LIST__ from func_ptr array to just func_ptr, to
3360 avoid extra alignment imposed on arrays.
3361 * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
3362 DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
3364 * mips.h: Clean up comments and spacing near MASKs.
3365 (TARGET_UNIX_ASM): Delete.
3366 (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
3367 MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
3370 2000-08-05 Joseph S. Myers <jsm28@cam.ac.uk>
3372 * c-common.c (print_char_table): Add entries for the X/Open '
3373 format flag (print decimals with locale's thousands grouping
3374 character). Make %C expect wint_t.
3375 (check_format_info): If pedantic, warn when the %n$ operand
3376 number form is used. Allow for the ' flag; warn about it if
3379 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
3381 * i386.h (FUNCTION_OK_FOR_SIBCALL): Not OK if DECL's return
3382 type is a float mode, cfun->decl's return type is not, and
3383 TARGET_FLOAT_RETURNS_IN_80387.
3385 2000-08-04 Andreas Schwab <schwab@suse.de>
3387 * cppmain.c (cb_def_pragma): Skip the first two tokens from the
3388 token list, which are always `#' and `pragma'.
3390 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
3392 * tree.c (tree_expr_nonnegative_p): Move to...
3393 * fold-const.c: ... here. Also handle BIND_EXPR and RTL_EXPR.
3394 (rtl_expr_nonnegative_p): New.
3395 * tree.h: Add prototype for rtl_expr_nonnegative_p.
3397 * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
3398 CONST_DOUBLE_CHAIN: Move to...
3399 * rtl.h: ...here. Use XCINT/XCEXP.
3401 * Makefile.in: Remove toplev.o from OBJS. Add rule to make
3402 libbackend.a; add libbackend.a to STAGESTUFF. Add BACKEND
3403 variable. Use BACKEND when linking cc1, not OBJS. Add BACKEND
3406 * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
3408 2000-08-05 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
3410 * config/c4x/c4x.md (return_indirect_internal): New.
3411 * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
3413 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
3415 * c-common.c (time_char_table): Mark up formats added in C99 and
3416 make other corrections. %D and %g were added in C99. %Og is an
3417 extension. %EX is permitted. %R, %T, %n, %r, %t were added in
3418 C99. %e was added in C99. %Oj is an extension. %G and %z are in
3419 C99 rather than GNU extensions, but %OG and %Oz are extensions.
3420 %h was added in C99. %C was added in C99. %OY and %OC are
3421 extensions. Add the C99 format %F.
3422 (check_format_info): If pedantic and not in C99 mode, warn for C99
3425 Fri Aug 4 23:01:58 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3427 * function.c (schedule_fixup_var_refs): New function, broken out
3428 of put_reg_into_stack.
3429 (put_reg_into_stack): Use it.
3430 (put_var_into_stack): In CONCAT case, fixup up references for
3431 components only after fixing up references to the whole concat.
3433 2000-08-04 Rodney Brown <RodneyBrown@pmsc.com>
3435 * alias.c (mark_constant_function): Use INSN_P.
3436 (init_alias_analysis): Likewise.
3437 * combine.c (combine_instructions): Use INSN_P.
3438 (can_combine_p): Likewise.
3439 (try_combine): Likewise.
3440 (distribute_notes): Likewise.
3441 (distribute_links): Likewise.
3442 * cse.c (cse_around_loop): Use INSN_P.
3443 (invalidate_skipped_block): Likewise.
3444 (cse_set_around_loop): Likewise.
3445 (cse_end_of_basic_block): Likewise.
3446 (delete_trivially_dead_insns): Likewise.
3447 * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
3448 (unshare_all_rtl_1): Likewise.
3449 (next_cc0_user): Likewise.
3450 (try_split make_insn_raw): Likewise.
3451 (remove_unnecessary_notes): Likewise.
3452 * final.c (shorten_branches): Use INSN_P.
3453 (leaf_renumber_regs): Likewise.
3454 (leaf_renumber_regs_insn): Likewise.
3455 * flow.c (find_label_refs): Use INSN_P.
3456 (verify_wide_reg): Likewise.
3457 (notice_stack_pointer_modification): Likewise.
3458 (count_or_remove_death_notes): Likewise.
3459 (verify_flow_info): Likewise.
3460 (clear_log_links): Likewise.
3461 * function.c (fixup_var_refs_insns): Use INSN_P.
3462 (compute_insns_for_mem): Likewise.
3463 * gcse.c (alloc_gcse_mem): Use INSN_P.
3464 (compute_sets): Likewise.
3465 (compute_hash_table): Likewise.
3466 (classic_gcse): Likewise.
3468 (insert_insn_end_bb): Likewise.
3469 (delete_null_pointer_checks_1): Likewise.
3470 * global.c (expand_preferences): Use INSN_P.
3471 (build_insn_chain): Likewise.
3472 * graph.c (node_data): Use INSN_P.
3473 * haifa-sched.c (priority): Use INSN_P.
3474 (rm_line_notes): Likewise.
3475 (rm_other_notes): Likewise.
3476 (find_insn_reg_weight): Likewise.
3477 (init_target_units): Likewise.
3478 (schedule_block): Likewise.
3479 (compute_block_forward_dependences): Likewise.
3480 (debug_dependencies): Likewise.
3481 (set_priorities): Likewise.
3482 * integrate.c (function_cannot_inline_p): Use INSN_P.
3483 (save_parm_insns): Likewise.
3484 (copy_insn_list): Likewise.
3485 * jump.c (mark_all_labels): Use INSN_P.
3486 (never_reached_warning): Likewise.
3487 * lcm.c (optimize_mode_switching): Use INSN_P.
3488 * local-alloc.c (validate_equiv_mem): Use INSN_P.
3489 (memref_used_between_p): Likewise.
3490 (update_equiv_regs): Likewise.
3491 (block_alloc): Likewise.
3492 (no_conflict_p): Likewise.
3493 * loop.c (scan_loop): Use INSN_P.
3494 (find_and_verify_loops): Likewise.
3495 (count_loop_regs_set): Likewise.
3496 (loop_reg_used_before_p): Likewise.
3497 (strength_reduce): Likewise.
3498 (recombine_givs): Likewise.
3499 (check_dbra_loop): Likewise.
3500 (load_mems): Likewise.
3501 (try_copy_prop): Likewise.
3502 * print-rtl.c (print_rtx): Use INSN_P.
3503 * recog.c (find_single_use): Use INSN_P.
3504 * reg-stack.c (stack_regs_mentioned): Use INSN_P.
3505 (next_flags_user): Likewise.
3506 (swap_rtx_condition): Likewise.
3507 * regmove.c (mark_flags_life_zones): Use INSN_P.
3508 (optimize_reg_copy_1): Likewise.
3509 (optimize_reg_copy_2): Likewise.
3510 (optimize_reg_copy_3): Likewise.
3511 (reg_is_remote_constant_p): Likewise.
3512 (fixup_match_2): Likewise.
3513 (regmove_optimize): Likewise.
3514 (fixup_match_1): Likewise.
3515 * regrename.c (build_def_use): Use INSN_P.
3516 (replace_reg_in_block): Likewise.
3517 (consider_use): Likewise.
3518 * reload.c (find_equiv_reg): Use INSN_P.
3519 * reload1.c (reload): Use INSN_P.
3520 (maybe_fix_stack_asms): Likewise.
3521 (calculate_needs_all_insns): Likewise.
3522 (reload_as_needed): Likewise.
3523 (emit_output_reload_insns): Likewise.
3524 (delete_address_reloads_1): Likewise.
3525 (reload_cse_regs_1): Likewise.
3526 (reload_combine): Likewise.
3527 (reload_cse_move2add): Likewise.
3528 * reorg.c (redundant_insn): Use INSN_P.
3529 (dbr_schedule): Likewise.
3530 * resource.c (find_dead_or_set_registers): Use INSN_P.
3531 (mark_target_live_regs): Likewise.
3532 * rtlanal.c (reg_used_between_p): Use INSN_P.
3533 (reg_referenced_between_p): Likewise.
3534 (reg_set_between_p): Likewise.
3535 (reg_set_p): Likewise.
3536 (single_set): Likewise.
3537 (multiple_sets): Likewise.
3538 (find_last_value): Likewise.
3539 (reg_set_last): Likewise.
3540 (find_reg_note): Likewise.
3541 (find_regno_note): Likewise.
3542 * sibcall.c (sequence_uses_addressof): Use INSN_P.
3543 * simplify-rtx.c (cselib_process_insn): Use INSN_P.
3544 * ssa.c (find_evaluations): Use INSN_P.
3545 (rename_block): Likewise.
3546 (rename_equivalent_regs): Likewise.
3547 * unroll.c (loop_find_equiv_value): Use INSN_P.
3548 (set_dominates_use): Likewise.
3549 * varasm.c (mark_constant_pool): Use INSN_P.
3550 (mark_constants): Likewise.
3551 * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
3552 (alphaev4_next_group): Likewise.
3553 (alphaev5_next_group): Likewise.
3554 * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
3555 (c4x_rptb_rpts_p): Likewise.
3556 * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
3557 * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
3558 (rs6000_adjust_priority): Likewise.
3559 * config/sh/sh.c (sh_loop_align): Use INSN_P.
3560 (machine_dependent_reorg): Likewise.
3561 (split_branches): Likewise.
3562 * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
3564 Fri Aug 4 11:43:49 2000 John Wehle (john@feith.com)
3566 * combine.c (recog_for_combine): Remove the old notes
3567 prior to attempting to recognize the new pattern.
3568 (distribute_notes): Ignore REG_NONNEG notes.
3570 2000-08-04 Chandrakala Chavva <cchavva@redhat.com>
3572 * varasm.c (output_constructor): Add .align 0 for packed vars.
3574 2000-08-04 J. David Anglin <dave@hiauly1.hia.nrc.ca>
3576 * configure.in: Use default thread_file even when enable_threads is
3577 yes or dce because hpux10.20 pa port uses MULTILIB implementation.
3578 * configure: Rebuilt.
3580 * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
3582 2000-08-04 Donn Terry (donnte@microsoft.com)
3584 * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
3586 2000-08-04 Mark Elbrecht <snowball3@bigfoot.com>
3588 * i386/x-djgpp: Delete code that conditionally modifies target_alias.
3589 Delete code that conditionally modifies 'version'.
3590 Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
3591 * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
3592 * gcc.c (main): Use it.
3593 * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
3594 * prefix.c (update_path): Use it.
3595 * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
3596 (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
3597 (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
3599 (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
3600 (SUBTARGET_SWITCHES): Adjust.
3601 (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
3603 (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
3605 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
3607 * c-common.h (flag_isoc94): Declare.
3608 * c-decl.c (flag_isoc94): Define.
3609 (c_decode_option): Set flag_isoc94 as appropriate.
3610 * c-common.c (T_PD, T_IM, T_UIM): Define.
3611 (format_char_info): Add tlen and jlen.
3612 (print_char_table): Add entries for %t and %j. Allow %zn. Allow
3614 (scan_char_table): Add entries for %t and %j. Allow %F. Allow
3616 (time_char_table): Add NULL entries for %t and %j.
3617 (check_format_info): Allow for %t and %j. Warn for %F if pedantic
3618 and not C99. Warn for %lc, %ls and %l[ if pedantic and not C94.
3619 Warn for printf %lf if pedantic and not C99. Don't warn for empty
3620 precision. Allow precision argument to be unsigned int. If
3621 pedantic, warn for %p passed an argument not a pointer to possibly
3622 qualified void or a possibly qualified character type, and for
3623 pointer targets of the wrong sign, except for character pointers.
3625 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
3627 * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
3628 * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
3629 (wint_type_node): Define.
3630 * c-decl.c (WINT_TYPE): Define.
3631 (init_decl_processing): Create the wint_type_node type.
3632 * c-common.c (T_WI): Define.
3633 (print_char_table): Use T_WI for %lc format.
3635 2000-08-04 Bruce Korb <bkorb@gnu.org>
3637 * fixinc/: Verified that the MSDOS patch does not break
3638 the UNIX functionality and applied the next three patches
3641 2000-07-28 Eli Zaretskii <eliz@is.elta.co.il>
3643 * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
3644 output file with the temporary one by appending ".X" to generate
3645 the temporary fuile's name. If the output file already has an
3646 extension, replace it with ".X".
3648 * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
3649 not $DESTDIR, to find applyfix. Use sprintf instead of snprintf;
3650 reallocate the command buffer while copying the command-line
3651 argument. Redirect the output directly to the temporary file,
3652 instead of going through another temporary file.
3653 (process): Close the temporary file before unlinking it.
3654 (machine_matches) [__MSDOS__]: If the machine doesn't match, set
3655 the FD_SKIP_TEST flag. Pay attention to the FD_MACH_IFNOT flag.
3656 (run_compiles): Pass p_fixd argument to machine_matches, as it
3659 * fixinc/fixincl.sh: Export ORIGDIR. If $DJDIR is set in the
3660 environment, assume there are no symlinks in the include
3661 directory. When cleaning up the DONE files, look for them
3662 case-insensitively. Don't try to remove symlinks if they aren't
3665 * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
3666 all callers changed. Declare pz "const char *", to avoid compiler
3669 * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
3670 Change prototype of make_raw_shell_str.
3672 2000-07-27 Eli Zaretskii <eliz@is.elta.co.il>
3674 * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
3675 (initialize) [__MSDOS__]: Use tempnam.
3676 (initialize): Don't use SIGPIPE if it is not defined.
3678 * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
3681 2000-07-25 Bruce Korb <bkorb@gnu.org>
3683 * fixinc/fix*.[ch]: substantially reworked to make it possible
3684 to run this program without using fork(2) or pipe(2) (i.e. in
3687 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
3689 * cppdefault.h (WINT_TYPE): Define.
3690 * cppinit.c (builtin_array): Define __WINT_TYPE__.
3691 * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
3692 * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
3694 Fri Aug 4 06:53:46 2000 Clinton Popetz <cpopetz@cygnus.com>
3696 * (mips_legitimate_address_p): Don't allow register+offset
3697 if the offset is large and negative, and we are compiling
3698 for 64 bit registers.
3700 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
3702 * gencodes.c (main): Define CODE_FOR_nothing as the last possible
3703 insn_code_number + 1.
3705 2000-08-04 Kazu Hirata <kazu@hxi.com>
3707 * h8300.c (function_prologue): Rearrange code for conciseness.
3708 (function_epilogue): Likewise.
3709 * h8300.h (OK_FOR_U): Fix formatting.
3711 * cse.c: Fix a comment typo. Fix formatting.
3713 2000-08-03 Richard Henderson <rth@cygnus.com>
3715 * config/i386/i386.md (return_indirect_internal): New.
3716 * config/i386/i386.c (ix86_expand_epilogue): Use it.
3718 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
3720 * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
3722 (lex_line): Glue @ onto the beginning of identifiers and
3723 string constants, in Objective-C mode.
3724 (output_token, spell_token): Handle CPP_OSTRING.
3725 (can_paste, maybe_paste_with_next): Handle pasting @ onto the
3726 beginning of a NAME or a STRING, in objc mode.
3728 * cpplib.c (get_define_node): Do not permit identifiers that
3729 begin with @ to be #defined.
3730 * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
3731 * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
3733 * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
3734 * c-tree.h (build_objc_string): Delete prototype.
3735 * objc/objc-tree.def: Delete OBJC_STRING_CST.
3736 * c-lex.c (yylex): Use build_string for all three kinds of strings.
3738 * c-parse.in, objc/objc-act.c: Update commentary.
3740 2000-08-03 Mark Mitchell <mark@codesourcery.com>
3742 * extend.texi: Fix typo in last change.
3744 * extend.texi: Add commentary on statement-expressions and their
3745 interactions with C++.
3747 2000-08-03 Nick Clifton <nickc@cygnus.com>
3749 * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
3750 * dwarf.h (LANG_JAVA): Change value to 0x000b.
3752 2000-08-03 Anthony Green <green@cygnus.com>
3754 * dwarf2out.c (gen_compile_unit_die): Add java language support.
3755 (add_bound_info): Check for java language.
3756 (is_java): New function.
3757 * dwarfout.c (output_compile_unit_die): Ditto.
3758 * dwarf.h (dwarf_source_language): Add java source language type.
3759 * dwarf2.h (dwarf_source_language): Ditto.
3761 Thu Aug 3 20:32:25 MET DST 2000 Jan Hubicka <jh@suse.cz>
3763 * reg-stack.c (subst_stack_regs_pat): Use replace_reg to swap
3766 * i386.c (ix86_expand_branch): Mode of comparison in
3767 IF_THEN_ELSE is VOIDmode.
3769 Thu Aug 3 10:05:53 2000 Akiko Matsushita <matusita@sra.co.jp>
3771 * gengenrtl.c, rtl.c: Avoid #elif.
3773 2000-08-03 Michael Poole <poole@troilus.org>
3775 * tm.texi (Register Classes): Clarify order of sub-initializers
3776 in REG_CLASS_CONTENTS.
3778 Thu Aug 3 15:53:03 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3780 From SAITOH Masanobu:
3781 * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
3783 2000-08-03 David Billinghurst <David.Billinghurst@riotinto.com.au>
3785 * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
3786 is not supported by tradcpp and isn't actually needed for cygwin.
3788 2000-08-03 Kazu Hirata <kazu@hxi.com>
3790 * h8300.c: Fix a comment typo.
3791 * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
3793 * jump.c: Fix formatting.
3795 * toplev.c: Fix formatting.
3797 Thu Aug 3 01:05:32 2000 Jeffrey A Law (law@cygnus.com)
3799 * flow.c (find_auto_inc): Verify that we've got a REG before
3800 peeking at its regno. Fail, don't abort if we can't find
3801 the increment of the desired register.
3803 * pa.md (shadd height reduction patterns/splitters): Remove.
3805 2000-08-02 Jim Wilson <wilson@cygnus.com>
3807 * config/ia64/ia64-protos.h (flag_ssa): Declare.
3808 * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
3810 2000-08-02 Mark Mitchell <mark@codesourcery.com>
3812 * dce.c: Remove all uses of assert.
3813 * dwarf2out.c: Likewise.
3814 * dwarfout.c: Likewise.
3817 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
3819 * gcc.h (lang_specific_driver): Constify second argument.
3820 * gcc.c (translate_options, process_command, main): Likewise.
3821 Constify variables to match. Cast second argument to
3824 * cppspec.c, gccspec.c: Adjust type of second argument to
3825 lang_specific_driver, and update code as necessary.
3827 2000-08-02 Jakub Jelinek <jakub@redhat.com>
3829 * loop.c (scan_loop): Ensure update_end label does not
3830 go away until reg_scan_update is run.
3832 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
3834 * c-common.h: Prototype min_precision and c_build_qualified_type here...
3835 * c-tree.h: ... not here.
3836 * errors.h: Prototype fancy_abort.
3838 * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
3839 HOST_BITS_PER_WIDE_INT == 64 ifdef block.
3840 * regrename.c (regrename_optimize): Make control flow explicit.
3841 (replace_reg_in_block): Initialize reg_use to 0.
3843 * i386.c (legitimate_address_p): Rename error label to
3844 report_error to avoid namespace clash.
3846 2000-08-02 Kazu Hirata <kazu@hxi.com>
3848 * fold-const.c: Fix formatting.
3850 Wed Aug 2 16:26:15 MET DST 2000 Jan Hubicka <jh@suse.cz>
3852 * i386.c (legitimate_address_p): Accept other bases than
3853 pic_offset_table_rtx for GOTOFF constructs.
3855 Wed Aug 2 15:59:34 MET DST 2000 Jan Hubicka <jh@suse.cz>
3857 * i386.md (shift to lea splitter): Use const_int_operand.
3859 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
3861 * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
3862 cppspec.c: Do not use 'legal' or 'illegal' in error messages
3865 * cppmain.c (cb_define, cb_undef): Don't generate any output
3866 if not done_initializing.
3867 * cpplex.c (maybe_paste_with_next): When the token after a ##
3868 is an omitted rest argument, only delete the token before it
3869 if that token is a comma. Do not warn about bogus token
3870 pastes for , ## rest_arg.
3873 * cpp.1: Regenerate.
3875 2000-08-02 Fred Fish <fnf@be.com>
3877 * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
3878 when user gives -p option. Add init_term_dyn.o for BeOS 5.0
3881 * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
3882 Be directories to search path.
3884 Remove support for __declspec(dllimport) and __declspec(dllexport).
3885 This is leftover cruft from the earlier BeOS gcc port when BeOS
3886 used Microsoft's PE object file format.
3887 * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
3888 * config/i386/t-beos (winnt.o): Remove Makefile frag.
3889 * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
3890 (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
3891 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
3892 (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
3893 (REDO_SECTION_INFO_P): Remove.
3894 (ASM_EXPORT_DECL): Remove.
3895 (ASM_DECLARE_FUNCTION_NAME): Remove.
3896 (ASM_DECLARE_OBJECT_NAME): Remove.
3897 (ASM_OUTPUT_ALIGNED_COMMON): Remove.
3898 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
3899 (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
3900 (STRIP_NAME_ENCODING): Remove.
3902 Remove support for obsolete version of BeOS that is no longer
3904 * configure.in (i*86-*-beospe*): Remove.
3905 * config/i386/beos-pe.h: Remove.
3907 2000-08-01 Jeffrey Oldham <oldham@codesourcery.com>
3908 Mark Mitchell <mark@codesourcery.com>
3910 * Makefile.in (OBJS): Added dce.o.
3911 (ssa.o): Updated target to include ssa.h.
3913 (toplev.o): Likewise.
3914 (dce.o): Created target.
3915 * basic-block.h: Added comments.
3916 (INVALID_BLOCK): Added definition.
3917 (connect_infinite_loops_to_exit): Added declaration.
3918 Moved SSA declarations to ssa.h.
3919 * flow.c: Added inclusion of ssa.h.
3920 (struct depth_first_search_dsS, depth_first_search_ds):
3922 (compute_immediate_postdominators): Added definition.
3923 (connect_infinite_loops_to_exit): Likewise.
3924 (flow_dfs_compute_reverse_init): Likewise.
3925 (flow_dfs_compute_reverse_add_bb): Likewise.
3926 (flow_dfs_compute_reverse_execute): Likewise.
3927 (flow_dfs_compute_reverse_finish): Likewise.
3928 * rtl.h (rtx/in_struct): Added use to determine insn necessity.
3929 (LABEL_P): Added definition.
3932 (BARRIER_P): Likewise.
3933 (JUMP_TABLE_DATA_P): Likewise.
3934 (INSN_DEAD_CODE_P): Likewise.
3935 * ssa.c: Replaced inclusions with ssa.h inclusion.
3936 (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
3937 (rename_registers): Removed unnecessary variables.
3938 * ssa.h: Created by moving declarations from ssa.c and
3940 * timevar.def: Defined TV_DEAD_CODE_ELIM.
3941 * toplev.c: Added ssa.h inclusion.
3942 (dump_file_index): Added DFI_dce.
3943 (dump_file): Added "dce" entry.
3945 (f_options): Added dce entry.
3946 * invoke.texi: Document -fdce. Emphasize experimental status of
3950 2000-08-01 Zack Weinberg <zack@wolery.cumb.org>
3952 * cpperror.c (v_message): Split into _cpp_begin_message and
3953 v_message macro. All callers updated.
3954 (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
3957 * cppfiles.c (cpp_syshdr_flags): New function.
3958 (read_include_file): Don't call cpp_output_tokens. Call
3960 * cppinit.c (dump_macros_helper): Moved to cppmain.c.
3961 (cpp_reader_init): Don't initialize token_buffer. Call
3962 _cpp_init_internal_pragmas.
3963 (cpp_cleanup): Don't clear token_buffer.
3964 (cpp_start_read): Don't worry about output from -D processing.
3965 Don't call cpp_output_tokens.
3966 (cpp_finish): Don't dump macros here. Don't call
3968 * cppmacro.c (_cpp_dump_definition): Rename
3969 cpp_dump_definition. Write directly to a FILE *.
3970 (dump_funlike_macro): Delete.
3971 (dump_macro_args): New.
3973 * cpplex.c (TOKEN_LEN): Convert to inline function.
3974 (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
3975 cpp_scan_line, _cpp_dump_list): Delete.
3976 (cpp_printf, cpp_output_list): New.
3977 (output_line_command): Don't worry about entering or leaving files.
3978 (cpp_scan_buffer): Just output each token as we hit it.
3979 (process_directive): Don't call cpp_output_tokens.
3980 (_cpp_glue_header_name): Don't use token_buffer.
3981 (output_token, dump_param_spelling): Write directly to a FILE *.
3983 * cpplib.c (pass_thru_directive, dump_macro_name,
3984 pragma_dispatch, do_pragma_gcc): Delete.
3985 (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
3986 do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
3988 (do_error, do_warning, pragma_dependency): Call
3989 _cpp_begin_message, then cpp_output_list.
3990 (cpp_register_pragma, cpp_register_pragma_space,
3991 _cpp_init_internal_pragmas): New.
3992 (do_pragma): Walk the pragmas table here.
3993 (do_pragma_once, do_pragma_poison, do_pragma_system_header,
3994 do_pragma_dependency): Return void.
3995 (do_pragma_implementation): Moved to cppmain.c.
3997 * cpplib.h: Update prototypes.
3998 (struct cpp_reader): Remove printer, token_buffer,
3999 token_buffer_size, and limit. Add struct cb, and pragmas.
4000 (struct cpp_printer): Remove last_id and written.
4001 (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
4002 CPP_ADJUST_WRITTEN): Delete.
4003 * cpphash.h: Update prototypes.
4004 (ufputs): New wrapper.
4006 * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
4007 cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
4008 (main): Set up callbacks. Register #pragma implementation.
4009 Dump macros from here.
4011 2000-08-01 Geoff Keating <geoffk@cygnus.com>
4013 * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
4014 * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
4015 * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
4016 insns if they have a REG_MAYBE_DEAD note attached.
4017 * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
4018 (rs6000_emit_load_toc_table): TOC loads may go dead.
4020 2000-08-01 Jim Wilson <wilson@cygnus.com>
4022 * config/ia64/ia64.c (ia64_function_arg): Fix last change. Verify
4023 type exists before using it. Use number of words as alignment
4025 (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
4026 ia64_va_arg): Propagate ia64_function_args changes here.
4028 2000-08-01 Richard Henderson <rth@cygnus.com>
4030 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
4031 * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
4033 2000-08-01 Bernd Schmidt <bernds@cygnus.co.uk>
4035 From Joern Rennecke:
4036 * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
4037 * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
4038 unless TARGET_SH3E is set.
4039 * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
4041 * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
4042 (ashlsi3_std): New pattern.
4043 (ashlsi3 expander): Use it for TARGET_SH3.
4044 * sh.c (gen_ashift): Use it instead of ashlsi3_k.
4046 Tue Aug 1 12:34:21 MET DST 2000 Jan Hubicka <jh@suse.cz>
4048 * loop.c (canonicalize_condition): Use destination, not source to
4049 determine SET's mode.
4051 2000-07-31 Mark Mitchell <mark@codesourcery.com>
4053 * flow.c (clear_log_links): Fix typo.
4055 Mon Jul 31 22:19:24 2000 Jeffrey A Law (law@cygnus.com)
4057 * loop.c (check_dbra_loop): Make change from July 17, 2000 work
4058 on targets which need more than one insn for a compare/cbranch
4061 2000-07-31 Jim Wilson <wilson@cygnus.com>
4063 * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
4064 when computing offset.
4066 Mon Jul 31 20:35:50 2000 Denis Chertykov <denisc@overta.ru>
4068 * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
4070 2000-07-31 Geoff Keating <geoffk@cygnus.com>
4072 * flow.c (clear_log_links): Nuke global_live_at_start and
4073 global_live_at_end data, since if the log_links stuff is invalid
4074 so is global_live_at_*.
4076 2000-07-31 Richard Henderson <rth@cygnus.com>
4078 * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
4080 2000-07-31 Jakub Jelinek <jakub@redhat.com>
4082 * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
4083 (_cpp_get_token): Don't macro expand a just pasted token if it
4084 was pasted at no_expand_level.
4086 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
4088 * cppmacro.c (find_param, count_params, save_expansion):
4089 Permit 'defined' as a macro parameter name.
4091 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
4093 * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
4094 xcpp to cpp throughout.
4095 (native): Remove unnecessary dependency on cpp.
4097 * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
4098 tradcpp to tradcpp0.
4099 (.i spec): Add missing output-file spec to cc1 command line.
4100 * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
4102 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
4104 * c-decl.c (mesg_implicit_function_declaration): Init to -1.
4105 (implicit_decl_warning): New function.
4106 (implicitly_declare): Use it.
4107 * c-typeck.c (build_external_ref): Use implicit_decl_warning
4108 to complain about implicit decls of builtins.
4110 * c-lang.c (lang_init): Set mesg_implicit_function_declaration
4111 based on pedantic && flag_isoc99, if not already set.
4112 * c-tree.h: Declare mesg_implicit_function_declaration.
4113 Prototype implicit_decl_warning.
4115 2000-07-30 Jeffrey D. Oldham <oldham@codesourcery.com>
4117 * Makefile.in (ssa.o): Updated header files in dependences.
4118 * basic-block.h: Added compute_immediate_postdominators declaration.
4119 * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
4121 * flow.c (compute_immediate_dominators): Updated comment.
4122 (compute_immediate_postdominators): Added definition.
4123 * rtl.h (HARD_REGISTER_P): Added definition.
4124 * ssa.c: Include additional header files.
4125 (assert): Added definition.
4126 (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
4127 include select hard registers.
4128 (ssa_rename_to_insert): Likewise.
4129 (ssa_rename_from_initialize): Likewise.
4130 (ssa_rename_from_lookup): Likewise.
4131 (original_register): Likewise.
4132 (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
4133 include select hard reigsters.
4134 (ssa_rename_from_traverse): Likewise.
4135 (ssa_rename_from_free): Likewise.
4136 (ssa_rename_from_print): Likewise.
4137 (ssa_rename_from_print_1): Likewise.
4138 (ssa_rename_from_hash_function): Likewise.
4139 (ssa_rename_from_equal): Likewise.
4140 (ssa_rename_from_delete): Likewise.
4141 (simplify_to_immediate_dominators): Removed in favor of
4142 flow.c:compute_immediate_dominators.
4143 (find_evaluations_1): Modified to work with hard registers.
4144 (insert_phi_node): Likewise.
4145 (insert_phi_nodes): Likewise.
4146 (struct rename_set_data): Updated prev_reg comment.
4147 (create_delayed_rename): Modified to work with hard registers.
4148 (RENAME_NO_RTX): Updated comment.
4149 (apply_delayed_renames): Modified to work with hard registers.
4150 (rename_insn_1): Likewise and added handling of CLOBBER rtls.
4151 (rename_block): Updated to use revised ssa_rename_to interface.
4152 (rename_registers): Updated to use revised ssa_rename_to and
4153 ssa_rename_from interface.
4154 (convert_to_ssa): Revised to use compute_immediate_dominators and
4155 deal with hard registers.
4156 (make_regs_equivalent_over_bad_edges): Modified to work with hard
4157 registers. Added check for illegal unification of hard register.
4158 (make_equivalent_phi_alternatives_equivalent): Modified to work
4159 with hard registers.
4160 (compute_conservative_reg_partition): Likewise.
4161 (coalesce_if_unconflicting): Modified to work with hard registers
4162 and check for conflicting hard registers.
4163 (mark_phi_and_copy_regs): Revised loop to work only on pseudo
4165 (rename_equivalent_regs_in_insn): Modified to work with hard
4167 (record_canonical_element_1): Added definition.
4168 (check_hard_regs_in_partition): Added definition.
4169 (convert_from_ssa): Added data structure deallocation and check
4170 for illegal hard register unification.
4171 (conflict_hard_regs_p): Added definition.
4172 * toplev.c (rest_of_compilation): Added comment.
4174 2000-07-31 Anthony Green <green@redhat.com>
4176 * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
4178 2000-07-31 Jason McMullan <jmcmullan@linuxcare.com>
4180 * builtins.c (expand_builtin_apply): Don't defer pop during
4183 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4185 * calls.c (combine_pending_stack_adjustment_and_call): Only use
4186 preferred_unit_stack_boundary when it is > 1.
4188 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
4190 * c-common.c (init_function_format_info): Add C99 format functions
4193 * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
4194 void' or 'register void' as being the special case of 'void' alone
4195 in a parameter list.
4197 * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
4198 discarding qualifiers into a plain warning.
4200 2000-07-31 Kazu Hirata <kazu@hxi.com>
4202 * combine.c: Fix formatting.
4204 * h8300.md: Fix formatting.
4206 * local-alloc.c: Fix formatting.
4208 * h8300.c (get_shift_alg): Remove the variable alg.
4209 (emit_a_shift): Rearrange code to improve readability.
4211 * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
4213 * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
4214 HImode on all architectures and a combination of HImode and SImode
4215 on H8/300H and H8/S.
4217 * h8300.c (split_adds_subs): Rearrange code for conciseness.
4219 Mon Jul 31 12:27:55 MET DST 2000 Jan Hubicka <jh@suse.cz>
4221 * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
4224 Mon Jul 31 10:41:01 MET DST 2000 Jan Hubicka <jh@suse.cz>
4226 * recog.c (extract_insn): Set operand_mode according to
4227 operand if match_operand is VOIDmode.
4229 Mon Jul 31 10:36:38 MET DST 2000 Jan Hubicka <jh@suse.cz>
4231 * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
4233 2000-07-31 Geoff Keating <geoffk@cygnus.com>
4235 * c-parse.in (extdefs): Call ggc_collect between external
4238 2000-07-30 Michael Hayes <mhayes@cygnus.com>
4239 Richard Henderson <rth@cygnus.com>
4241 * Makefile.in (OBJS): Add doloop.o.
4242 * doloop.c: New file.
4244 * final.c (insn_current_reference_address): Return 0 before final.
4245 * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
4246 * jump.c (any_uncondjump_p): Likewise.
4247 * loop.c (indirect_jump_in_function): Make static.
4248 (strength_reduce): Call doloop_optimize.
4249 (insert_bct, instrument_loop_bct): Remove.
4250 * loop.h (doloop_optimize): Prototype.
4251 * recog.c (split_all_insns): Split all INSN_P.
4252 * toplev.c (flag_branch_on_count_reg): Default on.
4254 * config/c4x/c4x.c (c4x_optimization_options): Don't set
4255 flag_branch_on_count_reg.
4256 * config/i386/i386.c (override_options): Likewise.
4257 * config/rs6000/rs6000.c (optimization_options): Likewise.
4259 * config/i386/i386.md (decrement_and_branch_on_count): Remove.
4261 (dbra_ge): Remove, as well as all it's splitters.
4263 * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
4266 * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
4267 (ia64_register_move_cost): Declare.
4268 * config/ia64/ia64.c (ar_lc_reg_operand): New.
4269 (struct ia64_frame_info): Add ar_size.
4270 (ia64_compute_frame_size): Set it.
4271 (save_restore_insns): Save and restore ar.lc.
4272 (ia64_register_move_cost): New, moved from header file. Handle
4273 application registers.
4274 (REG_AR_PFS, REG_AR_EC): Remove. Replace with AR_*_REGNUM numbers.
4275 (emit_insn_group_barriers): Special case doloop_end_internal.
4276 (ia64_epilogue_uses): Mark ar.lc live at end.
4277 * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
4278 (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
4279 (FIRST_PSEUDO_REGISTER): Make room.
4280 (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
4281 (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
4282 (REG_ALLOC_ORDER): Update.
4283 (HARD_REGNO_MODE_OK): Update.
4284 (REGISTER_NAMES): Update.
4285 (enum reg_class): Add AR_M_REGS and AR_I_REGS.
4286 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
4287 (REGNO_REG_CLASS): Update.
4288 (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
4289 (REGISTER_MOVE_COST): Move out of line.
4290 (PREDICATE_CODES): Update.
4291 * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
4292 (addsi3_plus1_alt, adddi3_plus1_alt): New.
4293 (shladd_elim splitter): Allow constants in the predicate.
4294 (doloop_end, doloop_end_internal): New.
4296 2000-07-30 Richard Henderson <rth@cygnus.com>
4298 * genattrtab.c (struct insn_def): Add lineno member.
4299 (struct insn_ent): Likewise.
4300 (struct attr_desc): Likewise.
4301 (struct delay_desc): Likewise.
4302 (struct function_unit_op): Likewise.
4303 (struct function_unit): Likewise.
4304 (check_attr_value): Use message_with_line.
4305 (check_defs): Likewise.
4306 (expand_units): Likewise.
4307 (check_attr_test): Take a lineno argument.
4308 (gen_attr): Likewise.
4309 (gen_insn): Likewise.
4310 (gen_delay): Likewise.
4311 (gen_unit): Likewise.
4312 (main): Give it to them.
4313 (convert_set_attr_alternative): Take an insn_def argument
4314 instead of num_alt and insn_index.
4315 (convert_set_attr): Likewise.
4316 (write_test_expr): Protect INSN_ADDRESSES load
4317 with INSN_ADDRESSES_SET_P.
4319 2000-07-30 Richard Henderson <rth@cygnus.com>
4321 * flow.c (init_propagate_block_info): Use pc_set.
4323 Sun Jul 30 20:58:34 MET DST 2000 Jan Hubicka <jh@suse.cz>
4325 * i386.md (*lea_general_[123]) New insns and splits.
4326 (addsi3 to lea splitter): Handle other modes too.
4327 (shlsi3 to lea splitter): Likewise.
4328 (addhi_1_lea, shlhi_1_lea): New patterns.
4329 (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
4331 Sun Jul 30 20:51:25 MET DST 2000 Jan Hubicka <jh@suse.cz>
4333 * recog.c (general_operand, nonimmediate_operand): Accept
4334 any mode for VOIDmode CONSTANT_P operands.
4336 Sun Jul 30 20:42:21 MET DST 2000 Jan Hubicka <jh@suse.cz>
4338 * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
4339 instead of replace_rtx.
4340 * recog.c (validate_replace_rtx_subexp): New function.
4341 * recog.h (validate_replace_rtx_subexp): Declare.
4343 Sun Jul 30 20:38:26 MET DST 2000 Jan Hubicka <jh@suse.cz>
4345 * combine.c (simplify_set, make_extraction, make_compound_operation
4346 make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
4347 as force_to_mode argument.
4349 Sun Jul 30 20:30:41 MET DST 2000 Jan Hubicka <jh@suse.cz>
4351 * combine.c (if_then_else_cond): Be sure that mode fits in
4354 Sun Jul 30 20:27:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
4356 * combine.c (record_promoted_value): Allow bitsize of mode
4357 to be equivalent to HOST_BITS_PER_WISE_INT.
4359 Sun Jul 30 20:25:21 MET DST 2000 Jan Hubicka <jh@suse.cz>
4361 * function.c (assign_stack_local_1, assign_stack_temp_for_type):
4362 Do not call gen_mode_alignment when mode is BLKmode.
4364 Sun Jul 30 20:21:54 MET DST 2000 Jan Hubicka <jh@suse.cz>
4366 * loop.c (express_from_1): Fix call of simplify_gen_binary.
4368 Sun Jul 30 20:08:37 MET DST 2000 Jan Hubicka <jh@suse.cz>
4370 * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
4371 VOIDmode implies both operands to be VOIDmode.
4372 (simplify_ternary_operation): Compute properly the mode of comparison.
4373 * combine.c (combine_simplify_rtx): Likewise.
4375 2000-07-25 Michael Hayes <mph@paradise.net.nz>
4377 * basic-block.h (struct loops): New field rc_order.
4378 * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
4379 (flow_loops_free): Free rc_order.
4380 (flow_depth_first_order_compute): New parameter rc_order.
4381 (flow_loops_find): Allocate rc_order and swap usage with
4384 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4385 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4387 * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
4388 (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
4389 (nodb_call, return_from_epilogue): Likewise.
4390 (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
4391 * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
4392 * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
4393 (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
4394 (c4x_valid_type_attribute_p): Likewise.
4395 * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
4396 (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
4398 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4400 * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
4401 and loadhi_big_constant if applicable.
4402 * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
4403 and add new splitter.s
4405 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4407 * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
4409 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4411 * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
4413 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4415 * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
4417 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4419 * config/c4x/libgcc.S (divqf3): Improve accuracy.
4421 2000-07-27 Mark Mitchell <mark@codesourcery.com>
4423 Put phi nodes after NOTE_INSN_BASIC_BLOCK.
4424 * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
4425 * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
4426 (get_prev_bb_note): Likewise.
4427 (remove_scope_notes): Likewise.
4428 * flow.c (commit_one_edge_insertion): Likewise.
4429 (merge_blocks_nomove): Likewise.
4430 (verify_flow_info): Likewise.
4431 * gcse.c (insert_insn_end_bb): Likewise.
4432 * reg-stack.c (emit_swap_insn): Likewise.
4433 * ssa.c (first_insn_after_basic_block_note): New function.
4434 (insert_phi_node): Use it.
4435 (rename_block): Likewise.
4436 (eliminate_phi): Likewise.
4437 (make_regs_equivalent_over_bad_edges): Likewise.
4438 (make_equivalent_phi_alternatives_equivalent): Likewise.
4439 (for_each_successor_phi): Likewise.
4440 (convert_from_ssa): Modify phi-node deletion algorithm.
4442 2000-07-29 Andreas Jaeger <aj@suse.de>
4444 * configure.in (mips*-*-linux*): Use mips*el to check for little
4445 endian MIPS, add tmake_file.
4447 * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
4448 (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
4449 Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
4451 2000-07-28 Richard Henderson <rth@cygnus.com>
4453 * config/ia64/ia64.c (ia64_print_operand): Fix typos.
4454 Sign extend mode size before negating.
4456 2000-07-28 Richard Henderson <rth@cygnus.com>
4458 * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
4460 2000-07-28 Bernd Schmidt <bernds@cygnus.co.uk>
4462 * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
4463 (cse_insn): Likewise.
4464 (addr_affects_sp_p): Likewise.
4465 * expr.c (move_by_pieces): Likewise.
4466 (clear_by_pieces): Likewise.
4467 * gcse.c (oprs_unchanged_p): Likewise.
4468 * haifa-sched.c (sched_analyze_2): Likewise.
4469 * recog.c (offsettable_address_p): Likewise.
4470 * regclass.c (record_address_regs): Likewise.
4471 * reload.c (find_reusable_reload): Likewise.
4472 (push_reload): Likewise.
4473 (operands_match_p): Likewise.
4474 (decompose): Likewise.
4475 (find_reloads_address_1): Likewise.
4476 (find_inc_amount): Likewise.
4477 * reload1.c (elimination_effects): Likewise.
4478 * resource.c (mark_set_resources): Likewise.
4479 * flow.c (attempt_auto_inc): New function; mostly broken out
4481 (find_auto_inc): Split into two functions and enhanced to
4482 generate POST_MODIFY.
4483 * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
4484 * rtl.h (count_all_occurrences): Declare.
4485 (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
4487 * rtlanal.c (count_all_occurrences): New function.
4488 * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
4489 HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
4491 * config/ia64/ia64-protos.h (destination_operand): Declare.
4492 * config/ia64/ia64.c (destination_operand): New function.
4493 (ia64_print_operand): Handle POST_MODIFY.
4494 (rtx_needs_barrier): Likewise.
4495 * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
4496 (HAVE_POST_MODIFY_REG): Define to 1.
4497 (MAX_REGS_PER_ADDRESS): Change to 2.
4498 (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
4499 (LEGITIMATE_ADDRESS_REG): New helper macro.
4500 (LEGITIMATE_ADDRESS_DISP): Likewise.
4501 (PREDICATE_CODES): Add entry for destination_operand.
4502 * config/ia64/ia64.md (all mov patterns): Use destination_operand
4503 predicate for operand 0.
4505 2000-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4507 * dwarf2out.c: Indent #error directive.
4509 * gbl-ctors.h: Fix typo in comment.
4510 (__do_global_ctors): Prototype.
4512 * gcse.c (record_one_set, pre_delete): Remove unused variables.
4514 * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
4515 (print_operand): Initialize variable `t'.
4517 2000-07-27 Aldy Hernandez <aldyh@redhat.com>
4519 * config/arm/arm.md ("call_value"): removed constraints.
4520 Constraints are ignored in expanders.
4521 (*call_value_reg): split =rf into various constraints.
4522 (*call_value_mem): same
4523 (*call_value_symbol): same
4524 (*sibcall_value_insn): same
4526 2000-07-28 Philipp Thomas <pthomas@suse.de>
4528 * install.texi (--enable-nls): Change the description of the NLS
4529 related configure options to match the current state.
4530 (--with-included-gettext): Likewise.
4531 (--enable-maintainer-mode): New description added.
4532 * extend.texi (-fstrict-prototype): Add missing '.'.
4534 2000-07-27 Jim Wilson <wilson@cygnus.com>
4536 * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
4537 DECL_INITIAL (decl) == NULL_TREE.
4539 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
4541 * Makefile.in (INSN_ATTR_H): New macro. Replace all dependencies
4542 on insn-attr.h with it.
4543 * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
4544 * insn-addr.h: New header.
4545 (insn_addresses_): Renamed from insn_addresses.
4546 (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
4547 INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
4548 INSN_ADDRESSES_NEW): New macros.
4549 * genattrtab.c (write_test_expr): Use new macros.
4550 * final.c (insn_addresses, init_insn_lengths): Likewise.
4551 (align_fuzz, shorten_branches): Likewise.
4552 (final): Likewise. Do not reject new insns if their addresses
4553 have been added to INSN_ADDRESSES.
4554 * config/arm/arm.c, config/avr/avr.c: Use new macros.
4555 * config/h8300/h8300.c, config/i370/i370.c: Likewise.
4556 * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
4557 * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
4558 * config/sh/sh.c: Likewise.
4559 (output_branchy_insn): Use INSN_ADDRESSES_NEW.
4561 * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
4563 2000-07-27 Andrew Cagney <cagney@b1.cygnus.com>
4565 * gcc.c (struct prefix_list): Add member priority.
4566 (enum path_prefix_priority): Declare.
4567 (add_prefix): Replace ``first'' with ``priority''. Append new
4568 entry but keep list in priority order.
4569 (process_command): Update. Pass PREFIX_PRIORITY_B_OPT or
4570 PREFIX_PRIORITY_LAST to add_prefix.
4571 (process_command): Move include kludge - foo/stageN - to before
4574 2000-07-27 Jason Merrill <jason@redhat.com>
4576 * dwarf2out.c (gen_typedef_die): Abort if we get identical
4577 TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
4579 2000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
4581 * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
4582 * tree.h (get_alias_set, lang_get_alias_set): Prototype.
4584 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
4586 * c-decl.c (finish_function): Don't treat 'main' specially unless
4587 flag_hosted. In C99 mode, return 0 from 'main' unless
4588 DEFAULT_MAIN_RETURN is otherwise defined.
4590 * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
4591 parameters defaulting to int in an old-style function definition.
4593 2000-07-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4595 * c-parse.in (string): For -Wtraditional, warn about string
4596 concatenation only once per line.
4598 Thu Jul 27 09:25:17 2000 Akiko Matsushita <matusita@sra.co.jp>
4600 * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
4601 for HI-UX/WE2 systems.
4603 2000-07-24 Bruce Korb <bkorb@gnu.org>
4605 * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
4606 defining the __xxx_TYPE__ macros.
4607 * fixincl/fixincl.tpl(gnu_type_map): now obsolete
4608 * fixincl/fixlib.h: don't need to include "tm.h" anymore
4609 * fixincl/inclhack.def(type_map): now obsolete
4611 Thu Jul 27 11:54:17 2000 Andrew Cagney <cagney@b1.cygnus.com>
4613 * cpp.texi: Append a trailing full-stop to xrefs where needed.
4615 2000-07-26 Dave Pitts <dpitts@cozx.com>
4617 * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
4619 (mvs_hash_alias): New function.
4620 (mvs_add_alias): Change argument spacing.
4621 (mvs_need_alias): Change aliasing criteria. Added documentation.
4622 (mvs_get_alias): Change to use hashed name. The hashed name prevents
4623 CSECT name collisions.
4624 (mvs_check_alias): Likewise.
4625 (handle_pragma): Change documentation.
4626 * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
4627 mode from SImode to DImode.
4628 (iorhi3): Changed LTORG size for insn.
4630 Wed Jul 26 19:44:05 2000 Hans-Peter Nilsson <hp@axis.com>
4632 * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
4633 mem if the address is a mode_dependent_address_p.
4635 2000-07-26 Kazu Hirata <kazu@hxi.com>
4637 * h8300.c (print_operand): Print ":8" when the 'R' operand is
4638 suitable for 8-bit absolute.
4639 * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
4640 (OK_FOR_U): Add a case for the 8-bit constant address on the
4643 Wed Jul 26 19:26:21 2000 Hans-Peter Nilsson <hp@axis.com>
4645 * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
4646 && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
4647 ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
4648 lack of implemented alignment.
4650 2000-07-26 Geoffrey Keating <geoffk@cygnus.com>
4652 * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
4653 cross-compiling between 64-bit and 32-bit machines.
4655 2000-07-27 Richard Henderson <rth@cygnus.com>
4657 * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
4658 (movhicc_astep, movhi_internal_astep): New.
4659 (movsicc_astep, movsi_internal_astep): New.
4660 (movdicc_astep, movdi_internal_astep): New.
4661 (movsfcc_astep, movsf_internal_astep): New.
4662 (movdfcc_astep, movdf_internal_astep): New.
4663 (movxfcc_astep, movxf_internal_astep): New.
4664 (cmovdi_internal_astep, cmovsi_internal_astep): New.
4665 Unify the cmov[ds]i splitters.
4667 2000-07-27 Rodney Brown <RodneyBrown@pmsc.com>
4669 * real.c (asctoeg): Rename `error' label to unexpected_char_error
4671 2000-07-26 Nick Clifton <nickc@cygnus.com>
4673 * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
4674 __arm__. Allow it to be defined by CPP_ISA_SPEC in arm.h
4676 * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
4677 well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
4679 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
4681 * c-decl.c (finish_enum): Convert enumerations that fit in an
4683 (build_enumerator): In pedantic mode, cast to `int' those that
4686 2000-07-25 Rodney Brown <RodneyBrown@pmsc.com>
4688 * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
4690 Tue Jul 25 23:08:33 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4692 * sh.md (cmpgtdi_t): Must be split.
4693 (cmpgtdi_t+1): New splitter.
4695 2000-07-25 Zack Weinberg <zack@wolery.cumb.org>
4697 * cpplib.c (_cpp_check_directive): Issue -Wtraditional
4698 warnings for indented directives even if we are skipping.
4700 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
4702 * invoke.texi (strict-prototypes): Remove.
4703 * extend.texi (Deprecated Features): Add strict-prototypes.
4704 (Backwards Compatibility): New node.
4706 2000-07-25 Jakub Jelinek <jakub@redhat.com>
4708 * config/i386/i386.md (andsi_1+1): Allow HImode.
4709 (andsi_1+2): Require q_regs_operand.
4711 2000-07-25 Jakub Jelinek <jakub@redhat.com>
4713 * config/i386/i386.md (call_pop): Check operands[0],
4714 not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
4716 (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
4717 (call_value): Likewise.
4719 2000-07-25 Zack Weinberg <zack@wolery.cumb.org>
4721 * toplev.c (pipe_closed): Delete.
4722 (crash_signal): New. Generate ICE for a fatal signal.
4723 (float_signal): Call crash_signal outside a float-handler
4725 (main): Install crash_signal as handler for core-dumping signals.
4727 2000-07-25 David Edelsohn <edelsohn@gnu.org>
4729 * rs6000.c (print_operand, case 'T'): New case.
4731 * rs6000.md (call_indirect_aix32): Convert to expander of
4732 scheduled instructions.
4733 (call_indirect_aix64): Likewise.
4734 (call_value_indirect_aix{32,64}): Likewise.
4735 (call, call_value): Invoke expanders for AIX. Fall through to
4737 (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
4738 (call_value_indirect_nonlocal_aix{32,64}): New patterns.
4739 (call_nonlocal_aix32): Remove CALL_LONG alternative. Operand 1
4740 only "g" constraint.
4741 (call_nonlocal_aix64): Likewise.
4742 (call_value_nonlocal_aix{32,64}): Likewise.
4743 (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
4745 (call_value_nonlocal_sysv): New pattern.
4746 (indirect_jump{si,di}): Use new 'T' modifier.
4747 (tablejump{si,di} matchers): Likewise.
4748 (return_internal_{si,di}): Likewise.
4749 (return_eh_{si,di}): Likewise.
4751 2000-07-24 Richard Henderson <rth@cygnus.com>
4753 * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
4754 * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
4755 * config/ia64/ia64.md (movdi_internal): Use it.
4757 2000-07-24 Zack Weinberg <zack@wolery.cumb.org>
4759 * cppexp.c: Warn about unary + if -Wtraditional.
4760 * cpplex.c (lex_line): Always set BOL on the first token of a line.
4762 2000-07-24 Michael Meissner <meissner@redhat.com>
4764 * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
4767 2000-07-24 Nick Clifton <nickc@cygnus.com>
4769 * config/arm/arm.c (emit_multi_reg_push): Generate a
4770 REG_FRAME_RELEATED_NOTE that is compatable with the code in
4771 dwarf2out_debug_frame_expr.
4773 2000-07-24 Jason Merrill <jason@redhat.com>
4775 * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
4776 UNALIGNED_INT_ASM_OP.
4777 (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
4778 a location expression.
4779 (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff. Don't
4780 assume indirect access if we're saving the CFA address exactly.
4782 * Makefile.in (bootstrap): Move -BstageN/ to the end.
4784 2000-07-24 Jakub Jelinek <jakub@redhat.com>
4786 * tradcpp.c (main): Update max_include_len for cpp_include_defaults
4789 2000-07-24 Michael Meissner <meissner@redhat.com>
4791 * invoke.texi (D30V Options): Add d30v options.
4793 Mon Jul 24 02:04:52 2000 Jeffrey A Law (law@cygnus.com)
4795 * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
4796 needed by our gcse pass anymore.
4797 (free_pre_mem): Corresponding changes.
4798 (compute_pre_data): Do not call compute_transpout anymore.
4800 * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
4801 (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
4804 * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
4805 (compute_pre_data): Do it here instead.
4807 * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
4809 (pre_delete): Corresponding changes.
4811 2000-07-23 Mark Mitchell <mark@codesourcery.com>
4813 * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
4814 to figure out whether or not a variable has already been emitted.
4816 Sun Jul 23 14:49:12 2000 Jason Eckhardt <jle@cygnus.com>
4818 * config/i860/i860.md (untyped_call expander): Use GEN_CALL
4819 instead of gen_call.
4821 Sun Jul 23 11:52:03 2000 George Helffrich (george@gly.bris.ac.uk)
4823 * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
4825 2000-07-23 Kazu Hirata <kazu@hxi.com>
4827 * h8300.c: Fix formatting.
4829 2000-07-23 Joseph S. Myers <jsm28@cam.ac.uk>
4831 * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
4832 for `long' switch expression into a plain warning.
4834 * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
4835 (yylex): Don't pedwarn for "inline" in C99 mode.
4837 * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
4839 * ggc-page.c (debug_print_page_list, alloc_page, free_page,
4840 ggc_alloc): Likewise.
4841 * bb-reorder.c (dump_scope_forest_1): Likewise.
4843 2000-07-22 Aldy Hernandez <aldyh@redhat.com>
4845 * reload.c (find_reloads_toplev): Add new parameter
4847 (find_reloads): Add new parameter to find_reloads_toplev calls.
4849 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
4851 * collect2.c (main): Typo fixed.
4852 * diagnostic.c: Typo fixed.
4853 * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
4854 * eh-common.h: Typo fixed.
4855 * emit-rtl.c (start_sequence): Typo fixed.
4856 * flow.c (find_label_refs): Typo fixed.
4857 (calculate_global_regs_live): Typo fixed.
4858 (mark_regno_cond_dead): Typo fixed.
4859 (create_edge_list): Typos fixed.
4860 (verify_edge_list): Typo fixed.
4861 * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
4862 * loop.c (strength_reduce): Typo in function name fixed.
4863 * rtl.h: Added comments. Typo in function name fixed.
4864 * rtlanal.c: Typo in function name fixed.
4865 (insn_dependant_p): Rename to ...
4866 (insn_dependent_p): ... this.
4867 (computed_jumo_p): Typo fixed.
4869 2000-07-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4871 * system.h (__FUNCTION__): Wrap definition in #ifndef.
4873 2000-07-21 David Edelsohn <edelsohn@gnu.org>
4875 * rs6000.h (SIZE_TYPE): Define.
4877 2000-07-21 Mark Mitchell <mark@codesourcery.com>
4879 * ssa.c (rename_insn_1): Don't rename registers that are
4882 2000-07-21 Zack Weinberg <zack@wolery.cumb.org>
4884 * diagnostic.c (trim_filename, fancy_abort): Moved here from
4886 (fatal_function, set_fatal_function): Removed.
4887 (fatal): Don't prepare for or call the fatal_function.
4888 (diagnostic_lock, error_recursion): New.
4889 (diagnostic_for_decl, report_diagnostic): Guard against
4890 re-entering the error reporting routines.
4891 (fancy_abort): Assume function is not NULL.
4893 * errors.c (fancy_abort): New. Assume function is not NULL.
4894 * tradcpp.c (fancy_abort): Assume function is not NULL.
4896 * system.h: Provide default definition of __FUNCTION__.
4897 * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
4898 Always use __FUNCTION__ in definition of abort.
4900 * varray.h: Likewise.
4901 * toplev.h: Likewise. Don't prototype set_fatal_function.
4903 2000-07-20 Geoff Keating <geoffk@cygnus.com>
4905 * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
4907 * glimits.h: Don't do #if defined for ARCH_PPC.
4909 * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
4910 constants of size no larger than a pointer should go in the TOC.
4911 Add 'MODE' parameter.
4912 (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
4913 ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
4914 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
4915 * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
4916 * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
4917 * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
4918 (rs6000_legitimize_address): Likewise.
4919 (rs6000_emit_move): Likewise.
4920 (rs6000_select_rtx_section): Likewise.
4921 (output_toc): Deal properly with outputting small constants like
4922 HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
4923 * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
4924 MODE parameter. Put small constants in the TOC.
4926 * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
4928 (rs6000_emit_move): When reload calls us with an illegitimate
4929 address, exit early. Move the change_address calls to one place
4930 at the end of the routine. Merge the SImode and DImode expanders.
4931 When called by reload to put an integer into a FP register, force
4934 * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
4936 (rs6000_hash_constant): Hash mode too.
4937 (toc_hash_function): Allow for key_mode.
4938 (toc_hash_eq): Structures are different if key_mode differs.
4939 (output_toc): Add 'mode' parameter. Save key_mode.
4940 * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
4941 Pass 'mode' parameter.
4942 * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
4944 * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
4945 for vtable references.
4947 * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
4948 choice, don't put integer values in FP regs.
4950 Thu Jul 20 18:13:52 2000 Jeffrey A Law (law@cygnus.com)
4952 * flow.c (verify_flow_info): Revamp code to verify that the
4953 head and end of each basic block are in the insn chain.
4955 Thu Jul 20 18:02:35 2000 Michael Matz <matzmich@cs.tu-berlin.de>
4957 * gcse.c (record_one_set): Prepend instead of append onto
4958 reg_set_table, making it O(n) instead O(n^2).
4959 * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
4960 Use a queue instead of a stack as worklist.
4962 2000-07-20 Kazu Hirata <kazu@hxi.com>
4964 * h8300.c (two_insn_adds_subs_operand): Fix a typo.
4965 * h8300.h (OK_FOR_T): New.
4966 (EXTRA_CONSTRAINT): Support OK_FOR_T.
4967 * h8300.md: Use inc/dec.[wl] for increment/decrement
4968 by 1 and 2 in HI and SI modes.
4970 2000-07-20 Jim Wilson <wilson@cygnus.com>
4972 * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
4973 larger than 14 bits.
4975 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
4977 * cppmacro.c (CAN_PASTE_AFTER): New macro.
4978 (count_params): Don't set GNU_REST_ARGS on anything.
4979 (save_expansion): Set PASTE_LEFT only on tokens for which
4980 CAN_PASTE_AFTER is true, or which are named operators.
4982 * cpplex.c (parse_args): Distinguish between a rest argument
4983 given one empty argument, and a rest argument given zero arguments.
4984 (maybe_paste_with_next): Look for VOID_REST tag, and trigger
4985 deletion of previous token based on that.
4986 (get_raw_token): Flatten some control structure.
4988 * cpplib.h (CPP_LAST_EQ): Correct.
4989 (VOID_REST): New token flag.
4990 (GNU_REST_ARGS): Delete.
4992 * tradcpp.c (main): Don't munge -D options.
4993 (make_definition): Bring -D handling in line with cpplib.
4994 (do_define): Strip all leading whitespace from macro definitions.
4996 2000-07-20 David Billinghurst <David.Billinghurst@riotinto.com.au>
4998 * Makefile.in (tradcpp): Depend on intl.o and version.o.
5000 2000-07-20 Bruce Korb <bkorb@gnu.org>
5002 * fixincl/check.tpl: strip the platform specific types before testing
5003 * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
5004 * fixincl/fixincl.tpl: use platform specific types
5005 * fixincl/fixlib.h: include the platform specific types
5006 * fixincl/inclhack.def(gnu_types): don't supply the types
5007 * fixincl/fixincl.x: regen
5009 2000-07-19 Jim Wilson <wilson@cygnus.com>
5011 * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
5014 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
5016 * tradcpp.c (rescan): Do not recognize directives when the #
5019 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
5021 Implement C++ named operators.
5023 * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
5024 of operators allowed in #if and having an _EQ variant. Add
5025 CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
5026 (cpp_token flags): Add NAMED_OP.
5027 (enum node_type): Add T_OPERATOR.
5028 (struct cpp_hashnode): Add code slot to value union.
5029 * cpphash.h (spec_nodes): Remove n_defined.
5031 * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
5032 (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
5033 (is_macro_disabled): Tweak error messages.
5035 * cpplib.c (get_define_node): Disallow all named operators as
5036 macro names. Tweak error messages.
5037 (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
5039 * cppinit.c (builtin_array): Add entries for the named operators.
5040 * cppexp.c (lex): Check for CPP_DEFINED token.
5041 (priority table): Add entries for CPP_MIN and CPP_MAX.
5042 (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
5044 2000-07-19 Bernd Schmidt <bernds@cygnus.co.uk>
5046 * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
5047 larger than the array of cuids.
5048 (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
5051 2000-07-19 Bruce Korb <bkorb@gnu.org>
5053 * fixinc/fixincl.c: Convert to using a table of environment variables
5054 and activate the auto-edit marker on the fixed output files.
5055 * fixinc/fixlib.h: Define the environment table
5056 * fixinc/fixincl.sh: export the ${INPUT} dir
5057 * fixinc/check.tpl: likewise
5059 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
5061 * gcc.c (.h spec): Fix typo.
5063 Wed Jul 19 01:22:15 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
5065 * Makefile.in: Fix tradcif.c path.
5067 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
5069 * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
5072 * cpphash.h (TOKEN_NAME): New macro.
5073 (_cpp_spell_operator): Deleted.
5074 (token_spellings): Now _cpp_token_spellings.
5076 * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
5077 * cpplex.c: Use OP and TK macros when expanding the
5078 TTYPE_TABLE. Eliminate token_names. For non-OPERATOR tokens,
5079 store the stringification of the enumeration name (CPP_CHAR,
5080 etc.) in the name slot of token_spellings.
5081 Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
5082 token_spellings directly.
5083 * cpplib.c: Use TOKEN_SPELL.
5085 * cpplex.c (_cpp_push_token): If the token being pushed back
5086 is the previous token in this context, just subtract one from
5088 * cppmacro.c (save_expansion): Clear aux field when storing a
5091 2000-07-18 Jakub Jelinek <jakub@redhat.com>
5093 * cpplex.c (cpp_scan_buffer): Output line command even at the stop
5094 buffer, provided it is not NULL.
5096 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
5098 * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
5099 case of invalid volatile re-declaration.
5101 2000-07-18 Jakub Jelinek <jakub@redhat.com>
5103 * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
5104 (expand_call): Adjust caller.
5106 2000-07-17 Gabriel Dos Reis <gdr@codesourcery.com>
5108 * diagnostic.h (report_diagnostic): Change prototype.
5110 * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
5111 diagnostic_for_decl): Change prototype.
5112 (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
5113 error, warning, error_with_file_and_line,
5114 warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
5115 Adjust call to report_diagnostic, diagnostic_for_decl.
5116 (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
5117 (output_verbatim, verbatim): Adjust call to output_do_verbatim.
5119 * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
5120 varaible argument list.
5122 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
5124 * cpphash.c: Don't include hashtab.h. Most macro-handling code
5125 moved to cppmacro.c.
5126 (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
5127 dump_hash_helper): Delete.
5128 (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
5129 cpp_forall_identifiers): New. Implement specialized version of
5130 Vlad's expandable hash table.
5131 (cpp_lookup): Use new functions.
5132 (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
5134 * cppmacro.c: New file.
5135 * cppinit.c (dump_macros_helper): New.
5136 (cpp_finish): Iterate over the identifier table directly.
5137 * cpplex.c (parse_name): Calculate the hash of the identifier
5138 while we scan it. Use _cpp_lookup_with_hash when we can.
5140 * cpphash.h: Update prototypes.
5141 (xcnewvec, HASHSTEP): New helper macros.
5142 * cpplib.h: Update prototypes.
5143 * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
5144 (cppmacro.o): New rule.
5145 (cpphash.o): Update deps.
5147 * cppmain.c: Do not set pfile->printer if no_output is on.
5149 2000-07-15 Neil Booth <neilb@earthling.net>
5151 * cpplib.c: Change all directive-handler functions to return
5153 * cpphash.h: Update typedefs.
5155 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
5157 * configure: Regenerate.
5159 * extend.texi (Extended Asm): Mention that a memory clobber
5160 does not count as a side-effect.
5162 * unroll.c (copy_loop_body): Fix one instance of using host
5163 arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
5166 * tlink.c (scan_linker_output): Tweak for output of AIX ld.
5168 2000-07-17 Richard Henderson <rth@cygnus.com>
5170 * config/ia64/ia64.md (movdi): Split out load address code.
5171 New post-reload splitter for symbolic operands.
5172 (movdi_internal): Abort if we didn't split symbolic operands
5173 when we should have.
5174 * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
5175 (ia64_reorg): Split insns when not optimizing.
5176 * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
5178 Mon Jul 17 23:43:26 MET DST 2000 Jan Hubicka <jh@suse.cz>
5180 * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
5181 instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
5183 2000-07-17 Chandrakala Chavva <cchavva@cygnus.com>
5185 * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
5187 2000-07-17 Jason Merrill <jason@redhat.com>
5189 * Makefile.in (clean): Remove libgcc directory.
5191 * configure.in (-Wno-long-long check): Use higher-level macros.
5193 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
5195 * simplify-rtx.c (simplify_binary_operation): Recognize
5196 (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
5197 (simplify_ternary_operation): Do not examine MODE_BITSIZE of
5198 a CONST_INT, it will always be zero.
5200 2000-07-17 Chandrakala Chavva <cchavva@cygnus.com>
5202 * loop.c (check_dbra_loop) : Return if more than one condition is
5203 present to control the loop.
5205 Mon Jul 17 08:26:35 2000 Clinton Popetz <cpopetz@cygnus.com>
5207 * mips.c (mips_expand_prologue): Don't calculate the last argument
5208 register unless we need it. When we are calculating this, make
5209 sure FUNCTION_ARG is giving us a REG.
5211 2000-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5213 * flow.c (libcall_dead_p): Use single_set to verify the insn
5214 has only one set and get for analysis.
5215 (propagate_one_insn): Don't pass the PATTERN of the insn.
5217 2000-07-17 Mark Klein <mklein@dis.com>
5219 * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
5221 2000-07-17 J. David Anglin <dave@hiauly1.hia.nrc.ca>
5223 * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
5224 * configure.in (TARGET_GETGROUPS_T): Evaluate.
5225 * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
5226 of second argument of getgroups.
5227 * configure, config.in: Rebuilt.
5229 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
5231 * simplify-rtx.c (simplify_relational_operation): Two signed
5232 values with equal high words are less/greater than each other if
5233 their low words are less/greater when considered as unsigned.
5235 Mon Jul 17 02:37:06 2000 Marc Espie <espie@openbsd.org>
5237 * configure.in (vax-*-openbsd): Change to new style configuration,
5238 add collect2/float_format information.
5239 * configure: Rebuilt.
5240 * config/vax/openbsd1.h: New.
5241 * config/vax/openbsd.h: New.
5242 * config/vax/t-openbsd: New.
5244 2000-07-17 Chip Salzenberg <chip@valinux.com>
5246 * c-common.c (shorten_compare): Quiet warnings about unsigned
5247 comparisons with zero when they occur in a system header.
5249 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
5251 * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
5252 update to describe current practice.
5254 * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
5256 * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
5257 references to C9X. Change references to -fstd and -flang-isoc9x
5260 * c-common.c (scan_char_table): Allow "z" length modifiers on
5262 (check_format_info): Use TYPE_DOMAIN on the type matched against
5263 for "z" formats, to retrieve the language size_t rather than the
5266 * c-common.c (check_format_info): Do not make a pedantic objection
5267 to the 'L' length modifier if used with a floating point type
5270 * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
5271 constants in C99 mode.
5273 2000-07-17 Kazu Hirata <kazu@hxi.com>
5275 * h8300.md: Fix the format of mac.
5276 (movsi_h8300hs): Output a tab after stmac instead of a space.
5278 * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
5279 profitable adds/subs sequences.
5281 * fold-const.c: Fix comment typos.
5283 2000-07-16 Laurynas Biveinis <lauras@softhome.net>
5285 * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
5287 2000-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5289 * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
5291 2000-07-16 Neil Booth <NeilB@earthling.net>
5293 * cpplex.c: Update comments.
5294 * README.Portability: Small update.
5296 2000-07-16 Neil Booth <NeilB@earthling.net>
5298 * README.Portability: Small update.
5300 2000-07-15 Richard Henderson <rth@cygnus.com>
5302 * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
5303 * config/ia64/ia64.c (ia64_move_ok): New function.
5304 * config/ia64/ia64.md (movqi, movqi_internal): Use it.
5305 (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
5307 2000-07-15 Zack Weinberg <zack@wolery.cumb.org>
5309 * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
5310 immediately following a paste operator.
5311 * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
5312 (cpp_reader_init): Call it, if HOST_EBCDIC.
5313 (cpp_handle_options): Do not sort option list here.
5314 (handle_option): Rename to cpp_handle_option and export.
5315 * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
5316 _cpp_get_token directly.
5317 (cpp_scan_line): Return 0 at EOF, 1 otherwise.
5318 * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
5319 * cpplib.h: Prototype cpp_handle_option. Update prototype of
5322 2000-07-15 Richard Henderson <rth@cygnus.com>
5324 * fold-const.c (extract_muldiv): Don't optimize past an unsigned
5325 cast around an expression. Tidy other unsigned tests.
5327 2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
5329 * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
5330 v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
5331 (v_message_with_decl): Rename to ...
5332 (format_with_decl): ... this. Tweak
5333 (diagnostic_for_decl): New function.
5334 (fatal_io_error): Use verbatim in lieu of notice.
5335 (announce_function): Use verbatim.
5336 (default_print_error_function): Likewise.
5337 (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
5340 2000-07-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5342 * mips.c (function_arg_pass_by_reference): Don't do automatic
5343 aggregate initialization.
5344 (machine_dependent_reorg): Initialize variable `mode'.
5346 * mips.md (absdi2): Change variable `regno1' to unsigned int.
5347 (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
5348 conflicts with sys/param.h macro of the same name.
5349 (reload_outdi): Likewise.
5351 2000-07-15 Michael Meissner <meissner@redhat.com>
5353 * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
5354 == CONST + INCREMENT, don't overwrite the tree node for FOO++,
5355 create a new node instead.
5357 2000-07-15 Neil Booth <NeilB@earthling.net>
5359 * README.Portability: Correct example about calling a function
5360 through a pointer to function. Format wide paragraphs.
5362 2000-07-15 Michael Meissner <meissner@redhat.com>
5364 * README.Portability: Update integer suffixes and function
5367 2000-07-15 Neil Booth <NeilB@earthling.net>
5369 * README.Portability: Small update.
5371 2000-07-15 Neil Booth <NeilB@earthling.net>
5373 * README.Portability: New file.
5375 Fri Jul 14 18:13:53 2000 Mark P Mitchell <mark@codesourcery.com>
5377 * INSTALL: Give special instructions for building GCC on Irix 6.
5378 * config/mips/x-iris6 (CC): Don't set it.
5381 2000-07-14 Jason Merrill <jason@redhat.com>
5383 * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
5384 register in the stack and later in another register, use the new
5387 Fri Jul 14 10:25:53 2000 Clinton Popetz <cpopetz@cygnus.com>
5389 * config/mips/mips.md: (absdi2): Handle sign_extend for
5392 2000-07-14 Nathan Sidwell <nathan@codesourcery.com>
5394 * cpplib.c (do_pragma_dependency): Tidy warning messages.
5396 2000-07-14 Zack Weinberg <zack@wolery.cumb.org>
5398 * .cvsignore: Correct typo.
5400 2000-07-13 Mark Mitchell <mark@codesourcery.com>
5402 * .cvsignore: Add generated YACC files.
5403 * objc/.cvsignore: New file.
5405 2000-07-14 Neil Booth <NeilB@earthling.net>
5407 * cpplex.c (adjust_column): New funcion.
5408 (skip_whitespace): Use it.
5409 (skip_block_comment): Use it, and warn about /*/* with
5412 2000-07-14 Neil Booth <NeilB@earthling.net>
5414 * cpphash.c (struct macro_info): Add new members.
5415 (_cpp_free_definition): Delete the macro directly.
5416 (count_params): Return void, with first token of
5417 expansion in struct macro_info on success.
5418 (parse_define): Return int. Hoist syntax checking from
5419 save_macro_expansion. Leave call to save_expansion to
5420 _cpp_create_definition.
5421 (alloc_macro): Needs just 2 arguments.
5422 (free_macro): Delete.
5423 (save_expansion): Don't perform syntax check.
5424 (_cpp_create_definition): Call save_expansion.
5426 2000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5428 * genrecog.c (write_header): Split long string.
5430 * cpphash.c (macro_info): Don't use the `signed' keyword.
5432 * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
5434 2000-07-13 Jakub Jelinek <jakub@redhat.com>
5436 * calls.c (stored_args_map): New variable.
5437 (check_sibcall_argument_overlap_1): New.
5438 (check_sibcall_argument_overlap): New.
5439 (expand_call): Initialize stored_args_map.
5440 Call check_sibcall_argument_overlap.
5442 2000-07-13 Bruce Korb <bkorb@gnu.org>
5444 * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
5445 (emit_gnu_type): utility procedure for gnu_type_fix
5446 (gnu_type_fix): implement various pre-processor guards around
5447 standard types so these types can be defined over and over
5448 * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
5449 types alluded to above will have GNU-compliant base types
5450 * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
5451 * fixinc/inclhack.def: add test_text entries and utilize the new
5452 "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
5453 * fixinc/fixincl.x: regenerate
5455 2000-07-12 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
5457 * diagnostic.c (vline_wrapper_message_with_location,
5458 v_message_with_file_and_line, v_error_with_file_and_file,
5459 v_error_for_asm, v_warning_for_asm, vfatal,
5460 v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
5461 vsorry, verror, vwarning, vpedwarn): Remove.
5462 (diagnostic_for_asm): New function.
5463 (pedwarn, error, warning, pedwarn_with_file_and_line,
5464 error_with_file_and_line, warning_with_file_and_line, sorry,
5465 error_for_asm, warning_for_asm, fatal): Reimplement.
5466 (finish_diagnostic): Clear diagnostic info as well.
5468 2000-07-13 Neil Booth <NeilB@earthling.net>
5470 * c-common.h (flag_digraphs): New.
5471 * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
5472 * c-lex.c (yylex): Use flag_digraphs to decide whether to
5475 2000-07-13 Zack Weinberg <zack@wolery.cumb.org>
5477 * gcc.c (do_spec_1): Add new %B operator.
5478 (set_input): Prepare for %B.
5480 (link_command_spec): Move up with the other tm.h-
5481 overrideable specs. Factor out the portion conditional on
5482 LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
5483 (struct compiler): Just have a single spec string. All users
5485 (default_compilers): Remove unnecessary braces.
5486 (static_specs): Update.
5488 (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
5490 (C and assembly specs): Use the new named specs, as appropriate.
5492 * objc/lang-specs.h: Use the new named specs.
5493 Remove unnecessary braces.
5495 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
5497 * gcc.c (execute): If a subprocess gets a fatal signal, report
5498 strsignal() of the signal number, and ask for a bug report.
5499 Do not do this for SIGPIPE if there's already been an error.
5501 * tradcpp.c: Don't include signal.h. Don't catch SIGPIPE.
5504 * tradcif.c: Remove.
5506 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
5508 * final.c (profile_function): Do not emit profile counters in
5509 the data section, if NO_PROFILE_COUNTERS is defined.
5510 * tm.texi: Document NO_PROFILE_COUNTERS. Update doc for
5513 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
5514 (FUNCTION_PROFILER): Just emit a call to mcount.
5516 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
5518 * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
5520 * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
5521 cpplib.c, cpplib.h: Eradicate all traces of code dependent on
5522 traditional, lang_chill, or lang_fortran.
5524 * cppfiles.c: #undef strcmp to suppress warning about macros
5525 used without arguments.
5526 (_cpp_execute_include): Use f, not fname, in "No include path"
5528 (_cpp_pop_file_buffer): New function.
5529 * cpplib.c: Don't include <sys/mman.h>.
5530 (cpp_push_buffer): Set line_base and lineno in new buffer.
5531 (cpp_pop_buffer): Use _cpp_pop_file_buffer.
5533 * cpplex.c: Move all prototypes and structure declarations to the
5534 top of the file. Properly parenthesise some macro arguments.
5535 (cpp_scan_line): New function.
5536 (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
5537 don't need to walk up the stack counting.
5539 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5541 * c-common.c (combine_strings): Emit a pedantic warning when a
5542 string length is greater than the minimum ANSI C is required
5545 Wed Jul 12 13:24:30 2000 Jeffrey A Law (law@cygnus.com)
5547 * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
5548 * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
5550 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5552 * c-decl.c (define_label): Warn about identifier conflicts with
5553 labels in traditional C.
5555 * c-parse.in (unop +): Warn about the unary plus operator for
5558 * c-typeck.c (store_init_value): Warn about automatic aggregate
5559 initialization for traditional C.
5561 * invoke.texi (-Wtraditional): Document new warnings.
5563 2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
5565 * Makefile.in (c-errors.o): Fix thinko in dependency.
5567 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
5569 * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
5570 -traditional, -ftraditional, or -traditional-cpp was given.
5571 Do not pass -traditional to the preprocessor.
5572 (.S spec): Likewise. Don't bother defining __ASSEMBLER__, the
5573 preprocessor does it automatically.
5574 * objc/lang-specs.h: Likewise. Don't bother defining __OBJC__.
5576 * ch/lang-specs.h: Always use tradcpp. Do not pass
5577 -traditional, -trigraphs, or -pedantic to the preprocessor.
5578 * f/lang-specs.h (.F spec): Likewise. Don't bother defining
5581 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
5583 * cppexp.c (LOGICAL): Delete macro.
5584 (_cpp_parse_expr): Do not use UNARY for unary +. Implement ||
5587 * cpphash.c (HASHSIZE): Increase to 4096.
5588 (struct hashdummy): Add hash field.
5589 (eq_HASHNODE): Compare unreduced hashes, then lengths, then
5590 the string values using memcmp.
5591 (cpp_lookup): Set dummy.hash.
5593 Wed Jul 12 13:15:16 2000 Marc Espie <espie@openbsd.org>
5595 * configure.in (m88k-openbsd): Express configuration using new fragment
5597 * configure: Rebuilt.
5598 * m88k/aout-dbx.h: New.
5599 * m88k/openbsd.h: New.
5600 * m88k/xm-openbsd.h: New.
5602 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5604 * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
5606 2000-07-12 Richard Henderson <rth@cygnus.com>
5608 * reload.c (push_secondary_reload): Make sure to add the new
5609 reload at the end, after acquiring secondary memory.
5611 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5613 * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
5615 * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
5616 lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
5618 * c-parse.in (stmt): Delete unused variables.
5620 * convert.c (convert_to_vector): Likewise.
5622 * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
5624 * tree.c (finish_vector_type): Prototype.
5626 2000-07-12 Bruce Korb <bkorb@gnu.org>
5628 * fixinc/fixfixes.c: use xmalloc
5629 * fixinc/fixincl.c(initialize): set program name for xmalloc
5630 * fixinc/fixlib.c(must_malloc): obsolete
5631 (is_cxx_header): no longer used - disabled
5632 (skip_quote): inserted and disabled for future use
5633 * fixinc/fixlib.h: reflects above
5634 * fixinc/fixtests.c: removed dinkleberries
5636 2000-07-12 Neil Booth <NeilB@earthling.net>
5638 * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
5639 * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
5641 * cpphash.c: (struct macro_info, alloc_macro, free_macro,
5642 struct toklist_dummy): New.
5643 (cpp_free_definition): Free macros with free_macro.
5644 (count_params): Don't save paramter spellings. Save macro
5645 information in a struct macro_info.
5646 (parse_define): Don't allocate a token list.
5647 (save_expansion): Allocate the macro's token list, and
5648 save parameter spellings if necessary. Use TOKEN_SPELL.
5649 (cpp_create_definition): Make list const.
5651 2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
5653 * c-typeck.c (pedwarn_c99): Move to
5654 * c-errors.c: ... Here.
5655 * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
5656 * diagnostic.c (verror, vwarning, vpedwarn): Make static.
5657 * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
5658 (c-errors.o): List dependency.
5660 2000-07-12 Mark Mitchell <mark@codesourcery.com>
5662 * c-parse.c: Remove.
5663 * c-parse.h: Likewise.
5664 * c-parse.y: Likewise.
5665 * objc/objc-parse.c: Likewise.
5666 * objc/objc-pasre.y: Likewise.
5668 2000-07-11 Rodney Brown <RodneyBrown@pmsc.com>
5670 * gcc.texi: Fix minor typos
5671 * extend.texi: Fix minor typos
5673 2000-07-11 Marc Espie <espie@openbsd.org>
5675 * collect2.c (main): Recognize .lo as object files.
5677 2000-07-11 J. David Anglin <dave@hiauly1.hia.nrc.ca>
5679 * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
5682 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
5683 with MAP_ANONYMOUS and MAP_ANON.
5684 * configure, config.in: Rebuilt.
5686 2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
5688 * diagnostic.c (save_output_state): Remove.
5689 (restore_output_state): Likewise.
5690 (clear_text_info): New function.
5691 (clear_diagnostic_info): Likewise.
5692 (output_text_length, is_starting_newline, output_prefix,
5693 line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
5694 prefixing_policy, output_buffer_ptr_to_format_args): New macros
5695 (set_real_maximum_length, output_set_maximum_length,
5696 output_set_prefix, output_get_prefix, output_set_maximum_length,
5697 output_destroy_prefix, init_output_buffer,
5698 reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
5699 output_add_newline, output_add_character, output_add_space,
5700 output_append_r, output_append, wrap_text, output_format,
5701 output_do_printf, output_printf, output_do_verbatim,
5702 output_verbatim, verbatim): Use them.
5703 (output_clear): Split into cleat_text_info and
5704 clear_diagnostic_info.
5705 (struct output_state): Move to...
5707 * diagnostic.h: ...Here
5708 (struct output_buffer): Adjust.
5710 2000-07-11 Zack Weinberg <zack@wolery.cumb.org>
5712 * cpplex.c (parse_name): No longer inline (premature optimization).
5713 (do_pop_context): Fold into pop_context.
5714 (pop_context): Returns int.
5715 (lex_next): Hoist test for end of directive into pop_context.
5716 (push_macro_context): Returns int; takes just reader and token.
5717 Hoist test for excessive nesting to caller.
5718 (push_arg_context): Returns void; takes just reader and token.
5719 Do not call stringify_arg or get_raw_token.
5720 (get_raw_token): Convert tail recursion through push_arg_context
5721 to a loop at this level. Call stringify_arg here if appropriate.
5722 (maybe_paste_with_next): Convert tail recursion to a while loop.
5723 Hoist test of paste_level to caller.
5725 (stringify_arg): Push arg context at beginning.
5726 (cpp_get_token): Split out core into _cpp_get_token. Call
5727 process_directive here. Throw away CPP_PLACEMARKER tokens.
5728 (_cpp_get_token): Convert tail recursion through
5729 push_macro_context to a loop at this level.
5730 (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
5731 _cpp_get_raw_token): Use _cpp_get_token.
5732 (_cpp_skip_rest_of_line): Drop the context stack directly; do
5733 not call pop_context.
5734 (_cpp_run_directive): Call lex_next directly.
5736 * cpphash.h: Prototype _cpp_get_token.
5737 * cppexp.c (lex): Use it.
5738 * cpphash.c (parse_define): Use it.
5739 * cpplib.c (get_define_node, do_undef, parse_include,
5740 read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
5741 do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
5742 parse_ifdef, validate_else): Use it.
5743 (cpp_push_buffer): Tweak error message; abort if anyone tries
5744 to push a buffer while macro expansions are stacked.
5746 2000-07-11 Donn Terry <donnte@microsoft.com>
5748 * cpplex.c (free_macro_args, save_token): Cast arg of free
5749 and/or xrealloc to PTR.
5750 (_cpp_init_input_buffer): Clear all fields of the base context.
5752 Tue Jul 11 15:28:21 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
5754 * gensupport.c (process_rtx): Make rtl checking stop
5755 complaining about the define_insn while it is being
5756 converted from a define_insn_and_split.
5758 Tue Jul 11 16:26:17 2000 Clinton Popetz <cpopetz@cygnus.com>
5760 * config/mips/mips.c (simple_memory_operand): Access the
5761 INTVAL of the address, not it's containing MEM.
5763 2000-07-11 Bruce Korb <bkorb@gnu.org>
5765 * fixinc/fixtests.c(double_slash): obsolete
5766 (else_endif_label): likewise
5767 * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
5768 (libc1_ifdefd_memx): correct initial comment
5769 and omit the #if/#endif pair from the memxxx declarations
5770 * fixinc/fixincl.x: regen
5772 2000-07-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5774 * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
5776 2000-07-11 Neil Booth <NeilB@earthling.net>
5780 2000-07-11 Neil Booth <NeilB@earthling.net>
5782 * cppinit.c: (cpp_reader_init): Allow digraphs by default.
5783 (handle_option): Set digraphs according to standard.
5784 Merge OPT_lang_c89 handler with OPT_std_c89.
5786 * cpplex.c: (lex_line, can_paste): Honour digraphs in
5787 accordance with the digraphs flag.
5789 * cpplib.h: (struct cpp_options): New option digraphs.
5791 2000-07-10 Hans-Peter Nilsson <hp@axis.com>
5792 Bruce Korb <bkorb@gnu.org>
5794 * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
5795 * fixinc/fixincl.x: Regenerate.
5796 * fixinc/tests/base/testing.h: Add testcase.
5798 2000-07-10 Richard Henderson <rth@cygnus.com>
5800 * config/ia64/ia64.c (got_symbolic_operand): New.
5801 (symbolic_operand, move_operand): Revert 0701 change.
5802 * config/ia64/ia64.h (PREDICATE_CODES): Update.
5803 * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
5804 * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
5805 split the offset into a 14-bit low part instead of a 13-bit low part.
5806 (load_fptr): Mark the mem as unchanging.
5807 (load_symptr): Use got_symbolic_operand.
5809 2000-07-10 Nick Clifton <nickc@cygnus.com>
5811 * libgcc2.c (next_stack_level): Cast result of computation to
5812 (void **) so that the assignment does not generate a warning.
5814 2000-07-10 Chandrakala Chavva <cchavva@redhat.com>
5816 * flags.h : Add new variable flag_single_precision_constant.
5817 * toplev.c (display_help) : Add -fsingle-precision-constant option.
5818 (flag_single_precision_constant): New.
5819 * c-lex.c (yylex): Convert floating point constant to single
5821 * invoke.texi : Add documentation for this new option.
5823 2000-07-10 Gabriel Dos Reis <gdr@codesourcery.com>
5825 * diagnostic.c (output_octal): Second parameter is unsigned.
5826 (output_long_octal): Likewise.
5827 (output_hexadecimal): Likewise.
5828 (output_long_hexadecimal): Likewise.
5829 (output_format): Adjust arguments extraction. Tweak.
5830 (output_verbatim, verbatim): End variable argument list.
5831 (report_diagnostic): Improve documentation.
5833 2000-07-10 Benjamin Chelf <chelf@codesourcery.com>
5835 * c-common.h (build_stmt): Declare.
5836 (build_continue_stmt): Likewise.
5837 (build_break_stmt): Likewise.
5838 (build_return_stmt): Likewise.
5840 * c-decl.c (do_case): Rewrite to do what previously done in
5843 * c-semantics.c (build_stmt): Define.
5844 (build_return_stmt): Likewise.
5845 (build_break_stmt): Likewise.
5846 (build_continue_stmt): Likewise.
5847 (build_case_label): Likewise.
5849 * c-parse.in (BREAK): Change to build tree, then generate RTL.
5850 (CONTINUE): Likewise.
5853 (DEFAULT): Likewise.
5855 * c-parse.y: Regenerate.
5856 * c-pasre.c: Likewise.
5858 2000-07-09 Jason Merrill <jason@redhat.com>
5860 * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
5862 * tree.h (STRIP_NOPS): Check for error_mark_node.
5863 (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
5864 (dwarf2out_*): Remove duplicate declarations.
5866 * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
5867 DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
5869 2000-07-10 Gabriel Dos Reis <gdr@codesourcery.com>
5871 * diagnostic.c (wrap_text): New function.
5872 (maybe_wrap_text): Likewise.
5873 (output_add_string): Use it.
5874 (output_format): Likewise.
5875 (count_error): Use verbatim instead of notice.
5876 (report_error_function): Likewise. Don't use plain fprintf.
5877 (finish_diagnostic): New function.
5878 (output_do_verbatim): Tweak. Commonalize functionalities in
5879 output_verbatim and verbatim.
5880 (output_verbatim): Adjust.
5881 (verbatim): Likewise.
5882 (report_diagnostic): Define.
5884 * diagnostic.h (report_diagnostic): Prototype.
5886 2000-07-09 Zack Weinberg <zack@wolery.cumb.org>
5888 * cppexp.c (_cpp_parse_expr): Don't use unary plus.
5890 2000-07-09 Neil Booth <NeilB@earthling.net>
5892 * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
5893 IShspace, ISspace: Update.
5895 * cppinit.c: ISTABLE: Update.
5898 * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
5899 (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
5900 (skip_block_comment, skip_line_comment, parse_string,
5901 lex_line): Use is_vspace rather than IS_NEWLINE.
5902 (skip_whitespace, lex_line): Clean up to use is_nvspace.
5903 (lex_line): Use KNOWN_DIRECTIVE. Any kind of directive
5905 (lex_next): Unconditionally stop if within a directive.
5906 Treat directives within macro invocations as directives
5907 (after parse_args emits error), not as the argument.
5909 2000-07-09 Gabriel Dos Reis <gdr@codesourcery.com>
5911 * diagnostic.c (diagnostic_args): New macro.
5912 (diagnostic_msg): Likewise.
5913 (output_formatted_integer): Likewise.
5914 (output_state): New data type.
5915 (digit_buffer): Make global.
5916 (output_add_integer): Rename to output_decimal. Squeeze
5918 (output_long_decimal, output_unsigned_decimal,
5919 output_long_unsigned_decimal, output_octal, output_long_octal,
5920 output_hexadecimal, output_long_hexadecimal): New functions.
5921 (output_append_r): New function.
5922 (output_append): Tweak.
5923 (output_flush_on): Rename to output_to_stream.
5924 (output_format): Change prototype. Improve documentation. Handle
5925 more format specifiers.
5926 (build_location_prefix): Rename to context_as_prefix.
5927 (output_notice): Rename to output_do_printf.
5928 (output_printf): Tweak.
5929 (line_wrapper_printf): Likewise.
5930 (vline_wrapper_message_with_location): Adjust call to renamed
5932 (v_message_with_decl): Likewise.
5933 (default_print_error_function): Likewise.
5934 (save_output_state): New function.
5935 (restore_output_state): Likewise.
5936 (output_do_verbatim): Likewise.
5937 (output_verbatim): Define.
5938 (verbatim): Likewise.
5940 * diagnostic.h (printer_fn): Change return type from void to int.
5941 Improve documentation.
5942 (output_add_integer): Rename to output_decimal.
5943 (output_flush_on, output_format): Don't export.
5944 (output_verbatim, verbatim): Declare.
5946 2000-07-08 Toon Moene <toon@moene.indiv.nluug.nl>
5948 * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
5949 Check whether c divides op1 exactly if operation is not
5952 2000-07-08 Richard Henderson <rth@cygnus.com>
5954 * final.c (final): Do not abort when reg-stack introduces
5957 2000-07-08 Zack Weinberg <zack@wolery.cumb.org>
5959 * cpplib.h (struct cpp_name): Now struct cpp_string.
5960 (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
5961 CPP_HEADER_NAME): Change to type S.
5962 (struct cpp_token): Rename 'name' field to 'str'. Add 'node'
5963 field, a cpp_hashnode *. All references to val.name updated
5964 to use val.str or val.node as appropriate.
5965 (struct cpp_reader): Add spec_nodes field.
5966 (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
5968 * cpphash.h (struct spec_nodes): New.
5969 (enum spell_type): Reorder. Only SPELL_STRING tokens use
5970 val.str. All references to 'spelling > SPELL_NONE' updated to
5973 (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
5974 pfile->buffer->inc are not NULL before dereferencing them.
5976 * cpplex.c (parse_name): Take a pointer to the current token,
5977 plus current position and limit as args; return the new
5978 position; don't copy the text of a name into the string
5979 buffer, instead call cpp_lookup and store the node pointer.
5980 If extending a token, copy out the text of the old into a
5981 scratch buffer, append the new, look that up and store the new
5982 node pointer. Inline.
5983 (maybe_paste_with_next): If the result of paste is a NAME,
5984 then look up the pasted text and store its node pointer.
5985 (lex_line): Adjust for new parse_name interface.
5986 Check for L"str", L'str' using spec_nodes->n_L.
5987 (spell_token): SPELL_IDENT tokens have their spelling in
5988 val.node->name. Handle SPELL_STRING tokens that don't have
5990 (_cpp_expand_name_space,
5991 (can_paste): Check for L ## "str" using spec_nodes->n_L.
5992 (cpp_get_token, special_symbol): No need to call cpp_lookup.
5993 (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
5994 return 1=equal 0=not, not a tristate.
5996 * cpphash.c (var_args_str): Delete.
5997 (find_param): Compare node fields directly.
5998 (is__va_args__): Use CPP_PEDANTIC. Just compare
5999 token->val.node with spec_nodes->n__VA_ARGS__.
6000 (dump_funlike_macro): Don't use var_args_str.
6002 * cpplib.c (_cpp_check_directive): Just walk through
6003 spec_nodes->dirs comparing pointers.
6004 (get_define_node, do_pragma_poison, detect_if_not_defined,
6005 parse_ifdef): The identifier has already been looked up.
6006 (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
6008 (do_if): Only call detect_if_not_defined at beginning of file.
6009 (_cpp_parse_assertion): Only copy string pointers for
6010 SPELL_STRING tokens.
6011 (pragma_dispatch): Take a node pointer and examine its name
6013 (_cpp_init_stacks): Also initialize the spec_nodes structure.
6015 * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
6017 (cpp_cleanup): Free pfile->spec_nodes. Call _cpp_cleanup_* in
6018 reverse order from the corresponding _cpp_init_* routines.
6020 * cppexp.c (parse_number, parse_charconst, parse_defined,
6021 lex): Check val.node->type instead of calling cpp_defined.
6022 Use spec_nodes entries where appropriate.
6024 * fix-header.c, scan-decls.c: Update for interface changes.
6026 2000-07-08 Geoffrey Keating <geoffk@cygnus.com>
6028 * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
6029 emitting aux_truncdfsf2.
6031 2000-07-03 Donn Terry (donnte@microsoft.com)
6033 * cppinit.c (print_help): split overlong line into ISO C89
6036 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
6038 * cppexp.c: Update all code for new lexer interface.
6039 (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
6040 (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
6041 * cpplex.c (token_names): Trim leading CPP_ from names; make
6042 the strings unsigned.
6043 (_cpp_spell_operator): New.
6044 (is_macro_disabled): Disable all macros if rescanning
6046 (_cpp_get_directive_token): Remove.
6048 * cppinit.c: Don't set no_macro_expand.
6049 * cpplib.c (read_line_number, do_line): Check only for EOF,
6051 * cpphash.h: Update prototypes.
6052 * cpplib.h (CPP_VSPACE): Remove.
6053 (struct cpp_reader): Remove no_macro_expand.
6055 2000-07-08 Neil Booth <NeilB@earthling.net>
6057 * cpphash.c (is__va_args__): New function.
6058 (count_params): Fix line reported in error messages. Use
6059 is__va_args__. Don't return ')' on error. Flag GNU style
6060 rest args macro definitions.
6061 (parse_define): Check macro name is not __VA_ARGS__.
6062 (save_expansion): Check identifier in non-varargs-macro is
6063 not __VA_ARGS__. Don't flag GNU_VARARGS.
6064 * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
6065 (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
6066 than per-token GNU_VARARGS.
6067 * cpplib.h (GNU_VARARGS): Remove.
6068 (GNU_REST_ARGS): New.
6070 Sat Jul 8 01:38:25 MET DST 2000 Jan Hubicka <jh@suse.cz>
6072 * i386.md (call_pop, call, call_value_pop): Do not set
6073 current_function_uses_pic_offset_table for calls to static
6074 functions or indirect calls.
6076 2000-07-07 Jim Wilson <wilson@cygnus.com>
6078 * config/ia64/ia64.c (rws_access_reg): New local write_count. If
6079 is_predicate_reg, then take max write_count of register pair.
6081 2000-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6083 * tradcpp.c (main): Rename label `include' to `add_include' to
6084 avoid conflicts with variable `include' in traditional C.
6086 2000-07-07 Jakub Jelinek <jakub@redhat.com>
6088 * integrate.c (copy_insn_list): Remove REG_LABEL notes.
6090 2000-07-07 Jakub Jelinek <jakub@redhat.com>
6092 * sibcall.c (uses_addressof): Add INMEM argument, check for
6093 current_function_internal_arg_pointer outside of MEM rtxs in addition
6095 (sequence_uses_addressof): Update caller.
6097 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
6099 * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
6102 2000-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6104 * system.h (UNION_INIT_ZERO): New macro for initializing union
6107 * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
6109 2000-07-07 Neil Booth <NeilB@earthling.net>
6113 Fri Jul 7 07:47:35 2000 Jeffrey A Law (law@cygnus.com)
6115 * final.c (final): Detect out of bounds array access to
6116 the insn_lengths array.
6118 2000-07-07 Kazu Hirata <kazu@hxi.com>
6120 * fold-const.c (fold): Fix a comment typo.
6122 2000-07-07 Neil Booth <NeilB@earthling.net>
6124 * cpp.texi: Update to new lexer.
6126 2000-07-06 Zack Weinberg <zack@wolery.cumb.org>
6128 * tradcpp.c: New file.
6129 * tradcif.y: New file.
6130 * tradcif.c: New generated file.
6132 * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
6133 $(srcdir)/tradcif.c. Add tradcpp to STAGESTUFF and
6134 dependencies of C. Install tradcpp from install-common, in
6137 2000-07-06 Zack Weinberg <zack@wolery.cumb.org>
6139 * cppinit.c: Include cppdefault.h. Refer to
6140 cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
6141 to GCC_INCLUDE_DIR and its length.
6142 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
6143 USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
6144 STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT): Move to
6146 (include_defaults_array): Move to cppdefault.c.
6148 * cppdefault.h: New file.
6149 * cppdefault.c: New file.
6151 * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
6152 (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
6153 (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
6156 Thu Jul 6 18:30:36 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6158 * reload.c (push_reload): When seeing if can reuse a register,
6159 check extra registers against widest of INMODE and OUTMODE.
6161 2000-07-06 Neil Booth <NeilB@earthling.net>
6163 * cpplib.c: (_cpp_parse_assertion): Perform hash lookups
6164 based on full length of predicate.
6166 2000-07-06 Hans-Peter Nilsson <hp@axis.com>
6168 * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
6169 [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
6171 2000-07-05 Kazu Hirata <kazu@hxi.com>
6173 * h8300-proto.h: Fix formatting.
6174 * h8300.c: Likewise.
6175 * h8300.h: Likewise.
6177 2000-07-05 Jim Wilson <wilson@cygnus.com>
6179 * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
6182 2000-07-05 Rodney Brown <RodneyBrown@pmsc.com>
6184 * invoke.texi: Fix minor typos
6185 * md.texi: Fix minor typos
6187 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
6189 * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
6191 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
6193 * cpplex.c: Don't include sys/mman.h.
6194 (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
6196 * cpplib.c: Include sys/mman.h and obstack.h.
6197 (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
6199 (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
6200 (_cpp_unwind_if_stack): Now static, unwind_if_stack. Don't
6201 bother freeing if stack entries (they will be freed with their buffer).
6202 (do_endif): Free if stack entries from the buffer obstack.
6203 (push_conditional): Allocate if stack entries from the buffer obstack.
6205 (find_answer): Rename to _cpp_find_answer.
6206 (do_assert, do_unassert): Update.
6208 * cpphash.h: Update prototypes.
6209 (xobnew): New convenience macro.
6210 * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
6212 (struct cpp_hashnode): Remove disabled field.
6214 * cppinit.c: Don't include hashtab.h or splay-tree.h.
6215 (report_missing_guard): Moved to cppfiles.c.
6216 (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
6218 (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
6219 cpp_cleanup_includes. Don't destroy hashtab or
6220 all_include_files here.
6221 (cpp_finish): Use _cpp_report_missing_guards.
6223 * cppfiles.c (report_missing_guard): Moved from cppinit.c.
6224 (_cpp_init_include_table): Rename _cpp_init_includes.
6225 (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
6227 * cppexp.c (parse_assertion): Update for new name of
6230 * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
6232 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
6234 * cpplib.c (do_ident): s/VSPACE/EOF/
6236 2000-07-05 Neil Booth <NeilB@earthling.net>
6238 * cpplex.c: Fix trigraph replacement within strings.
6240 2000-07-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6242 * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
6244 * xcoffout.c (assign_type_number): Constify.
6245 (xcoffout_source_file): Add static prototype. Don't needlessly
6246 cast away const-ness.
6248 2000-07-04 Jason Merrill <jason@redhat.com>
6250 * frame.h (frame_state): Move base_offset to end.
6252 Mon Jul 3 21:31:43 2000 Clinton Popetz <cpopetz@cygnus.com>
6254 * calls.c (emit_library_call_value_1): Revert previous change.
6256 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
6258 * fix-header.c (struct partial_proto): Remove unnecessary fields.
6259 (recognized_extern, recognized_function, read_scan_file):
6260 Update for new scheme.
6261 (check_protection): It's still a multiple include guard even
6262 if it doesn't always trigger.
6263 * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
6265 * scan.h: Declare struct cpp_token. Update prototypes.
6267 2000-07-03 Neil Booth <neilb@earthling.net>
6268 Zack Weinberg <zack@wolery.cumb.org>
6270 Complete overhaul of the lexer and macro expander.
6272 * cpphash.c (object_defn, funct_defn, push_macro_expansion,
6273 arg, arglist, argdata, reflist, collect_objlike_expansion,
6274 collect_funlike_expansion, collect_params,
6275 warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
6276 unsafe_chars, macarg, compare_defs, special_symbol,
6277 scan_arguments, stringify, funlike_macroexpand,
6278 _cpp_quote_string, monthnames): Delete.
6279 (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
6280 _cpp_create_definition, _cpp_dump_definition,
6281 dump_hash_helper): Adjust.
6282 (find_param, count_params, parse_define, var_args_str,
6283 check_macro_redefinition, save_expansion): New.
6285 * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
6286 parse_string, output_line_command, trigraph_replace,
6287 lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
6288 cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
6289 cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
6290 _cpp_skip_rest_of_line): Modify.
6292 (maybe_macroexpand, skip_comment, copy_comment, skip_string,
6293 find_position, null_warning, bump_column, expand_name_space,
6294 pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
6295 _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
6296 _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
6297 _cpp_prescan): Delete.
6299 (dump_param_spelling, process_directive, lex_next,
6300 is_macro_disabled, stringify_arg, expand_context_stack,
6301 output_token, make_string_token, alloc_number_token,
6302 special_symbol, duplicate_token, maybe_paste_with_next,
6303 can_paste, prevent_macro_expansion, restore_macro_expansion,
6304 get_temp_token, release_temp_tokens, quote_string,
6305 token_names, token_spellings, _cpp_expand_name_space,
6306 _cpp_glue_header_name, _cpp_reserve_name_space,
6307 digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
6308 placemarker_token, eof_token, cpp_context, macro_args,
6309 get_raw_token, parse_arg, parse_args, save_token,
6310 push_arg_context, push_macro_context, pop_context,
6311 do_pop_context, free_macro_args, _cpp_get_line,
6312 _cpp_run_directive): New.
6314 * cpplib.c (validate_else, parse_include, push_conditional,
6315 pass_thru_directive, read_line_number, parse_ifdef,
6316 detect_if_not_defined, _cpp_check_directive, do_define,
6317 do_undef, do_include, do_import, do_include_next, do_error,
6318 do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
6319 top_pragmas, do_pragma_gcc, do_pragma_implementation,
6320 do_pragma_poison, do_pragma_system_header,
6321 do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
6322 dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
6323 do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
6324 cpp_defined): Update for new scheme.
6325 (strtoul_for_line, get_define_node, dump_macro_name,
6326 _cpp_check_linemarker, _cpp_parse_assertion): New.
6327 (_cpp_handle_directive, do_pragma_default): Delete.
6329 * cpphash.h (struct predicate): Now struct answer.
6330 (enum spell_type, struct token_spelling, struct directive,
6331 directive_handler): New.
6332 Update prototypes. Remove unused macros.
6333 * cpplib.h: Update prototypes. Remove unused macros,
6334 structure definitions, and fields.
6336 * cpperror.c (print_containing_files, v_message): Adjust.
6337 * cppexp.c (parse_assertion, lex, parse_escape,
6338 _cpp_parse_expr): Adjust.
6339 * cppfiles.c (open_include_file, _cpp_execute_include,
6340 _cpp_compare_file_date, cpp_read_file, read_include_file):
6342 * cppinit.c (dump_special_to_buffer): Delete.
6343 (append_include_chain, merge_include_chains, cpp_reader_init,
6344 cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
6345 cpp_finish, handle_option, print_help): Adjust.
6346 * cppmain.c (main): Adjust.
6348 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
6350 * cppspec.c (lang_specific_driver): Use double quotes in error
6353 Mon Jul 3 16:53:43 2000 Clinton Popetz <cpopetz@cygnus.com>
6355 * calls.c (emit_library_call_value_1): Use valreg instead
6356 of hard_libcall_value.
6358 2000-07-03 Geoff Keating <geoffk@cygnus.com>
6360 * config/rs6000/rs6000.c (rs6000_emit_move): New function.
6361 * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
6362 * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
6370 * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
6371 mode instead of wider_mode is being used.
6373 2000-07-03 Jakub Jelinek <jakub@redhat.com>
6375 * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
6376 of 'r'. Use q_regs_operand.
6377 (andsi_1+2): Use q_regs_operand.
6379 2000-07-03 Jakub Jelinek <jakub@redhat.com>
6381 * builtins.c (get_memory_rtx): Always put into alias set 0.
6383 2000-07-03 Nick Clifton <nickc@cygnus.com>
6385 * config/arm/arm.md: Fix post increment and pre increment
6386 peepholes so that they do not generate UNPREDICATBLE opcodes.
6387 (ie ones where the increment clobbers the source/destination).
6389 2000-07-01 Marek Michalkiewicz <marekm@linux.org.pl>
6391 * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
6392 change too big for -mtiny-stack" a warning, if larger than 63.
6393 (out_set_stack_ptr): Change the logic so -mno-interrupts is
6394 always safe to use on possible future devices.
6395 (function_prologue): Write SPH before SPL, for consistency.
6396 If interrupt_func_p true, we know we have enabled interrupts.
6397 (avr_num_arg_regs): New function. Round up to even number of
6398 bytes if no -mpack-args or if calling a libgcc function.
6399 (function_arg, function_arg_advance): Use it.
6400 (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
6401 Output "movw" if available.
6402 (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
6403 of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
6404 (asm_output_section_name): Add blanks for consistent output.
6405 (encode_section_info): Set TREE_READONLY for progmem data to
6406 avoid gas warnings about changed section attributes.
6407 (avr_hard_regno_mode_ok): Force non-QImode data to start in
6408 even numbered registers on devices with "movw".
6409 * config/avr/avr.h (MASK_*): Define bits for target_flags.
6410 (TARGET_SWITCHES): Mark help strings for translation.
6411 Add new -mpack-args and -menhanced switches.
6412 (TARGET_OPTIONS): Mark help strings for translation.
6413 (progmem_section): Add section attributes.
6414 * config/avr/avr.md (*movhi, call_insn, call_value_insn):
6415 Output "movw" if available.
6416 (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
6418 * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
6419 call convention (arguments aligned on even registers).
6420 (_cleanup, _exit): Make weak symbols libc can override.
6422 2000-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6424 * fp-bit.h: New file.
6426 * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
6427 Comment #endif statements.
6428 (__thenan_sf, __thenan_df): Add missing braces around initializer.
6430 Mon Jul 3 00:32:47 2000 Jeffrey A Law (law@cygnus.com)
6432 * gcse.c (compute_pre_data): Compute ae_kill using other local
6433 properties instead of calling compute_ae_kill.
6435 * alias.c (init_alias_analysis): Do not call
6436 prologue_epilogue_contains until after reload has completed.
6438 2000-07-02 Benjamin Chelf <chelf@codesourcery.com>
6440 * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
6441 (genrtl_finish_compound_stmt): Likewise.
6442 (genrtl_compound_stmt): Change to return void.
6444 * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
6445 move code from here to ...
6446 (genrtl_compound_stmt): ... here.
6447 (genrtl_finish_compound_stmt): Remove.
6448 (expand_stmt): Add comment.
6450 2000-07-02 Zack Weinberg <zack@wolery.cumb.org>
6452 * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
6455 2000-07-02 Jakub Jelinek <jakub@redhat.com>
6457 * cpplib.h (struct cpp_reader): New field include_depth.
6458 (struct cpp_printer): Rename last_bsd to last_id.
6459 * cppfiles.c (read_include_file): Bump include_depth.
6460 * cpplex.c (cpp_pop_buffer): Decrement include_depth.
6461 (output_line_command): Output correct #line if a header
6462 is including itself and is not protected against multiple inclusion.
6463 Use include_depth instead of buffer_stack_depth, last_id instead of
6465 * cppinit.c (cpp_start_read): Initialize last_id instead of
6468 2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
6470 * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
6471 (c-semantics.o): New target.
6473 * c-common.h (TREE_LANG_FLAG_?): Added documentation.
6474 (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
6475 (genrtl_clear_out_block): Likewise.
6476 (genrtl_goto_stmt): Likewise.
6477 (genrtl_expr_stmt): Likewise.
6478 (genrtl_decl_stmt): Likewise.
6479 (genrtl_if_stmt): Likewise.
6480 (genrtl_while_stmt): Likewise.
6481 (genrtl_do_stmt): Likewise.
6482 (genrtl_return_stmt): Likewise.
6483 (genrtl_for_stmt): Likewise.
6484 (genrtl_break_stmt): Likewise.
6485 (genrtl_continue_stmt): Likewise.
6486 (genrtl_scope_stmt): Likewise.
6487 (genrtl_switch_stmt): Likewise.
6488 (genrtl_case_label): Likewise.
6489 (genrtl_begin_compound_stmt): Likewise.
6490 (gerntl_finish_compound_stmt): Likewise.
6491 (genrtl_compound_stmt): Likewise.
6492 (genrtl_asm_stmt): Likewise.
6493 (genrtl_decl_cleanup): Likewise.
6494 (DECL_ANON_UNION_ELEMS): Likewise.
6495 (emit_local_var): Likewise.
6496 (make_rtl_for_local_static): Likewise.
6497 (expand_cond): Likewise.
6498 (expand_stmt): Likewise.
6499 (c_expand_return): Likewise.
6500 (c_expand_start_case): Likewise.
6501 (do_case): Likewise.
6502 (COMPOUND_STMT_NO_SCOPE): Likewise.
6503 (c_expand_asm_operands): Likewise.
6504 (NEW_FOR_SCOPE_P): New macro.
6505 (expand_expr_stmt_fn): New type.
6507 (set_current_function_name_declared): Likewise.
6508 (current_function_name_declared): Likewise.
6509 (lang_expand_stmt): Likewise.
6510 (stmts_are_full_exprs_p): Likewise.
6511 (anon_aggr_type_p): Likewise.
6512 (lang_expand_expr_stmt): Likewise.
6513 (build_case_label): Likewise.
6515 * c-decl.c (lang_expand_expr_stmt): Initialize.
6516 (stmts_are_full_exprs_p): Define.
6517 (current_function_name_declared): Likewise.
6518 (do_case): Likewise.
6519 (lang_expand_stmt): Likewise.
6520 (set_current_function_name_declared): Likewise.
6521 (anon_aggr_type_p): Likewise.
6523 * c-semantics.c: New file.
6524 (expand_cond): Moved from cp/semantics.c.
6525 (genrtl_do_pushlevel): Likewise.
6526 (genrtl_clear_out_block): Likewise.
6527 (genrtl_goto_stmt): Likewise.
6528 (genrtl_expr_stmt): Likewise.
6529 (genrtl_decl_stmt): Likewise.
6530 (genrtl_if_stmt): Likewise.
6531 (genrtl_while_stmt): Likewise.
6532 (genrtl_do_stmt): Likewise.
6533 (genrtl_return_stmt): Likewise.
6534 (genrtl_for_stmt): Likewise.
6535 (genrtl_break_stmt): Likewise.
6536 (genrtl_continue_stmt): Likewise.
6537 (genrtl_scope_stmt): Likewise.
6538 (genrtl_switch_stmt): Likewise.
6539 (genrtl_case_label): Likewise.
6540 (genrtl_begin_compound_stmt): Likewise.
6541 (genrtl_finish_compound_stmt): Likewise.
6542 (genrtl_compound_stmt): Likewise.
6543 (genrtl_asm_stmt): Likewise.
6544 (genrtl_decl_cleanup): Likewise.
6545 (make_rtl_for_local_static): Moved from cp/decl.c.
6546 (emit_local_var): Likewise.
6547 (expand_stmt): Define.
6549 * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
6550 (c_expand_return): Likewise.
6551 (c_expand_start_case): Likewise.
6553 2000-07-01 Richard Henderson <rth@cygnus.com>
6555 * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
6556 with the low 13 bits set.
6557 (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
6558 * config/ia64/ia64.md (movdi): Likewise. Expand a CONST with one
6559 of the low 13 bits into a CONST plus an adddi3.
6560 (load_symptr): Set RTX_UNCHANGING_P.
6562 See ChangeLog.3 for earlier changes.