1 2001-12-17 Richard Henderson <rth@redhat.com>
3 * config/alpha/alpha.md (unop): Encode RB as $sp.
5 2001-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
7 * Makefile.in: Update dependencies.
8 * c-lang.c: Remove unnecessary includes.
9 (deferred_fns, start_cdtor, finish_cdtor, defer_fn): Move to
11 (finish_file): Move body to c_common_finish_file.
12 * c-objc-common.c: Include varray.h and ggc.h.
13 (deferred_fns, start_cdtor, finish_cdtor, defer_fn,
14 expand_deferred_fns, c_objc_common_finish_file): Moved from c-lang.c.
15 (c_objc_common_init): Initialize deferred function array.
16 * c-tree.h (c_objc_common_finish_file,
17 static_ctors, static_dtors): New.
19 * Make-lang.in: Update dependencies.
20 * objc/objc-act.c: Don't include varray.h.
21 (defer_fn, deferred_fns): Move to c-objc-common.c.
22 (objc_init): Similarly for initialization of it.
23 (finish_file): Move some to c-objc-common.c, use
24 c_objc_common_finish_file.
26 2001-12-17 Aldy Hernandez <aldyh@redhat.com>
28 * config/rs6000/rs6000.c: Remove is_gpr_return_reg prototype.
30 2001-12-17 Neil Booth <neil@daikokuya.demon.co.uk>
32 * doc/cppinternals.texi: Update.
34 Mon Dec 17 14:21:21 2001 Jeffrey A Law (law@redhat.com)
36 * expmed.c (emit_store_flag): Extract updated comparison code
37 from the return value of compare_from_rtx.
38 * expr.c (do_store_flag): Similarly.
40 2001-12-17 Nick Clifton <nickc@cambridge.redhat.com>
42 * caller-save.c (init_caller_save): Use MODE_BASE_REG_CLASS in
43 preference to BASE_REG_CLASS.
44 * recog.c (preprocess_constraints): Ditto.
45 * regclass.c (record_operand_costs, scan_one_insn, regclass,
46 record_reg_classes, record_address_regs): Ditto.
47 * regrename.c (scan_rtx_address, scan_rtx,
48 replace_oldest_value_addr, replace_oldest_value_mem): Ditto.
49 * reload.c (find_reloads, find_reloads_address,
50 find_reloads_address_1): Ditto.
51 * reload1.c (maybe_fix_stack_asms): Ditto.
52 * defaults.h (MODE_BASE_REG_CLASS): Provide default
54 * doc/tm.texi: Document MODE_BASE_REG_CLASS.
56 * config/arm/arm.h (MODE_BASE_REG_CLASS): Define.
58 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
60 * doc/install.texi2html: Use -I $SOURCEDIR.
62 Separate user and internals manuals.
63 * Makefile.in (info, $(docdir)/gcc.info, dvi, gcc.dvi): Update
65 ($(docdir)/gccint.info, gccint.dvi): New targets.
66 (maintainer-clean, install-info, uninstall): Update.
67 * doc/.cvsignore: Add gccint.info*.
68 * doc/include/gcc-common.texi: New file.
69 * doc/gcc.texi: Use it. Adjust to be a user-only manual. Put
70 copyright notice in a macro. Don't include ISBN unless FSFPRINT
72 * doc/gccint.texi: New file.
73 * doc/configfiles.texi, doc/extend.texi, doc/invoke.texi,
74 doc/md.texi, doc/passes.texi, doc/tm.texi, doc/trouble.texi:
75 Update for separate user and internals manuals.
77 2001-12-17 Dale Johannesen <dalej@apple.com>
79 * config/rs6000/rs6000.h: CPP_CPU_SPEC: add mcpu=7400.
81 RTX_COSTS: Fix timing info for 7450 multiply.
82 * config/rs6000/rs6000.md: Fix timing info for 7450 imul.
83 Allow floats to be kept in int regs in movsf_low,
84 movsf_low_st (Darwin only)
86 2001-12-17 Aldy Hernandez <aldyh@redhat.com>
88 * config/rs6000/rs6000.c (vrsave_operation): Recognize SETs in
90 (is_gpr_return_reg): New.
91 (rs6000_emit_prologue): Call generate_set_vrsave with additional
92 argument. Save only registers in the mask. Attach
93 REG_FRAME_RELATED_EXPR note to altivec offsets. Do not call
94 rs6000_frame_related when saving VRSAVE.
95 (rs6000_emit_epilogue): Call generate_set_vrsave with additional
96 argument. Restore only registers in the mask. Restore altivec
97 registers after we restore CR.
98 (generate_set_vrsave): New parameter epiloguep. Generate unspec
99 sets instead of clobbers for call saved registers.
100 (altivec_frame_fixup): New.
102 2001-12-17 Richard Henderson <rth@redhat.com>
104 * config/sparc/sparc.md (movdi_zero): Remove.
105 (movdi_insn_sp32_v9): New.
107 2001-12-17 Richard Henderson <rth@redhat.com>
109 * cfgcleanup.c (outgoing_edges_match): Check for insn match with
110 a single outgoing edge too.
112 Mon Dec 17 18:27:52 CET 2001 Jan Hubicka <jh@suse.cz>
114 * cfgrtl.c (redirect_edge_and_branch): Do simplify abnormal
115 edges resulting from computed jump
117 Mon Dec 17 17:57:05 CET 2001 Jan Hubicka <jh@suse.cz>
119 * Makefile.in (cfgcleanup.o): Add cselib.h dependancy.
120 * basic-block.h (CLEANUP_THREADING): New constant.
121 * cfgcleanup.c: Include cselib.h
122 (thread_jump, mark_effect): New functions.
123 (try_forward_edges): Do jump threading when asked for.
124 * jump.c (mark_modified_reg, save_regs, num_same_regs, modified_regs,
125 modified_mem, thread_jumps, rtx_equal_for-thread_p): Kill.
126 * rtl.h (thread_jumps, rtx_equal_for_thread_p): Kill.
127 * toplev.c (rest_of_compilation): Do now call thread_jumps; use
128 CLEANUP_THREAD instead.
130 2001-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
132 * sparc/linux.h (STARTFILE_SPEC): Fix typo in last change.
134 2001-12-17 Tom Rix <trix@redhat.com>
136 * config/rs6000/rs6000.c (expand_block_move): Fix limits on max size
139 2001-12-17 Richard Sandiford <rsandifo@redhat.com>
141 * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op,
142 asm_out.integer): New fields.
143 * target-def.h (TARGET_ASM_BYTE_OP, TARGET_ASM_ALIGNED_[HSDT]I_OP,
144 TARGET_ASM_UNALIGNED_[HSDT]I_OP, TARGET_ASM_INTEGER): New initialisers.
145 (TARGET_ASM_ALIGNED_INT_OP, TARGET_ASM_UNALIGNED_INT_OP): Collect
146 the individual initialisers together.
147 (TARGET_ASM_OUT): Add the new initialisers.
148 * output.h (assemble_integer): Return bool.
149 (integer_asm_op): Declare.
150 (default_assemble_integer): Declare.
151 (assemble_aligned_integer): New interface to assemble_integer.
152 * varasm.c (integer_asm_op): New function to select pseudo-op.
153 (default_assemble_integer): Default implementation of asm_out.integer.
154 (assemble_integer): Use the new target hook. Split objects into
155 words or bytes if the target hook fails. Return bool.
156 * doc/tm.texi (ASM_OUTPUT_CHAR, ASM_OUTPUT_BYTE, ASM_OUTPUT_SHORT,
157 ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT, ASM_OUTPUT_QUADRUPLE_INT,
158 UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
159 UNALIGNED_DOUBLE_INT_ASM_OP): Undocument.
160 Document new target hooks.
162 * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Use integer_asm_op.
163 * dwarf2asm.c (unaligned_integer_asm_op): Remove.
164 (dw2_assemble_integer): New.
165 (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
166 dw2_asm_output_pcrel, dw2_asm_output_addr, dw2_asm_output_addr_rtx,
167 dw2_asm_output_encoded_addr_rtx): Use it.
168 (dw2_asm_output_nstring): Use assemble_integer for the null terminator.
169 (dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128): Use
170 integer_asm_op to get the byte pseudo-op. Use assemble_integer
172 * dwarf2asm.h (dw2_assemble_integer): Declare.
173 * dwarfout.c: Include dwarf2asm.h. Use dwarf2 functions for the
174 default implementation of most macros.
175 (output_unsigned_leb128): Use dw2_asm_output_data.
176 (output_signed_leb128, dwarfout_source_line): Likewise.
177 (output_reg_number): Use dw2_assemble_integer.
178 (generate_macinfo_entry): Separate the type and offset arguments.
179 Use assemble_integer to write the value.
180 (dwarfout_start_source_file): Update generate_macinfo_entry usage.
181 (dwarfout_end_source_file, dwarfout_define, dwarfout_undef): Likewise.
182 * final.c (output_addr_const): Don't put brackets round a subtracted
184 * halfpic.c (half_pic_finish): Use assemble_aligned_integer.
186 * config/1750a/1750a.c (assemble_integer_1750a): New,
187 * config/alpha/alpha.h (literal_section): Avoid ASM_OUTPUT_INT.
188 * config/arc/arc.c (arc_assemble_integer): New.
189 * config/arc/arc.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_INT.
190 * config/arm/arm.c (arm_poke_function_name): Likewise.
191 (arm_assemble_integer): New, extracted from...
192 * config/arm/arm.h (OUTPUT_INT_ADDR_CONST): ...here, now removed.
193 (ARM_TRAMPOLINE_TEMPLATE, ARM_FUNCTION_PROFILER): Avoid ASM_OUTPUT_INT.
194 (ARM_FUNCTION_PROFILER): Likewise.
195 * config/avr/avr-protos.h (asm_output_byte): Remove.
196 (asm_output_char, asm_output_short): Remove.
197 * config/avr/avr.c (avr_assemble_integer): New.
198 (asm_output_byte, asm_output_char, asm_output_short): Remove.
199 * config/clipper/clipper.h (ASM_LONG): Remove.
200 * config/dsp16xx/dsp16xx-protos.h (asm_output_long): Remove.
201 * config/dsp16xx/dsp16xx.c (asm_output_long): Remove.
202 * config/elxsi/elxsi.c (elxsi_assemble_integer): New.
203 * config/i370/i370.c (i370_hlasm_assemble_integer): New.
204 * config/i370/i370.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_SHORT.
205 (ASM_BYTE, ASM_SHORT, ASM_LONG): Delete.
206 * config/i386/att.h, (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
207 * config/i386/linux.h (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Use
208 ASM_LONG instead of UNALIGNED_INT_ASM_OP.
209 * config/i386/sco5.h (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
210 (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
211 * config/i386/sysv4.h (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Use
212 ASM_LONG instead of UNALIGNED_INT_ASM_OP.
213 * config/i860/fx2800.h (ASM_FILE_END): Avoid ASM_LONG.
214 * config/i860/i860.c (i860_output_function_epilogue): Likewise.
215 * config/i860/i860.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_INT.
216 (ASM_SHORT, ASM_LONG): Undefine.
217 * config/i860/paragon.h (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
218 * config/i860/sysv3.h (ASM_OUTPUT_ASCII): Likewise.
219 * config/i960/i960.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_INT.
220 * config/ia64/ia64.c (ia64_assemble_integer): New.
221 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use integer_asm_op.
222 (ASM_OUTPUT_DWARF_PCREL): Likewise.
223 * config/m68hc11/m68hc11.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
224 ASM_OUTPUT_ADDR_DIFF_ELT, ASM_OUTPUT_ADDR_VEC_ELT): Avoid ASM_LONG.
225 (ASM_SHORT, ASM_LONG): Remove.
226 * config/m68k/m68k.h (INT_OP_GROUP): New macro.
227 (INT_OP_STANDARD, INT_OP_DOT_WORD, INT_OP_NO_DOT, INT_OP_DC): New
228 macros, the allowed values for INT_OP_GROUP.
229 * config/m68k/amix.h (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP
230 * config/m68k/atari.h (ASM_OUTPUT_ASCII): Likewise
231 * config/m68k/m68kelf.h (ASM_OUTPUT_ASCII): Likewise
232 * config/m68k/auxas.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP): Remove.
233 (INT_OP_GROUP): Define to INT_OP_NO_DOT.
234 * config/m68k/dpx2.h (ASM_LONG): Undefine.
235 (INT_OP_GROUP): Define to INT_OP_DC.
236 * config/m68k/dpx2g.h (ASM_LONG): Undefine.
237 * config/m68k/hp320.h (INT_OP_GROUP): Define to INT_OP_NO_DOT.
238 * config/m68k/lynx.h (ASM_LONG): Undefine.
239 * config/m68k/dpx2g.h (ASM_LONG): Undefine.
240 * config/m68k/m68kelf.h (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
241 * config/m68k/m68kv4.h (ASM_OUTPUT_ASCII): Likewise.
242 (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_*.
243 * config/m68k/mot3300.h (INT_OP_GROUP): Define to INT_OP_STANDARD
244 for GAS and INT_OP_NO_DOT otherwise.
245 (ASM_CHAR, ASM_BYTE, ASM_SHORT, ASM_LONG): Remove.
246 (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
247 ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Avoid ASM_LONG.
248 (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
249 * config/m68k/sgs.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP): Remove.
250 (INT_OP_GROUP): Define to INT_OP_STANDARD.
251 (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
252 ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Avoid LONG_ASM_OP.
253 (ASM_OUTPUT_ASCII): Avoid BYTE_ASM_OP.
254 * config/m68k/tower-as.h (ASM_LONG): Remove.
255 (INT_OP_GROUP): Define to INT_OP_NO_DOT.
256 * config/m88k/m88k.c (output_tdesc): Avoid ASM_LONG.
257 * config/m88k/m88k.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_INT.
258 (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Avoid ASM_LONG.
259 * config/mips/iris5.h (TARGET_IRIX5): Define.
260 * config/mips/mips.c (mips_assemble_integer): New.
261 * config/mips/sni-svr4.h (ASM_LONG): Undefine.
262 * config/mmix/mmix-protos.h (mmix_asm_output_double_int): Remove.
263 * config/mmix/mmix.c (mmix_assemble_integer): New.
264 (mmix_asm_output_double_int): Remove.
265 (mmix_print_operand): Call mmix_output_octa directly.
266 * config/mmix/mmix.h (ASM_LONG): Remove.
267 * config/ns32k/ns32k.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_INT.
268 * config/pa/pa.c (pa_assemble_integer): New.
269 (pa_override_options): Only use aligned DI ops on 64-bit targets.
270 Only use the unaligned ops if TARGET_GAS.
271 * config/pdp11/pdp11.c (pdp11_assemble_integer): New.
272 * config/pdp11/pdp11.h (TRAMPOLINE_TEMPLATE): Avoid ASM_OUTPUT_SHORT.
273 * config/pj/pj.h (ASM_LONG): Undefine.
274 * config/rs6000/linux64.h (RELOCATABLE_NEEDS_FIXUP): Undefine.
275 * config/rs6000/rs6000.c (rs6000_assemble_integer): New, mostly
276 extracted from ASM_OUTPUT_INT in sysv4.h. Use in_text_section()
277 and in_toc_section() rather than the in_section variable.
278 (rs6000_override_options): Only use DI ops when TARGET_POWERPC64.
279 * config/rs6000/sysv4.h (TOC_SECTION_FUNCTION): Add in_toc_section().
280 (RELOCATABLE_NEEDS_FIXUP): Define.
281 * config/rs6000/xcoff.h (DOUBLE_INT_ASM_OP): Change space to tab.
282 * config/s390/linux.h (ASM_SHORT, ASM_LONG, ASM_QUAD): Remove.
283 (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Use integer_asm_op
284 to get the word directive.
285 (ASM_OUTPUT_ASCII): Avoid ASM_BYTE_OP.
286 * config/s390/s390.c (s390_assemble_integer): New.
287 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Use
288 integer_asm_op to get the word directive.
289 * config/sparc/sol2.h (ASM_SHORT, ASM_LONG): Remove.
290 * config/sparc/sparc-protos.h (output_double_int): Remove.
291 * config/sparc/sparc.c (output_double_int): Move to...
292 (sparc_assemble_integer): ...this new function.
293 (sparc_override_options): Only use .uaxword if TARGET_ARCH64.
294 * config/sparc/sparc.h (ASM_SHORT, ASM_LONG, ASM_LONGLONG): Remove.
295 * config/sparc/sysv4.h (ASM_LONG): Remove.
296 (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Avoid
298 * config/vax/vax.h (TRAMPOLINE_TEMPLATE): Use assemble_aligned_integer.
299 * config/we32k/we32k.h (TRAMPOLINE_TEMPLATE): Likewise.
301 * config/1750a/1750a.c, config/a29k/a29k.c, config/alpha/alpha.c,
302 config/arc/arc.c, config/arm/arm.c, config/avr/avr.c, config/c4x/c4x.c,
303 config/clipper/clipper.c, config/convex/convex.c, config/cris/cris.c,
304 config/d30v/d30v.c, config/dsp16xx/dsp16xx.c, config/elxsi/elxsi.c,
305 config/fr30/fr30.c, config/h8300/h8300.c, config/i370/i370.c,
306 config/i386/i386.c, config/i860/i860.c, config/i960/i960.c,
307 config/ia64/ia64.c, config/m32r/m32r.c, config/m68hc11/m68hc11.c,
308 config/m68k/m68k.c, config/m88k/m88k.c, config/mips/mips.c,
309 config/mmix/mmix.c, config/mn10200/mn10200.c, config/mn10300/mn10300.c,
310 config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
311 config/sh/sh.c, config/sparc/sparc.c, config/stormy16/stormy16.c,
312 config/v850/v850.c, config/vax/vax.c, config/we32k/we32k.c
313 (TARGET_ASM_BYTE_OP, TARGET_ASM_ALIGNED_HI_OP,
314 TARGET_ASM_ALIGNED_SI_OP, TARGET_ASM_ALIGNED_DI_OP,
315 TARGET_ASM_UNALIGNED_HI_OP, TARGET_ASM_UNALIGNED_SI_OP,
316 TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_INTEGER): Redefine as
319 * config/defaults.h, config/darwin.h, config/elfos.h, config/svr3.h,
320 config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
321 config/arc/arc.h, config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h,
322 config/clipper/clipper.h, config/convex/convex.h, config/cris/cris.h,
323 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
324 config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
325 config/i386/bsd.h, config/i386/djgpp.h, config/i386/i386.h,
326 config/i386/sco5.h, config/i386/sol2.h, config/i386/sun386.h,
327 config/i860/i860.h, config/i960/i960.h, config/ia64/ia64.h,
328 config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/auxas.h,
329 config/m68k/dpx2.h, config/m68k/hp320.h, config/m68k/m68k.h,
330 config/m68k/mot3300.h, config/m68k/sgs.h, config/m68k/tower-as.h,
331 config/m88k/m88k.h, config/mcore/mcore-elf.h, config/mcore/mcore.h,
332 config/mips/iris5.h, config/mips/iris6.h, config/mips/mips.h,
333 config/mmix/mmix.h, config/mn10200/mn10200.h, config/mn10300/mn10300.h
334 config/ns32k/encore.h, config/ns32k/ns32k.h, config/pa/pa-64.h,
335 config/pa/pa.h, config/pdp11/pdp11.h, config/pj/pj.h,
336 config/romp/romp.h, config/rs6000/linux64.h, config/rs6000/rs6000.h,
337 config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/linux.h,
338 config/sh/sh.h, config/sparc/linux64.h, config/sparc/sol2.h,
339 config/sparc/sp64-elf.h, config/sparc/sparc.h, config/sparc/sysv4.h,
340 config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
341 config/we32k/we32k.h (ASM_OUTPUT_CHAR, ASM_OUTPUT_BYTE, ASM_BYTE_OP,
342 ASM_BYTE, ASM_OUTPUT_SHORT, ASM_OUTPUT_INT, ASM_OUTPUT_DOUBLE_INT,
343 UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
344 UNALIGNED_DOUBLE_INT_ASM_OP): Undefine, where defined.
346 2001-12-17 Stan Shebs <shebs@apple.com>
348 * config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Define.
349 (STACK_BOUNDARY): Remove definition.
350 (CPP_PREDEFINES): Define __POWERPC__.
352 2001-12-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
354 * doc/c-tree.texi (Trees): Only refer to GCC.
356 2001-12-17 Andreas Jaeger <aj@suse.de>
358 * c-common.def: Fix typo in comment.
360 2001-12-16 David O'Brien <obrien@FreeBSD.org>
362 * config.gcc (sparc64-*-freebsd*): Add target.
363 * config/sparc/freebsd.h: New file.
364 * config/sparc/sparc.h (LIB_SPEC, LINK_SPEC): Don't define.
365 * config/sparc/sunos4.h (LIB_SPEC, LINK_SPEC): Define.
366 * config/sparc/sysv4.h (CPP_PREDEFINES): Undefine before defining.
368 2001-12-16 Aldy Hernandez <aldyh@redhat.com>
370 * config/rs6000/rs6000.c (rs6000_legitimize_address): Force both
371 PLUS operands into registers for altivec mode.
373 2001-12-16 Aldy Hernandez <aldyh@redhat.com>
375 * builtins.c (apply_args_size): Change regno to unsigned.
377 2001-12-16 Aldy Hernandez <aldyh@redhat.com>
379 * config/rs6000/rs6000.h (FUNCTION_ARG_REGNO_P): Change
380 ALTIVEC_ARG_MAX_REG to ALTIVEC_ARG_NUM_REG.
382 2001-12-16 Zack Weinberg <zack@codesourcery.com>
384 * c-typeck.c (error_init, pedwarn_init, warning_init): Call
385 gettext on argument before printing.
387 * fold-const.c (negate_expr): Always call fold on new
390 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
392 * c-common.def (COMPOUND_LITERAL_EXPR): Contain a DECL_STMT, not
394 * c-common.h (COMPOUND_LITERAL_EXPR_DECL_STMT): New.
395 (COMPOUND_LITERAL_EXPR_DECL): Adjust definition.
396 * c-decl.c (build_compound_literal): Put the decl inside a
398 * doc/c-tree.texi (COMPOUND_LITERAL_EXPR): Update documentation.
401 2001-12-16 Aldy Hernandez <aldyh@redhat.com>
403 * config.gcc: Add powerpc-*-eabisimaltivec*.
405 2001-12-16 Neil Booth <neil@daikokuya.demon.co.uk>
407 * c-common.c, c-common.h (back_end_hook): Remove.
408 * c-lang.c (finish_file): Remove back_end_hook.
410 Sun Dec 16 13:13:01 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
412 * expr.c (highest_pow2_factor, case INTEGER_CST): Fix error in
415 2001-12-16 Richard Henderson <rth@redhat.com>
417 * toplev.c (parse_options_and_default_flags): Don't enable
418 flag_cprop_registers at -O1.
420 2001-12-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
422 * avr.c (avr_simplify_comparision_p, adjust_insn_length,
423 mask_one_bit_p, output_reload_insisf): Don't use the 'U' suffix.
424 * avr.h (reg_class): Likewise.
426 * mcore.c (try_constant_tricks, mcore_byte_offset,
427 mcore_halfword_offset): Likewise.
428 * sh.c (shl_sext_kind, gen_block_redirect, split_branches): Likewise.
429 * v850.c (not_power_of_two_operand): Likewise.
431 * clipper/clix.h (ASM_OUTPUT_ASCII): Avoid signed/unsigned
433 * convex.h (ASM_OUTPUT_ASCII): Likewise.
434 * i370.h (ASM_OUTPUT_ASCII): Likewise.
435 * i386/att.h (ASM_OUTPUT_ASCII): Likewise.
436 * i386/i386-interix.h (ASM_OUTPUT_ASCII): Likewise.
437 * i386/i386elf.h (ASM_OUTPUT_ASCII): Likewise.
438 * i386/ptx4-i.h (ASM_OUTPUT_ASCII): Likewise.
439 * i386/sco5.h (ASM_OUTPUT_ASCII): Likewise.
440 * i386/sun386.h (ASM_OUTPUT_ASCII): Likewise.
441 * i386/sysv4.h (ASM_OUTPUT_ASCII): Likewise.
442 * i860/bsd.h (ASM_OUTPUT_ASCII): Likewise.
443 * m68k/3b1.h (ASM_OUTPUT_ASCII): Likewise.
444 * m68k/amix.h (ASM_OUTPUT_ASCII): Likewise.
445 * m68k/atari.h (ASM_OUTPUT_ASCII): Likewise.
446 * m68k/crds.h (ASM_OUTPUT_ASCII): Likewise.
447 * m68k/hp320.h (ASM_OUTPUT_ASCII): Likewise.
448 * m68k/m68kv4.h (ASM_OUTPUT_ASCII): Likewise.
449 * m68k/mot3300.h (ASM_OUTPUT_ASCII): Likewise.
450 * m68k/sgs.h (ASM_OUTPUT_ASCII): Likewise.
451 * m68k/tower-as.h (ASM_OUTPUT_ASCII): Likewise.
452 * mips/bsd-5.h (ASM_OUTPUT_ASCII): Likewise.
453 * mips/mips-5.h (ASM_OUTPUT_ASCII): Likewise.
454 * mips/svr3-5.h (ASM_OUTPUT_ASCII): Likewise.
455 * mips/svr4-5.h (ASM_OUTPUT_ASCII): Likewise.
456 * ns32k/encore.h (ASM_OUTPUT_ASCII): Likewise.
457 * vax/vaxv.h (ASM_OUTPUT_ASCII): Likewise.
458 * we32k/we32k.h (ASM_OUTPUT_ASCII): Likewise.
460 * i386/uwin.h (MD_STARTFILE_PREFIX): Avoid redefinition warnings.
461 * interix.h (TARGET_MEM_FUNCTIONS): Likewise.
462 * psos.h (CPP_PREDEFINES): Likewise.
463 * rs6000/linux64.h (ROUND_TYPE_ALIGN): Likewise.
464 * rs6000/xcoff.h (RS6000_MCOUNT, RS6000_ITRUNC, RS6000_UITRUNC,
465 ASM_OUTPUT_EXTERNAL): Likewise.
466 * sparc/liteelf.h (DWARF_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO):
468 * sparc/sp64-elf.h (UNALIGNED_DOUBLE_INT_ASM_OP): Likewise.
469 * sparc/sp86x-elf.h (DWARF_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO):
471 * sparc/sunos4.h (SUNOS4_SHARED_LIBRARIES): Likewise.
473 * c-lex.c (lex_number): Use ISXDIGIT/hex_value.
474 * vax/xm-vms.h (FILE_NAME_NONDIRECTORY): Use ISUPPER/TOLOWER.
475 * fold-const.c (real_hex_to_f): Use hex_value.
476 * real.c (asctoeg): Use hex_value & ISXDIGIT.
477 * toplev.c (toplev_main): Call hex_init.
478 * tradcpp.c (main): Call hex_init.
480 * nextstep-protos.h: New file.
481 * nextstep.c: Include "rtl.h", "output.h" & "tm_p.h".
482 * nextstep.h (INCLUDE_DEFAULTS): Delete LOCAL_INCLUDE_DIR and
483 STANDARD_INCLUDE_DIR from the CROSS_COMPILE clause.
484 (nextstep_asm_out_constructor, nextstep_asm_out_destructor,
485 handle_pragma): Move prototypes to nextstep-protos.h.
486 * config.gcc (i[34567]86-next-*, m68k-next-nextstep2*,
487 m68k-next-nextstep[34]*): Append nextstep-protos.h to tm_p_file.
489 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
492 * configure.in: Add AC_SUBST(target_alias).
493 * configure: Regenerated.
495 2001-12-15 Richard Henderson <rth@redhat.com>
497 * config/alpha/alpha.md (sibcall_osf_1_er): New.
498 (sibcall_value_osf_1_er): New.
500 2001-12-15 Dan Nicolaescu <dann@ics.uci.edu>
502 * config/sparc/sparc.c (mems_ok_for_ldd_peep): Rename from
503 addrs_ok_for_ldd_peep_withmem; take MEMs as parameters, not
504 addrs; eliminate restriction of only using fp and sp as base
506 * config/sparc/sparc-protos.h: Update.
507 * config/sparc/sparc.md (movdi): Use TARGET_V9 not TARGET_ARCH64.
508 (*cmp_cc_set, *cmp_ccx_set64, *movdi_zero): New insns derived
509 from old define_peepholes.
510 Convert all the ldd/std peepholes to peephole2.
512 2001-12-15 Ulrich Weigand <uweigand@de.ibm.com>
514 * s390.md (prologue, epilogue, *return_si, *return_di): New.
515 s390.c (find_unused_clobbered_reg, s390_frame_info,
516 save_fpr, restore_fpr, s390_emit_prologue, s390_emit_epilogue): New.
517 s390-protos.h (s390_emit_prologue, s390_emit_epilogue): Declare.
518 s390.c (s390_arg_frame_offset): Use s390_frame_info.
519 (leaf_function_flag, cur_is_leaf_function,
520 save_fprs, restore_fprs, force_const_mem_late): Remove.
521 (s390_function_prologue, s390_function_epilogue): Mostly remove.
522 s390.md (lit): New. Uses ...
523 s390.c (s390_output_constant_pool): ... this, so adapt and make global.
524 s390-protos.h (s390_output_constant_pool): Declare.
525 s390.md (load_multiple, store_multiple): Allow use after reload.
526 s390.c (load_multiple_operation, store_multiple_operation): Likewise.
527 s390.h (INCOMING_FRAME_SP_OFFSET): Define.
528 s390.h (CALL_REALLY_USED_REGISTERS): Define.
529 config/s390/linux64.h (CALL_USED_REGISTERS): Remove, now handled ...
530 s390.h (CONDITIONAL_REGISTER_USAGE): ... here.
531 s390.c (s390_sr_alias_set): New global variable, initialized ...
532 (override_options): ... here. New.
533 s390-protos.h (override_options): Declare.
534 s390.h (OVERRIDE_OPTIONS): Call it.
535 s390.c (s390_function_profiler): New.
536 s390-protos.h (s390_function_profiler): Declare.
537 s390.h (FUNCTION_PROFILER): Call it.
538 s390.c (s390_profile): Remove.
540 * s390.c (reg_used_in_mem_p): PC reload counts as memory access.
541 (addr_generation_dependency_p): Consider literal pool register loads.
542 (s390_adjust_priority): Do not schedule load_multiple.
543 s390.md (attribute "type"): Define some additional types.
544 (function_unit "integer"): Adapt.
545 (many insns): Adapt "type" attribute setting.
547 * s390.c (general_s_operand, s_imm_operand): New.
548 (s_operand): Remove old definition, call general_s_operand instead.
549 s390-protos.h (s_imm_operand): Declare.
550 s390.c (base_n_index_p, r_or_s_operand, r_or_s_or_im8_operand,
551 r_or_x_or_im16_operand, r_or_im8_operand): Remove.
552 s390-protos.h (r_or_s_operand, r_or_s_or_im8_operand,
553 r_or_x_or_im16_operand, r_or_im8_operand): Likewise.
554 s390.h (PREDICATE_CODES): Add s_imm_operand, remove r_or_s*_operand.
555 s390.md (many insns): Rework insn predicates.
557 * s390.c (legitimate_pic_operand_p, legitimate_constant_p): Accept all
558 non-symbolic constants. Reload will force them because of ...
559 (s390_preferred_reload_class): ... this. New.
560 s390-protos.h (s390_preferred_reload_class): Declare.
561 s390.h (PREFERRED_RELOAD_CLASS): Call it.
562 s390.md (movdi, movsi, movdf, movsf, *reload_la_64 splitters,
563 *reload_la_31 splitters): Handle constants after reload.
564 (many insns): no longer force all constants immediately.
565 s390.c (legitimate_reload_constant_p): New helper routine.
566 s390-protos.h (legitimate_reload_constant_p): Declare.
567 s390.c (print_operand): Clean up CONST_INT case, add CONST_DOUBLE case.
569 * s390.h (FIRST_PSEUDO_REGISTER, FRAME_POINTER_REGNUM,
570 HARD_FRAME_POINTER_REGNUM, REGISTER_NAMES): Add virtual frame pointer.
571 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS): Update.
572 (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET): Likewise.
573 (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_NONSTRICT_P): Likewise.
574 (DWARF_FRAME_REGISTERS): Define.
575 s390.c (regclass_map): Add virtual frame pointer.
576 (legitimate_la_operand_p): Allow use of virtual frame pointer.
577 s390.md (*la_ccclobber, *addaddr_ccclobber): New.
578 (addaddr, addsi_64): Delete.
580 * s390.h (HARD_REGNO_MODE_OK): Allow SImode and DImode values in
581 floating point registers.
582 (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P): Define.
583 (ADDR_FP_REGS, GENERAL_FP_REGS): New register classes.
584 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
586 * s390.md (movti): Replace multi-insn output with splitters.
587 (movdi_31, movdf_31): Likewise.
588 (movti_ss, movdi_ss, movsi_ss, movdf_ss, movsf_ss): New.
589 (movdi_lhi, movdi_lli, movdi_larl, movsi_lhi, movsi_lli): New.
590 (movdi_64, movdi_31, movsi, movdf_64, movdf_31): Adapt.
591 (movdf_soft_64, movdf_soft_31, movsf_soft): Remove.
592 (movsf_64, movsf_31): Remove, replace by ...
594 (movqi_64): Use lhi instead of llill.
595 (*movstrictqi, *movstricthi): Don't use (strict_low_part (mem)).
597 * s390.md (extendsidi2, *extendsidi2, extendhidi2, *extendhidi2,
598 extendqidi2, extendhisi2, *extendhisi2, extendqisi2,
599 extendqihi2 and associated splitters): Reworked.
600 (zero_extendsidi2, zero_extendsidi2, *zero_extendsidi2,
601 zero_extendhidi2, *zero_extendhidi2, zero_extendqidi2,
602 zero_extendqidi2, *zero_extendqidi2, zero_extendhisi2,
603 *zero_extendhisi2_64, zero_extendhisi2_31, zero_extendqisi2,
604 *zero_extendqisi2_64, *zero_extendqisi2_mem_31,
605 zero_extendqisi2_reg_31, zero_extendqihi2, *zero_extendqisi2_64,
606 zero_extendqihi2, zero_extendqihi2_64, zero_extendqihi2_31,
607 and associated splitters): Likewise.
608 (*sethighqisi, *sethighhisi, *sethighqidi_64, *sethighqidi_31
609 and associated splitters): New.
610 (truncdisi2, truncdihi2, truncdiqi2, truncsihi2, do_truncsihi2,
611 *truncsihi2_64, truncsiqi2, trunchiqi2): Remove.
612 (ashlhi3, ashrhi3, lshrhi3, abshi3): Remove.
613 s390.h (PROMOTE_PROTOTYPES): Remove.
614 config/s390/linux64.h (PROMOTE_PROTOTYPES): Likewise.
616 * s390.md (muldi3): Delete, use instead ...
617 (mulsidi3): ... this.
618 (*muldi3_64): Rename to muldi3.
619 (mulsi_6432): Fix template.
620 (divdi3, moddi3): Delete, replace by ...
621 (divmoddi4): ... this.
622 (divmodtidi3): Fix template.
624 (udivdi3, umoddi3): Delete, replace by ...
625 (udivmoddi4): ... this.
626 (udivmodtidi3): Fix template.
627 (divsi3, modsi3): Delete, replace by ...
628 (divmodsi4): ... this.
629 (divmoddisi3): Fix template.
630 (udivsi3, umodsi3): Adapt.
632 * s390.md (anddi3): Remove SS alternative, use instead ...
633 (anddi3_ss, anddi3_ss_inv): ... these.
635 (andsi3*, andhi3*, andqi3*): Likewise.
636 (iordi3): Remove SS alternative, use instead ...
637 (iordi3_ss, iordi3_ss_inv): ... these.
639 (iorsi3*, iorhi3*, iorqi3*): Likewise.
640 (iordi3_cc, iordi3_cconly, iorsi3_cc, iorsi3_cconly): New.
641 (xordi3): Remove SS alternative, use instead ...
642 (xordi3_ss, xordi3_ss_inv): ... these.
644 (xorsi3*, xorhi3*, xorqi3*): Likewise.
645 (xordi3_cc, xordi3_cconly, xorsi3_cc, xorsi3_cconly): New.
646 (one_cmpldi2, one_cmplsi2, one_cmplhi2, one_cmplqi2):
647 Expand to XOR with -1.
648 (*one_cmpldi2, *one_cmplsi2, *one_cmplhi2): Remove.
649 (cmpdi_tm): Delete, replace by ...
650 (cmpdi_tm_reg, cmpdi_tm_mem): ... these.
651 (cmpsi_cct): Delete, replace by ...
652 (cmpsi_tm_reg, cmpsi_tm_mem): ... these.
653 (cmpdi_tm2, cmpsi_tm2): Improve.
654 (cmphi_tm_sub, cmpqi_tm_sub, cmpqi_tm2, cmpqi_tm): New.
655 s390.c (s390_single_hi, s390_extract_hi,
656 s390_single_qi, s390_extract_qi): New helper routines.
657 s390-protos.h (s390_single_hi, s390_extract_hi,
658 s390_single_qi, s390_extract_qi): Declare.
659 s390.c (tmxx_operand, const1_operand): Remove.
660 s390-protos.h (tmxx_operand, const1_operand): Likewise.
661 s390.h (PREDICATE_CODES): Likewise.
663 * s390.md (sqrtdf2, sqrtsf2): New.
665 * s390.h (CRT_CALL_STATIC_FUNCTION): Define.
666 (check_and_change_labels): Remove section-change special case.
668 * s390.h (RETURN_ADDR_RTX): Fix use of __builtin_return_address
669 in leaf functions. Needs ...
670 (DYNAMIC_CHAIN_RTX): ... this. New.
672 * s390.c (emit_pic_move): Don't generate pseudos if no_new_pseudos.
674 * s390.md (movstrdix_64, movstrsix_31, movstrdi_64, movstrsi_31,
675 clrstrsi_64, clrstrsi_31, cmpstr_64, cmpstr_31): Do not clobber
676 input operands using a match_dup clause.
677 (movstrdi, movstrsi, clrstrdi, clrstrsi, cmpstrdi, cmpstrsi): Adapt.
679 * s390.md (floatdidf2, floatdisf2, floatsidf2, floatsidf2_ieee,
680 floatsisf2, floatsisf2_ieee): Add missing CC clobber.
682 * s390.md (floatsidf2_ibm): Use correct operand.
684 * s390.md (fixuns_truncdfdi2, fixuns_truncdfsi2, fix_truncdfsi2,
685 fixuns_truncsfdi2, fixuns_truncsfsi2, floatsidf2): Remove use of
686 non-portable constants.
687 s390.c (s390_gen_rtx_const_DI): New helper routine.
688 s390-protos.h (s390_gen_rtx_const_DI): Declare.
690 * s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Fix alignment.
692 * config/s390/linux.h (ASM_OUTPUT_SHORT, ASM_OUTPUT_CHAR,
693 ASM_OUTPUT_BYTE): Clean up assembly output.
694 (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGN): Remove duplicate definitions.
695 (ASM_OUTPUT_ASCII): Remove.
697 * config/s390/t-linux (CRTSTUFF_T_CFLAGS_S): Define.
699 2001-12-15 Zack Weinberg <zack@codesourcery.com>
701 * unwind-dw2-fde-glibc.c: #define _Unwind_Find_FDE to itself
702 before including unwind-dw2-fde.c, if we are not using the
703 special code in this file.
705 2001-12-15 Richard Henderson <rth@redhat.com>
707 * config/alpha/alpha.h (TARGET_SWITCHES): Turn on
708 MASK_EXPLICIT_RELOCS if the assembler supports it.
709 * configure.in (HAVE_AS_EXPLICIT_RELOCS): New.
710 * configure, config.in: Rebuild.
712 Sat Dec 15 17:53:03 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
714 * calls.c (emit_call_1): If ECF_SP_DEPRESSED, pretend have adjusted
715 for rounded_stack_size.
717 2001-12-15 Joseph S. Myers <jsm28@cam.ac.uk>
719 * c-typeck.c, config/i386/i386.h, config/mcore/mcore.h,
720 config/ns32k/ns32k.h, config/rs6000/sysv4.h, fold-const.c,
721 toplev.c, cppinit.c, cppmacro.c, gcc.c: Use "built-in" and
722 "bit-field" spellings in messages.
723 * po/gcc.pot: Regenerate.
725 2001-12-15 Joseph S. Myers <jsm28@cam.ac.uk>
727 * gcc.c, config/fr30/fr30.c, config/v850/v850-c.c, toplev.c: Use
728 American spelling in messages.
729 * po/gcc.pot: Regenerate.
731 2001-12-15 Kazu Hirata <kazu@hxi.com>
733 * config/h8300/h8300.md: Adjust whitespacing. Remove
734 constraints from expanders. Replace \@ with @.
736 2001-12-15 Richard Earnshaw <rearnsha@arm.com>
738 * arm/unknown-elf.h (CPP_PREDEFINES): Add a suitable default.
740 2001-12-15 Ulrich Weigand <uweigand@de.ibm.com>
742 * regrename.c (copyprop_hardreg_forward): Do not keep register
743 value data live across abnormal call or eh egdes.
745 Sat Dec 15 08:29:45 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
747 * expr.c (highest_pow2_factor, case INTEGER_CST): Return
748 BIGGEST_ALIGNMENT for 0.
750 Sat Dec 15 14:13:03 CET 2001 Jan Hubicka <jh@suse.cz>
752 * predict.def (PRED_NORETURN): Make probabilities match reality.
753 (PRED_OPCODE_POSITIVE, PRED_OPCODE_NONEQUAL, PRED_ERROR_RETURN):
756 2001-12-15 Jakub Jelinek <jakub@redhat.com>
758 * configure.in: Check for ld.
759 (HAVE_LD_EH_FRAME_HDR): Define if ld supports --eh-frame-hdr option.
760 * configure, config.in: Rebuilt.
761 * config.gcc: Add crtbeginT.o to extra_parts where needed.
762 * config/t-linux (LIB2ADDEH, LIB2ADDEHDEP): Use unwind-dw2-fde-glibc
763 frame unwinding on Linux.
764 * config/t-linux-gnulibc1 (LIB2ADDEH, LIB2ADDEHDEP): Use unwind-dw2-fde
766 * config/linux.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
767 (LINK_EH_SPEC): Define.
768 * config/i386/gnu.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
769 * config/ia64/linux.h (STARTFILE_SPEC, LINK_EH_SPEC): Define.
770 * config/ia64/fde-glibc.c (_Unwind_IteratePhdrCallback): Don't
771 iterate further if pc falls into current library, but fde was not
773 * config/sparc/linux.h (STARTFILE_SPEC): Use crtbeginT.o for -static
775 (LINK_EH_SPEC): Define.
776 * config/sparc/linux64.h (STARTFILE_SPEC32, STARTFILE_SPEC64):
777 Use crtbeginT.o for -static.
778 (LINK_EH_SPEC): Define.
779 * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
780 * Makefile.in (crtbeginT.o): Add rule.
781 * gcc.c (init_gcc_specs): For -static-libgcc, use -lgcc -lgcc_eh.
782 If neither -static-libgcc nor -shared-libgcc is passed and -shared,
783 use -lgcc if LINK_EH_SPEC is defined and -lgcc_s -lgcc if not.
784 If none of the above switches are passed, use -lgcc -lgcc_eh.
785 (init_spec): If LINK_EH_SPEC is defined, prepend it to link_spec.
786 * mklibgcc.in: Don't include LIB2ADDEH objects into libgcc.a if
787 creating libgcc_s.so, put them into separate libgcc_eh.a instead.
788 * unwind-dw2-fde.c: Don't include any headers if this file
789 is included from other .c file.
790 * unwind-dw2-fde-glibc.c: New file.
791 * crtstuff.c (USE_PT_GNU_EH_FRAME, USE_EH_FRAME_REGISTRY): Define.
792 Use it instead of EH_FRAME_SECTION_NAME where appropriate.
794 2001-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
796 * builtins.c (expand_builtin_memcmp): Mark parameter with
798 * cfgcleanup.c (insns_match_p): Likewise.
799 * regrename.c (mode_change_ok): Likewise.
800 * gcc.c (execute): Const-ify.
802 2001-12-14 Aldy Hernandez <aldyh@redhat.com>
804 * c-parse.in (typename): Do not split attributes.
805 Remove unsupported attributes warning.
807 * c-decl.c (groktypename): Apply attributes.
809 2001-12-14 Richard Henderson <rth@redhat.com>
811 * config/ia64/ia64.c (spill_restore_mem): Mark iterator
812 initialization as possibly dead.
814 2001-12-14 Richard Henderson <rth@redhat.com>
816 * regrename.c (mode_change_ok): New.
817 (find_oldest_value_reg): Use it.
819 2001-12-14 Richard Henderson <rth@redhat.com>
821 * regrename.c (struct value_data): Add max_value_regs.
822 (init_value_data): Initialize it.
823 (kill_value): Kill values that overlap the dying register.
824 (set_value_regno): New.
825 (kill_set_value, kill_autoinc_value, copy_value): Use it.
826 (copyprop_hardreg_forward_1): Kill earlyclobber operands
827 before looking at inputs.
829 2001-12-14 David Edelsohn <edelsohn@gnu.org>
831 * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Handle
832 DECL_WEAK for function descriptors.
833 * config/rs6000/xcoff.h (HANDLE_PRAGMA_WEAK): Define if assembler
834 weak support present.
835 (ASM_WEAKEN_LABEL): Same.
837 2001-12-14 Kazu Hirata <kazu@hxi.com>
839 * config/h8300/h8300.md (anonymous pattern): Add a missing
842 2001-12-14 Kazu Hirata <kazu@hxi.com>
844 * config/h8300/h8300.c (h8300_adjust_insn_length): Fix a
847 2001-12-14 Kazu Hirata <kazu@hxi.com>
849 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
850 Remove the initialization requierment.
851 (h8300_handle_tiny_data_attribute): Likewise.
853 2001-12-14 Kazu Hirata <kazu@hxi.com>
855 * config/h8300/h8300.md (udivqi3): Remove.
864 (divmodqi3): Likewise.
865 (udivmodhi3): Likewise.
866 (divmodhi3): Likewise.
868 Sat Dec 15 01:39:12 CET 2001 Jan Hubicka <jh@suse.cz>
870 * cfgcleanup.c (flow_find_cross_jump): Replace tests for note
871 by active_insn_p; count conditional jump as instruction.
873 2001-12-14 DJ Delorie <dj@redhat.com>
874 Danny Smith <dannysmith@users.sourceforge.net>
876 * config/i386/cygwin.h (I386_PE_STRIP_ENCODING): Handle '*'
877 at SYM_NAME[0] or SYM_NAME[3].
878 (STRIP_NAME_ENCODING): Don't check for leading '*'.
880 2001-12-14 Ira Ruben <ira@apple.com>
882 Add -### option (displays driver-generated commands without
883 executing and quotes all arguments).
884 * doc/invoke.texi: Add -###.
885 * gcc.c (verbose_only_flag) - New flag.
886 * (execute): If -### write quoted arguments and return.
887 * (display_help): Print meaning of -###.
888 * (process_command): Handle -###.
890 2001-12-14 Ira Ruben <ira@apple.com>
892 Fix to no allow -save-temps to clobber user's source file.
893 * gcc.c: Add static globals input_stat and input_stat_set.
894 (do_spec_1): For 'g', 'u', 'U' case with save_temps_flag
895 set, check that user's input file is not overwritten.
896 (set_input): Reset input_stat_set for each new file.
898 Fri Dec 14 22:14:44 CET 2001 Jan Hubicka <jh@suse.cz>
900 * predict.c (estimate_probability): Fix LOOP_EXIT heuristic.
902 2001-12-14 Zack Weinberg <zack@codesourcery.com>
904 * combine.c (record_dead_and_set_regs): Use
905 regs_invalidated_by_call. Don't note stores for CALL_INSNs.
907 2001-12-14 Roger Sayle <roger@eyesopen.com>
909 * builtins.def: Rename BUILT_IN_FSQRT to BUILT_IN_SQRT and
910 __builtin_fsqrt to __builtin_sqrt.
912 * builtins.c (expand_builtin_mathfn,expand_builtin): Same.
913 * doc/extend.texi: Simplify documentation to match patch.
915 Fri Dec 14 21:23:54 CET 2001 Jan Hubicka <jh@suse.cz>
917 * config.gcc: Revamp target_cpu_default2 to strings;
918 support new x86 variants.
919 * i386.c (override_options): Default x86_cpu_string and x86_arch_string
920 properly; set prefetch_sse.
921 * i386.h (x86_prefetch_sse): Declare.
922 (TARGET_PREFETCH_SSE): New.
923 (CPP_CPU_DEFAULT_SPEC): Define according to the new macros.
924 (TARGET_CPU_DEFAULT_*): New.
926 Thu Dec 13 21:57:13 CET 2001 Janis Johnson <janis187@us.ibm.com>
927 Jan Hubicka <jh@suse.cz>
929 * config/i386/i386.h (struct processor_costs): Add new members
930 prefetch_block and simultaneous_prefetches.
931 (PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES): New.
932 * config/i386/i386.c (processor_costs structs): Add values for
933 prefetch_block and simultaneous_prefetches.
934 * config/i386/i386.md (unspec values): Remove values for prefetch
935 operations, which now use the PREFETCH rtx code.
936 (prefetch_sse, prefetch_3dnow, prefetchw): Combine to use new
937 unified prefetch support.
939 2001-12-14 Jason Merrill <jason@redhat.com>
941 * diagnostic.c (sorry): Increment sorrycount before saving the
944 Fri Dec 14 19:53:23 CET 2001 Jan Hubicka <jh@suse.cz>
946 * i386.md (sqrt?f): Fix conditionals.
948 Fri Dec 14 07:29:52 2001 Douglas B. Rupp <rupp@gnat.com>
950 * config.gcc (alpha64-dec-*vms*): New case.
951 * config/alpha/t-vms64, config/alpha/vms-crt0-64.c: New files.
952 * config/alpha/vms-psxcrt0-64.c, config/alpha/vms64.h: Likewise.
953 * config/alpha/xm-vms64.h: Likewise.
955 * config/alpha/alpha.c (vms_attribute_table): Add new attributes.
956 (alpha_write_linkage): Test for null alpha_links.
957 (SECTION_VMS_GLOBAL, SECTION_VMS_INITIALIZE): New section attributes.
958 (vms_section_type_flags, vms_asm_named_section): Handle them.
960 Fri Dec 14 12:05:14 CET 2001 Jan Hubicka <jh@suse.cz>
962 * i386.c (ix86_fpmath, ix86_fpmath_string): New.
963 (override_option): Set ix86_fpmath.
964 * i386.h (MASK_MIX_SSE_I387): Remove.
965 (TARGET_SSE_MATH): New.
966 (TARGET_MIX_SSE_I387): Use ix86_fpmath.
967 (TARGET_SWITCHES): Remove "mix-sse-i387".
968 (fpmath_unit): New enum.
969 (ix86_fpmath, ix86_fpmath_string): Declare.
970 * i386.md (swapsf): Fix condition.
971 (add?f, sub?f, mul?f, div?f, sqrt?f, min?f): Use TARGET_SSE_MATH.
972 (fp_?f_*_nosse): New.
973 (fp_*): Use TARGET_SSE_MATH.
974 * invoke.texi (-mfpmath): Document.
977 2001-12-14 Jason Merrill <jason@redhat.com>
979 * dwarf2out.c (output_die): Print the string in the comment for
982 2001-12-14 Richard Earnshaw <rearnsha@arm.com>
984 * netbsd.h (COLLECT_SHARED_INIT_FUNC)
985 (COLLECT_SHARD_FINI_FUNC): Remove redundant semicolon.
986 * doc/tm.texi (COLLECT_SHARED_INIT_FUNC)
987 (COLLECT_SHARD_FINI_FUNC): Use @code where appropriate.
989 2001-12-13 Richard Henderson <rth@redhat.com>
991 * regrename.c (kill_value_regno): Simplify chain removal.
992 (kill_value): Kill all of HARD_REGNO_NREGS.
993 (kill_set_value): Use kill_value not kill_value_regno.
994 (kill_autoinc_value): Likewise.
995 (copyprop_hardreg_forward): Don't collect refresh_blocks.
996 Call delete_noop_moves.
998 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
1000 * attribs.c (c_common_attribute_table): Swap decl_req and type_req
1001 for the mode attribute.
1002 (handle_mode_attribute): Handle types, not decls.
1004 2001-12-13 Jason Merrill <jason@redhat.com>
1006 * c-common.h (COMPOUND_STMT_BODY_BLOCK): New macro.
1008 2001-12-13 Aldy Hernandez <aldyh@redhat.com>
1010 * config/rs6000/rs6000.md (eh_set_lr_di): Change scratch
1011 constraint to base register.
1012 (eh_set_lr_si): Same.
1014 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
1016 * expr.c (expand_expr, case ADDR_EXPR): Don't honor
1017 flag_force_addr for modifier != EXPAND_CONST_ADDRESS,
1018 modifier != EXPAND_INITIALIZER and modifier != EXPAND_SUM.
1020 Thu Dec 13 20:30:08 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1022 * expr.c (copy_blkmode_from_reg): Add missing braces to eliminate
1023 warning and reformat comments.
1024 (expand_assignment): Don't pass EXPAND_WRITE if LHS is component.
1025 (highest_pow2_factor, case INTEGER_CST): Return BIGGEST_ALIGNMENT
1028 2001-12-12 Aldy Hernandez <aldyh@redhat.com>
1030 * config/rs6000/rs6000.c (rs6000_override_options): Add
1031 SUBSUBTARGET_OVERRIDE_OPTIONS.
1033 * config/rs6000/eabialtivec.h: New file.
1035 * config/rs6000/linuxaltivec.h: New file.
1037 * config.gcc: Add powerpc-*-eabialtivec and
1038 powerpc-*-linux-gnualtivec.
1040 2001-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
1042 * toplev.c (process_options, parse_options_and_default_flags):
1043 Set flag_no_inline before the post_options hook.
1045 2001-12-13 Richard Henderson <rth@redhat.com>
1047 * emit-rtl.c (adjust_address_1): Don't adjust address if adjust
1050 2001-12-13 Richard Earnshaw <rearnsha@arm.com>
1052 * collect2.c (COLLECT_SHARED_INIT_FUNC)
1053 (COLLECT_SHARD_FINI_FUNC): Define default values.
1054 (write_c_file_stat): Use them to call construtor and destructor
1055 functions in shared libraries.
1056 * doc/tm.texi (COLLECT_SHARED_INIT_FUNC)
1057 (COLLECT_SHARD_FINI_FUNC): Document them.
1058 * config/netbsd.h (COLLECT_SHARED_INIT_FUNC)
1059 (COLLECT_SHARD_FINI_FUNC): Define.
1061 * config/netbsd.h (LINK_SPEC): Don't pull in estart if creating a
1062 shared library. Pass -shared through to the linker.
1063 * config/arm/netbsd.h (LINK_SPEC): Likewise.
1065 * config/arm/t-netbsd (TARGET_LIBGCC2_CFLAGS): Add -fpic.
1066 (SHLIB_EXT, SHLIB_NAME, SHLIB_SONAME, SHLIB_OBJS, SHLIB_LINK)
1067 (SHLIB_INSTALL): Define.
1069 2001-12-13 Richard Earnshaw <rearnsha@arm.com>
1071 * arm.c (legitimize_pic_address): Handle LABEL_REFs in substantially
1072 the same way as we handle SYMBOL_REFS.
1074 Thu Dec 13 07:47:24 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1076 * loop.c (remove_constant_addition): Fix prototype and whitespace.
1077 (emit_prefetch_instructions): Remove warnings and whitespace
1080 Thu Dec 13 06:48:38 2001 Douglas B. Rupp <rupp@gnat.com>
1082 * config/alpha/vms-cc.c (preprocess_args): Fix forward
1085 Thu Dec 13 12:31:07 CET 2001 Jan Hubicka <jh@suse.cz>
1087 * predict.c (estimate_probability): Reorganize opcode heuristics.
1088 * predict.def (PRED_OPCODE_POSITIVE, PRED_OPCODE_NONEQUAL,
1089 PRED_FPOPCODE): New.
1091 * i386.c (override_options): Recognize various CPU variants and set
1092 SSE/MMX/3dNOW flags accordingly.
1093 * i386.h (MASK_MMX_SET, MASK_SSE_SET, MASK_SSE2_SET, MASK_3DNOW_SET,
1094 MASK_3DNOW_A_SET): New.
1095 (MASK_ACCUMULATE_OUTGOING_ARGS_SET): New.
1096 (MASK_NO_ACCUMULATE_OUTGOING_ARGS): Delete.
1098 (TARGET_FLAGS): Use new masks.
1099 (CPP_CPU_SPECS): Recognize new CPU variants.
1100 * invoke.texi (-mcpu): Update documentation.
1102 * flags.h (flag_prefetch_loop_arrays): Declare.
1103 * loop.h (LOOP_PREFETCH): Define new constant.
1104 * loop.c (strength_reduce): Call emit_prefetch_instructions.
1105 (MAX_PREFETCHES, PREFETCH_BLOCKS_BEFORE_LOOP_MAX,
1106 PREFETCH_BLOCKS_BEFORE_LOOP_MIN, PREFETCH_BLOCKS_IN_LOOP_MIN): New
1108 (check_store_data): New structure.
1109 (check_store, emit_prefetch_instructions, rtx_equal_for_prefetch_p):
1111 * toplev.c: Include insn-flags.h.
1112 (flag_prefetch_loop_arrays): New global variable.
1113 (lang_independent_option): Add -fprefetch-loop-arrays.
1114 (rest_of_compilation) Pass LOOP_PREFETCH when flag_prefetch_loop_arrays
1116 * Makefile.in (toplev.c): Depend on insn-flags.h.
1117 * invoke.texi (-fprefetch-loop-arrays): Document.
1119 * predict.c (estimate_probability): Distribute the loop exit
1120 probability according to number of exit edges.
1122 * cfgcleanup.c (insns_match_p): Break out from ...;
1123 (flow_find_cross_jump): ... here;
1124 (outgoing_edges_match): Add parameter MODE; attempt to match everything
1125 except for tablejumps.
1126 (try_crossjump_to_edge): Accept complex edges.
1127 (try_crossjump_bb): Likewise.
1129 2001-11-29 Corey Minyard <minyard@acm.org>
1131 * recog.c (validate_replace_rtx_1): Use simplify_gen_binary
1132 instead of plus_constant.
1133 * simplify-rtx.c (neg_const_int): New.
1134 (simplify_gen_binary, simplify_plus_minus): Use it.
1136 2001-12-12 Roger Sayle <roger@eyesopen.com>
1138 * builtins.c (expand_builtin_memset, expand_builtin_memcpy,
1139 expand_builtin_strcpy): Additional arguments TARGET and MODE.
1140 (expand_builtin_bzero, expand_builtin_strcpy,
1141 expand_builtin_strncpy, expand_builtin_bzero): Pass additional
1142 TARGET and MODE parameters to the above functions.
1143 (expand_builtin_memset, expand_builtin_memcpy): Optimize the
1144 case where the LEN parameter is constant zero.
1145 (expand_builtin_memcmp): No longer conditional on
1146 HAVE_cmpstrsi. Take an additional mode parameter. Optimize
1147 the cases where len is either constant zero or one.
1148 Optimize to call to memcpy, even if the memcpy isn't inlined.
1149 (expand_builtin_strncpy): Optimize to call memcpy, even if the
1150 memcpy isn't inlined.
1151 (expand_builtin_strcmp, expand_builtin_strncmp): Always attempt
1152 to optimize to a call to memcmp.
1153 (expand_builtin): expand_builtin_memcmp can always be called,
1154 and pass the required parameters to expand_builtin_memcmp,
1155 expand_builtin_memset, expand_builtin_memcpy and
1156 expand_builtin_strcpy.
1158 2001-12-12 David O'Brien <obrien@FreeBSD.org>
1160 * config.gcc (arm-*-freebsd*): Add target.
1161 * config/arm/freebsd.h: New file.
1162 * config/arm/arm.h (CPP_PREDEFINES): Do not define.
1163 (CPP_SPEC): #undef before defining.
1164 (CPP_CPU_ARCH_SPEC): Add -Acpu=arm -Amachine=arm.
1165 * config/arm/conix-elf.h (CPP_PREDEFINES): Remove -Acpu=arm
1167 * config/arm/linux-elf.h: Likewise.
1168 * config/arm/netbsd.h: Likewise.
1169 * config/arm/riscix.h: Likewise.
1170 * config/arm/riscix1-1.h: Likewise.
1171 * config/arm/semiaof.h: Likewise.
1173 2001-12-12 Richard Henderson <rth@redhat.com>
1175 * regrename.c (copyprop_hardreg_forward): New optimization.
1176 (kill_value_regno, kill_value, init_value_data, kill_clobbered_value,
1177 kill_set_value, kill_autoinc_value, copy_value, find_oldest_value_reg,
1178 replace_oldest_value_reg, replace_oldest_value_addr,
1179 replace_oldest_value_mem, copyprop_hardreg_forward_1,
1180 debug_value_data, validate_value_data): New.
1181 * rtl.h (copyprop_hardreg_forward): Declare.
1182 * toplev.c (flag_cprop_registers): New.
1183 (f_options): Add -fcprop-registers
1184 (rest_of_compilation): Invoke it.
1185 (parse_options_and_default_flags): Set it at -O1.
1186 * doc/invoke.texi: Document it.
1188 2001-12-12 Jakub Jelinek <jakub@redhat.com>
1190 * dwarf2out.c (dw_val_class): Add dw_val_class_range_list.
1191 (DEBUG_RANGES_SECTION_LABEL): Define.
1192 (ranges_section_label): Add.
1193 (add_AT_range_list): New.
1194 (print_die, sizeof_die, value_format): Handle dw_val_class_range_list.
1195 (output_loc_list): Location expression length is always 2-byte.
1196 (output_die): Handle dw_val_class_range_list.
1197 (gen_lexical_block_die): Call add_AT_range_list.
1198 (dwarf2out_init): Initialize ranges_section_label.
1199 (dwarf2out_finish): Emit ranges_section_label.
1201 2001-12-12 Jakub Jelinek <jakub@redhat.com>
1203 * c-typeck.c (digest_init): Allow initializing
1204 static storage duration objects with compound literals.
1205 * doc/extend.texi (Compound literals): Document the extension.
1207 2001-12-12 Richard Henderson <rth@redhat.com>
1209 * emit-rtl.c (adjust_address_1): Always copy address to avoid
1212 Wed Dec 12 07:37:52 2001 Olivier Hainque <hainque@act-europe.fr>
1214 * stmt.c (expand_end_case): Do subtraction of lower bound as trees
1217 Wed Dec 12 07:35:24 2001 Douglas B. Rupp <rupp@gnat.com>
1219 * cppfiles.c (read_include_file): Set buffer size properly when
1220 file is shorter than expected.
1222 Wed Dec 12 08:35:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
1224 * objc/objc-act.c (encode_complete_bitfield): Fixed encoding
1225 enumeral types - encode them using 'i'.
1227 2001-12-12 Nathan Sidwell <nathan@codesourcery.com>
1229 * doc/extend.texi (Deprecated Features): Deprecate implicit
1230 typename. Document that named return and initializer lists are now
1233 2001-12-11 Roger Sayle <roger@eyesopen.com>
1235 * except.c (reachable_next_level): Handle ERT_UNKNOWN to avoid
1236 compiler warning about enumeration values not being handled.
1238 2001-12-11 Momchil Velikov <velco@fadata.bg>
1240 * config/fp-bit.c (pack_d): Cast to ``fractype'' for long long
1243 2001-12-11 Richard Henderson <rth@redhat.com>
1245 * config/alpha/alpha.h (TARGET_FIXUP_EV5_PREFETCH): New.
1246 * config/alpha/linux.h (TARGET_FIXUP_EV5_PREFETCH): New.
1247 * config/alpha/alpha.md (prefetch): New.
1249 2001-12-11 Richard Henderson <rth@redhat.com>
1251 * combine.c (simplify_and_const_int): Simplify (AND (PLUS X Y) C)
1252 if C has only low bits set and doesn't intersect with X or Y.
1254 Tue Dec 11 23:58:39 EST 2001 John Wehle (john@feith.com)
1256 * basic-block.h (flow_preorder_transversal_compute): Declare.
1257 * cfganal.c (flow_preorder_transversal_compute): Implement.
1259 Tue Dec 11 23:54:27 EST 2001 John Wehle (john@feith.com)
1261 * cfganal.c (flow_depth_first_order_compute): Always
1264 2001-11-30 Alan Matsuoka <alanm@redhat.com>
1266 * combine.c (combine_simplify_rtx) : Can't simplify
1267 cases that use mode class MODE_CC.
1269 2001-12-11 Richard Henderson <rth@redhat.com>
1271 * expmed.c (expand_divmod): Ignore sdiv_pow2_cheap for modes in
1272 which there is no divide expander.
1274 2001-12-11 Richard Henderson <rth@redhat.com>
1276 * except.c (sjlj_find_directly_reachable_regions): Don't
1277 consider RNL_BLOCKED a directly reachable region.
1278 (sjlj_assign_call_site_values): Trust directly_reachable.
1279 (sjlj_emit_dispatch_table): Likewise.
1281 2001-12-11 Richard Henderson <rth@redhat.com>
1283 * config/alpha/alpha.md (divmodsi_internal_er): Split, so that
1284 we represent the address load's dependency on the gp.
1285 (divmoddi_internal_er): Likewise.
1286 (divmodsi_internal_er_1, divmoddi_internal_er_1): New.
1288 2001-12-11 Richard Henderson <rth@redhat.com>
1290 * emit-rtl.c (widen_memory_access): New.
1291 * expr.h (widen_memory_access): Declare it.
1292 * config/alpha/alpha.c (get_aligned_mem): Use it.
1294 2001-12-11 Richard Henderson <rth@redhat.com>
1296 * combine.c (simplify_shift_const): Move SHIFT_COUNT_TRUNCATED
1297 simplification above out of range check.
1299 2001-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1301 * config/sparc/sparc.md (prefetch): New.
1303 2001-12-11 Aldy Hernandez <aldyh@redhat.com>
1305 * output.h (regno_uninitialized): Make argument unsigned.
1307 * flow.c (regno_uninitialized): Make regno unsigned.
1309 2001-12-11 David O'Brien <obrien@FreeBSD.org>
1311 * elfos.h (ENDFILE_SPEC, STARTFILE_SPEC): Do not define.
1312 * config/cris/cris.h (ENDFILE_SPEC): Define.
1313 * config/i386/i386elf.h ((ENDFILE_SPEC, STARTFILE_SPEC): Define.
1314 * config/pa/elf.h: Likewise.
1316 2001-12-11 Richard Henderson <rth@redhat.com>
1318 * objc/objc-act.c (build_string_class_template): New.
1319 (build_objc_string_object): Call it.
1321 2001-12-11 Steve Ellcey <sje@cup.hp.com>
1323 * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.
1324 * defaults.h (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.
1325 * calls.c (store_unaligned_arguments_into_pseudos): Check
1326 FUNCTION_ARG_REG_LITTLE_ENDIAN to see how structures
1327 are passed/returned.
1328 * expr.c (move_block_from_reg): Ditto.
1329 (move_block_from_reg): Ditto.
1330 (copy_blkmode_from_reg): Ditto.
1331 * stmt.c (expand_return): Ditto.
1332 * stor-layout.c (compute_record_mode): If
1333 FUNCTION_ARG_REG_LITTLE_ENDIAN is set then check
1334 MEMBER_TYPE_FORCES_BLK even if mode == VOIDmode.
1335 * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set to true
1336 so that Structures of one field are still treated as structures.
1337 (FUNCTION_ARG_REG_LITTLE_ENDIAN): New, set it to true.
1338 (FUNCTION_ARG_PADDING): Set to ia64_hpux_function_arg_padding().
1339 (PAD_VARARGS_DOWN): Modify from default to not pad structures down.
1340 * config/ia64/ia64-protos.h (ia64_hpux_function_arg_padding): New.
1341 * config/ia64/ia64.c (ia64_hpux_function_arg_padding): New function
1342 to special case handling of structure padding.
1344 2001-12-11 Daniel Berlin <dan@cgsoftware.com>
1346 * sched-rgn.c (CONST_BASED_ADDRESS_P): CONST_INT -> CONSTANT_P.
1347 (may_trap_exp): Stores only are risk if they trap, too, not just
1350 2001-12-11 Aldy Hernandez <aldyh@redhat.com>
1352 * flow.c (find_regno_partial): Indent properly. Add a default to
1355 2001-12-11 Neil Booth <neil@daikokuya.demon.co.uk>
1357 * c-common.c (combine_strings): Complain if concatenating
1359 * c-parse.in (yylexname): Flag artificial strings.
1360 * tree.h (TREE_ARTIFICIAL_STRING_P): New.
1362 * extend.texi: Update.
1364 2001-12-11 Aldy Hernandez <aldyh@redhat.com>
1366 * c-common.c (type_for_mode): Handle unsigned vectors.
1367 (type_for_mode): Remove redundant calls to TYPE_MODE.
1369 * tree.c (make_vector): New.
1370 (build_common_tree_nodes_2): Use make_vector for vector types.
1371 Add unsigned vector types.
1373 * tree.h (tree_index): Add unsigned types for vectors.
1374 (unsigned_V16QI_type_node): New.
1375 (unsigned_V4SI_type_node): New.
1376 (unsigned_V8QI_type_node): New.
1377 (unsigned_V8HI_type_node): New.
1378 (unsigned_V4HI_type_node): New.
1379 (unsigned_V2SI_type_node): New.
1381 2001-12-11 Stan Shebs <shebs@apple.com>
1383 * objc/objc-act.c (finish_message_expr): Fix misplaced parens in a
1384 test of class names.
1386 2001-12-11 David O'Brien <obrien@FreeBSD.org>
1388 * config.gcc (m68020-*-elf*): Expand tm_file to include all needed
1389 cpu configuration headers.
1390 * config/h8300/elf.h: Include dbxelf.h.
1391 * config/m68k/linux.h: Likewise.
1392 * config/m68k/m68020-elf.h: Likewise.
1393 * config/m68k/m68kv4.h: Likewise.
1394 * config/sh/elf.h: Likewise.
1395 * config/m68k/m68kemb.h: Add comment about the its purpose.
1397 2001-12-11 Richard Henderson <rth@redhat.com>
1399 * objc/objc-act.c (build_constructor): Cast initializer values
1400 to the proper field types.
1402 2001-12-11 Jakub Jelinek <jakub@redhat.com>
1404 * unwind-dw2.c (execute_cfa_program): Fix DW_CFA_restore handling.
1406 2001-12-10 Roger Sayle <roger@eyesopen.com>
1408 * builtins.c (expand_builtin): Use a switch statement to list
1409 those functions not expanded without optimizations, instead of a
1410 series of equality tests.
1412 Tue Dec 11 07:08:57 2001 Douglas B. Rupp <rupp@gnat.com>
1414 * config/alpha/vms.h (LIB_SPEC): Define.
1415 * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Don't set component field.
1417 * libgcc2.c (_bb): Remove ctime declaration.
1419 * Makefile.in (stage[1234]-start): $(LN_S) utilities in a manner
1420 that works if LN_S = cp.
1422 * config/alpha/x-vms (version): Change "." to "_".
1424 * configure.in: Hardcode that vfork works on VMS host.
1425 * configure: Regenerated.
1427 Mon Dec 10 18:37:31 2001 Douglas B. Rupp <rupp@gnat.com>
1429 * gcc.c (convert_filename): Add do_obj parameter. Don't convert
1431 (process_command): Modify calls to convert_filename.
1433 2001-12-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1435 * config/sparc/sol2-sld-64.h: Include dbxelf.h again.
1437 Mon Dec 10 15:54:27 2001 Jeffrey A Law (law@cygnus.com)
1439 * combine.c (known_cond): Check mode of each operand to determine
1440 if COND is comparing floating point values.
1442 2001-12-10 David Edelsohn <edelsohn@gnu.org>
1444 * rs6000.h (processor_type): Add PPC405.
1445 (RTX_COSTS): Add PPC405. Correct rs64 and ppc630 multiply costs.
1446 * rs6000.md: Add PPC405 information. Utilize imul2 and imul3 for
1447 rios1, rs64, and ppc630 processors.
1448 * rs6000.c (processor_target_table): Add PPC405.
1450 2001-12-10 Richard Henderson <rth@redhat.com>
1452 * config/alpha/alpha.md (unaligned_extendhidi): Call gen_lowpart
1453 instead of hardcoding subregs into the _be and _le patterns.
1455 2001-12-10 Neil Booth <neil@daikokuya.demon.co.uk>
1457 * c-lex.c, c-parse.in, c-typeck.c: Revert concatenation changes.
1459 Mon Dec 10 09:19:11 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1461 * config/i386/i386.md (leave, leave_rex64): Adjust pattern to match
1464 2001-12-10 Joseph S. Myers <jsm28@cam.ac.uk>
1466 * doc/cpp.texi: Don't condition menus on @ifinfo. Condition the
1467 copyright notice formerly conditioned on @ifinfo on @ifnottex
1470 Mon Dec 10 06:15:44 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1472 * vmsdbgout.c (lookup_filename): Remove warning.
1474 Mon Dec 10 06:09:57 2001 Douglas B. Rupp <rupp@gnat.com>
1476 * Makefile.in: Add $(OUTPUT_OPTION) to compilation rules.
1478 * config.gcc (alpha*-dec-vms*): Change to alpha*-dec-*vms*
1479 (exeext, target_alias, prefix, local_prefix): Define.
1480 * config/alpha/x-vms (USE_COLLECT2): Make empty.
1481 * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Use Unix style
1482 file specifications. Remove ".".
1483 (GCC_INCLUDE_DIR): Remove redefinition (redundant).
1484 * fixinc/mkfixinc.sh (alpha*-dec-vms*): Change to alpha*-dec-*vms*
1486 2001-12-09 Nathan Sidwell <nathan@codesourcery.com>
1488 * Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.
1490 Sun Dec 9 21:57:24 2001 Douglas B. Rupp <rupp@gnat.com>
1492 * config/alpha/t-vms (EXTRA_PARTS): Append $(VMS_EXTRA_PARTS)
1493 Add rules for building [vp]crt0.o
1494 * config/alpha/vms.h (START_FILE_SPEC): Define.
1495 * config/alpha/x-vms (VMS_EXTRA_PARTS): Define
1496 * config/alpha/vms-crt0.c, config/alpha/vms-psxcrt0.c: New files.
1497 * doc/invoke.texi: Document special Alpha/VMS options.
1499 Sun Dec 9 20:25:17 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1501 * hwint.h (HOST_BITS_PER_LONGLONG): Deal with __int64 type.
1502 * vmsdbg.h (DST_SRC_COMMAND): Test for type of long long or __int64,
1505 Sun Dec 9 20:19:32 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1506 Douglas B. Rupp <rupp@gnat.com>
1508 * tree.c (append_random_char): Conditionalize INO for VMS.
1510 2001-12-09 Richard Henderson <rth@redhat.com>
1512 * cfgcleanup.c (label_is_jump_target_p): New function.
1513 (try_optimize_cfg): Use label_is_jump_target_p to check if label is
1514 target of a JUMP_INSN from the preceding block.
1516 Sun Dec 9 18:40:07 2001 Douglas B. Rupp <rupp@gnat.com>
1518 * vmsdbgout.c (lookup_filename): Assign null string instead
1519 of null pointer to fnam.
1521 2001-12-09 Richard Henderson <rth@redhat.com>
1523 * config/alpha/alpha.c (alpha_align_insns): Suppress realignment
1524 immediately after a call; insert nops before a call.
1526 2001-12-09 Richard Henderson <rth@redhat.com>
1528 * config/alpha/alpha.c (alpha_align_insns): Use align_functions,
1529 not FUNCTION_BOUNDARY.
1530 * config/alpha/alpha.h (TRAMPOLINE_ALIGNMENT): New.
1531 * config/alpha/alpha32.h, config/alpha/vms.h: Likewise.
1532 * config/alpha/unicosmk.h (FUNCTION_BOUNDARY): Remove.
1534 2001-12-09 Hans-Peter Nilsson <hp@bitrange.com>
1536 * config/mmix/mmix.c (mmix_function_block_profiler,
1537 mmix_block_profiler, mmix_function_block_profiler_exit): Delete
1539 * config/mmix/mmix-protos.h (mmix_function_block_profiler,
1540 mmix_block_profiler, mmix_function_block_profiler_exit): Delete
1543 * config/cris/cris.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER):
1544 Delete obsoleted macros.
1546 2001-12-09 Joseph S. Myers <jsm28@cam.ac.uk>
1548 * doc/cpp.texi, doc/cppinternals.texi, doc/invoke.texi,
1549 doc/md.texi, doc/rtl.texi, doc/tm.texi: Use American spelling.
1551 * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c,
1552 cfgbuild.c, expmed.c, expr.c, final.c, flow.c, fold-const.c,
1553 function.c, config/alpha/alpha.md, config/alpha/vms-ld.c,
1554 config/arm/arm.c, config/arm/arm.h, config/c4x/libgcc.S,
1555 config/i370/i370.c, config/i386/i386.c,
1556 config/i386/i386-interix.h, config/i386/i386.md,
1557 config/i386/i386.h, config/i386/netbsd-elf.h, config/ia64/ia64.c,
1558 config/m32r/m32r-protos.h, config/mcore/mcore.h,
1559 config/rs6000/rs6000.h, config/sparc/linux64.h,
1560 config/sparc/sparc.c, config/v850/v850-protos.h,
1561 config/cris/cris.h, config/s390/s390.md, config/elfos.h: Fix
1564 2001-12-09 Daniel Berlin <dan@cgsoftware.com>
1566 * config/rs6000/rs6000.h (enum rs6000_builtins): Add remaining
1567 altivec builtins (VCF?X, VCT?XS, VSEL, V*EFP, VRFI*).
1569 * config/rs6000/rs6000.c: Ditto.
1571 * config/rs6000/rs6000.md: Ditto.
1573 2001-12-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1575 * 1750a.md: Add default case in switch.
1576 * alpha/vms.h (INITIAL_ELIMINATION_OFFSET): Add abort clause in
1578 * dsp16xx.c (print_operand_address): Likewise.
1579 * i386/osf1elf.h (FUNCTION_PROFILER): Const-ify.
1580 * ia64.md: Add missing braces.
1581 * rs6000-protos.h (s8bit_cint_operand): Prototype.
1582 * s390.h (INITIAL_ELIMINATION_OFFSET): Add abort clause in
1584 * stormy16.h (REG_CLASS_CONTENTS): Add missing braces.
1585 * v850.h (OUTPUT_ADDR_CONST_EXTRA): Don't issue a `return'.
1586 * dbxout.c (dbxout_source_file): Move a variable into the scope
1588 * final.c (profile_function): Mark parameter with
1590 * genemit.c (gen_expand): Likewise for generated file.
1591 * insn-addr.h (INSN_ADDRESSES_NEW): Avoid undefined behavior.
1593 * vmsdbg.h: Delete spurious close-comment.
1594 (DST_HEADER): Fix typo in ENUM_BITFIELD parameter.
1595 * vmsdbgout.c (write_modbeg): Define return type.
1597 * m68k/3b1.h (ASM_OUTPUT_ALIGN): Wrap in do-while(0).
1598 * m68k/amix.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1599 * m68k/atari.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1600 * m68k/hp320.h (ASM_OUTPUT_ALIGN): Likewise.
1601 * m68k/m68kelf.h (ASM_OUTPUT_ALIGN): Likewise.
1602 * m68k/sgs.h (ASM_OUTPUT_ALIGN): Likewise.
1603 * m68k/tower-as.h (ASM_OUTPUT_ALIGN): Likewise.
1605 2001-12-08 Tom Rix <trix@redhat.com>
1607 * config/rs6000/aix43.h (NON_POWERPC_MASKS): Delete MASK_STRING.
1608 * config/rs6000/aix51.h (NON_POWERPC_MASKS): Same.
1609 * config/rs6000/rs6000.md (load_multiple, store_multiple): Do not use
1611 * config/rs6000/rs6000.md (movstrsi_8reg, movstrsi_6reg,
1612 movstrsi_4reg, movstrsi_1_reg): Add powerpc64.
1613 * config/rs6000/rs6000.c (expand_block_move): Do not use
1614 gen_movstrsi_2reg and powerpc64.
1616 2001-10-08 Aldy Hernandez <aldyh@redhat.com>
1618 * c-common.h (rid): Add RID_CHOOSE_EXPR and
1619 RID_TYPES_COMPATIBLE_P.
1621 * c-parse.in (reswords): Add __builtin_choose_expr.
1622 Add __builtin_types_compatible_p.
1623 Add CHOOSE_EXPR token.
1624 Add TYPES_COMPATIBLE_P token.
1625 Add production for CHOOSE_EXPR.
1626 Add production for TYPES_COMPATIBLE_P.
1628 * doc/extend.texi (__builtin_choose_expr): Add documentation.
1629 (__builtin_types_compatible_p): Likewise.
1631 2001-12-08 David Edelsohn <edelsohn@gnu.org>
1633 * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
1636 2001-12-08 Neil Booth <neil@daikokuya.demon.co.uk>
1638 * c-parse.in: Take string literals in assembler constructs,
1640 * c-typeck.c (build_asm_stmt, simple_asm_stmt): No need to
1641 check the strings are STRING_CSTs.
1643 2001-12-08 Neil Booth <neil@daikokuya.demon.co.uk>
1645 * c-lex.c (c_lex): Peek a token ahead for a string to concatenate,
1646 using combine_strings to do the concatenation.
1647 * c-parse.in: Replace uses of the string non-terminal with STRING.
1648 Don't attempt string concatenation.
1649 (OBJC_STRING): New terminal.
1650 (string): Remove non-terminal.
1651 (_yylex): Call combine_strings on function names. Generate
1652 OBJC_STRING terminals; don't pass '@' on to yacc.
1653 * c-typeck.c (simple_asm_stmt): Don't concatenate strings here.
1654 (build_asm_stmt): Similarly.
1656 2001-12-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1658 * rtlanal.c (get_jump_table_offset): Delete unused variable.
1660 2001-12-08 Richard Earnshaw <rearnsha@arm.com>
1662 * arm.md (VUNSPEC_PREFETCH): Delete constant definition.
1663 (prefetch): Rewrite using PREFETCH RTL primitive.
1664 * arm.h (arm_builtins): Delete ARM_BUILTIN_PREFETCH).
1665 * arm.c (arm_init_builtins): Don't initialize a builtin for
1666 __builtin_prefetch here.
1667 (arm_expand_builtin): Don't expand __builtin_prefetch here.
1669 2001-12-08 Richard Earnshaw <rearnsha@arm.com>
1671 * final.c (cleanup_subreg_operands): Use recog_data.operand_loc
1672 in test for a subreg.
1674 2001-12-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
1676 * rtl.c (rtx_equal_p): Check for null pointers when comparing rtx
1679 2001-12-07 Richard Henderson <rth@redhat.com>
1681 * doc/extend.texi: Fix typo last change.
1683 * c-decl.c (c_language): Remove duplicate.
1685 2001-12-07 Dale Johannesen <dalej@apple.com>
1687 * config/rs6000/darwin.h: Set MAX_LONG_TYPE_SIZE to 32.
1688 * config/rs6000/rs6000.c (rs6000_emit_move): In Darwin-
1689 specific codegen, eliminate a register copy.
1690 (print_operand_address): Add support for Darwin's lo16(constant)
1692 (rs6000_machopic_legitimize_pic_address): Fix darwin-specific
1693 generation of addresses within very large data objects.
1694 (s8bit_cint_operand): New.
1695 * config/rs6000/rs6000.md: Remove "iu" reference for 750/7400.
1696 Move "mtjmpr" to correct functional unit for 750/7400/7450.
1697 Add imul2 and imul3 insn types for multiplication by 16- and
1699 Change tablejump patterns to strongly discourage using LR
1701 Add %lo16 patterns for Darwin loads and stores.
1703 2001-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1705 * alpha.md: Use (HOST_WIDE_INT)1<<63 in lieu of 0x8000000000000000.
1707 2001-12-07 Stephane Carrez <Stephane.Carrez@sun.com>
1709 * config/sparc/sparc.c (epilogue_renumber): Do not replace %fp
1710 with %sp because it can cause the delayed instruction to load
1713 2001-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1715 * alpha.c (alpha_expand_unaligned_store,
1716 alpha_expand_unaligned_store_words): Use constm1_rtx in place of
1717 call to immed_double_const.
1719 2001-12-07 Aldy Hernandez <aldyh@redhat.com>
1721 * doc/extend.texi (Variable Attributes): Document vector_size.
1723 * attribs.c (c_common_attribute_table): Add vector_size.
1724 (handle_vector_size_attribute): New.
1725 (vector_size_helper): New.
1726 (decl_attributes): Relayout the decl after calculating attribs.
1728 2001-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
1730 * doc/gcc.texi: Don't include install-old.texi. Adjust menu
1731 description for Trouble section.
1732 * doc/install-old.texi: Adjust for inclusion as chapter of new
1733 installation manual.
1734 * doc/install.texi, doc/include/fdl.texi, doc/install.texi2html:
1735 Adjust to include old installation chapter as chapter of new
1736 installation manual.
1738 Fri Dec 7 11:07:35 EST 2001 John Wehle (john@feith.com)
1740 * rtl.h (get_jump_table_offset): Declare.
1741 * rtlanal.c (get_jump_table_offset): Implement.
1743 Fri Dec 7 07:06:17 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1745 * final.c (bb_head, bb_tail, bb_file_label_num, bb_func_label_num):
1746 Deleted; were used only by BB profiler code.
1747 (sbb_head, sbb_tail, sbb_label_num): Likewise.
1748 (end_final): Delete now-unused vars I, PTR, and SPTR.
1750 * expr.c (store_field): Remove warning.
1751 (expand_expr, case COMPONENT_REF, case VIEW_CONVERT_EXPR): Likewise.
1752 (highest_pow2_factor, case MIN_EXPR, case MAX_EXPR): Add cases.
1753 (highest_pow2_factor, case *_DIV_EXPR): Only can do something if
1754 divisor constant power of 2.
1755 (highest_pow2_factor, case COMPOUND_EXPR): Look at operand 1.
1757 2001-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1759 * alpha.c (function_arg): Cast value to HOST_WIDE_INT before
1762 2001-12-06 Aldy Hernandez <aldyh@redhat.com>
1764 * rs6000.h (PRE_GCC3_DWARF_FRAME_REGISTERS): New.
1765 (DWARF_FRAME_REGISTERS): Delete.
1767 2001-12-06 Janis Johnson <janis187@us.ibm.com>
1769 * builtin-types.def (BT_FN_VOID_PTR_VAR): New.
1770 * builtins.def (BUILT_IN_PREFETCH): Change arguments.
1771 * builtins.c (expand_builtin_prefetch): Two arguments are now optional,
1772 with defaults for read prefetch with high degree of locality.
1773 * doc/extend.texi (__builtin_prefetch): Update documentation.
1774 * doc/md.texi (prefetch): Add documentation.
1776 2001-12-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1778 * fixinc/inclhack.def (stdio_va_list): Handle __VA_LIST__ in Tru64
1780 * fixinc/fixincl.x: Regenerate.
1781 Fixes PR libf2c/4826.
1783 2001-12-06 Aldy Hernandez <aldyh@redhat.com>
1784 Richard Henderson <rth@redhat.com>
1786 * doc/tm.texi (DWARF_FRAME_REGISTERS): Add documentation.
1787 (PRE_GCC3_DWARF_FRAME_REGISTERS): Same.
1789 * unwind-dw2.c (__frame_state_for): Change DWARF_FRAME_REGISTERS
1790 to PRE_GCC3_DWARF_FRAME_REGISTERS.
1791 (frame_state): Same.
1792 (PRE_GCC3_DWARF_FRAME_REGISTERS): Define if not already defined.
1794 2001-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1796 * langhooks.c (lhd_staticp): Mark parameter with
1799 2001-12-06 H.J. Lu <hjl@gnu.org>
1801 * Makefile.in (.po.gmo): Use "-test -d po || mkdir po" to
1803 (.po.pox): Likewise.
1804 (o/$(PACKAGE).pot): Likewise.
1806 2001-12-06 Alexandre Oliva <aoliva@redhat.com>
1808 * tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...
1809 * tree-inline.c (expand_call_inline): ... here.
1811 2001-12-06 H.J. Lu <hjl@gnu.org>
1813 * Makefile.in (.po.gmo): Use "-mkdir po" for parallel build.
1814 (.po.pox): Likewise.
1815 (o/$(PACKAGE).pot): Likewise.
1817 2001-12-06 David O'Brien <obrien@FreeBSD.org>
1819 * config.gcc: Include dbxelf.h before elfos.h.
1820 * elfos.h: Don't include dbxelf.h, let config.gcc handle it.
1822 2001-12-06 Zack Weinberg <zack@codesourcery.com>
1824 * cppfiles.c (open_file): If we've opened a directory by
1826 (find_include_file): Avoid turning / into // or // into ///.
1828 2001-12-06 Nick Clifton <nickc@cambridge.redhat.com>
1830 * config/arm/arm.h (STRUCT_VALUE): Suppress definition.
1831 (STRUCT_VALUE_REGNUM): Restore definition.
1833 2001-12-06 Andrew MacLeod <amacleod@redhat.com>
1835 * flow.c (find_regno_partial): Return register, not the expression
1838 Thu Dec 6 09:24:12 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1840 * function.c (handle_epilogue_set): Check for FP setting case when
1841 SP is set from FP in same insn.
1843 2001-12-06 Nick Clifton <nickc@cambridge.redhat.com>
1845 * config/arm/arm.c (load_multiple_sequence): Pass pointer to
1846 RTX when calling alter_subreg().
1847 (store_multiple_sequence): Pass pointer to RTX when calling
1850 Thu Dec 6 06:55:13 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1852 * function.c (assing_parms): Fix typo in last change.
1853 * config/clipper.c (clipper_builtin_saveregs): Remove Checker code.
1854 * config/m88k/m88k.c (m88k_builtin_saveregs): Likewise.
1855 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
1856 * config/sparc/sparc.c (sparc_builtin_saveregs): Likewise.
1858 2001-12-06 Alan Modra <amodra@bigpond.net.au>
1860 * config/rs6000/rs6000.c (rs6000_unique_section): Simplify and
1861 correct code selecting section.
1863 Thu Dec 6 12:45:33 CET 2001 Jan Hubicka <jh@suse.cz>
1865 * final.c (count_basic_block, add_bb, add_bb_string):
1867 (end_final, final_start_function, final, final_scan_insn,
1868 leaf_function_p): Kill BB profiler related code.
1869 * flags.h (profile_block_flag): Kill.
1870 * libgcc2.c (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE,
1871 BB_BUCKETS, BBINBUFSIZE, bb_edge, bb_func_mode, bb_func,
1872 __bb, bb_src, bb_dst, bb_tracefile, bb_hashbuckets,
1873 bb_func_head, bb_callcount, bb_mode, bb_stack, bb_stacksize
1874 reported, GOPENDECOMPRESS, GOPENCOMPRESS, gopen, gclose,
1875 __bb_exit_trace_func, __bb_init_prg, __bb_trace_func,
1876 __bb_trace_func_ret, __bb_init_file, __bb_trace_ret,
1877 __bb_init_trace_func): Kill.
1878 * toplev.c (profile_block_flag): Kill.
1879 (indepdendent_decode_option, process_options): Kill -a related code.
1880 * alpha.c (direct_call_operand): Likewise.
1881 * arm.c (arm_expand_prologue, thumb_expand_prologue,
1882 thumb_expand_epilogue): Likewise.
1883 * c4x.c (c4x_expand_prologue, c4x_null_epilogue_p): Likewise.
1884 * c4x.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1885 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1886 MACHINE_STATE_RESTORE): Kill.
1887 * d30v.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1888 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1889 MACHINE_STATE_RESTORE): Kill.
1890 * fr30.c (fr30_expand_prologue): Kill BB profiler related code.
1891 * i386.c (ix86_can_use_return_insn_p, ix86_expand_prologue,
1892 ix86_expand_epilogue, ix86_expand_epilogue): Kill BB profiler related
1894 (ix86_output_function_block_profiler, ix86_output_block_profiler): Kill.
1895 * i386.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1896 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1897 MACHINE_STATE_RESTORE): Kill.
1898 * fr30.c (fr30_expand_prologue): Kill BB profiler related code.
1899 * i960.c (i960_output_function_prologue): Kill BB profiler related
1901 * ia64.c (ia64_compute_frame_size): Likewise.
1902 * ia64.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1903 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1904 MACHINE_STATE_RESTORE): Kill.
1905 * m32r.c (m32r_expand_prolofue): Kill BB profiler related code.
1906 * m68hc11.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1907 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1908 MACHINE_STATE_RESTORE): Kill.
1909 * m68k.c (m68k_output_function_epilogue): Kill BB profiler related code.
1910 * m68k.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1911 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1912 MACHINE_STATE_RESTORE): Kill.
1913 * m88k.c (output_options, m88k_layout_frame, m88k_expand_prologue):
1914 Kill BB profiler related code.
1915 * m88k.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1916 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1917 MACHINE_STATE_RESTORE): Kill.
1918 * mips.c (mips_expand_prologue): Kill BB profiler related code.
1919 * mmix.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1920 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1921 MACHINE_STATE_RESTORE): Kill.
1922 * rs6000.c (rs6000_override_options): Kill BB profiler related code.
1923 * s960.c (s390_function_prologue): Kill BB profiler related code.
1924 * s960.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1925 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1926 MACHINE_STATE_RESTORE): Kill.
1927 * linux-aout.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
1928 * linux.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
1929 * linux64.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
1930 * sol2.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
1931 * sparc.c (sparc_override_options, eligible_for_sibcall_delay,
1932 sparc_nonflat_function_epilogue): Kill BB profiler related code.
1933 (sparc_function_block_profiler, sparc_block_profiler,
1934 sparc_function_block_profiler_exit): Kill.
1935 * sparc.h (OVERRIDE_OPTIONS): Kill BB profiler related code.
1936 (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1937 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1938 MACHINE_STATE_RESTORE): Kill.
1939 * sun4o3.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
1940 * sunos4.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
1941 * stormy16.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1942 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1943 MACHINE_STATE_RESTORE): Kill.
1944 * doc/invoke.texi: Kill documentation of -a and -ax.
1945 * tm.texi (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
1946 FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
1947 MACHINE_STATE_RESTORE): Kill.
1949 2001-10-26 Steve Christiansen <smc@us.ibm.com>
1951 * doc/rtl.texi: Use a table to display RTL format characters.
1953 2001-12-06 Bo Thorsen <bo@suse.co.uk>
1955 * config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker.
1957 Wed Dec 5 19:18:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1959 * function.c (keep_stack_depressed): Check global_live_at_start
1960 of EXIT_BLOCK for temp register and verify it isn't in equiv_reg_src.
1962 2001-12-05 David O'Brien <obrien@FreeBSD.org>
1964 * config.gcc (powerpc-*-freebsd*): Use the proper tmake_file files,
1965 as set by the generic FreeBSD configure framework.
1967 2001-12-04 Jason Merrill <jason@redhat.com>
1969 * langhooks.h (struct lang_hooks_for_tree_inlining): Add
1970 start_inlining, end_inlining.
1971 * tree-inline.c (expand_call_inline): Call them.
1972 * langhooks-def.h (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
1973 (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
1974 (LANG_HOOKS_TREE_INLINING_INITIALIZER): Add them.
1975 * langhooks.c (lhd_tree_inlining_start_inlining): New fn.
1976 (lhd_tree_inlining_end_inlining): New fn.
1978 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
1980 * c-common.c (shadow_warning): New function, moved from cp/decl.c.
1981 * c-common.h (shadow_warning): New.
1982 * c-decl.c: Include c-common.h.
1983 (warn_if_shadowing): New, broken out of pushdecl.
1984 (pushdecl): Use warn_if_shadowing.
1985 (store_parm_decls): Prevent duplicate -Wshadow warnings.
1987 Wed Dec 5 17:59:19 2001 Douglas B. Rupp <rupp@gnat.com>
1989 * config/alpha/vms.h (SIZE_TYPE, PTRDIFF_TYPE): Remove, were disabled.
1990 (DOLLARS_IN_IDENTIFIERS, LINK_SPEC): Remove duplicate.
1993 Wed Dec 5 16:03:04 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1995 * doc/c-tree.texi (RECORD_TYPE, UNION_TYPE): Expand on definition.
1996 (QUAL_UNION_TYPE): New type.
1998 * varasm.c (output_constant, case ERROR_MARK): New case.
2000 * attribs.c (handle_no_check_memory_usage_atribute): Deleted.
2001 (c_com): Delete its reference.
2002 * builtins.c: Delete memory checking code.
2003 * calls.c, expr.c, function.c, stmt.c: Likewise.
2004 * builtins.c (expand_builtin_arg_info): Remove reference to
2005 EXPAND_MEMORY_USE_* modifiers.
2006 * explow.c (expr_size): Likewise.
2007 * expr.c (expand_expr, expand_increment): Likewise.
2008 * expr.h (ARGS_SIZE_RTX): Likewise.
2009 * function.c (assign_parms, expand_pending_sizeso): Likewise.
2010 * c-decl.c (duplicate_decls): Don't handle DECL_NO_CHECK_MEMORY_USAGE.
2011 * expr.c (in_check_memory_usage): Delete.
2012 (get_push_address, get_memory_usage_from_modifier): Delete.
2013 (expand_assigment): Use EXPAND_WRITE on destination.
2014 (expand_expr): Delete ro_modifier.
2015 * expr.h (expand_modifier): Delete EXPAND_MEMORY_* entries and
2017 (memory_use_mode): Delete.
2018 * flags.h (flag_check_memory_usage): Deleted.
2019 (flag_prefix_function_name): Likewise.
2020 * function.c (expand_function_start): Don't set
2021 current_function_check_memory_usage.
2022 * function.h (check_memory_usage): Delete.
2023 * libfuncs.h, optabs.c: Delete chkr_* stuff.
2024 * stmt.c (expand_asm_opernd): Change EXPAND_MEMORY_USE_WO to
2026 * toplev.c (flag_check_memory_usage): Deleted.
2027 (flag_prefix_function_name): Likewise.
2028 (f_options, process_options): Delete references to above.
2029 * tree.h (DECL_NO_CHECK_MEMORY_USAGE): Deleted.
2030 * varasm.c (CHKR_PREFIX): Deleted.
2031 (make_decl_rtl): Remove flag_prefix_function_name handling.
2032 (assemble_name): Likewise.
2033 * doc/extend.texi: Remove no_check_memory_usage attribute.
2034 * doc/invoke.texi: Remove -fcheck-memory-usage
2035 and -fprefix-function-name.
2037 2001-12-05 Andreas Schwab <schwab@suse.de>
2039 * Makefile.in (STMP_FIXPROTO, STMP_FIXINC): Use substituted values
2042 2001-12-05 Nick Clifton <nickc@cambridge.redhat.com>
2044 * config.gcc: Include arm/xscale-coff.h before arm/arm.h.
2046 2001-12-05 William Cohen <wcohen@redhat.com>
2048 * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Correct typo in
2051 2001-12-05 Daniel Berlin <dan@cgsoftware.com>
2053 * config/rs6000/rs6000.h (enum rs6000_builtins): Add more altivec
2056 * config/rs6000/rs6000.md: Modeling of 7450 altivec changed to
2057 better reflect reality (change from Apple's tree).
2058 Add more of altivec instructions.
2059 Add ftruncv4sf2 pattern.
2060 Remove more unspecs (vector merge instructions, etc).
2062 * config/rs6000/rs6000.c (bdesc_3arg): New, for 3 argument altivec
2064 (bdesc_1arg): New, for 1 argument altivec builtins.
2065 (altivec_expand_builtin): Handle unary and ternary ops.
2066 (altivec_init_builtins): Ditto.
2068 Wed Dec 5 09:33:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2070 * config/alpha/vms.h (ADA_LONG_TYPE_SIZE): New macro.
2071 * doc/tm.texi (ADA_LONG_TYPE_SIZE): Document it.
2073 2001-12-05 Jakub Jelinek <jakub@redhat.com>
2075 * gcse.c (store_killed_in_insn): Consider pure calls
2076 as potential store killers in addition to normal calls.
2078 2001-12-05 Jakub Jelinek <jakub@redhat.com>
2080 * expr.c (expand_expr): When checking promoted value, use
2081 DECL_MODE (exp) and not mode.
2083 2001-12-05 Jakub Jelinek <jakub@redhat.com>
2085 * c-typeck.c (output_init_element): Call digest_init
2086 just once, not in each if branch and check its return value for
2089 2001-12-05 Jakub Jelinek <jakub@redhat.com>
2091 * c-decl.c (pushdecl): Only increase n_incomplete if pushed decl's
2092 type is RECORD_TYPE, UNION_TYPE or ARRAY_TYPE thereof.
2093 (finish_struct): Break the loop if n_incomplete went to 0.
2094 For ARRAY_TYPE, if it is not TYPE_DECL, layout the decl too.
2096 Wed Dec 5 07:41:13 2001 Douglas B. Rupp <rupp@gnat.com>
2098 * config/alpha/alpha.c (alpha_va_start): Update VMS case.
2100 Wed Dec 5 07:27:42 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2101 Douglas B. Rupp <rupp@gnat.com>
2103 * vmsdbg.h, vmsdbgout.c: Add documentation and minor cleanups.
2104 * doc/invoke.texi: Add -gvms.
2105 * doc/passes.texi: Add mention of vmsdbgout.c.
2106 * doc/tm.texi: Document VMS debugging output.
2108 Wed Dec 5 06:26:27 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2110 * function.h (tree, rtx): Remove no-longer-needed definitions.
2112 * function.c (keep_stack_depressed): Refine check for register
2113 clobbered over call.
2115 * expr.c (store_expr): When copying string constant into array,
2116 use functions that update memrefs instead of computations on
2117 addresses to better track MEMs. Also properly handle 32/64 pointers.
2118 (expand_expr): Use TARGET even if not reg for multi-word CONSTRUCTOR.
2119 (expand_expr, case CONSTRUCTOR): Fix errors in parms to assign_temp.
2121 * emit-rtl.c (component_ref_for_mem_expr): Try harder to find decl
2122 underneath COMPONENT_REFs.
2123 (set_mem_attributes): Also strip VIEW_CONVERT_EXPR.
2125 2001-12-05 Neil Booth <neil@daikokuya.demon.co.uk>
2127 * toplev.c (display_target_options): Don't print twice.
2129 Wed Dec 5 00:42:16 EST 2001 John Wehle (john@feith.com)
2131 * emit-rtl.c (set_unique_reg_note): Don't set
2132 a REG_EQUAL or REG_EQUIV note if multiple sets
2135 2001-12-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
2137 * cfgrtl.c (verify_flow_info): Allow jump table data in fallthru if
2140 2001-12-04 Andrew MacLeod <amacleod@redhat.com>
2142 * rtl.h (initialize_uninitialized_subregs): New prototype.
2143 * toplev.c (rest_of_compilation): Call initialize_uninitialized_subregs
2144 when optimization is on.
2145 * flow.c (find_regno_partial): Find subregs within an expression.
2146 (initialize_uninitialized_subregs): Initialize live on entry registers
2147 which are used in subreg expressions.
2149 2001-12-04 Phil Edwards <pme@gcc.gnu.org>
2151 * Makefile.in: Add INSTALL_SCRIPT using INSTALL definition.
2153 2001-12-04 DJ Delorie <dj@redhat.com>
2155 * fixinc/fixincl.c (initialize): Avoid problemsome macro
2156 parameter names (PR 3388).
2158 2001-12-05 Alan Modra <amodra@bigpond.net.au>
2160 * config/rs6000/rs6000.c (rs6000_legitimize_address): Fix typo.
2161 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Here too.
2163 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
2165 * c-common.def (COMPOUND_LITERAL_EXPR): New.
2166 * c-common.c (c_expand_expr): Handle COMPOUND_LITERAL_EXPR.
2167 (c_staticp): New function.
2168 * c-common.h (COMPOUND_LITERAL_EXPR_DECL): New.
2169 (c_staticp): Declare.
2170 * c-typeck.c (default_function_array_conversion, build_unary_op):
2171 Don't handle CONSTRUCTOR specially.
2172 (lvalue_p, mark_addressable): Handle COMPOUND_LITERAL_EXPR.
2173 * c-decl.c (build_compound_literal): New function.
2174 * c-tree.h (build_compound_literal): Declare.
2175 * c-parse.in (primary): Use build_compound_literal.
2176 * c-lang.c (LANG_HOOKS_STATICP): Define.
2177 * objc/objc-lang.c (LANG_HOOKS_STATICP): Likewise.
2178 * doc/c-tree.texi: Document COMPOUND_LITERAL_EXPR.
2179 * doc/extend.texi: Update documentation of compound literals.
2182 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
2184 * langhooks.h (struct lang_hooks): Add staticp.
2185 * langhooks-def.h (lhd_staticp, LANG_HOOKS_STATICP): New.
2186 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_STATICP.
2187 * langhooks.c (lhd_staticp): New function.
2188 * tree.c (staticp): Call lang_hooks.staticp for language-specific
2191 2001-12-04 Neil Booth <neil@daikokuya.demon.co.uk>
2193 * cppspec.c (lang_specific_driver): Set is_cpp_driver.
2194 * gcc.c (process_command): Ensure the cpp driver sees
2195 --help and --target-help, and that the help is printed
2198 2001-12-04 David Edelsohn <edelsohn@gnu.org>
2200 * config/elfos.h (ASM_OUTPUT_INTERNAL_LABEL): Display count unsigned.
2202 2001-12-04 Hans-Peter Nilsson <hp@axis.com>
2204 * config/cris/cris.h (OPTIMIZATION_OPTIONS): Don't unset
2205 flag_strict_aliasing. Use separate assignment statements.
2207 2001-12-04 Zack Weinberg <zack@codesourcery.com>
2209 * build-make, cross-make: Delete file.
2210 * configure.in: Set and substitute CROSS, ALL,
2211 SYSTEM_HEADER_DIR, HOST_PREFIX, HOST_PREFIX_1, HOST_CC,
2212 HOST_CFLAGS, STMP_FIXINC, and STMP_FIXPROTO depending on
2213 whether build == host and host == target. Do not
2214 AC_SUBST_FILE build_overrides or cross_overrides. Do not
2215 AC_SUBST cross_defines or extra_c_flags.
2216 * Makefile.in (NATIVE_SYSTEM_HEADER_DIR): New.
2217 (SYSTEM_HEADER_DIR, HOST_PREFIX, HOST_CC, HOST_PREFIX,
2218 HOST_PREFIX_1, HOST_CFLAGS, ALL, INTERNAL_CFLAGS): Set
2219 partially or completely with autoconf-substituted @variable@
2221 (INSTALL_TARGET, @cross_defines@, @cross_overrides@,
2222 @build_overrides@, @extra_c_flags@, all.build, install-build,
2223 install-cross-rest, install-float-h-cross): Deleted.
2224 (install-normal): Rename to install. Delete old "install"
2227 2001-12-04 Andrew MacLeod <amacleod@redhat.com>
2229 * stmt.c (expand_return): Clear destination instead of clobbering it
2230 when setting a return value via bitsets.
2232 2001-12-04 Alexandre Oliva <aoliva@redhat.com>
2234 * tree.c (get_callee_fndecl): Only use DECL_ABSTRACT_ORIGIN if
2235 it has DECL_SAVED_TREE.
2237 * c-decl.c (duplicate_decls): Revert rth's patch. If newdecl
2238 is in a different binding level, get its abstract origin to be
2240 * tree-inline.c (expand_call_inline): Move DECL_INITIAL sanity
2242 * tree.c (get_callee_fndecl): Follow DECL_ABSTRACT_ORIGIN if
2243 DECL_INITIAL is NULL.
2245 2001-12-04 Jakub Jelinek <jakub@redhat.com>
2247 * flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized.
2248 Return correct value if one of the subexpressions was optimized to
2249 0 resp. 1. Optimize (x | A) | x and (x & A) | x.
2250 (and_reg_cond): Similarly.
2252 2001-12-04 Jakub Jelinek <jakub@redhat.com>
2254 * function.c (assign_parms): Set last_named only for last named
2257 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
2259 * doc/install.texi: Use the GFDL. Include years from old install
2260 manual in copyright notice. Include copyright and GFDL notice on
2261 HTML index page. Include usual footer on testing.html.
2262 * doc/install.texi2html: Build gfdl.html. Use -I
2264 * doc/include/fdl.texi: Adapt for use in the install manual.
2266 2001-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
2268 * doc/install.texi: Document that installed native compiler for
2269 building cross compilers should be GCC 2.95 or later.
2271 2001-12-03 Eric Christopher <echristo@redhat.com>
2273 * config/mips/mips.h (CALL_REALLY_USED_REGISTERS): New macro.
2274 * config/mips/mips.md: Check TARGET_DEBUG_D_MODE before split
2277 2001-12-03 Janis Johnson <janis187@us.ibm.com>
2279 * rtl.def (PREFETCH): New rtx code.
2280 * doc/rtl.texi (PREFETCH): Add documentation.
2281 * function.c (instantiate_virtual_regs_1): Handle PREFETCH rtx.
2282 * rtlanal.c (reg_referenced_p): Ditto.
2283 * sched-vis.c (print_exp): Ditto.
2284 * ssa-dce.c (find_inherently_necessary): Ditto.
2286 * config/ia64/ia64.h (SIMULTANEOUS PREFETCHES): Define.
2287 (PREFETCH_BLOCK): Define.
2288 * config/ia64/ia64.md (itanium_class): Add lfetch.
2289 (prefetch, prefetch_internal): New.
2291 * builtin-types.def (BT_FN_VOID_PTR_INT_INT): New.
2292 * builtins.def (BUILT_IN_PREFETCH): New.
2293 * builtins.c (expand_builtin_expect): New.
2294 (expand_builtin): Call it.
2295 * doc/extend.texi: Document __builtin_prefetch.
2297 * config/i386/i386.md (prefetch): Rename as prefetch_sse to avoid
2298 conflicts with new generic prefetch functionality.
2299 * config/i386/i386.c (ix86_expand_builtin): Use new name for
2302 2001-12-02 Ziemowit Laski <zlaski@apple.com>
2304 * objc/Make-lang.in: Update copyright.
2305 (OBJC_OBJS): Add objc-lang.o.
2306 (objc-lang.o): New rule.
2307 * objc/config-lang.in: Fix file description and update
2309 * objc/objc-act.c: Do not include langhooks.h and
2311 (lang_hooks): Move (along with LANG_HOOKS...) to objc-lang.c.
2312 (objc_post_options): Move to objc-lang.c.
2313 (objc_init_options): Move to objc-lang.c.
2314 (objc_init): Make non-static.
2315 (objc_decode_option): Make non-static.
2316 (HASHFUNCTION): Remove macro.
2317 (hash_func): New function.
2318 (hash_enter): Replace HASHFUNCTION with hash_func.
2319 (hash_lookup): Replace HASHFUNCTION with hash_func.
2320 (maybe_objc_tree_codes): New function.
2321 (init_objc): Move ObjC tree code initialization to
2322 maybe_objc_tree_codes().
2323 * objc/objc-act.h (GCC_OBJC_ACT_H): New include guard.
2324 (objc_init): New public prototype.
2325 (objc_decode_option): New public prototype.
2326 (maybe_add_objc_tree_codes): New public prototype.
2327 * objc/objc-lang.c: New file.
2328 (lang_hooks): Moved from objc-act.c.
2329 (objc_post_options): Moved from objc-act.c.
2330 (objc_init_options): Moved from objc-act.c.
2332 2001-12-03 Geoff Keating <geoffk@redhat.com>
2334 * emit-rtl.c (gen_lowpart_common): Avoid unwanted sign-extension
2337 2001-12-03 Neil Booth <neil@daikokuya.demon.co.uk>
2340 * gcc.c (process_command): Don't add a preprocessor option for
2341 --help and --target-help; cc1 is enough.
2343 2001-12-03 Neil Booth <neil@daikokuya.demon.co.uk>
2345 * c-decl.c (grokdeclarator): Use ISO word.
2346 * cppinit.c: Remove leading capital from diagnostic messages, as
2347 per GNU coding standards.
2348 * emit-rtl.c: Similarly.
2349 * final.c: Similarly.
2351 * tradcpp.c: Similarly.
2352 * config/arm/arm.c: Similarly.
2353 * config/arm/arm.h: Similarly.
2354 * config/avr/avr.c: Similarly.
2355 * config/avr/avr.h: Similarly.
2356 * config/c4x/c4x.c: Similarly.
2357 * config/cris/cris.c: Similarly.
2358 * config/cris/cris.h: Similarly.
2359 * config/d30v/d30v.c: Similarly.
2360 * config/dsp16xx/dsp16xx.c: Similarly.
2361 * config/dsp16xx/dsp16xx.h: Similarly.
2362 * config/h8300/h8300.c: Similarly.
2363 * config/i386/i386.c: Similarly.
2364 * config/i386/xm-djgpp.h: Similarly.
2365 * config/i960/i960.h: Similarly.
2366 * config/m32r/m32r.c: Similarly.
2367 * config/m68hc11/m68hc11.c: Similarly.
2368 * config/m88k/m88k.c: Similarly.
2369 * config/m88k/m88k.h: Similarly.
2370 * config/mcore/mcore.c: Similarly.
2371 * config/mcore/mcore.h: Similarly.
2372 * config/mips/mips.c: Similarly.
2373 * config/mmix/mmix.c: Similarly.
2374 * config/pa/pa.c: Similarly.
2375 * config/rs6000/rs6000.c: Similarly.
2376 * config/rs6000/sysv4.h: Similarly.
2377 * config/s390/s390.c: Similarly.
2378 * config/sparc/sparc.c: Similarly.
2379 * config/v850/v850-c.c: Similarly.
2380 * config/v850/v850.c: Similarly.
2382 2001-12-03 Zack Weinberg <zack@codesourcery.com>
2384 * rs6000.h (RETURN_IN_MEMORY): Cast result of
2385 int_size_in_bytes to unsigned HOST_WIDEST_INT so that -1 > 8.
2387 Mon Dec 3 09:18:34 2001 Jeffrey A Law (law@cygnus.com)
2389 * mn10200.md (negsf2): Use -0x8000 instead of 0x8000 for
2390 bit twiddling constant.
2392 Mon Dec 3 16:16:37 CET 2001 Jan Hubicka <jh@suse.cz>
2394 * gcse.c (delete_null_pointer_checks_1): Do not use delete_list;
2395 call purge_dead_edges after removing.
2396 (delete_null_pointer_checks): Do not handle delete_list.
2398 * cfgbuild.c (inside_basic_block_p, control_flow_insn_p): Break out from ...
2399 (count_basic_blocks): ... here.
2400 (find_basic_blocks, find_bb_boundaries): Cleanup.
2402 * stor-layout.c (fixup_signed_type, fixup_unsigned_type): Avoid
2403 overflow for types greater then 2 * HOST_WIDE_INT.
2405 * reload.c (find_reloads): Update the duplicates after swapingg.
2407 Mon Dec 3 13:52:19 CET 2001 Jan Hubicka <jh@suse.cz>
2409 * i386.md (movabsqi*): Use 'b' prefix instead of 'q'.
2411 2001-12-02 Zack Weinberg <zack@codesourcery.com>
2413 * config/rs6000/rs6000.h (MASK_ALTIVEC_ABI,
2414 MASK_LONG_DOUBLE_128): Delete.
2415 (MASK_AIX_STRUCT_RET, MASK_AIX_STRUCT_RET_SET,
2416 TARGET_AIX_STRUCT_RET): New flags.
2417 (TARGET_SWITCHES): Remove entries for -mlong-double-128 and
2418 -mlong-double-64. Add entries for -m(no-)aix-struct-return
2419 and -m(no-)svr4-struct-return.
2420 (TARGET_OPTIONS): Add entry for -mlong-double-.
2421 (rs6000_long_double_size_string, rs6000_long_double_type_size,
2422 rs6000_altivec_abi): Declare.
2423 (TARGET_LONG_DOUBLE_128, TARGET_ALTIVEC_ABI,
2424 LONG_DOUBLE_TYPE_SIZE): Change definitions to match.
2425 (RETURN_IN_MEMORY): If !TARGET_AIX_STRUCT_RET, return
2426 structures of size <= 8 bytes in registers.
2427 (PRINT_OPERAND_PUNCT_VALID_P): Take out '$' and '*'.
2429 * config/rs6000/rs6000.c (rs6000_long_double_size_string,
2430 rs6000_long_double_type_size, rs6000_altivec_abi): New
2432 (rs6000_override_options): Set rs6000_long_double_type_size
2433 from rs6000_long_double_size_string, if nonzero. Set the
2434 MASK_AIX_STRUCT_RET bit in target_flags from DEFAULT_ABI, if
2436 (rs6000_parse_abi_options): Set rs6000_altivec_abi, not a
2438 (rs6000_init_builtins): This hook now takes no arguments.
2440 * config/rs6000/netbsd.h, config/rs6000/linux.h: Define
2441 DRAFT_V4_STRUCT_RET to 1.
2443 2001-12-03 Joseph S. Myers <jsm28@cam.ac.uk>
2445 * c-typeck.c (really_start_incremental_init, push_init_level):
2446 Avoid constructor_max_index being other than an INTEGER_CST.
2448 2001-12-02 David Edelsohn <edelsohn@gnu.org>
2450 * config/rs6000/xcoff.h (ASM_OUTPUT_INTERNAL_LABEL): Display count
2452 (ASM_GENERATE_INTERNAL_LABEL): Same.
2453 (UNIQUE_SECTION): Fix typo.
2455 2001-12-02 Richard Henderson <rth@redhat.com>
2457 * c-decl.c (duplicate_decls): Conditionalize DECL_SAVED_TREE copy.
2459 2001-12-02 Richard Henderson <rth@redhat.com>
2461 * rtl.h (mem_attrs): Rename decl to expr; adjust all users.
2462 (MEM_EXPR): Rename from MEM_DECL; adjust all users.
2463 * emit-rtl.c (set_mem_expr): Rename from set_mem_decl.
2464 * expr.h, final.c, reload1.c: Adjust users.
2466 * alias.c (nonoverlapping_component_refs_p): New.
2467 (decl_for_component_ref, adjust_offset_for_component_ref): New.
2468 (nonoverlapping_memrefs_p): Use them.
2469 * emit-rtl.c (component_ref_for_mem_expr): New.
2470 (set_mem_attributes): Use it.
2471 (set_mem_offset): New.
2472 * expr.c (expand_assignment): Call set_mem_attributes for
2473 inner references; adjust the memory offset as needed.
2474 * print-rtl.c (print_mem_expr): New.
2475 (print_rtx): Use it.
2477 Sun Dec 2 09:22:25 2001 Douglas B. Rupp <rupp@gnat.com>
2479 * config/x-interix3 (SYSTEM_HEADER_DIR): Put back default.
2481 * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro.
2482 (PREFERRED_DEBUGGING_TYPE): Define as VMS_AND_DWARF2_DEBUG.
2483 (ASM_SPEC): Don't redefine.
2484 (OPTIMIZATION_OPTIONS, OVERRIDE_OPTIONS, LINK_SPEC): Define.
2485 * config/alpha/t-vms (EXTRA_PARTS): Use; add rule for vms-dwarf2.asm.
2486 * config/alpha/vms-dwarf2.asm: New file.
2488 * Makefile.in (OBJS): Add vmsdbgout.c and its rule.
2489 * c-lex.c (init_c_lex): Test for VMS_AND_DWARF2_DEBUG.
2490 * debug.h (gcc_debug_hooks): Add vmsdbg_debug_hooks.
2491 (vmsdbgout_after_prologue): New declaration.
2492 * defaults.h (VMS_DEBUGGING_INFO): Add to PREFERRED_DEBUGGING_TYPE.
2493 * dwarf2.h (dwarf_attribute): New DW_AT_VMS_rtnbeg_pd_address.
2494 * dwarf2out.c (dwarf2out_do_frame): Test for VMS_AND_DWARF2_DEBUG.
2495 (dwarf2out_frame_finish): Test for VMS_AND_DWARF2_DEBUG.
2496 (dwarf_attr_name): Use DW_AT_VMS_rtnbeg_pd_address.
2497 (add_name_and_src_coords_attributes): Test VMS_DEBUGGING_INFO
2498 * final.c (final_start_function): Test for VMS_AND_DWARF2_DEBUG.
2499 Test VMS_DEBUGGING_INFO.
2500 (final_end_function): Test for VMS_AND_DWARF2_DEBUG.
2501 (final_scan_insn): Test for VMS_AND_DWARF2_DEBUG and VMS_DEBUG.
2502 * flags.h (debug_info_type): Add VMS_DEBUG and VMS_AND_DWARF2_DEBUG.
2503 * toplev.c (compile_file): Test VMS_DEBUGGING_INFO, VMS_DEBUG, and
2504 VMS_AND_DWARF2_DEBUG.
2505 (rest_of_type_compilation): Test for VMS_AND_DWARF2_DEBUG.
2506 (decode_g_option): Add "vms" to debug_type_names.
2507 (process_options): Set vmsdbg_debug_hooks if -gvms.
2508 (lang_independent_init): Emit line number for VMS unless -g0.
2509 * tree.c: (build_complex_type): Test for VMS_AND_DWARF2_DEBUG.
2510 * vmsdbg.h, vmsdbgout.c: New files.
2512 Sun Dec 2 09:03:06 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2514 * cfgbuild.c (SET_STATE): Add cast to eliminate warning.a
2516 2001-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2518 * cfgrtl.c (purge_all_dead_edges): Initialize variable.
2519 * dwarf2out.c (is_cxx): Prototype.
2520 * local-alloc.c (block_alloc): Avoid 'unsigned>=0 is always true'
2522 * objc/objc-act.c (defer_fn): Avoid signed/unsigned warning.
2524 Sun Dec 2 07:12:30 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2526 * libgcc2.c (__bb_exit_func): Fix line wrap problems.
2528 2001-12-02 Geoff Keating <geoffk@redhat.com>
2530 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Simplify.
2531 * config/rs6000/rs6000.c (rs6000_emit_move): Use adjust_address
2532 rather than simplify_subreg. Check for volatile-ness. Check that
2533 we're not splitting one slow operation into two slow operations.
2535 2001-12-02 David Edelsohn <edelsohn@gnu.org>
2537 * emit-rtl.c (gen_lowpart_common): Cast array element to HOST_WIDE_INT
2540 2001-12-02 Neil Booth <neil@daikokuya.demon.co.uk>
2542 * c-decl.c (duplicate_decls, push_parm_decl): Remove leading
2543 capital from diagnostics.
2544 * c-lex.c (cb_file_change): Similarly.
2545 * c-parse.in : Similarly.
2546 * cfgrtl.c (verify_flow_info): Similarly.
2547 * collect2.c: Similarly.
2548 * cppfiles.c (find_include_file): Similarly.
2549 * cppinit.c (cpp_handle_option): Similarly.
2550 * cpplex.c (cpp_spell_token): Similarly.
2551 * cppmain.c (do_preprocessing): Similarly.
2552 * gcc.c (translate_options, process_command, do_spec1,
2553 main, pfatal_execute): Similarly.
2554 * genattr.c (main): Similarly.
2555 * genattrtab.c (check_attr_test, operate_exp, simplify_test_exp,
2556 write_test_expr, main): Similarly.
2557 * gencodes.c (main): Similarly.
2558 * genconfig.c (main): Similarly.
2559 * genconstants.c (main): Similarly.
2560 * genemit.c (main): Similarly.
2561 * genextract.c (main): Similarly.
2562 * genflags.c (main): Similarly.
2563 * genopinit.c (main): Similarly.
2564 * genoutput.c (process_template, main): Similarly.
2565 * genpeep.c (main): Similarly.
2566 * genrecog.c (main): Similarly.
2567 * gensupport.c (is_predicable, identify_predicable_attribute,
2568 alter_predicate_for_insn, init_md_reader_args, main): Similarly.
2569 * ggc-page.c (alloc_anon): Similarly.
2570 * mips-tfile.c (add_string, add_procedure, add_file, read_line,
2571 parse_begin, parse_bend, parse_def, parse_end, parse_file,
2572 parse_stabs_common, parse_stabs, write_varray, write_object,
2573 read_seek, copy_object, main, error): Similarly.
2574 * profile.c (compute_branch_probabilities): Similarly.
2575 * reg-stack.c (check_asm_stack_operands): Similarly.
2576 * reload.c (find_reloads): Similarly.
2577 * reload1.c (spill_failure, failed_reload): Similarly.
2578 * rtl-error.c (_fatal_insn_not_found): Similarly.
2579 * toplev.c (read_integral_parameter, crash_signal,
2580 decode_f_option, set_target_switch, parse_options_and_default_flags)
2582 * tradcif.y (parse_number, yylex): Similarly.
2583 * tradcpp.c (main, fancy_abort): Similarly.
2584 * tree.c (tree_check_failed): Similarly.
2585 * varray.c (varray_check_failed): Similarly.
2586 * xcoffout.c (xcoff_output_standard_types): Similarly.
2588 * objc-act.c (get_object_ref, lookup_and_install_protocols,
2589 build_objc_string_object, objc_declare_alias, build_ivar_chain,
2590 finish_message_expr, build_protocol_expr, is_public,
2591 start_class): Similarly.
2593 2001-12-01 Neil Booth <neil@daikokuya.demon.co.uk>
2595 * c-decl.c (duplicate_decls, parmlist_tags_warning): Remove
2596 trailing period from diagnostics.
2597 * c-lex.c (cb_file_change): Similarly.
2598 * cppmacro.c (check_trad_stringification): Similarly.
2599 * gcc.c (do_spec_1): Similarly.
2600 * genattr.c (main): Similarly.
2601 * genattrtab.c (main, operate_exp, make_length_attrs): Similarly.
2602 * gencodes.c (main): Similarly.
2603 * genconfig.c (main): Similarly.
2604 * genconstants.c (main): Similarly.
2605 * genemit.c (main): Similarly.
2606 * genextract.c (main): Similarly.
2607 * genopinit.c (main): Similarly.
2608 * genoutput.c (main): Similarly.
2609 * genpeep.c (main): Similarly.
2610 * genrecog.c (main): Similarly.
2611 * mips-tfile.c (add_file, error): Similarly.
2612 * profile.c (init_branch_prob): Similarly.
2613 * reload1.c (spill_failure): Similarly.
2614 * stmt.c (parse_output_constraint): Similarly.
2615 * varasm.c (assemble_variable): Similarly.
2617 2001-12-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2619 * m68k.c (init_FPA_table): Provide static prototype.
2620 * mips/abi64.h (mips_function_value): Move prototype to ...
2621 * mips-protos.h (mips_function_value): ... here.
2622 * mips.c: Include halfpic.h.
2623 * output.h (rdata_section): Prototype.
2625 * h8300.c (h8300_asm_named_section): Wrap with !OBJECT_FORMAT_ELF.
2626 * m88k.c (m88k_svr3_asm_out_constructor,
2627 m88k_svr3_asm_out_destructor): Wrap with CTOR_LIST_BEGIN &&
2629 * mcore.c (mcore_asm_named_section): Wrap with OBJECT_FORMAT_ELF.
2630 * sh.c (sh_asm_named_section): Wrap with !OBJECT_FORMAT_ELF.
2631 * sparc.c (sparc_elf_asm_named_section): Wrap with OBJECT_FORMAT_ELF.
2633 2001-12-01 Geoff Keating <geoffk@redhat.com>
2635 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Complex
2636 LO_SUM addresses less than word size are not legitimate,
2637 because they lead to invalid SUBREGs.
2638 * config/rs6000/rs6000.c (rs6000_legitimize_address): Likewise.
2640 2001-12-01 Olivier Hainque <hainque@act-europe.fr>
2642 * unroll.c (loop_iterations): Give up on jumps with null JUMP_LABEL
2643 while scanning for multiple back edges.
2645 2001-12-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2647 * ginclude/ppc-asm.h (JUMP_TARGET): New macro.
2648 * config/rs6000/tramp.asm: Use it.
2650 2001-12-01 Zack Weinberg <zack@codesourcery.com>
2652 * gencheck.c, gengenrtl.c: Don't define xmalloc.
2653 * gensupport.c: Don't define xstrdup, xcalloc, xrealloc,
2656 2001-11-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
2658 * pa.c (output_ascii): Cast `p' to unsigned char.
2660 2001-11-30 Daniel Berlin <dan@cgsoftware.com>
2662 * config/rs6000/rs6000.c (altivec_expand_builtin): add
2663 ALTIVEC_BUILTIN_LD_INTERNAL_4sf and ALTIVEC_BUILTIN_ST_INTERNAL_4sf,
2664 *_16qi,_8hi, rename existing V4SI ones to *_4si.
2665 (altivec_init_builtins): Ditto.
2666 (bdesc_2arg): Rename CODE_FOR_* to match changes in MD file.
2668 * config/rs6000/rs6000.md: Add attribute types vecsimple,
2669 veccomplex, vecfloat, and vecperm, for altivec instructions.
2670 Modify altivec patterns to use appropriate attribute type.
2671 Modify altivec patterns to match RTL operations where appropriate
2672 (IE no unspec where we can avoid it).
2673 Add vector unit scheduling for ppc7450.
2674 Rename patterns to what they are where appropriate
2675 (altivec_vaddfp->addv4sf3, etc)
2677 * config/rs6000/rs6000.h (enum rs6000_builtins): Change VRS->VSR.
2678 Pass -mppc, and define _ARCH_PPC, if -mcpu=7450 is used.
2680 * config/rs6000/sysv4.h: Add -mcpu=7450.
2682 * testsuite/gcc.dg/altivec-1.c: Update test to take into account renamed
2683 _builtin_altivec_ld_interal function.
2685 2001-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2687 * configure.in (AC_CHECK_FUNCS): Delete strtoul, bsearch, popen,
2688 strchr, strrchr, isascii, gettimeofday.
2689 * config.in, configure: Regenerate.
2691 2001-11-30 Zoltan Hidvegi <hzoli@hzoli.2y.net>
2693 * unroll.c (unroll_loop): Correct special exit cases.
2695 2001-11-30 Stephane Carrez <Stephane.Carrez@sun.com>
2697 * config/sparc/sparc.c (DF_MODES_NO_S): Fix pr/3623, define to
2698 accept DFmode and DImode only.
2700 2001-11-30 Aldy Hernandez <aldyh@redhat.com>
2702 * config/rs6000/rs6000.h (STARTING_FRAME_OFFSET): Adjust for altivec.
2703 (STACK_DYNAMIC_OFFSET): Same.
2705 2001-11-30 Richard Henderson <rth@redhat.com>
2707 * c-decl.c (duplicate_decls): Copy DECL_SAVED_TREE.
2709 2001-11-30 Aldy Hernandez <aldyh@redhat.com>
2711 * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): New.
2712 (CONDITIONAL_REGISTER_USAGE): Set call_really_used_registers to
2713 the values in call_used_registers.
2715 Fri Nov 30 12:48:26 2001 Jeffrey A Law (law@cygnus.com)
2717 * gthr-dce.h: If _DCE_THREADS is not defined, then just include
2720 2001-11-30 Jason Merrill <jason@redhat.com>
2722 * dwarf2out.c (is_cxx): New fn.
2723 (add_data_member_location_attribute): Check it.
2724 * dbxout.c (dbxout_type): Only look at BINFO_VPTR_FIELD for C++.
2726 Fri Nov 30 08:26:57 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2728 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Handle const1_rtx.
2730 2001-11-30 Daniel Berlin <dan@cgsoftware.com>
2732 * genopinit.c (gen_insn): Handle MODE_VECTOR_INT and
2733 MODE_VECTOR_FLOAT as allowed.
2735 2001-11-29 Zack Weinberg <zack@codesourcery.com>
2737 Purge cruft now we have build libiberty.
2739 * Makefile.in (OBSTACK, VFPRINTF, DOPRINT, STRSTR,
2740 HOST_OBSTACK, HOST_VFPRINTF, HOST_DOPRINT, HOST_STRSTR,
2741 USE_HOST_OBSTACK, USE_HOST_VFPRINTF, USE_HOST_DOPRINT,
2742 USE_HOST_STRSTR): Delete variables.
2743 (vfprintf.o, doprint.o, strstr.o, splay-tree.o, obstack.o,
2744 hashtab.o, safe-ctype.o, $(HOST_PREFIX_1)obstack.o,
2745 $(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o,
2746 $(HOST_PREFIX_1)strstr.o), $(HOST_PREFIX_1)): Delete rules.
2747 (LIBIBERTY, BUILD_LIBIBERTY): New variables.
2748 (LIBDEPS): Now just $(INTLDEPS) $(LIBIBERTY).
2749 (LIBS): Now just $(INTLLIBS) @LIBS@ $(LIBIBERTY).
2750 (HOST_LIBDEPS): Now just $(BUILD_LIBIBERTY).
2752 (HOST_RTL): Remove hashtab.o safe-ctype.o.
2753 (OBJS): Remove splay-tree.o.
2754 (gen-protos): Depend on $(HOST_LIBS), not ../libiberty/libiberty.a.
2755 (distclean): No need to delete splay-tree.c obstack.c
2756 hashtab.c safe-ctype.c.
2757 (mostlyclean): Delete build copies of print-rtl.c bitmap.c
2758 errors.c ggc-none.c (all prefixed with $(HOST_PREFIX_1).
2759 * aclocal.m4 (gcc_AC_FUNC_VFPRINTF_DOPRNT, gcc_AC_FUNC_STRSTR):
2761 * configure.in: Don't use them.
2762 Set and substitute @FORBUILD@.
2763 * config.in, configure: Regenerate.
2764 * doprint.c: Move to libiberty/_doprnt.c.
2765 * doc/configterms.texi: Document that libiberty is now built
2766 up to three times. Fix typo.
2768 2001-11-30 Jason Merrill <jason@redhat.com>
2770 * dwarf2out.c (add_data_member_location_attribute): Do the
2771 right thing for virtual bases.
2772 * dbxout.c (dbxout_type): For a virtual base, print the offset
2775 2001-11-29 Zoltan Hidvegi <hzoli@hzoli.2y.net>
2777 * doloop.c (doloop_valid_p): Check for LTU and GTU as well.
2779 2001-11-29 Aldy Hernandez <aldyh@redhat.com>
2781 * config/rs6000/rs6000.c (function_arg): Unnamed vector arguments
2783 Remove unused attribute for named.
2785 2001-11-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2787 * genattrtab.c (attr_rtx_1): New function containing the
2788 majority of `attr_rtx'. Move variable declarations into the
2789 scope where they are used. Eliminate unnecessary gotos.
2790 (attr_rtx): Now just a wrapper for `attr_rtx_1' using VA_OPEN,
2791 VA_FIXEDARG, and VA_CLOSE.
2793 2001-11-30 Hans-Peter Nilsson <hp@axis.com>
2795 * config/cris/cris.c (cris_notice_update_cc): Check first
2796 destination also against overlap with cc_status.value2 and second
2797 destination against overlap with cc_status.value1. For overlaps,
2798 clear overlapped value, don't just CC_STATUS_INIT.
2800 * config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix spacing and FIXME.
2801 Fix typo in comment.
2802 (LINK_SPEC): Remove whitespace at end of line.
2804 2001-11-29 Jakub Jelinek <jakub@redhat.com>
2806 * c-lex.c (init_c_lex): Canonicalize "-" filename to "".
2808 2001-11-29 Jakub Jelinek <jakub@redhat.com>
2810 * gcc.c (ASM_DEBUG_SPEC): Only check HAVE_AS_G*_DEBUG_FLAG
2811 macros for the supported debugging types.
2813 2001-11-29 Craig Rodrigues <rodrigc@gcc.gnu.org>
2816 * config/i386/i386.c (print_operand): Verify that the
2817 argument to %c is a constant and not a conditional which
2818 needs to be reversed.
2820 Thu Nov 29 11:12:59 2001 Geoffrey Keating (geoffk@redhat.com)
2822 * emit-rtl.c (gen_lowpart_common): Fix conversion of
2823 REAL_VALUE_TYPEs to an array of target integers. Fix extraction
2824 of low part of those arrays for 32bit and 64bit hosts.
2826 2001-11-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2828 * Makefile.in (insn-output.o): Depend on insn-codes.h.
2830 2001-11-29 Joseph S. Myers <jsm28@cam.ac.uk>
2832 * configure.in (target_list): Add generated-manpages.
2833 * configure: Regenerate.
2834 * Makefile.in (generated-manpages): Depend on
2835 lang.generated-manpages.
2836 * objc/Make-lang.in (objc.generated-manpages): New dummy target.
2838 2001-11-29 Nick Clifton <nickc@cambridge.redhat.com>
2840 * config/arm/crti.asm (_init): Add .thumb_func if compiled
2842 (_fini): Add .thumb_func if compiled with -mthumb.
2844 2001-11-28 Eric Christopher <echristo@redhat.com>
2846 * config/mips/mips.c (override_options): Fix thinko in mips_tune
2847 for mips32/mips64. Remove MASK_SOFT_FLOAT configuration bits.
2849 Thu Nov 29 00:24:15 EST 2001 John Wehle (john@feith.com)
2851 * alpha.md (tablejump): Use pic_offset_table_rtx
2852 instead of gen_rtx_REG.
2854 Wed Nov 28 15:36:13 2001 Jeffrey A Law (law@cygnus.com)
2856 * expr.c (store_expr): When copying a string constant into an
2857 array, reset the known alignment of the MEM for the section to
2858 be cleared to BITS_PER_UNIT.
2860 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
2862 * config/cris/cris.c: Remove whitespace at end of line.
2864 Wed Nov 28 14:51:23 2001 Douglas B. Rupp <rupp@gnat.com>
2866 * config.gcc (i[34567]86-*-interix3*): New case.
2867 * config/x-interix3, config/interix3.h, config/i386/i386-interix3.h:
2870 2001-11-28 Richard Henderson <rth@redhat.com>
2872 * config/alpha/alpha.md (sibcall_osf_1, sibcall_value_osf_1): Use
2873 symbolic_operand as the predicate.
2875 2001-11-28 Richard Henderson <rth@redhat.com>
2877 * doloop.c (doloop_modify_runtime): Properly select induction
2878 variable; skip late entry test if biv initializer created by loop.
2880 Wed Nov 28 08:21:47 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2882 * tree.h (EXPR_WFL_LINECOL): Used by Java in node other than
2883 EXPR_WITH_FILE_LOCATION, so change checks and documentation.
2885 * tree.h (TREE_VIA_PROTECTED): Update to show can be in TREE_VEC.
2887 * tree.h: Add missing checks on some macros; make formatting more
2890 * stor-layout.c (put_pending_size): Look for SAVE_EXPR if not at top
2891 level; only add to pending_sizes if find it.
2893 * langhooks.c (lhd_safe_from_p): Add ATTRIBUTE_UNUSED.
2895 * df.c (iterate_dataflow_sbitmap, iterate_dataflow_bitmap):
2896 Add casts to remove warnings.
2898 * Makefile.in (OBJS): Sort alphabetically.
2900 * print-rtl.c (print_rtx): If RTX code is bad, just say so.
2901 Also minor cleanups.
2903 Wed Nov 28 06:52:27 2001 Arnaud Charlet <charlet@ACT-Europe.FR>
2905 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Remove STAGE_PREFIX.
2906 (FLAGS_TO_PASS): Add STAGE_PREFIX.
2907 (SUBDIR_FLAGS_TO_PASS): Apply PREPEND_DOTDOT_TO_RELATIVE_PATH
2910 Wed Nov 28 10:42:19 CET 2001 Jan Hubicka <jh@suse.cz>
2912 * cse.c (true_dependence_in_rtx): New function.
2913 (invalidate): Use it.
2915 * c-common.h (GOTO_FAKE_P): New macro.
2916 * tree-inline.c (GOTO_FAKE_P): Set.
2917 * c-tree.texi (GOTO_FAKE_P): Document.
2919 * varasm.c (assemble_variable): Set reloc to 3 for error_mark
2920 containing pointers.
2921 (output_addressed_constants): Check for local/external relocations.
2922 * elfos.h (SELECT_SECTION): Classify data section.
2923 * tm.texi (SELECT_SECTION): Update documentation.
2925 * cfganal.c (flow_dfs_compute_reverse_add_bb): set visited bit.
2926 (flow_dfs_compute_reverse_execute): Add only unvisited blocks.
2928 2001-11-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2930 * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
2931 UNALIGNED_DOUBLE_INT_ASM_OP): Also provide defaults when we have
2934 2001-11-28 Hans-Peter Nilsson <hp@axis.com>
2936 * config/cris/cris.c: Tweak spacing for prototypes.
2937 (LOSE_AND_RETURN): New macro.
2938 (cris_operand_lossage): New function.
2939 (cris_print_index, cris_print_base): Use cris_operand_lossage
2940 rather than fatal_insn.
2941 (cris_print_operand, cris_print_operand_address): Use
2942 LOSE_AND_RETURN rather than fatal_insn and internal_error.
2943 (cris_output_addr_const): Use LOSE_AND_RETURN and
2944 output_operand_lossage rather than fatal_insn and internal_error
2945 for valid but unexpected rtx expressions.
2947 * config/cris/cris.c (cris_split_movdx): Don't call alter_subreg
2948 for a SUBREG in src or dest, abort instead.
2950 2001-11-28 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
2952 * doc/passes.texi: Remove reference to c-dump.c. Update tree inlining
2955 2001-11-27 Jakub Jelinek <jakub@redhat.com>
2957 * gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than
2958 preprocessor define. If only DBX_DEBUGGING_INFO or only
2959 DWARF2_DEBUGGING_INFO is supported for the target, provide
2960 appropriate definitions.
2962 2001-11-27 Neil Booth <neil@daikokuya.demon.co.uk>
2964 * Makefile.in: Update, and add c-objc-common.o dependencies.
2965 * c-lang.c: Remove unnecessary includes.
2966 (c_init): Move bulk of code to c_objc_common_init, and call it.
2967 (c_tree_printer, c_missing_noreturn_ok_p, c_disregard_inline_limits,
2968 inline_forbidden_p, c_cannot_inline_tree_fn): Move to
2970 * c-objc-common.c: New. Mostly pulled from c-lang.c.
2971 * c-tree.h (c_disregard_inline_limits, c_cannot_inline_fn,
2972 c_objc_common_init, c_missing_noreturn_ok_p): New.
2973 * toplev.c: Update comment.
2974 * doc/passes.texi: Update.
2976 * objc-act.c (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
2977 LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS,
2978 LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Override.
2979 (objc_init): Update to use c_objc_common_init.
2981 2001-11-27 Neil Booth <neil@daikokuya.demon.co.uk>
2983 * cpphash.c (_cpp_init_hashtable): Update.
2984 * cpphash.h (struct spec_nodes): Remove n_L.
2985 * cpplex.c (_cpp_lex_direct): Check for prefix L separately.
2987 2001-11-17 Richard Henderson <rth@redhat.com>
2989 * unroll.c (loop_iterations): Move last change ...
2990 * doloop.c (doloop_modify_runtime): ... here.
2992 2001-11-17 Corey Minyard <minyard@acm.org>
2993 Richard Henderson <rth@redhat.com>
2995 * unroll.c (loop_iterations): Detect one situation in which we
2996 overestimate the number of iterations.
2998 2001-11-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3000 * gcc.c (set_input): Export.
3001 Move declaration ...
3002 gcc.h (set_input): ... here.
3004 2001-11-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3006 * gcc.c (set_collect_gcc_options): New function, split out from
3008 Ignore elided switches.
3009 (do_spec): Invoke before executing command.
3010 (do_spec_1): Likewise.
3011 Fixes PR other/3968.
3013 2001-11-27 Hans-Peter Nilsson <hp@axis.com>
3015 * config/cris/cris.h (INT_ASM_OP): Remove.
3017 2001-11-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3019 * config/i386/sol2.h (WINT_TYPE): Redefine.
3020 (WINT_TYPE_SIZE): Likewise.
3022 2001-11-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3024 * collect2.c: Check HAVE_DUP2 instead of NO_DUP2.
3025 (dup2): Make static and add prototype.
3026 * m68k/plexus.h: Don't define NO_DUP2.
3027 * configure.in (AC_CHECK_FUNCS): Add dup2.
3028 * config.in, configure: Regenerate.
3030 * ia64/aix.h (REG_SIZE): Don't #undef.
3031 * sparc.h (REG_SIZE): Delete.
3032 * flow.c (mark_used_regs): Don't use REG_SIZE.
3033 * regs.h (REG_SIZE): Delete.
3035 2001-11-27 Andreas Schwab <schwab@suse.de>
3037 * gcc.c: Fix typo PREFERRED_DEBUGGING_FORMAT ->
3038 PREFERRED_DEBUGGING_TYPE.
3040 Tue Nov 27 08:21:47 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3042 * Makefile.in (c-lang.o): Depends on langhooks-def.h.
3043 (expr.o, varasm.o): Depends on langhooks.h.
3044 * c-common.c (c_safe_from_p): Always declare.
3045 (c_expand_expr): Refine when declared.
3046 * c-lang.c (c-common.h): Now include.
3047 (LANG_HOOKS_SAFE_FROM_P): Define new hook.
3048 (c_init): Don't set lang_safe_from_expr.
3049 * expr.c (langhooks.h): Now include.
3050 (lang_safe_from_p): No longer define.
3051 (safe_from_p): Use lang hook.
3052 (expand_expr): Set IGNORE if VOID_TYPE result of VIEW_CONVERT_EXPR too.
3053 (expand_expr, case VIEW_CONVERT_EXPR): Pass ro_modifier down.
3054 * expr.h (lang_expand_constant, lang_safe_from_p): Delete.
3055 * langhooks-def.h (lhd_return_tree, lhd_safe_from_p): New decls.
3056 (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
3057 * langhooks.c (lhd_return_tree, lhd_safe_from_p): New functions.
3058 * langhooks.h (struct lang_hooks): New fields expand_constant
3060 * output.h (output_constant): Size arg is HOST_WIDE_INT.
3061 * stmt.c (expand_decl_init): No longer need to expand constant
3063 * stor-layout.c (put_pending_size): Don't check for SAVE_EXPR.
3064 * toplev.c (lang_expand_constant): Delete var.
3065 * tree.c (save_expr): Don't put another SAVE_EXPR around simple
3066 operations on SAVE_EXPR.
3067 * varasm.c (langhooks.h): Now include.
3068 (compare_constant_1): Use lang_hooks, not lang_expand_constant.
3069 (record_constant_1, output_addressed_constants): Likewise.
3070 (initializer_constant_valid_p, output_constant): Likewise.
3071 (output_constant_def): Process no-defer of string constant.
3072 (output_addressed_constants, case ADDR_EXPR): Use handled_component_p.
3073 (output_constant): Strip more conversions.
3074 Track our size and pad for the rest.
3075 (array_size_for_constructor): Remove code for non-byte STRING_CST.
3076 (output_constructor): SIZE now HOST_WIDE_INT.
3078 2001-11-27 Richard Henderson <rth@redhat.com>
3080 * ifcvt.c (noce_try_store_flag_constants): Test for overflow
3083 2001-11-27 Zack Weinberg <zack@codesourcery.com>
3085 * cppfiles.c (read_include_file): Add comment.
3087 2001-11-26 Richard Henderson <rth@redhat.com>
3089 * toplev.c (rest_of_compilation): Call free_bb_for_insn before exit.
3091 2001-11-26 Richard Henderson <rth@redhat.com>
3093 * config/ia64/sysv4.h (DBX_DEBUGGING_INFO): Undef.
3094 * config/ia64/aix.h (PREFERRED_DEBUGGING_TYPE): Remove
3095 commented out override.
3097 2001-11-26 Neil Booth <neil@daikokuya.demon.co.uk>
3099 * cppfiles.c (stack_include_file): Don't optimize zero-length
3101 (read_include_file): NUL-terminate read files.
3102 * cpplex.c (handle_newline, skip_escaped_newlines,
3103 get_effective_char, skip_whitespace, parse_identifier,
3104 parse_identifier_slow, parse_number, parse_string,
3105 _cpp_lex_direct): Optimize for the fact that buffers are guaranteed
3107 * cpplib.c (destringize_and_run, cpp_define, handle_assertion):
3108 Be sure buffers are NUL terminated.
3109 * cppmacro.c (warn_of_redefinition): Kill compile warning.
3111 2001-11-26 Neil Booth <neil@daikokuya.demon.co.uk>
3113 * c-common.c: Include tree-inline.h.
3114 (c_language): Move separate definitions here.
3115 (c_common_init_options, c_common_post_options): New.
3116 (c_common_lang_init): Rename c_common_init.
3117 * c-common.h (c_common_lang_init): Similarly.
3118 (c_common_init_options, c_common_post_options): New.
3119 * c-lang.c (c_post_options): Move body to c_common_post_options.
3120 (c_init_options): Use c_common_init_options.
3122 * langhooks.def: Rearrange.
3123 * langhooks.h: Rearrange, and improve comments.
3124 * toplev.c (do_compile): New function.
3125 (toplev_main): Use it.
3126 (lang_independent_f_options, parse_options_and_default_flags,
3127 process_options): Remove trailing periods.
3128 * Makefile.in: Update.
3129 objc: * objc-act.c (objc_post_options, objc_init_options): Use c-common.c
3131 (ojbc_init): Update.
3133 2001-11-26 Richard Henderson <rth@redhat.com>
3135 * config/alpha/alpha.md (unop): Add 0 offset for some gas versions.
3137 2001-11-26 DJ Delorie <dj@redhat.com>
3139 * expr.c (store_constructor): Actually use the value computed
3140 if WORD_REGISTER_OPERATIONS.
3142 2001-11-26 Richard Henderson <rth@redhat.com>
3144 * config/elfos.h (SELECT_SECTION): Don't check TREE_READONLY
3147 2001-11-26 David Edelsohn <edelsohn@gnu.org>
3149 * rs6000.c (output_mi_thunk): Handle minimal-toc and call
3150 correct function on AIX.
3152 2001-11-26 Alexandre Oliva <aoliva@redhat.com>
3154 * toplev.c (process_options): Don't force
3155 flag_optimize_sibling_calls to zero just because exceptions are
3158 Mon Nov 26 12:37:05 2001 Jeffrey A Law (law@cygnus.com)
3160 * df.h (transfer_function_sbitmap): Use PARAMS around argument
3161 list in function prototypes.
3162 (transfer_function_bitmap): Likewise.
3164 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
3166 * config/stormy16/stormy16.h: Remove DEFAULT_VTABLE_THUNKS.
3167 * config/i386/netbsd-elf.h: Likewise.
3169 2001-11-26 David Edelsohn <edelsohn@gnu.org>
3171 * doc/trouble.texi: Remove outdated RS/6000 comments.
3173 Mon Nov 26 13:49:41 CET 2001 Jan Hubicka <jh@suse.cz>
3175 * final.c (walk_alter_subreg): Fix return value.
3177 Mon Nov 26 11:36:20 CET 2001 Jan Hubicka <jh@suse.cz>
3179 * sparc.c (sparc_absnegfloat_split_legitimate): Do not call
3181 * sparc.md (post-reload splitters): Do not call alter_subreg.
3182 * cfgrtl.c (purge_dead_edges): Fix typo in previous fix.
3184 2001-11-25 Aldy Hernandez <aldyh@redhat.com>
3186 * regclass.c (choose_hard_reg_mode): Handle vector arguments.
3188 2001-11-26 Alan Modra <amodra@bigpond.net.au>
3190 * final.c: (insn_lengths): Make it an int *, so that large jump
3191 tables don't overflow.
3193 2001-11-25 Joseph S. Myers <jsm28@cam.ac.uk>
3195 * c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.
3196 (format_types): Use it for scanf.
3197 (dollar_arguments_pointer_p): New.
3198 (init_dollar_format_checking): Store details of which arguments
3200 (maybe_read_dollar_number): Reallocate dollar_arguments_pointer_p.
3201 (finish_dollar_format_checking): Take extra parameter
3202 pointer_gap_ok. Treat unused arguments differently if
3203 pointer_gap_ok and the unused arguments are pointers.
3204 (check_format_info_main): Pass extra argument to
3205 finish_dollar_format_checking.
3206 * doc/invoke.texi (-Wno-format-extra-args): Document behavior when
3207 unused arguments are present between used arguments with operand
3210 2001-11-25 Daniel Berlin <dan@cgsoftware.com>
3212 * df.c: Add prototypes for hybrid_search_bitmap and
3213 hybrid_search_sbitmap.
3214 (hybrid_search_bitmap): New function.
3215 (hybrid_search_sbitmap): New function.
3216 (iterative_dataflow_sbitmap): Change to use hybrid_search_sbitmap.
3217 (iterative_dataflow_bitmap): Ditto.
3219 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3221 * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
3222 address computations.
3224 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3226 * config/m68hc11/m68hc11.c (d_register_operand): Must accept
3227 register b (low part of d).
3229 2001-11-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3231 * config/m68hc11/m68hc11.h (FUNCTION_PROFILER): Fix label name
3234 Sun Nov 25 06:22:09 2001 Douglas B. Rupp <rupp@gnat.com>
3236 * config/alpha/vms-ld.c, config/alpha/vms-cc.c: New files.
3237 * config/alpha/x-vms: New file, to compile the above.
3238 * config.gcc (alpha*-dec-vms*): Add x-vms.
3240 2001-11-24 Hans-Peter Nilsson <hp@axis.com>
3242 * genextract.c (main): Set ro_loc for peepholes.
3244 Sat Nov 24 17:04:10 2001 Douglas B. Rupp <rupp@gnat.com>
3246 * fix-header.c (main): Move inf_buffer termination and inf_limit
3247 calculation to after read.
3249 * config/alpha/xm-vms.h (FILE_TYPE): Remove undef and baggage.
3250 (__UNIX_FOPEN): Define.
3252 Sat Nov 24 16:11:00 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3254 * function.c (assign_stack_temp_for_type): Clear alias set before
3257 2001-11-23 David Edelsohn <edelsohn@gnu.org>
3259 * rs6000.c (print_operand, case 'v'): Use HOST_WIDE_INT_PRINT_HEX
3261 * rs6000.md (cmptf): Fix typo.
3263 2001-11-23 Richard Sandiford <rsandifo@redhat.com>
3265 * final.c (output_addr_const): Output PC as '.' even if !flag_pic.
3266 * varasm.c (output_constructor): Use assemble_integer rather
3267 than ASM_OUTPUT_BYTE.
3269 2001-11-23 Andreas Jaeger <aj@suse.de>
3271 * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign
3274 2001-11-23 Nick Clifton <nickc@cambridge.redhat.com>
3276 * config/arm/xscale-coff.h (SUBTARGET_CPU_DEFAULT): Override
3278 (SUBTARGET_EXTRA_ASM_SPEC): Remove previous definition.
3279 (MULTILIB_DEFAULTS): Remove previous definition.
3281 2001-11-23 Neil Booth <neil@daikokuya.demon.co.uk>
3283 * cppmacro.c (warn_of_redefinition): Warn regardless of -pedantic.
3284 * gcc.dg/cpp/mi6.c, gcc.dg/cpp/redef2.c: Update.
3286 2001-11-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3288 * cris.h: Revert thinko in last patch.
3290 2001-11-23 Joseph S. Myers <jsm28@cam.ac.uk>
3292 * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,
3293 FSFChangeLog.10, c-decl.c, cppfiles.c, cppinit.c, cpplex.c,
3294 cpplib.c, cppmain.c, cse.c, df.c, diagnostic.c, dominance.c,
3295 dwarf2out.c, dwarfout.c, emit-rtl.c, errors.c, except.c, except.h,
3296 explow.c, function.c, gcse.c, genrecog.c, predict.c, regmove.c,
3297 sched-rgn.c, ssa-ccp.c, stmt.c, toplev.c: Fix spelling errors.
3299 * predict.c, reg-stack.c: Fix spelling errors.
3301 2001-10-09 Andrew Haley <aph@redhat.com>
3303 * calls.c (check_sibcall_argument_overlap): Use slot_offset for
3304 start of stack slot.
3306 2001-11-22 Graham Stott <grahams@redhat.com>
3308 * cfgrtl.c (try_redirect_by_replacing_jump): Fix typo, emit
3309 replacement jump after original jump.
3311 (verify_flow_info): Remove redundent initialisation.
3312 Handle reaching end of insn list before finding a BARRIER.
3313 Only issue one missing barrier diagnostic.
3315 2001-11-22 Graham Stott <grahams@redhat.com>
3317 * local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM.
3319 Thu Nov 22 06:49:14 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3321 * config/i386/i386.md (leave, leave_rex64): Have RTL reflect what
3324 2001-11-22 Nick Clifton <nickc@cambridge.redhat.com>
3326 * doc/invoke.texi (M32R/D Option Summary): Document -m32r switch.
3327 Fix typo -mm32rx=> -m32rx.
3329 * config/arm/arm.c (arm_elf_asm_named_section): Only build for elf
3332 * config.gcc (xscale-coff): Add necessary header files to
3335 2001-11-20 Zack Weinberg <zack@codesourcery.com>
3337 * rs6000.c (output_cbranch): Use $, not %$, in output template.
3339 2001-11-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
3341 * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h.
3342 (lang_type_quals): Declare.
3343 (dequeue_and_dump): Use lang_hooks.tree_dump.type_quals function to
3344 retrieve language-specific qualifiers for a type node, instead of
3345 C_TYPE_QUALS. Likewise for lang_hooks.tree_dump.dump_tree instead of
3347 * tree-dump.h: Rename from c-dump.h.
3348 * c-common.h (C_TYPE_QUALS): Removed.
3349 Move declarations for tree-dump.c interface to...
3350 * tree.h: ... here. Remove lang_dump_tree.
3351 * langhooks.h (struct lang_hooks_for_tree_dump): New.
3352 (struct lang_hooks): Add tree_dump hooks.
3353 * langhooks.c (lhd_tree_dump_dump_tree): New function.
3354 (lhd_tree_dump_type_quals): New function.
3355 * langhooks-def.h (lhd_tree_dump_dump_tree, lhd_tree_dump_type_quals):
3357 (LANG_HOOKS_INITIALIZER): Add tree_dump hooks.
3358 * Makefile.in: Move tree-dump.o to language-independent back-end.
3360 2001-11-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3362 * 1750a.h (DBX_REGISTER_NUMBER): Don't define.
3363 * alpha.h (DBX_REGISTER_NUMBER): Likewise.
3364 * arc.h (DBX_REGISTER_NUMBER): Likewise.
3365 * arm/aout.h (DBX_REGISTER_NUMBER): Likewise.
3366 * avr.h (DBX_REGISTER_NUMBER): Likewise.
3367 * c4x.h (DBX_REGISTER_NUMBER): Likewise.
3368 * clipper.h (DBX_REGISTER_NUMBER): Likewise.
3369 * convex.h (DBX_REGISTER_NUMBER): Likewise.
3370 * cris.h (DBX_REGISTER_NUMBER): Likewise.
3371 * dsp16xx.h (DBX_REGISTER_NUMBER): Likewise.
3372 * elxsi.h (DBX_REGISTER_NUMBER): Likewise.
3373 * fr30.h (DBX_REGISTER_NUMBER): Likewise.
3374 * h8300.h (DBX_REGISTER_NUMBER): Likewise.
3375 * i370.h (DBX_REGISTER_NUMBER): Likewise.
3376 * i860.h (DBX_REGISTER_NUMBER): Likewise.
3377 * i860/paragon.h (DBX_REGISTER_NUMBER): Likewise.
3378 * i860/sysv3.h (DBX_REGISTER_NUMBER): Likewise.
3379 * i860/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
3380 * m32r.h (DBX_REGISTER_NUMBER): Likewise.
3381 * m68hc11.h (DBX_REGISTER_NUMBER): Likewise.
3382 * m88k.h (DBX_REGISTER_NUMBER): Likewise.
3383 * mcore/mcore-elf.h (DBX_REGISTER_NUMBER): Likewise.
3384 * mcore.h (DBX_REGISTER_NUMBER): Likewise.
3385 * mn10200.h (DBX_REGISTER_NUMBER): Likewise.
3386 * mn10300.h (DBX_REGISTER_NUMBER): Likewise.
3387 * pdp11.h (DBX_REGISTER_NUMBER): Likewise.
3388 * romp.h (DBX_REGISTER_NUMBER): Likewise.
3389 * rs6000.h (DBX_REGISTER_NUMBER): Likewise.
3390 * rs6000/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
3391 * s390/linux.h (DBX_REGISTER_NUMBER): Likewise.
3392 * stormy16.h (DBX_REGISTER_NUMBER): Likewise.
3393 * v850.h (DBX_REGISTER_NUMBER): Likewise.
3394 * vax.h (DBX_REGISTER_NUMBER): Likewise.
3395 * we32k.h (DBX_REGISTER_NUMBER): Likewise.
3397 * defaults.h (DBX_REGISTER_NUMBER): Provide a default.
3398 * doc/tm.texi (DBX_REGISTER_NUMBER): Update.
3400 2001-11-21 H.J. Lu <hjl@gnu.org>
3402 * config/rs6000/sysv4.h (LIB_SPEC): Fix a typo.
3404 2001-11-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3406 * s390.c (s390_va_arg): Eliminate ALIGN parameter in call to
3407 emit_cmp_and_jump_insns.
3409 * stormy16.c (xstormy16_expand_builtin_va_arg,
3410 xstormy16_expand_casesi): Likewise.
3412 Wed Nov 21 17:37:16 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3414 * function.c (keep_stack_depressed): Major rework.
3415 (handle_epilogue_set, emit_equiv_load): New functions.
3416 (thread_prologue_and_epilogue_insns): keep_stack_depressed now
3418 * jump.c (returnjump_p_1): Also return 1 if SET with SET_IS_RETURN_P.
3419 * rtl.h (SET_IS_RETURN_P): New macro.
3421 * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Refine slightly
3422 and also support TREE_ADDRESSABLE.
3423 * tree.def (VIEW_CONVERT_EXPR): Document TREE_ADDRESSABLE.
3425 2001-11-21 David Edelsohn <edelsohn@gnu.org>
3427 * rs6000.md (cmptf_internal1): Replace %$ with $.
3429 Wed Nov 21 16:44:01 2001 Douglas B. Rupp <rupp@gnat.com>
3431 * cppfiles.c (STAT_SIZE_TOO_BIG): Define.
3432 (read_include_file): Use STAT_SIZE_TOO_BIG.
3434 * cppinit.c (INO_T_COPY): Define.
3435 (INO_T_EQ): Uppercase parameters.
3436 (append_include_chain): Use INO_T_COPY.
3438 2001-11-21 Richard Sandiford <rsandifo@redhat.com>
3440 * cfg.c: Fix typos and formatting in the introductory comment.
3442 Wed Nov 21 12:38:37 CET 2001 Jan Hubicka
3444 * profile.c (compute_branch_probabilites): Compute probabilities
3445 for entry/exit edges; estimate probabilities for zero counts.
3447 2001-11-21 Jakub Jelinek <jakub@redhat.com>
3449 * explow.c (probe_stack_range): Use LCT_NORMAL as second argument
3450 to emit_library_call.
3451 * function.c (expand_main_function, expand_function_start,
3452 expand_function_end): Likewise.
3453 * profile.c (output_func_start_profiler): Likewise.
3454 * stmt.c (expand_nl_goto_receivers): Use LCT_NORETURN as
3455 second argument to emit_library_call.
3456 * optabs.c (prepare_cmp_insn): Use LCT_CONST_MAKE_BLOCK
3457 as second argument to emit_library_call.
3458 * calls.c (emit_library_call): Update fn_type description.
3460 2001-11-21 Jakub Jelinek <jakub@redhat.com>
3462 * c-decl.c (c_expand_deferred_function): Only call c_expand_body
3463 if fndecl is still DECL_INLINE and has DECL_RESULT.
3465 2001-11-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3467 * clipper.c (clipper_movstr): Avoid uninitialized warning.
3468 * i960.c (is_mask, legitimize_address): Likewise.
3469 * m88k.c (m88k_expand_prologue): Likewise.
3470 * m88k.md: Likewise.
3471 * mcore.c (emit_new_cond_insn): Likewise.
3472 * stormy16.c (xstormy16_emit_cbranch): Likewise.
3474 2001-11-20 Zack Weinberg <zack@codesourcery.com>
3476 * config.gcc: Delete powerpcle-*-solaris2* stanza.
3477 * config/rs6000/eabi.asm, config/rs6000/rs6000.c,
3478 config/rs6000/rs6000.h, config/rs6000/rs6000.md,
3479 config/rs6000/sol-ci.asm, config/rs6000/sol-cn.asm,
3480 config/rs6000/sysv4.h, config/rs6000/t-ppccomm,
3481 config/rs6000/t-ppcos: Expunge all references to Solaris.
3483 * config/rs6000/sol-c0.c, config/rs6000/sol2.h: Delete.
3485 * config/rs6000/rs6000.md: Replace '%$' with '$' in all
3487 * config/rs6000/rs6000.h: Define DEFAULT_PCC_STRUCT_RETURN to 0,
3488 and change RETURN_IN_MEMORY to just check AGGREGATE_TYPE_P.
3490 2001-11-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3492 * sh.md: Avoid uninitialized warnings.
3493 * vax.c (vax_rtx_cost): Likewise.
3495 2001-11-15 Aldy Hernandez <aldyh@redhat.com>
3497 * rs6000.c (direct_return): Check if we are saving altivec
3499 (first_altivec_reg_to_save): New.
3500 Updated stack frame layout comments.
3501 (rs6000_stack_info): Calculate altivec register save size.
3502 Save link register if we saved some altivec registers.
3503 (rs6000_stack_info): Align save size to 16 if altivec abi or
3505 (rs6000_stack_info): Calculate altivec register offsets.
3506 (rs6000_stack_info): Add altivec info to save_size.
3507 (debug_stack_info): Add altivec debug info.
3508 (rs6000_emit_prologue): Save altivec registers and vrsave.
3509 (compute_vrsave_mask): New.
3510 (altivec_expand_builtin): Remove unused variables.
3511 (rs6000_parse_abi_options): Add static qualifier.
3512 (rs6000_expand_builtin): Remove unused parameters.
3513 (altivec_expand_builtin): Cast bdesc_2arg to get rid of warning.
3514 (altivec_init_builtins): Same.
3515 (is_altivec_return_reg): New.
3516 (vrsave_operation): New.
3517 (ALTIVEC_REG_BIT): New.
3518 (generate_set_vrsave): New.
3520 * rs6000.md (get_vrsave): New.
3522 (*set_vrsave_internal): New.
3524 * rs6000.h (rs6000_stack): Add first_altivec_reg_save,
3525 altivec_save_offset, vrsave_save_offset, altive_size, vrsave_size,
3526 altivec_padding_size, vrsave_mask.
3527 (TOTAL_ALTIVEC_REGS): New.
3528 (EPILOGUE_USES): Add VRSAVE_REGNO.
3530 2001-11-20 Jeff Law <law@redhat.com>
3532 * unroll.c (copy_loop_body): Update LABEL_NUSES for the
3533 exit label as necessary.
3535 2001-11-20 Brad Kaiser <bkaiser@acelink.net>
3537 * reload1.c (elimination_effects): Use function_invariant_p
3538 instead of CONSTANT_P when considering register equivalences.
3540 2001-11-20 David O'Brien <obrien@FreeBSD.org>
3542 * config.gcc: Add FreeBSD/PowerPC target.
3543 (powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
3544 powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
3545 powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
3546 powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
3547 powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
3548 powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*): Add
3549 freebsd-spec.h to tm_file.
3550 (rs6000-*-lynxos*): Add lynx.h to tm_file.
3551 * config/freebsd.h: Tidy up.
3552 (USING_CONFIG_FREEBSD): Define.
3553 (FBSD_SWITCH_TAKES_ARG, FBSD_WORD_SWITCH_TAKES_ARG,
3554 FBSD_CPP_PREDEFINES, FBSD_CPP_SPEC, FBSD_STARTFILE_SPEC,
3555 FBSD_ENDFILE_SPEC, FBSD_LIB_SPEC): Remove (moved to freebsd-spec.h).
3556 (TARGET_HAS_F_SETLKW): Define.
3557 (ASM_OUTPUT_IDENT): Delete, the elfos.h definition is fine.
3558 * config/freebsd-spec.h: New file.
3559 * config/rs6000/freebsd.h: New file.
3560 * config/rs6000/rs6000.h (TARGET_VERSION): Do not define.
3561 * config/rs6000/rs6000.c: Test for USING_ELFOS_H rather than
3562 USING_SVR4_H to know when to turn on ELF support.
3563 * config/rs6000/sysv4.h (TARGET_VERSION, CPP_PREDEFINES): Don't undef,
3564 define only if not already defined.
3565 Add FreeBSD support.
3566 * config/rs6000/aix.h (TARGET_VERSION): Define.
3567 * config/rs6000/beos.h: Likewise.
3568 * config/rs6000/darwin.h: Likewise.
3569 * config/rs6000/mach.h: Likewise.
3570 * config/rs6000/lynx.h (TARGET_VERSION): Likewise.
3571 Don't include lynx.h directly.
3573 2001-11-20 Graham Stott <grahams@redhat.com>
3575 * unwind-dw2-fde.c (__deregister_frame_info_bases):
3576 Fix lossage in last change return OB.
3578 Tue Nov 20 11:56:12 2001 Douglas B. Rupp <rupp@gnat.com>
3580 * config/alpha/xm-vms.h (_POSIX_EXIT): Define.
3581 Remove unneeded exit related macros.
3583 2001-11-20 David Edelsohn <edelsohn@gnu.org>
3585 * rs6000.c (rs6000_emit_eh_toc_restore): Remove ALIGN parm.
3587 * rs6000.c (rs6000_emit_move): Add TFmode case.
3588 * sysv4.h (MASK_LONG_DOUBLE_128, TARGET_LONG_DOUBLE_128,
3589 LONG_DOUBLE_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
3590 LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Move from here...
3591 * rs6000.h: ... to here.
3592 * rs6000.md (movtf, extenddftf2, extendsftf2, trunctfdf2,
3593 trunctfsf2, floatditf2, floatsitf2, fix_trunctfdi2,
3594 fix_trunctfsi2, negtf2, abstf2, nabstf2, cmptf): New patterns.
3596 Tue Nov 20 06:41:38 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3598 * emit-rtl.c (get_mem_attrs): Fix typo.
3600 2001-11-20 Jakub Jelinek <jakub@redhat.com>
3602 * c-lang.c (finish_file): Backout 2001-11-16
3603 changes, instead set DECL_DEFER_OUTPUT for static inline functions
3604 before calling c_expand_deferred_function.
3606 2001-11-20 Jakub Jelinek <jakub@redhat.com>
3608 * unwind-dw2-fde.c (__register_frame_info_bases, __register_frame):
3609 Don't register empty .eh_frame sections.
3610 (__deregister_frame_info_bases, __deregister_frame): Don't
3611 unregister them either.
3613 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
3615 * configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define.
3616 (HAVE_AS_GSTABS_DEBUG_FLAG): Define.
3617 * configure: Regenerate.
3618 * config.in: Add dummy definitions of new flags.
3619 * toplev.c (PREFERRED_DEBUGGING_TYPE): Move definition to...
3620 * defaults.h (PREFERRED_DEBUGGING_TYPE): ... here.
3621 * gcc.c (ASM_DEBUG_SPEC): New macro.
3622 (asm_debug): New static variable.
3623 (default_compilers): Add asm_debug when assembling from
3625 (static_specs): Add asm_debug.
3627 2001-11-20 Loren J. Rittle <ljrittle@acm.org>
3629 * config.gcc (*-*-freebsd*): Remove configuration block.
3631 2001-11-19 Loren J. Rittle <ljrittle@acm.org>
3634 * configure.in: Setup ability to run ./stage[1234]/xgcc in
3635 fixinc *as if* it were a proper lang subdirectory.
3636 * configure: Rebuilt.
3638 2001-11-19 Loren J. Rittle <ljrittle@acm.org>
3640 * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again).
3642 2001-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3644 * 1750a.md: Don't use hex format for a const_int.
3646 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
3648 * expmed.c (extract_bit_field): Don't create invalid SUBREGs.
3650 2001-11-19 Zack Weinberg <zack@codesourcery.com>
3652 * mkconfig.sh: Undefine ENABLE_NLS if GENERATOR_FILE is
3653 defined (prevents link errors when gettext isn't in the system
3656 2001-11-19 DJ Delorie <dj@redhat.com>
3658 * read-rtl.c (ISDIGIT, ISSPACE): Make sure we have these.
3659 (validate_const_int): New.
3660 (read_rtx): Validate constant integers.
3661 * config/i386/i386.md (pmulhrwv4hi3): Use decimal constants.
3663 2001-11-19 Jakub Jelinek <jakub@redhat.com>
3665 * doc/hostconfig.texi (DUMPFILE_FORMAT): Move into the table.
3667 Mon Nov 19 16:57:44 2001 Douglas B. Rupp <rupp@gnat.com>
3669 * toplev.c (DUMPFILE_FORMAT): Define default.
3670 (open_dump_file): Use DUMPFILE_FORMAT in sprintf.
3671 (close_dump_file, compile_file): Likewise.
3672 * config/alpha/xm-vms.h (DUMPFILE_FORMAT): Define.
3673 * doc/hostconfig.texi (DUMPFILE_FORMAT): Document
3675 2001-11-19 Jeff Law <law@redhat.com>
3677 * gcse.c (cprop_jump): Clear JUMP_LABEL field when we create
3680 2000-11-19 Neil Booth <neil@daikokuya.demon.co.uk>
3682 * cppmacro.c (_cpp_backup_tokens): Revert previous check-in.
3683 Don't fall off the base token run.
3685 2001-11-19 Jason Wilkins <fenix@io.com>
3687 * Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.
3689 Mon Nov 19 15:13:43 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3691 * tree.def (VIEW_CONVERT_EXPR): New tree code.
3692 * tree.h (handled_component_p): New declaration.
3693 * alias.c (handled_component_p): Move function from here ...
3694 * expr.c (handled_component_p): ... to here and non longer static.
3695 (is_zeros_p, case VIEW_CONVERT_EXPR): New case.
3696 (store_field): Remove unneeded MEM_COPY_ATTRIBUTES call.
3697 (get_inner_reference): Handle VIEW_CONVERT_EXPR.
3698 (expand_expr, case VAR_DECL): Clean up handling of re-layout case.
3699 (expand_expr, case VIEW_CONVERT_EXPR): New case.
3700 (expand_expr, cse ADDR_EXPR): No need to copy if already
3702 * fold-const.c (fold, case VIEW_CONVERT_EXPR): New case.
3703 * varasm.c (initializer_constant_value_p, case VIEW_CONVERT_EXPR): New.
3704 (output_constant): Handle VIEW_CONVERT_EXPR.
3705 * dwarf2out.c (loc-descriptor_from_tree, add_bound_info):
3706 Add new case for VIEW_CONVERT_EXPR.
3708 2001-11-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3710 * a29k/unix.h (ASM_FILE_START): Const-ify.
3711 * i386/beos-elf.h (INCLUDE_DEFAULTS): Remove semi-colon.
3712 * i386/isc.h (ASM_FILE_START): Const-ify.
3713 * i386/sun386.h (ASM_FILE_START): Likewise.
3714 * m32r.md: Likewise.
3715 * m68k/auxas.h (ADDITIONAL_REGISTER_NAMES): Add missing brackets.
3716 * m68k/auxgas.h ADDITIONAL_REGISTER_NAMES): Likewise.
3717 * m68k/tower.h (REGISTER_NAMES): Remove semi-colon.
3718 * mn10200.md: Initialize variable.
3720 Mon Nov 19 18:06:21 CET 2001 Jan Hubicka <jh@suse.cz>
3722 * gcse.c (try_replace_reg): Copy RTX before creating note.
3724 * df.h (df_ref_flags): New uenum.
3725 (DF_REF_FLAGS): New macro.
3726 (struct ref): Add field "flags".
3727 * df.c (HANDLE_SUBREG): Remove.
3728 (df_ref_create): Likewise; set flags field of ref.
3729 (df_def_record_1): Strip down read_write subreg; remove
3730 commented out code; set READ_WRITE flag.
3731 (read_modify_subreg_p): New static function.
3732 (df_uses_record): Cleanup SET handling; set READ_WRITE flag;
3733 new argument "flags".
3734 (df_insn_refs_record): Update call of df_uses_record.
3735 (df_insn_modify): Avoid #if 0 around comment.
3736 (df_dump): Dump the read/write flag.
3738 * predict.c (propagate_freq): Make cyclic_probability and frequency
3741 * i386.c (ix86_cc_mode): Accept USE.
3743 * cfgrtl.c (purge_dead_edges): Cleanup EDGE_ABNORMAL flag if computed
3744 jump is turned into simplejump.
3746 2001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
3748 * doc/fragments.texi, doc/trouble.texi: Remove links to old
3749 installation chapter.
3750 * doc/gcc.texi: Don't claim that this manual documents
3751 installation. Mark Installation menu entry as being out of date.
3753 Mon Nov 19 07:21:35 2001 Douglas B. Rupp <rupp@gnat.com>
3755 * config/alpha/xm-vms.h: Don't define macros that autoconf handles.
3756 (SUCCESS_EXIT_CODE, FATAL_EXIT_CODE): Define for posix compatibility.
3757 * gcc.c (exit): Remove definition for VMS; moved to xm-vms.h.
3759 2001-11-19 Jason Merrill <jason@redhat.com>
3761 * cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing
3762 cur_token, not after.
3764 * config/clipper/clix.h, config/h8300/elf.h, config/mips/linux.h:
3765 Lose ASM_OUTPUT_CONSTRUCTOR.
3766 * system.h: Poison it and INT_ASM_OP.
3767 * c-lang.c (finish_file): Don't check for it.
3768 * libgcc2.c (L_ctors): Check TARGET_ASM_CONSTRUCTOR instead.
3770 2001-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3772 * mmix.c (mmix_cc1_ignored_option): Const-ify.
3773 (mmix_init_machine_status): Make static to match declaration.
3774 (mmix_unique_section): Const-ify.
3775 (mmix_output_quoted_string): Avoid automatic aggregate
3777 (mmix_output_register_setting): Likewise.
3778 (mmix_output_shiftvalue_op_from_str): Likewise.
3780 * mmix.h (mmix_cc1_ignored_option): Const-ify.
3781 (ASM_OUTPUT_BYTE): Fix format specifier warning.
3782 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3784 2001-11-18 Craig Rodrigues <rodrigc@gcc.gnu.org>
3787 * gthr-win32.h: (__gthread_objc_thread_exit): Fix variable
3788 name __objc_thread_exit_status so that it matches the
3789 variable defined in objc/thr.h.
3791 2001-11-18 Craig Rodrigues <rodrigc@gcc.gnu.org>
3794 * mklibgcc.in: Add missing semi-colons.
3795 * Makefile.in: Same.
3797 Sun Nov 18 16:47:00 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3799 * expr.c (expand_expr, case VAR_DECL): Update alignment of DECL_RTL
3800 after re-laying out decl in incomplete case.
3801 (expand_expr, case ADDR_EXPR): Fix typo in copy case.
3803 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
3805 * doc/install-old.texi: Move some sections out to ...
3806 * doc/collect2.texi, doc/configfiles.texi, doc/headerdirs.texi:
3807 ... here. New files. Make into chapters rather than sections.
3808 * doc/gcc.texi: Include the new files and add menu entries for
3810 * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
3812 Sun Nov 18 14:13:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3814 * tree.h (TYPE_ALIGN_OK): New flag.
3815 * emit-rtl.c (set_mem_attributes): Handle it.
3816 * expr.c (emit_single_push_insn): Only set to alias set 0 if
3817 doing sibcall optimization.
3818 (expand_expr, case COMPONENT_REF): Call set_mem_attributes on case
3819 when make temporary.
3820 (expand_expr, case CONVERT_EXPR): Simplify convert-to-union case.
3821 (expand_expr, case ADDR_EXPR): Abort if TYPE_ALIGN_OK and need copy.
3823 * sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL.
3825 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
3827 * c-decl.c (c_decode_option): Give deprecation warning for
3829 * doc/invoke.texi (-traditional): Note that this option is
3832 Sun Nov 18 07:40:07 2001 Douglas B. Rupp <rupp@gnat.com>
3834 * config/alpha/alpha.c (alpha_start_function, VMS): Cast shift
3835 arg to HOST_WIDE_INT, not long.
3837 * config/alpha/vms.h (DIR_SEPARATOR, PREFIX). Don't define.
3838 (HAS_INIT_SECTION): Define.
3839 (REAL_ARITHMETIC): Don't undefine.
3841 2001-11-18 Egor Duda <deo@logos-m.ru>
3843 * config/i386/cygwin.h: Strip leading '*' from name, if any.
3845 2001-11-18 Neil Booth <neil@daikokuya.demon.co.uk>
3847 * Makefile.in (c-parse.o, c-common.o): Update dependencies.
3848 * c-common.c: Include diagnostic.h.
3849 (c_common_finish): New.
3850 * c-common.h (c_common_finish): New.
3851 * c-lang.c (LANG_HOOKS_FINISH): Override.
3852 * c-parse.in: Don't include diagnostic.h.
3853 (finish_parse): Remove.
3854 * langhooks.h: Update comments.
3855 * toplev.c (lang_dependent_init): New prototype.
3857 (compile_file): Split cleanup code out to finalize.
3858 (lang_dependent_init): Stop if lang_hooks.init fails.
3859 (toplev_main): Update.
3860 * tree.h (finish_parse): Remove.
3862 * objc-act.c (LANG_HOOKS_FINISH): Override.
3864 Sat Nov 17 23:30:44 2001 Douglas B. Rupp <rupp@gnat.com>
3866 * config/alpha/t-vms (LIB2FUNCS_EXTRA): Add vms_tramp.asm.
3867 * config/alpha/vms_tramp.asm: New file.
3868 * config/alpha/vms-tramp.asm: Removed.
3870 2001-11-18 Joseph S. Myers <jsm28@cam.ac.uk>
3872 * c-common.c (struct disabled_builtin, disabled_builtins,
3873 disable_builtin_function, builtin_function_disabled_p): New.
3874 (builtin_function_2): Check for disabled built-in functions.
3875 * c-common.h (disable_builtin_function): Declare.
3876 * c-decl.c (c_decode_option): Handle -fno-builtin-FUNCTION.
3877 * doc/invoke.texi: Document -fno-builtin-FUNCTION.
3878 * doc/extend.texi: Mention -fno-builtin-FUNCTION.
3880 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
3883 * config.gcc: Remove reference to va-clipper.h.
3885 2001-11-17 Stan Shebs <shebs@apple.com>
3887 * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Fix the
3888 AltiVec-related bitfields.
3890 Sat Nov 17 12:06:31 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3892 * except.c (enum eh_region_type): Add ERT_UNKNOWN.
3893 (mark_eh_region, case ERT_UKNONW): New case.
3895 2001-11-17 Christopher Faylor <cgf@redhat.com>
3896 Corinna Vinschen <vinschen@redhat.com>
3898 * config/i386/cygwin.h: Search target specific include directory for
3899 w32api stuff, if appropriate.
3901 Sat Nov 17 08:20:44 2001 Douglas Rupp <rupp@gnat.com>
3903 * config/alpha/vms.h (REG_ALLOC_ORDER): Redefine.
3905 2001-11-16 Aldy Hernandez <aldyh@redhat.com>
3907 * config/rs6000/rs6000.md: Change all ldvx to lvx.
3909 2001-11-16 Alexandre Oliva <aoliva@redhat.com>
3911 * gensupport.c (process_rtx): Don't assume filename is the first
3912 argument of any rtl.
3914 2001-11-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
3916 * vax-protos.h (reg_was_0_p): New prototype.
3917 * vax.md (movsi, movhi, movqi): Use reg_was_0_p.
3918 * vax.c (follows_p, reg_was_0_p): New functions.
3920 2001-11-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
3922 * vax.md (casesi): Swap arguments in "(plus:SI (pc) (mult))". Reformat.
3923 (casesi1): Likewise. Define new pattern which arises by simplification
3924 when operand 1 is a constant int. Correct pattern which arises by
3925 simplification when operand 1 is zero.
3927 2001-11-16 David O'Brien <obrien@FreeBSD.org>
3929 * config.gcc (arm*-*-rtems*, arm-*-coff*, armel-*-coff*,
3930 arm-*-vxworks*, arm-*-riscix1.[01]*, arm-*-riscix*,
3931 arm-semi-aout, armel-semi-aout, arm-semi-aof, armel-semi-aof,
3932 arm*-*-netbsd*, arm*-*-linux*, arm*-*-uclinux*, arm*-*-aout,
3933 arm*-*-ecos-elf, arm*-*-elf, arm*-*-conix*, arm*-*-oabi,
3934 arm-*-pe*, strongarm-*-elf*, strongarm-*-coff*, strongarm-*-pe,
3935 xscale-*-elf, xscale-*-coff: Include various CPU headers via tm_file.
3936 * config/arm/aof.h: Don't include arm.h.
3937 * config/arm/aout.h: Likewise.
3938 * config/arm/coff.h: Don't include semi.h and aout.h.
3939 * config/arm/elf.h: Don't include aout.h.
3940 * config/arm/netbsd.h: Don't include netbsd.h and aout.h.
3941 (TARGET_VERSION): Undef before defining.
3942 (ARM_OS_NAME): Likewise
3943 (TARGET_DEFAULT): Likewise
3944 (TARGET_MEM_FUNCTIONS): Do not need to undefine now.
3945 * config/arm/pe.h: Don't include arm/coff.h.
3946 * config/arm/riscix.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Use
3947 SUBTARGET_CPP_SPEC rather than overiding the arm.h CPP_SPEC definition.
3948 * config/arm/riscix1-1.h: Likewise.
3949 * config/arm/rix-gas.h: Don't include riscix.h.
3950 (DBX_CONTIN_LENGTH): Undef before defining.
3951 * config/arm/semi.h: Don't include aout.h.
3952 * config/arm/semiaof.h: Don't include aof.h.
3953 * config/arm/strongarm-coff.h: Don't include coff.h.
3954 * config/arm/strongarm-pe.h: Don't include strongarm-coff.h and pe.h.
3955 * config/arm/vxarm.h: Don't include arm/coff.h.
3956 * config/arm/xscale-coff.h: Don't include coff.h.
3958 Fri Nov 16 15:22:35 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3960 * config/pa/pa.c: Reflect changes in calling sequences of alter_reg and
3963 2001-11-16 Andreas Jaeger <aj@suse.de>
3965 * cfglayout.c (fixup_fallthru_exit_predecesor): Make void, rename
3967 (fixup_fallthru_exit_predecessor): ... this.
3968 Change callers and prototype.
3970 2001-11-16 Bernd Schmidt <bernds@redhat.com>
3972 * config/i386/i386.c (ix86_expand_sse_comi): Generate setcc by
3973 hand; don't use gen_setcc_2.
3974 (ix86_expand_builtin): Fix pshufw.
3975 * config/i386/i386.md (maskncmpv4sf3, vmmmaskncmpv4sf3): Special
3976 case UNORDERED to emit the right assembler instruction.
3977 (mmx_pshufw): Lose operand 2.
3978 (cvtsi2ss): Fix representation.
3980 (mmx_clrdi, sse_clrti, stmxcsr, ldmxcsr): Set memory attribute.
3982 2001-11-16 Joseph S. Myers <jsm28@cam.ac.uk>
3984 * doc/include/linux-and-gnu.texi: Remove.
3985 * doc/gnu.texi: New.
3986 * doc/gcc.texi: Include gnu.texi instead of linux-and-gnu.texi.
3987 * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
3989 2001-11-16 Kazu Hirata <kazu@hxi.com>
3991 * config/a29k/a29k.c: Fix comment formatting.
3992 * config/a29k/a29k.h: Likewise.
3993 * config/arc/arc.c: Likewise.
3994 * config/arc/arc.h: Likewise.
3995 * config/vax/vax.c: Likewise.
3996 * config/vax/vax.h: Likewise.
3997 * config/we32k/we32k.c: Likewise.
3998 * config/we32k/we32k.h: Likewise.
4000 2001-11-16 Jeff Law <law@redhat.com>
4002 * unroll.c (copy_loop_body): Initialize JUMP_LABEL field after
4003 creating a new jump insn.
4005 Fri Nov 13 09:06:25 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4007 * expr.c (expand_expr, case ADDR_EXPR): Refine test for when to
4008 copy misaligned data.
4009 * varasm.c (assemble_variable): Set alignment into MEM when changed.
4011 2001-11-16 Graham Stott <grahams@redhat.com>
4013 * optabs.c (prepare_cmp_insn): Correct lossage in last change fix
4016 2001-11-16 Olivier Hainque <hainque@act-europe.fr>
4018 * except.c: Support for catching a list of types with a single handler
4019 (struct eh_region): Change type and filter to lists for catch regions.
4020 (mark_eh_region): Mark the filter list for GC also.
4021 (expand_start_catch): Always build a list if argument not NULL and
4022 register each type of the list through add_type_for_runtime.
4023 (duplicate_eh_region_1): Change type into type_list for catch regions.
4024 (assign_filter_values): Assign a filter to each type associated with a
4025 catch region. Assign filter for NULL types in a unique entry in the
4027 (build_post_landing_pads): Emit compare and jump for each filter of
4028 the list associated with a catch region.
4029 (reachable_next_level): When the type thrown is known, stop the search
4030 as soon as one type within a catch list matches. Also, a handler is
4031 potentially reachable only if at least one of the types it catches
4032 has not been previously caught.
4033 (collect_one_action_chain): Retrieve the filter for a NULL type list
4034 from the first filter list entry. For non NULL type lists, add an
4035 action record for every filter assigned.
4036 * except.h: Reflect changes in comment before expand_start_catch.
4038 Fri Nov 16 07:12:51 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4040 * expr.c (expand_expr, case ADDR_EXPR): Only copy for misaligned if
4043 Fri Nov 16 06:37:05 2001 Andreas Tobler <a.tobler@schweiz.ch>
4045 * config/sparc/sparc.c: Remove ALIGN arg from emit_cmp_insn.
4047 2001-11-16 Jakub Jelinek <jakub@redhat.com>
4049 * c-lang.c (finish_file): Don't emit static inline functions if
4050 they weren't referenced.
4052 2001-11-15 Stan Shebs <shebs@apple.com>
4054 * expr.c (expand_expr, case COMPONENT_REF): Fix variable ref.
4056 2001-11-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
4058 * config/s390/s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns
4060 * config/i386/i386.md: Likewise.
4062 Thu Nov 15 21:40:16 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4064 * timevar.c (rtl.h): Include so get fancy abort.
4066 2001-11-15 Dale Johannesen <dalej@apple.com>
4068 * config/darwin.h (SELECT_RTX_SECTION): Force address
4069 initializers into 'const' section
4070 * config/rs6000/rs6000.c (rs6000_emit_cmove): Fix mode of
4071 if_then_else to match result, not operands
4073 Thu Nov 15 17:57:48 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4075 * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
4076 * emit-rtl.c (change_address): Fix typo in default alignment.
4077 (adjust_address_1): Use mode of NEW, not MODE, when setting size.
4078 * expr.c (highest_pow2_factor, case WITH_RECORD_EXPR): New case.
4079 * rtl.h (REGNO_PTR_FRAME_P): New macro.
4081 * expr.c (store_field): Pass tree instead of max size; callers changed.
4082 Change handling of alignment.
4083 Only copy to_rtx if is TARGET.
4084 (expand_expr_unaligned): Delete; callers now use expand_expr.
4085 (emit_cmp_insn): No longer take ALIGN parm; all callers changed.
4086 (expand_assignment): Change handling of alignment.
4087 Only copy to_rtx if was original.
4088 (get_inner_reference): No longer return alginment; callers changed.
4089 (expand_expr, case COMPONENT_REF): Change handling of alignment.
4090 (expand_expr, case ADDR_EXPR): Make copy if not sufficiently aligned.
4091 (compare_from_rtx): Delete ALIGN parm; all callers changed.
4092 (do_compare_rtx_and_jump): Likewise.
4093 * expr.h: Reflect above changes.
4095 * dwarf2out.c (loc_descriptor_from_tree): Remove ALIGN parameter
4096 to get_inner_reference.
4097 * builtins.c: Remove ALIGN parm in call to emit_cmp_and_jump_insns.
4098 * doloop.c, except.c, explow.c, loop.c, stmt.c, unroll.c: Likewise.
4099 * optabs.c: Likewise.
4100 (prepare_cmp_insn): Now static; remove ALIGN parm. Callers changed.
4101 (emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.
4102 * expmed.c: Remove ALIGN arg from calls to compare_from_rtx,
4103 compare_rtx_and_jump, and emit_cmp_jump_insns.
4104 * fold-const.c: Remove PALIGN in calls to get_inner_reference.
4105 * function.c (assign_stack_temp_for_type): No longer static.
4106 * optabs.h (emit_cmp_insn): Remove ALIGN parm.
4107 (prepare_cmp_insn): Delete declaration.
4108 * rtl.h (assign_stack_temp_for_type): Add declaration.
4109 * config/alpha/alpha.c, config/d30v/d30v.c: Reflect above changes.
4110 * config/clipper/clipper.c, config/h8300/h8300.c: Likewise.
4111 * config/i386/i386.c,config/mips/mips.c: Likewise.
4112 * config/i860/i860.c, config/ia64/ia64.c: Likewise.
4113 * config/rs6000/rs6000.c, config/sh/sh.c: Likewise.
4115 2001-11-15 Stan Shebs <shebs@apple.com>
4117 * config/rs6000/rs6000.h: Fix a comment typo.
4118 (RTX_COSTS): Sort processor versions better.
4120 2001-11-15 Kazu Hirata <kazu@hxi.com>
4122 * config/h8300/h8300.md: Fix insn length of bit insns.
4124 2001-11-15 Jason Merrill <jason@redhat.com>
4126 * dwarf2out.c (dwarf2out_finish): Don't abort because of orphan
4127 DIEs if there were errors in the source.
4129 * config/alpha/alpha-interix.h, config/alpha/elf.h,
4130 config/arm/coff.h, config/i386/djgpp.h, config/i386/i386.c,
4131 config/i386/i386.h, config/i386/sco5.h, config/i960/i960-coff.h,
4132 config/m68k/coff.h, config/m88k/m88k.h, config/m88k/m88k.c,
4133 config/pa/pa64-hpux.h, config/sh/sh.h, config/sparc/litecoff.h,
4134 config/elfos.h, config/lynx.h, config/netware.h,
4135 config/m68hc11/m68hc11.h, config/mcore/mcore-pe.h,
4136 config/s390/linux64.h: Remove definitions of INT_ASM_OP, change
4137 uses to use ASM_LONG.
4139 2001-11-15 Alan Matsuoka <alanm@redhat.com>
4141 * gensupport.c process_include : Change call to alloca to
4144 2001-11-15 Aldy Hernandez <aldyh@redhat.com>
4146 * config/rs6000/rs6000.md: Use spaces instead of tabs in output
4149 Thu Nov 15 08:36:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4151 * final.c (alter_subreg): If simplify_subreg can't do anything,
4152 handle REG ourselves and abort for others.
4154 2001-11-15 Richard Hodson <hodsonr@dionecorp.com>
4156 * config/h8300/h8300.c (dosize): Avoid corrupting R3 in interrupt
4159 2001-11-15 Neil Booth <neil@daikokuya.demon.co.uk>
4161 * fix-header.c (read_scan_file): Update.
4163 Thu Nov 15 08:36:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4165 * toplev.c (toplev_main): Don't start timing until after
4166 command-line options are parsed.
4168 2001-11-15 Andreas Schwab <schwab@suse.de>
4170 * config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target
4171 makefile frag, not host makefile frag.
4172 (m88k-dg-dguxbcs*): Add m88k/t-dgux to tmake_file.
4173 (hppa*): Add pa/t-bsd to tmake_file where no special xmake_file is
4175 (hppa*-*-openbsd*): Don't use nonexitent pa/t-openbsd.
4176 * config/m88k/t-dguxbcs: Remove definitions already in t-dgux.
4177 * config/m88k/t-dgux (STMP_FIXPROTO): Define.
4178 * config/i386/t-cygwin (STMP_FIXPROTO): Define.
4179 * config/i386/t-dgux (STMP_FIXPROTO): Define.
4180 * config/x-interix: Don't define STMP_FIXPROTO and
4182 * config/t-interix: New file, define STMP_FIXPROTO.
4183 * config/i386/x-beos (STMP_FIXPROTO): Don't define here.
4184 * config/i386/t-beos (STMP_FIXPROTO): Define here instead.
4185 * config/t-svr4 (FIXPROTO_DEFINES): Define.
4186 * config/arm/t-riscix (FIXPROTO_DEFINES): Define.
4187 * config/i386/t-sco5 (FIXPROTO_DEFINES): Define.
4188 * config/i386/t-sco5gas (FIXPROTO_DEFINES): Define.
4189 * config/m68k/t-hp3200: Renamed from x-hp3200.
4190 * config/i370/t-oe: Renamed from x-oe.
4191 * config/mips/t-iris: Renamed from x-iris.
4192 * config/pa/t-bsd: Renamed from x-pa.
4193 * config/pa/t-pa-hpux: Renamed from x-pa-hpux.
4194 * config/x-linux, config/i386/x-cygwin, config/i386/x-dgux,
4195 config/m88k/x-dgux, config/x-svr4, config/arm/x-riscix,
4196 config/i386/x-sco5, config/m68k/x-hp320g, config/mips/x-iris6,
4197 config/rs6000/x-cygwin: Remove files.
4199 * configure.in: Check for target objdump and use that in eh_frame
4201 * configure: Regenerated.
4203 2001-11-15 Jakub Jelinek <jakub@redhat.com>
4205 * jump.c (squeeze_notes): Return true if no real insns were found.
4206 * rtl.h (squeeze_notes): Adjust prototype.
4207 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): If
4208 squeeze_notes finds no real instructions, abort.
4209 (merge_blocks_move_successor_nojumps): Likewise.
4210 * loop.c (find_and_verify_loops): Likewise.
4211 * stmt.c (expand_end_case): Likewise.
4212 * ifcvt.c (dead_or_predicable): Return TRUE if squeeze_notes doesn't
4213 find any real instructions.
4215 * config/ia64/ia64.c (ia64_adjust_cost): Handle SUBREGs.
4217 * cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized
4218 conditional jump, request updating life into for the block
4219 containing it. Fix a typo which prevented life info update.
4220 Clear blocks bitmap before using it.
4222 2001-11-15 Neil Booth <neil@daikokuya.demon.co.uk>
4224 * c-common.c: Include c-lex.h.
4225 (c_common_lang_init): Change prototype. Call init_c_lex and
4226 init_pragma from here.
4227 * c-common.h (c_common_lang_init): Change prototype.
4228 * c-decl.c (init_decl_processing): Rename. Call c_parse_init.
4229 * c-lang.c (c_init): Change prototype. Update.
4230 (c_init_options): Update.
4231 * c-lex.c (cpp_filename): Remove.
4232 (init_c_lex): Update. Read the main file, and get the original
4234 (yyparse): Finish the command line options.
4235 * c-parse.in (c_parse_init): Call init_reswords here.
4236 (init_parse): Remove.
4237 * c-tree.h (c_init_decl_processing): New.
4238 * cpphash.c (_cpp_init_hashtable): After initializing the hash
4240 * cppinit.c (read_original_filename, cpp_finish_options): New.
4241 (cpp_create_reader): New prototype. Defer hash table initialization.
4242 (cpp_start_read): Rename cpp_read_main_file. Initialize the
4243 hash table. Get the original filename.
4244 * cpplib.h (cpp_create_reader): Update.
4245 (cpp_start_read): Remove.
4246 (cpp_read_main_file, cpp_finish_options): New.
4247 * cppmain.c (main, do_preprocessing): Update.
4248 * langhooks.h (struct langhooks): Update init prototype.
4249 * toplev.c (general_init, parse_options_and_default_flags,
4250 process_options, lang_indpendent_init, lang_dependent_init,
4251 init_asm_output): New; perform the bulk of initialization.
4252 (compile_file): Move most of initialization to above functions.
4253 (debug_hooks): Initialize statically.
4254 (set_Wunused): Relocate.
4255 (toplev_main): Move most of initialization to other init functions.
4256 Have a clear logic flow.
4257 * tree.h (init_parse, init_decl_processing): Remove.
4259 * objc-act.c (objc_init): Update prototype, combine with old
4261 (objc_init_options): Update.
4264 2001-11-15 Andreas Jaeger <aj@suse.de>
4266 * cfgrtl.c (purge_all_dead_edges): Use int as argument for
4268 * basic-block.h: Adjust prototype.
4270 2001-11-15 Kazu Hirata <kazu@hxi.com>
4272 * config/rs6000/aix31.h: Fix comment formatting.
4273 * config/rs6000/beos.h: Likewise.
4274 * config/rs6000/darwin.h: Likewise.
4275 * config/rs6000/eabi.asm: Likewise.
4276 * config/rs6000/linux.h: Likewise.
4277 * config/rs6000/linux64.h: Likewise.
4278 * config/rs6000/lynx.h: Likewise.
4279 * config/rs6000/netbsd.h: Likewise.
4280 * config/rs6000/rs6000.c: Likewise.
4281 * config/rs6000/rs6000.h: Likewise.
4282 * config/rs6000/rs6000.md: Likewise.
4283 * config/rs6000/sol2.h: Likewise.
4284 * config/rs6000/tramp.asm: Likewise.
4285 * config/rs6000/xcoff.h: Likewise.
4286 * config/rs6000/xm-beos.h: Likewise.
4288 2001-11-14 Alan Matsuoka <alanm@redhat.com>
4290 * rtl.def (INCLUDE) : Define.
4291 * gensupport.c (init_include_reader, process_include,
4292 save_string) : New functions to implement an include facility
4294 * gensupport.h : Add prototype for init_md_reader_args.
4295 * genattr.c genattrtab.c gencodes.c genconfig.c genemit.c
4296 genextract.c genflags.c genopinit.c genoutput.c
4297 genpeep.c genrecog.c: Change call to init_md_reader to
4298 init_md_reader_args.
4299 * md.texi: Document (include "path") and -I directives for RTL
4302 2001-11-14 DJ Delorie <dj@redhat.com>
4304 * integrate.c (get_hard_reg_initial_reg): New.
4305 * integrate.h (get_hard_reg_initial_reg): Prototype.
4306 * local-alloc.c (block_alloc): Don't tie pseudos that
4307 represent call-saved hard regs' initial values.
4309 2001-11-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4311 * m68k/linux.h: Include <linux.h> not "linux.h" to avoid infinite
4314 2001-11-14 Roger Sayle <roger@eyesopen.com>
4316 * fold-const.c (fold): Optimize strlen comparisons against zero.
4318 2001-11-14 David O'Brien <obrien@FreeBSD.org>
4320 * config.gcc (sparc64-wrs-vxworks*, sparc-*-netbsd*, sparc-*-openbsd*,
4321 sparc-*-chorusos*, sparc-*-elf*, sparc-*-linux*aout*,
4322 sparc-*-linux*libc1*, sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtems*,
4323 sparc-*-rtemself*, sparc-hal-solaris2*, sparc-*-solaris2*,
4324 sparc-*-sunos4.0*, sparc-*-sunos4*, sparc-*-sunos3*, sparc-*-sysv4*,
4325 sparc-*-vxsim*, sparclite-*-aout*, sparclite-*-elf*, sparc86x-*-aout*,
4326 sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*, sparc64-*-linux*):
4327 Include various CPU headers via tm_file. a.out based platforms now
4328 properly include sparc/aout.h. sol2.h usage now implies including
4329 elfos.h, svr4.h, and sparc/sysv4.h.
4330 * config/netbsd.h (TARGET_MEM_FUNCTIONS): Undef before defining it.
4332 * sparc/sparc.h (CPP_PREDEFINES, TARGET_VERSION, WORD_SWITCH_TAKES_ARG,
4333 SELECT_SECTION, ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP,
4334 DATA_SECTION_ASM_OP, DBX_REGISTER_NUMBER, ASM_OUTPUT_SOURCE_LINE):
4335 Remove. They are a.out specific and belong in sparc/aout.h.
4336 * sparc/aout.h (TARGET_VERSION, WORD_SWITCH_TAKES_ARG, SELECT_SECTION,
4337 ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
4338 DBX_REGISTER_NUMBER, ASM_OUTPUT_SOURCE_LINE): Define. Moved here from
4340 * sparc/litecoff.h (WORD_SWITCH_TAKES_ARG, ASM_DECLARE_FUNCTION_NAME,
4341 TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, DBX_REGISTER_NUMBER): Define.
4342 Moved here from sparc/sparc.h.
4343 * config/sparc/linux-aout.h (DEFAULT_PCC_STRUCT_RETURN): Undef before
4345 * config/sparc/linux64.h (UNALIGNED_DOUBLE_INT_ASM_OP): Undef before
4346 * config/sparc/lynx.h: Don't include lynx.h.
4347 (SELECT_SECTION): Do not undef.
4348 * config/sparc/openbsd.h: Don't include sparc/sparc.h.
4349 * config/sparc/sol2-sld-64.h: Include sparc/sparc.h, elfos.h, svr4.h,
4351 * config/sparc/sol2.h: Don't include sparc/sparc.h and sparc/sysv4.h.
4352 * config/sparc/sp64-aout.h (CPP_PREDEFINES): Don't define. Get from
4354 * config/sparc/sp64-elf.h (DWARF_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO):
4355 Don't undef, there is no need.
4356 * config/sparc/splet.h (CPP_PREDEFINES): Define.
4357 * config/sparc/sun4o3.h (CPP_PREDEFINES): Likewise.
4358 * config/sparc/sunos4.h (CPP_PREDEFINES): Likewise.
4359 Don't include sparc/sparc.h.
4360 * config/sparc/sysv4.h (WORD_SWITCH_TAKES_ARG, ASM_OUTPUT_SOURCE_LINE,
4361 SELECT_SECTION, ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP,
4362 DATA_SECTION_ASM_OP): Don't undef, there is no need now. Don't include
4364 (TARGET_VERSION): Define.
4365 * config/sparc/vxsim.h (TARGET_VERSION): Define.
4367 Wed Nov 14 19:46:08 CET 2001 Jan Hubicka <jh@suse.cz>
4369 * cfglayout.c (fixup_fallthru_exit_predecesor): New static function.
4370 (cfg_layout_finalize): Use it.
4371 * bb-reorder.c (HAVE_epilogue): Remove.
4372 (make_reorder_chain): Do not care special placement of
4375 * predict.c (expected_value_to_br_prob): Delete the note
4378 * c-decl.c (c_expand_body): Fix TV_EXPAND nesting problem;
4379 measure integration time separately.
4381 Wed Nov 14 12:30:57 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4383 * function.c (struct temp_slot): ALIGN now unsigned.
4385 2001-11-14 Kazu Hirata <kazu@hxi.com>
4387 * config/dsp16xx/dsp16xx.c: Fix comment formatting.
4388 * config/dsp16xx/dsp16xx.h: Likewise.
4389 * config/dsp16xx/dsp16xx.md: Likewise.
4391 2001-11-14 Kazu Hirata <kazu@hxi.com>
4393 * config/h8300/h8300.c (get_shift_alg): Reorganize the code
4394 that deals with 7-bit shifts in HImode.
4396 Wed Nov 14 14:17:05 CET 2001 Jan Hubicka <jh@suse.cz>
4398 * dbxout.c (dbxout_symbol_location): Update call of alter_subreg.
4399 * final.c (walk_alter_subreg): Take pointer; update call of alter_subreg.
4400 (final_scan_insn): Update call of alter_subreg.
4401 (cleanup_subreg_operands): Likewise.
4402 (alter_subreg): Rewrite using simplify_subreg.
4403 (output_address, output_operand): Update call of alter_subreg.
4404 * output.h (alter_subreg): Update prototype.
4405 * sdbout.c (sdbout_symbol): Update call of alter_subreg.
4406 * simplify-rtx.c (simplify_subreg): Copy ORIGINAL_REGNO.
4407 * Makefile.in (final.o): Add dependency on expr.h
4409 Wed Nov 14 06:37:54 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4411 * c-lang.c (finish_file): Make I unsigned to eliminate warning.
4413 2001-11-13 Jeff Sturm <jsturm@one-point.com>
4415 * doc/install.texi (sparc-*-linux*): Mention requirements for
4418 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
4420 * Makefile.in (POD2MAN): Don't include --section=1.
4421 (manext): Rename to man1ext. All users changed.
4424 (generated-manpages): Also depend on $(docdir)/gfdl.7,
4425 $(docdir)/gpl.7, and $(docdir)/fsf-funding.7.
4426 ($(docdir)/gcov.1, $(docdir)/cpp.1, $(docdir)/gcc.1): Include
4427 --section=1 in calls to $(POD2MAN).
4428 ($(docdir)/gfdl.7, $(docdir)/gpl.7, $(docdir)/fsf-funding.7): New.
4429 (maintainer-clean, install, uninstall): Handle the new man pages.
4430 ($(docdir)/cpp.info, cpp.dvi): Depend on fdl.texi.
4431 (installdirs): Create man7dir.
4432 * doc/cpp.texi: Include GFDL in this manual. In the man page,
4433 refer to gfdl(7) for the GFDL. Apply Front Cover and Back Cover
4434 texts to man page. Include gpl(7), gfdl(7) and fsf-funding(7) in
4435 the SEE ALSO man page section.
4436 * doc/gcov.texi: Apply GFDL to man page. Include gpl(7), gfdl(7)
4437 and fsf-funding(7) in the SEE ALSO man page section.
4438 * doc/invoke.texi: Apply GFDL to man page. Include gpl(7),
4439 gfdl(7) and fsf-funding(7) in the SEE ALSO man page section.
4440 * doc/include/fdl.texi, doc/include/funding.texi,
4441 doc/include/gpl.texi: Adjust for conversion by texi2pod.pl.
4442 * doc/.cvsignore: Add gfdl.7, gpl.7 and fsf-funding.7.
4444 2001-11-13 Richard Henderson <rth@redhat.com>
4446 * dwarf2asm.c (dw2_force_const_mem): Set PUBLIC or STATIC
4447 as appropriate for the artificial decl.
4449 2001-11-13 Richard Henderson <rth@redhat.com>
4451 * loop.c (combine_movables): Turn off combination until
4452 move_movables validation bugs are fixed.
4454 2001-11-13 DJ Delorie <dj@redhat.com>
4456 * config.gcc (powerpc|rs6000): Set default cpp options based
4457 on --with-cpu settings.
4458 * config/rs6000/softfloat.h: New.
4460 2001-11-13 Kazu Hirata <kazu@hxi.com>
4462 * config/h8300/h8300.c (shift_alg_si): Use special code for
4463 25-bit shifts on H8/S.
4464 (get_shift_alg): Generate special code for 25-bit shifts on
4467 2001-11-13 Jakub Jelinek <jakub@redhat.com>
4469 * emit-rtl.c (adjust_address_1): Add ADJUST argument.
4470 (adjust_automodify_address_1): New.
4471 * expr.h (adjust_address, adjust_address_nv): Adjust.
4472 (adjust_automodify_address, adjust_automodify_address_nv): Define.
4473 (adjust_address_1): Update prototype.
4474 (adjust_automodify_address_1): Add prototype.
4475 * expr.c (move_by_pieces_1): Use adjust_automodify_address.
4476 (store_by_pieces_2): Likewise.
4478 Tue Nov 13 05:45:40 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4480 * Makefile.in (explow.o): Now depends on ggc.h.
4481 * explow.c (ggc.h): Include.
4482 (set_stack_check_libfunc): Mark stack_check_libfunc as ggc root.
4484 * Makefile.in (expr.o): Depends on insn-attr.h.
4485 * expr.c (insn-attr.h): New include.
4486 (force_operand): If INSN_SCHEDULING, deal with paradoxical SUBREG
4488 (highest_pow2_factor, case INTEGER_CST): Handle negative values.
4489 (expand_expr): Remove unneeded mark_temp_addr_taken calls and
4490 clean up related usage in ADDR_EXPR.
4491 (expand_expr_unaligned): Likewise.
4493 * emit-rtl.c (change_address): Fix typo in alias setting.
4495 2001-11-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4497 * Makefile.in (cfgcleanup.o): Depend on insn-config.h
4499 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
4502 * c-pragma.c: Rename macros BAD, BAD2, BAD_ACTION to
4503 GCC_BAD, GCC_BAD2, GCC_BAD_ACTION.
4505 2001-11-12 David O'Brien <obrien@FreeBSD.org>
4507 * config.gcc (sparc-tti-*, sparc64-wrs-vxworks*, sparc-wrs-vxworks*,
4508 sparclite-wrs-vxworks*, sparc-*-aout*, sparc-*-netbsd*,
4509 sparc-*-chorusos*, sparc-*-linux*aout*, sparc-*-linux*libc1*,
4510 sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtemsaout*, sparc-*-rtems*,
4511 sparc-*-rtemself*, sparc-*-solaris2*, sparc-*-sunos3*, sparc-*-sysv4*,
4512 sparc-*-vxsim*, sparclet-*-aout*, sparclite-*-coff*, sparclite-*-aout*,
4513 sparc86x-*-aout*, sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*,
4514 sparc64-*-linux*): Include various CPU headers via tm_file.
4515 * config/svr3.h (ASM_OUTPUT_IDENT): Undef before defining it.
4516 (SELECT_SECTION): Likewise.
4517 (SELECT_RTX_SECTION): Likewise.
4518 * config/sparc/sparc_bi.h: New file.
4519 * config/sparc/aout.h: Don't include sparc/sparc.h and aoutos.h.
4520 * config/sparc/linux-aout.h: Likewise.
4521 * config/sparc/linux.h: Don't include sparc/sysv4.h.
4522 * config/sparc/linux64.h: Likewise.
4523 (SPARC_BI_ARCH): Don't define. sparc_bi.h will do it instead.
4524 * config/sparc/lite.h: Don't include sparc/sparc.h and gofast.h.
4525 * config/sparc/litecoff.h: Don't include sparc/lite.h, svr3.h,
4527 (ASM_OUTPUT_IDENT): Do not #undef.
4528 (SELECT_SECTION): Likewise.
4529 (SELECT_RTX_SECTION): Likewise.
4530 * config/sparc/liteelf.h: Don't include gofast.h.
4531 * config/sparc/lynx-ng.h: Don't include sparc/sparc.h and lynx-ng.h.
4532 * config/sparc/lynx.h: Don't include sparc/sparc.h.
4533 * config/sparc/pbd.h: Likewise.
4534 * config/sparc/netbsd.h: Don't include sparc/sparc.h and netbsd.h.
4535 * config/sparc/rtems.h: Don't include sparc/aout.h and rtems.h.
4536 * config/sparc/rtemself.h: Don't include rtems.h.
4537 * config/sparc/sol2-64.h: Don't include sparc/sol2-sld-64.h.
4538 * config/sparc/sol2-sld-64.h (SPARC_BI_ARCH): Don't define, include
4540 * config/sparc/sol2-sld.h: Don't include sparc/sol2.h.
4541 * config/sparc/sol2.h: Include sparc/sparc.h directly.
4542 * config/sparc/sp64-aout.h: Don't include sparc/sparc.h and aoutos.h.
4543 * config/sparc/sp64-elf.h: Don't include sparc/sol2.h.
4544 * config/sparc/sp86x-aout.h: Don't include sparc/sparc.h and gofast.h.
4545 * config/sparc/sp86x-elf.h: Don't include gofast.h.
4546 * config/sparc/splet.h: Don't include sparc/aout.h.
4547 * config/sparc/sun4o3.h: Don't include sparc/sparc.h.
4548 * config/sparc/sysv4.h: Don't include sparc/sparc.h directly.
4549 * config/sparc/vxsim.h: Don't include sparc/sysv4.h.
4550 * config/sparc/vxsparc.h: Don't include sparc/aout.h and gofast.h.
4551 * config/sparc/vxsparc64.h: Don't include gofast.h.
4552 (SPARC_BI_ARCH): Don't define. sparc_bi.h will do it instead.
4554 2001-11-12 Joseph S. Myers <jsm28@cam.ac.uk>
4556 * doc/standards.texi: Mention C99 TC1.
4558 2001-11-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4560 * mips-protos.h (mips_output_conditional_branch): Const-ify.
4561 * mips.c (mips_output_conditional_branch): Likewise.
4563 2001-11-12 Kazu Hirata <kazu@hxi.com>
4565 * config/h8300/h8300.c (shift_alg_si): Use special code for
4566 15-bit logical shifts and 31-bit logical shifts.
4567 (get_shift_alg): Generate special code for 15-bit and 31-bit
4570 2001-11-12 Kazu Hirata <kazu@hxi.com>
4572 * config/h8300/h8300.c (shift_alg_qi): Use rotations when
4573 doing 6-bit logical shifts on H8/S.
4574 (shift_alg_qi): Use special code for 21-bit shifts on H8/S.
4575 (get_shift_alg): Generate special code for 21-bit shifts on
4578 2001-11-12 Kazu Hirata <kazu@hxi.com>
4580 * config/h8300/h8300.c (get_shift_alg): Remove a redundant
4583 Mon Nov 12 11:58:26 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4585 * alias.c (nonoverlapping_memrefs_p): Only update size from memref
4586 if both size and offset known.
4588 2001-11-12 David O'Brien <obrien@FreeBSD.org>
4590 * config/ia64/freebsd.h: Fix misspelling.
4592 2001-11-12 Joseph S. Myers <jsm28@cam.ac.uk>
4594 * doc/gcc.texi: Move several chapters out to ...
4595 * doc/configterms.texi, doc/fragments.texi, doc/hostconfig.texi,
4596 doc/include/linux-and-gnu.texi, doc/interface.texi,
4597 doc/makefile.texi, doc/passes.texi, doc/portability.texi:
4598 ... here. New files.
4599 * doc/gcc.texi, doc/contrib.texi: Move section headings into
4601 * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
4603 2001-11-12 Kazu Hirata <kazu@hxi.com>
4605 * config/alpha/alpha-interix.h: Fix comment formatting.
4606 * config/alpha/alpha.c: Likewise.
4607 * config/alpha/alpha.h: Likewise.
4608 * config/alpha/alpha32.h: Likewise.
4609 * config/alpha/freebsd.h: Likewise.
4610 * config/alpha/unicosmk.h: Likewise.
4611 * config/alpha/vms.h: Likewise.
4613 2001-11-12 Kazu Hirata <kazu@hxi.com>
4615 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
4617 2001-11-12 Jakub Jelinek <jakub@redhat.com>
4619 * dbxout.c (dbxout_symbol_location): Avoid emitting invalid register
4622 Mon Nov 12 05:18:42 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4624 * emit-rtl.c (set_mem_attributes): If making object, can set alignment
4626 (replace_equiv_address): Call update_temp_slot_address.
4628 * dwarf2out.c (loc_descriptor_from_tree, case COMPOUND_EXPR): New case.
4630 * alias.c (nonoverlapping_memrefs_p): Handle DECL_RTL being a CONCAT.
4632 2001-11-12 Kazu Hirata <kazu@hxi.com>
4634 * config/h8300/h8300.c (shift_alg_qi): New.
4635 (shift_alg_hi): Likewise.
4636 (shift_alg_si): Likewise.
4637 (get_shift_alg): Change the type of count to unsigned int.
4640 2001-11-11 Alexandre Oliva <aoliva@redhat.com>
4642 * Makefile.in (c-lang.o): Depend on $(VARRAY_H).
4643 * c-decl.c (c_expand_body): Take argument can_defer_p. Use it
4644 to decide whether to defer a function.
4645 (finish_function): Adjust.
4646 (c_expand_deferred_function): New function.
4647 * c-lang.c (deferred_fns): New variable.
4648 (c_init): Initialize it, and mark it as a root.
4649 (defer_fn): New function.
4650 (finish_file): Expand all deferred functions.
4651 * c-tree.h (defer_fn): Declare.
4652 (c_expand_deferred_function): Likewise.
4653 * objc/Make-lang.in (objc-act.o): Depend on $(VARRAY_H).
4654 * objc-act.c (deferred_fns): New variable.
4655 (objc_init): Initialize it, and mark it as a root.
4656 (defer_fn): New function.
4657 (finish_file): Expand all deferred functions.
4659 2001-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4661 * alpha.c (unicosmk_special_name): Prototype.
4662 (unicosmk_ssib_name): Delete unused variable.
4663 * alpha/unicosmk.h (common_section, ssib_section): Prototype.
4664 * alpha/vms.h (PREFIX): Undef before defining.
4665 * arm/pe.h (SUBTARGET_NAME_ENCODING_LENGTHS): Likewise.
4666 * i370/i370.c (mvs_hash_alias): Prototype. Wrap with macro
4667 controlling usage. Const-ify.
4668 (alias_number): Delete unused variable.
4669 * m32r/m32r.c (m32r_sched_init): Add missing argument.
4670 (m32r_expand_block_move): Fix uninitialized warnings.
4671 * mn10300/mn10300.h (REGNO_IN_RANGE_P): Fix 'unsigned >=0 is
4672 always true' warnings.
4673 * openbsd.h (TARGET_MEM_FUNCTIONS): Don't redefine.
4674 * sh/sh.c: Include "integrate.h".
4675 (output_far_jump): Fix uninitialized warning.
4676 * final.c (shorten_branches): Avoid automatic aggregate
4678 * integrate.c (subst_constants): Likewise.
4680 2001-11-11 Kazu Hirata <kazu@hxi.com>
4682 * config/h8300/h8300.c (shift_alg): Remove SHIFT_MAX.
4683 (get_shift_alg): Remove redundant code.
4685 2001-11-11 Kazu Hirata <kazu@hxi.com>
4687 * config/pa/milli64.S: Fix comment formatting.
4688 * config/pa/pa-64.h: Likewise.
4689 * config/pa/pa-linux.h: Likewise.
4690 * config/pa/pa-protos.h: Likewise.
4691 * config/pa/pa.c: Likewise.
4692 * config/pa/pa.h: Likewise.
4693 * config/pa/pa32-linux.h: Likewise.
4694 * config/pa/pa32-regs.h: Likewise.
4695 * config/pa/pa64-hpux.h: Likewise.
4696 * config/pa/pa64-regs.h: Likewise.
4697 * config/pa/som.h: Likewise.
4699 2001-11-11 Joseph S. Myers <jsm28@cam.ac.uk>
4701 * doc/gcc.texi: Move several chapters out to ...
4702 * doc/bugreport.texi, doc/contribute.texi, doc/frontends.texi,
4703 doc/service.texi, doc/standards.texi, doc/trouble.texi,
4704 doc/vms.texi: ... here. New files.
4705 * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
4707 2001-11-11 Joseph S. Myers <jsm28@cam.ac.uk>
4709 * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,
4710 cfg.c, cfganal.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c,
4711 collect2.c, combine.c, config.in, configure, configure.in,
4712 conflict.c, dwarf2out.c, dwarfout.c, except.c, final.c, flow.c,
4713 genattrtab.c, ggc-page.c, jump.c, lcm.c, predict.c, reg-stack.c,
4714 reload1.c, rtlanal.c, sched-rgn.c, toplev.c, unwind-dw2-fde.h: Fix
4717 Sun Nov 11 05:56:01 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4719 * config/rs6000/rs6000.c (rs6000_hash_constant, toc_hash_eq):
4720 Adjust operand number in CONST_DOUBLE.
4722 * expmed.c (extract_bit_field): No longer pass in alignment.
4723 (extract_fixed_bit_field, extract_split_bit_field): Likewise.
4724 (store_bit_field, store_fixed_bit_field, store_split_bit_field):
4726 * expr.c (store_constructor, store_constructor_field): Likewise.
4727 (store_field, emit_group_load, emit_group_store): Likewise.
4728 * expr.h (emit_group_load, emit_group_store): Delete ALIGN parm.
4729 (store_bit_field, extract_bit_field): Likewise.
4730 * calls.c, expr.c, function.c: Change calls to above functions.
4731 * ifcvt.c, stmt.c: Likewise.
4733 * alias.c (nonoverlapping_memrefs_p): Not overlapping if one base is
4734 constant and one is on frame.
4735 If know memref offset, adjust size from decl.
4737 2001-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4739 * alpha/unicosmk.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Fix
4740 format specifier warning.
4741 * convex.h (ASM_OUTPUT_BYTE): Likewise.
4742 * elfos.h (ALIGN_ASM_OP): Undef before defining.
4743 * i386/att.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
4745 * i386/bsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4746 * i386/gas.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4747 * i386-interix.h (gen_stdcall_suffix): Prototype.
4748 * i386.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
4749 * i386elf.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
4750 ASM_OUTPUT_LONG_DOUBLE): Likewise.
4751 * i386/interix.c (gen_stdcall_suffix): Const-ify.
4752 * i386/next.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
4753 ASM_OUTPUT_FLOAT, ASM_GENERATE_INTERNAL_LABEL): Fix format
4755 * i386/osfrose.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4756 * i386/ptx4-i.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
4757 ASM_OUTPUT_LONG_DOUBLE): Likewise.
4758 * i386/sco5.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4759 * i386/sequent.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4760 * i386/sun386.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4761 * i386/svr3dbx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4762 * m68k/3b1.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_LONG_DOUBLE,
4763 ASM_OUTPUT_FLOAT, ASM_GENERATE_INTERNAL_LABEL): Likewise.
4764 * m68k/altos3068.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
4765 * m68k/amix.h (ASM_OUTPUT_ASCII, ASM_GENERATE_INTERNAL_LABEL):
4767 * m68k/atari.h (ASM_OUTPUT_ASCII, ASM_GENERATE_INTERNAL_LABEL):
4769 * m68k/crds.h (ASM_OUTPUT_DOUBLE, PRINT_OPERAND): Likewise.
4770 * m68k/dpx2.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
4771 ASM_OUTPUT_FLOAT, ASM_OUTPUT_BYTE, ASM_OUTPUT_FLOAT_OPERAND):
4773 * m68k/hp320.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_BYTE):
4775 * m68k.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_BYTE):
4777 * m68k/m68kv4.h (ASM_OUTPUT_ASCII): Delete unused variable.
4778 * m68k/mot3300.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
4779 * m68k/news.h (PRINT_OPERAND): Likewise.
4780 * m68k/next.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
4781 ASM_OUTPUT_FLOAT_OPERAND, ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
4782 * m68k/next21.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
4783 * m68k/plexus.h (ASM_SPEC): Insert space between macro name and
4785 * m68k/sgs.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
4786 ASM_OUTPUT_FLOAT, ASM_OUTPUT_ASCII, ASM_OUTPUT_FLOAT_OPERAND,
4787 ASM_OUTPUT_DOUBLE_OPERAND): Fix format specifier warnings.
4788 * m68k/sun3.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
4789 * m68k/tower-as.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_DOUBLE,
4790 ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_FLOAT, ASM_OUTPUT_BYTE,
4791 PRINT_OPERAND): Likewise.
4792 * m88k/m88k.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_BYTE):
4794 * mips/elf.h (PUT_SDB_SIZE, ASM_DECLARE_OBJECT_NAME): Likewise.
4795 * mips/elf64.h (PUT_SDB_SIZE, ASM_DECLARE_OBJECT_NAME): Likewise.
4796 * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
4797 * mips/linux.h (ASM_DECLARE_OBJECT_NAME): Likewise.
4798 * mips.c (mips_output_external_libcall): Mark parameter with
4800 (mips_asm_file_start): Move variable into the scope where it's
4802 * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
4803 * mips/netbsd.h (ASM_DECLARE_OBJECT_NAME): Likewise.
4804 * mips/sni-gas.h (PUT_SDB_SIZE): Likewise.
4805 * ns32k/encore.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4806 * ns32k.c (print_operand): Likewise.
4807 * pa.c (print_operand, output_div_insn): Likewise.
4808 * pa.h (ASM_OUTPUT_MI_THUNK, ASM_GENERATE_INTERNAL_LABEL,
4809 ASM_OUTPUT_BYTE, PRINT_OPERAND_ADDRESS): Likewise.
4810 * pa/pa64-hpux.h (UNIQUE_SECTION): Const-ify.
4811 * sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Fix format
4813 * sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4814 * sparc/pbd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4815 (ASM_OUTPUT_SOURCE_LINE): Don't list macro arguments in undef.
4816 * sparc/vxsim.h (ASM_GENERATE_INTERNAL_LABEL): Fix format
4818 * svr3.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
4820 * sdbout.c (sdbout_end_epilogue): Mark parameter with
4822 * varasm.c (assemble_global): Likewise.
4824 2001-11-11 H.J. Lu <hjl@gnu.org>
4826 * config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips.
4828 Sun Nov 11 01:26:00 CET 2001 Jan Hubicka <jh@suse.cz>
4830 * final.c (*_MAX_SKIP): Use *_max_skip variables.
4831 * flags.h (align_loops_max_skip, align_jumps_max_skip,
4832 align_labels_max_skip): New global variables.
4833 * toplev.c (align_loops_max_skip, align_jumps_max_skip,
4834 align_labels_max_skip): New global variables.
4835 (toplev_main): Set new variables.
4836 * i386.c (override_options): Set max_skip values.
4838 2001-11-10 Geoffrey Keating <geoffk@redhat.com>
4840 * doc/tm.texi (Label Output): Document ASM_OUTPUT_LABEL_REF.
4841 * final.c (output_addr_const): Use ASM_OUTPUT_LABEL_REF.
4842 * config/stormy16/stormy16.c (xstormy16_print_operand): For '%C',
4843 don't print an @fptr for labels either.
4844 (xstormy16_output_addr_vec): Don't print @fptr here.
4845 * config/stormy16/stormy16.h (ASM_OUTPUT_LABEL_REF): New macro.
4847 Sat Nov 10 08:50:50 2001 Jeffrey A Law (law@cygnus.com)
4849 * ssa-ccp.c (examine_flow_edges): Use old-style definition, not
4850 an ANSI/ISO definitino.
4851 (ssa_const_prop): Likewise.
4853 2001-11-10 Aldy Hernandez <aldyh@redhat.com>
4855 * config/rs6000/rs6000.c (rs6000_reg_names): Remove leading "v" or
4858 2001-11-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4860 * cppexp.c (parse_number): Use ISXDIGIT/hex_value.
4861 * cpplex.c (hex_digit_value): Use hex_p/hex_value.
4862 * cppmain.c (general_init): Call hex_init.
4863 * tradcif.y (parse_number): Use TOLOWER/ISXDIGIT/hex_value/hex_p.
4865 * config.gcc (i[34567]86-dg-dgux*): Don't set `out_file'.
4867 * i386/dgux.h (ASM_FILE_START): Set to the meaningful portions
4868 of dgux.c:output_file_start().
4870 * i386/dgux.c: Delete file.
4872 2001-11-09 Richard Henderson <rth@redhat.com>
4874 * config/alpha/alpha.c (decl_in_text_section): New.
4875 (current_file_function_operand): Use it.
4876 (alpha_encode_section_info, alpha_end_function): Likewise.
4878 2001-11-07 David O'Brien <obrien@FreeBSD.org>
4880 * config.gcc: Add FreeBSD/IA-64 target. Expand config/i64/elf.h headers.
4881 * config/i64/ia64.h (TARGET_VERSION,ASM_SPEC,LINK_SPEC): Remove,
4882 they are OS specific. Use CPP_CPU_SPEC rather than CPP_PREDEFINES,
4883 so OS specific files and use CPP_PREDEFINES for their needs.
4884 * config/i64/elf.h (TARGET_VERSION): Add. Also, move inclusion of
4885 target headers to tm_file.
4886 * config/ia64/aix.h (TARGET_VERSION): Likewise.
4887 * config/ia64/hpux.h (TARGET_VERSION): Likewise.
4888 * config/ia64/linux.h (TARGET_VERSION): Likewise.
4889 (FUNCTION_PROFILER): Remove.
4890 * config/ia64/ia64.h (FUNCTION_PROFILER): Update definition using the
4891 version in config/ia64/linux.h.
4892 * config/ia64/freebsd.h: New file.
4893 * config/freebsd.h: Tidy up.
4894 (_USING_CONFIG_FREEBSD): Define.
4895 (FBSD_CPP_PREDEFINES): Add __KPRINTF_ATTRIBUTE__.
4896 (FBSD_CPP_SPEC): Define generic FreeBSD spec.
4897 (FBSD_STARTFILE_SPEC): Likewise.
4898 (FBSD_ENDFILE_SPEC): Likewise.
4899 (FBSD_LIB_SPEC): Likewise.
4900 (WCHAR_UNSIGNED): Undefine, FreeBSD's wchars are signed.
4901 (USER_LABEL_PREFIX): Define to ELF compatible value as some CPU headers
4902 set an ELF-improper one.
4904 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
4906 * pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a
4907 constant can be loaded in a single instruction to a register. When
4908 loading immediate constants, use PLUS instead of HIGH/LO_SUM. Use
4909 depdi for insertion of most significant 32-bits on 64-bit hosts.
4910 * pa.h (LEGITIMATE_CONSTANT_P): Accept constants that can be built
4911 with ldil/ldo/depdi instruction sequence on 64-bit hosts.
4912 * pa.md: New addmove pattern for adding constant_int to HImode
4913 register and moving result to HImode register. Remove HImode HIGH
4914 and LO_SUM patterns.
4916 2001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
4918 * Makefile.in: Update.
4919 * c-decl.c (print_lang_decl, print_lang_type): Remove.
4920 (print_lang_identifier): Rename c_print_identifier.
4921 * c-lang.c (LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
4922 (print_lang_statistics, lang_print_xnode): Remove.
4923 * c-parse.in (set_yydebug): Rename c_set_yydebug.
4924 * c-tree.h (c_set_yydebug, c_print_identifier): New.
4925 * langhooks-def.h (lhd_print_tree_nothing, lhd_set_yydebug): New.
4926 LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
4927 LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
4928 LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
4929 (LANG_HOOKS_INITIALIZER): Update.
4930 * langhooks.h (struct lang_hooks): New members.
4931 (lang_print_tree_hook): New.
4932 * langhooks.c (lhd_print_tree_nothing, lhd_set_yydebug): New.
4933 * print-tree.c: Include langhooks.h.
4934 (print_node): Update.
4935 * toplev.c (decode_d_option): Update.
4936 * tree.c: Include langhooks.h.
4937 (dump_tree_statistics): Update.
4938 * tree.h (print_lang_statistics, print_lang_decl, print_lang_type,
4939 print_lang_identifier, set_yydebug, lang_print_xnode): Remove.
4941 * objc-act.c (LANG_HOOKS_PRINT_IDENTIFIER,
4942 LANG_HOOKS_SET_YYDEBUG): Override.
4943 (lang_print_xnode, print_lang_statistics): Remove.
4945 2001-11-09 Richard Henderson <rth@redhat.com>
4947 * dwarf2asm.c (dw2_force_const_mem): Invoke STRIP_NAME_ENCODING
4948 on the symbol string.
4950 2001-11-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4952 * pa/elf.h (ASM_DECLARE_FUNCTION_NAME,
4953 ASM_OUTPUT_EXTERNAL_LIBCALL): Undef before defining.
4954 * config.gcc (hppa1.1-*-rtems*): Remove duplicate clause.
4956 * clipper.h (ASM_OUTPUT_REG_POP): Fix typo.
4958 * tlink.c (recompile_files): Copy strings passed to `putenv'.
4960 2001-11-09 Geoffrey Keating <geoffk@redhat.com>
4962 * tree.h (TYPE_VOLATILE): Trap use not on TYPEs.
4963 (TYPE_READONLY): Likewise.
4965 * flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.
4967 * config/stormy16/stormy16.h (ASM_SPEC): Revert last change,
4968 don't pass --gdwarf2 to the assembler if the compiler will also
4971 * config/stormy16/stormy16.c (xstormy16_expand_casesi):
4974 Fri Nov 9 17:51:09 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4976 * alias.c (nonoverlapping_memrefs_p): New function.
4977 (true_dependence, canon_true_depenence, write_dependence_p): Call it.
4979 * emit-rtl.c (set_mem_attributes): Get alignments for constants.
4981 2001-11-09 Aldy Hernandez <aldyh@redhat.com>
4983 * rs6000.h (REG_CLASS_CONTENTS): Add VRSAVE bit to ALL_REGS.
4984 (CONDITIONAL_REGISTER_USAGE): Disable AltiVec registers unless
4985 generating altivec code.
4986 (FIXED_REGISTERS): VRSAVE is fixed.
4987 (CALL_USED_REGISTERS): VRSAVE is call used.
4989 2001-11-09 Jason Eckhardt <jle@rice.edu>
4991 * config/mips/mips.c (mips_output_conditional_branch): Do not hard
4992 code the branch target as ".+16/.+12", but rather use labels.
4994 Fri Nov 9 11:27:42 2001 Jeffrey A Law (law@cygnus.com)
4996 * config/pa/milli64.S: Use %r25 and %r0 instead of arg1 and r0
4997 to work around limitations of certain versions of GAS.
4999 * pa.md (mulsi3): Remove PA64 hack to work around SUBREG issues.
5000 (muldi3): Update due to SUBREG_BYTE changes.
5001 (casesi): Similarly.
5003 2001-11-09 Zack Weinberg <zack@codesourcery.com>
5005 * doc/invoke.texi: Remove comment referring to -xf77-version.
5007 2001-11-09 Kazu Hirata <kazu@hxi.com>
5009 * config/convex/convex.c: Fix comment formatting.
5010 * config/convex/convex.h: Likewise.
5012 2001-11-08 Zack Weinberg <zack@codesourcery.com>
5014 * Makefile.in (.po.pox): Look both in srcdir and builddir
5016 (po/$(PACKAGE).pot): Don't move-if-change the new potfile over
5017 to the source directory.
5019 2001-11-09 Ben Elliston <bje@redhat.com>
5020 Michael Meissner <meissner@redhat.com>
5021 Andrew MacLeod <amacleod@redhat.com>
5022 Richard Henderson <rth@redhat.com>
5023 Nick Clifton <nickc@redhat.com>
5024 Catherine Moore <clm@redhat.com>
5026 * m32r.c: Add support for m32rx processor.
5030 * m32r-protos.h: Add prototypes for m32rx functions.
5031 * doc/invoke.texi: Document -m32rx option.
5033 2001-11-09 Jakub Jelinek <jakub@redhat.com>
5035 * config/sparc/sparc.md (movdf): Avoid calling validize_mem during
5038 2001-11-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5040 * doc/install.texi2html: Use $MAKEINFO --no-split.
5042 2001-11-09 Andreas Schwab <schwab@suse.de>
5044 * Makefile.in ($(HOST_PREFIX_1)rtl.o,
5045 $(HOST_PREFIX_1)print-rtl.o, $(HOST_PREFIX_1)bitmap.o,
5046 $(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o,
5047 $(HOST_PREFIX_1)strstr.o, $(HOST_PREFIX_1)errors.o,
5048 $(HOST_PREFIX_1)ggc-none.o): Update dependencies.
5050 2001-11-09 H.J. Lu <hjl@gnu.org>
5052 * config/mips/mips.c (mips_output_function_prologues): Cast
5053 `tsize' to long for output.
5055 2001-11-09 Neil Booth <neil@daikokuya.demon.co.uk>
5057 * c-lang.c (LANG_HOOKS_NAME): New.
5058 (lang_hooks): Constify.
5059 (c_init_options): Update.
5060 (lang_identify): Remove.
5061 * c-parse.in (language_string): Remove.
5062 * dbxout.c: Include langhooks.h.
5063 (dbxout_symbol_location): Update.
5064 * dwarf2out.c: Include langhooks.h.
5065 (gen_compile_unit_die): Update.
5066 * dwarfout.c: Include langhooks.h.
5067 (prototyped_attribute, output_compile_unit_die): Update.
5068 * langhooks-def.h (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): New.
5069 (LANG_HOOKS_INITIALIZER): Update.
5070 * langhooks.h (struct lang_hooks): New members. Constify.
5071 * stringpool.c: Don't include toplev.h.
5072 (set_identifier_size): Remove.
5073 * toplev.c (toplev_main): Initialize identifier size.
5074 (print_version): Update.
5075 * tree.h (language_string, init_lex, lang_identify,
5076 set_identifier_size): Remove.
5077 * Makefile.in: Update dependencies.
5078 * config/darwin.c: Include langhooks.h.
5079 (func_name_maybe_scoped): Update.
5080 * config/darwin.h (ASM_END_FILE): Update.
5081 * config/nextstep.h (ASM_END_FILE): Update.
5082 * config/nextstep21.h (ASM_END_FILE): Update.
5083 * config/i386/sun386.h (ASM_END_FILE): Update.
5084 * config/rs6000/rs6000.c (ASM_END_FILE): Include langhooks.h.
5085 (rs6000_output_function_epilogue): Update.
5087 * objc-act.c (LANG_HOOKS_NAME): Override.
5088 (struct lang_hooks): Constify.
5089 (objc_init_options): Update.
5090 (lang_identify): Remove.
5092 Fri Nov 9 00:25:18 EST 2001 John Wehle (john@feith.com)
5094 * fold-const.c (lshift_double): Honor PREC.
5095 (rshift_double): Likewise.
5097 2001-11-08 Kazu Hirata <kazu@hxi.com>
5099 * config/1750a/1750a.c: Fix comment formatting.
5100 * config/1750a/1750a.h: Likewise.
5102 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
5104 * configure.in (--enable-languages): Be more permissive about
5105 syntax. Check for empty lists better. Warn about $LANGUAGES.
5106 * configure: Regenerated.
5108 2001-11-08 Richard Henderson <rth@redhat.com>
5110 * dwarf2asm.c (dw2_force_const_mem): Fix typo.
5112 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
5114 * config.gcc: Rename stormy16 to xstormy16.
5115 * config/stormy16/stormy-abi: Likewise.
5116 * config/stormy16/stormy16-protos.h: Likewise.
5117 * config/stormy16/stormy16.c: Likewise.
5118 * config/stormy16/stormy16.h: Likewise.
5119 * config/stormy16/stormy16.md: Likewise.
5121 2001-11-06 Geoffrey Keating <geoffk@redhat.com>
5123 * tree.h (TYPE_VOLATILE): Add enable-checking code.
5124 (TYPE_READONLY): Likewise.
5126 Thu Nov 8 18:00:55 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5128 * reload1.c (reload): Don't delete equiv insn if can throw.
5130 * expr.c (emit_block_move): If X is readonly emit CLOBBER for it.
5131 (clear_storage): Likewise, for OBJECT.
5133 Thu Nov 8 16:23:51 2001 Jeffrey A Law (law@cygnus.com)
5135 * pa.c (emit_move_sequence): Fix SUBREG expression to
5136 use proper byte offset when extending a constant from
5139 2001-11-09 Jakub Jelinek <jakub@redhat.com>
5141 * cfgrtl.c (purge_dead_edges): Remove REG_EH_REGION note for insns
5144 Thu Nov 8 18:00:55 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5146 * explow.c (convert_memory_address, case SUBREG): Only return
5147 inner object if SUBREG_PROMOTED_VAR_P or known to be pointer.
5149 2001-11-08 Richard Henderson <rth@redhat.com>
5151 * Makefile.in (GCC_FOR_TARGET): Add build_tooldir/sys-include.
5152 (CROSS_SYSTEM_HEADER_DIR): Use build_tooldir not tooldir.
5153 (ORDINARY_FLAGS_TO_PASS, stmp-fixinc): Likewise.
5155 2001-11-08 Aldy Hernandez <aldyh@redhat.com>
5157 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -maltivec.
5159 2001-11-08 Jakub Jelinek <jakub@redhat.com>
5161 * dwarf2out.c (debug_str_hash): New.
5162 (struct indirect_string_node): New.
5163 (struct dw_val_struct): Change type of val_str to it.
5164 (DEBUG_STR_SECTION_FLAGS): Define.
5165 (add_AT_string): Push string into hashtable, increment reference
5167 (AT_string): Return string from ht_identifier.
5168 (AT_string_form): New.
5169 (free_AT): For dw_val_class_str, just decrement reference counter.
5170 (size_of_string): Remove.
5171 (size_of_die): Use AT_string_form to decide what size the string
5173 (size_of_pubnames): Use strlen instead of size_of_string.
5174 (value_format): Use AT_string_form for dw_val_class_str.
5175 (output_die): Output DW_FORM_strp strings using
5176 dw2_asm_output_offset.
5177 (indirect_string_alloc, output_indirect_string): New.
5178 (dwarf2out_finish): Emit .debug_str strings if there are any.
5180 2001-11-08 Andreas Franck <afranck@gmx.de>
5182 * configure.in: Add AC_ARG_PROGRAM to support program name
5183 transformation with --program-prefix, --program-suffix and
5184 --program-transform-name.
5185 * configure: Regenerated.
5186 * Makefile.in (GCC_INSTALL_NAME, CPP_INSTALL_NAME,
5187 PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
5188 GCCBUG_INSTALL_NAME, GCC_CROSS_NAME, CPP_CROSS_NAME,
5189 PROTOIZE_CROSS_NAME, UNPROTOIZE_CROSS_NAME): Handle
5190 program_transform_name the way suggested by autoconf.
5191 (GCC_TARGET_INSTALL_NAME): Define.
5192 (install-driver): Use the transformed target alias name.
5194 2001-11-08 Richard Henderson <rth@redhat.com>
5196 * config/mips/mips.c (save_restore_insns): Remove GP from the
5197 restore registers mask early instead of special casing it inside
5200 2001-11-08 Neil Booth <neil@daikokuya.demon.co.uk>
5202 * cp/decl.c (shadow_warning): New function.
5203 (pushdecl): Improve -Wshadow warnings. Don't give both a warning
5204 and an error when a block scope decl shadows a parameter.
5206 2001-11-08 Richard Henderson <rth@redhat.com>
5208 * config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST
5211 2001-11-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
5213 * pa.md (negdf2, negsf2): Use multiplication rather than subtraction
5214 to implement floating negation on processors prior to PA 2.0.
5216 2001-11-08 Jakub Jelinek <jakub@redhat.com>
5218 * dwarf2asm.c (mark_indirect_pool_entry, mark_indirect_pool): New.
5219 (USE_LINKONCE_INDIRECT): Define.
5220 (dw2_output_indirect_constant_1): Try to output indirect constants
5221 into linkonce sections if possible.
5222 (dw2_force_const_mem): Likewise. Register indirect_pool with GGC.
5223 (dw2_output_indirect_constants): Likewise.
5225 2001-11-07 Aldy Hernandez <aldyh@redhat.com>
5227 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave.
5229 2001-11-07 Neil Booth <neil@daikokuya.demon.co.uk>
5231 * c-decl.c (pushdecl): Remove file and line.
5232 * c-typeck.c (pop_init_level): Remove size.
5234 2001-11-07 Aldy Hernandez <aldyh@redhat.com>
5236 * doc/invoke.texi: Add -maltivec, -mno-altivec, and -mabi=altivec
5239 * config/rs6000/rs6000.h (MASK_ALTIVEC): New.
5240 (TARGET_ALTIVEC): New.
5241 (TARGET_SWITCHES): Add altivec.
5242 (FIRST_PSEUDO_REGISTER): Change to 109.
5243 (CALL_USED_REGISTERS): Same.
5244 (FIRST_ALTIVEC_REGNO): New.
5245 (LAST_ALTIVEC_REGNO): New.
5246 (ALTIVEC_REGNO_P): New.
5247 (UNITS_PER_ALTIVEC_WORD): New.
5248 (ALTIVEC_VECTOR_MODE): New.
5249 (FIXED_REGISTERS): Add altivec registers.
5250 (REG_ALLOC_ORDER): Same.
5251 (HARD_REGNO_NREGS): Adjust for altivec registers.
5252 (HARD_REGNO_MODE_OK): Same.
5253 (MODES_TIEABLE_P): Same.
5254 (REGISTER_MOVE_COST): Same.
5255 (REGNO_REG_CLASS): Same.
5256 (reg_class): Add ALTIVEC_REGS.
5257 (REG_CLASS_NAMES): Same.
5258 (REG_CLASS_CONTENTS): Same.
5259 (REG_CLASS_FROM_LETTER): Add 'v' constraint for ALTIVEC_REGS.
5260 (ALTIVEC_ARG_RETURN): New.
5261 (FUNCTION_VALUE): Handle VECTOR_TYPE.
5262 (LIBCALL_VALUE): Handle altivec vector modes.
5263 (VECTOR_MODE_SUPPORTED_P): New.
5264 (ALTIVEC_ARG_MIN_REG): New.
5265 (ALTIVEC_ARG_MAX_REG): New.
5266 (ALTIVEC_ARG_NUM_REG): New.
5267 (FUNCTION_VALUE_REGNO_P): Return true for altivec return register.
5268 (FUNCTION_ARG_REGNO_P): Support passing args in altivec registers.
5269 (REGISTER_NAMES): Add altivec regs.
5270 (DEBUG_REGISTER_NAMES): Same.
5271 (ADDITIONAL_REGISTER_NAMES): Same.
5272 (rs6000_builtins): New.
5273 (MD_EXPAND_BUILTIN): New.
5274 (MD_INIT_BUILTINS): New.
5275 (LEGITIMATE_OFFSET_ADDRESS_P): This addressing mode is not valid
5276 for AltiVec instructions.
5277 (LEGITIMATE_LO_SUM_ADDRESS_P): Same.
5278 (HARD_REGNO_MODE_OK): Altivec modes can only go in altivec
5280 (SECONDARY_MEMORY_NEEDED): We need memory to copy vector modes.
5281 (TARGET_SWITCHES): Add no-altivec.
5282 (DATA_ALIGNMENT): Align vectors to 128 bits.
5283 (TARGET_OPTIONS): Add abi= option.
5284 Add rs6000_abi_string extern.
5285 (LOCAL_ALIGNMENT): New.
5286 (CPP_CPU_SPEC): Define __ALTIVEC__ when -maltivec.
5287 (MASK_ALTIVEC_ABI): New.
5288 (TARGET_ALTIVEC_ABI): New.
5289 (CONDITIONAL_REGISTER_USAGE): Set first 20 AltiVec registers to
5291 (STACK_BOUNDARY): Adjust for altivec.
5292 (BIGGEST_ALIGNMENT): Same.
5293 (rs6000_args): Add vregno.
5294 (USE_ALTIVEC_FOR_ARG_P): New.
5295 (FIXED_REGISTERS): Add vrsave register.
5296 (CALL_USED_REGISTERS): Same.
5297 (CONDITIONAL_REGISTER_USAGE): Set VRSAVE info.
5298 (VRSAVE_REGNO): New.
5299 (reg_class): Add VRSAVE_REGS.
5300 (REG_CLASS_NAMES): Same.
5301 (REG_CLASS_CONTENTS): Same.
5302 (REGNO_REG_CLASS): Same.
5304 * config/rs6000/sysv4.h (STACK_BOUNDARY): Adjust for altivec.
5305 (ABI_STACK_BOUNDARY): Same.
5306 (BIGGEST_ALIGNMENT): Same.
5307 (ADJUST_FIELD_ALIGN): Remove undef. Define anew.
5308 (ROUND_TYPE_ALIGN): Same.
5310 * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
5313 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
5316 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
5319 * config/rs6000/rs6000.c (rs6000_expand_builtin): New.
5320 (altivec_expand_builtin): New.
5321 (altivec_init_builtins): New.
5322 (TARGET_EXPAND_BUILTIN): New.
5323 (TARGET_INIT_BUILTINS): New.
5324 (rs6000_init_builtins): New.
5325 (struct builtin_description): New.
5327 (rs6000_reg_names): Add altivec registers.
5328 (alt_reg_names): Same.
5329 (secondary_reload_class): Altivec regs can hold altivec regs and
5331 (rs6000_emit_move): Force constants into memory for AltiVec moves.
5332 (print_operand): Add 'y' case for printing altivec memory
5334 (rs6000_legitimize_address): Legitimize vector addresses into
5336 (altivec_expand_binop_builtin): New.
5337 New string rs6000_current_abi.
5338 (rs6000_override_options): Call rs6000_parse_abi_options.
5339 (rs6000_parse_abi_options): New.
5340 (function_arg_boundary): Vector arguments must be 16
5342 (function_arg_advance): Handle vector arguments.
5343 (function_arg_partial_nregs): Same.
5344 (init_cumulative_args): Same.
5345 (function_arg): Same.
5347 * config/rs6000/rs6000.md (altivec_lvx): New.
5348 (type): Add altivec attribute.
5350 (*movv4si_internal): New.
5352 (*movv16qi_internal): New.
5354 (*movv8hi_internal1): New.
5356 (*movv4sf_internal1): New.
5357 (altivec_stvx): New.
5473 2001-11-07 Daniel Berlin <dan@cgsoftware.com>
5475 * Makefile.in (df.o): Add fibheap.h to dependencies.
5477 * df.h: Add prototypes for transfer functions, iterative_dataflow
5479 (enum df_flow_dir): New enum.
5480 (enum df_confluence_op): New enum.
5481 (struct df): Add inverse_rts_map.
5483 * df.c: Add sbitmap.h to the list of includes.
5484 (df_rd_global_compute): Removed.
5485 (df_ru_global_compute): Removed.
5486 (df_lr_global_compute): Removed.
5487 (df_rd_transfer_function): New function.
5488 (df_ru_transfer_function): New function.
5489 (df_lr_transfer_function): New function.
5490 (df_analyse_1): allocate/compute/free df->inverse_rts_map.
5491 Use iterative_dataflow_bitmap instead of df_*_global_compute.
5492 (iterative_dataflow_sbitmap): New function.
5493 (iterative_dataflow_bitmap): New function.
5495 2001-11-07 Joseph S. Myers <jsm28@cam.ac.uk>
5497 * doc/gcc.texi: Move terminology and spelling conventions to
5498 htdocs/codingconventions.html.
5500 2001-11-07 Graham Stott <grahams@redhat.com>
5502 * cse.c (cse_insn): Emit BARRIER after unconditional jump.
5504 Wed Nov 7 13:33:34 CET 2001 Jan Hubicka <jh@suse.cz>
5506 * expmed.c (expand_mult): Force operand to register before computing
5508 * i386.c (x86_decompose_lea): New global vairable.
5509 * i386.h (x86_decompose_lea): Declare.
5510 (TARGET_DECOMPOSE_LEA): New macro.
5511 (RTX_COST): Handle leas properly.
5513 2001-11-06 Richard Henderson <rth@redhat.com>
5515 * config/alpha/elf.h (DO_SELECT_SECTION): TREE_READONLY is not
5516 defined for a CONSTRUCTOR; don't check it.
5518 2001-11-06 Danny Smith <dannysmith@users.sourceforge.net>
5520 * gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to
5521 test for absolute pathnames.
5523 2001-11-06 Olivier Hainque <hainque@act-europe.fr>
5525 * unwind-dw2.c (execute_cfa_program): Evaluate call frame
5526 instructions up to the target pc inclusive.
5528 2001-11-06 Steve Christiansen <smc@us.ibm.com>
5530 * loop.c (loop_regs_scan): Don't invalidate PIC register.
5532 2001-11-06 Eric Christopher <echristo@redhat.com>
5534 * config/mips/mips.md(movdf_internal2): Add constraints for float
5535 to general register move.
5536 * config/mips/elf64.h: Add default ABI.
5538 2001-11-06 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5540 * alias.c:: Include langhooks.h.
5541 * emit-rtl.c: Similarly.
5542 * toplev.c: Similarly.
5543 * tree-inline.c: Similarly.
5544 * langhooks-def.h: New, the old langhooks.h. Give the default
5545 hooks a common prefix.
5546 * langhooks.h: Contents extracted from toplev.h.
5547 * toplev.h: Move langhook stuff to langhooks.h.
5548 * langhooks.c: Give default hooks a common prefix.
5550 * c-lang.c: Include langhooks-def.h.
5551 * objc/objc-act.c: Similarly.
5552 * Makefile.in: Update.
5553 * objc/Make-lang.in: Update.
5555 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
5557 * doc/install.texi: Document that configure options not listed in
5558 this file are unsupported. Document --with-system-zlib.
5560 Tue Nov 6 09:21:34 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5562 * rtl.h (mem_for_const_double): New declaration.
5563 * varasm.c (mem_for_const_double): New function.
5564 * config/convex/convex.md (movdf): Use it.
5565 * config/m68k/hp320.h (LEGITIMATE_PIC_OPERAND_P): Likewise.
5566 * config/m68k/linux.h, config/m68k/m68k.h: Likewise.
5567 * config/m68k/m68kv4.h: Likewise.
5569 * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED): Adjust for addition
5570 of new GP reg classes.
5572 * expr.c (store_field): When making temp object for unaligned
5573 component, set it to alias set 0.
5575 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
5577 * c-common.c (c_expand_expr_stmt): Apply default conversions to
5578 non-lvalue arrays if C99.
5579 * c-typeck.c (default_conversion): Split out code handling
5580 array-to-pointer and function-to-pointer conversions into a
5581 separate default_function_array_conversion function.
5582 (default_function_array_conversion): New function. Keep track of
5583 whether any NON_LVALUE_EXPRs were stripped. Return non-lvalue
5584 arrays unchanged outside C99 mode instead of giving an error for
5586 (build_component_ref): Use pedantic_non_lvalue when handling
5587 COMPOUND_EXPR. Don't handle COND_EXPR specially.
5588 (convert_arguments): Use default_function_array_conversion.
5589 (build_unary_op): For ADDR_EXPR, take a flag indicating whether
5591 (unary_complex_lvalue): Likewise.
5592 (internal_build_compound_expr): Use
5593 default_function_array_conversion. Apply default conversions to
5594 function in compound expression.
5595 (build_c_cast, build_modify_expr, digest_init, build_asm_stmt):
5596 Use default_function_array_conversion.
5597 * doc/extend.texi: Update documentation of subscripting non-lvalue
5601 2001-11-05 Zack Weinberg <zack@codesourcery.com>
5603 * aclocal.m4: (AM_WITH_NLS): Don't look at ALL_LINGUAS.
5604 (AM_GNU_GETTEXT): Set CATALOGS to a list of .gmo files
5605 corresponding to the complete set of .po and .gmo files in
5606 the source directory's po subdir, modified by LINGUAS. Don't
5607 look at ALL_LINGUAS.
5608 * configure.in: Don't set ALL_LINGUAS.
5609 * configure: Regenerate.
5611 * Makefile.in (.po.gmo): Don't move into source directory.
5612 (.po.pox): Clarify comments.
5613 (install-po): Look for .gmo files in both srcdir and objdir;
5614 don't fail if a file is totally missing.
5615 (distclean): rmdir ada subdirectory too.
5617 2001-11-05 Geoffrey Keating <geoffk@redhat.com>
5619 * config/rs6000/rs6000.c (rs6000_select_section): Handle
5620 CONSTRUCTORs _correctly_.
5622 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5624 * c-decl.c (delete_block): Remove.
5625 * c-tree.h (delete_block): Remove.
5627 2001-11-05 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5629 * cppexp.c (lex, parse_defined): Update warning about defined.
5631 2001-11-05 Geoffrey Keating <geoffk@redhat.com>
5633 * config/rs6000/rs6000.c (rs6000_select_section): Handle
5636 2001-11-05 Nick Clifton <nickc@cambridge.redhat.com>
5638 * config/arm/arm.c (arm_return_in_memory): Cope with
5639 int_size_in_bytes returning -1.
5641 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Handle
5644 Mon Nov 5 16:15:25 CET 2001 Jan Hubicka <jh@suse.cz>
5646 * Makefile.in (bb-reorder.o): Add dependency on cfglayout.h;
5647 remove unneeded dependencies;
5649 * cfglayout.c, cfglayout.h: New files; break out from ...
5650 * bb-reorder.c: ... here; Remove unneeded includes;
5652 2001-11-04 Alan Modra <amodra@bigpond.net.au>
5654 * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Mark r2 as used.
5656 2001-11-04 David Edelsohn <edelsohn@gnu.org>
5658 * config/rs6000/rs6000.c (rs6000_emit_move): Handle 64-bit
5659 mode as well. Do not explicitly create intermediate regs.
5661 2001-11-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5663 * arm/aof.h (aof_text_section, aof_data_section): Don't declare.
5664 (common_section): Delete unused variable.
5665 (ASM_OUTPUT_ASCII): Fix signed/unsigned warnings.
5666 (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
5667 * arm-protos.h (arm_poke_function_name, aof_add_import,
5668 aof_delete_import): Const-ify.
5669 * arm.c (legitimize_pic_address): Wrap variables in the macro
5670 controlling their usage.
5671 (arm_finalize_pic): Mark variable with ATTRIBUTE_UNUSED.
5672 (arm_poke_function_name, pic_chain, import, aof_add_import,
5673 aof_delete_import): Const-ify.
5674 * i386.c (ix86_osf_output_function_prologue): Const-ify.
5675 * i386/sysv4.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
5676 ASM_OUTPUT_LONG_DOUBLE): Fix format specifier warnings.
5677 * i860/fx2800.h (DBX_OUTPUT_STANDARD_TYPES): Const-ify.
5678 * i860/sysv3.h: Add missing comment closure.
5679 * m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Add missing semi-colon.
5680 * m88k/dgux.h (SELECT_RTX_SECTION): Add missing argument in call
5681 to symbolic_operand.
5683 * config.gcc (m680[02]0-*-*): Rename case from m68000-*-*.
5684 (i960-*-*): Set tmake_file.
5685 (sparc86x-*-elf*): Fix typo in header name.
5687 * sched-rgn.c (schedule_insns): Delete unused variable.
5689 2001-11-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
5692 * c-typeck.c (lookup_field): Rework to return a chain down to
5693 the looked-up field.
5694 (build_component_ref): Use the new lookup_field to handle
5695 nested anonymous entities correctly.
5697 Sun Nov 4 11:53:31 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5699 * config/sparc/sparc.c (sparc_emit_set_const32, GEN_HIGHINT64):
5700 Change parameters to gen_rtx_CONST_DOUBLE.
5701 (GEN_INT64, sparc_emit_set_const64): Likewise.
5702 * config/sparc/sparc.md (movdf split): Likewise.
5704 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
5706 * unroll.c (calculate_giv_inc): Use find_last_value rather
5707 than just hoping the last instruction is the right SET.
5708 [Fixes 990604-1.c on stormy16.]
5710 * config/stormy16/stormy16.h (LIB_SPEC): Don't supply any libgloss
5711 library at all if -T is used.
5713 * config/stormy16/stormy16.c (stormy16_print_operand): Avoid
5714 some uses of uninitialized variables in error cases.
5716 * config/stormy16/stormy16.c (stormy16_output_shift): Don't
5717 look at 'temp' if we won't be using it.
5719 * config/stormy16/stormy16.h (CONST_COSTS): Define.
5720 (RTX_COSTS): Define.
5721 (ADDRESS_COST): Define.
5722 (MEMORY_MOVE_COST): Allow for memory_move_secondary_cost.
5724 * config/stormy16/stormy16.h (ASM_SPEC): Pass -g to the assembler.
5726 * config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Call
5727 stormy16_asm_output_mi_thunk.
5728 * config/stormy16/stormy16.c (stormy16_asm_output_mi_thunk): New
5730 * config/stormy16/stormy16-protos.h
5731 (stormy16_asm_output_mi_thunk): New prototype.
5733 2001-11-04 Joseph S. Myers <jsm28@cam.ac.uk>
5735 * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
5736 FSFChangeLog.10, FSFChangeLog.11, alias.c, attribs.c,
5737 caller-save.c, calls.c, cfg.c, cfganal.c, cfgcleanup.c, cfgrtl.c,
5738 cppmacro.c, fold-const.c, ifcvt.c, local-alloc.c, profile.c,
5739 sched-int.h, toplev.c, config/alpha/alpha.c,
5740 config/alpha/alpha.md, config/c4x/c4x.h, config/cris/cris.h,
5741 config/cris/cris.md, config/i370/i370.md, config/i386/i386.c,
5742 config/i386/i386.h, config/i386/i386.md, config/i386/xm-djgpp.h,
5743 config/ia64/ia64.c, config/m68hc11/m68hc11.c, config/m68k/m68k.md,
5744 config/mcore/mcore.h, config/mmix/mmix.c, config/ns32k/ns32k.h,
5745 config/ns32k/ns32k.md, config/rs6000/rs6000.c,
5746 config/rs6000/sysv4.h, config/sh/sh.md: Fix spelling errors.
5748 2001-11-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5750 * Makefile.in (dbxout.o): Depend on function.h.
5751 * collect2.c (is_in_list): Hide unused function.
5752 * dbxout.c: Include function.h.
5753 (source_label_number, dbxout_source_line, dbxout_source_file,
5754 dbxout_function_end, dbxout_begin_function): Wrap/move inside
5755 macros controlling usage.
5756 * gcc.c (TARGET_EXECUTABLE_SUFFIX): Undef before defining.
5757 * output.h (exports_section): Prototype.
5759 * convex.c (convex_output_function_prologue): Fix format specifier
5761 (asm_declare_function_name): Fix signed/unsigned warning.
5762 (print_operand): Fix format specifier warning.
5763 * convex.h (S_REGNO_P, A_REGNO_P): Fix signed/unsigned warning.
5764 * dsp16xx-protos.h (uns_comparison_operator,
5765 num_1600_core_shifts): Prototype.
5766 * dsp16xx.c: Include tm_p.h, not dsp16xx-protos.h.
5767 (frame_size, frame_pointer_offset): Delete.
5768 (dsp16xx_output_function_prologue, dsp16xx_output_function_epilogue):
5769 Make static. Fix format specifier warnings.
5770 * dsp16xx.h (IS_ACCUM_REG): Fix unsigned>=0 warning.
5771 (EXTRA_SECTION_FUNCTIONS): Prototype const_section.
5772 * dsp16xx.md: Add default case in switches.
5773 * fr30.h (IN_RANGE): Delete.
5774 * ia64.h (ASM_OUTPUT_MI_THUNK): Fix format specifier warnings.
5775 * mcore-protos.h (mcore_output_cmov): Const-ify.
5776 * mcore.c (mcore_output_cmov): Likewise.
5777 * mcore.h (switch_to_section): Make static and prototype.
5778 * mn10200.h (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Fix
5779 unsigned>=0 warnings.
5780 * mn10300.h (REGNO_IN_RANGE_P): Likewise.
5781 * rs6000-protos.h (read_only_data_section,
5782 read_only_private_data_section): Prototype.
5783 * rs6000.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
5784 * sh.c (sh_adjust_cost): Mark parameter with ATTRIBUTE_UNUSED.
5785 * sh.h (GENERAL_REGISTER_P): Fix unsigned>=0 warning.
5787 2001-11-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5789 * dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with
5791 * final.c (final_scan_insn): Add brackets around body of if-stmt.
5792 * gcc.c (convert_filename): Add static prototype. Const-ify.
5793 Wrap variable in macros controlling its use.
5794 * output.h (sdata_section): Add prototype.
5796 * 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
5797 (ASM_OUTPUT_ASCII): Avoid signed/unsigned warning.
5798 * c4x.h (INIT_SECTION_FUNCTION): Add prototype.
5799 (ASM_FILE_START): Const-ify.
5800 (ASM_OUTPUT_BYTE_FLOAT, ASM_OUTPUT_SHORT_FLOAT): Fix format
5802 * c4x.md: Don't use the 'U' integer suffix.
5803 * clipper.md (clipper_movstr): Delete declaration.
5804 * d30v-protos.h (d30v_move_2words): Const-ify.
5805 (debug_stack_info): Add prototype.
5806 * d30v.c: Include "integrate.h".
5807 (d30v_function_arg_boundary, d30v_function_arg,
5808 d30v_function_arg_partial_nregs, d30v_function_arg_advance): Avoid
5809 signed/unsigned warnings.
5810 (d30v_print_operand_memory_reference, d30v_move_2words):
5812 * d30v.h (REG_CLASS_FROM_LETTER): Use unsigned array subscript.
5813 * fr30.c (fr30_pass_by_reference, fr30_pass_by_value): Prototype.
5814 * fr30.md: Const-ify.
5815 * h8300.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
5816 * i370.c (i370_label_scan, mvs_get_label): Make definition static.
5817 (mvs_get_label_page): Hide unused static function.
5818 * i860.c (current_function_original_name): Const-ify.
5819 * i860/sysv3.h (current_function_original_name): Likewise.
5820 * i860/sysv4.h (current_function_original_name): Likewise.
5821 * i960.md: Add default case in switches. Remove unused variable.
5822 * i960/vx960-coff.h (MULTILIB_DEFAULTS): Undef before defining.
5823 * m32r.md: Const-ify.
5824 * m68hc11-protos.h (m68hc11_asm_file_start): Const-ify.
5825 * m68hc11.c: Include "reload.h".
5826 (static_chain_reg, print_options, m68hc11_asm_file_start):
5828 * m68hc11.md: Delete unused variable. Const-ify. Add parens
5829 around & in comparison.
5830 * mcore.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
5831 * mn10200.c (shift_mode): Remove trailing comma.
5832 * mn10300-protos.h (output_tst): Const-ify.
5833 * mn10300.c (output_tst): Likewise.
5834 * pa/long_double.h (ASM_OUTPUT_LONG_DOUBLE): Fix format specifier
5836 * pa-protos.h (output_ascii): Use regular char *, not unsigned.
5837 * pa.c (output_ascii): Likewise.
5838 * pa/som.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
5839 * pdp11.md (expand_unop): Delete declarations.
5840 * pj-protos.h (pj_output_addsi3): Const-ify.
5841 * pj.c (pj_output_push_int, pj_output_load, pj_output_inc,
5842 pj_output_cnv_op, mode_to_char, pj_output_varidx, pj_print_cond,
5843 unique_src_operand): Add prototypes.
5844 (pj_output_store_into_lval): Make definition static.
5845 (pj_function_incoming_arg): Don't use unary plus.
5846 (pj_output_addsi3): Const-ify.
5847 * romp.md (get_symref): Delete declarations.
5848 * v850-c.c (mark_current_function_as_interrupt): Don't return
5849 value from void function.
5850 * v850.c: Include "integrate.h".
5851 * v850.h (ASM_OUTPUT_LABELREF): Const-ify.
5852 * vax-protos.h (const_section): Add prototype.
5854 2001-11-03 Aldy Hernandez <aldyh@redhat.com>
5856 * machmode.def: Add documentation for the seventh argument in
5859 2001-11-04 Hans-Peter Nilsson <hp@bitrange.com>
5861 * doc/invoke.texi (MMIX Options) <-mno-knuthdiv>: Say remainder
5863 <-mno-toplevel-symbols>: Change @code{:} to @samp{:}.
5864 <-melf>: Don't have markup for ELF acronym.
5866 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
5868 * config.gcc (mmix-*-*): New target.
5869 * doc/invoke.texi: Document MMIX options.
5870 * doc/contrib.texi: Add note about MMIX port to my entry.
5871 * config/mmix/t-mmix: New file.
5872 * config/mmix/mmix.h: New file.
5873 * config/mmix/mmix-protos.h: New file.
5874 * config/mmix/mmix.c: New file.
5875 * config/mmix/mmix.md: New file.
5876 * config/mmix/crti.asm: New file.
5877 * config/mmix/crtn.asm: New file.
5879 2001-11-03 Kazu Hirata <kazu@hxi.com>
5881 * config/sparc/linux-aout.h: Fix comment formatting.
5882 * config/sparc/linux.h: Likewise.
5883 * config/sparc/linux64.h: Likewise.
5884 * config/sparc/lynx.h: Likewise.
5885 * config/sparc/pbd.h: Likewise.
5886 * config/sparc/sol2-sld-64.h: Likewise.
5887 * config/sparc/sol2.h: Likewise.
5888 * config/sparc/sparc.c: Likewise.
5889 * config/sparc/sparc.h: Likewise.
5890 * config/sparc/sparc.md: Likewise.
5891 * config/sparc/sunos4.h: Likewise.
5892 * config/sparc/vxsim.h: Likewise.
5893 * config/sparc/vxsparc.h: Likewise.
5894 * config/sparc/vxsparc64.h: Likewise.
5896 Sat Nov 3 10:37:56 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5898 * cselib.c (cselib_subst_to_values, case CONST_DOUBLE): Remove
5899 reference to CONST_DOUBLE_MEM in comment.
5900 * emit-rtl.c (gen_rtx_CONST_DOUBLE): Remove one operand.
5901 (gen_rtx, case CONST_DOUBLE): Call it with one less operand.
5902 (init_emit_once): Don't clear CONST_DOUBLE_MEM.
5903 * function.c (pop_function_context_from): Don't call
5904 restore_varasm_status.
5905 * function.h (restore_varasm_status): Delete declaration.
5906 * gengenrtl.c (CONST_DOUBLE_FORMAT): Delete CONST_DOUBLE_MEM slot.
5908 * rtl.def (CONST_DOUBLE): Update comment.
5909 * rtl.h (CONST_DOUBLE_HIGH, CONST_DOUBLE_LOW): Update operand number.
5910 (CONST_DOUBLE_CHAIN): Likewise.
5911 (CONST_DOUBLE_MEM): Delete.
5912 (gen_rtx_CONST_DOUBLE): Update parameters.
5913 * varasm.c (struct varasm_status): x_pool_offset now HOST_WIDE_INT.
5914 Remove reference to CONST_DOUBLE_MEM.
5915 (const_alias_set): New variable.
5916 (immed_double_const): Change call to gen_rtx_CONST_DOUBLE.
5917 (immed_real_const_1): Adjust tests for 0, 1, and 2.
5918 Don't set CONST_DOUBLE_MEM.
5919 (clear_const_double_mem): Don't do anything with const_tiny_rtx.
5920 (output_constant_def): Don't look at TREE_CST_RTL if INTEGER_CST.
5921 Put constant in const_alias_set.
5922 (struct pool_constant): ALIGN now unsigned.
5923 OFFSET now HOST_WIDE_INT.
5925 (restore_varasm_status): Deleted.
5926 (mark_pool_constant): Mark desc->rtl.
5927 (force_const_mem): Rework to store rtl in hash table,
5928 not CONST_DOUBLE_MEM.
5929 Put constant in const_alias_set.
5930 (find_pool_constant): Check desc->rtl.
5931 (mark_constants, mark_constant): Don't special-case CONST_DOUBLE.
5932 (init_varasm_once): Initialize const_alias_set.
5934 * expr.c (expand_expr, case ADDDR_EXPR): If at top level, don't call
5937 * reload.c (combine_reloads): Don't combine an output reload if there
5938 are other reloads around for part of the output.
5940 * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a
5941 constant expression.
5942 (set_mem_decl): New function.
5943 * expr.h (set_mem_decl): New declaration.
5944 * final.c (get_decl_from_op): Don't use ORIGINAL_REGNO if not pseudo.
5945 (output_asm_operand_names): Add tab.
5946 * reload1.c (alter_reg): Set decl of MEM from REG_DECL.
5948 * builtins.c (get_memory_rtx): Properly set MEM alias set and
5951 2001-11-03 Joseph S. Myers <jsm28@cam.ac.uk>
5953 * doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/tm.texi:
5954 Use "invalid" instead of "illegal". Use @r in comments in
5957 2001-11-02 Neil Booth <neil@daikokuya.demon.co.uk>
5959 * c-decl.c (pushdecl): Move block inside if conditional to remove
5960 possibility of a segfault. Lookup block-level extern
5961 variables in enclosing scopes correctly.
5963 * testsuite/gcc.c-torture/compile/20001018-1.x: Remove XFAIL.
5965 2001-11-02 Aldy Hernandez <aldyh@redhat.com>
5967 * expmed.c (store_bit_field): Use simplify_gen_subreg to make
5968 SUBREG so we avoid SUBREGing memory.
5970 * expmed.c (store_bit_field): Same.
5972 2001-11-02 DJ Delorie <dj@redhat.com>
5974 * config/rs6000/rs6000.c (rs6000_emit_move): Make sure that
5975 using FP registers for DImode mem-mem moves is acceptable.
5977 2001-11-02 Aldy Hernandez <aldyh@redhat.com>
5979 * builtins.c (apply_args_size): Handle vector arguments.
5980 (apply_result_size): Same.
5982 * machmode.def: Set WIDER mode field for all vector entries.
5984 2001-11-02 Graham Stott <grahams@redhat.com>
5986 * recog.c (decode_asm_operands): Check that the SRC is ASM_OPERANDS.
5988 2001-11-01 Eric Christopher <echristo@redhat.com>
5990 * config.gcc: Revert part of earlier patch.
5991 * config/mips/linux.h: Ditto.
5992 * df.c: Include tm_p.h to avoid warnings.
5993 * config/mips/mips.h (ABI_GAS_ASM_SPEC): Add defaults. Adjust
5995 * config/mips/mips.c: Define mips_abi regardless.
5996 (mips_output_function_prologues): Add long casts for .frame
5998 (override_options): Allow use of ABI_32.
6000 2001-11-01 Kazu Hirata <kazu@hxi.com>
6002 * config/m68hc11/m68hc11.c: Fix comment formatting.
6003 * config/m68hc11/m68hc11.h: Likewise.
6004 * config/m68hc11/m68hc11.md: Likewise.
6006 2001-11-01 Neil Booth <neil@daikokuya.demon.co.uk>
6008 * c-typeck.c (default_conversion): Retain the original expression
6010 * gcc.dg/Wparentheses.c: New tests.
6012 2001-11-01 David S. Miller <davem@redhat.com>
6014 * doc/install.texi (Specific, sparc-sun-solaris2*): Bring
6015 64-bit Sparc description more in line with reality.
6017 2001-11-01 Joseph S. Myers <jsm28@cam.ac.uk>
6019 * Makefile.in (GCOV_OBJS): Add version.o.
6020 * gcov.c: Include "version.h" and <getopt.h>.
6021 (gcov_version_string): Remove.
6022 (print_usage): Take a parameter to determine whether this is a
6023 call from --help or an error message. Give fuller output that
6024 follows the GNU Coding Standards for --help.
6025 (print_version): New function.
6027 (process_args): Use getopt_long. Support long options. Follow
6028 GNU Coding Standards for --help and --version.
6029 * doc/gcov.texi: Document long options.
6030 Addresses part of PR other/704.
6032 2001-11-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
6034 * pa.c (output_move_double): Fix typo in double load.
6036 2001-11-01 Kazu Hirata <kazu@hxi.com>
6038 * config/h8300/h8300.c (h8300_encode_label): Compute a string
6039 before passing it to ggc_alloc_string.
6041 2001-11-01 Kazu Hirata <kazu@hxi.com>
6043 * config/m68k/3b1.h: Fix comment formatting.
6044 * config/m68k/3b1g.h: Likewise.
6045 * config/m68k/a-ux.h: Likewise.
6046 * config/m68k/amix.h: Likewise.
6047 * config/m68k/apollo68.h: Likewise.
6048 * config/m68k/atari.h: Likewise.
6049 * config/m68k/aux-exit.c: Likewise.
6050 * config/m68k/ccur-GAS.h: Likewise.
6051 * config/m68k/crds.h: Likewise.
6052 * config/m68k/dpx2.h: Likewise.
6053 * config/m68k/dpx2g.h: Likewise.
6054 * config/m68k/hp310.h: Likewise.
6055 * config/m68k/hp320.h: Likewise.
6056 * config/m68k/isi.h: Likewise.
6057 * config/m68k/linux.h: Likewise.
6058 * config/m68k/lynx.h: Likewise.
6059 * config/m68k/m68k-psos.h: Likewise.
6060 * config/m68k/m68k.c: Likewise.
6061 * config/m68k/m68k.h: Likewise.
6062 * config/m68k/m68k.md: Likewise.
6063 * config/m68k/m68kelf.h: Likewise.
6064 * config/m68k/m68kv4.h: Likewise.
6065 * config/m68k/mot3300.h: Likewise.
6066 * config/m68k/news.h: Likewise.
6067 * config/m68k/next.h: Likewise.
6068 * config/m68k/pbb.h: Likewise.
6069 * config/m68k/plexus.h: Likewise.
6070 * config/m68k/sgs.h: Likewise.
6071 * config/m68k/sun3.h: Likewise.
6072 * config/m68k/tower.h: Likewise.
6073 * config/m68k/vxm68k.h: Likewise.
6075 2001-10-31 DJ Delorie <dj@redhat.com>
6077 * config/mips/mips.h (mips_cache_flush_func): Prototype.
6078 (TARGET_OPTIONS): Support -mflush-func= and -mno-flush-func.
6079 (INITIALIZE_TRAMPOLINE): Use mips_cache_flush_func if nonzero.
6080 * config/mips/mips.c (mips_cache_flush_func): New.
6081 * doc/invoke.texi: Document the new options.
6083 2001-10-31 Hans-Peter Nilsson <hp@axis.com>
6085 * config.gcc (cris-*-linux*, tm_file): Rearrange order.
6086 * config/cris/linux.h (LIB_SPEC, STARTFILE_SPEC): Don't redefine.
6088 * config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.
6090 * config/cris/cris.c: Include output.h after tree.h but before
6093 2001-10-31 Zack Weinberg <zack@codesourcery.com>
6095 * Makefile.in (INTL_TARGETS, POSUB): Delete all references.
6096 (INTL_SUBDIRS): Just intl.
6097 (.SUFFIXES): Add .gmo .po .pox.
6098 (native): Also depend on build-@POSUB@.
6099 (intl.all, intl.install): Depend on config.h and things it includes.
6100 (po-generated): New target; depend on c-parse.c and tradcif.c.
6101 (install-normal): Also depend on install-@POSUB@.
6102 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables.
6103 (build-, install-, build-po, update-po, install-po,
6104 .po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules.
6106 * aclocal.m4: Prefix each entry in CATALOGS with "po/"
6107 * configure.in: Don't munge XGETTEXT. Don't generate
6109 * configure: Regenerate.
6111 * exgettext: Delete.
6112 * config/m68k/m68k.h: Add doc strings for -msky and -mnosky.
6113 * objc/Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
6115 2001-10-31 Kazu Hirata <kazu@hxi.com>
6117 * config/h8300/h8300.md (two anonymous patterns): New.
6119 2001-10-31 Aldy Hernandez <aldyh@redhat.com>
6121 * tree.h (tree_index): Add support for V16QI and V8HI.
6122 (V8HI_type_node): New.
6123 (V16QI_type_node): New.
6125 * tree.c (build_common_tree_nodes_2): Same.
6127 * c-common.c (type_for_mode): Same.
6129 2001-10-31 Kazu Hirata <kazu@hxi.com>
6131 * config/i386/att.h: Fix comment formatting.
6132 * config/i386/beos-elf.h: Likewise.
6133 * config/i386/bsd.h: Likewise.
6134 * config/i386/bsd386.h: Likewise.
6135 * config/i386/crtdll.h: Likewise.
6136 * config/i386/cygwin.asm: Likewise.
6137 * config/i386/cygwin.h: Likewise.
6138 * config/i386/djgpp.h: Likewise.
6139 * config/i386/freebsd-aout.h: Likewise.
6140 * config/i386/freebsd.h: Likewise.
6141 * config/i386/gas.h: Likewise.
6142 * config/i386/i386-interix.h: Likewise.
6143 * config/i386/i386-protos.h: Likewise.
6144 * config/i386/i386.c: Likewise.
6145 * config/i386/i386.h: Likewise.
6146 * config/i386/i386.md: Likewise.
6147 * config/i386/i386elf.h: Likewise.
6148 * config/i386/interix.c: Likewise.
6149 * config/i386/isc.h: Likewise.
6150 * config/i386/isccoff.h: Likewise.
6151 * config/i386/iscdbx.h: Likewise.
6152 * config/i386/linux.h: Likewise.
6153 * config/i386/lynx.h: Likewise.
6154 * config/i386/mingw32.h: Likewise.
6155 * config/i386/netbsd-elf.h: Likewise.
6156 * config/i386/next.h: Likewise.
6157 * config/i386/osf1elf.h: Likewise.
6158 * config/i386/osfrose.h: Likewise.
6159 * config/i386/sco5.h: Likewise.
6160 * config/i386/seq-gas.h: Likewise.
6161 * config/i386/seq-sysv3.h: Likewise.
6162 * config/i386/sequent.h: Likewise.
6163 * config/i386/sol2.h: Likewise.
6164 * config/i386/sun386.h: Likewise.
6165 * config/i386/uwin.asm: Likewise.
6166 * config/i386/uwin.h: Likewise.
6167 * config/i386/vxi386.h: Likewise.
6168 * config/i386/win32.h: Likewise.
6169 * config/i386/winnt.c: Likewise.
6170 * config/i386/xm-cygwin.h: Likewise.
6171 * config/i386/xm-mingw32.h: Likewise.
6173 2001-10-31 Kazu Hirata <kazu@hxi.com>
6175 * builtins.def: Fix comment typos.
6176 * config/alpha.c: Likewise.
6177 * config/arm/arm.c: Likewise.
6178 * config/avr/avr.h: Likewise.
6179 * config/d30v/d30v.c: Likewise.
6180 * config/d30v/d30v.h: Likewise.
6181 * config/d30v/d30v.md: Likewise.
6182 * config/dsp16xx/dsp16xx.c: Likewise.
6183 * config/fr30/fr30.c: Likewise.
6184 * config/fr30/fr30.md: Likewise.
6185 * config/i386/i386.c: Likewise.
6186 * config/i860/i860.c: Likewise.
6187 * config/i960/i960.c: Likewise.
6188 * config/ia64/ia64.c: Likewise.
6189 * config/mips/mips.c: Likewise.
6190 * config/pa/pa.c: Likewise.
6191 * config/rs6000/rs6000.c: Likewise.
6192 * config/s390/s390.c: Likewise.
6193 * config/sparc/sparc.c: Likewise.
6195 2001-10-30 Kazu Hirata <kazu@hxi.com>
6197 * config/mips/elf.h: Fix comment formatting.
6198 * config/mips/elf64.h: Likewise.
6199 * config/mips/iris5.h: Likewise.
6200 * config/mips/iris5gas.h: Likewise.
6201 * config/mips/iris6.h: Likewise.
6202 * config/mips/isa3264.h: Likewise.
6203 * config/mips/linux.h: Likewise.
6204 * config/mips/mips.c: Likewise.
6205 * config/mips/mips.h: Likewise.
6206 * config/mips/mips.md: Likewise.
6207 * config/mips/mips16.S: Likewise.
6208 * config/mips/netbsd.h: Likewise.
6209 * config/mips/osfrose.h: Likewise.
6210 * config/mips/r3900.h: Likewise.
6211 * config/mips/sni-svr4.h: Likewise.
6212 * config/mips/svr4-t.h: Likewise.
6213 * config/mips/ultrix.h: Likewise.
6215 2001-10-30 Daniel Berlin <dan@cgsoftware.com>
6217 * bitmap.c (bitmap_element_free): Don't forget to update head->indx
6218 when we update head->current.
6220 2001-10-30 Neil Booth <neil@daikokuya.demon.co.uk>
6222 * tree.c (id_string_size): Remove.
6223 (dump_tree_statistics): Update.
6224 * toplev.c (compile_file): If dumping stats, dump tree stats too.
6226 Tue Oct 30 19:00:43 CET 2001 Jan Hubicka <jh@suse.cz>
6228 * sched-rgn.c (schedule_insns): Fix comment.
6230 2001-10-30 Zack Weinberg <zack@codesourcery.com>
6232 * configure.in: Correct previous change: don't assume that
6233 gas's version number _isn't_ the last thing on the line, or
6234 isn't the only number on the line, either.
6235 * configure: Regenerate.
6237 2001-10-30 Kazu Hirata <kazu@hxi.com>
6239 * cfgcleanup.c: Fix a comment typo.
6241 2001-10-30 Kazu Hirata <kazu@hxi.com>
6243 * alias.c: Fix comment formatting.
6244 * recog.c: Likewise.
6245 * config/cris/cris.c: Likewise.
6246 * config/cris/cris.h: Likewise.
6247 * config/i960/i960.c: Likewise.
6248 * config/i960/i960.h: Likewise.
6250 2001-10-30 Kazu Hirata <kazu@hxi.com>
6252 * config/arm/arm.c: Fix a comment typo.
6253 * config/arm/arm.h: Likewise.
6254 * config/ia64/ia64.c: Likewise.
6256 2001-10-30 Jakub Jelinek <jakub@redhat.com>
6258 * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or
6259 REG_EQUIV notes for ASM_OPERANDS. Return the new note (if any).
6260 * rtl.h (set_unique_reg_note): Change return value.
6261 * gcse.c (try_replace_reg): Use set_unique_reg_note.
6262 * cse.c (cse_insn): Likewise.
6263 * expr.c (emit_move_insn): Likewise.
6264 * explow.c (force_reg): Likewise.
6265 * local-alloc (update_equiv_regs): Likewise.
6266 * loop.c (move_moveables, load_mems): Likewise.
6267 * reload (find_reloads): Likewise.
6269 2001-10-30 Paolo Bonzini <bonzini@gnu.org>
6272 * c-decl.c (parmlist_tags_warning, start_struct,
6273 check_for_loop_decls): Separate messages for struct, union and
6274 enum cases to allow for languages in which they have different
6276 * c-format.c (scanf_flag_specs): Separate short and long name of
6277 the assignment suppression feature.
6278 (check_format_types): Localize "pointer" and "different types"
6280 * c-lex.c (lex_number): Localize "an unsigned long int" and
6282 (lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on
6284 * c-typeck.c (build_unary_up): Separate messages for increment and
6285 decrement cases to allow for languages in which they use different
6286 articles. Localize the strings "increment" and "decrement" in one
6289 Tue Oct 30 11:08:11 CET 2001 Jan Hubicka <jh@suse.cz>
6291 * lcm.c (optimize_mode_switching): Do not rebuild liveness information
6292 when no changes has been made.
6294 * gcse.c (reg_set_bitmap): Turn into reg_set.
6295 (modify_mem_list_set, canon_modify_mem_list_set)
6296 (clear_modify_mem_tables, free_modify_mem_tables): New.
6297 (gcse_main); Use free_modify_mem_tables.
6298 (free_gcse_mem): Likewise; free the bitmaps.
6299 (alloc_gcse_main): Initialize the bitmaps.
6300 (canon_list_insert): Set canon_modify_mem_list_set.
6301 (record_last_mem_set_info): Likewise; set modify_mem_list_set.
6302 (compute_hash_table): Use clear_modify_mem_tables.
6303 (reset_opr_set_tables): Likewise.
6304 (oprs_not_set_p): reg_set_bitmap is regset.
6305 (mark_set, mark_clobber): Likewise.
6307 * df.h (DF_EQUIV_NOTES): New constant.
6308 (df_insn_refs_record): Record uses inside or REG_EQUIV/EQUAL notes
6311 * sched-rgn.c (CHECK_DEAD_NOTES): New constant.
6312 (init_regions, schedule_insns): Conditionalize the checking
6313 code by CHECK_DEAD_NOTES; avoid multiple calls to update_life_info.
6315 Tue Oct 30 11:02:31 CET 2001 Jan Hubicka <jh@suse.cz>
6317 * i386.md (movti_rex64 splitter): Fix condition.
6319 2001-10-29 Zack Weinberg <zack@codesourcery.com>
6321 * configure.in: Do not assume that gas's version number is the
6322 last thing on the first line of as --version output.
6323 * configure: Regenerate.
6325 * tradcpp.c: Include intl.h. Rename WARNING, ERROR, FATAL to
6326 MT_WARNING, MT_ERROR, MT_FATAL.
6327 (main): Call gcc_init_libintl.
6328 (v_message): Call gettext on msgid and "warning: "
6329 * tradcif.y: Include intl.h.
6330 (yyerror): Make parameter definition consistent with
6331 prototype. Call gettext on msgid argument.
6333 2001-10-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6335 * combine.c (num_sign_bit_copies): Avoid signed/unsigned
6338 * sparc/sol2.h: Include <sys/mman.h> when L_trampoline is defined.
6340 Mon Oct 29 19:22:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6342 * reload1.c (eliminate_regs): Test for reg_renumber being allocated
6343 before referencing it.
6345 2001-10-26 DJ Delorie <dj@redhat.com>
6347 * config/rs6000/sysv4.h (LINK_SPEC): Allow -msdata=none to
6348 override -G, and force -G0.
6350 2001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
6352 * ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,
6353 FSFChangeLog.11, c-common.c, c-common.def, c-common.h, c-decl.c,
6354 c-dump.c, c-typeck.c, except.c, sdbout.c, simplify-rtx.c,
6355 timevar.h, tree.h, varasm.c: Fix spelling errors and typos.
6357 * loop.h (struct induction): Rename ext_dependant to
6359 * loop.c: Change all uses.
6360 (check_ext_dependant_givs): Rename to check_ext_dependent_givs.
6361 All callers changed.
6362 * timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter.
6364 2001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
6366 * c-parse.in (expr_no_commas, primary), c-typeck.c
6367 (parser_build_binary_op): Use IS_EXPR_CODE_CLASS.
6369 2001-10-29 David Edelsohn <edelsohn@gnu.org>
6371 Undo assemble_name change in earlier patch.
6373 Mon Oct 29 21:11:40 2001 Nicola Pero <n.pero@mi.flashnet.it>
6375 * objc/objc-act.c (finish_message_expr): For the GNU runtime: when
6376 determining the type of the receiver, do not check that TREE_CODE
6377 of receiver is CALL_EXPR before calling receiver_is_class_object().
6378 (receiver_is_class_object): For the GNU runtime: recognize
6379 the case that the receiver is self in a class method context.
6380 Check that TREE_CODE of receiver is CALL_EXPR when checking that
6381 the receiver is a call to objc_get_class.
6383 2001-10-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
6385 * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.
6387 Mon Oct 29 07:23:33 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6389 * Makefile.in (OBJS): Put all files in alphabetical order.
6391 * dwarf2out.c (add_const_value_attribute): Fix error in last
6394 Mon Oct 29 12:43:06 CET 2001 Jan Hubicka <jh@suse.cz>
6396 * basic-block.h (purge_all_dead_edges): Add update_life_p argument.
6397 * cfgcleanup.c (merge_blocks): Update the life flag after merging;
6399 * cfgrtl.c (purge_all_dead_edges): Allow updating of liveness.
6400 (life_analysis): call purge_all_dead_edges after deleting noops.
6401 (delete_noop_move): Do not purge CFG.
6402 * toplev.c (rest_of_compilation): Update purge_all_dead_edges call.
6404 2001-10-28 David Edelsohn <edelsohn@gnu.org>
6406 * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use assemble_name.
6407 * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME): Delete.
6408 (ASM_GLOBALIZE_LABEL): Use assemble_name.
6409 (ASM_OUTPUT_COMMON): Likewise.
6410 * config/rs6000/rs6000.c (print_operand): Use assemble_name.
6411 (rs6000_output_function_epilogue): Likewise.
6412 (output_mi_thunk): Fix typo.
6413 (rs6000_output_symbol_ref): Use assemble_name.
6414 (output_toc): Likewise.
6415 * config/rs6000/sysv4.h (RS6000_OUTPUT_BASENAME): Delete.
6416 * config/rs6000/xcoff.h (RS6000_OUTPUT_BASENAME): Delete;
6417 assemble_name calls STRIP_NAME_ENCODING.
6418 (ASM_OUTPUT_LABEL): Use assemble_name.
6419 (ASM_GLOBALIZE_LABEL): Likewise.
6420 (ASM_DECLARE_FUNCTION_NAME): Likewise.
6421 (ASM_OUTPUT_ALIGNED_COMMON): Indent pseudo-op. Use assemble_name.
6422 (ASM_OUTPUT_LOCAL): Likewise.
6424 Sun Oct 28 15:45:16 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6426 * builtins.c (get_memory_rtx): Handle POINTERS_EXTEND_UNSIGNED case.
6427 (expand_builtin_apply, expand_builtin_return): Likewise.
6428 (expand_builtin_va_arg, expand_builtin_va_copy): Likewise.
6430 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
6432 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
6433 ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11,
6434 c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc,
6435 configure, configure.in, except.c, except.h, flow.c, function.c,
6436 gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def,
6437 predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
6438 sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
6439 unroll.c: Fix spelling errors.
6441 * doc/extend.texi, doc/invoke.texi: Fix spelling.
6443 * doc/gcc.texi: Document use of "dependent" and American spelling.
6445 Sun Oct 28 17:05:36 CET 2001 Jan Hubicka <jh@suse.cz>
6447 * expr.c (emit_group_load): Support CONCATs by storing them to memory
6450 Sun Oct 28 09:59:54 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6452 * expr.c (store_constructor_field): Only call adjust_address on MEM.
6454 Sun Oct 28 16:48:09 CET 2001 Jan Hubicka <jh@suse.cz>
6456 * genrecog.c (write_switch): Output if before switch for
6457 DT_elt_zero_wide_safe.
6459 2001-10-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6461 * Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h
6462 * i386/osfrose.h (SUBTARGET_SWITCHES): Add missing comma.
6463 (FUNCTION_PROFILER): Const-ify.
6464 * halfpic.c: Include "expr.h", "output.h" and "halfpic.h".
6465 (eliminate_constant_term, assemble_name, output_addr_const):
6466 Remove declarations.
6467 (ptr_half_pic_address_p, half_pic_hash): Prototype.
6468 (all_refs, half_pic_prefix, half_pic_hash, half_pic_declare,
6469 half_pic_external, half_pic_address_p, half_pic_ptr): Const-ify.
6470 * halfpic.h (ptr_half_pic_address_p, half_pic_finish): Prototype.
6471 (half_pic_declare, half_pic_external): Const-ify.
6472 * toplev.c: Include "halfpic.h".
6474 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
6476 * config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,
6477 config/d30v/d30v.h, config/fr30/fr30.c, config/i370/x-oe,
6478 config/i386/i386.c, config/i386/i386-interix.h,
6479 config/i386/i386.md, config/i386/i386.h, config/i386/sco5.h,
6480 config/i860/i860.h, config/i860/i860.md, config/m68k/aux-exit.c,
6481 config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.md,
6482 config/ns32k/ns32k.h, config/pa/pa.c, config/rs6000/rs6000.c,
6483 config/sparc/sparc.c, config/m68hc11/m68hc11.c,
6484 config/cris/cris.c, config/cris/cris.h, config/s390/s390.c,
6485 config/s390/s390.h, config/stormy16/stormy16.h, doc/tm.texi: Fix
6488 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
6489 ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS,
6490 c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c,
6491 collect2.c, df.h, diagnostic.h, final.c, gcse.c, gthr.h,
6492 haifa-sched.c, jump.c, local-alloc.c, profile.c, protoize.c,
6493 regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c,
6494 system.h, toplev.c: Fix spelling errors.
6496 Sat Oct 27 17:32:04 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6498 * gcse.c (insert_insn_end_bb): Don't assume PAT is a SET.
6500 * dwarf2out.c (reg_number): Abort if pseudo.
6501 (reg_loc_descriptor): Return 0 if pseudo.
6502 (is_based_loc): Return 0 if pseudo.
6503 (mem_loc_descriptor): Return 0 for pseudo and handle 0 return from
6505 (concat_loc_descriptor): Return 0 if either part's descriptor is 0.
6506 (loc_descriptor): Return 0 if can't find location and handle 0
6507 return from recursive calls.
6508 (loc_descriptor_from_tree): Likewise.
6509 Fix handling of indirect.
6510 Also return 0 for PLACEHOLDER_EXPR.
6511 Clean up COMPONENT_REF cases.
6512 (add_AT_location_descriptor): Simplify, but handle 0 return from
6514 (add_const_value_attribute): Avoid shift count warning.
6515 (add_bound_info): Remove test for PLACEHOLDER_EXPR here.
6516 Set comp_unit_die as context if not in function.
6518 * config/mips/mips-protos.h: Break up long lines.
6519 Remove needless #ifdef/#endif blocks.
6520 Don't declare functions declared in file made by genpreds or recog.h.
6521 * config/mips/mips.c (mips_output_function_prologue): TSIZE
6522 is now HOST_WIDE_INT; delete unneeded casts.
6523 * config/mips/mips.h: Don't use #elif.
6525 * expr.c (stor_constructor_field): Always call adjust_address.
6526 Copy TARGET before changing its alias set.
6527 (store_field): Likewise, for TO_RTX.
6528 (get_inner_reference): Stop at PLACEHOLDER_EXPR if can't find
6530 (safe_from_p, case ADDR_EXPR): Properly check for conflict.
6531 (find_placeholder): Return 0 if can't find object.
6532 (expand_expr, case PLACEHOLDER_EXPR): Abort if find_placeholder
6535 Sat Oct 27 16:31:23 CEST 2001 Jan Hubicka <jh@suse.cz>
6537 * ifcvt.c (if_convert): Call clear_aux_for_blocks.
6539 Sat Oct 27 12:12:09 CEST 2001 Jan Hubicka <jh@suse.cz>
6541 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps,
6542 merge_blocks_move_successors_nojumps): Set BB_UPDATE_LIFE.
6543 (merge_blocks): Properly udpate life after making edge nonfallthru.
6544 * cfgrtl.c (merge_blocks_nomove): Update global_live_at_end.
6546 2001-10-26 Kazu Hirata <kazu@hxi.com>
6548 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
6550 2001-10-26 Neil Booth <neil@daikokuya.demon.co.uk>
6552 * c-typeck.c (convert_arguments): When comparing for enumeral
6553 type equality, use TYPE_MAIN_VARIANT.
6554 * gcc.dg/Wconversion.c: New tests.
6556 2001-10-26 Kazu Hirata <kazu@hxi.com>
6558 * s390/s390.c: Fix comment typos.
6559 * s390/s390.h: Likewise.
6560 * s390/s390.md: Likewise.
6562 2001-10-26 Alexandre Oliva <aoliva@redhat.com>
6564 * tree-inline.c (WALK_SUBTREE_TAIL): New macro.
6565 (walk_tree): Use it for tail calls where appropriate.
6567 2001-10-26 Alexandre Oliva <aoliva@redhat.com>
6569 * cse.c (check_for_label_ref): Don't require REG_LABEL notes for
6570 non-local label_refs.
6572 2001-10-26 Kazu Hirata <kazu@hxi.com>
6574 * config/h8300/h8300.md (4 anonymous patterns): New.
6576 2001-10-26 Kazu Hirata <kazu@hxi.com>
6578 * config/h8300/h8300.c (get_shift_alg): Clean up. Return the
6579 algorithm through the shift_info structure.
6580 (emit_a_shift): Update the use of get_shift_alg.
6582 2001-10-27 Daniel Berlin <dan@cgsoftware.com>
6584 * sched-rgn.c: Remove bitset typedef.
6585 Change bitset to sbitmap in prototypes / variable types.
6587 Remove edgeset_bits.
6588 Remove edgeset_size.
6589 s/BITSET_ADD/SET_BIT/g
6590 s/BITSET_INVERT/sbitmap_ones/g
6591 s/BITSET_INTER/sbitmap_a_and_b/g
6592 s/BITSET_UNION/sbitmap_a_or_b/g
6593 s/BITSET_DIFFER/sbitmap_difference/g
6594 s/bitset_member/TEST_BIT/g
6595 (BITSET_*): Removed.
6596 (bitset_member): Removed.
6597 (extract_bitlst): Rewrite, now that we have sbitmaps, we can use
6598 EXECUTE_IF_SET_IN_SBITMAP.
6599 (split_edges): Rewrite, use sbitmap functions instead of bitset
6601 (schedule_region): Allocate/free sbitmaps, rather than bitsets.
6603 2001-10-26 Andreas Schwab <schwab@suse.de>
6605 * reload1.c (emit_input_reload_insns): Fix parens in last
6606 (undocumented) change that was supposed to change only whitespace.
6608 Fri Oct 26 07:18:08 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6610 * cfgcleanup.c (BB_SET_FLAG, BB_CLEAR_FLAG): Add cast to avoid warning.
6612 * local-alloc.c (update_equiv_regs): Don't make REG_EQUAL note for
6615 2001-10-26 Andreas Jaeger <aj@suse.de>
6617 * flow.c (clear_log_links): Remove unused variable.
6618 * cfgcleanup.c (cleanup_cfg): Likewise.
6620 2001-10-26 Alexandre Oliva <aoliva@redhat.com>
6622 * tree-inline.c (remap_decl): Don't copy size and size_unit here.
6623 (remap_save_expr): Map a remapped SAVE_EXPR to error_mark_node.
6625 2001-10-26 Richard Henderson <rth@redhat.com>
6627 * config/alpha/alpha.h (enum reg_class): Add R24_REG, R25_REG;
6628 rename PV_REG to R27_REG.
6629 (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
6630 (REG_CLASS_FROM_LETTER): Update.
6631 (PREFERRED_RELOAD_CLASS): Don't widen a reg class.
6632 * config/alpha/alpha.md (divsi3): Don't hard-code r24, r25, r27.
6633 (udivsi3, modsi3, umodsi3): Likewise.
6634 (divdi3, udivdi3, moddi3, umoddi3): Likewise.
6636 2001-10-26 Richard Henderson <rth@redhat.com>
6638 * cfg.c (clear_aux_for_blocks): Split out of ...
6639 (free_aux_for_blocks): here.
6640 (clear_aux_for_edges): Split from ...
6641 (free_aux_for_edges): here.
6642 * basic-block.h: Declare them.
6643 * lcm.c (compute_antinout_edge): Use them.
6644 (compute_laterin, compute_available, compute_nearerout): Likewise.
6645 (optimize_mode_switching): Likewise.
6647 2001-10-26 Richard Henderson <rth@redhat.com>
6649 * Makefile.in (unstage*): Remove as, ld, collect-ld before
6650 moving everything back to the main build directory.
6652 2001-10-26 Christopher Faylor <cgf@redhat.com>
6654 * config/i386/cygwin.h: Search target specific include directory, if
6657 2001-10-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6659 * dwarf2out.c (PTR_SIZE, default_eh_frame_section): Move outside
6660 of macro guards. Fix #endif comment.
6662 * output.h (default_exception_section, default_eh_frame_section):
6663 Move prototypes outside of macro guard.
6665 * crtstuff.c: Fix #endif comment.
6667 Thu Oct 25 12:21:58 2001 Jeffrey A Law (law@cygnus.com)
6669 * doc/md.texi (movMM): Clarify semantics of storing into a
6670 non-paradoxical SUBREG.
6672 2001-10-25 Zack Weinberg <zack@codesourcery.com>
6674 * langhooks.c (lang_hook_default_clear_binding_stack): New.
6675 (lang_hook_default_get_alias_set): Move next to other alias
6677 * langhooks.h: Prototype lang_hook_default_clear_binding_stack.
6678 (LANG_HOOKS_CLEAR_BINDING_STACK): New macro.
6679 (LANG_HOOKS_INITIALIZER): Add it.
6680 * toplev.h (struct lang_hooks): Add clear_binding_stack.
6681 * toplev.c (compile_file): Call lang_hooks.clear_binding_stack
6682 instead of a loop calling poplevel.
6684 2001-10-25 Nick Clifton <nickc@cambridge.redhat.com>
6686 * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Replace
6687 occurrences of #elif with #if...#endif.
6689 2001-10-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6691 * cris.h (EH_RETURN_DATA_REGNO): Fix unsigned>=0 warning.
6693 Thu Oct 25 08:46:06 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6695 * alias.c (can_address_p): No longer static.
6696 * emit-rtl.c (get_mem_attrs): New parameter, MODE; all callers changed.
6697 Return 0 if all parameters are default values.
6698 (set_mem_attributes): Set MEM_KEEP_ALIAS_SET_P.
6699 (adjust_address_1): Try harder to compute a size.
6700 * expr.c (expand_assignment, store_constructor): If can't address,
6701 set MEM_KEEP_ALIAS_SET_P.
6702 (store_constructor_field): Don't change set if MEM_KEEP_ALIAS_SET_P.
6703 (store_field): Likewise.
6704 (store_constructor): Simplify call to store_constructor_field.
6705 * expr.h (can_address_p): New declaration.
6706 * gensupport.c (gen_rtx_CONST_INT): New function.
6707 * rtl.h (MEM_KEEP_ALIAS_SET_P): New macro.
6708 (MEM_SIZE): Get size from mode, if not set and not BLKmode.
6709 (MEM_COPY_ATTRIBUTES): Copy MEM_KEEP_ALIAS_SET_P.
6711 * stmt.c (expand_end_case): Remove orig_minval and use tree_low_cst.
6713 2001-10-24 Christopher Faylor <cgf@redhat.com>
6715 * config/i386/cygwin.h: Use proper path for mingw crt files when
6718 Wed Oct 24 18:43:42 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6720 * dwarf2out.c (file_info_cmp): Always return consistent results.
6722 2001-10-24 Roger Sayle <roger@eyesopen.com>
6724 * stmt.c (expand_end_case): Index jumptables from zero for
6725 suitably small values of minval.
6727 2001-10-24 Jakub Jelinek <jakub@redhat.com>
6729 * stor-layout.c (place_union_field): If any field was aligned with
6730 attribute aligned, set record type's TYPE_USER_ALIGN.
6731 (place_field): Likewise.
6732 (finalize_record_size): Don't clear TYPE_USER_ALIGN.
6733 (layout_type) [ARRAY_TYPE]: Copy element's TYPE_USER_ALIGN.
6735 2001-10-24 Zack Weinberg <zack@codesourcery.com>
6737 * c-common.h (struct c_common_identifier): Remove rid_code field.
6738 (C_RID_CODE): Use ->node.rid_code instead of ->rid_code.
6740 * c-typeck.c (constructor_designated): New local flag.
6741 (struct constructor_stack): Add "designated" field to match.
6742 (start_init): Clear it.
6743 (really_start_incremental_init, push_init_level): Push and
6745 (pop_init_level): Pop it.
6746 (set_designator): Set it.
6748 (pop_init_level): Suppress "missing initializer" warnings if
6749 constructor_designated is true.
6750 (process_init_element): Suppress warning about union
6751 initialization under traditional C, if constructor_designated
6754 Wed Oct 24 15:35:38 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6756 * integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last
6759 Wed Oct 24 13:26:12 2001 Jeffrey A Law (law@cygnus.com)
6761 * h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
6763 2001-10-24 Dan Nicolaescu <dann@ics.uci.edu>
6765 * ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if
6766 the node was already a set to a constant.
6768 Wed Oct 24 12:41:19 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6770 * emit-rtl.c (set_mem_attributes): Fix typo in last change.
6771 * print-rtl.c (print_rtx, case MEM): Improve display of MEM_DECL.
6773 2001-10-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6775 * s390/linux.h (ASM_OUTPUT_BYTE): Fix format specifier warnings.
6776 (ASM_OUTPUT_ASCII): Const-ify. Fix signed/unsigned warning.
6777 (ASM_OUTPUT_MI_THUNK): Fix format specifier warnings.
6778 * s390.c (s390_final_chunkify): Don't use string concatenation.
6779 (s390_function_prologue, s390_function_epilogue): Const-ify.
6780 * s390.h (FUNCTION_PROFILER): Remove unused variable.
6782 2001-10-24 Jakub Jelinek <jakub@redhat.com>
6784 * c-decl.c (finish_decl): Don't add DECL_STMTs for nested function
6787 2001-10-23 Stan Shebs <shebs@apple.com>
6789 * config/rs6000/x-darwin: Use -no-cpp-precomp instead of
6790 -traditional-cpp in first-stage compilation.
6792 Tue Oct 23 21:45:40 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6794 * gensupport.c (target_flags): Add.
6796 Tue Oct 23 13:05:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.
6798 * builtins.c (expand_builtin_setjmp): Only call convert_memory_address
6800 (expand_builtin_longjmp, expand_builtin_alloca): Likewise.
6801 * except.c (expand_builtin_frob_return_addr): Likewise.
6802 (expand_builtin_eh_return): Likewise.
6803 * stmt.c (expand_computed_goto): Likewise.
6804 * explow.c (memory_address): Likewise.
6805 (allocate_dynamic_stack_space): Clean up predicate testing.
6806 (probe_stack_range): Convert SIZE to Pmode.
6807 * calls.c (rtx_for_function_call): Only call convert_memory_address
6809 Pass function call operand as ptr_mode, not Pmode.
6810 * expr.c (expand_assignment): Clean up calls to convert_memory
6811 address by only doing so when needed and making offsets Pmode.
6812 (store_constructor, expand_expr, expand_expr_unaligned): Likewise.
6813 * function.c (assign_parms): Ensure address in MEM for RESULT_DECL
6814 is in Pmode, not ptr_mode.
6816 2001-10-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6818 * darwin-protos.h (constructor_section, destructor_section,
6819 mod_init_section, mod_term_section): Prototype.
6820 * darwin.c (machopic_finish, update_non_lazy_ptrs, update_stubs):
6822 * darwin.h (ASM_DECLARE_OBJECT_NAME, ASM_DECLARE_FUNCTION_NAME):
6824 (SECTION_FUNCTION): Prototype `FUNCTION'. Delete
6825 objc_section_init declaration.
6826 (EXTRA_SECTION_FUNCTIONS): Prototype objc_section_init.
6827 (objc_section_init, try_section_alias): Make static.
6828 (alias_section): Make static and hide unused function.
6829 (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
6831 Tue Oct 23 13:05:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6833 * alias.c (can_address_p): Compnonents are not addressable if
6834 the containing type has alias set 0.
6835 (get_alias_set): Rework to use STRIP_NOPS.
6836 Only call front-end routine on object, type, or object with
6837 NOPs stripped, not inner values.
6838 Use language hook to call front-end routine.
6839 * builtins.c (get_memory_rtx): Always call set_mem_attributes.
6840 (expand_builtin_apply): Call set_mem_align on MEMs we make.
6841 Don't pass alignment to emit_block_move.
6842 (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
6843 (expand_builtin_memset): Likewise, but for clear_storage.
6844 * c-common.c (lang_get_alias_set): Renamed to c_common_alias_set
6845 and remove C++ specific parts.
6846 * c-common.h (c_common_get_alias_set): Add declaration.
6847 * c-lang.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
6848 * calls.c (emit_call_1): Fix typo in sibcall_pop case.
6849 (save_fixed_argument_area): Call set_mem_align.
6850 Remove alignment in call to emit_block_move.
6851 (emit_library_call_value_1, store_one_arg): Likewise.
6852 (target_for_arg): Remove; disabled long ago.
6853 * emit-rtl.c (set_mem_attributes): Rework to only call get_mem_attrs
6854 once and similar cleanups.
6855 (offset_address): Use proper introductory comment.
6856 * expr.c (emit_block_move): Use alignment from that of MEM args, not
6857 from explicit operand; all callers changed.
6858 (clear_storage): Likewise.
6859 (expand_assignment): Don't call set_mem_alias_set on to_rtx.
6860 (store_field): Remove kludge on alias set used for to_rtx.
6861 (highest_pow2_factor, case *_DIV_EXPR): Never return 0.
6862 (expand_expr_unaligned): Call set_mem_attributes instead of
6864 * expr.h (emit_block_move, clear_storage): Remove ALIGN argument.
6865 * function.c (assign_stack_temp_for_type): Set MEM alignment.
6866 (expand_function_end): Track MEM attributes of trampolines.
6867 * ifcvt.c (noce_try_cmove_arith): Set alignment of new MEM.
6868 * integrate.c (copy_rtx_and_substitute, case CALL): Copy memory
6869 attributes from original.
6870 * langhooks.c (lang_hook_default_get_alias_set): New function.
6871 (hook_get_alias_set_0): New function.
6872 * langhooks.h (hook_get_alias_set_0): New declaration.
6873 (lang_hook_default_get_alias_set): Likewise.
6874 (LANG_HOOKS_GET_ALIAS_SET): New macro; add to initializer.
6875 * reload1.c (alter_reg): Use adjust_address_nv.
6876 * rtl.c (get_mode_alignment): Moved to here.
6877 * rtl.h (MEM_ALIGN): Take default from mode, if not BLKmode, and
6878 change default if unknown from 1 to BITS_PER_UNIT.
6879 * stor-layout.c (get_mode_alignment): Remove from here.
6880 * toplev.h (struct lang_hoks): Add get_alias_set field.
6881 * tree.h (lang_get_alias_set): Delete declaration.
6882 * config/arc/arc.c (arc_setup_incoming_varags): Set MEM alignment.
6883 * config/i386/i386.c (ix86_setup_incoming_varargs): Likewise.
6884 (ix86_va_arg): Likewise.
6885 * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
6886 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
6887 * config/sparc/sparc.c (sparc_va_arg): Likewise.
6888 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
6889 (expand_block_move_mem): Remove dead code.
6891 2001-10-22 Neil Booth <neil@daikokuya.demon.co.uk>
6893 * c-common.c (warn_div_by_zero): New.
6894 * c-common.h (warn_div_by_zero): New.
6895 * c-decl.c (c_decode_option): Take it on the command line.
6896 * c-typeck.c (build_binary_op): Warn about division by zero.
6897 * doc/invoke.texi: Document the new command line option, fix
6898 documentation of -Wmultichar.
6899 * testsuite/gcc.dg/divbyzero.c: New tests.
6900 * testsuite/gcc.dg/noncompile/20010524-1.c: Update.
6902 Tue Oct 23 15:30:23 CEST 2001 Jan Hubicka <jh@suse.cz>
6904 * i386.c (ix86_expand_int_movcc): Cleanup; use expand_simple_*op.
6906 * toplev.c (rest_of_compilation): Use CLEANUP_UPDATE_LIFE
6907 to avoid update_life_info call.
6908 * basic-block.h (CLEANUP_UPATE_LIFE): Define.
6909 * cfgcleanup.c (bb_flags): New enum.
6910 (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG, FORWARDER_BLOCK_P): New macros.
6911 (notice_new_block, update_forwarder_flag): New functions.
6912 (try_simplify_condjump): Use FORWARDER_BLOCK_P.
6913 (try_forward_edges): Likewise; update flags.
6914 (merge_blocks): Likewise.
6915 (outgoing_edges_match): Likewise.
6916 (try_crossjump_to_edge): Likewise.
6917 (try_optimize_cfg): Likewise; initialize and clear the flags;
6918 recompute life info if needed.
6919 (cleanup_cfg): No need to clear aux pointers.
6921 2001-10-23 Alexandre Oliva <aoliva@redhat.com>
6923 * config/i386/i386.c (override_options): Default to minimum
6924 stack alignment when optimizing for code size.
6925 * doc/invoke.texi (-mpreferred-stack-boundary): Document the
6928 * config/i386/i386.c (override_options): Set upper limit of
6929 -mpreferred-stack-boundary to 12.
6931 2001-10-22 Zack Weinberg <zack@codesourcery.com>
6933 * recog.c (peephole2_optimize): Add default case to switch.
6935 2001-10-23 Joseph S. Myers <jsm28@cam.ac.uk>
6937 * doc/gcc.texi (Sending Patches): Remove.
6939 2001-10-22 Hans-Peter Nilsson <hp@bitrange.com>
6941 * unwind-dw2-fde.c (fde_unencoded_compare): Derefer pc_begin
6942 fields when comparing.
6944 2001-10-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6946 * arm.h (HOST_INT, HOST_UINT): Delete. Remove all uses.
6947 * arm.c (HOST_INT, HOST_UINT): Likewise.
6949 2001-10-22 Stan Shebs <shebs@apple.com>
6951 * config/darwin-protos.h (darwin_exception_section): Declare.
6952 (darwin_eh_frame_section): Declare.
6954 Mon Oct 22 18:21:25 CEST 2001 Jan Hubicka <jh@suse.cz>
6956 * i386.md (movti_rex64): Fix mode.
6958 2001-10-22 Stan Shebs <shebs@apple.com>
6960 * target.h (struct gcc_target): Add asm_out.exception_section,
6961 asm_out.eh_frame_section.
6962 * target-def.h (TARGET_ASM_EXCEPTION_SECTION): New macro.
6963 (TARGET_ASM_EH_FRAME_SECTION): New.
6964 (TARGET_INITIALIZER): Update.
6965 * output.h (default_exception_section): Declare.
6966 (default_eh_frame_section): Declare.
6967 * dwarf2out.c: Include target.h.
6968 (output_call_frame_info): Call target hook for eh frames.
6969 (default_eh_frame_section): New function.
6970 * except.c: Include target.h.
6971 (output_function_exception_table): Call target hook for exception
6973 * varasm.c (default_exception_section): Rename from
6974 exception_section, remove EXCEPTION_SECTION macro.
6976 * config/darwin.h (darwin_eh_frame_section): New function.
6977 (EXCEPTION_SECTION): Remove.
6978 (TARGET_ASM_EXCEPTION_SECTION): Define.
6979 * config/nextstep.h (EH_FRAME_SECTION_ASM_OP): Remove.
6980 (nextstep_exception_section): New function.
6981 (nextstep_eh_frame_section): New function.
6982 (TARGET_ASM_EXCEPTION_SECTION): Define.
6983 (TARGET_ASM_EH_FRAME_SECTION): Define.
6985 * config/pa/som.h (EXCEPTION_SECTION): Remove.
6986 (TARGET_ASM_EXCEPTION_SECTION): Define.
6987 * config/rs6000/sysv4.h, config/rs6000/xcoff.h
6988 (EXCEPTION_SECTION): Remove.
6989 (TARGET_ASM_EXCEPTION_SECTION): Define.
6990 * config/stormy16/stormy16.h: Remove comments referencing
6991 EXCEPTION_SECTION and EH_FRAME_SECTION_ASM_OP.
6993 * doc/tm.texi: Document TARGET_ASM_EXCEPTION_SECTION and
6994 TARGET_ASM_EH_FRAME_SECTION.
6996 2001-10-22 Nick Clifton <nickc@cambridge.redhat.com>
6998 * config/mips/mips.md (mul_acc_si): Fix precedence of conditional
7001 * c-format.c: Fix spelling typo in comment.
7003 * sched-int.h: Fix typo in GCC preamble.
7005 2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org>
7008 * doc/invoke.texi: Remove references to -fdump-translation-unit.
7010 2001-10-22 Richard Henderson <rth@redhat.com>
7012 * config/i386/i386.c (ix86_expand_clear): New.
7013 * config/i386/i386-protos.h: Declare it.
7014 * config/i386/i386.md (setcc peep2s): Use it.
7015 (movsi_xor): Unexport.
7017 2001-10-22 Richard Henderson <rth@redhat.com>
7019 * flow.c (clear_log_links): Use free_INSN_LIST_list, not
7020 free_EXPR_LIST_list for LOG_LINKS.
7022 2001-10-21 Robert Lipe <robertlipe@usa.net>
7024 * config/i386/i386.c (sco_asm_named_section): Delete.
7025 (sco_asm_out_constructor): Delete.
7026 * config/i386/sco5.h (ASM_QUAD): Undo damage from att.h.
7027 (ASM_OUTPUT_DOUBLE_INT): Likewise.
7028 (TARGET_ASM_CONSTRUCTOR): Delete. Use default.
7029 (TARGET_ASM_NAMED_SECTION): Use default for ELF.
7030 (EXCEPTION_SECTION): Delete EH scn renaming hack.
7032 2001-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7034 * c-format.c (maybe_read_dollar_number): Use safe-ctype macros
7035 and/or fold extra calls into fewer ones.
7036 * collect2.c (dump_file): Likewise.
7037 * cppexp.c (parse_number): Likewise.
7038 * cpplex.c (_cpp_lex_direct): Likewise.
7039 * final.c (output_asm_insn, asm_fprintf): Likewise.
7040 * fix-header.c (inf_scan_ident, main): Likewise.
7041 * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
7043 * fold-const.c (real_hex_to_f): Likewise.
7044 * gen-protos.c (parse_fn_proto): Likewise.
7045 * genattrtab.c (check_attr_test, check_attr_value): Likewise.
7046 * genrecog.c (change_state, write_action): Likewise.
7047 * gensupport.c (shift_output_template): Likewise.
7048 * local-alloc.c (requires_inout): Likewise.
7049 * mips-tfile.c (IS_ASM_IDENT): Likewise.
7050 * protoize.c (is_id_char, main): Likewise.
7051 * real.c (asctoeg): Likewise.
7052 * recog.c (asm_operand_ok): Likewise.
7053 * reload.c (find_reloads): Likewise.
7054 * scan.c (scan_identget_token): Likewise.
7055 * sched-vis.c (print_value): Likewise.
7056 * stringpool.c (ggc_alloc_string): Likewise.
7057 * toplev.c (read_integral_parameter, decode_g_option): Likewise.
7058 * tradcif.y (parse_number, yylex, parse_escape): Likewise.
7059 * tradcpp.c (rescan): Likewise.
7060 * tree.c (clean_symbol_name): Likewise.
7061 * varasm.c (decode_reg_name): Likewise.
7063 * alpha.h (ASM_OUTPUT_ASCII): Likewise.
7064 * darwin.c (name_needs_quotes, func_name_maybe_scoped): Likewise.
7065 * dsp16xx.h (ASM_OUTPUT_ASCII): Likewise.
7066 * m88k.c (output_ascii): Likewise.
7067 * m88k.h (OVERRIDE_OPTIONS): Likewise.
7068 * mcore.h (REG_CLASS_FROM_LETTER): Likewise.
7069 * ns32k/encore.h (ASM_OUTPUT_ASCII): Likewise.
7070 * sh.h (REG_CLASS_FROM_LETTER): Likewise.
7072 2001-10-21 Neil Booth <neil@daikokuya.demon.co.uk>
7074 * langhooks.c (lang_hook_default_do_nothing,
7075 lang_hook_default_decode_option): New defaults.
7076 * langhooks.h: Make hooks unconditional and non-NULL.
7077 * toplev.c (compile_file, toplev_main): Update.
7078 * toplev.h: Update comments.
7079 * objc/objc-act.c (lang_hooks): Update to new paradigm.
7081 2001-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7083 * arm.h (FUNCTION_ARG_REGNO_P): Use IN_RANGE.
7085 * system.h (IN_RANGE): New macro.
7087 2001-10-21 Zack Weinberg <zack@codesourcery.com>
7089 * aclocal.m4 (AM_WITH_NLS): Also create and substitute
7090 INTLDEPS variable, which does not include $LIBICONV.
7091 * Makefile.in: Use INTLDEPS in LIBDEPS.
7092 * configure: Regenerate.
7094 2001-10-21 Neil Booth <neil@daikokuya.demon.co.uk>
7096 * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.
7097 * cpplex.c (lex_percent, lex_dot): Remove.
7098 (get_effective_char, skip_block_comment, skip_line_comment,
7099 parse_identifier_slow, parse_number, parse_string, save_comment,
7100 _cpp_lex_direct): Update to do lookback freely.
7101 (IF_NEXT_IS, BACKUP): New macros.
7102 * cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char.
7103 * cppmacro.c (paste_tokens): Update.
7105 2001-10-20 Nick Clifton <nickc@cambridge.redhat.com>
7107 * doc/invoke.texi (i386 and x86-64 Options): Fix typo.
7109 2001-10-20 Hans-Peter Nilsson <hp@axis.com>
7111 * reload1.c (reload): Check CONSTANT_P before calling
7112 LEGITIMATE_PIC_OPERAND_P.
7113 * config/cris/cris.c (cris_legitimate_pic_operand): Revert
7114 workaround of 2001-10-13.
7116 Sat Oct 20 15:16:10 CEST 2001 Jan Hubicka <jh@suse.cz>
7118 * i386.c (split_di): Handle splitting of DFmode.
7120 Sat Oct 20 07:27:14 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7122 * emit-rtl.c (set_mem_attributes): Alignment is in bits.
7123 (adjust_address_1, offset_address): Likewise.
7125 * final.c (output_asm_operand_names): New fcn, from output_asm_insn.
7126 (output_asm_insn): Call it for each line output.
7127 Don't record an operand more than once.
7129 * toplev.h (struct lang_hooks): HONOR_READONLY now bool.
7130 * main.c: Include config.h and system.h, but not ansidecl.h.
7131 * Makefile.in (main.o): Update accordingly.
7133 Sat Oct 20 12:05:31 CEST 2001 Jan Hubicka <jh@suse.cz>
7135 * i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.
7137 Sat Oct 20 12:01:07 CEST 2001 Jan Hubicka <jh@suse.cz>
7139 * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.
7140 * cfgbuild.c (find_bb_boundaries, compute_outgoing_frequencies):
7142 (find_sub_basic_blocks): ... here;
7143 (find_many_sub_basic_blocks): New.
7144 * recog.c (split_all_insns): Update find_sub_basic_blocks call.
7146 * i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Define sdata4.
7148 * i386.c (ix86_va_arg): Kill indirect_p handling; fix aliasing issues.:
7150 * i386.c (split_di, split_ti): Revamp to use simplify_subreg.
7152 * timevar.def (TV_LIFE, TV_LIFE_UPDATE, TV_MODE_SWITCH): new.
7153 * flow.c (update_life_info): Measure time.
7154 * c-decl.c: Include timevar.h
7155 (c_expand_body): Measure time.
7156 * toplev.c (rest_of_compilation): Measure time of mode switching
7158 * Makefile.in (c-decl.o, cfgcleanup.o): Add dependency.
7160 * toplev.c (flag_asynchronous_unwind_tables): New global variable.
7161 (lang_independent_options): Add asynchronous-unwind-tables
7162 (toplev_main): flag_asynchronous_unwind_tables implies
7164 * flags.h (flag_asynchronous_unwind_tables): Declare.
7165 * dwarf2out.c (dwarf2out_stack_adjust): Take into account
7166 flag_asynchronous_unwind_tables.
7167 (output_call_frame_info): Likewise.
7168 * invoke.texi (-fasynchronous-unwind-tables): Document.
7169 * i386.c (optimization_options): Enable
7170 flag_asynchronous_unwind_tables.
7172 * i386.c (ix86_expand_setcc): Always expect target to be QImode.
7173 * i386.md (s* expanders): Destination is QImode.
7175 * toplev.c (rest_of_compilation): Do not call clear_log_links.
7176 * rtl.h (clear_log_links): Kill.
7177 * flow.c (clear_log_links): Make static; accept blocks parameter;
7178 do no clear life info.
7179 (update_life_info): Call clear_log_links.
7181 * cfganal.c (forwarder_block_p): Avoid active_insn_p calls.
7183 2001-10-20 Neil Booth <neil@daikokuya.demon.co.uk>
7185 * cpplex.c (handle_newline, skip_escaped_newlines,
7186 get_effective_char, skip_block_comment, skip_line_comment,
7187 parse_identifier_slow, parse_number, parse_string,
7188 _cpp_lex_direct): Update to do more stepping back.
7189 (trigraph_ok): Similarly. Rename trigraph_p.
7190 (SAVE_STATE, RESTORE_STATE): Remove.
7191 (BUFF_SIZE_UPPER_BOUND): Tweak. Add sanity check.
7193 * cpplib.c (destringize): Rename destringize_and_run, and
7194 call run_directive directly.
7195 (_cpp_do__Pragma): Simplify.
7197 2001-10-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7199 * pe.c (arm_pe_unique_section): Const-ify.
7200 * pe.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
7201 (switch_to_section): Add static prototype.
7203 * output.h (drectve_section): Prototype.
7205 2001-10-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7207 * config.gcc (i[34567]86-*-gnu*, arc-*-elf*, d30v-*,
7208 fr30-*-elf, hppa*64*-*-linux*, parisc*64*-*-linux*, hppa*-*-linux*,
7209 parisc*-*-linux*, i370-*-linux*, i[34567]86-*-chorusos*,
7210 i[34567]86-*-elf*, i[34567]86-ncr-sysv4*, i[34567]86-*-netware,
7211 i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
7212 i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-freebsd*,
7213 i[34567]86-*-netbsdelf*, i[34567]86-*-linux*libc1,
7214 i[34567]86-*-linux*, i[34567]86-moss-msdos*, i[34567]86-*-moss*,
7215 i[34567]86-go32-rtems*, i[34567]86-*-rtems*, i[34567]86-*-rtemself*,
7216 i[34567]86-*-solaris2*, i[34567]86-*-sysv5*, i[34567]86-*-sysv4*,
7217 i[34567]86-*-udk*, i[34567]86-*-osf1*, i[34567]86-dg-dgux*,
7218 i860-alliant-*, i860-*-sysv4*, ia64*-*-aix*, ia64*-*-linux*,
7219 ia64*-*-hpux*, m32r-*-elf*, m88k-dg-dgux*, m88k-*-sysv4*, mcore-*-elf,
7220 mips*-*-linux*, mn10200-*-*, mn10300-*-*, pj*-linux*, pjl-*,
7221 powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
7222 powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
7223 powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
7224 powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
7225 powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
7226 powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*,
7227 rs6000-*-mach*, s390-*-linux*, s390x-*-linux*, sh-*-elf*,
7228 sh-*-rtemself*, sh-*-rtems*, sh-*-linux*, stormy16-*-elf,
7229 v850-*-rtems*, v850-*-*, x86_64-*-linux*), cris-*-aout, cris-*-elf,
7230 cris-*-none, cris-*-linux*: Update ${tmfile} list.
7231 (c4x-*-rtems*, c4x-*, i[34567]86-go32-rtems*, i[34567]86-*-rtemscoff*,
7232 i[34567]86-*-rtems*, i[34567]86-*-rtemself*, i[34567]86-*-osf1*,
7233 mn10200-*-*, mn10300-*-*, powerpc-*-beos*, powerpc-*-darwin*,
7234 powerpc-wrs-vxworks*, powerpcle-wrs-vxworks*, v850-*-rtems*,
7235 v850-*-*): Delete superflous ${cpu_type} setting.
7236 * config/linux.h: Delete svr4.h include.
7237 (SET_ASM_OP): Delete.
7238 * config/netware.h (INT_ASM_OP): Undef before define.
7239 * config/ptx4.h: Delete elfos.h include.
7240 (PREFERRED_DEBUGGING_TYPE): Undef instead of wrapping.
7241 * config/svr4.h: Delete elfos.h include. Update commentary.
7242 * config/arc/arc.h, config/d30v/d30v.h, config/fr30/fr30.h,
7243 config/m32r/m32r.h, config/m88k/sysv4.h, config/mn10200/mn10200.h,
7244 config/mn10200/mn10300.h, config/stormy16/stormy16.h,
7245 config/v850/v850.h: Delete svr4.h include.
7246 * config/i370/linux.h, config/i386/osf1elf.h, config/m68k/linux.h,
7247 config/m68k/m68kv4.h, config/m88k/sysv4.h,
7248 config/sparc/sysv4.h: Update includes.
7249 * config/i386/beos-elf.h, config/i386/netware.h, config/i386/ptx4-i.h,
7250 config/i386/rtemself.h, config/i386/sol2.h, config/i386/sysv4.h,
7251 config/i386/sysv5.h, config/i386/udk.h, config/ia64/linux.h,
7252 config/m88k/dguxbcs.h: Delete includes.
7253 * config/i386/dgux.h, config/i386/osf1elfgdb.h: Delete include.
7254 (PREFERRED_DEBUGGING_TYPE): Undef before defining it.
7255 * config/i860/fx2800.h (ASM_OUTPUT_SOURCE_LINE): Undef before defining
7257 * config/m88k/dgux.h: Delete include.
7258 (SDB_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE): Undef before
7260 * config/pj/pj.h (ASM_GENERATE_INTERNAL_LABEL,
7261 ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Undef before defining it.
7262 * config/sh/elf.h: Update include.
7263 (SDB_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE,
7264 DWARF2_ASM_LINE_DEBUG_INFO): Move behind includes.
7266 2001-10-19 Catherine Moore <clm@redhat.com>
7268 * config/stormy16/stormy-abi: Updates to varargs descriptions.
7269 * config/stormy16/stormy16.c (stormy16_build_va_list): Reverse
7270 base and count fields.
7271 (stormy16_expand_builtin_va_start): last_reg_count changed to
7272 size_of_reg_args. Use count + size in first comparison.
7274 Fri Oct 19 15:24:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7276 * langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.
7277 * toplev.h (struct lang_hooks): New field HONOR_READONLY.
7278 * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGING_P from
7279 TREE_READONLY and TYPE_READONLY if lang_hooks.honor_readonly.
7280 Set alignment from type if INDIRECT_REF.
7281 (adjust_address_1, offset_address): Simplify alignment compuitation.
7282 * expr.c (expand_expr, case INDIRECT_REF): Don't set RTX_UNCHANGING_P
7283 here; done by set_mem_attributes.
7285 2001-10-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7287 * Makefile.in (rtlanal.o): Depend on $(TM_P_H).
7288 * arm-protos.h (rdata_section, zero_init_section, common_section):
7290 * arm.h (ASM_OUTPUT_DEF_FROM_DECLS): Const-ify.
7291 * avr.h (ASM_OUTPUT_SKIP): Rename macro parameter to avoid
7292 traditional mode stringification.
7293 * function.c (thread_prologue_and_epilogue_insns): Wrap variable
7294 in macros controling its use.
7295 * rtlanal.c: Include tm_p.h.
7296 * varasm.c (asm_output_aligned_bss): Mark parameter with
7298 (assemble_constant_align, assemble_start_function, assemble_align,
7299 assemble_variable, assemble_trampoline_template,
7300 output_constant_def_contents): Wrap potentially empty if-stmt body
7303 2001-10-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7305 * a29k-protos.h (literal_section): Prototype.
7306 * a29k.h (ASM_FILE_START): Don't discard pointer qualifier.
7307 * a29k.md: Ensure function pointers are prototyped.
7308 * genattrtab.c (write_eligible_delay): Mark parameter with
7311 2001-10-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7313 * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
7314 * 1750a.c (print_operand): Fix format specifier warning.
7315 * 1750a.h (ASM_FILE_START): Don't discard pointer qualifier.
7316 * 1750a.md: Likewise.
7317 * gcc.c (init_gcc_specs): Wrap with ENABLE_SHARED_LIBGCC.
7318 * genemit.c (output_add_clobbers): Mark parameter with
7320 * genrecog.c (write_subroutine): Likewise.
7321 * integrate.c (expand_inline_function): Delete unused variable.
7322 * varasm.c (remove_from_pending_weak_list): Wrap with
7325 2001-10-19 Jakub Jelinek <jakub@redhat.com>
7327 * simplify-rtx.c (simplify_plus_minus): Negate constant iff its neg
7328 field is different to previous argument's neg field.
7330 * config/alpha/alpha.c (summarize_insn): Don't abort on ASM_INPUT.
7332 Fri Oct 19 15:24:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7334 * final.c (get_decl_from_op): New function.
7335 (output_asm_insn): Call it; write "*" when item with decl is address.
7337 2001-10-19 Janis Johnson <janis187@us.ibm.com>
7339 * doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
7340 about 64-bit support from the 3.0_branch version.
7342 2001-10-19 Zack Weinberg <zack@codesourcery.com>
7344 * aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and
7345 USE_INCLUDED_LIBINTL when appropriate.
7346 * configure, config.in: Regenerate.
7347 * Makefile.in (datadir): Set to @datadir@.
7348 (intl.o): Also depend on $(CONFIG_H) and system.h.
7350 * intl.c: Factor out common gettext initialization sequence.
7351 (gcc_init_libintl): New function.
7352 * intl.h: Include intl/libgnuintl.h if USE_INCLUDED_LIBINTL;
7353 otherwise include libintl.h if HAVE_LIBINTL_H; otherwise turn
7354 off NLS. Add multiple include guard. No need to #ifdef-guard
7355 an #undef. Prototype gcc_init_libintl here.
7357 * collect2.c (main), cppmain.c (general_init), gcc.c (main),
7358 gcov.c (main), protoize.c (main), toplev.c (toplev_main):
7359 Use gcc_init_libintl.
7361 2001-10-19 Catherine Moore <clm@redhat.com>
7363 * config/stormy16/stormy16.h (ASM_COMMENT_START): Define.
7365 * config/stormy16/stormy16.c (stormy16_split_move): Make
7366 sure that REG_INC notes are present for auto_inc operands.
7368 2001-10-19 Andreas Jaeger <aj@suse.de>
7370 * configure: Regenerated.
7371 * configure.in: Add x86_64 to switch statements.
7373 2001-10-18 Richard Henderson <rth@redhat.com>
7375 * config/alpha/alpha.md (sibcall_osf_1): Load destination
7376 address into $27 explicitly.
7377 (sibcall_value_osf_1): Likewise.
7379 Thu Oct 18 16:07:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7381 * emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.
7382 (offset_address): New function.
7383 (free_emit_status): Free regno_decl.
7384 (init_emit): Pass proper number of elements to xcalloc.
7385 Allocate regno_decl.
7386 (mark_emit_status): Mark regno_decl values.
7387 * expr.c (highest_pow2_factor): New function.
7388 (expand_assigment): Use it and offset_address.
7389 Properly handle ptr_mode vs. Pmode in offset calculation.
7390 (store_constructor, expand_expr_unaligned): Likewise.
7391 (expand_expr, case COMPONENT_EXPR): Likewise.
7392 * expr.h (offset_address): New decl.
7393 * function.h (struct emit_status): Add regno_decl.
7394 (REGNO_DECL): New macro.
7395 * final.c (output_asm_name): Move in file and don't conditionalize
7396 on flag_print_asm_name.
7397 (output_asm_insn): Only call output_asm_name if flag_print_asm_name.
7398 Output names of operands, if known.
7399 * function.c (assign_parms): Set REGNO_DECL.
7400 * integrate.c (integrate_decl_tree): Likewise.
7401 * stmt.c (expand_decl): Likewise.
7402 * regclass.c (reg_scan_mark_refs): Propagate REGNO_DECL for copies.
7404 2001-10-18 Alexandre Oliva <aoliva@redhat.com>
7406 * attribs.c (handle_noinline_attribute): New function.
7407 (handle_used_attribute): Likewise.
7408 (c_common_attribute_table): Added noinline and used.
7409 * doc/extend.texi (Function Attributes): Document them.
7410 * c-decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
7411 Warn when merging inline with attribute noinline.
7412 (start_decl, start_function): Warn if inline and attribute
7413 noinline appear in the same declaration.
7415 2001-10-17 Neil Booth <neil@daikokuya.demon.co.uk>
7417 * config.gcc: Update c4x and i370 for C front end-specific
7419 * config/c4x/c4x-c.c: New.
7420 * config/c4x/c4x-protos.h (c4x_handle_pragma): Remove.
7421 (code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
7423 * config/c4x/c4x.c: Don't include c-lex.h or c-pragma.h.
7424 (code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
7426 (c4x_init_pragma): Remove.
7427 (c4x_parse_pragma, c4x_pr_CODE_SECTION, c4x_pr_DATA_SECTION,
7428 c4x_pr_FUNC_IS_PURE, c4x_pr_FUNC_NEVER_RETURNS, c4x_pr_INTERRUPT,
7429 c4x_pr_ignored): Move to c4x-c.c.
7430 * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
7431 * config/c4x/t-c4x: Update.
7432 * config/i370/i370-c.c: New.
7433 * config/i370/i370.c: Don't include c-lex.h or c-pragma.h.
7434 (i370_pr_map): Move to i370-c.c.
7435 * config/i370/t-i370: New.
7437 * doc/tm.texi: Update.
7439 2001-10-17 Stan Shebs <shebs@apple.com>
7441 * config/rs6000/rs6000.c: Make assorted mechanical formatting and
7442 typo fixes throughout.
7443 (machopic_output_stub): Remove some dead code.
7445 2001-10-17 Richard Earnshaw <rearnsha@arm.com>
7447 * cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory
7450 Wed Oct 17 05:26:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7452 * Makefile.in (print-rtl.o): Depend on TREE_H.
7453 * alias.c (get_alias_set): Make two passes over objects to first
7454 see if inner object is access via restricted pointer.
7455 Defer allocating alias set for restricted pointer until here.
7456 Call find_placeholder with second arg nonzero.
7458 * c-common.c (c_apply_type_quals_to_decl): Defer getting alias
7459 set for restricted pointer types.
7460 * emit-rtl.c (set_mem_attributes): Set more attributes.
7461 (set_mem_align, change_address, adjust_address_1): New functions.
7462 (change_address_1): Now static.
7463 (adjust_address, adjust_address_nv): Deleted.
7464 (replace_equiv_address): Call change_address_1.
7465 * expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
7466 (find_placeholder): Get starting point from PLIST arg.
7467 (expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
7468 * expr.h (set_mem_align, change_address, adjust_address_1): New decls.
7469 (adjust_address, adjust_address_nv): New macros.
7470 * print-rtl.c (tree.h): New include.
7471 (print_rtx, case MEM): Print all memory attributes.
7473 2001-10-17 Richard Henderson <rth@redhat.com>
7475 * config/alpha/alpha.c (direct_call_operand): Don't fall off end.
7477 2001-10-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
7479 * c-tree.texi: Eliminate duplicated word.
7480 * cpp.texi: Likewise.
7481 * install.texi: Likewise.
7482 * invoke.texi: Likewise.
7483 * tm.texi: Likewise.
7485 2001-10-17 Michael Collison <collison@isisinc.net>
7487 * dsp16xx.c: Fix comment formatting to match GNU standards.
7488 (dsp16xx_output_function_prologue): Change type of 'size'
7489 parameter from 'int' to HOST_WIDE_INT.
7490 (dsp16xx_output_function_epilogue): Change type of 'size'
7491 parameter from 'int' to HOST_WIDE_INT.
7493 2001-10-16 Richard Henderson <rth@redhat.com>
7495 * configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.
7496 * configure, config.in: Rebuild.
7498 * config/i386/i386.c (ix86_output_addr_vec_elt): New.
7499 (ix86_output_addr_diff_elt): New.
7500 * config/i386/i386.h (ASM_OUTPUT_ADDR_VEC_ELT): Use them.
7501 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
7502 (JUMP_TABLES_IN_TEXT_SECTION): New.
7503 * config/i386/i386.md (tablejump): Handle HAVE_AS_GOTOFF_IN_DATA.
7504 * config/i386/i386-protos.h: Update.
7506 * config/i386/386bsd.h, config/i386/beos-elf.h,
7507 config/i386/freebsd-aout.h, config/i386/freebsd.h,
7508 config/i386/i386-interix.h, config/i386/i386elf.h,
7509 config/i386/linux.h, config/i386/netbsd-elf.h,
7510 config/i386/netbsd.h, config/i386/openbsd.h,
7511 config/i386/ptx4-i.h, config/i386/rtemself.h,
7512 config/i386/sco5.h, config/i386/sysv4.h, config/i386/x86-64.h
7513 (ASM_OUTPUT_ADDR_DIFF_ELT, JUMP_TABLES_IN_TEXT_SECTION): Remove.
7515 2001-10-16 Florian Weimer <fw@deneb.enyo.de>
7517 * stmt.c (expand_asm_operands): Update commentary.
7519 2001-10-16 Stan Shebs <shebs@apple.com>
7521 * config/darwin.h (GCC_NAME): Remove, no longer used.
7522 (NO_MATH_LIBRARY): Ditto.
7523 (MATH_LIBRARY): Define to emptiness.
7524 (DWARF2_DEBUGGING_INFO): Define.
7525 (PREFERRED_DEBUGGING_TYPE): Define.
7526 (EXTRA_SECTION_FUNCTIONS): Add darwin_exception_section.
7527 (EXCEPTION_SECTION): Define.
7528 (ASM_PREFERRED_EH_DATA_FORMAT): Define.
7529 * config/darwin.c (darwin_encode_section_info): Handle case of
7530 DECL_INITIAL being error_mark_node.
7532 2001-10-16 Richard Henderson <rth@redhat.com>
7534 * alpha.c (current_file_function_operand): Don't fail for profiling.
7535 (direct_call_operand): New.
7536 * alpha-protos.h: Declare it.
7537 * alpha.h (EXTRA_CONSTRAINT): Use it.
7538 (PREDICATE_CODES): Add it.
7539 (ASM_OUTPUT_MI_THUNK): Remove.
7540 * alpha32.h (ASM_OUTPUT_MI_THUNK): Remove.
7541 * alpha.md (sibcall_osf_1, sibcall_value_osf_1): Add 's' alternative.
7543 2001-10-16 Krister Walfridsson <cato@df.lth.se>
7545 * config/i386/netbsd-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Define.
7546 (JUMP_TABLES_IN_TEXT_SECTION): Define.
7548 Wed Oct 17 00:21:31 CEST 2001 Jan Hubicka <jh@suse.cz>
7550 * cfg.c (free_edge): Break out from ....
7551 (remove_edge): ... here.
7552 (clear_edges): Use free_edge.
7554 * att.h (ASM_QUAD): Add comment.
7555 * bsd.h, sco5.h, sun386.h (ASM_QUAD): Define.
7557 Wed Oct 17 00:01:02 CEST 2001 Jan Hubicka <jh@suse.cz>
7559 * i386.c (split_ti): New function.
7560 (ix86_split_to_parts): Support TImodes.
7561 * i386.h (VALID_INT_MODE_P): Add TImode.
7562 * i386.md (movdi splitter): Fix.
7563 (movti): Support 64bit integer registers.
7564 (movti_rex64): New function and splitter.
7566 * i386.c (*_cost): Add movsx/movzx cost.
7567 * i386.h (struct processor_costs): Add movsx/movzx fields.
7568 (RTX_COSTS): Handle zero/sign extend + avoid believing that
7569 64bit operations require split on 64bit machine.
7570 (CONST_COST): Make large 64bit constants expensive on 64bit compilation.
7572 * i386.c (ix86_setup_incoming_varargs): Fix mode of PLUS.
7573 (ix86_expand_move): Avoid pushes of memory if size does not match;
7574 move long constants to register.
7575 (x86_initialize_trampoline): Fix mode.
7576 * i386.h (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT):
7577 Use ASM_QUAD on 64bit.
7578 * i386.md (test pattern): Disallow impossible constants.
7579 (tablejump PIC expander): Fix emitting of sum.
7580 (movdicc_rex64): Rename to movdicc.
7581 * linux64.h (LINK_SPEC): Add missing '%'.
7583 2001-10-16 Alexandre Oliva <aoliva@redhat.com>
7585 * tree-inline.c (inlinable_function_p): Leave it up to the
7586 front-end to turn -finline-functions into DECL_INLINE set for all
7589 2001-10-16 Stan Shebs <shebs@apple.com>
7591 * config/rs6000/darwin.h (ASM_COMMENT_START): Define.
7593 2001-10-16 Alan Modra <amodra@bigpond.net.au>
7595 * recog.c: Formatting and comment typo fixes.
7597 * configure.in (gcc_cv_as_bfd_srcdir): New. Use it to find gas
7598 version in single tree build.
7599 * configure: Regenerate.
7601 2001-10-15 David Edelsohn <edelsohn@gnu.org>
7603 * config/rs6000/rs6000.md (cr_logical): Swap order of CODE and
7604 MODE arguments to gen_rtx and compare operand with const0_rtx.
7606 2001-10-15 Neil Booth <neil@daikokuya.demon.co.uk>
7608 * system.h: Poison old unused target macros.
7609 * config/dsp16xx.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
7610 * config/stormy16/stormy16.c: Update references to obsolete macros.
7611 * config/stormy16/stormy16.h: Similarly.
7612 * config/stormy16/stormy16.md: Similarly.
7613 * config/cris/cris.h: Similarly.
7615 2001-10-15 Neil Booth <neil@daikokuya.demon.co.uk>
7617 * cpplib.c (struct pragma_entry): Store the name as a hashnode.
7618 (lookup_pragma_entry, insert_pragma_entry, do_pragma,
7619 cpp_register_pragma): Update accordingly.
7621 2001-10-14 Neil Booth <neil@daikokuya.demon.co.uk>
7623 * c-pragma.h (cpp_register_pragma_space): Remove.
7624 * cpplib.h (cpp_register_pragma_space): Remove.
7625 * cpplib.c (lookup_pragma_entry, insert_pragma_entry): New.
7626 (cpp_register_pragma_space): Remove.
7627 (cpp_register_pragma): Simplify using lookup_pragma_entry,
7629 (do_pragma): Similarly.
7630 (_cpp_init_internal_pragmas): Don't register namespaces.
7632 * config/v850/v850.h (REGISTER_TARGET_PRAGMAS):
7633 Don't register namespaces.
7634 * cp/lex.c (init_cp_pragma): Similarly.
7635 * doc/tm.texi: Update.
7637 2001-10-10 Craig Rodrigues <rodrigc@gcc.gnu.org>
7640 * config/i386/cygwin.h: Add missing space to MINGW_INCLUDES
7642 2001-10-13 Michael Collison <collison@dhcp-12-114.townisp.com>
7644 * config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and
7645 add scheduling support.
7646 * config/dsp16xx/dsp16xx.h: Rewrite for more efficient code.
7647 * config/dsp16xx/dsp16xx.c: Rewrite for more efficient code.
7648 * config/dsp16xx/dsp16xx-protos.h: Add new function prototypes.
7651 2001-10-13 Hans-Peter Nilsson <hp@axis.com>
7653 * config/cris/cris.c (cris_legitimate_pic_operand): Kludge around
7654 missing CONSTANT_P test in core GCC.
7656 2001-10-12 Neil Booth <neil@daikokuya.demon.co.uk>
7658 * cppmain.c (struct printer): New member source.
7659 (scan_translation_unit): Fix spacing at start of lines.
7660 (cb_line_change): Update.
7662 * gcc.dg/cpp/spacing2.c: New test.
7664 2001-10-12 Hans-Peter Nilsson <hp@axis.com>
7666 * config/cris/arit.c: Use __builtin_labs, not abs.
7668 * config/cris/cris.h (SET_STRIPPABLE_EXECUTABLE): Don't define.
7670 * config/cris/cris.c (cris_target_asm_function_epilogue): Move
7671 misplaced sprintf and fprintf argument.
7673 2001-10-12 Zack Weinberg <zack@codesourcery.com>
7675 * ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40.
7676 * configure.in, Makefile.in: Take out obsolete check-po logic.
7677 * configure, config.in: Regenerate.
7679 2001-10-12 Ziemowit Laski <zlaski@apple.com>
7681 * objc/objc-act.c (finish_objc): Correct precondition for emitting
7682 symtab declarations.
7684 2001-10-12 Stan Shebs <shebs@apple.com>
7686 * config/rs6000/rs6000.c: Remove uses of "register" specifier in
7687 declarations of arguments and local variables.
7689 2001-10-12 Christopher Faylor <cgf@redhat.com>
7691 * config/i386/cygwin.h: Revert erroneous checkin of crtbegin and
7692 ENDFILE_SPEC definition.
7694 2001-10-12 Kazu Hirata <kazu@hxi.com>
7696 * gthr-dce.h: Fix comment formatting.
7697 * gthr-posix.h: Likewise.
7698 * gthr-single.h: Likewise.
7699 * gthr-solaris.h: Likewise.
7700 * gthr-vxworks.h: Likewise.
7701 * gthr-win32.h: Likewise.
7703 2001-10-12 Jakub Jelinek <jakub@redhat.com>
7705 * final.c (output_asm_insn): Make sure assembly dialects are
7706 terminated, not nested. Output `|' and `}' characters if they
7707 don't appear inside assembly dialect selection.
7708 * config/i386/i386.md (rep_movdi_rex64, rep_movsi, rep_movsi_rex64,
7709 rep_movqi, rep_movqi_rex64, rep_stosdi_rex64, rep_stossi,
7710 rep_stossi_rex64, rep_stosqi, rep_stosqi_rex64, strsetsi_1,
7711 strsetsi_rex_1): Add {} braces.
7713 2001-10-11 Zack Weinberg <zack@codesourcery.com>
7715 * toplev.c (compile_file): Ignore return value from yyparse.
7716 Always pop any nested binding levels after yyparse returns.
7718 2001-10-11 Richard Henderson <rth@redhat.com>
7720 * doc/c-tree.texi (Expression trees): Add VTABLE_REF.
7722 2001-10-11 Richard Henderson <rth@redhat.com>
7724 * dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT,
7725 fall back to add_AT_long_long for large CONST_INT.
7727 2001-10-11 Richard Henderson <rth@redhat.com>
7729 * config/i386/i386.md (setcc splitters): Add four splitters to
7730 simplify compound compares that simplify_comparison can't handle.
7732 2001-10-11 Zack Weinberg <zack@codesourcery.com>
7734 * cpplex.c (digraph_spellings, token_spellings): Make static.
7736 2001-10-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7738 * unroll.c (loop_iterations): Fixup last patch.
7740 2001-10-11 Richard Henderson <rth@redhat.com>
7742 * rtl.h (REG_VTABLE_REF): New.
7743 * rtl.c (reg_note_name): Add it.
7744 * combine.c (distribute_notes): Handle it.
7745 * final.c (final_scan_insn): Handle it.
7746 * tree.def (VTABLE_REF): New.
7747 * expr.c (expand_expr): Handle it.
7748 * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): New.
7749 * output.h: Declare them.
7751 2001-10-11 Richard Henderson <rth@redhat.com>
7753 * dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look
7756 2001-10-11 David Edelsohn <edelsohn@gnu.org>
7758 * config/rs6000/xcoff.h (UNALIGNED_DOUBLE_INT_ASM_OP): Only
7759 available in 64-bit mode.
7761 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7763 * config.gcc: Add cris-*-aout, cris-*-elf, cris-*-none,
7764 cris-*-linux* cases.
7765 * config/cris/cris-protos.h: New file.
7766 * config/cris/cris.c: New file.
7767 * config/cris/cris.h: New file.
7768 * config/cris/cris.md: New file.
7769 * config/cris/linux.h: New file.
7770 * config/cris/aout.h: New file.
7771 * config/cris/arit.c: New file.
7772 * config/cris/cris_abi_symbol.c: New file.
7773 * config/cris/mulsi3.asm: New file.
7774 * config/cris/t-aout: New file.
7775 * config/cris/t-cris: New file.
7776 * config/cris/t-elfmulti: New file.
7777 * config/cris/t-linux: New file.
7778 * doc/invoke.texi: Add CRIS options.
7779 * doc/install.texi (Specific): Add blurb for CRIS.
7781 2001-10-10 Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
7783 * config/float-i128.h: Make sure __STDC__VERSION__ is defined
7785 * config/float/i32.h: Likewise.
7786 * config/float-i386.h: Likewise.
7787 * config/float-i64.h: Likewise.
7788 * config/float-m68k.h: Likewise.
7789 * config/float-sh.h: Likewise.
7790 * config/float-sparc.h: Likewise.
7792 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
7794 * doc/contrib.texi: Add note about CRIS port to my entry.
7796 2001-10-11 Kazu Hirata <kazu@hxi.com>
7798 * basic-block.h: Fix formatting.
7799 * bitmap.h: Likewise.
7800 * cpplib.h: Likewise.
7801 * c-tree.h: Likewise.
7802 * diagnostic.h: Likewise.
7803 * flags.h: Likewise.
7805 * longlong.h: Likewise.
7807 * reload.h: Likewise.
7811 2001-10-10 Richard Henderson <rth@redhat.com>
7813 * c-parse.in (asm_operand): Allow named operands.
7814 * genconfig.c (max_recog_operands): Set to 29.
7815 * local-alloc.c (requires_inout): Skip multiple digits.
7816 * recog.c (asm_operand_ok): Likewise.
7817 (preprocess_constraints): Use strtoul for matching constraints.
7818 (constrain_operands): Likewise.
7819 * regmove.c (find_matches): Likewise.
7820 * reload.c (find_reloads): Likewise.
7821 * stmt.c (parse_output_constraint): Don't reject in-out
7822 constraint on operands > 9. Reject '[' in constraint.
7823 (expand_asm_operands): Handle named operands. Use strtoul
7824 for matching constraints.
7825 (check_operand_nalternatives): Split out from expand_asm_operands.
7826 (check_unique_operand_names): New.
7827 (resolve_operand_names, resolve_operand_name_1): New.
7829 * doc/extend.texi (Extended Asm): Document named operands.
7830 * doc/md.texi (Simple Constraints): Document matching constraints
7833 2001-10-10 Richard Henderson <rth@redhat.com>
7835 * combine.c (try_combine): Handle a SEQUENCE of one insn.
7837 * i386.c (test splitter): Narrow tests vs paradoxical subregs.
7838 (jcc splitters): Add two splitters to simplify compound compares
7839 that simplify_comparison can't handle.
7841 2001-10-10 Richard Henderson <rth@redhat.com>
7843 * langhooks.c: Include langhooks.h.
7844 * Makefile.in (langhooks.o): Depend on it.
7846 Wed Oct 10 23:49:06 EDT 2001 John Wehle (john@feith.com)
7848 * rtlanal.c (noop_move_p): Insns with a REG_RETVAL note
7849 should not be considered as a no-op.
7850 * flow.c (delete_noop_moves): Handle REG_LIBCALL notes.
7852 2001-10-10 Stan Shebs <shebs@apple.com>
7854 * alias.c: Remove uses of "register" specifier in declarations
7855 of arguments and local variables.
7856 * c-common.c: Ditto.
7857 * c-convert.c: Ditto.
7859 * c-format.c: Ditto.
7860 * c-semantics.c: Ditto.
7861 * c-typeck.c: Ditto.
7862 * caller-save.c: Ditto.
7865 * cfgbuild.c: Ditto.
7867 * collect2.c: Ditto.
7871 * cppfiles.c: Ditto.
7874 * defaults.h: Ditto.
7876 * dwarf2out.c: Ditto.
7877 * dwarfout.c: Ditto.
7878 * emit-rtl.c: Ditto.
7883 * fix-header.c: Ditto.
7884 * floatlib.c: Ditto.
7886 * fold-const.c: Ditto.
7887 * function.c: Ditto.
7890 * gen-protos.c: Ditto.
7891 * genattrtab.c: Ditto.
7892 * gencheck.c: Ditto.
7893 * genconfig.c: Ditto.
7895 * genextract.c: Ditto.
7896 * genflags.c: Ditto.
7897 * gengenrtl.c: Ditto.
7898 * genoutput.c: Ditto.
7900 * genrecog.c: Ditto.
7901 * gensupport.c: Ditto.
7905 * haifa-sched.c: Ditto.
7906 * hard-reg-set.h: Ditto.
7908 * integrate.c: Ditto.
7911 * local-alloc.c: Ditto.
7913 * mips-tdump.c: Ditto.
7914 * mips-tfile.c: Ditto.
7917 * print-rtl.c: Ditto.
7918 * read-rtl.c: Ditto.
7921 * reg-stack.c: Ditto.
7922 * regclass.c: Ditto.
7927 * resource.c: Ditto.
7931 * sched-deps.c: Ditto.
7932 * sched-rgn.c: Ditto.
7934 * simplify-rtx.c: Ditto.
7936 * stor-layout.c: Ditto.
7943 * xcoffout.c: Ditto.
7945 2001-10-10 Richard Henderson <rth@redhat.com>
7947 * rtl.h (can_reverse_comparison_p): Remove.
7949 2001-10-10 Christopher Faylor <cgf@redhat.com>
7951 * config/i386/cygwin.h: Avoid adding include files if -nostdinc is
7954 2001-10-10 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
7956 * config/i386/mingw32.h (WIN32_NO_ABSOLUTE_INST_DIRS): New define.
7957 (Thanks to Chris Faylor for suggesting macro name).
7958 (CPP_PREDEFINES): Define __MINGW32__ but don't set value; add more
7960 (STANDARD_INCLUDE_DIR): Remove i386- from directory name.
7961 (STANDARD_INCLUDE_COMPONENT): Change to MINGW.
7962 (MATH_LIBRARY): Undef before definition.
7963 (OUTPUT_QUOTED_STRING): Likewise.
7964 * config/i386/cygwin.h: Use WIN32_NO_ABSOLUTE_INST_DIRS.
7966 2001-10-10 Richard Henderson <rth@redhat.com>
7968 * unwind-dw2-fde.c (fde_compare_t): Change return type to int.
7969 (fde_unencoded_compare): Likewise. Don't use subtraction to get
7970 a tristate comparison value.
7971 (fde_single_encoding_compare, fde_mixed_encoding_compare): Likewise.
7973 2001-10-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7976 * unroll.c (loop_iterations): Ignore insns generated by loop
7979 * config.gcc (mips*-*-gnu*): Delete support.
7980 * config/mips/gnu.h: Remove.
7982 2001-10-10 Kazu Hirata <kazu@hxi.com>
7984 * calls.c: Fix formatting.
7985 * c-decl.c: Likewise.
7986 * cfgcleanup.c: Likewise.
7987 * combine.c: Likewise.
7988 * cppfiles.c: Likewise.
7989 * cpplib.c: Likewise.
7990 * cppmacro.c: Likewise.
7991 * crtstuff.c: Likewise.
7993 * dwarf2out.c: Likewise.
7994 * expmed.c: Likewise.
7996 * fold-const.c: Likewise.
7997 * function.c: Likewise.
7999 * genattrtab.c: Likewise.
8000 * ggc-page.c: Likewise.
8001 * integrate.c: Likewise.
8002 * libgcc2.c: Likewise.
8004 * optabs.c: Likewise.
8005 * profile.c: Likewise.
8006 * protoize.c: Likewise.
8008 * recog.c: Likewise.
8009 * reload1.c: Likewise.
8010 * reload.c: Likewise.
8011 * reorg.c: Likewise.
8012 * resource.c: Likewise.
8013 * sched-rgn.c: Likewise.
8014 * sdbout.c: Likewise.
8016 * toplev.c: Likewise.
8017 * varasm.c: Likewise.
8019 2001-10-10 Janis Johnson <janis187@us.ibm.com>, Alexandre Oliva <aoliva@redhat.com>
8021 * langhooks.c: Include rtl.h, insn-config.h and integrate.h.
8022 * Makefile.in (langhooks.o): Add dependencies.
8024 Wed Oct 10 00:41:29 EDT 2001 John Wehle (john@feith.com)
8026 * rs6000.c (rs6000_emit_load_toc_table): Don't
8027 strdup the toc label.
8028 (create_TOC_reference): Likewise.
8030 2001-10-09 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
8032 * config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent
8035 2001-10-09 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
8037 * config/i386/i386.c (ix86_attribute_table): Correct
8038 min_len, max_len fields for dllimport, dllexport and shared.
8040 2001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
8042 * doc/c-tree.texi, doc/cppinternals.texi, doc/extend.texi,
8043 doc/install.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi:
8044 Consistently use "nonzero" instead of "non-zero".
8046 2001-10-09 Kazu Hirata <kazu@hxi.com>
8048 * acconfig.h: Fix comment formatting.
8049 * c-dump.h: Likewise.
8050 * c-tree.h: Likewise.
8051 * conditions.h: Likewise.
8053 * function.h: Likewise.
8055 * hwint.h: Likewise.
8056 * integrate.h: Likewise.
8059 * optabs.h: Likewise.
8061 2001-10-09 Kazu Hirata <kazu@hxi.com>
8063 * c-common.h: Fix comment formatting.
8064 * c-dump.c: Likewise.
8066 * diagnostic.h: Likewise.
8067 * except.c: Likewise.
8069 * gcov-io.h: Likewise.
8070 * genattrtab.c: Likewise.
8071 * output.h: Likewise.
8072 * predict.h: Likewise.
8073 * reload1.c: Likewise.
8074 * reload.h: Likewise.
8075 * resource.h: Likewise.
8077 * system.h: Likewise.
8079 * tree-inline.c: Likewise.
8080 * tsystem.h: Likewise.
8081 * varasm.c: Likewise.
8082 * xcoffout.h: Likewise.
8084 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
8086 * doc/gcc.texi: Document preference for "nonzero" over "non-zero".
8088 2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
8090 * config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
8091 config/i386/i386elf.h, config/i386/netbsd-elf.h,
8092 config/i386/netware.h, config/mcore/gfloat.h,
8093 config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md,
8094 config/netware.h, gccbug.in: Update FSF address.
8096 2001-10-09 Kazu Hirata <kazu@hxi.com>
8098 * c-common.c: Fix comment typos.
8099 * cfgrtl.c: Likewise.
8100 * collect2.c: Likewise.
8101 * cpplex.c: Likewise.
8102 * doloop.c: Likewise.
8103 * dwarf2out.c: Likewise.
8104 * dwarfout.c: Likewise.
8106 * fold-const.c: Likewise.
8110 * global.c: Likewise.
8111 * ifcvt.c: Likewise.
8113 * optabs.c: Likewise.
8114 * protoize.c: Likewise.
8115 * regclass.c: Likewise.
8116 * reorg.c: Likewise.
8120 * doc/cpp.texi: Likewise.
8121 * doc/c-tree.texi: Likewise.
8122 * doc/extend.texi: Likewise.
8123 * doc/invoke.texi: Likewise.
8124 * doc/objc.texi: Likewise.
8125 * doc/tm.texi: Likewise.
8127 2001-10-08 Richard Henderson <rth@redhat.com>
8129 * varasm.c (set_named_section_flags): Initialize "declared".
8131 2001-10-08 Robert Lipe <robertlipe@usa.net>
8133 * varasm.c (struct in_named_entry): Add declared.
8134 (named_section_first_declaration): New function.
8135 (default_elf_asm_named_section): Use it.
8136 * output.h (named_section_first_declaration): New.
8138 2001-10-08 Richard Henderson <rth@redhat.com>
8140 * i386.md (movsi_xor): Export.
8141 (setcc peep2): Use it when available; add an alternative to
8142 match zero_extendhisi2_and.
8144 2001-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8146 * romp-protos.h (romp_initialize_trampoline): New function.
8147 * romp.c (romp_initialize_trampoline): Likewise.
8148 * romp.h (INITIALIZE_TRAMPOLINE): Define in terms of
8149 romp_initialize_trampoline.
8151 2001-10-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8153 * m68k/3b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'.
8154 * m68k/auxas.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
8155 * m68k/crds.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
8156 * m68k/mot3300.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
8158 2001-10-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8160 * unroll.c (loop_iterations): Extend check for multiple back edges.
8162 2001-10-08 Alexandre Oliva <aoliva@redhat.com>
8164 * langhooks.h: New file.
8165 * Makefile.in (OBJS): Added langhooks.o.
8166 (c-lang.o): Depend on langhooks.h.
8167 (c-common.o): Don't depend on tree-inline.h.
8168 (tree-inline.o): Depend on toplev.h.
8169 (langhooks.o): New rule.
8170 * c-common.c: Don't include tree-inline.h.
8171 (c_mark_lang_decl): Mark argument c as unused.
8172 (c_common_lang_init): Don't initialize hooks here.
8173 * c-lang.c: Include langhooks.h, then override some macros.
8174 (lang_hooks): Initialize with macros in langhooks.h.
8175 (c_init): Don't initialize hooks here.
8176 * toplev.c (struct lang_hooks_for_tree_inlining): New struct.
8177 (struct lang_hooks): Add tree_inlining. Refer to langhooks.h.
8178 * tree-inline.c: Include toplev.h. Don't define hook variables.
8179 * tree-inline.h: Don't define hook types nor declare hook
8180 variables. Move macros to...
8181 * langhooks.c: ... new file, as functions. Adjust all callers.
8183 2001-10-08 Jeffrey A Law <law@cygnus.com>
8185 * sibcall.c (optimize_sibling_and_tail_recursive_calls): Call
8186 purge_mem_unchanging_flag on all instructions, not just on those
8187 before NOTE_INSN_FUNCTION_BEG.
8189 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
8191 * cppmacro.c (_cpp_create_definition): Leave comments off.
8193 * doc/cpp.texi: Update.
8195 2001-10-08 DJ Delorie <dj@redhat.com>
8197 * c-decl.c (grokfield): Make sure the only unnamed fields
8198 we're allowing are either structs or unions.
8199 * doc/extend.texi: Add documentation for the unnamed field
8202 2001-10-08 Zack Weinberg <zack@codesourcery.com>
8204 * aclocal.m4 (gcc_AC_PROG_GNAT): New.
8205 * configure.in: Use it.
8206 * configure: Regenerated.
8207 * config/pa/t-linux, config/pa/t-pa, config/pa/t-pa64,
8208 config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS.
8210 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
8212 * cppfiles.c (open_file): Don't mark zero-length files
8213 never-reread here. Don't output diagnostics here either.
8214 (stack_include_file): Mark them never-reread here.
8215 (_cpp_read_file): Update.
8217 2001-10-08 Richard Henderson <rth@redhat.com>
8219 * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
8221 2001-10-08 Richard Henderson <rth@redhat.com>
8223 * expr.c (store_expr): When converting a CONST_INT for storage
8224 in a SUBREG, convert it to both SUBREG modes before stripping
8227 2001-10-08 Richard Henderson <rth@redhat.com>
8229 * varasm.c (restore_varasm_status): New.
8230 * function.h: Declare it.
8231 * function.c (pop_function_context_from): Call it.
8233 2001-10-08 Richard Henderson <rth@redhat.com>
8235 * c-common.h (struct c_lang_decl): Add declared_inline.
8236 * c-tree.h (DECL_DECLARED_INLINE_P): New.
8237 * c-lang.c (c_disregard_inline_limits): Use it.
8238 * c-decl.c (duplicate_decls): Likewise.
8239 (pushdecl, redeclaration_error_message): Likewise.
8240 (pushdecl): Allocate DECL_LANG_SPECIFIC if needed.
8241 (grokdeclarator): Likewise. Set DECL_DECLARED_INLINE_P.
8242 Set DECL_INLINE if -finline-functions.
8243 (store_parm_decls): Don't allocate DECL_LANG_SPECIFIC here.
8245 2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
8247 * cppmacro.c (funlike_invocation_p): Move some logic to caller
8248 in enter_macro_context. Create a padding token in its own context
8249 if necessary when the search for '(' fails.
8250 (enter_macro_context): Update.
8252 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
8254 * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c,
8255 genmultilib, toplev.c: Fix spelling errors of "separate" as
8256 "seperate", and corresponding spelling errors of related words.
8258 2001-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8260 * builtins.c (expand_builtin_setjmp_receiver): Const-ify.
8261 * c-common.c (fname_var_t, c_tree_code_type, c_tree_code_length):
8263 * c-dump.c (dump_option_value_info): Likewise.
8264 * c-format.c (format_length_info, format_char_info,
8265 format_flag_spec, format_flag_pair, format_kind_info): Likewise.
8266 * collect2.c (names): Likewise.
8267 * cppdefault.h (default_include): Likewise.
8268 * cppexp.c (suffix, vsuf_1, vsuf_2, vsuf_3): Likewise.
8269 * flow.c (life_analysis): Likewise.
8270 * gcc.c (dir_separator_str, modify_target, option_map,
8271 target_option_translations, spec_list_1, extra_specs_1,
8272 init_spec): Likewise.
8273 * gcov.c (gcov_version_string): Likewise.
8274 * genattr.c (write_units): Likewise.
8275 * genattrtab.c (make_length_attrs, write_function_unit_info): Likewise.
8276 * gengenrtl.c (rtx_definition, defs): Likewise.
8277 * genrecog.c (pred_table): Likewise.
8278 * global.c (global_alloc): Likewise.
8279 * lcm.c (optimize_mode_switching): Likewise.
8280 * local-alloc.c (find_free_reg): Likewise.
8281 * params.h (param_info): Likewise.
8282 * predict.c (predictor_info): Likewise.
8283 * protoize.c (unexpansion_struct): Likewise.
8284 * real.c (bmask): Likewise.
8285 * recog.h (insn_operand_data, insn_data): Likewise.
8286 * regclass.c (initial_fixed_regs, initial_call_used_regs): Likewise.
8287 * stmt.c (expand_nl_goto_receiver): Likewise.
8288 * toplev.c (da, debug_args, lang_opt, documented_lang_options,
8289 target_switches, target_options): Likewise.
8290 * tradcif.y (token, tokentab2, yylex): Likewise.
8291 * tree.h (attribute_spec): Likewise.
8293 * alpha.c (override_options, alpha_lookup_xfloating_lib_func):
8295 * arc.c (arc_output_function_epilogue): Likewise.
8296 * arm.c (processors, all_cores, all_architectures,
8297 arm_override_options, isr_attribute_arg, isr_attribute_args,
8298 arm_isr_value): Likewise.
8299 * avr.c (mcu_type_s, reg_class_tab, order_regs_for_local_alloc):
8301 * c4x.c (c4x_int_reglist): Likewise.
8302 * d30v.c (override_options): Likewise.
8303 * h8300.c (shift_insn): Likewise.
8304 * i386.c (size_cost, i386_cost, i486_cost, pentium_cost,
8305 pentiumpro_cost, k6_cost, athlon_cost, pentium4_cost, ix86_cost,
8306 ix86_expand_sse_comi, ix86_expand_sse_compare, override_options,
8307 builtin_description, bdesc_comi, bdesc_2arg, bdesc_1arg,
8308 ix86_init_mmx_sse_builtins, ix86_expand_builtin): Likewise.
8309 * i386.h (processor_costs, ix86_cost): Likewise.
8310 * m68hc11.c (m68hc11_cost, m6811_cost, m6812_cost): Likewise.
8311 * m68hc11.h (processor_costs, m68hc11_cost): Likewise.
8312 * m68k.c (codes_68881, codes_FPA): Likewise.
8313 * m88k.c (mode_from_align, max_from_align, all_from_align,
8314 best_from_align, m_options): Likewise.
8315 * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
8316 * mcore.c (mode_from_align): Likewise.
8317 * mips/elf64.h (UNIQUE_SECTION): Likewise.
8318 * mips/iris6gld.h (UNIQUE_SECTION): Likewise.
8319 * mips.c (mips_sw_reg_names, mips_regno_to_class): Likewise.
8320 * mips.h (mips_regno_to_class): Likewise.
8321 * ns32k.c (scales): Likewise.
8322 * pa.c (import_string, magic_milli): Likewise.
8323 * rs6000.c (alt_reg_names, rs6000_override_options): Likewise.
8324 * sparc.c (leaf_reg_remap, sparc_override_options,
8325 reg_leaf_alloc_order, reg_nonleaf_alloc_order, reg_alloc_orders):
8327 * sparc.h (sparc_cpu_select, leaf_reg_remap): Likewise.
8329 2001-10-07 Dale Johannesen <dalej@apple.com>
8331 * reload1.c (reload_reg_free_p): Teach register interference
8332 checking that multiple output reloads are emitted in
8334 reload1.c (reload_reg_reaches_end_p): Ditto.
8335 reload1.c (reloads_conflict): Ditto.
8337 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
8339 * doc/c-tree.texi, doc/tm.texi: Consistently put NULL and
8340 NULL_TREE inside @code.
8342 2001-10-07 Joseph S. Myers <jsm28@cam.ac.uk>
8344 * doc/gcc.texi: Document consistent style of "32-bit",
8345 "Objective-C", and "@code{NULL}".
8347 2001-10-06 Zack Weinberg <zack@codesourcery.com>
8349 * cpplex.c (enum spell_type): Add SPELL_NUMBER.
8350 (cpp_token_len, cpp_spell_token, cpp_output_token,
8351 _cpp_equiv_tokens): Handle it.
8352 * cpplib.h (TTYPE_TABLE): Use SPELL_NUMBER for CPP_NUMBER and
8353 CPP_COMMENT, SPELL_NONE for CPP_PADDING and CPP_EOF.
8354 * cppexp.c (_cpp_parse_expr): Use the correct operator code in
8357 Sat Oct 6 07:42:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8359 * gcc.c (default_compilers): Remove .ada.
8361 2001-10-06 Neil Booth <neil@daikokuya.demon.co.uk>
8363 * doc/cppinternals.texi: Update.
8365 2001-10-06 Zack Weinberg <zack@codesourcery.com>
8367 * gcc.c (main): Set this_file_error if the appropriate
8368 compiler for a language has not been installed.
8370 2001-10-06 Ulrich Weigand <uweigand@de.ibm.com>
8372 * config/s390/s390.c (s390_va_arg): Use set_mem_alias_set.
8374 2001-10-05 Joseph S. Myers <jsm28@cam.ac.uk>
8376 * gccbug.in (CATEGORIES): Add ada.
8378 2001-10-05 Catherine Moore <clm@redhat.com>
8380 * config/stormy16/stormy-abi: Document abi changes.
8381 * config/stormy16/stormy16.h (REG_ALLOC_ORDER): Redefine.
8382 (ICALL_REGS): New register class.
8383 (NUM_ARGUMENT_REGISTERS): Now 6.
8384 (DEFAULT_PCC_STRUCT_RETURN): Don't try to return structs
8386 (REG_CLASS_FROM_LETTER): Map 'z' to ICALL_REGS.
8387 * config/stormy16.md (call_internal, call_value_internal,
8388 indirect_jump): Use new 'z' constraint.
8390 2001-10-05 Neil Booth <neil@daikokuya.demon.co.uk>
8392 * doc/cppinternals.texi: Update.
8394 2001-10-05 Richard Henderson <rth@redhat.com>
8396 * dwarf2out.c (FRAME_BEGIN_LABEL): New.
8397 (output_call_frame_info): Use it instead of __FRAME_BEGIN__ and
8398 the gas section-name-as-label feature.
8400 2001-10-05 Neil Booth <neil@daikokuya.demon.co.uk>
8402 * doc/cppinternals.texi: Update.
8404 Fri Oct 5 08:17:46 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8406 * config/i386/i386.c (ix86_split_to_parts): Use trunc_int_for_mode
8407 to ensure valid SImode constants.
8409 2001-10-05 Alexandre Oliva <aoliva@redhat.com>
8411 * Makefile.in (c-decl.o): Depend on tree-inline.h.
8412 (c-lang.o): Likewise, as well as insn-config.h and integrate.h.
8413 * c-decl.c: Include tree-inline.h.
8414 (c_expand_body): Call optimize_inline_calls. Determine whether
8415 a function is inlinable upfront, and only clear
8416 DECL_SAVED_TREE, DECL_INITIAL and DECL_ARGUMENTS if it isn't.
8417 * c-lang.c: Include tree-inline.h, insn-config.h and integrate.h.
8418 (c_disregard_inline_limits): New function.
8419 (inline_forbidden_p, c_cannot_inline_tree_fn): Likewise.
8420 (c_post_options): Enable tree inlining if inlining is enabled.
8421 Don't inline trees when instrumenting functions.
8422 (c_init): Initialize lang_disregard_inline_limits and
8423 lang_cannot_inline_tree_fn.
8424 * tree-inline.c (initialize_inlined_parameters): Handle calls
8425 with fewer arguments than declared parameters, and fewer
8426 parameters than passed arguments. Don't assume value is a
8428 (declare_return_variable): Convert return value back to the
8429 original type, if it was promoted.
8430 (tree_inlinable_function_p): New function.
8431 (inlinable_function_p): Don't look at DECL_INLINE if we're
8432 inlining all functions. Make it work with a NULL id.
8433 Re-check DECL_UNINLINABLE after language-specific checks.
8434 * tree-inline.h (tree_inlinable_function_p): Declare it.
8435 * integrate.c (save_for_inline): Don't bother to prepare argvec
8437 * cse.c (check_for_label_ref): Don't check deleted labels.
8439 * Makefile.in (tree-inline.o): Depend on newly-included headers.
8440 * tree-inline.c: Include headers needed for the functions moved in.
8441 (struct inline_data, INSNS_PER_STMT): Moved from cp/optimize.c.
8442 (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
8443 (copy_body, initialize_inlined_parameters): Likewise.
8444 (declare_return_variable, inlinable_function_p): Likewise.
8445 (expand_call_inline, expand_calls_inline): Likewise.
8446 (optimize_inline_calls, clone_body): Likewise.
8447 (walk_tree, walk_tree_without_duplicates): Moved from cp/tree.c.
8448 (copy_tree_r, remap_save_expr): Likewise.
8450 2001-10-04 Alexandre Oliva <aoliva@redhat.com>
8452 * Makefile.in (OBJS): Added tree-inline.o.
8453 (c-common.o): Depend on tree-inline.h.
8454 (tree-inline.o): New target.
8455 * c-common.c: Include tree-inline.h.
8456 (c_mark_lang_decl): Don't mark saved_tree.
8457 (c_common_lang_init): Set lang_anon_aggr_type_p.
8458 * c-common.h (walk_tree_fn, DECL_SAVED_TREE): Moved to tree.h.
8459 (struct c_lang_decl): Moved saved_tree to tree_decl.
8460 * ggc-common.c: Mark saved_tree and inlined_fns of FUNCTION_DECLs.
8461 * integrate.h (function_attribute_inlinable_p): Declare it.
8462 * integrate.c (function_attribute_inlinable_p): Export it.
8463 * tree-inline.c: New file. Define variables declared in...
8464 * tree-inline.h: New file. Declare functions to be moved to
8465 tree-inline.c. Define macros and declare types and hooks for
8466 language-specific tree inlining.
8467 (flag_inline_trees): Moved definition from cp/decl2.c.
8468 * tree.h (walk_tree_fn, DECL_SAVED_TREE): Moved from c-common.h.
8469 (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved from cp/cp-tree.h.
8470 (struct tree_decl): Moved saved_tree from c_lang_decl and
8471 inlined_fns from C++'s lang_decl.
8473 2001-10-04 Loren J. Rittle <ljrittle@acm.org>
8475 * Makefile.in (STAGE2_FLAGS_TO_PASS): Remove patches which
8476 propagated HOST_CC, HOST_CFLAGS, HOST_LDFLAGS and HOST_CPPFLAGS.
8478 2001-10-04 Neil Booth <neil@daikokuya.demon.co.uk>
8480 * doc/cppinternals.texi: Update.
8482 2001-10-04 Eric Christopher <echristo@redhat.com>
8484 * config/mips/mips.c (init_cumulative_args): Remember to set
8486 * config.gcc: Redo linux configuration. Add target_cpu_default
8487 of soft-float to all mipsisa32 combinations and tx39.
8488 * config/mips/linux.h: Remove include of mips.h.
8490 2001-10-03 Loren J. Rittle <ljrittle@acm.org>
8492 * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CFLAGS,
8493 HOST_LDFLAGS and HOST_CPPFLAGS.
8495 2001-10-03 Ziemowit Laski <zlaski@apple.com>
8497 * c-parse.in (objc_inherit_code, objc_pq_context,
8498 objc_public_flag): Make static.
8499 (objc_interface_context, objc_implementation_context,
8500 objc_method_context, objc_ivar_chain, objc_ivar_context): Move to
8501 global tree array in objc/objc-act.[ch].
8502 (methoddef): Remove unnecessary code.
8504 * objc/objc-act.c: (hashed_attribute, hashed_entry, imp_entry):
8505 Hoist struct definitions to objc-act.h.
8506 (nst_method_hash_list, cls_method_hash_list, imp_list, imp_count,
8507 cat_count): Place declaration in objc-act.h.
8508 (objc_tree_index): Move enumeration to objc-act.h.
8509 (objc_global_trees): Place declaration and macro accessors in
8511 (implementation_context): Remove duplicate; use
8512 objc_implementation_context instead:
8513 (method_context): Remove duplicate; use objc_method_context
8515 (objc_ellipsis_node, objc_method_prototype_template,
8516 implemented_classes, function_type): Move global vars to
8518 (init_objc): Use LAST_BASE_TREE_CODE instead of LAST_CODE.
8519 (build_message_expr): Move actual construction of ObjC message
8520 send nodes to finish_message_expr.
8521 (finish_message_expr): New routine, contains code formerly in
8523 * objc/objc-act.h (finish_message_expr): New prototype.
8524 (objc_ivar_chain, objc_method_context, objc_ellipsis_node): Remove
8525 declarations; these vars are now part of objc_global_trees.
8526 (objc_tree_index, objc_global_trees): Move definitions from
8528 * objc/objc-tree.def: Update copyright info.
8530 Wed Oct 3 12:22:11 EDT 2001 John Wehle (john@feith.com)
8532 * dwarf2asm.c (unaligned_integer_asm_op): Abort if
8534 * sparc/sysv4.h (UNALIGNED_DOUBLE_INT_ASM_OP): Use
8535 only if TARGET_ARCH64.
8537 2001-10-02 Bernd Schmidt <bernds@redhat.com>
8539 * doc/extend.texi: Fix some problems with previous checkin.
8540 * doc/invoke.texi: Likewise.
8542 2001-10-02 Neil Booth <neil@daikokuya.demon.co.uk>
8544 * cpphash.h: Update comments.
8545 (cpp_context): Update.
8546 (spec_nodes): Remove n__Pragma.
8547 * cppinit.c (cpp_create_reader): Update.
8548 (builtin_array): Add _Pragma.
8549 * cpplib.h: Update comments.
8550 (NODE_DISABLED, BT_PRAGMA): New.
8551 (cpp_start_lookahead, cpp_stop_lookahead): Remove prototypes.
8552 * cppmacro.c (struct cpp_macro): Remove disabled.
8553 (builtin_macro): Return int, handle _Pragma, push the new token
8554 on the context stack.
8555 (funlike_invocation_p): Unconstify, update.
8556 (enter_macro_context): Handle builtins here.
8557 (replace_args, push_token_context, push_ptoken_context):
8558 Update for prototype changes.
8559 (_cpp_pop_context): Update.
8560 (cpp_get_token): Don't handle buitins, nor _Pragma here.
8561 (cpp_sys_macro_p): Update.
8562 (_cpp_free_definition): Clear disabled flag.
8563 (_cpp_create_definition): Upate.
8564 * cppmain.c: Update comments.
8566 Tue Oct 2 12:46:01 CEST 2001 Bo Thorsen <bo@suse.co.uk>,
8567 Andreas Jaeger <aj@suse.de>,
8568 Jan Hubicka <jh@suse.cz>
8570 * doc/invoke.texi (i386 Options): Document x86-64 options.
8571 (i386 and x86-64 Options): Rename i386 options section.
8573 * config/i386/i386.h (TARGET_UNWIND_INFO): New.
8574 (TARGET_SWITCHES): Add -munwind-info.
8575 (MASK_NO_UNWIND_INFO): New.
8576 (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define for
8578 (ASM_OUTPUT_DOUBLE_INT): New.
8580 * config/i386/linux64.h: New spec file for Linux x86-64 support.
8581 * config.gcc: Fix tm_file settings for x86-64.
8582 * config/i386/x86-64.h: New file with OS independent x86-64
8584 * config/i386/biarch64.h: New file used to configure compiler
8585 to biarch/64bit compilation.
8587 * config/i386/i386.c: (override_options): Set flags default
8588 for 64bit compilation.
8590 Tue Oct 2 12:46:01 CEST 2001 Jan Hubicka <jh@suse.cz>
8592 * i386.c (legitimize_pic_address): Add missing bits of 64bit support.
8593 (ix86_expand_int_movcc): Optimize DImode conditional moves with
8594 constants on x86_64.
8595 (ix86_attr_length_immediate_default): Support MODE_DI.
8596 * i386.md (fixdi splitter): Add missing "&& 1" in splitter
8598 (indirect_jump, tablejump): Turn into expander.
8600 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8602 * c-common.c (c_format_attribute_table): Make format and
8603 format_arg attributes apply to function types rather than to
8605 (is_valid_printf_arglist): Construct an attribute list and pass
8606 that to check_function_format rather than a name.
8607 * c-common.h (check_function_format): Adjust prototype.
8608 * c-decl.c (duplicate_decls): Preserve attributes from type of
8609 built-in decl when allowing for harmless conflict in types.
8610 * c-format.c (record_function_format,
8611 record_international_format, function_format_list,
8612 international_format_info, international_format_list): Remove.
8613 (function_format_info): Remove next, name and assembler_name.
8614 Make format_num and first_arg_num be unsigned HOST_WIDE_INT.
8615 (decode_format_attr): New.
8616 (handle_format_attribute): Handle receiving a type rather than a
8617 decl. Call decode_format_attr. Store format information in a
8618 function_format_info.
8619 (handle_format_arg_attribute): Correct comment. Handle receiving
8620 a type rather than a decl. Use unsigned HOST_WIDE_INT for
8622 (check_format_info_recurse, check_format_info_main): Take argument
8623 numbers as unsigned HOST_WIDE_INT.
8624 (check_function_format): Take a list of attributes from the
8625 function type rather than a name or assembler name. Check for
8626 format attributes in that list and the attributes on the type of
8627 the current function rather than looking through
8628 function_format_list.
8629 (check_format_info): Use unsigned HOST_WIDE_INT for argument
8631 (check_format_info_recurse): Take format_arg attributes from the
8632 type of the function calls rather than using
8633 international_format_list. Allow for multiple format_arg
8635 * c-typeck.c (build_function_call): Pass type attributes to
8636 check_function_format rather than name or assembler name. Don't
8637 require there to be a name or assembler name to check formats.
8639 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8641 * attribs.c (decl_attributes): Possibly call
8642 insert_default_attributes to insert default attributes on
8643 functions in a lazy manner.
8644 * builtin-attrs.def: New file; define the default format and
8645 format_arg attributes.
8646 * c-common.c (c_format_attribute_table): Move to earlier in the
8648 (c_common_nodes_and_builtins): Initialize format_attribute_table.
8649 (enum built_in_attribute, built_in_attributes,
8650 c_attrs_initialized, c_init_attributes,
8651 c_common_insert_default_attributes): New.
8652 (c_common_lang_init): Don't initialize format_attribute_table. Do
8653 call c_init_attributes.
8654 * Makefile.in (c-common.o): Depend on builtin-attrs.def.
8655 * c-common.h (init_function_format_info): Don't declare.
8656 (c_common_insert_default_attributes): Declare.
8657 * c-decl.c (implicitly_declare, builtin_function): Call
8659 (init_decl_processing): Don't call init_function_format_info.
8660 (insert_default_attributes): New.
8661 * c-format.c (handle_format_attribute,
8662 handle_format_arg_attribute): Be quiet about inappropriate
8663 declaration when applying default attributes.
8664 (init_function_format_info): Remove.
8665 * tree.h (enum attribute_flags): Add ATTR_FLAG_BUILT_IN.
8666 (insert_default_attributes): Declare.
8668 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8670 * c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.
8672 2001-10-01 Jim Wilson <wilson@redhat.com>
8674 * sched-deps.c (add_dependence): When elide conditional dependence,
8675 check that insn doesn't modify cond2.
8677 2001-10-01 Dale Johannesen <dalej@apple.com>
8679 * config/rs6000/rs6000.h (enum processor_type): Add support
8680 for 7400 (G4) and 7450.
8682 * config/rs6000/rs6000.c (rs6000_override_options): Ditto.
8683 (rs6000_issue_rate): Ditto.
8684 (rs6000_adjust_cost): Fix cycle counts for compares.
8685 (debug_stack_info): Fix an obvious typo.
8686 * config/rs6000/rs6000.md: Add functional units for 7400 and 7450.
8687 * doc/invoke.texi: Document.
8688 * config/rs6000/darwin.h (TARGET_DEFAULT): Set to be reasonable
8690 (PROCESSOR_DEFAULT): Ditto.
8692 2001-10-01 Loren J. Rittle <ljrittle@acm.org>
8694 * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CC.
8695 (fixinc.sh): Map CC, CFLAGS and LDFLAGS to HOST_* versions for
8696 later recursive make invocation.
8698 2001-10-01 Hans Boehm <boehm@acm.org>
8700 * optabs.c (emit_libcall_block): When using non-call exceptions,
8701 don't add REG_LIBCALL reg notes to trapping calls.
8703 2001-10-01 David Billinghurst <David.Billinghurst@riotinto.com>
8705 * flow.c (propagate_block_delete_libcall): Remove unused first arg
8706 (propagate_one_insn): Update for above change
8708 2001-10-01 David Billinghurst <David.Billinghurst@riotinto.com>
8710 * unwind-sjlj.c (_Unwind_GetRegionStart, _Unwind_GetDataRelBase,
8711 _Unwind_GetTextRelBase): Argument is unused.
8713 Mon Oct 1 19:20:57 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8715 * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.
8716 Loop through NOPs, placeholders, and components.
8717 Don't go through NOPs if change mode.
8718 (record_alias_subset): Do nothing if SUBSET and SET are the same.
8719 * emit-rtl.c (set_mem_alias_set): Enable check.
8720 * expr.c (find_placeholder): New function.
8721 (expand_expr, case PLACEHOLDER_EXPR): Use it.
8722 (expand_expr, case COMPONENT_EXPR): Always copy OP0 when we need
8723 to modify it and avoid unneeded copies.
8724 * expr.h (expand_expr): Always define.
8725 (find_placeholder): New declaration.
8727 2001-10-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8729 * config/m68hc11/m68hc11.md ("add-split"): Fix add split when
8730 operand 2 is the stack pointer.
8731 ("addr-peephole"): Fix address computation peephole when operand 2
8732 is the stack pointer.
8734 Mon Oct 1 09:26:41 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8736 * config/i386/i386.c (ix86_va_arg): Call set_mem_alias_set.
8737 (ix86_setup_incoming_varargs): Likewise.
8739 2001-10-01 Jason Merrill <jason_merrill@redhat.com>
8741 * stor-layout.c (layout_type): Don't complain about too-large
8744 Mon Oct 1 06:43:41 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8746 * function.c (keep_stack_depressed): Don't use delete_insn.
8748 * expr.h (set_mem_alias_set): Move decl to here.
8749 * rtl.h (mem_attrs): New typedef and struct.
8750 (union rtunion_def): Add field for mem_attrs.
8751 (X0MEMATTR, MEM_ATTRS): New macros.
8752 (MEM_ALIAS_SET): Use MEM_ATTRS.
8753 (MEM_DECL, MEM_OFFSET, MEM_SIZE, MEM_ALIGN): New macros.
8754 (MEM_COPY_ATTRIBUTES): Copy MEM_ATTRS.
8755 (set_mem_alias_set): Delete decl from here.
8757 * alias.c (set_mem_alias_set): Delete from here.
8758 * emit-rtl.c (mem_attrs_htab): New variable.
8759 (rtx_htab_mark, rtx_htab_mark_1): Deleted.
8760 (mem_attrs_htab_hash, mem_attrs_htab_eq): New functions.
8761 (mem_attrs_mark, get_mem_attrs): Likewise.
8762 (gen_rtx_MEM): Clear MEM_ATTRS.
8763 (set_mem_attributes): Move to here.
8764 (set_mem_alias_set): Likewise, and call get_mem_attrs.
8765 (init_emit_once): const_int_htab now deletable htab.
8766 Initialize mem_attrs_htab.
8767 * explow.c (set_mem_attributes): Delete from here.
8768 * function.c (put_var_into_stack): Clear MEM_ATTRS.
8769 (gen_mem_addressof): Likewise; rework to use set_mem_attributes.
8770 * ggc-common.c (ggc_mark_rtx_children, case MEM): New case.
8771 * reload1.c (reload): Rework changing REG to MEM.
8773 2001-09-30 H.J. Lu <hjl@gnu.org>
8775 * acconfig.h (PREFIX_INCLUDE_DIR): New variable.
8776 * config.in: Rebuild.
8778 2001-09-30 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8780 * config/m68hc11/m68hc11.md ("cmpqi_1"): Fix constraints.
8781 ("tsthi_1"): Avoid allocation in register y.
8782 ("*movqi_68hc12"): Reorganize and fix constraints.
8783 ("zero_extendqisi2"): Prefer d over x and y for operand 1.
8784 ("addqi3"): Likewise.
8785 ("addhi3"): Fix constraints.
8786 ("*logicalhi3_zexthi"): Disparage soft registers.
8788 2001-09-30 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8790 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Fix move of sp
8793 2001-09-30 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8795 * config/m68hc11/m68hc11.h(INCOMING_RETURN_ADDR_RTX): Remove so
8796 that we use setjmp/longjmp exceptions.
8798 2001-09-30 Neil Booth <neil@daikokuya.demon.co.uk>
8800 * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,
8801 POOL_SIZE, POOL_ROOM, POOL_COMMIT, struct cpp_chunk,
8802 struct cpp_pool, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
8803 _cpp_pool_alloc, _cpp_next_chunk): Remove.
8804 (_cpp_extend_buff, BUFF_ROOM): Update.
8805 (_cpp_append_extend_buff): New.
8806 (struct cpp_reader): Remove macro_pool, add a_buff.
8807 * cppinit.c (cpp_create_reader): Initialize a_buff, instead of
8809 (cpp_destroy): Free a_buff instead of macro_pool.
8810 * cpplex.c (new_chunk, chunk_suitable, _cpp_next_chunk,
8811 new_chunk, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
8812 _cpp_pool_alloc, ): Remove.
8813 (parse_number, parse_string): Update use of _cpp_extend_buff.
8814 (_cpp_extend_buff): Update.
8815 (_cpp_append_extend_buff, cpp_aligned_alloc): New.
8816 * cpplib.c (glue_header_name, parse_answer):
8817 Update use of _cpp_extend_buff.
8818 (cpp_register_pragma, cpp_register_pragma_space): Use
8820 (do_assert, do_unassert): Check for EOL, update.
8821 * cppmacro.c (stringify_arg, collect_args): Update to use
8822 _cpp_extend_buff and _cpp_append_extend_buff.
8823 (save_parameter, parse_params, alloc_expansion_token,
8824 _cpp_create_definition): Rework memory management.
8826 2001-09-29 Andris Pavenis <pavenis@lanet.lv>
8828 * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): Don't
8829 update md_exec_prefix.
8830 (UPDATE_PATH_HOST_CANONICALIZE): Don't free PATH as it can point
8833 2001-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8835 * config/s390/s390.h (EXTRA_CC_MODES): Add CCLmode.
8836 (SELECT_CC_MODE): Use s390_select_ccmode.
8837 * config/s390/s390-protos.h (s390_select_ccmode): Add.
8838 * config/s390/s390.c (s390_select_ccmode): New.
8839 (s390_match_ccmode): Add CCLmode.
8840 (s390_branch_condition_mask, s390_branch_condition_mnemonic): New.
8841 (output_branch_condition, output_inverse_branch_condition): Removed.
8842 (print_operand): Use s390_branch_condition_mnemonic.
8843 * config/s390/s390.md (addsi3_cc, addsi3_cconly, addsi3_cconly2,
8844 subsi3_cc, subsi3_cconly): Use logical instructions and CCLmode.
8845 (bunordered, bordered, buneq, bungt, bunlt, bnuge, bunle, bltgt): New.
8847 * config/s390/s390.c (check_and_change_labels): Preserve CC mode
8848 when converting conditional branches to far branches.
8849 * config/s390/s390.md (cmpstr_const, cmpstr_64, cmpstr_31, cmpint_si,
8850 cmpint_di): Use CCSmode instead of CCUmode.
8852 * config/s390/s390.c (legitimate_la_operand_p): New.
8853 * config/s390/s390-protos.h (legitimate_la_operand_p): Add.
8854 * config/s390/s390.md (movsi): Convert load address patterns to
8855 arithmetic operations when necessary.
8856 (addaddr_picR, addaddr_picL, addaddr_picN): Removed.
8857 (do_la): Renamed to *do_la and use legitimate_la_operand_p.
8858 (*do_la_reg_0): Don't use before reload.
8860 * config/s390/s390.c (legitimize_address): Make more efficient
8861 use of two-register addressing mode.
8863 * config/s390/s390.c (s390_function_prologue): Fix incorrect prolog
8864 with -mno-backchain in some corner cases.
8866 * config/s390/s390.md (cmpsi_cct): Operands 0 and 1 do not commute.
8868 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8870 * reload.c (find_reloads): Mark new USE insns with QImode.
8871 (find_reloads_toplev, find_reloads_address, subst_reg_equivs,
8872 find_reloads_subreg_address): Likewise.
8873 * regrename.c (note_sets, clear_dead_regs): Abort if pseudos are
8875 * reload1.c (reload_combine_note_use): Likewise, inside USEs and
8877 (reload): Make sure there are no USEs with mode other than
8878 VOIDmode. At the end, remove those marked with QImode.
8880 2001-09-29 Per Bothner <per@bothner.com>
8882 * cppdefault.c (cpp_include_defaults): Also search PREFIX_INCLUDE_DIR.
8883 * Makefile.in (includedir): Rename to local_includedir.
8884 (includedir): Define as $(prefix)/include.
8885 * config.in (PREFIX_INCLUDE_DIR): New variable.
8886 * configure.in (PREFIX_INCLUDE_DIR): Test for new variable.
8888 2001-09-29 Bernd Schmidt <bernds@redhat.com>
8890 * config/i386/i386.c (init_mmx_sse_builtins): Fix type of storelps and
8892 * doc/extend.texi (Vector Extensions): New node.
8893 * doc/invoke.texi (Machine Dependent Options): Add documentation for
8894 i386 -mmmx, -msse, -m3dnow.
8896 Sat Sep 29 15:08:16 CEST 2001 Jan Hubicka <jh@suse.cz>
8898 * doc/invoke.texi (Optimize Options): Revert an accidental checkin.
8900 2001-09-29 Hans-Peter Nilsson <hp@axis.com>
8902 * cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn.
8904 * doc/invoke.texi (Optimize Options): Delete spurious @table.
8906 2001-09-28 Richard Henderson <rth@redhat.com>
8908 * varasm.c (assemble_integer): Bound alignment check by
8911 * cfgrtl.c (redirect_edge_and_branch): Abort if redirect_jump fails.
8913 2001-09-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8915 * config/i386/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
8917 2001-09-25 Bernd Schmidt <bernds@redhat.com>
8919 Mostly from Graham Stott <grahams@redhat.com>
8920 * c-common.c (type_for_mode): Add support for V2SFmode.
8921 * tree.c (build_common_tree_nodes_2): Likewise.
8922 * tree.h (enum tree_index, global_trees): Likewise.
8923 * config/i386/i386.c (x86_3dnow_a): New variable.
8924 (override_options): Support 3Dnow extensions.
8925 (bdesc_2arg, bdesc_1arg): Some SSE instructions are also part of
8926 Athlon's version of 3Dnow.
8927 (ix86_init_mmx_sse_builtins): Create 3Dnow builtins.
8928 (ix86_expand_builtin): Handle them.
8929 (ix86_hard_regno_mode_ok): Support V2SFmode if using 3Dnow.
8930 * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A, TARGET_3DNOW,
8931 TARGET_3DNOW_A): New macros.
8932 (TARGET_SWITCHES): Add 3Dnow switches.
8933 (VALID_MMX_REG_MODE_3DNOW): New macro.
8934 (VECTOR_MODE_SUPPORTED_P): Use it.
8935 (enum ix86_builtins): Add entries for 3Dnow builtins.
8936 * config/i386/i386.md (movv2sf_internal, movv2sf, pushv2sf, pf2id,
8937 pf2iw, addv2sf3, subv2sf3, subrv2sf3, gtv2sf3, gev2sf3, eqv2sf3,
8938 pfmaxv23sf3, pfminv2sf3, mulv2sf3, femms, prefetch_3dnow, prefetchw,
8939 pfacc, pfnacc, pfpnacc, pi2fw, floatv2si2, pavgusb, pfrcpv2sf2,
8940 pfrcpit1v2sf3, pfrcpit2v2sf3, pfrsqrtv2sf2, pfrsqit1v2sf3,
8941 pmulhrwvhi3, pswapdv2si2, pswapdv2sf2): New patterns.
8942 (mmx_pmovmskb, mmx_maskmovq, sse_movntdi, umulv4hi3_highpart,
8943 mmx_uavgv8qi3, mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw,
8944 mmx_pshufw, umaxv8qi3, smaxv4hi3, uminv8qi3, sminv4hi3, sfence,
8945 sfence_insn, prefetch): Make these available if TARGET_SSE or
8948 Fri Sep 28 19:18:40 CEST 2001 Jan Hubicka <jh@suse.cz>
8950 * i386-protos.h (ix86_setup_incoming_varargs, ix86_va_arg,
8951 ix86_va_start, ix86_build_va_list): Declare.
8952 * i386.c (ix86_setup_incoming_varargs, ix86_va_arg,
8953 ix86_va_start, ix86_build_va_list): New global functions.
8954 * i386.md (sse_prologue_save_insn): New insn.
8955 (sse_prologue_save): New expander.
8956 * i386.h (EXPAND_BUILTIN_VA_ARG, EXPAND_BUILTIN_VA_START,
8957 BUILD_VA_LIST_TYPE, SETUP_INCOMING_VARARGS): New macros.
8959 2001-09-28 Neil Booth <neil@daikokuya.demon.co.uk>
8961 * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff):
8962 Use size_t everywhere, make definitions consistent with
8965 Fri Sep 28 14:59:34 CEST 2001 Jan Hubicka <jh@suse.cz>
8967 * gcse.c (replace_store_insn): Use delete_insn.
8968 * loop.c (move_movables): Likewise; avoid delete_insn
8969 from clobbering notes moved elsewhere.
8970 (check_dbra_loop): Use delete_insn.
8971 * ssa.c (convert_from_ssa): Likewise.
8972 * cse.c (cse_insn): Use delete_insn.
8974 2001-09-28 Neil Booth <neil@daikokuya.demon.co.uk>
8976 * cpphash.h (struct cpp_buff): Make unsigned.
8977 (_cpp_get_buff): Take length of size_t.
8978 (_cpp_unaligned_alloc): New.
8979 (BUFF_ROOM, BUFF_FRONT, BUFF_LIMIT): New.
8980 (struct cpp_reader): Remove ident_pool. Add u_buff.
8981 * cppinit.c (cpp_create_reader): Initialize u_buff, not ident_pool.
8982 (cpp_destroy): Destroy u_buff, not ident_pool.
8983 * cpplex.c (parse_number, parse_string, save_comment,
8984 cpp_token_as_text): Update to use the unaligned buffer.
8985 (new_buff): Make unsigned.
8986 (_cpp_unaligned_alloc): New.
8987 * cpplib.c (glue_header_name): Update to use the unaligned buffer.
8988 * cppmacro.c (new_number_token, builtin_macro, stringify_arg):
8990 (collect_args): Make unsigned.
8992 2001-09-27 Zack Weinberg <zack@codesourcery.com>
8994 * cpplex.c (cpp_output_token): Use a putc loop for
8995 SPELL_OPERATOR, and fwrite for SPELL_IDENT.
8997 * configure.in: Detect fwrite_unlocked and fprintf_unlocked.
8998 * configure, config.in: Regenerate.
8999 * system.h: Replace fwrite and fprintf with their unlocked
9000 variants if available.
9002 2001-09-27 Richard Henderson <rth@redhat.com>
9004 * dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame
9005 in favour of .eh_frame.
9007 2001-09-27 Aldy Hernandez <aldyh@redhat.com>
9009 * config/rs6000/rs6000.h (FUNCTION_VALUE): Change hardcoded 33 and 3
9011 (LIBCALL_VALUE): Likewise.
9013 2001-09-27 Neil Booth <neil@daikokuya.demon.co.uk>
9015 * cpphash.h: Update comment.
9016 * cpplex.c: Update comments.
9017 (_cpp_can_paste): Remove.
9018 * cpplib.h (_cpp_can_paste): Remove.
9019 * cppmacro.c (paste_tokens, paste_all_tokens): Update to use the
9020 lexer rather than _cpp_can_paste.
9022 2001-09-27 Neil Booth <neil@daikokuya.demon.co.uk>
9024 * doc/cppinternals.texi: Update.
9026 2001-09-26 Neil Booth <neil@daikokuya.demon.co.uk>
9028 * cpphash.h (struct cpp_pool): Remove locks and locked.
9029 (struct cpp_context): Add member buff.
9030 (struct cpp_reader): Remove member argument_pool.
9031 (_cpp_lock_pool, _cpp_unlock_pool): Remove.
9032 * cppinit.c (cpp_create_reader, cpp_destroy): Argument_pool is dead.
9033 * cpplex.c (chunk_suitable): Remove pool argument.
9034 (MIN_BUFF_SIZE, BUFF_SIZE_UPPER_BOUND, EXTENDED_BUFF_SIZE): New.
9035 (new_buff, _cpp_extend_buff): Update.
9036 (_cpp_get_buff): Fix silly pointer bug. Be more selective about
9037 which buffer is returned.
9038 (_cpp_next_chunk, _cpp_init_pool): Pool locking removed.
9039 (_cpp_lock_pool, _cpp_unlock_pool): Remove.
9040 * cppmacro.c (lock_pools, unlock_pools): Remove.
9041 (push_ptoken_context): Take a _cpp_buff.
9042 (enter_macro_context): Pool locking removed.
9043 (replace_args): Use a _cpp_buff for the replacement list with
9045 (push_token_context): Clear buff.
9046 (expand_arg): Use _cpp_pop_context.
9047 (_cpp_pop_context): Free a context's buffer, if any.
9049 2001-09-26 DJ Delorie <dj@redhat.com>
9051 * c-typeck.c (digest_init): Check for sizeless arrays.
9053 2001-09-26 Richard Henderson <rth@redhat.com>
9055 * optabs.c (init_one_libfunc): Create a dummy function type
9056 instead of using error_mark_node.
9058 2001-09-26 Neil Booth <neil@daikokuya.demon.co.uk>
9060 * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,
9061 _cpp_extend_buff, _cpp_free_buff): New.
9062 (struct cpp_reader): New member free_buffs.
9063 * cppinit.c (cpp_destroy): Free buffers.
9064 * cpplex.c (new_buff, _cpp_release_buff, _cpp_get_buff,
9065 _cpp_extend_buff, _cpp_free_buff): New.
9066 * cpplib.h (struct cpp_options): Remove unused member.
9067 * cppmacro.c (collect_args): New. Combines the old parse_arg
9068 and parse_args. Use _cpp_buff for memory allocation.
9069 (funlike_invocation_p, replace_args): Update.
9071 Wed Sep 26 13:20:51 CEST 2001 Jan Hubicka <jh@suse.cz>
9073 * final.c (final_scan_insn): Use delete_insn instead of delete_note.
9075 2001-09-25 Andrew Haley <aph@cambridge.redhat.com>
9077 * except.c (sjlj_mark_call_sites): Change address inside sequence.
9079 2001-09-24 Andrew Haley <aph@cambridge.redhat.com>
9081 * config/sh/linux.h (LINK_SPEC): Set dynamic-linker to agree with
9084 2001-09-25 Janis Johnson <janis187@us.ibm.com>
9085 Jim Wilson <wilson@redhat.com>
9087 * doc/install.texi (Specific, ia64-*-linux): Document.
9089 Tue Sep 25 17:13:56 CEST 2001 Jan Hubicka <jh@suse.cz>
9091 * Makefile.in (cfgrtl.o): Add.
9092 * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks,
9093 free_aux_for_block, alloc_aux_for_edge, alloc_aux_for_edges,
9094 free_aux_for_edge): Declare.
9096 (HAVE_return): Undefine.
9097 * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks,
9098 free_aux_for_block, alloc_aux_for_edge, alloc_aux_for_edges,
9099 free_aux_for_edge): New global functions.
9100 (first_delete_block): New static variable.
9101 (init_flow): Clear first_delete_block.
9102 (basic_block_for_insn, label_value_list, tail_recursion_label_list,
9103 can_delete_note_p, can_delete_label_p, commit_one_edge_insertion,
9104 try_redirect_by_replacing_jump, last_loop_beg_note,
9105 back_edge_of_syntactic_loop_p, force_nonfallthru_and_redirect,
9106 delete_insn, delete_insn_chain, create_basic_block_structure,
9107 create_basic_block, flow_delete_block, compute_bb_for_insn,
9108 free_bb_for_insn, update_bb_for_insn, set_block_for_insn,
9109 set_block_for_new_insns, split_block, merge_blocks_nomove,
9110 block_label, try_redirect_by_replacing_jump, last_loop_beg_note,
9111 redirect_edge_and_branch, force_nonfallthru_and_redirect,
9112 force_nonfallthru, redirect_edge_and_branch_force, tidy_fallthru_edge,
9113 tidy_fallthru_edges, split_edge, insert_insn_on_edge,
9114 commit_one_edge_insertion, commit_edge_insertions, dump_bb, debug_bb,
9115 debug_bb_n, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
9116 purge_all_dead_edges): Move to ....
9117 * cfgrtl.c: New file; .... Here.
9119 * bb-reorder.c (fixup_reorder_chain): Use alloc_aux_for_block.
9120 (reroder_basic_block): Use alloc_aux_for_blocks.
9121 * predict.c (estimate_bb_frequencies): Likewise; use
9122 alloc_aux_for_edges.
9123 * profile.c (compute_branch_probabilities): Likewise.
9124 (branch_prob): Likewise.
9125 * reg-stack.c (reg_to_stack): Likewise.
9127 * emit-rtl.c (emit_insns_after): Never return NULL.
9129 * basic-block.h (set_block_for_new_insns): Delete.
9130 * cfgrtl.c (set_block_for_new_insns): Delete.
9132 * cfgcleanup.c (try_optimize_cfg): Add fake exit edges for noreturn
9133 calls when crossjumping.
9135 * cfgcleanup.c (try_simplify_condjump): Cleanup invert_jump call.
9136 * unroll.c (copy_loop_body): Use delete_insn.
9138 * final.c (final, final_scan_insn): Use delete_insn/delete_note.
9139 * function.c (fixup_var_refs_insn, fixup_var_refs_1,
9140 keep_stack_depressed): Likewise.
9141 * gcse.c (cprop_cc0_jump): Likewise.
9142 * local-alloc.c (update_equiv_regs): Likewise.
9143 * loop.c (scan_loop, loop_delete_insns): Likewise.
9144 * regmove.c (try_auto_increment, fixup_match_1): Likewise.
9145 * reload1.c (reload, calculate_needs_all_insns, reload_as_needed,
9146 delete_output_reload, delete_address_reloads_1,
9147 reload_cse_delete_noop_set, reload_combine, reload_cse_move2add):
9149 * sibcall.c (replace_call_placeholder): Likewise.
9150 * cse.c (cse_insn): Likewise.
9152 2001-09-25 Bernd Schmidt <bernds@redhat.com>
9154 From Graham Stott <grahams@redhat.com>
9155 (def_builtin): Only define builtins appropriate for target_flags. All
9157 (builtin_decsription): Add new field mask which is used to determine
9158 when to define the builtin via the macro def_builtin.
9160 (bdesc_comi): Initialise new mask fields.
9161 (bdesc_2srg): Likewise.
9162 (bdesc_1arg): Likewise.
9164 * config/i386/i386.c (ix86_init_builtins): Correct return type
9165 building v4hi_ftype_v4hi_int_int tree node.
9166 (ix86_expand_sse_comi): Fix typo swapping operands.
9167 Don't swap comparision condition, it is already swapped.
9168 (ix86_expand_sse_compare): Before swapping operands
9169 move operand 1 into new rtx and not the target rtx.
9170 Don't swap comparison condition, it is already swapped.
9171 Always check whether we need to create a new TARGET.
9173 * config/i386/i386.md: (sse_comi) Fix typos.
9174 (sse_ucomi): Likewise.
9175 (cvtss2si): Fix operand 0 contraint.
9176 (cvttss2si): Likewise.
9177 (sse_unpckhps): Fix mode for operand 2.
9178 (sse_unpcklps): Likewise.
9180 2001-09-25 Graham Stott <grahams@redhat.com>
9182 * sibcall.c (skip_copy_to_return_value): Tighten return value
9185 2001-09-24 David Edelsohn <edelsohn@gnu.org>
9187 * rs6000.c (lwa_operand): Address must be word aligned.
9189 Mon Sep 24 18:57:59 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9191 * tree.c (type_hash_marked_p): Consider as marked if debug symbol
9192 number has been set.
9193 (type_hash_mark): Mark type itself.
9195 2001-09-24 Neil Booth <neil@daikokuya.demon.co.uk>
9197 * c-lex.c (cb_def_pragma): Update.
9198 (c_lex): Update, and skip padding.
9199 * cppexp.c (lex, parse_defined): Update, remove unused variable.
9200 * cpphash.h (struct toklist): Delete.
9201 (union utoken): New.
9202 (struct cpp_context): Update.
9203 (struct cpp_reader): New members eof, avoid_paste.
9204 (_cpp_temp_token): New.
9205 * cppinit.c (cpp_create_reader): Update.
9206 * cpplex.c (_cpp_temp_token): New.
9207 (_cpp_lex_direct): Add PREV_WHITE when parsing args.
9208 (cpp_output_token): Don't print leading whitespace.
9209 (cpp_output_line): Update.
9210 * cpplib.c (glue_header_name, parse_include, get__Pragma_string,
9211 do_include_common, do_line, do_ident, do_pragma,
9212 do_pragma_dependency, _cpp_do__Pragma, parse_answer,
9213 parse_assertion): Update.
9214 (get_token_no_padding): New.
9215 * cpplib.h (CPP_PADDING): New.
9216 (AVOID_LPASTE): Delete.
9217 (struct cpp_token): New union member source.
9218 (cpp_get_token): Update.
9219 * cppmacro.c (macro_arg): Convert to use pointers to const tokens.
9220 (builtin_macro, paste_all_tokens, paste_tokens, funlike_invocation_p,
9221 replace_args, quote_string, stringify_arg, parse_arg, next_context,
9222 enter_macro_context, expand_arg, _cpp_pop_context, cpp_scan_nooutput,
9223 _cpp_backup_tokens, _cpp_create_definition): Update.
9224 (push_arg_context): Delete.
9225 (padding_token, push_token_context, push_ptoken_context): New.
9226 (make_string_token, make_number_token): Update, rename.
9227 (cpp_get_token): Update to handle tokens as pointers to const,
9228 and insert padding appropriately.
9229 * cppmain.c (struct printer): New member prev.
9230 (check_multiline_token): Constify.
9231 (do_preprocessing, cb_line_change): Update.
9232 (scan_translation_unit): Update to handle spacing.
9233 * scan-decls.c (get_a_token): New.
9234 (skip_to_closing_brace, scan_decls): Update.
9235 * fix-header.c (read_scan_file): Update.
9237 * doc/cpp.texi: Update.
9239 2001-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9241 * c-aux-info.c (affix_data_type): Use ATTRIBUTE_MALLOC. Avoid
9242 leak by passing malloc'ed pointer to reconcat, not concat.
9244 2001-09-24 DJ Delorie <dj@redhat.com>
9246 * varasm.c (array_size_for_constructor): Handle STRING_CSTs also.
9248 2001-09-24 Ulrich Weigand <uweigand@de.ibm.com>:
9250 * flow.c (delete_dead_jumptables): Delete jumptable if the only
9251 reference is from the literal pool.
9253 2001-09-24 Janis Johnson <janis187@us.ibm.com>
9255 * doc/install.texi (Final install): Request additional information
9256 in mail about successful builds.
9258 2001-09-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
9260 * pa.c (return_addr_rtx): Return NULL_RTX if count is not zero. Use
9261 initial value of return pointer register instead of value in frame-20.
9264 2001-09-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
9266 * som.h (ASM_OUTPUT_EXTERNAL): Improve formatting.
9267 (ASM_OUTPUT_EXTERNAL_LIBCALL): Only generate a .IMPORT statement for
9268 the libcall if there isn't a referenced identifier for the symbol.
9270 2001-09-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
9272 * pa.h (TRAMPOLINE_TEMPLATE): Add two words to the template for
9273 non 64-bit machines. Use these as a plabel for the trampoline.
9274 (TRAMPOLINE_SIZE): Adjust size for new words.
9275 (INITIALIZE_TRAMPOLINE): Initialize new words.
9276 (TRAMPOLINE_ADJUST_ADDRESS): New. Adjust address to make it a
9277 pointer to the plabel in the trampoline.
9279 2001-09-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
9281 * pa.c (function_arg): Pass floating arguments in both general and
9282 floating registers in indirect (dynamic) calls when generating code
9283 for the 32 bit ABI and the HP assembler.
9285 2001-09-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9287 * doc/install.texi: Markup fixes.
9288 Use Solaris 2, SunOS 4 as appropriate.
9289 (Specific, *-*-solaris2*): Explain this.
9290 Unconditionally warn against /usr/ucb tools.
9291 Remove Sun as warning, obsolete.
9292 Move X11 header bug workaround here, update patches.
9293 (Specific, sparc-sun-solaris2*): Detail Sun as fix status.
9294 (Specific, sparc-sun-solaris2.7): Update patch 106950 status.
9296 2001-09-23 Zack Weinberg <zack@codesourcery.com>
9298 * errors.h (warning, error, fatal, internal_error): Don't mark
9299 with ATTRIBUTE_PRINTF_n.
9300 * toplev.h (internal_error, fatal_io_error, warning, error,
9301 pedwarn, pedwarn_with_file_and_line, warning_with_file_and_line,
9302 error_with_file_and_line, sorry, error_for_asm, warning_for_asm):
9305 Sun Sep 23 18:19:48 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9307 * function.c (pop_function_context_from): var_refs_queue
9308 and temp slots now in GC memory.
9309 (mark_function_status, free_after_compilation): Likewise;
9310 also struct function now in GC memory.
9311 (assign_stack_temp_for_type): struct temp_slot now in GC memory.
9312 (combine_temp_slots): Likewise.
9313 (schedule_fixup_var_refs): var_refs_queue now in GC memory.
9314 (prepare_function_start): Use GC memory for struct function.
9315 (mark_temp_slot): Deleted.
9316 (gcc_mark_struct_function): struct function now in GC memory.
9318 * fold-const.c (extract_muldiv, case PLUS_EXPR): Only adjust
9319 code for division, not modulus.
9321 * rtl.def (MEM): Remove obsolete part of comment.
9323 2001-09-22 Joseph S. Myers <jsm28@cam.ac.uk>
9325 * c-format.c (init_function_format_info): Check __builtin_printf
9326 and __builtin_fprintf even if -ffreestanding. Check C99 functions
9329 Sat Sep 22 09:09:32 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9331 * c-common.c (format_attribute_table): Remove decl.
9332 * tree.h (format_attribute_table, lang_attribute_table): New decls.
9333 (lang_attribute_common): Likewise.
9335 * function.c (fix_lexical_address): Use set_mem_alias_set.
9336 (expand_function_start): Likewise.
9337 * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Likewise.
9339 * varasm.c (output_constant): Fix unused variable warning.
9341 * attribs.c: New file, from c-common.c.
9342 (attribute_tables): Now four elements.
9343 (format_attribute_table, lang_attribute_common): New variables.
9344 (init_attributes): Reflect above changes.
9345 (handle_mode_attribute): Delete check for wider than uintmax.
9346 * c-common.c: Delete parts moved to attribs.c.
9347 (enum attrs): Deleted; unused.
9348 (c_format_attribute_table): New variable.
9349 (c_common_lang_init): Initialize format_attribute_table with it.
9350 * c-common.h (decl_attributes): Remove decl.
9351 * tree.h (decl_attribute): Move it to here.
9352 * Makefile.in (C_AND_OBJS_OBJS): Add attribs.o.
9353 (attribs.o): New rule.
9355 2001-09-22 Andreas Jaeger <aj@suse.de>
9357 * builtins.c (c_getstr): Remove unused variable.
9359 2001-09-21 Richard Henderson <rth@redhat.com>
9361 * reload1.c (reload): Use delete_insn instead of splatting
9364 2001-09-21 Richard Henderson <rth@redhat.com>
9366 * reload.c (push_secondary_reload): Don't check for "=" in output
9367 constraint after ""->ALL_REGS check.
9369 2001-09-21 Richard Henderson <rth@redhat.com>
9371 * predict.c (expected_value_to_br_prob): Use pc_set.
9373 * optabs.c (init_one_libfunc): Gen a FUNCTION_DECL for use by
9374 ENCODE_SECTION_INFO; get SYMBOL_REF from make_decl_rtl.
9376 2001-09-21 Richard Henderson <rth@redhat.com>
9378 * rtl.h (LCT_RETURNS_TWICE): New.
9379 * calls.c (emit_call_1): Set current_function_calls_setjmp for
9381 (emit_library_call_value_1): Map LCT_RETURNS_TWICE
9382 to ECF_RETURNS_TWICE.
9383 * except.c (sjlj_emit_function_enter): Use LCT_RETURNS_TWICE for
9386 * unwind-sjlj.c: Invent the setjmp.h declarations if inhibit_libc.
9388 * config/stormy16/stormy16.h (DONT_USE_BUILTIN_SETJMP): New.
9389 (JMP_BUF_SIZE): New.
9391 2001-09-21 Richard Henderson <rth@redhat.com>
9393 * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Map 'd'
9396 2001-09-21 Richard Henderson <rth@redhat.com>
9398 * tree.def (FDESC_EXPR): New.
9399 * expr.c (expand_expr): Handle it.
9400 * varasm.c (initializer_constant_valid_p): Likewise.
9401 (output_constant): Likewise.
9402 * defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
9403 * config/ia64/ia64.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
9404 (ASM_OUTPUT_FDESC): New.
9405 * doc/tm.texi: Document the new macros.
9407 21-09-2001 Richard Earnshaw (reanrsha@arm.com)
9409 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Don't leave
9410 ADDR_VEC or ADDR_DIFF_VEC jump insns as part of the basic block
9411 once merging is complete.
9413 Fri Sep 21 11:20:12 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9415 * integrate.c (allocate_initial_values): Eliminate unused arg warning.
9417 21-09-2001 Richard Earnshaw (reanrsha@arm.com)
9419 * cfgcleanup.c (flow_find_cross_jump): Delete any REG_EQUAL notes
9420 that would be invalid after a merge.
9422 Fri Sep 21 14:24:29 CEST 2001 Jan Hubicka <jh@suse.cz>
9424 * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.
9425 * cfg.c (delete_insn): Rename from ....; use remove_insn; do not
9427 (flow_delete_insn): This one.
9428 (delete_insn_chain): Rename from ...; do not care labels.
9429 (flow_delete_insn_chain): ... this one.
9430 (flow_delete_block): Remove the insns one BB has been expunged.
9431 (merge_blocks_nomove): Likewise.
9432 (try_redirect_by_replacing_jump): Use delete_insn[_chain]; do not care
9433 updating BB boundaries.
9434 (tidy_fallthru_edge): Likewise.
9435 (commit_one_edge_insertion): Likewise.
9436 * cfgbuild.c (find_basic_block): Likewise.
9437 (find_basic_blocks_1): Likewise.
9438 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Likewise.
9439 (try_crossjump_to_edge): Likewise.
9440 (try_optimize_cfg): Likewise.
9441 * cse.c (delete_trivially_dead_insns): Likewise.
9442 * df.c (df_insn_delete): Likewise.
9443 * doloop.c (doloop_modify): Use delete_related_insns.
9444 * emit-rtl.c (try_split): Likewise.
9445 (remove_insn): Update BB boundaries.
9446 * expect.c (connect_post_landing_pads): Use delete_related_insns.
9447 * flow.c (delete_dead_jumptables): Use delete_insn[_chain]; do not care
9448 updating BB boundaries.
9449 (propagate_block_delete_insn): Likewise.
9450 (propagate_block_delete_libcall): Likewise.
9451 * function.c (delete_handlers): Use delete_related_insns.
9452 (thread_prologue_and_epilogue_insns): Likewise.
9453 * gcse.c (delete_null_pointer_checks): Use delete_related_insns.
9454 * genpeep.c (gen_peephole): Use delete_related_insns.
9455 * ifcvt.c (noce_process_if_block): Use delete_insn; do not care updating
9457 (find_cond_trap): Likewise.
9458 * integrate.c (save_for_inline): Use delete_related_insns.
9459 (copy_insn_list): Likewise.
9460 * jump.c (pruge_linie_number_notes): Likewise.
9461 (duplicate_loop_exit_test): Likewise.
9462 (delete_computation): Likewise.
9463 (delete_related_insn): Rename from ...; use delete_insn
9464 (delete_insn): ... this one.
9465 (redirect_jump): Use delete_related_insns.
9466 * loop.c (scan_loop): Likewise.
9467 (move_movables): Likewise.
9468 (find_and_verify_loops): Likewise.
9469 (check_dbra_loop): Likewise.
9470 * recog.c (peephole2_optimize): Likewise.
9471 * reg-stack.c (delete_insn_for_stacker): Remove.
9472 (move_for_stack_reg): Use delete_insn.
9473 * regmove.c (combine_stack_adjustments_for_block): Likewise.
9474 * reload1.c (delete_address_reloads): Use delete_related_insns.
9475 (fixup_abnormal_edges): Use delete_insn.
9476 * recog.c (emit_delay_sequence): Use delete_related_insns.
9477 (delete_from-delay_slot): Likewise.
9478 (delete_scheduled_jump): likewise.
9479 (optimize_skip): Likewise.
9480 (try_merge_delay_insns): Likewise.
9481 (full_simple_delay_slots): Likewise.
9482 (fill_slots_from_thread): Likewise.
9483 (relax_delay_slots): Likewise.
9484 (make_return_insns): Likewise.
9485 (dbr_schedule): Likewise.
9486 * rtl.h (delete_insn): Rename to delete_related_insns.
9487 (delete_insn, delete_insn_chain): New prototypes.
9488 * ssa-ccp (sse_fast_dce): Remove deleting of DEF, as it is done
9489 by df_insn_delete already.
9490 * ssa-dce.c (delete_insn_bb): Use delete_insn.
9491 * ssa.c (convert_from_ssa): Use delete_related_insns.
9492 * unroll.c (unroll_loop): Likewise.
9493 (calculate_giv_inc): Likewise.
9494 (copy_loop_body): Likewise.
9496 * i386-protos.h (ix86_libcall_value, ix86_function_value,
9497 ix86_function_arg_regno_p, ix86_function_arg_boundary,
9498 ix86_return_in_memory, ix86_function_value): Declare.
9499 * i386.c (x86_64_int_parameter_registers, x86_64_int_return_registers):
9500 new static valurables.
9501 (x86_64_reg_class): New enum
9502 (x86_64_reg_class_name): New array.
9503 (classify_argument, examine_argument, construct_container,
9504 merge_classes): New static functions.
9505 (optimization_options): Enable flag_omit_frame_pointer and disable
9506 flag_pcc_struct_return on 64bit.
9507 (ix86_libcall_value, ix86_function_value,
9508 ix86_function_arg_regno_p, ix86_function_arg_boundary,
9509 ix86_return_in_memory, ix86_function_value): New global functions.
9510 (init_cumulative_args): Refuse regparm on x86_64, set maybe_vaarg.
9511 (function_arg_advance): Handle x86_64 passing conventions.
9512 (function_arg): Likewise.
9513 * i386.h (FUNCTION_ARG_BOUNDARY): New macro.
9514 (RETURN_IN_MEMORY): Move offline.
9515 (FUNCTION_VALUE, LIBCALL_VALUE): Likewise.
9516 (FUNCTION_VALUE_REGNO_P): New macro.
9517 (FUNCTION_ARG_REGNO_P): Move offline.
9518 (struct ix86_args): Add maybe_vaarg.
9519 * next.h (FUNCTION_VALUE_REGNO_P): Delete.
9520 * unix.h (FUNCTION_VALUE_REGNO_P): Delete.
9522 2001-09-21 Hartmut Penner <hpenner@de.ibm.com>
9524 * s390.md: Changed attributes for scheduling.
9525 * s390.c: (s390_adjust_cost, s390_adjust_priority)
9528 2001-09-21 Joseph S. Myers <jsm28@cam.ac.uk>
9530 Table-driven attributes.
9531 * c-decl.c, config/alpha/alpha.c, config/arc/arc.c,
9532 config/arm/arm.c, config/arm/pe.c, config/avr/avr.c,
9533 config/avr/avr.h, config/d30v/d30v.h, config/fr30/fr30.h,
9534 config/h8300/h8300.c, config/i386/cygwin.h, config/i386/winnt.c,
9535 config/m32r/m32r.c, config/mcore/mcore.c, config/sh/sh.c,
9536 config/stormy16/stormy16.h, config/v850/v850.c, doc/c-tree.texi,
9537 doc/tm.texi, ggc-common.c, integrate.c, print-tree.c, tree.c,
9538 tree.h: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
9539 * tree.h (struct tree_decl): Change machine_attributes to
9541 * doc/c-tree.texi: Document that all attributes are now attached
9543 * c-common.c (add_attribute, attrtab, attrtab_idx,
9544 default_valid_lang_attribute, valid_lang_attribute): Remove.
9545 (attribute_tables, attributes_initialized,
9546 c_common_attribute_table, default_lang_attribute_table): New
9548 (handle_packed_attribute, handle_nocommon_attribute,
9549 handle_common_attribute, handle_noreturn_attribute,
9550 handle_unused_attribute, handle_const_attribute,
9551 handle_transparent_union_attribute, handle_constructor_attribute,
9552 handle_destructor_attribute, handle_mode_attribute,
9553 handle_section_attribute, handle_aligned_attribute,
9554 handle_weak_attribute, handle_alias_attribute,
9555 handle_no_instrument_function_attribute,
9556 handle_no_check_memory_usage_attribute, handle_malloc_attribute,
9557 handle_no_limit_stack_attribute, handle_pure_attribute): New
9559 (init_attributes, decl_attributes): Rewrite to implement
9560 table-driven attributes.
9561 * c-common.h (enum attribute_flags): Move to tree.h.
9562 * c-format.c (decl_handle_format_attribute,
9563 decl_handle_format_arg_attribute): Rename to
9564 handle_format_attribute and handle_format_arg_attribute. Update
9565 for table-driven attributes.
9566 * c-common.h (decl_handle_format_attribute,
9567 decl_handle_format_arg_attribute): Remove prototypes.
9568 (handle_format_attribute, handle_format_arg_attribute): Add
9570 * c-decl.c (grokdeclarator): Handle attributes nested inside
9572 * c-parse.in (setattrs, maybe_setattrs): Remove.
9573 (maybe_type_quals_setattrs): Rename to maybe_type_quals_attrs.
9574 Update to handle nested attributes properly.
9575 (maybe_resetattrs, after_type_declarator,
9576 parm_declarator_nostarttypename, notype_declarator, absdcl1_noea,
9577 absdcl1_ea, direct_absdcl1): Update to handle nested attributes
9579 (make_pointer_declarator): Update to handle nested attributes
9581 * doc/extend.texi: Update documentation of limits of attributes
9582 syntax. Warn about problems with attribute semantics in C++.
9583 * target.h (struct target): Remove valid_decl_attribute and
9584 valid_type_attribute. Add attribute_table and
9585 function_attribute_inlinable_p.
9586 * target-def.h (TARGET_VALID_DECL_ATTRIBUTE,
9587 TARGET_VALID_TYPE_ATTRIBUTE): Remove.
9588 (TARGET_ATTRIBUTE_TABLE, TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P):
9590 (TARGET_INITIALIZER): Update.
9591 * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): Remove default
9593 (function_attribute_inlinable_p): New function. Check for the
9594 presence of any machine attributes before using
9595 targetm.function_attribute_inlinable_p.
9596 (function_cannot_inline_p): Update.
9597 * Makefile.in (integrate.o): Update dependencies.
9598 * doc/tm.texi: Update documentation of target attributes and
9599 example definition of TARGET_VALID_TYPE_ATTRIBUTE.
9600 * tree.c (default_valid_attribute_p, valid_machine_attribute):
9602 (default_target_attribute_table,
9603 default_function_attribute_inlinable_p): New.
9604 (lookup_attribute): Update comment to clarify handling of multiple
9605 attributes with the same name.
9606 (merge_attributes, attribute_list_contained): Allow multiple
9607 attributes with the same name but different arguments to appear in
9608 the same attribute list.
9609 * tree.h (default_valid_attribute_p): Remove prototype.
9610 (struct attribute_spec): New.
9611 (default_target_attribute_table): Declare.
9612 (enum attribute_flags): Move from c-common.h. Add
9613 ATTR_FLAG_TYPE_IN_PLACE.
9614 (default_function_attribute_inlinable_p): Declare.
9615 * config/alpha/alpha.c (vms_valid_decl_attribute_p): Remove.
9616 (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
9617 (TARGET_ATTRIBUTE_TABLE): Define.
9618 (vms_attribute_table): New.
9619 * config/arc/arc.c (arc_valid_decl_attribute): Remove.
9620 (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
9621 (TARGET_ATTRIBUTE_TABLE): Define.
9622 (arc_attribute_table, arc_handle_interrupt_attribute): New.
9623 * config/arm/arm.c (arm_valid_type_attribute_p,
9624 arm_valid_decl_attribute_p, arm_pe_valid_decl_attribute_p):
9626 (TARGET_VALID_TYPE_ATTRIBUTE, TARGET_VALID_DECL_ATTRIBUTE): Don't
9628 (TARGET_ATTRIBUTE_TABLE): Define.
9629 (arm_attribute_table, arm_handle_fndecl_attribute,
9630 arm_handle_isr_attribute): New.
9631 * config/avr/avr.c (avr_valid_type_attribute,
9632 avr_valid_decl_attribute): Remove.
9633 (TARGET_VALID_DECL_ATTRIBUTE, TARGET_VALID_TYPE_ATTRIBUTE): Don't
9635 (TARGET_ATTRIBUTE_TABLE): Define.
9636 (avr_attribute_table, avr_handle_progmem_attribute,
9637 avr_handle_fndecl_attribute): New.
9638 * config/c4x/c4x.c (c4x_valid_type_attribute_p): Remove.
9639 (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
9640 (TARGET_ATTRIBUTE_TABLE): Define.
9641 (c4x_attribute_table, c4x_handle_fntype_attribute): New.
9642 * config/h8300/h8300.c (h8300_valid_decl_attribute): Remove.
9643 (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
9644 (TARGET_ATTRIBUTE_TABLE): Define.
9645 (h8300_attribute_table, h8300_handle_fndecl_attribute,
9646 h8300_handle_eightbit_data_attribute,
9647 h8300_handle_tiny_data_attribute): New.
9648 * config/i386/i386-protos.h (ix86_valid_type_attribute_p,
9649 i386_pe_valid_decl_attribute_p, i386_pe_valid_type_attribute_p):
9651 (ix86_handle_dll_attribute, ix86_handle_shared_attribute): New
9653 * config/i386/i386.c (ix86_valid_type_attribute_p: Remove.
9654 (TARGET_VALID_TYPE_ATTRIBUTE, TARGET_VALID_DECL_ATTRIBUTE): Don't
9656 (TARGET_ATTRIBUTE_TABLE): Define.
9657 (ix86_attribute_table, ix86_handle_cdecl_attribute,
9658 ix86_handle_regparm_attribute): New.
9659 * config/i386/winnt.c (i386_pe_valid_decl_attribute_p,
9660 i386_pe_valid_type_attribute_p): Remove.
9661 (ix86_handle_dll_attribute, ix86_handle_shared_attribute): New.
9662 * config/ia64/ia64.c (ia64_valid_type_attribute): Remove.
9663 (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
9664 (TARGET_ATTRIBUTE_TABLE): Define.
9665 (ia64_attribute_table): New.
9666 * config/m32r/m32r.c (m32r_valid_decl_attribute, interrupt_ident1,
9667 interrupt_ident2, model_ident1, model_ident2): Remove.
9668 (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
9669 (TARGET_ATTRIBUTE_TABLE): Define.
9670 (init_idents): Update.
9671 (m32r_attribute_table, m32r_handle_model_attribute): New.
9672 * config/m68hc11/m68hc11.c (m68hc11_valid_type_attribute_p):
9674 (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
9675 (TARGET_ATTRIBUTE_TABLE): Define.
9676 (m68hc11_attribute_table, m68hc11_handle_fntype_attribute): New.
9677 * config/mcore/mcore.c (mcore_valid_decl_attribute): Remove.
9678 (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
9679 (TARGET_ATTRIBUTE_TABLE): Define.
9680 (mcore_attribute_table, mcore_handle_naked_attribute): New.
9681 * config/ns32k/ns32k.c (ns32k_valid_type_attribute_p): Remove.
9682 (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
9683 (TARGET_ATTRIBUTE_TABLE): Define.
9684 (ns32k_attribute_table, ns32k_handle_fntype_attribute): New.
9685 * config/rs6000/rs6000.c (rs6000_valid_type_attribute_p): Remove.
9686 (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
9687 (TARGET_ATTRIBUTE_TABLE): Define.
9688 (rs6000_attribute_table, rs6000_handle_longcall_attribute): New.
9689 * config/sh/sh.c (sh_valid_decl_attribute): Remove.
9690 (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
9691 (TARGET_ATTRIBUTE_TABLE): Define.
9692 (sh_attribute_table, sh_handle_interrupt_handler_attribute,
9693 sh_handle_sp_switch_attribute, sh_handle_trap_exit_attribute):
9695 * config/stormy16/stormy16.c (stormy16_valid_type_attribute):
9697 (TARGET_VALID_TYPE_ATTRIBUTE): Don't define
9698 (TARGET_ATTRIBUTE_TABLE): Define.
9699 (stormy16_attribute_table, stormy16_handle_interrupt_attribute):
9701 * config/v850/v850.c (v850_valid_decl_attribute): Remove.
9702 (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
9703 (TARGET_ATTRIBUTE_TABLE): Define.
9704 (v850_attribute_table, v850_handle_interrupt_attribute,
9705 v850_handle_data_area_attribute): New.
9706 * config/v850/v850-c.c (mark_current_function_as_interrupt):
9707 Return void. Call decl_attributes instead of
9708 valid_machine_attribute.
9710 Fri Sep 21 01:49:41 2001 J"orn Rennecke <amylaar@redhat.com>
9712 * sh-protos.h (sh_pr_n_sets): Declare.
9713 * sh.c (calc_live_regs): If the initial value for PR has been copied,
9714 look at the copy to determine if PR needs to be saved.
9715 sh_pr_n_sets: New function.
9716 * sh.h (RETURN_ADDR_RTX): Use get_hard_reg_initial_val.
9717 (ALLOCATE_INITIAL_VALUE): Define.
9719 * sh.c (initial_elimination_offset):
9720 Fix RETURN_ADDRESS_POINTER_REGNUM case.
9722 Fri Sep 21 01:13:56 2001 J"orn Rennecke <amylaar@redhat.com>
9724 * integrate.c (allocate_initial_values): New function.
9725 * integrate.h (allocate_initial_values): Declare.
9726 * local-alloc.c (local_alloc): Move call to allocate_reg_info from
9728 * reload1.c (reload): And initialization of reg_equiv_memory_loc
9730 * toplev.c (rest_of_compilation): To here.
9731 Call allocate_initial_values.
9732 * tm.texi: add description for ALLOCATE_INITIAL_VALUE.
9734 Thu Sep 20 09:00:27 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9736 * ggc-page.c (ggc_marked_p): Properly convert return to boolean.
9738 2001-09-20 DJ Delorie <dj@redhat.com>
9740 * c-typeck.c (really_start_incremental_init): Discriminate
9741 between zero-length arrays and flexible arrays.
9742 (push_init_level): Detect zero-length arrays and handle them
9743 like fixed-sized arrays.
9744 * expr.c (store_constructor): Handle zero-length arrays and
9745 flexible arrays correctly.
9746 * doc/extend.texi: Update zero-length array notes.
9748 2001-09-20 Jim Wilson <wilson@redhat.com>
9750 * config/ia64/ia64.c (itanium_split_issue): Allow max 2 FP per cycle.
9751 (insn_matches_slot): Handle TYPE_L and TYPE_X slots when checking
9752 for issue port conflicts.
9753 (cycle_end_fill_slots): TYPE_L instructions take two slots.
9755 2001-09-20 Andrew MacLeod <amacleod@redhat.com>
9757 * testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3
9760 Thu Sep 20 09:00:27 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9762 * fold-const.c (hashtab.h): Include.
9763 (int_const_binop): Remove FORSIZE arg and compute from type; all
9765 Call size_int_type_wide for all single-word constants.
9766 (size_htab_hash, size_htab_eq): New functions.
9767 (size_int_type_wide): Rework to use hash table.
9768 * ggc-common.c (hashtab.h): Include.
9769 (struct d_htab_root): New struct.
9770 (d_htab_roots): New variable.
9771 (ggc_add_deletable_htab, ggc_htab_delete): New functions
9772 (ggc_mark_roots): Handle deletable htabs.
9773 * ggc-page.c (ggc_marked_p): New function.
9774 * ggc-simple.c (ggc_marked_p): Likewise.
9775 * ggc.h: Reformatting throughout.
9776 (ggc_marked_p, ggc_add_deletable_htab): New declarations.
9777 * tree.c (init_obstacks): Make type_hash_table a deletable root.
9778 (type_hash_add): Allocate struct type_hash from GC memory.
9779 (mark_hash_entry, mark_type_hash): Deleted.
9780 (type_hash_marked_p, type_hash_mark): New functions.
9781 * Makefile.in (ggc-common.o, fold-const.o): Include hashtab.h.
9783 Thu Sep 20 12:49:34 2001 J"orn Rennecke <amylaar@redhat.com>
9785 * sh.c (shiftcosts): Don't use shiftcosts array for modes wider
9788 Thu Sep 20 09:00:27 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9790 * stor-layout.c (layout_type, case ARRAY_TYPE): Kludge to disable
9791 array-too-large test for signed sizetype.
9793 Thu Sep 20 12:19:36 CEST 2001 Jan Hubicka <jh@suse.cz>
9795 * i386.md (indirect_jump): Allow Pmode operand.
9796 (tablejump): LIkewise; perform expansion to 64bit mode.
9797 * i386.c (symbolic_operand): Allow 64bit PIC references.
9798 (pic_symbolic_operand): Likewise.
9799 (ix86_find_base_term): Strip the 64bit PIC references.
9800 (legitimate_pic_address_disp_p): Handle 64bit PIC.
9801 (legitimize_pic_address): Likewise.
9802 (i386_simplify_dwarf_addr): Strip down the 64bit PIC references.
9803 * i386.h (CASE_VECTOR_MODE): Set to SImode for 64bit PIC compilation.
9805 2001-09-19 Alexandre Petit-Bianco <apbianco@redhat.com>
9807 * stringpool.c (get_identifier_with_length): New function.
9808 * tree.h (get_identifier_with_length): New prototype.
9810 2001-09-19 Alan Modra <amodra@bigpond.net.au>
9811 David Edelsohn <edelsohn@gnu.org>
9814 * config/rs6000/rs6000.c (logical_operand): CONST_INTs are
9815 already sign-extended.
9817 * config/rs6000/aix.h (INIT_TARGET_OPTABS): Define TFmode handlers.
9818 * config/rs6000/rs6000.c (logical_operand): Always compare op as
9820 (rs6000_emit_set_long_const): Avoid unnecessary shift.
9821 (output_profile_hook): Declare label_name const.
9822 * config/rs6000/rs6000.md (boolcsi3, boolcdi3): Change predicates
9823 to match constraints.
9825 2001-09-19 Stan Shebs <shebs@apple.com>
9827 * alias.c: Fix typos in comments.
9828 * sched-rgn.c (init_ready_list): Ditto.
9829 * unwind-dw2.c (uw_frame_state_for): Ditto.
9830 * unwind-dw2-fde.c (_Unwind_Find_FDE): Ditto.
9831 * unwind.inc (_Unwind_RaiseException_Phase2): Ditto.
9832 * config/rs6000/rs6000.c (rs6000_adjust_priority): Ditto.
9834 2001-09-19 Richard Henderson <rth@redhat.com>
9836 * cfg.c (force_nonfallthru_and_redirect): Handle redirecting
9838 * Makefile.in (cfg.o): Depend on TM_P_H.
9840 2001-09-19 Richard Henderson <rth@redhat.com>
9842 * config/alpha/alpha.c (local_symbol_p): Split out from ...
9843 (local_symbolic_operand): ... here.
9844 (small_symbolic_operand): Check mode.
9845 (global_symbolic_operand): New.
9846 (input_operand): Reject symbolics if explicit relocs.
9847 (call_operand): Tidy.
9848 (alpha_legitimize_address): Use movdi_er_high_g.
9849 (alpha_expand_mov): Likewise.
9850 * config/alpha/alpha-protos.h: Update.
9851 * config/alpha/alpha.h (PREDICATE_CODES): Update.
9852 * config/alpha/alpha.md (UNSPEC_LITERAL, UNSPEC_LITUSE): New.
9853 (UNSPEC_LDGP2, UNSPECV_PLDGP2): New.
9854 (UNSPECV_LDGP2): Remove.
9855 (all call patterns): Use 's' not 'i' for symbolic constraint.
9856 (call_osf call_value_osf): Use call_operand.
9857 (all osf call patterns): Use $gp. New peepholes for explicit relocs.
9858 (movdi_er_nofix, movdi_er_fix): Remove symbolic alternative.
9859 (prologue_ldgp_1_er): Remove.
9860 (ldgp_er_1, ldgp_er_2, prologue_ldgp_er_2): New.
9861 (builtin_setjmp_receiver_er patterns): Use them.
9862 (exception_receiver_er): Likewise.
9864 2001-09-19 Richard Henderson <rth@redhat.com>
9866 * cfgbuild.c (find_sub_basic_blocks): Handle insns that can throw.
9868 * emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN
9869 and NON_LOCAL_GOTO notes.
9870 * recog.c (peephole2_optimize): Likewise. Handle EH_REGION;
9871 copy over CALL_INSN_FUNCTION_USAGE.
9873 2001-09-18 Catherine Moore <clm@redhat.com>
9875 * config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN):
9878 2001-09-18 Ulrich Weigand <uweigand@de.ibm.com>:
9880 * config.gcc (s390-*-linux-*, s390x-*-linux*): Switch to
9881 new-style tm_file specification. Specify correct tm_p_file,
9882 md_file, and out_file for s390x.
9884 * config/s390/linux.h, linux64.h: Don't include other target
9885 macro header files. Now handled via tm_file.
9887 * config/s390/linux.h, s390.h: (IEEE_FLOAT, TARGET_IEEE_FLOAT,
9888 TARGET_IBM_FLOAT): Move from linux.h to s390.h to ensure they
9889 are defined before use.
9891 Tue Sep 18 09:51:11 2001 Eric Christopher <ecechristo@redhat.com>
9893 * config/mips/mips.c (mips_asm_file_start): Conditionalize Elf
9894 code generation only for Gnu assembler.
9896 2001-09-18 Catherine Moore <clm@redhat.com>
9898 * config/stormy16 (LIB_SPEC): Remove -lnosys.
9900 2001-09-18 Richard Sandiford <rsandifo@redhat.com>
9902 * config/mips/mips.c (mips_frame_set): New.
9903 (mips_emit_frame_related_store): When storing two 32-bit FPRs, use
9904 a parallel frame-related expression with a set for each register.
9906 2001-09-18 Philip Blundell <philb@gnu.org>
9908 * config/arm/lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel
9911 2001-09-17 Dale Johannesen <dalej@apple.com>
9913 * config/rs6000/rs6000.h (FIXED_REGISTERS): Use FIXED_R2.
9914 * config/rs6000/aix.h (FIXED_R2): Define.
9915 * config/rs6000/darwin.h (FIXED_R2): Define.
9916 * config/rs6000/sysv4.h (FIXED_R2): Define.
9918 2001-09-17 Jeff Sturm <jsturm@one-point.com>
9920 * except.c (dw2_build_landing_pads): New local
9921 clobbers_hard_regs. Emit an ASM_INPUT as a scheduling
9922 barrier after clobbers. Fixes c++/4012.
9924 2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9926 * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat.
9928 2001-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
9930 * dostage2, dostage3, listing, make-l2.com, makefile.vms,
9931 patch-apollo-includes, vmsconfig.com: Remove obsolete files.
9933 2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9935 * c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of
9938 2001-09-17 Neil Booth <neil@daikokuya.demon.co.uk>
9940 * cpphash.h (_cpp_lex_direct): New.
9941 * cpplex.c (_cpp_lex_token): Update.
9942 (lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token,
9943 and increment that pointer.
9944 * cppmacro.c (alloc_expansion_token): New.
9945 (lex_expansion_token): Lex macro expansion directly into
9948 2001-09-16 Brad Lucier <lucier@math.purdue.edu>
9950 * Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
9952 Sun Sep 16 21:59:46 CEST 2001 Jan hubicka <jh@suse.cz>
9954 * basic-block.h (free_bb_for_insn): Declare.
9955 * bb-reorder.c (label_for_bb): Use block_label.
9956 (emit_jump_to_block_after): Remove.
9957 (insert_intra_1): Do not update block_for_insn.
9958 (insert_inter_bb_scope_notes): Likewise; update bb->end
9959 * cfg.c (free_bb_for_insn): New.
9960 (try_rediret_by_replacing_jump): Avoid set_block_for_new_insns call.
9961 (force_nonfallthru_and_redirect): Likewise; do not update BB boundaries.
9962 (commit_one_edge_insertion): Likewise.
9963 (commit_one_edge_insertion): Do not update BB boundary.
9964 (commit_edge_insertions): Do not call compute_bb_for_insn.
9965 * cfgbuild.c (find_basic_blocks): Do not free basic_block_for_insn.
9966 * cfgcleanup.c (merge_blocks_move_predecessor): Use reorder_insns_nobb.
9967 (merge_blocks_move_successor_nojumps): Likewise.
9968 (try_crossjump_to_edge): Do not update block_for_insn.
9969 * combine.c (combine_instructions): Remove compute_bb_for_insn call.
9970 * df.c (df_pattern_emit_later): Do not update BB boundary.
9971 (df_jump_pattern_emit_after): Likewise.
9972 (df_insn_move_before): Use emit_insn_before.
9973 * emit-rtl.c (try_split): Emit after trial to get bb boundary updated
9975 (add_insn_after, add_insn_before, emit_insns_after): Update BB
9976 boundaries and basic_block_for_insn.
9977 (reorder_insns_nobb): Rename from reorder_insns.
9978 (reorder_insns): New.
9979 (emit_block_insn_before, emit_block_insn_after): Kill.
9980 * flow.c (check_function_return_warnings): Do not call
9981 compute_bb_for_insn; Do not free basic_block_for_insn.
9982 (attempt_auto_inc): Do not update basic_block_for_insn.
9983 * function.c (emit_return_into_block): Likewise;
9984 do not update BB boundaries.
9985 * gcse.c (handle_avail_expr): Do not update basic_block_for_insn.
9986 (insert_insn_end_bb): Use emit_insn_before; Likewise.
9987 (pre_insert_copy_insn): Likewise.
9988 (update_ld_motion_notes): Likewise.
9989 (insert_insn_start_bb): Likewise.
9990 (replace_store_insn): Likewise.
9991 * ifcvt.c (noce_process_if_block): Likewise.
9992 (if_convert): Do not call compute_bb_for_insn.
9993 * lcm.c (optimize_mode_switching): Do not update BB boundaries.
9994 Use emit_insn_before and emit_insn_after.
9995 * recog.c (split_all_insns): Do not update BB boundaries;
9996 Do not call compute_bb_for_insn.
9997 (peephole2_optimize): Do not update BB boundaries.
9998 * reg-stack.c (emit_pop_insn): Use emit_insn_after and
10000 (emit_swap_insn): Likewise.
10001 (convert_regs_1): Likewise.
10002 * reload1.c (reload): Call compute_bb_for_insn.
10003 * rtl.h (reorder_insns_nobb): Declare.
10004 * ssa.c (rename_equivalent_regs): Use emit_insn_before.
10005 * toplev.c (rest_of_compilation): Call free_bb_for_insn
10006 at places CFG is invalidated; do not call compute_bb_for_insn.
10008 * cfg.c (expunge_block): Invalidate BB structure.
10010 * (merge_blocks_nomove): Update properly BLOCK_FOR_INSN
10013 * cfg.c (verify_flow_info): Verify the basic_block_for_insn array.
10015 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
10017 * cpphash.h (_cpp_lex_token): Update prototype.
10018 * cpplex.c (_cpp_lex_token): New prototype.
10019 * cpplib.c (skip_rest_of_line, check_eol, _cpp_handle_directive,
10020 lex_macro_node, read_flag, do_pragma_poison): Update.
10021 * cppmacro.c (cpp_get_token, parse_params,
10022 lex_expansion_token): Update.
10024 2001-09-16 Neil Booth <neil@daikokuya.demon.co.uk>
10026 * cppmain.c (scan_translation_unit): Don't worry about
10027 putting a space after hashes.
10028 * cpplib.c (directive_diagnostics): New.
10029 (_cpp_handle_directive): Update to use directive_diagnostics.
10030 (run_directive): Don't toggle prevent_expansion.
10031 (do_line): Backup in case of the line extension.
10032 * cpplib.h (cpp_lexer_pos): Remove.
10033 * cppmacro.c (_cpp_create_definition): Precede a leading #
10036 2001-09-15 Richard Henderson <rth@redhat.com>
10038 * c-typeck.c (comptypes): Handle zero-length arrays properly.
10040 2001-09-15 Roman Lechtchinsky <rl@cs.tu-berlin.de>
10042 * c-common.c (c_promoting_integer_type_p): Handle ?Imode types.
10044 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
10046 PR preprocessor/3571
10047 * tradcpp.c (handle_directive): Skip non-vertical space.
10049 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
10051 * cppmain.c (setup_callbacks): Set line callback only
10052 if outputting preprocessed source.
10054 2001-09-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10056 * collect2.c (main): Const-ification.
10057 * gcc.c (translate_options, process_command): Use xstrdup in
10058 lieu of xmalloc/strcpy.
10059 (main): Use concat in lieu of xmalloc/strcpy/strcat.
10061 2001-09-14 Roman Lechtchinsky <rl@cs.tu-berlin.de>
10063 * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix
10066 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
10068 * scan-decls.c (scan_decls): Fix typo.
10070 2001-09-15 Neil Booth <neil@daikokuya.demon.co.uk>
10072 * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
10073 Split mlstring_pos into mls_line and mls_col.
10074 * cppinit.c (cpp_create_reader): Initialize line to 1.
10075 (cpp_destroy): Free tokenruns.
10076 (push_include): Don't update lexer_pos.
10077 * cpplex.c (unterminated, parse_string): Update.
10078 (lex_token): Don't update lexer_pos, update.
10079 * cpplib.c (if_stack): Save line instead of line + col.
10080 (start_directive, _cpp_do__Pragma, do_else, do_elif,
10081 push_conditional, _cpp_pop_buffer): Update.
10082 * cppmacro.c (funlike_invocation_p): Don't save lexer_pos.
10083 (_cpp_create_definition): Update.
10085 2001-09-15 Eric Christopher <echristo@redhat.com>
10087 * config/mips/abi64.h: Add support for MEABI.
10089 2001-09-15 Eric Christopher <echristo@redhat.com>
10091 * config/mips/mips.md: Add unspec #2.
10092 (reload_indi): Use.
10093 (reload_outdi): Ditto.
10094 (reload_outsi): Ditto.
10097 2001-09-15 Eric Christopher <echristo@redhat.com>
10098 Jason Eckhardt <jle@redhat.com>
10100 * config.gcc: Add mipsisa32 target and mipsisa32-linux target.
10101 * config/mips/isa32-linux.h: New file.
10102 * config/mips/isa3264.h: Ditto.
10103 * config/mips/mips-protos.h: Add mips_hard_regno_nregs.
10104 * config/mips/mips.c (mips_hard_regno_nregs): Move here from mips.h.
10105 (output_block_mode): Support MEABI.
10106 (function_arg): Ditto. Fix floating point arg passing.
10107 (mips_va_start): Ditto.
10108 (override_options): Add isas 32 and 64, meabi, mips32 and mips64
10110 (mips_asm_file_start): Add new section to pass abi to gdb.
10111 (function_arg_pass_by_reference): Support MEABI.
10112 (mips_parse_cpu): Support mips32 and mips64 processors.
10113 * config/mips/mips.h: Support ABI_MEABI, TARGET_MIPS4KC,
10114 TARGET_MIPS5KC. Support isa32 and isa64.
10115 (processor_type): Add r4kc, r5kc, r20kc.
10116 (GENERATE_MULT3_SI): New.
10117 (GENERATE_MULT3_DI): Ditto.
10118 (GENERATE_MULT3): Remove.
10119 (ISA_HAS_64BIT_REGS): Add isa == 64.
10120 (ISA_HAS_8CC): Add mips_isa = 32 and 64.
10121 (ISA_HAS_MADD_MSUB): New.
10122 (ISA_HAS_CLZ_CLO): Ditto.
10123 (ISA_HAS_DCLZ_DCLO): Ditto.
10124 (ABI_GAS_ASM_SPEC): New.
10125 (GAS_ASM_SPEC): Use. Add support for mips32, mips64.
10127 (LINK_SPEC): Ditto.
10128 (SUBTARGET_CC1_SPEC): Ditto.
10129 (SUBTARGET_CPP_SIZE_SPEC): Ditto.
10130 (PAD_VARARGS_DOWN): Support MEABI.
10131 (HARD_REGNO_NREGS): Move to mips.c.
10132 (ASM_OUTPUT_IDENT): Add #undef.
10133 * config/mips/mips.md: Add r4kc, r5kc, r20kc.
10134 (mulsi3): Use GENERATE_MULT3_SI.
10135 (mulsi3_mult3): Ditto. Support mips32, mips64.
10136 (mul_acc_si): Use ISA_HAS_MADD_MSUB.
10137 (mul_sub_si): New pattern.
10138 (unnamed splitters): New.
10139 (muldi3): Use GENERATE_MULT3_DI.
10140 (muldi3_internal2): Ditto.
10141 (movdicc): Support mips32.
10142 * config/mips/t-isa3264: New file.
10144 2001-09-15 Hans-Peter Nilsson <hp@axis.com>
10146 * rtl.h (FIND_REG_INC_NOTE) [HAVE_PRE_INCREMENT
10147 || HAVE_PRE_DECREMENT || HAVE_POST_INCREMENT
10148 || HAVE_POST_DECREMENT]: Call find_regno_note for REGs.
10150 * reorg.c (fill_slots_from_thread): After call to
10151 steal_delay_list_from_target, update own_thread as new_thread may
10154 2001-09-14 Neil Booth <neil@daikokuya.demon.co.uk>
10156 * cpperror.c (print_location): Take line and column, for
10157 default positioning use the previously lexed token.
10158 (_cpp_begin_message): Take line and column.
10159 (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
10160 cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
10161 * cpphash.h (_cpp_begin_message): Update prototype.
10162 * cppinit.c (push_include): Don't set output line.
10163 * cpplex.c (_cpp_lex_token): Callback for start of new output lines.
10164 * cpplib.c (do_diagnostic, _cpp_pop_buffer): Update.
10165 (do_pragma): Kludge for front ends. Don't expand macros at all.
10166 * cpplib.h (cpp_lookahead, cpp_token_with_pos, cpp_get_line): Remove.
10167 (struct cpp_token): Remove output_line.
10168 (struct cpp_callbacks): New member line_change.
10169 * cppmacro.c (builtin_macro, paste_all_tokens, replace_args,
10170 cpp_get_token): Preserve BOL flag.
10171 (cpp_get_line): Remove.
10172 (_cpp_backup_tokens): Remove useless abort().
10173 * cppmain.c (cb_line_change): New.
10174 (scan_translation_unit): Don't worry about starting new lines here.
10175 * scan-decls.c (scan_decls): Update.
10176 * c-lex.c (c_lex, init_c_lex): Update.
10177 (cb_line_change, src_lineno): New.
10179 Fri Sep 14 13:54:50 EDT 2001 John Wehle (john@feith.com)
10181 * tree.c (append_random_chars): Generate the random
10182 characters in a reproducable fashion.
10184 2001-09-14 Richard Henderson <rth@redhat.com>
10186 * config/i386/i386.c (internal_label_prefix): New.
10187 (internal_label_prefix_len): New.
10188 (override_options): Set them.
10189 (local_symbolic_operand): New.
10190 (legitimate_pic_address_disp_p): Use it.
10191 (legitimize_pic_address): Likewise.
10193 2001-09-14 Marc Espie <espie@openbsd.org>
10195 * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Generate reference to GOT
10198 2001-09-14 Roman Lechtchinsky <rl@cs.tu-berlin.de>
10200 * config/alpha/alpha.md (unaligned_extendhidi_be): Fix.
10201 * config/alpha/unicosmk.h (INIT_TARGET_OPTABS): New.
10203 2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
10205 * rtlanal.c (subreg_regno_offset): Add semicolon to end of
10206 invocation of SUBREG_REGNO_OFFSET.
10208 * haifa-sched.c: Fix typo in FSF copyright statement.
10209 * sched-deps.c: Fix typo in FSF copyright statement.
10210 * sched-ebb.c: Fix typo in FSF copyright statement.
10211 * sched-rgn.c: Fix typo in FSF copyright statement.
10212 * sched-vis.c: Fix typo in FSF copyright statement.
10214 * config.gcc: Move inclusion of arm elf specific header files
10215 from the files themselves into the tm_file variable. Make
10216 sure that elfos.h is included before target specific elf
10218 * config/arm/aout.h (NO_DOLLAR_IN_LABEL): Only define if not
10220 (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Protect definition.
10221 * config/arm.arm.h (TARGET_MEM_FUNCTIONS,
10222 ASM_OUTPUT_CASE_LABEL): Protect definition.
10223 (CC1_SPEC, FP_DEFAULT, ARM_FUNCTION_PROFILE): Only define if
10224 not already defined.
10225 * config/arm/conix-elf.h: (USER_LABEL_PREFIX,
10226 LOCAL_LABEL_PREFIX, MAKE_DECL_ONE_ONLY, UNIQUE_SECTION):
10227 Remove duplicate definition.
10228 (READONLY_DATA_SECTION, SUBTARGET_EXTRA_SECTION,
10229 (SUBTARGET_EXTRA_SECTION_FUNCTION, RDATA_SECTION_ASM_OP,
10230 (RDATA_SECTION_FUNCTION): Remove redundant definition.
10231 (STARTFILE_SPEC, ENDFILE_SPEC): Protect definition.
10232 Remove inclusion of arm/elf.h.
10233 * config/arm/unknown-elf.h: as for conix-elf.h.
10234 (STARTFILE_SPEC): Include crti.o and crtn.o.
10235 * config/arm/linux-elf.h: as for conix-elf.h.
10236 * config/arm/ecos-elf.h: Remove inclusion of unknown-elf.h.
10237 * config/arm/strongarm-elf.h: Remove inclusion of
10239 * config/arm/xscale-elf.h: Remove inclusion of unknown-elf.h.
10240 * config/arm/unknown-elf-oabi.h: Remove inclusion of
10241 unknown-elf.h and elf.h.
10242 * config/arm/uclinux-elf.h: Remove inclusion of linux-elf.h.
10243 * config/arm/linux-gas.h (DBX_DEBUGGING_INFO,
10244 ASM_WEAKEN_LABEL): Remove redundant definition.
10245 * config/arm/elf.h: Test for inclusion of elfos.h
10246 (USER_LABEL_PREFIX, ASM_DECLARE_RESULT, ASM_DECLARE_RESULT,
10247 ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT_NAME,
10248 SUBTARGET_EXTRA_SECTION, SUBTARGET_EXTRA_SECTION_FUNCTION,
10249 EXTRA_SECTIONS, INT_ASM_OP, ASM_WEAKEN_LABEL): Remove
10250 redundant definition.
10251 (TYPE_OPERAND_FMT, ASM_DECLARE_FUNCTION_NAME,
10252 ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_INTERNAL_LABEL,
10253 ASM_OUTPUT_ALIGNED_COMMON): Protect definition.
10254 * t-arm-elf (EXTRA_MULTILIB_PARTS): Add crti.o and crtn.o.
10255 Add rules to build crti.o and crtn.o
10256 * crti.asm: New file.
10257 * crtn.asm: New file.
10259 2001-09-13 Neil Booth <neil@daikokuya.demon.co.uk>
10261 * c-parse.in (_yylex): Use _cpp_backup_tokens.
10262 * cpphash.h (struct tokenrun): Add prev.
10263 (struct lexer_state): Remove bol.
10264 (struct cpp_reader): Remove old lookahead stuff, add lookaheads.
10265 (_cpp_free_lookaheads, _cpp_release_lookahead, _cpp_push_token)
10267 * cppinit.c (cpp_create_reader): Don't set bol.
10268 (cpp_destroy): Don't free lookaheads.
10269 * cpplex.c (lex_directive): Remove.
10270 (next_tokenrun): Update.
10271 (_cpp_lex_token): Clean up logic.
10272 (lex_token): Update to return a pointer to lexed token, since it
10273 can move to the start of the buffer. Simpify newline handling.
10274 * cpplib.c (SEEN_EOL): Update.
10275 (skip_rest_of_line): Remove lookahead stuff.
10276 (end_directive): Line numbers are already incremented. Revert
10277 to start of lexed token buffer if we can.
10278 (_cpp_handle_directive, do_pragma, do_pragma_dependency,
10279 parse_answer): Use _cpp_backup_tokens.
10280 (run_directive, cpp_pop_buffer): Don't set bol, set saved_flags
10281 instead. Don't check for EOL.
10282 (do_include_common, do_line, do_pragma_system_header): Use
10284 * cpplib.h (BOL, _cpp_backup_tokens): New.
10285 * cppmacro.c (save_lookahead_token, take_lookahead_token,
10286 alloc_lookahead, free_lookahead, _cpp_free_lookaheads,
10287 cpp_start_lookahead, cpp_stop_lookahead, _cpp_push_token): Remove.
10288 (builtin_macro): Don't use cpp_get_line.
10289 (cpp_get_line): Short term kludge.
10290 (parse_arg): Handle directives in arguments here. Back up when
10291 appropriate. Store EOF at end of argument list.
10292 (funlike_invocation_p): Use _cpp_backup_tokens.
10293 (push_arg_context): Account for EOF at end of list.
10294 (cpp_get_token): Remove lookahead stuff. Update.
10296 2001-09-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10298 * c-parse.in (yyerror): Const-ification and/or static-ization.
10299 * c-typeck.c (push_member_name): Likewise.
10300 * collect2.c (main): Likewise.
10301 * dbxout.c (dbxout_parms): Likewise.
10302 * diagnostic.c (format_with_decl): Likewise.
10303 * dwarf2out.c (output_ranges): Likewise.
10304 * dwarfout.c (fundamental_type_code): Likewise.
10305 * except.c (dw2_output_call_site_table): Likewise.
10306 * gcc.c (do_spec_1): Likewise.
10307 * genopinit.c (optabs): Likewise.
10308 * objc/objc-act.c (synth_id_with_class_suffix, start_class,
10309 gen_declaration_1, handle_impent): Likewise.
10310 * protoize.c (default_include, in_system_include_dir, abspath):
10312 * sched-vis.c (visualize_stall_cycles): Likewise.
10313 * sdbout.c (plain_type_1, sdbout_end_function,
10314 sdbout_end_epilogue): Likewise.
10315 * varasm.c (decode_reg_name): Likewise.
10317 * 1750a.c (mod_regno_adjust): Likewise.
10318 * alpha.c (alpha_write_one_linkage,
10319 unicosmk_output_default_externs): Likewise.
10320 * arm.c (arm_condition_codes): Likewise.
10321 * arm.h (arm_condition_codes): Likewise.
10322 * avr.c (output_movsisf, encode_section_info): Likewise.
10323 * darwin.h (GEN_BINDER_NAME_FOR_STUB, GEN_SYMBOL_NAME_FOR_SYMBOL):
10325 * i386.c (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
10326 * i386.h (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
10327 * m88k.c (output_function_profiler): Likewise.
10328 * mips.c (mips_output_conditional_branch): Likewise.
10329 * ns32k.c (ns32k_out_reg_names): Likewise.
10330 * ns32k.h (ns32k_out_reg_names): Likewise.
10331 * pj.c (pj_output_rval): Likewise.
10332 * rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Likewise.
10333 * sparc.c (sparc_flat_function_prologue,
10334 sparc_flat_function_epilogue): Likewise.
10336 2001-09-13 Markus Werle <numerical.simulation@web.de>
10337 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10339 * doc/install.texi (Binaries): Add "Binaries for HP-UX 11.00 at
10340 Aachen University of Technology".
10342 2001-09-13 Andreas Schwab <schwab@suse.de>
10344 * config/float-m68k.h: Define DECIMAL_DIG and FLT_EVAL_METHOD for
10347 2001-09-13 Richard Henderson <rth@redhat.com>
10349 * config/alpha/alpha.c (small_symbolic_operand): New.
10350 (override_options): Set MASK_SMALL_DATA based on pic/PIC.
10351 (some_operand, input_operand): Don't handle HIGH.
10352 (alpha_legitimize_address): Use it. Emit HIGH with PLUS gp.
10353 (alpha_expand_mov): Likewise.
10354 (print_operand) [H]: Just print HIGH symbol.
10355 (print_operand_address): Handle small data.
10356 * config/alpha/alpha.h (MASK_SMALL_DATA, TARGET_SMALL_DATA): New.
10357 (TARGET_SWITCHES): Add -msmall-data/large-data.
10358 (PIC_OFFSET_TABLE_REGNUM): New.
10359 (PREFERRED_RELOAD_CLASS): Don't handle HIGH.
10360 (PREDICATE_COES): Update.
10361 * config/alpha/alpha.md (adddi_er_high): New.
10362 (adddi_er_low): Handle small data.
10363 * config/alpha/elf.h (DO_SELECT_SECTION): If SMALL_DATA,
10364 prefer .sdata to .rodata.
10365 (SELECT_RTX_SECTION): Likewise.
10367 2001-09-12 Josh Martin <josh.martin@abq.sc.philips.com>
10369 * fixinc/inclhack.def(hpux11_size_t): Keep HP-UX headers from
10370 defining __size_t and leaving size_t undefined.
10372 2001-09-12 Diego Novillo <dnovillo@redhat.com>
10374 * basic-block.h (expunge_block): Declare.
10375 * cfg.c (expunge_block): Remove static declaration.
10377 2001-09-12 Richard Henderson <rth@redhat.com>
10379 * integrate.c (copy_insn_list): Copy label name from
10380 NOTE_INSN_DELETED_LABEL.
10382 2001-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10384 * c-common.c (c_tree_code_name): Const-ification.
10385 * c-decl.c (c_decode_option): Likewise.
10386 * c-typeck.c (warn_for_assignment): Likewise.
10387 * collect2.c (libexts, is_ctor_dtor, main, ignore_library):
10389 * cppinit.c (output_deps): Likewise.
10390 * dependence.c (dependence_string, direction_string): Likewise.
10391 * dwarf2out.c (output_ranges): Likewise.
10392 * fixinc/fixfixes.c (emit_gnu_type): Likewise.
10393 * fixinc/gnu-regex.c (re_error_msgid): Likewise.
10394 * gcc.c (standard_exec_prefix, standard_exec_prefix_1,
10395 standard_startfile_prefix, standard_startfile_prefix_1,
10396 standard_startfile_prefix_2, tooldir_base_prefix,
10397 standard_bindir_prefix, find_a_file): Likewise.
10398 * genattrtab.c (make_length_attrs): Likewise.
10399 * gencheck.c (tree_codes): Likewise.
10400 * genemit.c (gen_split): Likewise.
10401 * genrecog.c (special_mode_pred_table): Likewise.
10402 * graph.c (graph_ext): Likewise.
10403 * protoize (default_include): Likewise.
10404 * reload.c (reload_when_needed_name): Likewise.
10405 * sched-vis.c (visualize_stall_cycles): Likewise.
10406 * tlink.c (recompile_files): Likewise.
10407 * toplev.c (decode_g_option): Likewise.
10408 * tradcpp.c (output_deps): Likewise.
10409 * varasm.c (decode_reg_name): Likewise.
10411 * arm.c (arm_condition_codes, strings_fpa, thumb_condition_code):
10413 * arm.md: Likewise.
10414 * avr.c (avr_regnames, encode_section_info): Likewise.
10415 * c4x.c (float_reg_names): Likewise.
10416 * darwin.h (ASM_GLOBALIZE_LABEL): Likewise.
10417 * elfos.h (const_section): Likewise.
10418 * i386.c (ix86_comp_type_attributes): Likewise.
10419 * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
10420 * ia64/aix.h (UNIQUE_SECTION): Likewise.
10421 * ia64.c (type_names): Likewise.
10422 * m68hc11.c (reg_class_names): Likewise.
10423 * m88k.c (m_options): Likewise.
10424 * mips.c (mips_output_conditional_branch, mips_unique_section):
10426 * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
10427 * sparc.c (sparc_flat_function_prologue, sparc_flat_function_epilogue,
10428 ultra_code_names): Likewise.
10429 * sparc.h (OVERRIDE_OPTIONS): Likewise.
10431 2001-09-12 Jakub Jelinek <jakub@redhat.com>
10433 * configure.in (gcc_cv_as_shf_merge): Fix a typo.
10434 Use --fatal-warnings option for gas.
10435 * configure: Rebuilt.
10437 2001-09-12 Roman Lechtchinsky <rl@cs.tu-berlin.de>
10439 * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Document.
10441 2001-09-11 Jim Wilson <wilson@redhat.com>
10443 * alias.c (clear_reg_alias_info): Only handle pseudo registers.
10445 2001-10-11 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10447 * builtins.c (c_strlen): Treat an offset too large for a
10448 HOST_WIDE_INT as out of range.
10450 Tue Sep 11 18:57:47 CEST 2001 Jan Hubicka <jh@suse.cz>
10452 * basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.
10453 (EDGE_CRITICAL_P): New predicate.
10454 * cfg.c (force_nonfallthru_and_redirect, split_edge): Kill EDGE_CRITICAL
10456 (insert_insn_on_edge): Use EDGE_CRITICAL_P.
10457 (dump_edge_info): Remove "crit".
10458 * cfganal.c (mark_critical_edges): Kill.
10459 * cfgbuild.c (find_basic_blocks): Remove mark_critical_edges call.
10460 * cfgcleanup.c (cleanup_cfg): Likewise.
10461 * profile.c (instrument_edges): Use EDGE_CRITICAL_P.
10462 (find_spanning_tree): Likewise.
10463 * reg-stack.c (convert_regs_1): Likewise.
10464 * ssa.c (mark_regs_equivalent_over_bad_edges): Likewise.
10466 * basic-block.h (create_basic_block_structure): New.
10467 (create_basic_block): Update prototype.
10468 (force_nonfallthru): New.
10469 * bb-reorder.c (fixup_reorder_chain): Fixup use force_nonfallthru.
10470 * cfg.c (create_basic_block_structure): Rename from create_basic_block;
10471 handle updating of block_for_insn, creating of empty BBs and BBs at
10472 the end of INSN chain.
10473 (create_basic_block): New function.
10474 (split_block): Use create_basic_block.
10475 (force_nonfallthru_and_redirect): Break out from ...; cleanup
10476 (redirect_edge_and_branch_force): ... here.
10477 (force_nonfallthru): New.
10478 (split_edge): Rewrite to use force_nonfallthru and create_block.
10479 * cfgbuild.c (find_basic_blocks_1): Use create_basic_block_structure.
10480 (find_basic_blocks): Free basic_block_for_insn.
10481 * cfgcleanup.c (merge_blocks): Use force_nonfallthru.
10483 * cfg.c: Fix formating.
10484 * cfgcleanup.c: Fix formating.
10485 (merge_blocks, tail_recursion_label_p): Return bool.
10486 (merge_blocks_move_predecessor_nojumps,
10487 merge_blocks_move_successor_nojumps): Return void.
10489 2001-09-11 Jakub Jelinek <jakub@redhat.com>
10491 * configure.in: Check whether assembler supports section merging.
10492 * config.in: Rebuilt.
10493 * configure: Rebuilt.
10494 * varasm.c (variable_section, output_constant_pool): Pass alignment
10495 to SELECT_SECTION and SELECT_RTX_SECTION.
10496 (mergeable_string_section): New.
10497 (mergeable_constant_section): New.
10498 (default_elf_asm_named_section): Output SECTION_MERGE and
10499 SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
10500 * output.h (mergeable_string_section): New.
10501 (mergeable_constant_section): New.
10502 (SECTION_MERGE, SECTION_STRINGS, SECTION_ENTSIZE): Define.
10503 * toplev.c (flag_merge_constants): New.
10504 (f_options): Add -fmerge-constants and -fmerge-all-constants
10506 (toplev_main): Default to -fno-merge-constants if not optimizing.
10507 * flags.h (flag_merge_constants): Add extern.
10508 * invoke.texi (-fmerge-constants, -fmerge-all-constants): Document.
10509 * tm.texi (SELECT_SECTION, SELECT_RTX_SECTION): Document added third
10511 * config/elfos.h (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START):
10512 Define if assembler has working .subsection -1 support.
10513 (SELECT_RTX_SECTION, SELECT_SECTION): Add third macro argument.
10514 Put constant into special SHF_MERGE sections if the linker should
10515 attempt to merge duplicates.
10516 * config/ia64/sysv4.h (SELECT_RTX_SECTION, SELECT_SECTION): Add third
10518 Put constant into special SHF_MERGE sections if the linker should
10519 attempt to merge duplicates.
10520 * config/alpha/elf.h: Likewise.
10521 (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START): Define if assembler
10522 has working .subsection -1 support.
10523 * config/nextstep.h: Add third argument to SELECT_RTX_SECTION and
10525 * config/svr3.h: Likewise.
10526 * config/darwin.h: Likewise.
10527 * config/arm/aof.h: Likewise.
10528 * config/arm/linux-elf.h: Likewise.
10529 * config/avr/avr.h: Likewise.
10530 * config/c4x/c4x.h: Likewise.
10531 * config/d30v/d30v.h: Likewise.
10532 * config/i386/dgux.h: Likewise.
10533 * config/i386/osfrose.h: Likewise.
10534 * config/i386/sco5.h: Likewise.
10535 * config/i386/svr3gas.h: Likewise.
10536 * config/ia64/aix.h: Likewise.
10537 * config/m32r/m32r.h: Likewise.
10538 * config/m68k/m68k.h: Likewise.
10539 * config/m88k/dgux.h: Likewise.
10540 * config/m88k/m88k.h: Likewise.
10541 * config/mcore/mcore-pe.h: Likewise.
10542 * config/mips/mips.h: Likewise.
10543 * config/pa/pa.h: Likewise.
10544 * config/pa/pa-linux.h: Likewise.
10545 * config/romp/romp.h: Likewise.
10546 * config/rs6000/sysv4.h: Likewise.
10547 * config/rs6000/xcoff.h: Likewise.
10548 * config/s390/linux.h: Likewise.
10549 * config/sparc/sparc.h: Likewise.
10550 * config/sparc/sysv4.h: Likewise.
10551 * config/stormy16/stormy16.h: Likewise.
10552 * config/v850/v850.h: Likewise.
10553 * config/vax/vms.h: Likewise.
10554 * config/arm/arm.c (arm_elf_asm_named_section): Output SECTION_MERGE
10555 and SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
10556 * config/sparc/sparc.c (sparc_elf_asm_named_section): Use
10557 default_elf_asm_named_section for SHF_MERGE sections.
10559 Tue Sep 11 17:55:54 CEST 2001 Jan Hubicka <jh@suse.cz>
10561 * bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block
10564 2001-09-11 Joseph S. Myers <jsm28@cam.ac.uk>
10566 * c-common.c (split_specs_attrs): Allow for empty attributes with
10567 empty TREE_PURPOSE. Fixes PR c/4294.
10569 Tue Sep 11 11:37:52 CEST 2001 Jan Hubicka <jh@suse.cz>
10571 * basic-block.h (cached_make_edge, make_single_succ): New.
10572 (make_edge): Remove first parameter.
10573 * bb-reroder.c (fixup_reorder_chain): Use make_single_succ_edge.
10574 * cfg.c (cached_make_edge): Rename from make_edge; return newly
10575 created edge; use obstack allocation.
10576 (make_edge, make_single_succ_edge): New.
10577 (first_removed_edge): New static variable.
10578 (init_flow): Initialize first_removed_edge and n_edges.
10579 (clear_edges): Use remove_edge.
10580 (flow_delete_block): Likewise.
10581 (remove_edge): Add removed edges to the removed edges list.
10582 (split_block, redirect_edge_and_branch_force, split_edge):
10584 * cfganal.c (flow_call_edges_add): Updaet make_edge call.
10585 (add_noreturn_fake_exit_edges): Likewise.
10586 (connect_infinite_loops_to_exit): Liekwise.
10587 * cfgbuild.c (make_label_edge, make_edges, find_sub_basic_blocks):
10588 Use cached_make_edge.
10589 * cfgcleanup.c (try_crossjump_to_edge): Use make_single_succ_edge.
10590 * profile.c (branch_prob): Update make_edge call.
10591 * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
10593 2001-09-11 Richard Henderson <rth@redhat.com>
10595 * config/alpha/alpha.c: Tidy formatting.
10596 (local_symbolic_operand): Verify mode.
10597 (alpha_sa_mask): Ignore unicos for eh_return.
10598 (alpha_expand_epilogue): Handle sp_adj2 zero, not NULL.
10599 * config/alpha/alpha.md (umk divsi patterns): Remove.
10600 (extendsfdf2): Remove unicos check.
10601 (tablejump): Merge vms and unicos code; always use direct set
10602 plus label_ref use.
10604 2001-09-11 Roman Lechtchinsky <rl@cs.tu-berlin.de>
10606 * config.gcc (alpha*-*-unicosmk*): New target.
10608 * config/alpha/alpha-protos.h (symbolic_operand,
10609 unicosmk_add_call_info_word, unicosmk_add_extern,
10610 unicosmk_defer_case_vector, unicosmk_unique_section,
10611 unicosmk_output_align, unicosmk_text_section, unicosmk_data_section,
10612 unicosmk_asm_file_start, unicosmk_asm_file_end,
10613 unicosmk_output_common): Declare.
10615 * config/alpha/alpha.c (NUM_ARGS, override_options, call_operand,
10616 direct_return, function_arg, alpha_va_start, alpha_va_arg,
10617 alpha_does_function_need_gp, alpha_end_function): Support Cray
10619 (alpha_init_machine_status, alpha_mark_machine_status,
10620 alpha_free_machine_status, unicosmk_output_deferred_case_vectors,
10621 unicosmk_gen_dsib, unicosmk_output_ssib, unicosmk_need_dex,
10622 unicosmk_asm_named_section, unicosmk_insert_attributes,
10623 unicosmk_section_type_flags, symbolic_operand,
10624 unicosmk_output_module_name, unicosmk_output_default_externs,
10625 unicosmk_output_dex, unicosmk_output_externs,
10626 unicosmk_output_addr_vec, unicosmk_ssib_name,
10627 unicosmk_initial_elimination_offset, unicosmk_asm_file_start,
10628 unicosmk_asm_file_end, unicosmk_output_common,
10629 unicosmk_section_type_flags, unicosmk_unique_section,
10630 unicosmk_add_call_info_word, unicosmk_text_section,
10631 unicosmk_data_section, unicosmk_extern_list, unicosmk_extern_head,
10632 unicosmk_add_extern, unicosmk_dex, unicosmk_dex_list,
10633 unicosmk_dex_count, unicosmk_special_name): New.
10634 (TARGET_INSERT_ATTRIBUTES, TARGET_SECTION_TYPE_FLAGS): Define for
10635 TARGET_ABI_UNICOSMK.
10636 (get_aligned_mem, alpha_expand_unaligned_load,
10637 alpha_expand_unaligned_store, alpha_expand_unaligned_load_words,
10638 alpha_expand_unaligned_store_words): Support big-endian mode.
10639 (print_operand): Likewise. New format specifier 't'. Use
10640 TARGET_AS_SLASH_BEFORE_SUFFIX.
10641 (alpha_is_stack_procedure): Rename from vms_is_stack_procedure.
10642 (alpha_pv_save_size): Update with above change.
10643 (alpha_sa_mask, alpha_sa_size, alpha_expand_prologue,
10644 alpha_start_function, alpha_expand_epilogue): Likewise. Support Cray
10647 * config/alpha/alpha.h (TARGET_ABI_UNICOSMK): New.
10648 (TARGET_ABI_OSF): Exclude TARGET_ABI_UNICOSMK.
10649 (TARGET_AS_SLASH_BEFORE_SUFFIX): New.
10650 (EXTRA_CONSTRAINT): New constraint 'U'.
10651 (PREDICATE_CODES): Add symbolic_operand.
10653 * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM,
10654 UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): New constants.
10655 (mulsi3, *mulsi_se, mulvsi3): Disable for TARGET_ABI_UNICOSMK.
10656 (integer division and modulus patterns): Split in default and
10657 Unicos/Mk versions.
10658 (*divmodsi_internal, *divmoddi_internal): Disable for
10659 TARGET_ABI_UNICOSMK.
10660 (unaligned_extend?idi, unaligned_load?i, unaligned_store?i): Split in
10661 little-endian and big-endian versions.
10662 (ext, ins, msk): Likewise.
10663 (extv, extzv, insv): Support big-endian mode.
10664 (call, call_value, tablejump): Support TARGET_ABI_UNICOSMK.
10665 (call_umk, call_value_umk, *call_umk, tablejump_umk,
10666 *tablejump_umk_internal, *call_value_umk): New.
10667 (*movdi_nofix): Add pattern for loading an address into a register on
10668 TARGET_ABI_UNICOSMK.
10669 (umk_laum, umk_lal, umk_lalm, *umk_load_ciw): New.
10670 (umk_mismatch_args, arg_home_umk): New.
10671 (various insns): Don't use mov, fmov, nop, fnop and unop.
10672 (realign): Support TARGET_ABI_UNICOSMK.
10674 * config/alpha/unicosmk.h: New file.
10675 * config/alpha/t-unicosmk: New file.
10677 * fixinc/inclhack.def (unicosmk_restrict): New.
10678 * fixinc/fixincl.x: Regenerate.
10680 * ginclude/stddef.h (size_t): Check for and define __SIZE_T__.
10681 (wchar_t): Check for and define __WCHAR_T__.
10683 2001-09-11 Richard Sandiford <rsandifo@redhat.com>
10685 * combine.c (simplify_shift_const): Treat shifts by the mode
10688 2001-09-11 Neil Booth <neil@daikokuya.demon.co.uk>
10690 * cpphash.h (struct tokenrun): New.
10691 (struct cpp_context): New member bol.
10692 (struct cpp_reader): New members.
10693 (_cpp_init_tokenrun): New.
10694 * cppinit.c (cpp_create_reader): Set up the token runs.
10695 * cpplex.c (lex_directive, lex_token, next_tokenrun): New.
10696 (lex_token): New internalised version of _cpp_lex_token. Don't
10697 handle directives or the multiple include optimization here any
10698 more. Simply lex a token.
10699 * cpplib.c (run_directive): Clear bol.
10700 (_cpp_pop_buffer): Set bol.
10701 * cppmacro.c (funlike_invocation_p): Keep tokens whilst parsing
10704 2001-09-11 Michael Meissner <meissner@redhat.com>
10706 * config/mips/mips.h (CC1_SPEC): If -mgp32 default to -mfp32, and
10707 give an error if the user uses -mfp32.
10708 (CPP_FPR_SPEC): Define __mips_fpr to be 32 or 64 depending on the
10710 (CPP_SPEC): Define __mips_fpr to be 32 or 64, depending on the
10711 floating point register size.
10712 (EXTRA_SPECS): Add CPP_FPR_SPEC.
10714 * config/mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Use
10715 HOST_WIDE_INT_PRINT_DEC to properly print the result of
10717 * config/mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Ditto.
10718 * config/mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Ditto.
10720 2001-09-11 Hans-Peter Nilsson <hp@axis.com>
10722 * dbxout.c (dbxout_parms): Fix typo in comment.
10723 * unroll.c (loop_find_equiv_value): Ditto.
10724 * toplev.c (rest_of_compilation): Ditto.
10725 * loop.c (scan_loop): Ditto.
10726 * dwarf2out.c (struct dw_fde_struct): Ditto.
10728 2001-09-10 Zack Weinberg <zackw@panix.com>
10730 * cpplex.c (parse_identifier): Fast-path optimize. Avoid
10731 copying identifier when we're just going to throw it away.
10732 (parse_identifier_slow): New routine to handle abnormal cases.
10733 (_cpp_lex_token): Update call site.
10735 * hashtable.c (ht_lookup): Don't assume that the string we've
10736 been given is NUL-terminated.
10737 * system.h: #define __builtin_expect(a, b) to (a) if not
10740 2001-09-10 Michael Meissner <meissner@redhat.com>
10742 * config.gcc (sparc64-*-solaris2): Add alias to be compatible with
10745 2001-09-10 David Edelsohn <edelsohn@gnu.org>
10747 * config/rs6000/t-aix43 (SHLIB_INSTALL): Use mode 751 (a+x,r-o).
10749 Mon Sep 10 16:26:44 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10751 * builtins.c (c_getstr): Correct thinko in last change and further
10754 2001-09-10 Tim Freeman <tim@fungibole.com>
10756 * dwarf2out.c (incomplete_types, decl_scope_table): Make them
10757 into varray's and register them as roots with the garbage
10758 collector so they are not collected too soon.
10760 Mon Sep 10 14:21:26 CEST 2001 Jan Hubicka <jh@suse.cz>
10762 * Makefile.in (cfg.o, cfganal.o, cfgloop.o, cfgbuild.o, cfgcleanup.o):
10764 * basic-block.h (flow_obstack, label_value_list,
10765 tail_recursion_label_list): Declare
10766 (tidy_fallthru_edges): Declare.
10767 (expunge_block, last_loop_beg_note): Delete.
10768 (can_fallthru, flow_nodes_print, flow_edge_list_print): Declare.
10770 (basic_block_for_insn, label_value_list): Move from flow.c; make global.
10771 (n_basic_blocks, n_edges, basic_block_info, entry_exit_blocks,
10772 init_flow, clear_edges, can_delete_note_p, can_delete_label_p,
10773 flow_delete_insn, flow_delete_insn_chain, create_basic_block,
10774 expunge_block, flow_delete_block, compute_bb_for_insn,
10775 update_bb_for_insn, set_block_for_insn, set_block_for_new_insns,
10776 make_edge, remove_edge, redirect_edge_succ, redirect_edge_succ_nodup,
10777 redirect_edge_pred, split_block, marge_blocks_nomove, block_label,
10778 try_redirect_by_replacing_jump, last_loop_beg_note,
10779 redirect_edge_and_branch, redirect_edge_and_branch_force,
10780 tidy_fallthru_edge, tidy_fallthru_edges, back_edge_of_syntactic_loop_p,
10781 split_edge, insert_insn_on_edge, commit_one_edge_insertion,
10782 commit_edge_insertions, dump_flow_info, debug_flow_info,
10783 dump_edge_info, dump_bb, debug_bb, debug_bb_n, print_rtl_with_bb,
10784 verify_flow_info, purge_dead_edges, purge_all_dead_edges):
10785 Move here from flow.c
10786 * cfganal.c: New file.
10787 (forwarder_block_p, can_fallthru, mark_critical_edges,
10788 mark_dfs_back_edges, need_fake_edge_p, flow_call_edges_add,
10789 find_unreachable_blocks, create_edge_list, free_edge_list,
10790 print_edge_list, verify_edge_list, find_edge_index, flow_nodes_print,
10791 flow_edge_list_print, remove_fake_successors, remove_fake_edges,
10792 add_noreturn_fake_exit_edges, connect_infinite_loops_to_exit,
10793 flow_reverse_top_sort_order_compute, flow_depth_first_order_compute,
10794 flow_dfs_compute_reverse_init, flow_dfs-compute_reverse_add_bb,
10795 flow_dfs-compute_reverse_execute, flow_dfs_compute_reverse_finish);
10796 Move here from flow.c
10797 * cfgbuild.c: New file
10798 (count_basic_blocks, find_label_refs, make_label_edge, make_eh_edge,
10799 make_edges, find_basic_blocks_1, find_basic_blocks,
10800 find_sub_basic_blocks): Move here from flow.c
10801 * cfgcleanup.c: New file.
10802 (try_simplify_condjump, try_forward_edges, tail_recursion_label_p,
10803 merge_blocks_move_predecessor_nojumps,
10804 merge_blocks_move_successor_nojumps, merge_blocks,
10805 flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
10806 try_crossjump_bb, try_optimize_cfg): Move here from flow.c
10807 (delete_unreachable_blocks, cleanup_cfg): Likewise; return true
10809 * cfgloop.c: New file
10810 (flow_loops_cfg_dump, flow_loop_nested_p, flow_loop_dump,
10811 flow_loops_dump, flow_loops_free, flow_loop_entry_edges_find,
10812 flow_loop_exit_edges_find, flow_loop_nodes_find,
10813 flow_loop_pre_header_scan, flow_loop_pre_header_find,
10814 flow_loop_tree_node_add, flow_loops_tree_build,
10815 flow_loop_level_compute, flow_loops_level_compute, flow_loop_scan,
10816 flow_loops_find, flow_loops_update, flow_loop_outside_edge_p):
10817 Move here from flow.c
10818 * flow.c: Remove everything moved elsewhere
10819 * output.h (cleanup_cfg): Return bool.
10821 * bb-reorder.c (reorder_block_def): Remove 'index'.
10822 (insert_intra_1): Add argument BB, set block for new note.
10823 (make_reorder_chain): Do not depdent on BB indexes.
10824 (make_reorder_chain_1): Do not use BB indexes.
10825 (label_for_bb): Likewise; set BB for new insn.
10826 (emit_jump_to_block_after): Likewise.
10827 (fixup_reorder_chain): Sanity check that all basic blocks
10828 are chained; verify newly created insn chain; remove
10829 undocnitional jump simplifying; Do not use BB indexes;
10830 properly initialize count and frequency information;
10831 dump reordered sequence.
10832 (insert_intra_bb_scope_notes): update call of insert_intra_1.
10833 (insert_inter_bb_scope_notes): Set block for new insn.
10834 (reorder_basic_blocks): Dump flow info before reoredering.
10836 Mon Sep 10 06:47:35 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10838 * alias.c (clear_reg_alias_info): Use K&R format definition.
10839 Avoid unsigned warning.
10840 * builtins.c: Use "unsigned int", not "unsigned".
10841 (target_char_cast): Use host_integerp and tree_low_cst.
10842 (expand_builtin_args_info, expand_builtin_frame_address): Likewise.
10843 (c_strlen): Likewise; OFFSET now HOST_WIDE_INT.
10844 (c_getstr): Likewise.
10845 (std_expand_builtin_va_arg): Use int_size_in_bytes.
10846 (builtin_memcpy_read_str): Avoid unsigned warning.
10847 (expand_builtin_memcpy): Alignments are unsigned.
10848 (expand_builtin_strncpy, expand_builtin_memset): Likewise.
10849 (expand_builtin_expect_jump): Use integer_zerop and integer_onep.
10850 * predict.c (expensive_function_p): LIMIT now unsigned.
10851 * resource.c (mark_target_live_regs): Make some vars unsigned.
10852 * sdbout.c: Use "unsigned int", not "unsigned".
10853 (MAKE_LINE_SAFE): Add cast to avoid unsigned warning.
10854 (sdbout_source_line): Likewise.
10855 (sdbout_record_type_name): Remove "const" for NAME declaration.
10856 * config/alpha/alpha.c (alpha_expand_block_move): Whitespace fixes.
10858 2001-09-10 Richard Sandiford <rsandifo@redhat.com>
10860 * calls.c (store_one_arg): Expand comment.
10862 2001-09-10 Roman Lechtchinsky <rl@cs.tu-berlin.de>
10864 * calls.c (store_one_arg): Make sure that the entire argument is
10865 pushed if STACK_PARMS_IN_REG_PARM_AREA is defined.
10867 2001-09-09 Richard Henderson <rth@redhat.com>
10869 * emit-rtl.c (adjust_address): Fix mode for LO_SUM.
10871 Sun Sep 9 10:43:17 CEST 2001 Jan Hubicka <jh@suse.cz>
10873 * loop.c (combine_givs): Fix computing of benefit once giv is combined.
10875 2001-09-09 Richard Henderson <rth@redhat.com>
10877 * config/alpha/alpha.c (alpha_next_sequence_number): New.
10878 (alpha_this_literal_sequence_number): New.
10879 (alpha_this_gpdisp_sequence_number): New.
10880 (some_operand, input_operand): Add HIGH.
10881 (local_symbolic_operand): New.
10882 (alpha_encode_section_info): New.
10883 (alpha_legitimate_address_p): Allow LO_SUM.
10884 (alpha_legitimize_address): Generate HIGH+LO_SUM.
10885 (alpha_expand_mov): Likewise.
10886 (secondary_reload_class): Check memory_operand not general_operand
10888 (alpha_expand_unaligned_load): Force LO_SUM addresses into a register.
10889 (alpha_expand_unaligned_store): Likewise.
10890 (alpha_expand_unaligned_load_words): Likewise.
10891 (alpha_expand_unaligned_store_words): Likewise.
10892 (alpha_expand_block_clear): Likewise.
10893 (print_operand): Handle %#, %*, %H.
10894 (print_operand_address): Handle LO_SUM.
10895 (find_lo_sum): New.
10896 (alpha_does_function_need_gp): Use it.
10897 (alpha_expand_block_move): Fix signed compare warnings.
10898 (alpha_sa_mask, alpha_align_insns): Likewise.
10899 * config/alpha/alpha-protos.h: Update.
10900 * config/alpha/alpha.h (TARGET_EXPLICIT_RELOCS): New.
10901 (MASK_EXPLICIT_RELOCS): New.
10902 (TARGET_SWITCHES): Add -mexplicit-relocs.
10903 (EXTRA_CONSTRAINT): Add 'T'.
10904 (PREFERRED_RELOAD_CLASS): HIGH goes in GENERAL_REGS.
10905 (ASM_APP_ON, ASM_APP_OFF): Turn on and off asm macro expansion.
10906 (ENCODE_SECTION_INFO): Out line.
10907 (REDO_SECTION_INFO_P): New.
10908 (STRIP_NAME_ENCODING): New.
10909 (ASM_OUTPUT_LABELREF): New.
10910 (PRINT_OPERAND_PUNCT_VALID_P): Add #, *.
10911 (PREDICATE_CODES): Update.
10912 * config/alpha/alpha.md (divmodsi_internal_er, divmoddi_internal_er,
10913 call_osf_1_er_noreturn, call_osf_1_er, movdi_er_low, movdi_er_nofix,
10914 movdi_er_fix, prologue_ldgp_1_er, builtin_setjmp_receiver_sub_label_er,
10915 builtin_setjmp_receiver_er, exception_receiver_1_er,
10916 call_value_osf_1_er): New patterns.
10917 (sibcall_osf_1, sibcall_value_osf_1): Remove register alternative.
10918 (movqi, movhi, movsi): Add explicit $31 base register to lda.
10919 * config/alpha/elf.h (ASM_FILE_START): Set nomacro if explicit relocs.
10920 (FINAL_PRESCAN_INSN): New.
10922 Sat Sep 8 22:00:55 CEST 2001 Jan Hubicka <jh@suse.cz>
10924 * reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code.
10926 2001-09-08 Andreas Jaeger <aj@suse.de>
10928 * i386.h (TARGET_SWITCHES): Fix description.
10930 2001-09-07 David Edelsohn <edelsohn@gnu.org>
10932 * rs6000.c (num_insns_constant): Compute number of instructions
10935 * doc/install.texi: Explain AIX exception handling work-around.
10936 Update URL for AIX fixes.
10938 2001-09-07 Jim Wilson <wilson@redhat.com>
10940 * alias.c (clear_reg_alias_info): New.
10941 * flow.c (attempt_auto_inc): Call clear_reg_alias_info.
10942 * rtl.h (clear_reg_alias_info): Declare.
10944 2001-09-07 Roman Lechtchinsky <rl@cs.tu-berlin.de>
10946 * real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is
10948 (UEMUSHORT): New. Use instead of unsigned EMUSHORT.
10949 (m16m,edivm,emulm): Change declaration to match definition.
10951 2001-09-07 Roman Lechtchinsky <rl@cs.tu-berlin.de>
10953 * reload.c (push_reload): Check for subreg_lowpart_p instead of
10954 SUBREG_BYTE being 0 when determining if the inner part of a subreg
10957 2001-09-07 Roman Lechtchinsky <rl@cs.tu-berlin.de>
10959 * c-common.c (signed_or_unsigned_type): Handle machine mode types
10960 which have no corresponding C type.
10961 * fold_const.c (target_isinf,target_isnan,target_negative): Update
10962 the representation of 64-bit doubles to work with 64-bit ints.
10964 2001-09-07 Aldy Hernandez <aldyh@redhat.com>
10966 * config/mips/mips.c (override_options): Do not override ISA when ABI
10967 specified if MIPS_CPU_STRING_DEFAULT was specified.
10969 2001-09-07 Richard Henderson <rth@redhat.com>
10971 * loop.c (record_giv): Avoid simplifying MULT to ASHIFT.
10972 (express_from_1): Wrap lines.
10973 * rtlanal.c (commutative_operand_precedence): Rename from
10974 operand_preference; export.
10975 * rtl.h: Declare it.
10976 * simplify-rtx.c (simplify_gen_binary): Tidy +/- const_int handling.
10977 (simplify_binary_operation): Invoke simplify_plus_minus on
10978 (CONST (PLUS ...)) as well.
10979 (struct simplify_plus_minus_op_data): New.
10980 (simplify_plus_minus_op_data_cmp): New.
10981 (simplify_plus_minus): Use them. Avoid infinite recursion with
10982 simplify_binary_operation wrt CONST.
10984 Fri Sep 7 11:52:30 2001 Kazu Hirata <kazu@hxi.com>
10986 * h8300-protos.h (general_operand_dst_push): Remove.
10987 * h8300.c (general_operand_dst_push): Likewise.
10988 * h8300.h (OK_FOR_T): Likewise.
10989 (EXTRA_CONSTRAINTS): Do not use OK_FOR_T.
10990 * h8300.md (pushqi_h8300): New.
10991 (pushqi_h8300hs): Likewise.
10992 (pushqi): Likewise.
10993 (pushhi_h8300): Likewise.
10994 (pushhi_h8300hs): Likewise.
10995 (pushhi): Likewise.
10997 Fri Sep 7 12:56:26 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10999 * genattrtab.c (attr_printf): First arg is unsigned.
11000 Clean up formatting of callers.
11002 2001-09-06 Aldy Hernandez <aldyh@redhat.com>
11004 * config/mips/mips.c (override_options): Allow abi32 with 64 bit
11007 2001-09-07 Andreas Jaeger <aj@suse.de>
11009 * i386.h (TARGET_SWITCHES): Fix descriptions.
11011 2001-09-07 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11013 * stor-layout.c (compute_record_mode): Check DECL_SIZE is set.
11015 2001-09-06 Ira Ruben <ira@apple.com>
11017 Remove OP_IDENTIFIER.
11018 * tree.def (OP_IDENTIFIER): Remove.
11019 * tree.c (tree_node_kind enum): Remove op_id_kind.
11020 (tree_node_kind_names): Remove "op_identifiers".
11021 (make_node): Remove OP_IDENTIFIER test.
11022 (build_op_identifier): Removed because it isn't being used.
11023 * print-tree.c (print_node): Remove OP_IDENTIFIER case.
11024 * cp/pt.c (tsubst): Remove OP_IDENTIFIER case.
11026 2001-09-06 Richard Henderson <rth@redhat.com>
11028 * simplify-rtx.c (simplify_binary_operation): Revert last change.
11030 2001-09-06 Richard Henderson <rth@redhat.com>
11032 * simplify-rtx.c (simplify_binary_operation): Simplify contents
11035 2001-09-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11037 * config/rs6000/rs6000.c (rs6000_emit_prologue): Fix DWARF2 register
11038 number used for CR register.
11040 Thu Sep 6 11:16:35 2001 Jeffrey A Law (law@cygnus.com)
11041 Joern Rennecke (amylaar@cygnus.com)
11043 * h8300-protos.h (h8300_return_addr_rtx): New prototype.
11044 * h8300.c (initial_offset): Handle offset between RP and FP.
11045 (h8300_return_addr_rtx): New function.
11046 * h8300.h (FIRST_PSEUDO_REGISTER): Bump now that we have a
11048 (FIXED_REGISTERS, CALL_USED_REGISTERS): Corresponding changes.
11049 (REG_ALLOC_ORDER, RETURN_ADDRESS_POINTER_REGNUM): Likewise.
11050 (REG_CLASS_CONTENTS, ELIMINABLE_REGS): Likewise.
11051 (CAN_ELIMINATE, REGISTER_NAMES):
11052 (RETURN_ADDR_RTX): Call h8300_return_addr_rtx.
11054 2001-09-06 Nathan Sidwell <nathan@codesourcery.com>
11056 Remove TYPE_NONCOPIED_PARTS.
11057 * tree.h (TYPE_NONCOPIED_PARTS): Remove.
11058 (struct tree_type): Remove noncopied_parts.
11059 * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Map onto TYPE_BINFO.
11060 * expr.c (save_noncopied_parts, init_noncopied_parts): Remove.
11061 (fixed_type_p): Remove.
11062 (expand_expr, INIT_EXPR): Don't deal with noncopied parts.
11063 (expand_expr, MODIFY_EXPR): Likewise.
11064 * ggc-common.c (ggc_mark_trees): Remove TYPE_NONCOPIED_PARTS.
11065 * doc/c-tree.texi: Remove TYPE_NONCOPIED_PARTS FIXME.
11067 2001-09-06 Alan Modra <amodra@bigpond.net.au>
11069 * config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid
11071 (mask64_operand): Likewise.
11072 (includes_rldic_lshift_p): Likewise.
11073 (includes_rldicr_lshift_p): Likewise.
11075 2001-09-05 Ziemowit Laski <zlaski@apple.com>
11077 * objc/objc-act.c (build_message_expr): If a class method cannot
11078 be found, do not issue a warning if a corresponding instance
11079 method exists in the root class.
11081 2001-09-05 Richard Henderson <rth@redhat.com>
11083 * config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
11085 2001-09-05 Zack Weinberg <zack@codesourcery.com>
11087 * function.c (ggc_mark_struct_function): Mark f->outer.
11088 * toplev.c (rest_of_compilation): Clear DECL_SAVED_INSNS here...
11089 * integrate.c (output_inline_function): ... not here.
11091 Wed Sep 5 17:28:49 CEST 2001 Jan Hubicka <jh@suse.cz>
11093 * profile.c (branch_prob): Call add_noreturn_fake_exit_edges.
11095 * i386.c (size_cost): New static variable.
11096 (override_function): Use size_cost when -Os is specified.
11098 * i386.c (ix86_expand_prologue): Set use_fast_prologue_epilogue
11099 properly; Use current_function_calls_eh_return.
11100 (ix86_expand_epilogue): Avoid dummy optimize_size tests;
11101 use leave to avoid dependency chain.
11103 * local-alloc.c (update_equiv_regs): Use CFG to iterate over INSN stream;
11104 get BB loop_depth instead of computing it from LOOP notes.
11106 * reg-stack.c (subst_stack_reg_pat): Handle reversal of conditional moves.
11108 2001-09-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
11110 * som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
11111 * pa.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
11112 UNALIGNED_DOUBLE_INT_ASM_OP): Define
11114 2001-09-05 Jeffrey A Law (law@cygnus.com)
11115 Jason Merrill (jason@redhat.com)
11117 * stor-layout.c (layout_type): Complain if an array's size can
11118 not be represented in a size_t.
11120 * config/h8300/elf.h (ENDFILE_SPEC, STARTFILE_SPEC): Define.
11122 2001-09-05 David Billinghurst <David.Billinghurst@riotinto.com>
11124 * gcc.c: (process_command) Add parentheses around assignment
11125 used as truth value.
11127 2001-09-05 Richard Sandiford <rsandifo@redhat.com>
11129 * config/mips/mips.c (save_restore_insns): Don't mark any register
11130 save slots as unchanging if current_function_calls_eh_return.
11132 2001-09-05 Richard Henderson <rth@redhat.com>
11134 * config/alpha/alpha.c (alpha_legitimate_address_p): New.
11135 * config/alpha/alpha-protos.h: Declare it.
11136 * config/alpha/alpha.h (GO_IF_LEGITIMATE_ADDRESS): Move to c file.
11137 (NONSTRICT_REG_OK_FOR_BASE_P): Rename from non-strict macro.
11138 (NONSTRICT_REG_OK_FP_BASE_P): Likewise.
11139 (STRICT_REG_OK_FOR_BASE_P): Rename from strict macro.
11140 (REG_OK_FOR_BASE_P): Select one of the above.
11142 2001-09-05 Richard Sandiford <rsandifo@redhat.com>
11144 * config/mips/t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
11145 (crti.o): Prefix name of object file with $(T).
11146 (crtn.o): Likewise.
11148 2001-09-05 David S. Miller <davem@redhat.com>
11150 * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
11151 * config/sparc/linux64.h: Likewise.
11153 2001-09-05 Andreas Jaeger <aj@suse.de>
11155 * doc/invoke.texi (i386 Options): -mwide-multiply is not
11156 available anymore, remove the documentation.
11157 (i386 Options): Fix typo, cleanup index entries.
11159 * prefix.c (concat): Remove, we can use the version from liberty.
11161 2001-09-05 Richard Henderson <rth@redhat.com>
11163 * config/alpha/alpha.c (alpha_expand_mov, alpha_expand_mov_nobwx):
11164 New functions split out of md file expanders.
11165 * config/alpha/alpha-protos.h: Declare them.
11166 * config/alpha/alpha.md (movqi, movhi, movsi, movdi): Use them.
11168 2001-09-05 Neil Booth <neil@daikokuya.demon.co.uk>
11170 * cppmacro.c (funlike_invocation_p): No need to restore context.
11172 2001-09-04 Richard Henderson <rth@redhat.com>
11174 * reload.c (push_reload): Export.
11175 * reload.h (push_reload): Declare it.
11177 * config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Move out o' line.
11178 (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
11179 * config/alpha/alpha.c (alpha_legitimize_address): New.
11180 (alpha_legitimize_reload_address): Likewise.
11181 * config/alpha/alpha-protos.h: Declare them.
11183 2001-09-04 Stan Shebs <shebs@apple.com>
11185 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.
11186 * config/darwin.c (machopic_stub_name): Account for internally
11187 generated lib calls such as memcpy.
11189 2001-09-04 Richard Henderson <rth@redhat.com>
11191 * unwind.h (_UA_END_OF_STACK): New flag.
11192 * unwind.inc (_Unwind_ForcedUnwind_Phase2): Set it.
11194 Tue Sep 4 11:16:35 2001 Jeffrey A Law (law@cygnus.com)
11196 * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
11198 2001-09-04 Richard Sandiford <rsandifo@redhat.com>
11200 * config/mips/mips.c (save_restore_insns): Change base_offset to
11201 fp_offset in second call to mips_emit_frame_related_store.
11203 2001-09-04 Hans-Peter Nilsson <hp@axis.com>
11205 * doc/rtl.texi: Mention that besides as a CODE_LABEL, a label can
11206 sometimes be represented as a NOTE of type
11207 NOTE_INSN_DELETED_LABEL.
11208 (Insns): Document NOTE_INSN_DELETED_LABEL.
11210 2001-09-04 Nathan Sidwell <nathan@codesourcery.com>
11212 * c-common.h (tree_dump_index): Add more comments.
11213 * c-dump.c (dump_files): Name flags `tree' rather than `ast'.
11214 (dump_option_value_info): New struct.
11215 (dump_options): New array.
11216 (dump_switch_p): Parse switch options symbolically.
11217 * doc/invoke.texi (-fdump-ast): Rename to ...
11218 (-fdump-tree): ... here. Document that options are symbolic, and
11219 not all are applicable.
11221 2001-09-04 David S. Miller <davem@redhat.com>
11223 * config/sparc/sparc.md (define_splits): Kill constraints.
11225 Cleanup redundant and unused insn attributes.
11226 * config/sparc/sparc.md (define_attr "insn"): Kill address, unary,
11227 binary, and move. Mark ialu as default.
11228 (commented out define_function_unit "alu"): Kill.
11229 (define_attr "use_clobbered"): Kill.
11230 (whole file): Kill address insn type references. Replace
11231 all unary/binary/move references with ialu.
11232 * config/sparc/sparc.c (whole file): Kill TYPE_ADDRESS
11233 references. Replace TYPE_{UNARY,BINARY,MOVE} references with
11236 Simplify length insn attribute and make more judicious use
11237 of insn attribute defaulting.
11238 * config/sparc/sparc.md (all insns with length > one): Mark as
11239 insn type multi if real instructions, else use default if
11240 it is a forced splitter.
11241 (all insns with length == one): Use default insn length.
11242 (all insns of type ialu): Use default insn type.
11244 Fix erroneous insn attribute settings.
11245 (addx): Set insn type to misc.
11246 (mulsidi3_sp64, const_mulsidi3_sp64, umulsidi3_sp64,
11247 const_umulsidi3_sp64): Set insn type to imul.
11249 Track SFmode vs DFmode insns according to UltraSPARC
11251 * config/sparc/sparc.md ("fptype"): New attribute, default
11253 (all DFmode single insns): Mark as fptype "double".
11255 2001-09-03 Jakub Jelinek <jakub@redhat.com>
11257 * loop.c (express_from_1): Fix CONSTANT_P(a) case.
11259 2001-09-03 Richard Henderson <rth@redhat.com>
11261 * function.h (struct function): Add arg_pointer_save_area_init.
11262 * function.c (expand_function_end): Init arg_pointer_save_area.
11263 (get_arg_pointer_save_area): Do not init arg_pointer_save_area
11264 when called from a nested function.
11266 2001-09-02 Angela Marie Thomas <angela@cygnus.com>
11268 * fixinc/Makefile.in: Regenerate fixincl.x only if maintainer-mode
11271 Sun Sep 2 18:37:54 CEST 2001 Jan Hubicka <jh@suse.cz>
11273 * reload1.c (fixup_abnormal_edges): Allow NOTEs in the sequence.
11275 2001-09-01 Geoffrey Keating <geoffk@redhat.com>
11277 * expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD.
11278 (emit_push_insn): Use specified padding direction when
11279 STACK_PUSH_CODE is POST_INC.
11281 * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
11283 2001-09-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11285 * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
11287 2001-09-01 Neil Booth <neil@daikokuya.demon.co.uk>
11289 * cppinit.c (cpp_start_read): Free the imacros list as we
11290 traverse it. Don't free the chains before returning.
11291 (_cpp_push_next_buffer): Only try pushing buffers if we've
11292 completed -imacros handling.
11294 2001-08-31 Eric Christopher <echristo@redhat.com>
11296 * gcc.c (handle_braces): Add explaination for abort.
11298 2001-08-30 Roman Zippel <zippel@linux-m68k.org>
11300 * expmed.c (store_bit_field): Update to patch from 2001-08-27:
11301 move adjustment of bitpos instead.
11303 2001-08-31 Zack Weinberg <zack@codesourcery.com>
11305 * function.c: Remove all_functions. Make outer_function_chain
11307 (init_function_start): Don't add new function structure to
11309 (find_function_data, push_function_context_to,
11310 pop_function_context_from, put_var_into_stack,
11311 trampoline_address): Update for changed structure element names.
11312 (push_function_context_to): Disentangle.
11313 (free_after_compilation): Also free F.
11314 (expand_dummy_function_end): Don't free cfun here.
11315 (put_var_into_stack): Comment why we can't use find_function_data here.
11316 (fix_lexical_addr, trampoline_address, ): Use find_function_data.
11317 (mark_function_chain): Split into maybe_mark_struct_function and
11318 ggc_mark_struct_function. Export the latter.
11319 (init_function_once): Mark from cfun and outer_function_chain;
11322 * function.h (struct function): Kill next_global. Rename next
11323 to outer. All users updated to match.
11324 (all_functions, outer_function_chain): Don't declare.
11326 * ggc-common.c (ggc_mark_trees): Mark DECL_SAVED_INSNS.
11327 * integrate.c (output_inline_function): Clear DECL_SAVED_INSNS,
11328 don't touch f->inlinable, after calling rest_of_compilation.
11330 * tree.h: Forward-declare struct function. Prototype
11331 ggc_mark_struct_function.
11333 2001-08-31 Kazu Hirata <kazu@hxi.com>
11335 * config/h8300/h8300.md (*andorhi3): Fix typos.
11337 2001-08-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11339 * calls.c (emit_library_call_value): Don't use a fixed
11340 argument after VA_CLOSE, i.e. out of scope in traditional C.
11342 * emit-rtl.c (gen_rtvec): Likewise.
11344 2001-08-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11346 * Makefile.in (c-pragma.o): Depend on output.h.
11347 (reorg.o): Depend on except.h.
11349 * c-pragma.c: Include output.h.
11351 * reorg.c: Include except.h.
11353 * unwind-dw2.c: Call __builtin_alloca, not alloca.
11355 2001-08-31 Richard Henderson <rth@redhat.com>
11357 * sched-deps.c (add_dependence): Don't elide dependency if the
11358 conditional used by insn is modified in elem.
11360 2001-08-31 Nick Clifton <nickc@cambridge.redhat.com>
11362 * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Define.
11364 2001-08-31 Diego Novillo <dnovillo@redhat.com>
11366 * c-decl.c (c_decode_option): Skip '-f' prefix before calling
11369 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
11371 * config/stormy16/stormy16.c (stormy16_asm_out_destructor): New
11373 (stormy16_asm_out_constructor): New function.
11374 (TARGET_ASM_CONSTRUCTOR): Define.
11375 (TARGET_ASM_DESTRUCTOR): Define.
11377 2001-08-31 Andreas Jaeger <aj@suse.de>
11379 * gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
11380 * loop.c (add_label_notes): Likewise.
11381 * reload.c (find_reloads): Likewise.
11382 * config/sh/sh.c (machine_dependent_reorg): Likewise.
11384 2001-08-31 Jason Merrill <jason_merrill@redhat.com>
11386 * unwind-pe.h (read_uleb128, read_sleb128): Move actual reading
11387 code here. Take _Unwind_{W,Sw}ord*.
11388 (read_encoded_value_with_base): Use them.
11389 * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg
11391 (extract_cie_info): Simplify read_?leb128 handling.
11392 (execute_stack_op, execute_cfa_program): Likewise.
11393 * unwind-dw2-fde.c (get_cie_encoding): Likewise.
11395 2001-08-31 Geoffrey Keating <geoffk@redhat.com>
11397 * config/stormy16/stormy16.c (stormy16_expand_epilogue): Use
11398 the frame pointer to pop the stack if convenient.
11400 * config/stormy16/stormy16.c (stormy16_initialize_trampoline):
11401 Don't use post-increment before combine.
11402 * config/stormy16/stormy16.h (STATIC_CHAIN_REGNUM): Don't use
11403 a call-saved register.
11405 2001-08-31 Andreas Jaeger <aj@suse.de>
11407 * jump.c (mark_jump_label): Revert patch from 2001-08-28, the
11410 2001-08-30 Geoffrey Keating <geoffk@redhat.com>
11412 * config/stormy16/stormy16.md (udivmodhi4): Express using UDIV/UMOD,
11413 not DIV/MOD, of course.
11415 2001-08-30 Vladimir Makarov <vmakarov@redhat.com>
11417 * rtl.def: Undo my patch commited 2001-08-27.
11419 * genattrtab.c: Ditto.
11423 * sched-int.h: Ditto.
11425 * target-def.h: Ditto.
11429 * haifa-sched.c: Ditto.
11431 * sched-rgn.c: Ditto.
11433 * sched-vis.c: Ditto.
11435 * Makefile.in: Ditto.
11437 * doc/md.texi: Ditto.
11439 * doc/tm.texi: Ditto.
11441 * doc/contrib.texi: Ditto.
11443 * doc/gcc.texi: Ditto.
11445 * genattrtab.h: Remove it.
11447 * genautomata.c: Remove it.
11449 * genattr.c: Undo my patch and Richard Henderson's patch commited
11452 Thu Aug 30 19:22:15 2001 J"orn Rennecke <amylaar@redhat.com>
11454 * config.gcc (h8300-*-elf*): New case.
11455 * h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
11456 (SUBTARGET_CPP_SPEC): Define.
11457 (EXTRA_SPECS): Define.
11458 (SUBTARGET_EXTRA_SPECS): Define.
11459 * config/h8300/crti.asm, config/h8300/crtn.asm: New files.
11460 * config/h8300/elf.h, config/h8300/t-elf: Likewise.
11462 Thu Aug 30 18:50:37 2001 J"orn Rennecke <amylaar@redhat.com>
11464 * t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
11465 (LIB2FUNCS_EXTRA): Define.
11466 config/h8300/lib1funcs.asm: New part: L_fixunssfsi_asm .
11467 config/h8300/fixunssfsi.c: New file.
11469 2001-08-30 Kazu Hirata <kazu@hxi.com>
11471 * config/h8300/h8300.md (zero_extendqihi2): Changes to
11472 define_expand to accommodate target-specific attributes.
11473 (anonymous zero_extendqihi2 patterns): New.
11475 Thu Aug 30 18:10:56 2001 J"orn Rennecke <amylaar@redhat.com>
11477 * h8300.md (*andorhi3): New pattern.
11479 Thu Aug 30 16:00:31 2001 J"orn Rennecke <amylaar@redhat.com>
11481 * h8300.c (dosize): Fix test for "sub".
11483 Thu Aug 30 10:21:43 2001 J"orn Rennecke <amylaar@redhat.com>
11485 * c-typeck.c (pointer_diff): Try to eliminate common term before
11488 2001-08-30 Nick Clifton <nickc@cambridge.redhat.com>
11490 * config/arm/arm.c (arm_compute_initial_elimination_offset):
11491 Account for the saves of the FP registers.
11493 * config/arm/unknown-elf.h (TEXT_SECTION): Delete.
11494 (TEXT_SECTION_ASM_OP): Define.
11495 (INIT_SECTION_ASM_OP): Define.
11496 (FINI_SECTION_ASM_OP): Define.
11497 (SUBTARGET_EXTRA_SECTIONS): Remove trailing comma.
11498 (RDATA_SECTION_FUNCITON): Provide prototype.
11500 2001-08-29 Geoffrey Keating <geoffk@redhat.com>
11502 * reload1.c (move2add_note_store): Correct typo checking for
11505 2001-08-29 Andrew MacLeod <amacleod@redhat.com>
11507 * gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL
11508 note should not be considered outside the libcall block.
11510 2001-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11512 * genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.
11514 2001-08-29 Kazu Hirata <kazu@hxi.com>
11516 * config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.
11518 2001-08-29 Kazu Hirata <kazu@hxi.com>
11520 * config/h8300/h8300-protos.h: Add a prototype for
11522 * config/h8300/h8300.c (emit_logical_op): New.
11523 * config/h8300/h8300.md (andhi3): Use emit_logical_op.
11524 (andsi3): Likewise.
11525 (iorhi3): Likewise.
11526 (iorsi3): Likewise.
11527 (xorhi3): Likewise.
11528 (xorsi3): Likewise.
11530 2001-08-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
11532 * pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for
11533 comparison with rtx INTVAL.
11534 (pa_output_function_prologue): Don't mix signed and unsigned in `?'
11536 * pa.h (FUNCTION_ARG_SIZE): Likewise.
11538 2001-08-29 Kazu Hirata <kazu@hxi.com>
11540 * config/h8300/lib1funcs.asm: Update the copyright. Fix
11543 2001-08-29 Kazu Hirata <kazu@hxi.com>
11545 * config/h8300/h8300.md (anonymous movhi pattern): Don't move
11546 (reg n) to (mem (pre_dec (reg n))
11547 (anonymous movsi pattern): Likewise.
11549 2001-08-29 Kazu Hirata <kazu@hxi.com>
11551 * config/h8300/h8300.h (RETURN_ADDR_RTX): New.
11553 2001-08-29 Kazu Hirata <kazu@hxi.com>
11555 * config/h8300/h8300.md (movsi_h8300hs): Optimize loading of
11556 several special constants.
11558 2001-08-29 Kazu Hirata <kazu@hxi.com>
11560 * config/h8300/lib1funcs.asm: Fix comment typos.
11562 2001-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11564 * iris6.h (ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT):
11565 Fix format specifier warnings.
11567 * irix6-libc-compat.c (inet_ntoa, inet_lnaof, inet_netof,
11568 inet_makeaddr, semctl): Prototype.
11570 * mips.c (compute_frame_size): Fix signed/unsigned warnings.
11571 (save_restore_insns): Use base_offset, not gp_offset.
11573 * mips.h (GP_REG_OR_PSEUDO_STRICT_P): Fix signed/unsigned warning.
11574 (ASM_OUTPUT_BYTE): Fix format specifier warning.
11576 2001-08-29 Richard Henderson <rth@redhat.com>
11578 * bb-reorder.c (function_tail_eff_head): New.
11579 (record_effective_endpoints): Set it.
11580 (fixup_reorder_chain): Use it.
11582 2001-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11584 * dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.
11586 2001-08-28 Dale Johannesen <dalej@apple.com>
11588 * config/darwin.c (machopic_function_base_name): Add const
11589 qualifier to a string.
11590 (darwin_encode_section_info): Ditto.
11592 2001-08-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11594 * tree.c (default_valid_attribute_p): Don't use PARAMS on a
11595 function definition.
11597 2001-08-28 Daniel Berlin <dan@cgsoftware.com>
11599 * df.h (struct df): Add rts_order variable.
11601 * df.c (df_visit_next_rts): New function.
11602 (df_visit_next): Renamed to df_visit_next_rc
11603 (df_analyse_1): Allocate/compute/free rts_order as well.
11604 (df_rd_global_compute): Use df_visit_next_rc instead of
11606 (df_ru_global_compute): Use df_visit_next_rts instead of
11609 * flow.c (flow_reverse_top_sort_order_compute): New function.
11611 * basic-block.h: Add prototype.
11613 2001-08-28 Daniel Berlin <dan@cgsoftware.com>
11615 * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable
11616 blocks, the BB_REACHABLE is now set, rather than aux being
11617 non-NULL. Update the test to reflect this.
11619 2001-08-28 Eric Christopher <echristo@redhat.com>
11621 * config/mips/crtn.asm: Add comment explaining 16 byte alignment.
11622 config/mips/crti.asm: Ditto.
11624 2001-08-28 Eric Christopher <echristo@redhat.com>
11625 Richard Henderson <rth@redhat.com>
11627 * c-pragma.h (add_weak): Move prototype from here...
11628 * output.h (add_weak): ... to here.
11629 * varasm.c (add_weak): Fix typo.
11630 * config/mips/crti.asm: New file.
11631 * config/mips/crtn.asm: Ditto.
11632 * config/mips/elf.h (SBSS_SECTION_ASM_OP) Add #undef.
11633 (CTOR_LISTS_DEFINED_EXTERNALLY): Remove.
11634 (INVOKE__main): Ditto.
11635 (INIT_SECTION_ASM_OP): New.
11636 (FINI_SECTION_ASM_OP): Ditto.
11637 (STARTFILE_SPEC): Add crti.
11638 (ENDFILE_SPEC): Add crtn.
11639 * config/mips/elf64.h: Same.
11640 * config/mips/rtems64.h (INVOKE__main, NAME__MAIN, SYMBOL__MAIN):
11642 * config/mips/vxworks.h: Ditto.
11643 * config/mips/t-elf: Support crti and crtn.
11645 2001-08-28 Alexandre Oliva <aoliva@redhat.com>
11647 * jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not
11650 2001-08-28 Richard Henderson <rth@redhat.com>
11652 * config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
11653 (one_cmplbi2 splitter): Remove redundant test.
11655 2001-08-28 Dale Johannesen <dalej@apple.com>
11657 * config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.
11659 2001-08-28 Danny Smith <dannysmith@users.sourceforge.net>
11661 * config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
11663 2001-08-28 Stan Shebs <shebs@apple.com>
11665 * config/darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
11666 (UNALIGNED_SHORT_ASM_OP): Define.
11667 (UNALIGNED_INT_ASM_OP): Define.
11669 2001-08-28 Will Cohen <wcohen@redhat.com>
11671 * config/rs6000/rs6000.md (store_multiple): Correct RTL
11672 generation for first set.
11674 2001-08-27 Roman Zippel <zippel@linux-m68k.org>
11676 * flow.c (redirect_edge_succ_nodup): Return new edge.
11677 (try_simplify_condjump): Use new edge.
11678 * basic-block.h (redirect_edge_succ_nodup): Update prototype.
11680 * cse.c (cse_basic_block): Skip note instructions.
11682 2001-08-27 Richard Henderson <rth@redhat.com>
11684 * combine.c (combine_simplify_rtx): Don't reverse condition
11685 if there is no reverse for the condition.
11686 (simplify_comparison): Don't simplify subregs from INT to FP.
11688 * config/m68k/m68k.md (sordered, sordered_1, sunordered, sunordered_1,
11689 suneq, suneq_1, sunge, sunge_1, sungt, sungt_1, sunle, sunle_1,
11690 sunlt, sunlt_1, sltgt, sltgt_1, fsogt_1, fsoge_1, fsolt_1, fsole_1,
11691 bordered, bunordered, buneq, bunge, bungt, bunle, bunlt, bltgt,
11692 bordered_rev, bunordered_rev, buneq_rev, bunge_rev, bungt_rev,
11693 bunle_rev, bunlt_rev, bltgt_rev): New patterns.
11695 2001-08-27 Roman Zippel <zippel@linux-m68k.org>
11697 * config/m68k/m68k.md (subreghi1ashrdi_const32, bsetmemqi,
11698 bsetmemqi+1, strict_low_part peephole): Fix SUBREG_BYTE offset.
11700 (adddi_dilshr32, adddi_dishl32): Only data register can be
11701 source for mem destination.
11703 * expmed.c (store_bit_field): Ignore adjustment to bitpos
11704 and use bitnum to decide about register move.
11706 2001-08-27 Richard Henderson <rth@redhat.com>
11708 * genattr.c (main): Emit state_t even when not doing scheduling.
11710 2001-08-27 Roman Zippel <zippel@linux-m68k.org>
11711 Richard Henderson <rth@redhat.com>
11713 * gcse.c (reg_first_set, reg_last_set): Replace with ...
11714 (reg_avail_info, current_bb): ... these.
11715 (oprs_unchanged_p, record_last_reg_set_info): Use them.
11716 (compute_hash_table): Likewise.
11718 2001-08-27 Roman Zippel <zippel@linux-m68k.org>
11720 * flow.c (verify_flow_info): Use checksums to verify edges.
11722 2001-08-27 Richard Henderson <rth@redhat.com>
11724 * genautomata.c (expand_automata): Always create a description.
11726 2001-08-27 Geoffrey Keating <geoffk@redhat.com>
11728 * optabs.c (expand_binop): Correctly handle the carry in multiword
11729 add/subtract operations.
11731 2001-08-27 Fred Fish <fnf@be.com>
11733 * ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be
11736 2001-08-27 Geoffrey Keating <geoffk@redhat.com>
11738 * reload.c (find_reloads_toplev): Back out this change:
11740 Wed Jul 26 19:44:05 2000 Hans-Peter Nilsson <hp@axis.com>
11742 * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
11743 mem if the address is a mode_dependent_address_p.
11745 2001-08-27 Vladimir Makarov <vmakarov@touchme.toronto.redhat.com>
11747 * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
11748 PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
11749 AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
11752 * genattr.c (main): New variable num_insn_reservations. Increase
11753 it if there is DEFINE_INSN_RESERVATION. Output automaton based
11754 pipeline hazard recognizer interface.
11756 * genattrtab.h: New file.
11758 * genattrtab.c: Include genattrtab.h.
11759 (attr_printf, check_attr_test, make_internal_attr,
11760 make_numeric_value): Move protypes into genattrtab.h. Define them
11762 (num_dfa_decls): New global variable.
11763 (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
11764 DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
11765 DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
11766 DEFINE_INSN_RESERVATION. Call expand_automata and write_automata.
11768 * genautomata.c: New file.
11770 * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
11772 * sched-int.h: (curr_state): Add the external definition for
11773 automaton pipeline interface.
11774 (haifa_insn_data): Add comments for members blockage and units.
11776 * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
11777 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
11778 TARGET_SCHED_DFA_PRE_CYCLE_INSN,
11779 TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
11780 TARGET_SCHED_DFA_POST_CYCLE_INSN,
11781 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
11782 TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
11784 (TARGET_SCHED): Use the new macros.
11786 * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
11787 dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
11788 first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
11789 dfa_bubble): New members in gcc_target.sched.
11791 * haifa-sched.c (insert_schedule_bubbles_p): New variable.
11792 (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
11793 (insn_queue): Redefine it as pointer to array.
11794 (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
11796 (max_insn_queue_index_macro_value): New variable.
11797 (curr_state, dfa_state_size, ready_try): New varaibles for
11798 automaton interface.
11799 (ready_element, ready_remove, max_issue): New function prototypes
11800 for automaton interface.
11801 (choose_ready): New function prototype.
11802 (insn_unit, blockage_range): Add comments.
11803 (unit_last_insn, unit_tick, unit_n_insns): Define them for case
11804 FUNCTION_UNITS_SIZE == 0.
11805 (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
11806 actual_hazard, potential_hazard): Add comments.
11807 (insn_cost): Use cost -1 as undefined value. Remove
11808 LINK_COST_ZERO and LINK_COST_FREE. Add new code for automaton
11809 pipeline interface.
11810 (ready_element, ready_remove): New functions for automaton
11812 (schedule_insn): Add new code for automaton pipeline interface.
11813 (queue_to_ready): Add new code for automaton pipeline interface.
11814 Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
11815 (debug_ready_list): Print newline when the queue is empty.
11816 (max_issue): New function for automaton pipeline interface.
11817 (choose_ready): New function.
11818 (schedule_block): Add new code for automaton pipeline interface.
11819 Print ready list before scheduling each insn.
11820 (sched_init): Add new code for automaton pipeline interface.
11821 Initiate insn cost by -1.
11822 (sched_finish): Free the current automaton state and finalize
11823 automaton pipeline interface.
11825 * sched-rgn.c: Include target.h.
11826 (init_ready_list, new_ready, debug_dependencies): Add new code for
11827 automaton pipeline interface.
11829 * sched-vis.c: Include target.h.
11830 (get_visual_tbl_length): Add code for automaton interface.
11831 (target_units, print_block_visualization): Add comments.
11833 * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
11834 USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
11835 (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
11836 (getruntime.o, genautomata.o): New entries.
11837 (genattrtab.o): Add new dependency file genattrtab.h.
11838 (genattrtab): Add new dependencies. Link it with `libm.a'.
11839 (getruntime.o, hashtab.o): New entries for canadian cross.
11841 * doc/md.texi: Description of automaton based model.
11843 * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
11845 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
11846 TARGET_SCHED_DFA_PRE_CYCLE_INSN,
11847 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
11848 TARGET_SCHED_DFA_POST_CYCLE_INSN,
11849 TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
11850 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
11851 TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
11853 (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
11854 MAX_DFA_ISSUE_RATE): New macro descriptions.
11856 * doc/contrib.texi: Add dfa based scheduler contribution.
11858 * doc/gcc.texi: Add more information about genattrtab.
11860 2001-08-27 Diego Novillo <dnovillo@redhat.com>
11862 * flow.c (flow_loop_dump): Do not display insn UIDs if this is not
11863 an RTL basic block.
11865 2001-08-27 Richard Henderson <rth@redhat.com>
11867 * function.c (expand_function_end): Don't init arg_pointer_save_area.
11868 (get_arg_pointer_save_area): New. Create an init it here.
11869 (fix_lexical_addr): Use it.
11870 * function.h: Declare it.
11871 * builtins.c (expand_builtin_setjmp_receiver): Use it.
11872 * stmt.c (expand_nl_goto_receiver): Use it.
11874 2001-08-27 Richard Henderson <rth@redhat.com>
11876 * final.c (final_scan_insn): Don't enter APP_ON mode for
11879 * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use proper
11880 alignment for assemble_integer for DW_EH_PE_aligned.
11881 * except.c (output_function_exception_table): Likewise.
11883 2001-08-26 Andreas Jaeger <aj@suse.de>
11885 * c-tree.h: Add prototyp for c_sizeof_nowarn.
11887 2001-08-25 Dan Nicolaescu <dann@ics.uci.edu>
11889 * ssa-ccp.c (ssa_const_prop): Free ssa_edges.
11891 2001-08-27 Alan Modra <amodra@bigpond.net.au>
11893 * config/rs6000/rs6000.c (mask_operand): Rewrite without
11895 (mask64_operand): Likewise.
11896 (rldic_operand): Delete.
11897 (includes_lshift64_p): Delete.
11898 (includes_rldic_lshift_p): New function.
11899 (includes_rldicr_lshift_p): New function.
11900 (print_operand): Don't call rldic_operand in case 'W'.
11901 * config/rs6000/rs6000-protos.h (rldic_operand): Remove.
11902 (includes_lshift64_p): Remove.
11903 (includes_rldic_lshift_p): Declare.
11904 (includes_rldicr_lshift_p): Declare.
11905 * config/rs6000/rs6000.h (PREDICATE_CODES): Remove rldic_operand.
11906 * config/rs6000/rs6000.md <ashldi3_internal 64 bit patterns>:
11907 Replace match_operand rldic_operand predicate with
11908 const_int_operand. Replace includes_lshift64_p condition with
11909 includes_rldic_lshift_p.
11910 <ashldi3_internal 64 bit rldicr patterns>: New.
11912 2001-08-27 Andreas Jaeger <aj@suse.de>
11914 * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
11915 * errors.c: Likewise.
11916 * final.c: Likewise.
11917 * dwarf2asm.c: Likewise.
11918 * doprint.c (checkit): Likewise.
11919 * diagnostic.c: Likewise.
11920 * collect2.c: Likewise.
11921 * calls.c: Likewise.
11922 * c-semantics.c (build_stmt): Likewise.
11923 * c-format.c (status_warning): Likewise.
11924 * c-errors.c (pedwarn_c99): Likewise.
11925 * builtins.c (validate_arglist): Likewise.
11926 * config/pj/pj.c (pj_printf): Likewise.
11927 * fix-header.c: Likewise.
11929 * gcov.c (fnotice): Likewise.
11930 * gensupport.c (message_with_line): Likewise.
11931 * mips-tfile.c: Likewise.
11932 * protoize.c (notice): Likewise.
11933 * read-rtl.c (fatal_with_file_and_line): Likewise.
11934 * rtl-error.c: Likewise.
11935 * tradcpp.c: Likewise.
11936 * tree.c: Likewise.
11937 * cp/tree.c (build_min_nt): Likewise.
11938 (build_min): Likewise.
11939 * cp/lex.c: Likewise.
11940 * cp/errfn.c: Likewise.
11941 * cp/rtti.c (create_pseudo_type_info): Likewise.
11943 Sun Aug 26 20:25:44 2001 Denis Chertykov <denisc@overta.ru>
11945 * df.c (df_uses_record): Return after recording all uses
11948 2001-08-26 Daniel Berlin <dan@cgsoftware.com>
11950 * df.c (df_insn_modify): Realloc the INSN table here, if
11951 necessary, here, too.
11953 2001-08-26 Aldy Hernandez <aldyh@redhat.com>
11955 * config/mips/mips.c (mips_function_value): Handle complex return
11958 2001-08-25 Hans-Peter Nilsson <hp@bitrange.com>
11960 * reload1.c (reload): Make all entries in reg_equiv_memory_loc
11962 * reload.c (make_memloc): Copy result if it is still
11963 reg_equiv_memory_loc[regno] on return.
11964 (subst_reloads) [ENABLE_CHECKING]: Check that none of
11965 reg_equiv_constant, reg_equiv_memory_loc, reg_equiv_address and
11966 reg_equiv_mem are modified by the substitutions.
11968 Sat Aug 25 23:07:35 CEST 2001 Jan Hubicka <jh@suse.cz>
11970 * predict.c (expensive_function_p): New.
11971 * rtl.h (expensive_function_p): Declare.
11972 * i386.c (FAST_PROLOGUE_INSN_COUNT): New constant.
11973 (use_fast_prologue_epilogue): New static variable.
11974 (expand_prologue): Set it; emit short prologues if unset.
11975 (expand_epilogue): Likewise.
11977 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
11979 * config.gcc: Add stormy16-*-elf case.
11980 * config/stormy16/stormy-abi: New file.
11981 * config/stormy16/stormy16-lib2.c: New file.
11982 * config/stormy16/stormy16-protos.h: New file.
11983 * config/stormy16/stormy16.c: New file.
11984 * config/stormy16/stormy16.h: New file.
11985 * config/stormy16/stormy16.md: New file.
11986 * config/stormy16/t-stormy16: New file.
11988 Sat Aug 25 15:46:51 CEST 2001 Jan Hubicka <jh@suse.cz>
11990 * i386.h (no-accumulate-outgoing-args): Use proper mask.
11992 2001-08-24 David Edelsohn <edelsohn@gnu.org>
11994 * config/rs6000/rs6000.c (rs6000_initialize_trampoline): Function
11995 descriptor members are pointer size, not constant 4.
11996 * config/rs6000/rs6000.md (define_splits): Remove more unused
11999 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12001 * sparc.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
12003 2001-08-24 Andreas Jaeger <aj@suse.de>, rkl@connect.org.uk
12005 * cp/rtti.c (VPARAMS): Fix parameter.
12007 2001-08-24 Zack Weinberg <zackw@panix.com>
12009 * expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv
12011 (mode_for_extraction): No need for #ifdefs. Add default-case abort
12013 (store_bit_field): Eliminate insv_bitsize variable. Put HAVE_insv
12014 in if controlling use of insv.
12015 (extract_bit_field): Likewise, for extv and extzv.
12017 Fri Aug 24 17:27:46 CEST 2001 Jan Hubicka <jh@suse.cz>
12019 * i386.md (movcc peep2): Fix load of 0.
12021 2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12023 * fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR,
12024 *_MOD_EXPR, SAVE_EXPR and NON_LVALUE_EXPR.
12026 2001-08-23 Jason Merrill <jason_merrill@redhat.com>
12028 * c-pragma.h: Move weak_syms and weak_decls...
12029 * varasm.c: ...here. Now static.
12030 (declare_weak, weak_finish, remove_from_pending_weak_list): Don't
12031 depend on HANDLE_PRAGMA_WEAK.
12033 * c-common.c (c_alignof, c_alignof_expr): Move here...
12034 * c-typeck.c: ...from here.
12035 * c-tree.h, c-common.h: Adjust.
12037 2001-08-23 Bernd Schmidt <bernds@redhat.com>
12039 * config/ia64/ia64.c (rws_update): If !pred, set write_count
12040 instead of incrementing it.
12042 * config/ia64/ia64.c (ia64_sched_reorder): When there's more than one
12043 asm ready, don't try to move them all into the same array element.
12045 Thu Aug 23 17:21:43 CEST 2001 Jan Hubicka <jh@suse.cz>
12047 * function.c (thread_prologue_and_epilogue_insns): Avoid
12048 fallthru flag on edge to exit.
12050 * i386.md (trunc?fsi splitter): Conditionionize for non-sse.
12052 * flow.c (delete_noop_moves, propagate_block_delete_insn): Purge
12055 2001-08-23 Lars Brinkhoff <lars@nocrew.org>
12057 * config/mcore/mcore.h (MACHINE_DEPENDENT_SIMPLIFY): Remove.
12058 * config/mcore/mcore.c (mcore_dependent_simplify_rtx): Likewise.
12059 * config/mcore/mcore-protos.h (mcore_dependent_simplify_rtx):
12062 2001-08-23 Lars Brinkhoff <lars@nocrew.org>
12064 * genconstants.c, genpreds.c, libfuncs.h, optabs.h, rtl-error.h:
12065 replace "GNU CC" with "GCC".
12067 2001-08-23 Richard Henderson <rth@redhat.com>
12069 * config/ia64/ia64.c (ia64_register_move_cost): Add mode arguemnt.
12070 Reorganize. Handle ADDL like GR, add GR_AND_BR. Handle TFmode.
12071 (ia64_secondary_reload_class): Need GR between AR/BR and anything.
12072 Need GR between FR and not GR_AND_FR.
12073 * config/ia64/ia64-protos.h (ia64_register_move_cost): Update.
12074 * config/ia64/ia64.h (reg_class): Add GR_AND_BR_REGS, move
12075 AR regs before GR regs.
12076 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
12077 (PREFERRED_RELOAD_CLASS): Tweak for reordered classes.
12078 (REGISTER_MOVE_COST): Update.
12079 (MEMORY_MOVE_COST): Add GR_AND_FR_REGS.
12081 2001-08-23 Richard Henderson <rth@redhat.com>
12083 * regclass.c (init_reg_sets_1): Don't assume cost 2 within
12086 2001-08-22 Geoffrey Keating <geoffk@redhat.com>
12088 * reload1.c (emit_reload_insns): Don't look for notes
12089 on a NULL store_insn.
12091 2001-08-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12093 * sparc.c (uns_small_int): Don't reference a constant >32-bit.
12094 (addrs_ok_for_ldd_peep): Fix signed/unsigned warning.
12095 (sparc_flat_function_prologue, sparc_flat_function_epilogue): Fix
12096 format specifier warnings.
12097 (sparc_sched_reorder): Mark parameter with ATTRIBUTE_UNUSED.
12099 2001-08-22 David Billinghurst <David.Billinghurst@riotinto.com>
12101 * config/i386/i386-protos.h: Correct declaration of
12102 i386_pe_asm_named_section.
12104 2001-08-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
12106 * pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for
12108 * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
12110 2001-08-22 Neil Booth <neil@daikokuya.demon.co.uk>
12112 * cpperror.c (print_location): Don't show _Pragma.
12113 * cppfiles.c (_cpp_pop_file_buffer): Handle -include file pushing
12114 and file change callback generation here.
12115 (stack_include_file): Update use of cpp_push_buffer.
12116 * cpphash.h (_cpp_pop_file_buffer): Update prototype.
12117 (struct cpp_buffer): Remove type, pfile members.
12118 * cppinit.c (cpp_handle_option): Use free_chain.
12119 * cpplex.c (_cpp_lex_token): Don't do -include file pushing here.
12120 (skip_escaped_newlines, get_effective_char, lex_percent): Take
12121 a cpp_reader rather than a cpp_buffer.
12122 (skip_escaped_newlines, get_effective_char, skip_block_comment,
12123 skip_line_comment, parse_string, lex_percent, lex_dot,
12124 _cpp_lex_token): Update accordingly.
12125 * cpplib.c (_cpp_pop_buffer): Don't do file change callback
12127 (cpp_push_buffer): Update prototype.
12128 (run_directive): Update use of cpp_push_buffer.
12129 (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
12130 handle_assertion): Update use of run_directive.
12131 * cpplib.h (enum cpp_buffer_type): Remove.
12132 (cpp_push_buffer): Update prototype.
12133 * fix-header.c (read_scan_file): Update.
12135 2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
12137 * gcc.c (struct prefix_list): Change prefix to const char *.
12139 2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
12141 * final.c (final_scan_insn): Call ADDR_VEC_ALIGN on next insn.
12143 2001-08-22 Jason Merrill <jason_merrill@redhat.com>
12145 * explow.c (set_mem_attributes): Avoid returning a bogus alias set
12148 * jump.c (squeeze_notes): Take parms by reference. Handle END being
12151 * ifcvt.c (dead_or_predicable): Adjust.
12152 * loop.c (find_and_verify_loops): Adjust.
12153 * stmt.c (expand_end_case): Adjust.
12154 * flow.c (merge_blocks_move_successor_nojumps): Adjust. Modify the
12155 head and end insn pointers in the basic block, not just local copies.
12156 (merge_blocks_move_predecessor_nojumps): Likewise.
12158 2001-08-22 Lars Brinkhoff <lars@nocrew.org>
12160 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,
12161 bitmap.h, builtin-types.def, builtins.c, builtins.def,
12162 c-aux-info.c, c-common.c, c-common.def, c-common.h,
12163 c-convert.c, c-decl.c, c-dump.c, c-dump.h, c-errors.c,
12164 c-format.c, c-lang.c, c-lex.c, c-lex.h, c-parse.in,
12165 c-pragma.c, c-pragma.h, c-semantics.c, c-tree.h, c-typeck.c,
12166 caller-save.c, calls.c, collect2.c, collect2.h, combine.c,
12167 conditions.h, config.gcc, configure.frag, configure.in,
12168 conflict.c, convert.c, convert.h, cppspec.c, crtstuff.c,
12169 cse.c, cselib.c, cselib.h, dbxout.c, dbxout.h, defaults.h,
12170 dependence.c, df.c, df.h, diagnostic.c, diagnostic.h,
12171 doloop.c, dominance.c, dwarf.h, dwarf2.h, dwarf2asm.c,
12172 dwarf2asm.h, dwarf2out.c, dwarf2out.h, dwarfout.c,
12173 emit-rtl.c, errors.c, errors.h, except.c, except.h,
12174 exgettext, explow.c, expmed.c, expr.c, expr.h, final.c,
12175 fixproto, flags.h, flow.c, fold-const.c, fp-test.c,
12176 function.c, function.h, gbl-ctors.h, gcc.c, gcc.h, gcc.hlp,
12177 gccspec.c, gcov-io.h, gcse.c, genattr.c, genattrtab.c,
12178 gencheck.c, gencodes.c, genconfig.c, genemit.c,
12179 genextract.c, genflags.c, gengenrtl.c, genmultilib,
12180 genopinit.c, genoutput.c, genpeep.c, genrecog.c,
12181 gensupport.c, gensupport.h, ggc-callbacks.c, ggc-common.c,
12182 ggc-none.c, ggc-page.c, ggc-simple.c, ggc.h, global.c,
12183 graph.c, graph.h, gthr-aix.h, gthr-dce.h, gthr-posix.h,
12184 gthr-rtems.h, gthr-single.h, gthr-solaris.h, gthr-vxworks.h,
12185 gthr-win32.h, gthr.h, haifa-sched.c, halfpic.c, halfpic.h,
12186 hard-reg-set.h, hwint.h, ifcvt.c, input.h, insn-addr.h,
12187 integrate.c, integrate.h, jump.c, lcm.c, libgcc2.c,
12188 libgcc2.h, lists.c, local-alloc.c, loop.c, loop.h,
12189 machmode.def, machmode.h, main.c, mbchar.c, mbchar.h,
12190 mips-tdump.c, mips-tfile.c, mklibgcc.in, mkmap-flat.awk,
12191 mkmap-symver.awk, optabs.c, output.h, params.c, params.def,
12192 params.h, predict.c, predict.def, predict.h, prefix.c,
12193 prefix.h, print-rtl.c, print-tree.c, profile.c, protoize.c,
12194 read-rtl.c, real.c, real.h, recog.c, recog.h, reg-stack.c,
12195 regclass.c, regmove.c, regrename.c, regs.h, reload.c,
12196 reload.h, reload1.c, reorg.c, resource.c, resource.h, rtl.c,
12197 rtl.def, rtl.h, rtlanal.c, sbitmap.c, sbitmap.h,
12198 sched-deps.c, sched-ebb.c, sched-int.h, sched-rgn.c,
12199 sched-vis.c, sdbout.c, sdbout.h, sibcall.c, simplify-rtx.c,
12200 ssa-ccp.c, ssa-dce.c, ssa.c, ssa.h, stmt.c, stor-layout.c,
12201 stringpool.c, system.h, timevar.c, timevar.def, timevar.h,
12202 tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h,
12203 tsystem.h, unroll.c, unwind-dw2-fde.c, unwind-dw2-fde.h,
12204 unwind-dw2.c, unwind-pe.h, unwind-sjlj.c, unwind.h,
12205 unwind.inc, varasm.c, varray.c, varray.h, xcoffout.c,
12206 xcoffout.h: replace "GNU CC" with "GCC".
12208 2001-08-21 Richard Henderson <rth@redhat.com>
12210 * final.c (LABEL_ALIGN_AFTER_BARRIER): Default to no alignment.
12211 (final_scan_insn): Consider jump tables data even if we have no
12212 independent text section if !JUMP_TABLES_IN_TEXT_SECTION. Use
12214 * config/ia64/ia64.h (JUMP_TABLES_IN_TEXT_SECTION): Remove.
12215 (ASM_OUTPUT_CASE_END): Remove.
12216 (ASM_OUTPUT_ADDR_DIFF_ELT): Emit pc-relative references.
12217 * config/ia64/ia64.md (tablejump): Decode pc-relative references.
12218 * config/ia64/sysv4.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
12220 2001-08-21 Richard Henderson <rth@redhat.com>
12222 * config/ia64/ia64.c (emit_all_insn_group_barriers): Flush state
12223 at barrier insns. Emit stop bits before barriers.
12225 * flow.c (flow_find_cross_jump): Don't consider unconditional
12226 return insns for commoning.
12228 * final.c (compute_alignments): Fix typo.
12230 * expmed.c (CODE_FOR_insv, gen_insv): Provide defaults.
12231 (CODE_FOR_extv, gen_extv, CODE_FOR_extzv, gen_extzv): Likewise.
12232 (store_bit_field): Use mode_for_extraction more places.
12233 (extract_bit_field): Likewise.
12235 2001-08-21 Zack Weinberg <zackw@panix.com>
12237 * caller-save.c: Don't include insn-codes.h.
12238 (reg_save_code, reg_restore_code): Make arrays of int.
12239 All uses updated to match.
12240 (insert_save, insert_restore): No need to initialize "code"
12241 variable upon declaration.
12242 * Makefile.in: update dependencies; fix typo in clean rule.
12244 2001-08-21 Richard Henderson <rth@redhat.com>
12246 * ifcvt.c (find_if_block): Allow join_bb as EXIT.
12247 (merge_if_block): Handle fallout from same.
12249 2001-08-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12251 * builtins.c (type_to_class): Fix typo in last change.
12253 2001-08-21 Richard Henderson <rth@redhat.com>
12255 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if
12256 ia64_asm_output_label.
12258 * config/ia64/crtbegin.asm (__do_global_dtors_aux): Use saved
12259 copy of gp while the real gp register contains garbage.
12261 2001-08-21 Zack Weinberg <zackw@panix.com>
12263 * expmed.c (mode_for_extraction): New function.
12264 (store_bit_field, extract_bit_field): Use it.
12265 * expr.h: Prototype it and provide an enum for its first argument.
12267 * combine.c, function.c, recog.c: Don't include insn-codes.h.
12268 Use mode_for_extraction rather than testing HAVE_insv/extv/extzv
12269 and digging through the insn_data tables.
12270 * Makefile.in: Update dependencies.
12272 2001-08-22 Neil Booth <neil@daikokuya.demon.co.uk>
12274 * cppfiles.c (stack_include_file): line-map.c now handles include
12276 (handle_missing_handler): Similarly.
12277 (_cpp_execute_include): Similarly.
12278 (_cpp_pop_file_buffer): Similarly.
12279 * cpphash.h (struct cpp_reader): Remove system_include_depth,
12280 buffer_stack_depth and include_depth.
12281 * cpplib.c (do_include_common): line-map.c now handles include depth.
12282 (cpp_push_buffer): Similarly.
12283 (_cpp_pop_buffer): Similarly.
12284 * cppmacro.c (builtin_macro): Update.
12285 * line-map.c (init_line_maps): Set depth.
12286 (add_line_map): Increment "used" earlier. Update and use the
12288 (trace_include): Use the include depth.
12289 * line-map.h (struct line_maps): New member depth.
12291 2001-08-21 Neil Booth <neil@daikokuya.demon.co.uk>
12293 * cppfiles.c (stack_include_file): Don't handle -H here.
12294 * cppinit.c (cpp_start_read): Set include tracing after
12295 cpp_post_options and after stacking the main file.
12296 * line-map.c (trace_include): New.
12297 (init_line_maps, add_line_map): Update.
12298 * line-map.h (struct line_maps): New member trace_includes.
12300 2001-08-21 Neil Booth <neil@daikokuya.demon.co.uk>
12302 * cppfiles.c (stack_include_file): Harmonize system headerness tests.
12303 * cppfiles.c (stack_include_file): Only stack a file if there
12304 is something to do. Return a boolean indicating whether a
12305 buffer was stacked or not.
12306 (_cpp_execute_include): Similarly.
12307 (_cpp_read_file): Similarly.
12308 * cpphash.h (_cpp_read_file, _cpp_execute_include): Update prototypes.
12310 2001-08-21 Sam Steingold <sds@gnu.org>
12312 * tradcpp.c (rescan): define obufp_before_macroname before RECACHE
12313 (RECACHE): keep obufp_before_macroname up to date
12315 2001-08-21 Zack Weinberg <zackw@panix.com>
12317 * stmt.c: Don't include insn-codes.h.
12318 (expand_end_case): Machine specific logic moved to expr.c.
12319 No need to worry about __builtin_classify_type.
12320 (check_for_full_enumeration_handling, emit_case_nodes):
12323 * builtins.o (expand_builtin_classify_type): Split up so code
12324 can be shared with fold_builtin_classify_type.
12325 (type_to_class, fold_builtin_classify_type): New functions.
12326 (fold_builtins): Handle __builtin_classify_type.
12328 * expr.c (do_tablejump): Now static.
12329 (case_values_threshold, try_casesi, try_tablejump): New;
12330 code mostly from stmt.c (expand_end_case).
12331 (expr.h): Update prototypes.
12333 * Makefile.in (stmt.o): Update dependencies.
12335 2001-08-21 Will Cohen <wcohen@redhat.com>
12337 * configure/alpha/alpha.h (CONDITIONAL_REGISTER_USAGE): Added local
12338 declaration of variable i.
12339 * configure/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Added local
12340 declaration of variable i.
12342 2001-08-21 Richard Henderson <rth@redhat.com>
12344 * crtstuff.c: Fix thinko last change. Move list tails to start
12345 of CRT_END section. Tidy ifdefs.
12346 (__EH_FRAME_BEGIN__): Always static for ELF.
12347 (__do_global_ctors_1): Rename from __frame_dummy.
12348 * config/mips/iris6.h (LINK_SPEC): Update for __do_global_ctors_1
12349 name change; don't hide __EH_FRAME_BEGIN__.
12351 2001-08-21 Richard Henderson <rth@redhat.com>
12353 * gdbinit.in: Move break on exit after break on fancy_abort.
12355 * config/ia64/ia64.c (ia64_return_in_memory): True for variable
12358 2001-08-21 Neil Booth <neil@daikokuya.demon.co.uk>
12360 * cpphash.h (_cpp_push_next_buffer): New.
12361 * cppinit.c (do_includes): Remove.
12362 (push_include, free_chain, _cpp_push_next_buffer): New.
12363 (cpp_start_read): Use them to rework command line option handling.
12364 (cpp_handle_option): Combine handling of -include and -imacros.
12365 * cpplex.c (_cpp_lex_token): Push a new -include buffer if
12366 appropriate. Always insert missing \n at EOF.
12367 * cpplib.c (start_directive): Get the directive position right.
12368 * cppmain.c (cb_file_change): Always print the first line, unless
12371 2001-08-20 Andreas Jaeger <aj@suse.de>
12373 * profile.c (compute_branch_probabilities): Remove extra new-line
12375 * flow.c (verify_flow_info): Likewise.
12377 2001-08-20 Diego Novillo <dnovillo@redhat.com>
12379 * basic-block.h (basic_block): Add new field 'flags'.
12380 (BB_REACHABLE): Define.
12381 (expunge_block): Declare.
12382 * flow.c (ENTRY_BLOCK_PTR): Initialize field 'flags'.
12383 (EXIT_BLOCK_PTR): Ditto.
12384 (expunge_block): Remove static declaration.
12385 (cleanup_cfg): Clear bb->aux on every basic block.
12386 (find_unreachable_blocks): Set BB_REACHABLE bit in bb->flags when
12387 computing reachability.
12388 (delete_unreachable_blocks): Delete block b if b->flags has
12389 BB_REACHABLE unset.
12391 2001-08-20 Diego Novillo <dnovillo@redhat.com>
12393 * doc/invoke.texi: Replace references to -fdump-tree with -fdump-ast.
12395 2001-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12397 * sparc.c (sparc_variable_issue): Fix typo in last change.
12399 2001-08-20 Richard Henderson <rth@redhat.com>
12401 * varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
12403 2001-08-20 John David Anglin <dave@hiauly1.hia.nrc.ca>
12405 * pa.h (RETURN_IN_MEMORY): Improve comment.
12407 2001-08-20 Janis Johnson <janis187@us.ibm.com>
12409 * doc/invoke.texi (Profiling options): Clarify the interactions
12410 between -fprofile-arcs and -ftest-coverage, -fprofile-arcs.
12412 2001-08-20 Jeffrey Oldham <oldham@codesourcery.com>
12414 * crtstuff.c (__do_global_ctors): Fix typo in preprocessing
12417 2001-08-20 Matt Kraai <kraai@alumni.carnegiemellon.edu>
12419 * gcc.c (make_relative_prefix): Allocate a sufficiently large
12422 2001-08-20 Richard Henderson <rth@redhat.com>
12424 * final.c (end_final): Fix typo last change.
12426 2001-08-20 Neil Booth <neil@daikokuya.demon.co.uk>
12428 * cppinit.c (init_standard_includes): The returned buffer
12429 is already malloc-ed.
12430 * gcc.c (add_prefix): Similarly.
12431 * prefix.c (translate_name): Update to support clear buffer
12433 (update_path): Similarly. Be sure to free any newly allocated
12434 key. UPDATE_PATH_HOST_CANONICALIZE takes only one argument.
12435 (tr): New function.
12436 * prefix.h (update_path): Update prototype and document.
12437 * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): Clean
12438 up and update to new buffer ownership rules.
12439 * doc/gcc.texi (UPDATE_PATH_HOST_CANONICALIZE): Update.
12441 Mon Aug 20 01:44:50 CEST 2001 Jan Hubicka <jh@suse.cz>
12443 * final.c (compute_alignments): New function.
12444 (init_insn_lengths): Do not care label_align.
12445 (LABEL_ALIGN_AFTER_BARRIER): Default to 1.
12446 (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to 0.
12447 (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): New.
12448 (shorted_branches): Realloc label_align array; do
12449 not call init_insn_lengths; Do not care about loop alignments.
12450 * output.h (compute_alignments): Declare.
12451 * toplev.c (rest_of_compilation): Call compute_alignments.
12452 * tm.texi (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): Document.
12454 * predict.c (block_info_def): Add npredecesors, remove nvisited;
12455 change visited to tovisit.
12456 (propagate_freq): Use faster traversing algorithm.
12457 (estimate_loops_at_level, estimate_bb_frequencies): Change visited
12458 to tovisit; reverse meaning.
12460 * predict.c (struct block_info_def): Remove nvisited.
12461 (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
12462 (estimate_bb_frequencies): Call mark_dfs_back_edges.
12464 2001-08-19 Geoffrey Keating <geoffk@redhat.com>
12466 * doc/invoke.texi (MIPS Options): Document -mfused-madd.
12467 * config/mips/mips.h (MASK_NO_FUSED_MADD): New.
12468 (TARGET_FUSED_MADD): New.
12469 (TARGET_SWITCHES): Add -mfused-madd, -mno-fused-madd.
12470 * config/mips/mips.md: Add TARGET_FUSED_MADD as condition to
12471 the multiply-add instructions.
12473 2001-08-19 Richard Henderson <rth@redhat.com>
12475 * dwarf2asm.c (dw2_output_indirect_constant_1): The symbol ref
12476 is aligned to pointer size.
12478 2001-08-19 Richard Henderson <rth@redhat.com>
12480 * config/ia64/ia64.c (ia64_cycle_display): Only emit cycle
12481 display markers during final schedule.
12483 2001-08-19 Richard Henderson <rth@redhat.com>
12485 * function.c (gen_mem_addressof): Don't call get_alias_set if no decl.
12487 2001-08-19 Richard Henderson <rth@redhat.com>
12489 * config/ia64/ia64.h (STRIP_NAME_ENCODING): Handle @ and *
12490 in the same string.
12491 (ASM_NAME_TO_STRING): Remove.
12492 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Handle @ and *
12493 in the same string. Remove support for expressions.
12495 2001-08-19 Richard Henderson <rth@redhat.com>
12497 * config/i386/i386.md (tablejump): Make an expander; handle
12498 pic relative addressing here.
12499 (tablejump_1): Rename from tablejump_pic.
12502 2001-08-19 Richard Henderson <rth@redhat.com>
12504 * regclass.c (fix_register): Fix typo.
12506 2001-08-18 Richard Henderson <rth@redhat.com>
12508 * config/ia64/unwind-ia64.c (UNW_REG_B0): New.
12509 (struct _Unwind_Context): Expand br_loc to hold it.
12510 (uw_frame_state_for): Handle leaf functions better.
12511 (uw_update_reg_address): Update for br_loc change.
12513 2001-08-18 Richard Henderson <rth@redhat.com>
12515 * crtstuff.c: Move list heads before code that uses them.
12516 (__JCR_LIST__): Remove initial null.
12517 (frame_dummy, __frame_dummy): Do java registration here ...
12518 (__do_global_ctors_aux): ... not here.
12520 * config/ia64/crtbegin.asm (dtor_ptr): Make gp-relative.
12521 (__do_global_dtors_aux): Update to match.
12522 (__JCR_LIST__, __do_jv_register_classes): New.
12524 * config/ia64/crtend.asm (__JCR_END__): New.
12525 (__do_global_ctors_aux): Use a GPREL64I reloc to __CTOR_END__
12526 instead of an indirect LTOFF22 reloc.
12528 2001-08-18 Richard Henderson <rth@redhat.com>
12530 * flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.
12531 * regclass.c (init_reg_sets_1): Fix typo.
12532 * config/ia64/ia64.c (ar_pfs_reg_operand): New.
12533 (ia64_expand_call): Pass ar.pfs to sibcall expanders.
12534 (ia64_compute_frame_size): Make ar.unat live when in use.
12535 (ia64_epilogue_uses): Reformat; do not check current_function_is_leaf
12536 for ar.pfs; remove ar.unat handling.
12537 * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): ar.unat is
12539 (PREDICATE_CODES): Add ar_pfs_reg_operand.
12540 * config/ia64/ia64-protos.h: Update decls.
12541 * config/ia64/ia64.md (sibcall_nopic): Use ar.pfs.
12542 (sibcall_pic): Likewise.
12544 2001-08-18 Richard Henderson <rth@redhat.com>
12546 * config/ia64/ia64.c (ia64_sched_reorder2): Also skip past
12547 pred_rel_mutex when searching for insn_group_barrier.
12548 * config/ia64/ia64.md (cycle_display): Combine the expander
12551 * config/ia64/ia64.c (ia64_internal_sched_reorder): Emit stop
12552 bit before asm as needed.
12554 2001-08-18 Richard Henderson <rth@redhat.com>
12556 * timevar.def (TV_MACH_DEP): New.
12557 * toplev.c (rest_of_compilation): Use it.
12558 * config/ia64/ia64.c (ia64_reorg): Push to TV_SCHED2.
12560 2001-08-18 Zack Weinberg <zackw@panix.com>
12562 * unwind-dw2.c (execute_stack_op): Add default aborts to
12563 the inner switches to prevent warnings.
12565 2001-08-18 Richard Henderson <rth@redhat.com>
12567 * timevar.h (struct timevar_time_def): Change element type to float.
12568 (ticks_to_msec, clocks_to_msec): Likewise.
12569 (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float.
12570 (get_time): Likewise.
12571 (timevar_print): Adjust zero check and printing to match.
12573 2001-08-18 Zack Weinberg <zackw@panix.com>
12575 * doc/extend.texi, doc/gcc.texi, doc/install-old.texi,
12576 doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/include/gpl.texi:
12577 Eliminate overfull or underfull hboxes.
12579 2001-08-18 Zack Weinberg <zackw@panix.com>
12581 * cpperror.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
12583 2001-08-18 Zack Weinberg <zackw@panix.com>
12585 * haifa-sched.c: Convert to target hooks. Macros replaced
12586 are ISSUE_RATE, ADJUST_COST, ADJUST_PRIORITY, MD_SCHED_INIT,
12587 MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_VARIABLE_ISSUE,
12588 MD_SCHED_FINISH, and HAVE_cycle_display.
12589 * target-def.h (TARGET_SCHED_ADJUST_COST,
12590 TARGET_SCHED_ADJUST_PRIORITY, TARGET_SCHED_ISSUE_RATE,
12591 TARGET_SCHED_VARIABLE_ISSUE, TARGET_SCHED_INIT,
12592 TARGET_SCHED_FINISH, TARGET_SCHED_REORDER,
12593 TARGET_SCHED_REORDER2, TARGET_SCHED_CYCLE_DISPLAY):
12594 New hook #defines to be overridden.
12595 (TARGET_SCHED): Bring them all together.
12596 (TARGET_INITIALIZER): Update.
12597 * target.h: Don't forward declare struct rtx_def. Use 'rtx'
12598 instead of 'struct rtx_def *' throughout.
12599 (struct sched): New set of hooks for the scheduler.
12600 * Makefile.in (haifa-sched.o): Depend on target.h.
12601 * doc/tm.texi: Document the new scheduler hooks, together in
12602 their own section, instead of scattered around.
12603 Fix a bunch of underfull/overfull hboxes.
12605 * a29k.h, alpha.h, arm.h, c4x.h, convex.h, d30v.h, i386.h,
12606 ia64.h, m32r.h, m88k.h, mips.h, pa.h, rs6000.h, s390.h, sh.h,
12607 sparc.h: Don't define any of the old scheduler macros.
12609 * a29k.c, alpha.c, arm.c, c4x.c, convex.c, d30v.c, i386.c,
12610 ia64.c, m32r.c, m88k.c, mips.c, pa.c, rs6000.c, s390.c, sh.c,
12611 sparc.c: Create hook functions from code extracted from
12612 corresponding target header, or make existing hooks static, as
12613 appropriate. Set the appropriate entries in targetm.
12615 * alpha-protos.h, arm-protos.h, c4x-protos.h, d30v-protos.h,
12616 i386-protos.h, ia64-protos.h, m32r-protos.h, pa-protos.h,
12617 rs6000-protos.h, s390-protos.h, sparc-protos.h:
12618 Remove prototypes for functions which are now static.
12620 * d30v.h, d30v.c, m32r.h, m32r.c: Remove #ifdef HAIFA and
12621 related gunk; the Haifa scheduler is now the only choice.
12623 2001-08-18 Zack Weinberg <zackw@panix.com>
12625 * optabs.h (OTI_flodiv, flodiv_optab): Kill.
12626 * genopinit.c: Put floating point divide insns in sdiv_optab.
12627 * expr.c (expand_expr): Use sdiv_optab, not flodiv_optab.
12628 * config/gofast.h, config/c4x/c4x.h,
12629 config/ia64/hpux_longdouble.h, config/mips/mips.h,
12630 config/pa/long_double.h, config/rs6000/sysv4.h,
12631 config/sparc/sparc.h: Put floating point divide libcalls in sdiv_optab.
12632 * optabs.c (init_optab): Break into new_optab, init_optab, init_optabv.
12633 (init_optabs): Use init_optabv for overflow-trapping optabs.
12634 Don't init flodiv_optab. Give mov_optab, movstrict_optab, and
12635 cmp_optab RTX codes so have_insn_for can find them.
12637 * optabs.c (expand_simple_binop, expand_simple_unop,
12638 have_insn_for, gen_sub3_insn): New interfaces.
12639 * expr.h: Prototype new functions.
12640 (enum optab_methods): Move here from optabs.h.
12642 * builtins.c, combine.c, doloop.c, function.c, ifcvt.c,
12643 loop.c, profile.c, simplify-rtx.c, stmt.c, unroll.c:
12644 Use new functions instead of working directly with optabs.
12645 * doloop.c, ifcvt.c, loop.c, profile.c, simplify-rtx.c,
12646 unroll.c: Don't include optabs.h.
12647 * caller-save.c, combine.c, function.c, stmt.c: Just include
12648 insn-codes.h, not optabs.h.
12649 * Makefile.in: Update dependencies.
12651 * combine.c (make_compound_operation, simplify_comparison):
12652 Fix typos testing for this or that instruction.
12654 2001-08-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12656 * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2_DIVMOD_FUNCS when
12657 generating libgcc.a.
12659 2001-08-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12661 * except.c (TYPE_HASH): Delete.
12663 * objc/objc-act.c (HASHFUNCTION): Cast to size_t, not
12666 * tree.c (TYPE_HASH): Delete.
12668 * tree.h (TYPE_HASH): Define.
12670 2001-08-18 Graham Stott <grahams@redhat.com>
12672 * config/mips/mips.md (adddi3_internal_2+1): Remove constraints from
12674 (adddi3_internal_2+2): Likewise.
12675 (eh_set_lr_di+1): Likewise.
12677 2001-08-17 Richard Henderson <rth@redhat.com>
12679 * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
12680 UNALIGNED_DOUBLE_INT_ASM_OP, ASM_BYTE_OP): Move from ...
12681 * dwarf2asm.c: ... here.
12682 * dwarfout.c: Remove them.
12684 * varasm.c (assemble_integer): Add align parameter.
12685 (assemble_real, output_constant, output_constructor): Likewise.
12686 * output.h: Update decls.
12687 * dwarf2asm.c, final.c, varasm.c, config/darwin.c, config/nextstep.c,
12688 config/alpha/alpha.c, config/arm/arm.md, config/clipper/clipper.c,
12689 config/m88k/m88k.c, config/mcore/mcore.md, config/mips/mips.h,
12690 config/mips/mips.md, config/pa/pa.c, config/rs6000/rs6000.c,
12691 config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.md:
12692 Update all callers.
12694 * final.c (end_final): Abort profile block generation if we
12695 haven't layed it out properly.
12696 * output.h (assemble_eh_integer): Remove stale decl.
12697 * varasm.c (assemble_zeros): Tidy; use assemble_integer.
12699 (assemble_integer): Handle unaligned data.
12700 (assemble_real): Abort on unaligned data.
12701 (output_constructor): Don't assume ASM_OUTPUT_ALIGN 0 does
12703 (default_dtor_section_asm_out_destructor): Use assemble_align.
12704 (default_named_section_asm_out_constructor): Likewise.
12705 (default_ctor_section_asm_out_constructor): Likewise.
12706 * config/darwin.c (machopic_asm_out_constructor): Likewise.
12707 (machopic_asm_out_destructor): Likewise.
12708 * config/nextstep.c (nextstep_asm_out_constructor): Likewise.
12709 (nextstep_asm_out_destructor): Likewise.
12710 * config/alpha/alpha.c (vms_asm_out_constructor): Likewise.
12711 (vms_asm_out_destructor): Likewise.
12713 2001-08-17 Richard Henderson <rth@redhat.com>
12715 * config/mips/iris6.h (TARGET_IRIX6): New.
12716 (current_section_name, current_section_flags): New.
12717 (ASM_OUTPUT_ALIGN, ASM_FILE_START, ASM_FILE_END): New.
12718 (MAX_OFILE_ALIGNMENT): New.
12719 (ASM_OUTPUT_ALIGNED_LOCAL): Use bss_section.
12720 * config/mips/mips.c (mips_make_temp_file, temp_filename): Remove.
12721 (copy_file_data): Split out from
12722 (mips_asm_file_end): ... here.
12723 (mips_asm_file_start): Remove extra .section directive. Use
12724 tmpfile instead of mips_make_temp_file.
12725 (mips_unique_section): Use const char * as needed for warnings.
12726 (iris6_asm_named_section_1): Renamed from iris6_asm_named_section;
12727 re-add align parameter.
12728 (iris6_asm_named_section): New.
12729 (iris_section_align_entry_eq, iris_section_align_entry_hash): New.
12730 (iris6_asm_output_align, iris6_section_align_1): New.
12731 (iris6_asm_file_start, iris6_asm_file_end): New.
12732 * config/mips/mips-protos.h: Update decls.
12734 2001-08-17 Janis Johnson <janis187@us.ibm.com>
12736 * doc/install.texi (Install GCC): Add links to build status pages.
12738 (Final install): Ditto; request updates for specific info
12740 2001-08-17 Neil Booth <neil@daikokuya.demon.co.uk>
12742 * cpperror.c (print_location): Don't take a file name; use the
12744 (_cpp_begin_message): Similarly.
12745 (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
12746 cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
12747 (cpp_pedwarn_with_file_and_line): Remove.
12748 * cppfiles.c (stack_include_file): Update; set filename to stdin
12749 here when appropriate.
12750 * cpphash.h (struct cpp_buffer): Remove nominal_fname.
12751 (_cpp_begin_message): Don't take a file name.
12752 * cppinit.c: Add comment.
12753 * cpplex.c: Fix end-of-directive indicator.
12754 * cpplib.c: Don't include intl.h.
12755 (run_directive, do_diagnostic): Update.
12756 (do_line): Update to not use nominal_fname.
12757 (cpp_push_buffer): Don't take a filename.
12758 * cpplib.h (struct ht): Remove.
12759 (cpp_push_buffer): Don't take a filename.
12760 (cpp_pedwarn_with_file_and_line): Remove.
12761 * cppmacro.c (struct cpp_macro): Remove file.
12762 (builtin_macro): Update.
12763 (_cpp_create_definition): Update.
12764 * cppmain.c: Correct comment.
12765 * fix-header.c (read_scan_file): Update.
12767 2001-08-17 Kazu Hirata <kazu@hxi.com>
12769 * sbitmap.c: Fix comment formatting.
12770 * sched-deps.c: Likewise.
12771 * sibcall.c: Likewise.
12772 * simplify-rtx.c: Likewise.
12774 * ssa-ccp.c: Likewise.
12775 * stor-layout.c: Likewise.
12776 * timevar.c: Likewise.
12777 * toplev.c: Likewise.
12778 * unwind-dw2.c: Likewise.
12779 * unwind-dw2-fde.c: Likewise.
12780 * varasm.c: Likewise.
12782 2001-08-17 John David Anglin <dave@hiauly1.hia.nrc.ca>
12784 * pa.h (RETURN_IN_MEMORY): Return types with a size that is varable
12785 or larger than an integer in memory.
12787 2001-08-17 Zack Weinberg <zackw@panix.com>
12789 * system.h: Forward-declare struct rtx_def, struct rtvec_def,
12790 and union tree_node. Typedef rtx, rtvec, and tree. Fix comment.
12791 * rtl.h: Don't forward-declare union tree_node here. Don't
12792 typedef rtx or rtvec here. Change all uses of struct rtx_def *,
12793 struct rtvec_def *, or union tree_node * to use rtx, rtvec,
12794 and tree respectively.
12795 * tree.h: Don't forward-declare struct rtx_def here. Don't
12796 typedef tree here. Change all uses of struct rtx_def *,
12797 struct rtvec_def *, or union tree_node * to use rtx, rtvec,
12798 and tree respectively.
12800 2001-08-17 Richard Henderson <rth@redhat.com>
12802 * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
12803 config/mips/openbsd.h: Fix typos last change.
12805 2001-08-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12807 * doc/invoke.texi (Optimize Options): The default for
12808 -finline-limit is 600.
12810 2001-08-17 Richard Henderson <rth@redhat.com>
12812 * varasm.c (text_section): Allow TEXT_SECTION to override the
12813 printing of TEXT_SECTION_ASM_OP.
12814 * dwarf2out.c (TEXT_SECTION_NAME): Rename from TEXT_SECTION.
12815 (DATA_SECTION, BSS_SECTION): Remove.
12816 * dwarfout.c (TEXT_SECTION_NAME, DATA_SECTION_NAME, DATA1_SECTION_NAME,
12817 RODATA_SECTION_NAME, RODATA1_SECTION_NAME, BSS_SECTION_NAME):
12818 Rename from s/_NAME//.
12819 * config/mips/mips.h (TARGET_FILE_SWITCHING): Add !TARGET_MIPS16.
12820 (ASM_DECLARE_FUNCTION_NAME): Move file switching ...
12821 (TEXT_SECTION): ... here. New.
12822 * config/mips/elf.h (TEXT_SECTION): New; no file switching.
12823 * config/mips/elf64.h, config/mips/netbsd.h: Likewise.
12824 * config/mips/openbsd.h: Likewise.
12825 * config/mips/mips.c (mips_asm_file_start): Tidy file switching test.
12826 (mips_asm_file_end): Likewise test.
12827 (mips_output_function_epilogue): Likewise. Switch back to data
12828 section after emitting the function.
12830 * doc/tm.texi (Sections): Document TEXT_SECTION.
12832 2001-08-17 Richard Henderson <rth@redhat.com>
12834 * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
12835 (dwarf2out_finish): Do it here. Emit .debug_loc before .debug_info.
12837 2001-08-17 Richard Henderson <rth@redhat.com>
12839 * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
12840 * crtstuff.c (__CTOR_LIST__, __DTOR_LIST__, __EH_FRAME_BEGIN__,
12841 __JCR_LIST__, __CTOR_END__, __DTOR_END__, __FRAME_END__,__JCR_END__):
12842 Add aligned attribute.
12844 2001-08-17 Andrew Haley <aph@cambridge.redhat.com>
12846 * config/sh/sh.md: Add modes to unspecs in first insn to match
12847 those in the second.
12849 * Makefile.in: Fix collect2 copy for Cygwin.
12851 Fri Aug 17 15:48:57 CEST 2001 Jan Hubicka <jh@suse.cz>
12853 Install the proper patch.
12854 * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
12855 (assign_params): Avoid setting DECL_RTL to unfinished RTX.
12856 (expand_function_start): Likewise.
12857 * stmt.c (expand_decl): Likewise.
12858 * varasm.c (make_decl_rtx): Likewise.
12860 Fri Aug 17 15:41:35 CEST 2001 Jan Hubicka <jh@suse.cz>
12862 * final.c: Undo my previous accidental checkin.
12863 * output.h: Likewise.
12864 * tm.texi: Likewise.
12866 2001-08-16 Richard Henderson <rth@redhat.com>
12868 * varasm.c (named_section_flags): Remove align parameter.
12869 * varasm.c, dwarf2out.c: Update all callers.
12870 * output.h: Update prototypes.
12872 * target.h (target.asm_out.named_section): Remove align parameter.
12873 * varasm.c, config/a29k/a29k.c, config/alpha/alpha.c,
12874 config/arm/arm.c, config/c4x/c4x.c, config/h8300/h8300.c,
12875 config/i386/i386.c, config/i386/winnt.c, config/m68k/m68k.c,
12876 config/mcore/mcore.c, config/mips/mips.c, config/rs6000/rs6000.c,
12877 config/sh/sh.c, config/sparc/sparc.c: Update implementations to match.
12879 * varasm.c (in_named_entry_eq, in_named_entry_hash): New.
12880 (get_named_section_flags, set_named_section_flags): New.
12881 (named_section_flags): Use them.
12882 (named_section): Do decl vs section flags check here...
12883 (default_section_type_flags): ... not here.
12884 (init_varasm_once): Create in_named_htab.
12885 (resolve_unique_section): Mark reloc unused.
12887 2001-08-16 Richard Henderson <rth@redhat.com>
12889 * varasm.c (force_const_mem): Keep pool alignment in bits.
12890 (output_constant_pool): Use assemble_align.
12892 2001-08-16 Zack Weinberg <zackw@panix.com>
12894 * doc/tm.texi: Remove extra @table command.
12896 2001-08-16 Zack Weinberg <zackw@panix.com>
12898 * final.c (shorten_branches): Clear the end of the label_align
12899 array only if we made it larger. Break up messy expressions
12902 * diagnostic.c (internal_error): Check for error recursion
12903 before doing ICE suppression.
12905 * timevar.c: Timing variables now count in milliseconds.
12906 (init_timevar): Set up ticks_to_msec and clocks_to_msec here.
12907 (get_time): Not here.
12908 (timevar_print): Don't print any timer whose user, cpu, and
12909 wall times are all zero as displayed.
12910 * timevar.h: Update comment aboout units. Make timevar
12913 Thu Aug 16 17:39:45 CEST 2001 Jan Hubicka <jh@suse.cz>
12915 * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
12916 (assign_params): Avoid setting DECL_RTL to unfinished RTX.
12917 (expand_function_start): Likewise.
12918 * stmt.c (expand_decl): Likewise.
12919 * varasm.c (make_decl_rtx): Likewise.
12921 2001-08-16 Jason Merrill <jason_merrill@redhat.com>
12923 * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
12924 (finalize_record_size): Don't set TYPE_USER_ALIGN.
12926 2001-08-16 Matt Kraai <kraai@alumni.carnegiemellon.edu>
12928 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
12931 2001-08-16 Andreas Jaeger <aj@suse.de>
12933 * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
12936 Wed Aug 15 15:22:52 EDT 2001 John Wehle (john@feith.com)
12938 * rtl.h (only_sets_cc0_p): New prototype.
12939 * jump.c (sets_cc0_p): Handle INSN.
12940 (only_sets_cc0_p): New function.
12941 * flow.c (merge_blocks_nomove): Use only_sets_cc0_p.
12942 (tidy_fallthru_edge): Likewise.
12943 * integrate.c (copy_insn_list): Likewise.
12944 * unroll.c (unroll_loop): Likewise.
12945 (copy_loop_body): Likewise.
12947 2001-08-15 Jason Eckhardt <jle@redhat.com>
12949 * config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
12951 Wed Aug 15 14:24:22 CEST 2001 Jan Hubicka <jh@suse.cz>
12953 * predict.c (struct block_info_def): Remove nvisited.
12954 (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
12955 (estimate_bb_frequencies): Call mark_dfs_back_edges.
12957 * i386.c (ix86_agi_dependant): Lea causes AGI only on the Pentium
12958 (ix86_adjust_cost): Teach scheduler that latency to load operand can
12961 Wed Aug 15 12:41:32 CEST 2001 Jan Hubicka <jh@suse.cz>
12963 * predict.def: Update hitrates.
12965 2001-08-15 Richard Henderson <rth@redhat.com>
12967 * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
12969 Tue Aug 14 17:30:59 2001 Jeffrey A Law (law@cygnus.com)
12971 * flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
12972 note from its associated jump.
12974 2001-08-14 Ulrich Weigand <uweigand@de.ibm.com>
12976 * config/s390/linux64.h (CPP_PREDEFINES): Define __s390__
12977 also on 64-bit s390x targets.
12979 2001-08-14 Nick Clifton <nickc@cambridge.redhat.com>
12981 * config/arm/arm.c (arm_compute_initial_elimination_offset): New
12983 (arm_expand_prologue): Handled nested functions which take a
12984 variable argument list.
12985 * config/arm/arm.h (ARM_INITIAL_ELIMINATION_OFFSET): Replace
12986 macro with an invocation of
12987 arm_compute_initial_elimination_offset.
12988 * config/arm/arm-protos.h: Prototype
12989 arm_compute_initial_elimination_offset.
12991 2001-08-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12993 * doc/install.texi (Specific, avr): Fix markup.
12994 (Specific, c4x): Ditto.
12996 2001-08-14 Matt Kraai <kraai@alumni.carnegiemellon.edu>
12998 * predict.c (dump_prediction): Change `bool' parameter to `int'.
13000 2001-08-14 Gabriel Dos Reis <gdr@codesourcery.com>
13002 * Makefile.in (OBJS): Add rtl-error.o
13003 (rtl-error.o): New rule.
13004 (diagnostic.o): Adjust dependency.
13005 diagnostic.c (file_and_line_for_asm, diagnostic_for_asm,
13006 error_for_asm, _fatal_insn, _fatal_insn_not_found,
13007 warning_for_asm): Move to...
13008 rtl-error.c: ...here. New file.
13010 2001-08-14 Richard Henderson <rth@redhat.com>
13012 * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame
13013 if USING_SJLJ_EXCEPTIONS.
13015 2001-08-14 Steve Ellcey <sje@cup.hp.com>
13017 * tlink.c (scan_linker_output): Check string for unsatisfied in
13018 addition to undefined and unresolved.
13020 2001-08-14 Graham Stott <grahams@redhat.com>
13022 * libgcc2.c (*): Replace EH_FRAME_SECTION with
13023 EH_FRAME_SECTION_NAME.
13025 Tue Aug 14 14:57:07 CEST 2001 Jan Hubicka <jh@suse.cz>
13027 * genattrtab.c (simplify_test_exp_in_temp): New function.
13028 (simplify_test_exp): Avoid explicit use of temporary obstack.
13029 (simplify_cond, insert_right_side, evaluate_eq_attr,
13030 simplify_and_tree, simplify_or_tree, eliminate_known_true):
13031 Use simplify_test_exp_in_temp.
13032 (optimize_attrs): Iterate until expression stabilizes.
13034 2001-08-13 Ulrich Weigand <uweigand@de.ibm.com>:
13036 * glimits.h: Remove the __LONG_MAX__ special case for s390x.
13037 * config/s390/linux64.h: Define __LONG_MAX__ in CPP_PREDEFINES.
13039 2001-08-13 Richard Henderson <rth@redhat.com>
13041 * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
13042 (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove.
13043 * config/arm/conix-elf.h: Likewise.
13045 2001-08-13 Geoffrey Keating <geoffk@redhat.com>
13047 * config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done
13049 * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
13051 * gcse.c (hash_scan_set): Expressions that are set as part of
13052 jump instructions are not available.
13054 2001-08-13 Ulrich Weigand <uweigand@de.ibm.com>
13056 * config/s390/s390.c (print_operand, s390_function_prologue,
13057 s390_va_start): Fixed HOST_WIDE_INT type mismatch.
13059 2001-08-13 Richard Henderson <rth@redhat.com>
13061 * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.
13062 * defaults.h (EH_FRAME_SECTION_NAME): Respect it.
13063 * doc/tm.texi (Exception Region Output): Document it.
13065 2001-08-13 Geoffrey Keating <geoffk@redhat.com>
13067 * config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
13068 DWARF2 instead of stabs by default.
13070 2001-08-13 David Edelsohn <edelsohn@gnu.org>
13072 * config/rs6000/rs6000.c: Include optabs.h.
13074 2001-08-13 David Edelsohn <edelsohn@gnu.org>
13076 * config/rs6000/eabi.asm: Define 64-bit versions of FPR
13077 save/restore routines.
13078 * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros.
13080 2001-08-13 Andreas Jaeger <aj@suse.de>
13082 * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
13083 the english is correct.
13085 2001-08-13 Zack Weinberg <zackw@panix.com>
13087 * expr.h: Split out optab- and libfunc-related code to...
13088 * optabs.h, libfuncs.h: ... these new headers.
13090 * Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h.
13092 (various .o rules): Add $(OPTABS_H) and/or libfuncs.h to
13094 * mkconfig.sh: Don't include insn-codes.h from config.h.
13096 * reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether
13097 enum insn_code is available. Move reload_in_optab and
13098 reload_out_optab array declarations to optabs.h.
13099 * regmove.c (gen_add3_insn): Move to optabs.c, export from
13100 there, prototype in expr.h.
13101 * gencodes.c: Cleanup: zap global variables, don't use
13102 printf where puts will do, don't bother defining MAX_INSN_CODE
13103 which nothing uses, let CODE_FOR_nothing get its value implicitly.
13105 * genemit.c, genopinit.c: Include optabs.h in generated file.
13106 * genoutput.c: Include insn-codes.h in generated file.
13107 * builtins.c, caller-save.c, combine.c, doloop.c, explow.c,
13108 expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c,
13109 reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c,
13110 config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c,
13111 config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c,
13112 config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c:
13114 * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c,
13115 optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c,
13116 config/m88k/m88k.c, config/sparc/sparc.c:
13117 Include libfuncs.h.
13118 * reload.c: Include expr.h and optabs.h before reload.h.
13119 * config/alpha/alpha.c: Include tree.h before reload.h.
13120 * config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h,
13121 and reload.h in that order.
13122 * config/sparc/sparc.c: Include debug.h.
13123 * recog.c: Include insn-codes.h.
13125 2001-08-13 Andreas Jaeger <aj@suse.de>
13127 * config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
13130 2000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
13132 * dwarf2out.c (output_cfa_loc): Fix typo in comment.
13133 * gcc.c (init_spec): Fix typo in comment.
13134 * varasm.c (data_section): Fix typo in comment.
13136 Mon Aug 13 02:27:39 CEST 2001 Jan Hubicka <jh@suse.cz>
13138 * predict.c (dump_prediction): New argument "USED".
13139 (combine_predictions_for_insn): Determine the used heuristics,
13140 output the case no heuristic applied.
13141 * predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New.
13143 2001-08-13 Andreas Jaeger <aj@suse.de>
13145 * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
13148 2001-08-13 Kazu Hirata <kazu@hxi.com>
13150 * jump.c: Fix formatting.
13152 2001-08-13 Kazu Hirata <kazu@hxi.com>
13154 * config/h8300/h8300.md (zero_extendqihi2): Correct the insn
13157 2001-08-12 Geoffrey Keating <geoffk@redhat.com>
13159 * loop.c (check_dbra_loop): Use condjump_label to compute
13162 * rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around
13163 to better document the files they're in.
13165 2001-08-12 Zack Weinberg <zackw@panix.com>
13167 * recog.h (struct insn_operand_data): Shrink 'mode' field
13170 2001-08-12 Kazu Hirata <kazu@hxi.com>
13172 * gcc.c: Fix comment formatting.
13173 * gccspec.c: Likewise.
13174 * gcov.c: Likewise.
13175 * gcse.c: Likewise.
13176 * genemit.c: Likewise.
13177 * gengenrtl.c: Likewise.
13178 * genrecog.c: Likewise.
13179 * gensupport.c: Likewise.
13180 * ggc-page.c: Likewise.
13181 * global.c: Likewise.
13182 * graph.c: Likewise.
13183 * ifcvt.c: Likewise.
13184 * integrate.c: Likewise.
13186 * libgcc2.c: Likewise.
13187 * loop.c: Likewise.
13188 * mbchar.c: Likewise.
13189 * optabs.c: Likewise.
13190 * predict.c: Likewise.
13191 * prefix.c: Likewise.
13192 * profile.c: Likewise.
13193 * protoize.c: Likewise.
13194 * real.c: Likewise.
13195 * recog.c: Likewise.
13196 * regclass.c: Likewise.
13197 * regmove.c: Likewise.
13198 * reg-stack.c: Likewise.
13199 * reload1.c: Likewise.
13200 * resource.c: Likewise.
13201 * rtlanal.c: Likewise.
13204 2001-08-12 Kazu Hirata <kazu@hxi.com>
13206 * doc/tm.texi (ENCODE_SECTION_INFO): Add documentation on how
13207 a tree representing a constant is passed to the macro.
13209 2001-08-12 Richard Henderson <rth@redhat.com>
13211 * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor): New.
13212 (rs6000_elf_asm_out_destructor): New.
13213 * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): Remove.
13214 (DTORS_SECTION_ASM_OP): Remove.
13215 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
13216 (ASM_OUTPUT_INT): Don't hack TARGET_RELOCATABLE for constructors.
13218 2001-08-12 David Edelsohn <edelsohn@gnu.org>
13221 2001-08-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13222 * gcc.c (set_collect_gcc_options): New function, split out from
13224 Ignore elided switches.
13225 (do_spec_1): Invoke before executing command.
13226 (set_input): Export.
13227 Move declaration ...
13228 * gcc.h (set_input): ... here.
13229 * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
13232 2001-08-12 Richard Henderson <rth@redhat.com>
13234 * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Fix
13235 thinko wrt TARGET_RELOCATABLE.
13237 2001-08-12 Neil Booth <neil@daikokuya.demon.co.uk>
13239 * fix-header.c (cb_file_change): Update prototype.
13241 2001-08-11 Zack Weinberg <zackw@panix.com>
13243 * toplev.c (set_float_handler): Make static.
13244 * toplev.h: Don't prototype set_float_handler.
13246 * simplify-rtx.c: Don't include setjmp.h.
13247 (simplify_unary_real, simplify_binary_real, simplify_binary_is2orm1):
13249 (simplify_unary_operation, simplify_binary_operation): Use them,
13250 via do_float_handler.
13252 * fold-const.c: Don't include setjmp.h.
13253 (exact_real_inverse_1): New function.
13254 (exact_real_inverse): Use it, via do_float_handler.
13256 * varasm.c: Don't include setjmp.h.
13257 (assemble_real_1): New function.
13258 (assemble_real): Use it, via do_float_handler.
13259 Call internal_error if we get a trap here.
13261 * c-parse.in, cse.c, cselib.c, config/i386/i386.c,
13262 config/pj/pj.c, config/s390/s390.c: Don't include setjmp.h.
13264 2001-08-11 Zack Weinberg <zackw@panix.com>
13266 * defaults.h: Define PREFERRED_STACK_BOUNDARY to
13267 STACK_BOUNDARY if not already defined.
13269 * calls.c, function.c, reload1.c, explow.c: Don't default
13270 PREFERRED_STACK_BOUNDARY. Remove all #if/#ifdef on
13271 PREFERRRED_STACK_BOUNDARY and/or STACK_BOUNDARY.
13273 * explow.c (allocate_dynamic_stack_space): Change unsafe #if
13276 * doc/tm.texi: Document that STACK_BOUNDARY is required;
13277 clarify difference between it and PREFERRED_STACK_BOUNDARY.
13279 2001-08-11 Neil Booth <neil@daikokuya.demon.co.uk>
13281 * cppmacro.c (enter_macro_context): Push macro expansions even
13284 2001-08-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13286 * config/rs6000/rs6000.c: Include integrate.h to silence warning.
13287 (rs6000_elf_section_type_flags): Actually return a value.
13289 2001-08-11 Ulrich Weigand <uweigand@de.ibm.com>
13291 * s390.c, s390.h, s390.md, s390-protos.h, linux.h, t-linux:
13292 Clean up code: add missing comments and prototypes, fix warnings,
13293 remove obsolete code, fix spacing to conform to coding style.
13295 2001-08-11 Ulrich Weigand <uweigand@de.ibm.com>
13297 * config/s390/s390.c (targetm): Define TARGET_ASM_OPEN_PAREN
13298 and TARGET_ASM_CLOSE_PAREN.
13299 (regclass_map): CC register belongs to class NO_REGS.
13300 (legitimize_pic_address): Don't generate unnecessary moves
13301 (to avoid confusing loop optimization).
13302 (check_and_change_labels): Replace jump_long by indirect_jump.
13303 (s390_final_chunkify): Don't start a new literal pool on section
13304 switch in 64-bit code.
13305 (s390_va_start, s390_va_arg): Fixed incorrect sizes for 64-bit.
13307 * config/s390/s390.h (TARGET_SWITCHES): Renamed debug_arg to debug.
13308 (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE): Set to 64 (for 64-bit).
13309 (HARD_REGNO_MODE_OK, RETURN_IN_MEMORY): Support complex integer
13311 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Remove CC_REGS.
13312 (EH_RETURN_HANDLER_RTX): Fixed incorrect offset for 64-bit.
13313 (CONST_COSTS): Fixed incorrect costs.
13315 * config/s390/s390.md (fixuns_trunc[sd]f[sd]i2, udivsi3, umodsi3):
13316 Use emit_jump instead of emit_jump_insn (gen_jump).
13317 (divsi3, modsi3): Clobber low word of divmoddisi3 before shifting
13318 (to avoid confusing flow analysis).
13319 (tablejump, tablejump1, tablejump2): Removed. Replaced by casesi.
13320 (casesi, casesi_jump): New.
13321 (jump_long): Removed. Functionality merged into indirect_jump.
13322 (indirect_jump): Accept address_operand, not just register_operand.
13323 (cjump_long, icjump_long): Use same logic as indirect_jump.
13324 (builtin_setjmp_setup, builtin_setjmp_receiver, builtin_longjmp):
13325 Fixed broken setjmp/longjmp handling.
13326 (do_builtin_setjmp_setup): Removed.
13328 * config/s390/linux.h (ASM_OUTPUT_DOUBLE_INT): Work around
13329 broken GNU as versions that don't accept .quad with large
13330 negative values. Use hexadecimal output instead.
13331 (ASM_OUTPUT_ADDR_DIFF_ELT): Adapt to new casesi insn.
13332 (ASM_OPEN_PAREN, ASM_CLOSE_PAREN, FUNCTION_PROLOGUE,
13333 FUNCTION_EPILOGUE): Removed. Now in targetm.
13335 * config/s390/linux64.h (CALL_USED_REGISTERS): Add CC register.
13337 * config/s390/fixdfdi.h: Add missing copyright statement.
13338 Fix type conflicts on 64-bit. Add missing SFmode routines.
13340 * s390.c, s390.h, s390.md, linux.h, linux64.h: Fixed incorrect
13343 2001-08-11 Richard Henderson <rth@redhat.com>
13345 * rtl.h (REG_EH_RETHROW): Remove.
13346 * rtl.c (reg_note_name): Update.
13347 * combine.c (distribute_notes): Don't check for it.
13349 2001-08-11 Richard Henderson <rth@redhat.com>
13351 * combine.c (distribute_notes): Place REG_SETJMP.
13353 2001-08-11 Richard Henderson <rth@redhat.com>
13355 * doc/extend.texi (Arrays and pointers implementation): Discourage
13356 relying on sign-extension of pointers.
13358 2001-08-11 H.J. Lu <hjl@gnu.org>
13360 * config/mips/linux.h (EXTRA_SECTIONS): Remove in_ctors and
13362 (EXTRA_SECTION_FUNCTIONS): Remove DTORS_SECTION_ASM_OP and
13363 RDATA_SECTION_ASM_OP.
13365 2001-08-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13367 * doc/install.texi (Specific, c4x): Fix cross-reference to the
13368 main manual to work both for info and HTML versions.
13370 2001-08-11 Neil Booth <neil@daikokuya.demon.co.uk>
13371 Matt Kraai <kraai@alumni.carnegiemellon.edu>
13373 * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
13374 * cpphash.h (CPP_IN_SYSTEM_HEADER): Fix.
13375 (struct cpp_pool): New member first.
13376 * cppinit.c (append_include_chain): Plug memory leaks.
13377 * cpplib.c (cpp_register_pragma, cpp_register_pragma_space):
13378 Allocate pragma structures from the (aligned) macro pool to
13379 avoid leaking memory.
13380 * cpplex.c (_cpp_init_pool, _cpp_free_pool): Use pool->first
13381 so we don't leak memory.
13382 * hashtable.c (ht_destroy): New.
13383 * hashtable.h (ht_destroy): New.
13385 2001-08-11 Neil Booth <neil@daikokuya.demon.co.uk>
13386 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13388 * c-lex.c (map): Make const.
13389 (cb_file_change): Update for callback passing a line map.
13390 Don't assume we have a previous map. Remove sanity check
13391 about popping too many files.
13392 * cpperror.c (print_location): Make map const.
13393 * cppfiles.c (stack_include_file): Update; line maps now hold sysp.
13394 (cpp_make_system_header): Similarly.
13395 (search_from): Similarly.
13396 (_cpp_execute_include): Don't remember where we came from.
13397 * cpphash.h (struct cpp_buffer): Remove return_to_line, sysp.
13398 (struct cpp_reader): Make map const.
13399 (CPP_IN_SYSTEM_HEADER, _cpp_do_file_change): Update.
13400 * cpplib.c (do_line): Update; line maps now hold sysp.
13401 (cpp_push_buffer): Similarly.
13402 (_cpp_do_file_change): Similarly; callback with map instead.
13403 (cpp_get_line_maps): Constify return value.
13404 (_cpp_pop_buffer): Update.
13405 * cpplib.h (struct cpp_file_change): Remove.
13406 (struct cpp_callbacks): Update.
13407 (cpp_get_line_maps): Constify return value.
13408 * cppmacro.c (_cpp_create_definition): Update.
13409 * cppmain.c (struct printer): Constify map.
13410 (maybe_print_line): Similarly.
13411 (print_line): Similarly. Deduce flags 1 and 2 here.
13412 (cb_file_change): Update.
13413 * line-map.c (free_line_maps): Warn regardless.
13414 (add_line_map): Return pointer to const. When passed NULL to_file
13415 with LC_LEAVE, use the obvious values for the return point so the
13416 caller doesn't have to figure them out.
13417 (lookup_line): Return pointer to const.
13418 (print_containing_files): Take pointer to const.
13419 * line-map.h (struct line_map): New members reason, sysp.
13420 (add_line_map): Return pointer to const.
13421 (lookup_line): Similarly.
13422 (print_containing_files): Take pointer to const.
13424 2001-08-10 Roman Zippel <zippel@linux-m68k.org>
13425 Richard Henderson <rth@redhat.com>
13427 * regmove.c (regmove_optimize): Avoid setting a register twice in
13430 2001-08-10 Richard Henderson <rth@redhat.com>
13432 * doc/extend.texi (Arrays and pointers implementation): Document
13433 behavior of pointer/integer conversion.
13435 2001-08-10 Ulrich Weigand <uweigand@de.ibm.com>
13437 * glimits.h (__LONG_MAX__): Add s390x as 64-bit architecture.
13439 2001-08-10 Richard Henderson <rth@redhat.com>
13441 * doc/extend.texi (C Implementation): New chapter.
13442 * doc/gcc.texi (Top): Link it in.
13444 2001-08-10 Andrew Cagney <ac131313@redhat.com>
13446 * doc/install.texi (Specific): Fix CVS merge botch.
13448 2001-08-10 Richard Henderson <rth@redhat.com>
13450 * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): Protect with
13451 ifdef CTOR_LIST_BEGIN instead of INIT_SECTION_ASM_OP.
13453 2001-08-10 Zack Weinberg <zackw@stanford.edu>
13455 * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY
13456 if not already defined. Remove all #ifdefs on STACK_BOUNDARY;
13457 this macro is now required.
13459 * cselib.c (cselib_process_insn), flow.c (propagate_block),
13460 loop.c (find_and_verify_loops), reload.c (reload): Check
13461 for rtx code of CALL_INSN, not CALL, when deciding if we
13462 need to check for REG_SETJMP note.
13464 * gcse.c (compute_hash_table, compute_store_table): Update
13465 the #ifdef NON_SAVING_SETJMP code to the new REG_SETJMP
13468 * config/avr/avr.c: Fix typo.
13469 * config/convex/convex.c (expand_movstr): Use adjust_address.
13470 * config/dsp16xx/dsp16xx.c: Define dsp16xx_compare_gen
13472 * config/dsp16xx/dsp16xx.md: Correct calls to replace_equiv_address.
13473 * config/elxsi/elxsi.c: Include tree.h, expr.h, regs.h, and flags.h.
13475 * config/elxsi/elxsi.h: Don't define Rmode (typo for Pmode?)
13476 Do define STACK_BOUNDARY.
13477 * config/i370/i370.c: Include expr.h.
13478 * config/i860/sysv3.h, config/i860/sysv4.h, config/m32r/m32r.h,
13479 config/pa/som.h, config/v850/v850.h: Take in_ctors and
13480 in_dtors out of EXTRA_SECTIONS; take CTORS_SECTION_FUNCTION
13481 and DTORS_SECTION_FUNCTION out of EXTRA_SECTION_FUNCTIONS.
13482 * config/m88k/m88k.c: Include c-tree.h after expr.h.
13483 * config/pdp11/pdp11.c: Include expr.h and toplev.h.
13484 * config/romp/romp.c: Include expr.h after tree.h.
13486 (output_fpop): Use xmalloc, not oballoc.
13487 * config/we32k/we32k.c: Include expr.h.
13489 2001-08-10 Kazu Hirata <kazu@hxi.com>
13491 * config/h8300/h8300.h: Fix formatting.
13493 2001-08-08 Jason Merrill <jason_merrill@redhat.com>
13495 * c-common.h (RETURN_NULLIFIED_P): Lose.
13496 * c-semantics.c (genrtl_return_stmt): Don't check it.
13498 2001-08-10 Richard Sandiford <rsandifo@redhat.com>
13500 * config/mips/mips.c (mips_add_large_offset_to_sp): New function.
13501 (mips_annotate_frame_insn): New function.
13502 (mips_emit_frame_related_store): New function.
13503 (save_restore_insns): Don't mark instructions that set up the base
13504 registers as frame-related. Add REG_FRAME_RELATED_EXPR notes to
13505 the store instructions instead.
13506 (mips_expand_prologue): If the stack size is moved into a temporary
13507 register, do not mark that move as frame-related. Add a
13508 REG_FRAME_RELATED_EXPR note to the stack adjustment instruction.
13510 2001-08-10 Richard Sandiford <rsandifo@redhat.com>
13512 * config/mips/mips.c (save_restore_insns): Don't mark the RA's
13513 stack slot as unchanging if current_function_calls_eh_return.
13515 2001-08-10 Richard Sandiford <rsandifo@redhat.com>
13517 * config/mips/mips.md (reload_incc): Use HARD_REGNO_NREGS to
13518 access the second half of the TFmode scratch operand.
13520 2001-08-10 Anthony Green <green@redhat.com>
13522 * java/class.c (emit_register_classes): Conditionalize code on
13525 2001-08-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13527 * doc/install.texi (Specific, avr): Fix cross-reference to the
13528 main manual to work both for info and HTML versions.
13530 2001-08-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13532 * stmt.c (expand_null_return_1): Remove code to generate simple returns
13533 and "use_goto" argument.
13534 (expand_null_return, expand_value_return): Update all callers.
13535 * function.c (expand_function_end): Remove code to generate simple
13537 * config/vax/vax.md (epilogue): New expander for function return.
13538 * doc/md.texi (epilogue): Remove "if defined".
13540 2001-08-09 Zack Weinberg <zackw@stanford.edu>
13542 * Makefile.in: Partially revert my previous change:
13543 put -DGENERATOR_FILE back in HOST_CFLAGS, take it out
13544 of the hashtab.o and safe-ctype.o rules.
13546 2001-08-09 Richard Henderson <rth@redhat.com>
13548 * Makefile.in (MAYBE_USE_COLLECT2): Remove; purge all uses.
13549 (USE_COLLECT2): Remove duplicate definition.
13550 * config.gcc (a29k-udi, a29k-wrs-vxworks) [tm_file]: Remove a29k/udi.h.
13551 (use_collect2): Remove dead code.
13552 * configure.in (use_collect2): Remove will_use_collect2 and
13553 maybe_use_collect2; add USE_COLLECT2 to host_xm_defines and xm_defines.
13554 * configure: Rebuild.
13556 * target.h (targetm.asm_out.constructor): New.
13557 (targetm.asm_out.destructor, targetm.have_ctors_dtors): New.
13558 * target-def.h (TARGET_ASM_CONSTRUCTOR): New.
13559 (TARGET_ASM_DESTRUCTOR, TARGET_HAVE_CTORS_DTORS): New.
13560 * varasm.c (in_ctors, in_dtors): New.
13561 (assemble_constructor, assemble_destructor): Remove.
13562 (default_stabs_asm_out_destructor): New.
13563 (default_named_section_asm_out_destructor): New.
13564 (dtors_section, default_dtor_section_asm_out_destructor): New.
13565 (default_stabs_asm_out_constructor): New.
13566 (default_named_section_asm_out_constructor): New.
13567 (ctors_section, default_ctor_section_asm_out_constructor): New.
13568 * output.h: Update declarations.
13569 * c-decl.c (c_expand_body): Use target hooks instead of
13570 assemble_constructor and assemble_destructor.
13571 * profile.c (output_func_start_profiler): Likewise.
13572 * objc/objc-act.c (finish_objc): Likewise.
13573 (build_module_descriptor): Tidy. Set TREE_PUBLIC properly
13574 for the constructor.
13575 * objc/Make-lang.in (objc-act.o): Depend on TARGET_H.
13577 * crtstuff.c (CTORS_SECTION_ASM_OP): Don't define.
13578 (DTORS_SECTION_ASM_OP): Likewise.
13579 (__CTOR_LIST__): Use attribute section when possible.
13580 (__DTOR_LIST__, __CTOR_END__, __DTOR_END__): Likewise.
13582 * defaults.h (EH_FRAME_SECTION_NAME): Don't depend on
13583 ASM_OUTPUT_CONSTRUCTOR.
13585 * config/darwin.c (machopic_asm_out_constructor): New.
13586 (machopic_asm_out_destructor): New.
13587 * config/darwin-protos.h: Update declarations.
13588 * config/darwin.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
13589 (ASM_OUTPUT_DESTRUCTOR): Remove.
13590 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
13591 * config/nextstep.c (nextstep_asm_out_constructor): New.
13592 (nextstep_asm_out_destructor): New.
13593 * config/nextstep.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
13594 (ASM_OUTPUT_DESTRUCTOR): Remove.
13595 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
13596 * config/nextstep21.h: Undef TARGET_ASM_*STRUCTOR instead of
13597 ASM_OUTPUT_*STRUCTOR.
13598 * config/i386/aix386ng.h: Likewise.
13600 * config/elfos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Remove.
13601 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): No ctors/dtors.
13602 (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
13603 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
13604 * config/lynx.h: Likewise.
13605 * config/netware.h: Likewise.
13606 * config/psos.h: Likewise.
13607 * config/alpha/alpha-interix.h: Likewise.
13608 * config/alpha/elf.h: Likewise.
13609 * config/arc/arc.h: Likewise.
13610 * config/arm/aof.h: Likewise.
13611 * config/arm/coff.h: Likewise.
13612 * config/arm/elf.h: Likewise.
13613 * config/c4x/c4x.h: Likewise.
13614 * config/h8300/h8300.h: Likewise.
13615 * config/i386/cygwin.h: Likewise.
13616 * config/i386/djgpp.h: Likewise.
13617 * config/i386/i386-coff.h: Likewise.
13618 * config/i386/i386-interix.h: Likewise.
13619 * config/i386/sco5.h: Likewise.
13620 * config/i386/vsta.h: Likewise.
13621 * config/i386/win32.h: Likewise.
13622 * config/i960/i960-coff.h: Likewise.
13623 * config/ia64/sysv4.h: Likewise.
13624 * config/m68hc11/m68hc11.h: Likewise.
13625 * config/m68k/coff.h: Likewise.
13626 * config/m68k/mot3300.h: Likewise.
13627 * config/m88k/m88k.h: Likewise.
13628 * config/mcore/mcore-pe.h: Likewise.
13629 * config/mcore/mcore.h: Likewise.
13630 * config/mips/elf.h: Likewise.
13631 * config/mips/elf64.h: Likewise.
13632 * config/mips/iris6.h: Likewise.
13633 * config/pa/pa64-hpux.h: Likewise.
13634 * config/rs6000/sysv4.h: Likewise.
13635 * config/sh/sh.h: Likewise.
13636 * config/sparc/litecoff.h: Likewise.
13638 * config/svr3.h (CTORS_SECTION_ASM_OP): Remove.
13639 (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
13640 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
13641 * config/1750a/1750a.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
13642 (ASM_OUTPUT_DESTRUCTOR): Remove.
13643 * config/a29k/a29k.c: Move include of tree.h.
13644 * config/a29k/udi.h: Delete file.
13645 * config/alpha/alpha.c (vms_asm_out_constructor): New.
13646 (vms_asm_out_destructor): New.
13647 * config/alpha/vms.h (EXTRA_SECTIONS): No ctors/dtors.
13648 (EXTRA_SECTION_FUNCTIONS): Likewise.
13649 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
13650 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
13651 * config/c4x/c4x.c: Move include of tree.h.
13652 * config/clipper/clipper.c (clix_asm_out_constructor): New.
13653 (clix_asm_out_destructor): New.
13654 * config/clipper/clix.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
13655 (ASM_OUTPUT_DESTRUCTOR): Remove.
13656 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
13657 * config/i386/aix386.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
13658 (TARGET_ASM_CONSTRUCTOR): New.
13659 * config/i386/i386.c (ix86_svr3_asm_out_constructor): New.
13660 (sco_asm_out_constructor): New.
13661 * config/i386/sco5.h (TARGET_ASM_CONSTRUCTOR): New.
13662 * config/i386/svr3gas.h: Remove stack grows up code.
13663 Remove code duplicated from i386/sysv3.h.
13664 (TARGET_ASM_CONSTRUCTOR): New.
13665 (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
13666 (DTORS_SECTION_FUNCTION, CTORS_SECTION_FUNCTION): Remove.
13667 * config/i386/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
13668 (TARGET_ASM_CONSTRUCTOR): New.
13669 * config/m68hc11/m68hc11.c (m68hc11_asm_out_constructor): New.
13670 (m68hc11_asm_out_destructor): New.
13671 * config/m68hc11/m68hc11.h (TARGET_ASM_CONSTRUCTOR): New.
13672 (TARGET_ASM_DESTRUCTOR): New.
13673 * config/m68k/auxgas.h: Don't undef ASM_OUTPUT_*STRUCTOR.
13674 * config/m68k/dpx2.h: Properly undef all the bits inherited from
13675 config/svr3.h pertaining to section manipulation.
13676 * config/m68k/dpx2g.h: Remove #if 0 code.
13677 * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): New.
13678 * config/m68k/tower-as.h (ASM_OUTPUT_SOURCE_LINE): Fix typo.
13679 (ASM_OUTPUT_CONSTRUCTOR): Remove.
13680 (TARGET_ASM_CONSTRUCTOR): New.
13681 * config/m88k/m88k.c (m88k_layout_frame): Don't use assign_stack_local.
13682 (m88k_svr3_asm_out_constructor): New.
13683 (m88k_svr3_asm_out_destructor): New.
13684 * config/m88k/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
13685 (ASM_OUTPUT_DESTRUCTOR): Remove.
13686 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
13687 * config/mips/mips.h: Remove #if 0 ASM_OUTPUT_*STRUCTOR code.
13688 * config/rs6000/aix.h: Likewise.
13689 * config/mips/rtems64.h: Don't undef removed constructor related bits.
13690 * config/mips/vxworks.h: Likewise.
13691 * config/rs6000/lynx.h: Likewise.
13692 * config/sh/elf.h: Likewise.
13693 * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): New.
13694 (DTORS_SECTION_ASM_OP): New.
13695 * config/sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
13696 (ASM_OUTPUT_DESTRUCTOR): Remove.
13697 * config/sparc/sol2-sld-64.h: Likewise.
13698 * config/vax/vax.c (vms_asm_out_constructor): New.
13699 (vms_asm_out_destructor): New.
13700 * config/vax/vms.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
13701 (ASM_OUTPUT_DESTRUCTOR): Remove.
13702 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
13704 * doc/tm.texi (@node Initialization): Update.
13706 2001-08-09 Richard Henderson <rth@redhat.com>
13708 * config/alpha/crtbegin.asm (__JCR_LIST__): New.
13709 (__do_global_dtors_aux): Use gp-relative static data to avoid
13710 one dynamic relocation.
13711 (__do_frame_setup): Register Java classes.
13712 * config/alpha/crtend.asm (__JCR_END__): New.
13714 2001-08-09 Zack Weinberg <zackw@stanford.edu>
13716 * Makefile.in (HOST_CFLAGS): Take out -DGENERATOR_FILE.
13717 (CONFIG_H, TCONFIG_H, TM_P_H): Update.
13718 (GEN, STAGESTUFF): Add new files.
13719 (insn-constants.h, s-constants, tm-preds.h, s-preds,
13720 genconstants, genpreds, genconstants.o, genpreds.o): New rules.
13721 (hashtab.o, safe-ctype.o): Add -DGENERATOR_FILE.
13722 * mkconfig.sh: Include tm-preds.h in tm_p.h; insn-constants.h
13723 as well as insn-codes.h and insn-flags.h in config.h; and no
13724 extra headers in tconfig.h and hconfig.h.
13726 * gencodes.c: Eliminate code to generate predicate declarations
13727 or #defines for md-file constants.
13728 * genconstants.c, genpreds.c: New files.
13730 * i386.md: Re-order guard expressions such that TARGET_64BIT
13731 comes first, when this permits better optimization. Add
13732 TARGET_64BIT to more x86-64 patterns. Add comment explaining
13733 why this is desirable.
13735 2001-08-09 Jakub Jelinek <jakub@redhat.com>
13737 * config/ia64/fde-glibc.c: Require glibc 2.2.4+ headers.
13738 (find_fde_for_dso): Remove.
13739 (_Unwind_IteratePhdrCallback): New.
13740 (_Unwind_FindTableEntry): Use dl_iterate_phdr.
13741 * config/ia64/crtbegin.asm (__ia64_app_header): Remove.
13743 Thu Aug 9 11:30:20 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13745 * expr.c (emit_single_push_insn): Only exists ifdef PUSH_ROUNDING.
13746 (move_by_pieces_1): If would call it, abort if no PUSH_ROUNDING.
13748 2001-08-09 Graham Stott <grahams@redhat.com>
13750 * sched-vis.c (MAX_VISUAL_NO_UNIT): Define.
13751 (vis_no_unit): Use it.
13752 (visualize_no_unit): Add the insn only if room exists.
13754 2001-08-09 Graham Stott <grahams@redhat.com>
13756 * predict.c (estimate_probability): Replace magic numbers with
13757 appropriate enumeration.
13759 2001-08-09 Graham Stott <grahams@redhat.com>
13761 * cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macro
13763 (EXTRACT_FLAGS): Likewise.
13765 2001-08-09 Aldy Hernandez <aldyh@redhat.com>
13767 * config/mips/mips.c (mips_legitimate_address_p): Check for
13768 CONST_INT in last patch.
13770 2001-08-08 Anthony Green <green@redhat.com>
13772 * java/class.c (emit_register_classes): Use assemble_jcr if
13773 possible. Keep the original mechanism as a fallback.
13774 * defaults.h (JCR_SECTION_NAME): Define if we have named section
13775 and weak symbol support.
13776 * crtstuff.c (__JCR_LIST__): Define.
13777 (__JCR_END__): Define.
13778 (_Jv_RegiserClasses): Define weak symbol if possible.
13779 (__do_global_ctors_aux): Register classes for ELF targets with
13780 weak symbol support.
13782 2001-08-08 Kazu Hirata <kazu@hxi.com>
13784 * dbxout.c: Fix comment formatting.
13785 * dependence.c: Likewise.
13787 * diagnostic.c: Likewise.
13788 * dominance.c: Likewise.
13789 * doprint.c: Likewise.
13790 * dwarf2out.c: Likewise.
13791 * dwarfout.c: Likewise.
13792 * emit-rtl.c: Likewise.
13793 * except.c: Likewise.
13794 * explow.c: Likewise.
13795 * expmed.c: Likewise.
13796 * expr.c: Likewise.
13797 * flow.c: Likewise.
13798 * fold-const.c: Likewise.
13799 * function.c: Likewise.
13801 2001-08-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13803 * global.c (retry_global_alloc): Avoid shadowing allocno.
13805 2001-08-08 Mark Mitchell <mark@codesourcery.com>
13807 * except.c (remove_fixup_regions): Fix typo.
13809 2001-08-08 Jan van Male <jan.vanmale@fenk.wau.nl>
13811 * emit-rtl.c (adjust_address, adjust_address_nv): Cast offset to
13812 unsigned HOST_WIDE_INT to avoid warning.
13813 * final.c (final): Cast INSN_UID to unsigned to avoid warning.
13814 * flow.c (set_block_for_new_insns): Likewise.
13816 Wed Aug 8 21:08:14 CEST 2001 Jan Hubicka <jh@suse.cz>
13818 * sibcall.c (return_value_pseudo): New static variable.
13819 (skip_copy_to_return_value): Handle return_value_pseudo.
13820 (call_ends_block_p): Ensure that return_value_pseudo is set.
13821 (optimize_sibling_and_tail_recursive_call): Discover the
13822 load of pseudo return value in alternate exit block.
13824 Wed Aug 8 21:06:43 CEST 2001 Jan Hubicka <jh@suse.cz>
13826 * calls.c (ECF_ALWAYS_RETURN): New constant.
13827 (emit_call_1): Add REG_ALWAYS_RETURN note if needed.
13828 (expand_call): Use LCF_ALWAYS_RETURN for __bb_fork_func.
13829 (emit_library_call_value_1): Handle LCT_ALWAYS_RETRUN.
13830 * flow.c (need_fake_edge_p): Handle REG_ALWAYS_RETURN.
13831 * rtl.c (reg_note_name): New name.
13832 * rtl.h (enum reg_note): Add REG_ALWAYS_RETURN.
13834 2001-08-07 Aldy Hernandez <aldyh@redhat.com>
13836 * config/mips/mips.c (mips_legitimate_address_p): Limit "la" addresses.
13838 2001-08-08 Jason Merrill <jason_merrill@redhat.com>
13840 * alias.c (get_alias_set): Return a previously calculated
13841 alias set for a VAR_DECL.
13842 * function.c (gen_mem_addressof): Calculate the alias set before
13845 Wed Aug 8 18:44:37 CEST 2001 Jan Hubicka <jh@suse.cz>
13847 * predict.def: Set hitrates according our experimental run.
13849 Wed Aug 8 18:01:58 CEST 2001 Jan Hubicka <jh@suse.cz>
13851 * i386.h (HARD_REGNO_RENAME_OK): New macro.
13853 2001-08-08 H.J. Lu <hjl@gnu.org>
13855 * config/mips/mips.c (mips_unique_section): New. Copied from
13858 * config/mips/mips-protos.h (mips_unique_section): New
13861 * config/mips/elf.h (UNIQUE_SECTION): Use mips_unique_section.
13863 * config/mips/little.h: New. Generic little endian mips
13864 targets. Only mips*-*-linux* is converted to use it so far.
13866 * config/mips/linux.h: Include "gofast.h" and "mips/mips.h".
13867 (WCHAR_TYPE): Defined
13868 (WCHAR_TYPE_SIZE): Likewise.
13869 (INIT_SUBTARGET_OPTABS): Likewise.
13870 (BSS_SECTION_ASM_OP): Likewise.
13871 (SBSS_SECTION_ASM_OP): Likewise.
13872 (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13873 (ASM_DECLARE_OBJECT_NAME): Likewise.
13874 (UNIQUE_SECTION): Likewise.
13875 (EXTRA_SECTIONS): Likewise.
13876 (ASM_OUTPUT_CONSTRUCTOR): Likewise.
13877 (ASM_OUTPUT_DESTRUCTOR): Likewise.
13878 (ASM_OUTPUT_DEF): Likewise.
13879 (HANDLE_SYSV_PRAGMA): Removed.
13880 (NO_IMPLICIT_EXTERN_C): Likewise.
13881 (TARGET_MEM_FUNCTIONS): Likewise.
13882 (STARTFILE_SPEC): Likewise.
13883 (ENDFILE_SPEC): Likewise.
13884 (LIB_SPEC): Likewise.
13885 (INVOKE__main): Likewise.
13886 (CTOR_LIST_BEGIN): Likewise.
13887 (CTOR_LIST_END): Likewise.
13888 (DTOR_LIST_BEGIN): Likewise.
13889 (DTOR_LIST_END): Likewise.
13890 (SET_ASM_OP): Likewise.
13891 (ASM_OUTPUT_SOURCE_LINE): Likewise.
13892 (ASM_OUTPUT_DEF): Likewise.
13893 (ASM_OUTPUT_IDENT): Likewise.
13895 * config/mips/mips.h (ASM_SPEC): Undefine before define.
13896 (CPLUSPLUS_CPP_SPEC): Likewise.
13897 (ASM_APP_ON) Redefine only if not defined.
13898 (ASM_APP_OFF): Likewise.
13899 (ASM_OUTPUT_SOURCE_LINE): Likewise.
13900 (ASM_OUTPUT_IDENT): Likewise.
13902 * config.gcc: Update tm_file for Linux/mips.
13904 2001-08-08 Bernd Schmidt <bernds@redhat.com>
13906 * cselib.c (cselib_record_sets): If insn is predicated, turn
13907 sources into IF_THEN_ELSEs.
13909 * config/ia64/ia64.md (cond_opsi2_internal, cond_opsi2_internal_b):
13910 Turn into define_insn_and_split.
13912 * sched-deps.c: Include "cselib.h".
13913 (add_insn_mem_dependence, sched_analyze_1, sched_analyze_2):
13914 Use cselib to turn memory addresses into VALUEs.
13915 (sched_analyze): Call cselib_init/cselib_finish if necessary.
13916 * sched-int.h (struct sched_info): New member USE_CSELIB.
13917 * sched-ebb.c (ebb_sched_info): Initialize it.
13918 * sched-rgn.c (rgn_sched_info): Likewise.
13919 * Makefile.in (sched-deps.o): Update dependencies.
13921 * cselib.h (cselib_subst_to_values): Declare.
13922 * cselib.c (cselib_subst_to_values): No longer static. Allow MEMs
13923 that have no value and autoincs to be handled by generating a new
13926 2001-08-08 Graham Stott <grahams@redhat.com>
13928 * final.c (shorten_branches): Update the INSN_ADDRESSES of insns
13929 within fixed length SEQUENCE.
13931 2001-08-08 Graham Stott <grahams@redhat.com>
13933 * diagnostic.h (diagnostic_format_decoder): Parenthesize macro parameter.
13934 (diagnostic_prefixing_rule): Likewise.
13935 (diagnostic_line_cutoff): Likewise.
13936 (diagnostic_kind_count): Likewise.
13938 2001-08-08 Graham Stott <grahams@redhat.com>
13940 * alias.c (find_base_decl): Delete redundent assignment.
13942 2001-08-08 Graham Stott <grahams@redhat.com>
13944 * dependence.c (INDEX_LIMIT_CHECK): Uppercase macro parameter.
13945 (abs): Uppercase and paranthesize macro parameter.
13946 (MEM_DEPENDENCY): Add whitespace.
13948 2001-08-08 Graham Stott <grahams@redhat.com>
13950 * config/mips/mips.c (mips_legitimate_address_p): Fix enable checking
13951 failure check for CONST_INT
13953 2001-08-08 Graham Stott <grahams@redhat.com>
13955 * flow.c (back_edge_of_syntactic_loop_p): Add whitespace.
13956 (libcall_dead_p): Likewise.
13958 (mark_used_regs): Constify fmt.
13959 (find_use_as_address): Likewise.
13961 2001-08-08 Graham Stott <grahams@redhat.com>
13963 * c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro
13966 2001-08-08 Graham Stott <grahams@redhat.com>
13968 * combine.c (combine_simplify_rtx): Update comment and
13969 remove erroneous test.
13971 2001-08-07 Neil Booth <neil@daikokuya.demon.co.uk>
13973 * cppinit.c (cpp_finish): Pop the final buffer without comment.
13974 * cpplex.c (_cpp_lex_token): Don't pop the final buffer; and
13975 take care to avoid multiple no-newline at EOF warnings in that
13978 Tue Aug 7 22:18:06 CEST 2001 Jan Hubicka <jh@suse.cz>
13980 * calls.c (expand_call): Do not emit INSN_SETJMP note.
13981 (emit_library_call_value_1): Likewise.
13982 (emit_call_1): Emit REG_SETJMP note.
13983 * cse.c (cse_end_of_basic_block): Use REG_SETJMP instead
13985 * cselib.c (cselib_process_insn): Likewise.
13986 * flow.c (propagate_block): Likewise.
13987 * loop.c (find_and_verify_loops): Likewise.
13988 * reload.c (find_equiv_regs): Likewise.
13989 * reload1.c (reload): Likewise.
13990 * resource.c (mark_referenced_resources,
13991 mark_set_resources): Likewise.
13992 * sched-deps (sched_analyze_insn, sched_analyze): Likewise.
13993 * final.c (final_scan_insn): Remove NOTE_INSN_SETJMP.
13994 * haifa-sched.c (unlink_other_notes): Likewise.
13995 (reemit_notes): Likewise.
13996 * sched-ebb.c (sched_ebb): Likewise.
13997 * sched-rgc.c (sched_region): Likewise.
13998 * rtl.c (note_insn_name): Likewise.
13999 (reg_note_name): Add REG_SETJMP
14000 * rtl.h (reg_note): Add REG_SETJMP.
14001 (insn_note): Remove NOTE_INSN_SETJMP.
14003 * profile.c (branch_prob): Add fake edges for setjmp.
14005 2001-08-07 Daniel Jacobowitz <drow@mvista.com>
14007 * config.gcc: Quote target_cpu_default2 correctly for
14008 powerpc*-*-* targets.
14010 2001-08-07 Neil Booth <neil@daikokuya.demon.co.uk>
14012 * cpplib.h, line-map.h: Update comments.
14013 * cppmain.c (printer_init): Move inline.
14014 (maybe_print_line, print_line): Take a map pointer.
14015 (cb_ident, cb_define, cb_undef, cb_include, cb_def_pragma): Update.
14016 (cb_file_change): Don't use prior value of print.map.
14018 2001-08-07 David Edelsohn <edelsohn@gnu.org>
14020 * doc/install.texi: Document fine-grained multilib configuration.
14022 Tue Aug 7 16:52:54 CEST 2001 Jan Hubicka <jh@suse.cz>
14024 * rtlanal.c (find_first_parameter_load): Call note_stores
14025 only on the instructions.
14027 Tue Aug 7 14:56:16 CEST 2001 Jan Hubicka <jh@suse.cz>
14029 * alias.c (nonlocal_mentioned_p):
14030 Rename CONST_CALL_P to CONST_OR_PURE_CALL_P
14031 * calls.c (emit_call_1): Likewise.
14032 * cse.c (cse_insn, invalidate_skipped_block): Likewise.
14033 * cselib.c (cselib_process_insn): Likewise.
14034 * df.c (df_insns_modify): Likewise.
14035 * flow.c (need_fake_edge_p): Likewise.
14036 (propagate_one_insn): Likewise.
14037 * haifa-sched.c (reemit_notes): Likewise.
14038 * integrate.c (copy_insn_list): Likewise.
14039 * jump.c (delete_prior_computation): Likewise.
14040 * local-alloc.c (validate_equiv_mem): Likewise.
14041 * loop.c (scan_loop): Likewise.
14042 * predict.c (estimate_probability): Likewise.
14043 * reload.c (reload): Likewise.
14044 * sched-deps (sched_analyze): Likewise.
14045 * rtl.h (CONST_CALL_P): rename to CONST_OR_PURE_CALL_P.
14046 * gcse.c (compute_hash_table): Likewise.
14047 (mark_call): Likewise.
14048 (store_killed_in_insn): Likewise.
14050 2001-08-07 Jason Merrill <jason_merrill@redhat.com>
14052 * c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.
14054 2001-08-06 Richard Henderson <rth@redhat.com>
14056 * varasm.c (assemble_gc_entry): Remove.
14057 * output.h: Likewise.
14059 2001-08-06 Richard Henderson <rth@redhat.com>
14061 * varasm.c (assemble_constructor): Take a symbol_ref and a
14062 priority instead of a bare string. Move priority handling
14063 here from cp/decl2.c.
14064 * output.h: Update decls.
14066 * c-decl.c (c_expand_body): Update calls to assemble_constructor
14067 and assemble_destructor.
14068 * profile.c (output_func_start_profiler): Likewise.
14069 * objc/objc-act.c (finish_objc): Likewise.
14070 (build_module_descriptor): Return the symbol not the symbol name.
14072 2001-08-06 David Edelsohn <edelsohn@gnu.org>
14074 * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): Add whitespace.
14075 * config/rs6000/linux64.h (RS6000_MCOUNT): Define.
14076 ({SAVE,RESTORE}_FP_{PREFFIX,SUFFIX}): Define.
14077 * config/rs6000/rs6000.h (ASM_OUTPUT_DOUBLE_INT): Remove whitespace.
14078 * config/rs6000/sysv4.h (DOUBLE_INT_ASM_OP): Add whitespace.
14079 * config/rs6000/xcoff.h (DOUBLE_INT_ASM_OP): Add whitespace.
14081 2001-08-06 Neil Booth <neil@daikokuya.demon.co.uk>
14083 * cpperror.c (print_containing_files): Moved to line-map.c.
14084 (print_location): line-map.c handles re-listing or otherwise.
14085 * cpphash.h (struct lexer_state): Remove next_bol.
14086 (struct cpp_buffer): Remove include_stack_listed.
14087 * cpplib.c (do_line, cpp_push_buffer, _cpp_pop_buffer):
14088 Remove faked buffer handling.
14089 (_cpp_do_file_change): Tweak.
14090 * cpplib.h (enum cpp_buffer_type): Remove BUF_FAKE.
14091 * cppmain.c (struct printer): Remove filename.
14092 (print_line, cb_file_change): Update accordingly.
14093 * line-map.c: Include intl.h.
14094 (init_line_maps): Initialize last_listed.
14095 (free_line_maps): Sanity check, warn if ENABLED_CHECKING.
14096 (add_line_map): Sanity check inputs, warn if ENABLED_CHECKING.
14097 (print_containing_files): New.
14098 * line-map.h (struct line_maps): New member last_listed.
14099 (print_containing_files, INCLUDED_FROM): New.
14100 * Makefile.in: Update.
14101 * po/POTFILES.in: Add line-map.c.
14103 2001-08-06 Richard Henderson <rth@redhat.com>
14105 * except.c (convert_from_eh_region_ranges_1): Never mark
14106 USE or CLOBBER insns as throwing.
14108 * expr.c (store_constructor): Don't clobber memory targets.
14110 2001-08-06 Andreas Jaeger <aj@suse.de>
14112 * profile.c (branch_prob): Remove unused variable insn.
14114 * Makefile.in (local-alloc.o): Add dependency on except.h.
14116 * local-alloc.c: Include except.h for can_throw_internal prototype.
14118 2001-08-06 Richard Henderson <rth@redhat.com>
14120 * config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): New.
14121 * function.c (expand_main_function): Implement it.
14122 * doc/tm.texi: Document it.
14124 2001-08-06 Stan Shebs <shebs@apple.com>
14126 * doc/install.texi: Document powerpc-*-darwin* details.
14128 2001-08-06 Daniel Berlin <dan@cgsoftware.com>
14130 * config/rs6000/aix.h (CPP_CPU_SPEC): Move back to rs6000.h
14131 (ASM_CPU_SPEC): Move back to rs6000.h
14132 #undef CPP_DEFAULT_SPEC and ASM_DEFAULT_SPEC before redefining them.
14134 * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): New macro.
14136 * config/rs6000/linux.h: Remove vtable thunks stuff we accidently
14139 * config/rs6000/linux64.h: Ditto.
14141 * config/rs6000/rs6000.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
14142 to here. Define default ASM_DEFAULT_SPEC and CPP_DEFAULT SPEC to
14145 Remove accidently readded definitions of FUNCTION_PROLOGUE,
14146 FUNCTION_EPILOGUE, ASM_OPEN_PAREN, ASM_CLOSE_PAREN
14148 * config/rs6000/sysv4.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
14151 2001-08-05 Richard Henderson <rth@redhat.com>
14153 * local-alloc.c (update_equiv_regs): Do not move insns that
14156 2001-08-05 Jan Hubicka <jh@suse.cz>
14158 * Makefile.in (reload1.o): Add dedendancy on except.h
14159 * basic-block.h (purge_all_dead_edges, purge_dead_edges): Update
14161 * flow.c (purge_dead_edges, purge_all_dead_edges): Return bool
14162 indicating wehther edges has been cleaned up.
14163 * reload1.c: Inlucde except.h
14164 (fixup_abnormal_edges): Accept deleted insns.
14165 * toplev.c (rest_of_compilation): Purge dead edges unconditionally
14168 2001-08-06 Neil Booth <neil@daikokuya.demon.co.uk>
14170 * cpplib.c (do_line): Correct line number after pop_buffer.
14172 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
14174 PR preprocessor/3824
14175 * line-map.c: Update comments.
14176 * line-map.h: Update comments.
14177 * tradcif.y: Don't consider large numbers unsigned.
14179 2001-08-05 Neil Booth <neil@daikokuya.demon.co.uk>
14181 PR preprocessor/3081
14182 * c-lex.c (map): New.
14183 (cb_file_change): Update map and use it.
14184 (cb_def_pragma, cb_define, cb_undef): Use map and line.
14185 (c_lex): Update to use map.
14186 * cpperror.c (print_location): Move to using logical line numbers.
14187 * cppfiles.c (stack_include_file): Update for new _cpp_do_file_change.
14188 (cpp_make_system_header): Similarly.
14189 (_cpp_execute_include): Stop line numbering hacks. Store the
14190 line we will return to.
14191 * cpphash.h (CPP_BUF_LINE): Remove.
14192 (struct cpp_buffer): Remove lineno and pseudo_newlines.
14193 Add map and return_to_line.
14194 (_cpp_do_file_change): Update.
14195 * cppinit.c (cpp_start_read): Update line kludge.
14196 * cpplex.c (handle_newline): Don't update lineno and pseudo_newlines.
14197 (trigraph_ok): Use logical line numbers for diagnostics.
14198 (skip_block_comment): Likewise.
14199 (skip_whitespace): Likewise.
14200 (skip_line_comment): Use pfile->line instead.
14201 (_cpp_lex_token): Update to use logical line numbering exclusively.
14202 Handle BOL locally. Accept new lines in directives, but keep
14203 pfile->line decremented. Diagnostics use logical lines. Update
14204 directive handling.
14205 * cpplib.c (SEEN_EOL): New.
14206 (skip_rest_of_line, check_eol): Use it.
14207 (end_directive): Increase line number when accepting the newline
14208 at the end of a directive.
14209 (run_directive): Simplify.
14210 (do_line): Bad LC_LEAVEs become LC_RENAMEs. Update.
14211 (_cpp_do_file_change): Update to take buffer line number as an
14212 argument, and store the current map in the cpp_reader. Remove
14213 line number kludges.
14214 (_cpp_do__Pragma): Restore output position after a _Pragma.
14215 (cpp_push_buffer): Don't set output line or lineno.
14216 (_cpp_pop_buffer): Transfer more info from a faked buffer.
14217 Remove line kludge. Set output_line.
14218 * cppmacro.c (builtin_macro): Update handling of __LINE__.
14219 (parse_arg): Use logical lines.
14220 (save_lookahead_token): Save EOFs too now.
14221 * cppmain.c (struct printer): Fix comments.
14222 (printer_init): Simplify, let caller do errors.
14223 (scan_translation_unit, check_multiline_token, dump_macro): Update.
14224 (maybe_print_line): Simplify.
14225 (print_line): Don't print a linemarker if -P.
14226 (cb_define, cb_undef, cb_def_pragma, cb_ident, cb_include): Update.
14227 (cb_file_change): Simplify.
14228 * line-map.h (LAST_SOURCE_LINE): Fix.
14229 (CURRENT_LINE_MAP): New.
14231 2001-08-05 Bernd Schmidt <bernds@redhat.com>
14233 * doloop.c (doloop_modify_runtime): Properly compute number of
14234 iterations if loop was unrolled.
14236 * alias.c (rtx_equal_for_memref_p): VALUEs are only identical
14237 if their CSELIB_VAL_PTRs are.
14239 * config/ia64/ia64.c (struct spill_fill_data): New member prev_insn.
14240 (setup_spill_pointers): Initialize it.
14241 (spill_restore_mem): Set it.
14242 (do_spill, do_restore): Use it to add REG_INC note.
14243 * config/ia64/ia64.md (movti_internal): Add REG_INC notes as needed.
14245 * config/ia64/ia64.c (ia64_sched_reorder): Defer scheduling of
14246 asms if other insns are available.
14248 * config/ia64/ia64.c (condop_operator): New predicate.
14249 * config/ia64/ia64.h (PREDICATE_CODES): Add it.
14250 * config/ia64/ia64.md (cond_opsi2_internal and splitters): New
14253 * expr.c (expand_expr, case COND_EXPR): Prefer working with a
14254 temporary register than directly using a MEM.
14256 2001-08-04 Hans-Peter Nilsson <hp@bitrange.com>
14258 * config/sh/sh.c (sh_asm_named_section): Fix typo in align
14259 parameter in last change.
14261 2001-08-04 Zack Weinberg <zackw@panix.com>
14263 * sparc.md: Don't use #if inside C test expression.
14265 2001-08-04 Richard Henderson <rth@redhat.com>
14267 * i386.c: Revert 07-30 ix86_output_main_function_alignment_hack.
14269 2001-08-04 Neil Booth <neil@daikokuya.demon.co.uk>
14271 * cpphash.h (struct cpp_reader): New member directive_line.
14272 * cpplib.h (struct cpp_callbacks): Update prototypes of callbacks.
14273 * cpplib.c (do_define, do_undef, do_ident, do_include_common,
14274 do_pragma): Pass line to callbacks.
14275 (start_directive): Record line of directive.
14276 * cppmain.c (cb_ident, cb_define, cb_undef, cb_def_pragma,
14277 cb_include): Similarly.
14278 * c-lex.c (cb_ident, cb_define, cb_undef, cb_def_pragma):
14281 2001-08-04 Hans-Peter Nilsson <hp@bitrange.com>
14283 * config/d30v/d30v.h: Fix typo in start of UNIQUE_SECTION
14286 Sat Aug 4 13:51:36 CEST 2001 Jan Hubicka <jh@suse.cz>
14288 * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
14290 * reload1.c (fixup_abnormal_edges): New static function.
14293 * flow.c (need_fake_edge_p): New function.
14294 (flow_call_edges_add): Fix handling of noreturn and sibling calls;
14295 avoid call insn to be very last insn in the insn stream.
14297 * profile.c (branch_prob): Call flow_call_edges_add instead of
14298 doing that by hand; cleanup cfg to re-merge basic blocks once
14301 2001-08-04 Neil Booth <neil@cat.daikokuya.demon.co.uk>
14303 * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h
14304 are also on line-map.h.
14305 * cppfiles.c (stack_include_file): Update.
14306 * cpphash.h (struct cpp_buffer): New member return_at_eof.
14307 (_cpp_pop_buffer): New.
14308 * cppinit.c (cpp_destroy, cpp_finish): Update.
14309 (do_includes): Mark each buffer to return at EOF.
14310 * cpplex.c (_cpp_lex_token): Pop buffers at EOF. Continue or
14311 return as requested.
14312 * cpplib.c (run_directive, do_line, cpp_push_buffer): Update.
14313 (cpp_pop_buffer): Rename _cpp_pop_buffer. Stop skipping.
14314 * cpplib.h (cpp_pop_buffer): Remove.
14315 (cpp_scan_buffer_nooutput): Rename cpp_scan_nooutput.
14316 * cppmacro.c (cpp_scan_buffer_nooutput): Similarly. No need to pop
14318 * cppmain.c (scan_buffer): Rename scan_translation_unit. No need
14320 (do_preprocessing): Update.
14321 * fix-header.c (read_scan_file): Update. No need to pop buffers.
14322 * c-parse.in (_yylex): Similarly.
14323 * scan-decls.c (scan_decls): Similarly.
14324 * line-map.h: Update comments.
14326 * objc/Make-lang.in (objc-act.o): Update dependencies.
14328 2001-08-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14330 * config/m68hc11/m68hc11.md ("cmphi_1", "cmpqi_1"): Allow memory
14331 and soft register for operand 0.
14332 ("cmphi_z_used", "cmpqi_z_used"): Allow memory for operand 0.
14334 2001-08-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14336 * config/m68hc11/m68hc11.md ("bitcmpqi"): Allow memory and soft
14337 register for operand 0.
14338 ("bitcmpqi_z_used"): Allow memory for operand 0.
14339 (split "bitcmpqi"): New split to handle address reg as operand 1.
14341 2001-08-04 Andreas Jaeger <aj@suse.de>
14343 * gcse.c: Revert Daniel's last patch.
14345 2001-08-03 Zack Weinberg <zackw@stanford.edu>
14347 * sparc-protos.h: Add prototypes for fp_zero_operand and
14349 * sh-protos.h: Add prototype for fpul_operand.
14351 2001-08-04 Hans-Peter Nilsson <hp@bitrange.com>
14353 * doc/extend.texi (Other Builtins): Fix typo in last change.
14355 2001-08-03 Richard Henderson <rth@redhat.com>
14357 * target.h (gcc_target): Add asm_out.named_section,
14358 section_type_flags, have_named_sections.
14359 * target-def.h (TARGET_ASM_NAMED_SECTION): New.
14360 (TARGET_HAVE_NAMED_SECTIONS): New.
14361 (TARGET_SECTION_TYPE_FLAGS): New.
14363 * Makefile.in (toplev.o): Depend on TARGET_H.
14364 (varasm.o, dbxout.o): Likewise.
14365 * c-common.c (decl_attributes): Check targetm.have_named_sections
14366 instead of ifdef ASM_OUTPUT_SECTION_NAME.
14367 * dbxout.c (dbxout_function_decl): Likewise.
14368 (dbxout_function_end): Likewise.
14369 * toplev.c (compile_file): Likewise.
14370 * varasm.c (exception_section): Likewise.
14371 * cp/decl2.c (finish_objects): Likewise.
14373 * defaults.h (EH_FRAME_SECTION): Remove.
14374 (EH_FRAME_SECTION_ASM_OP): Remove.
14375 (EH_FRAME_SECTION_NAME): New.
14376 (UNIQUE_SECTION): Don't depend on ASM_OUTPUT_SECTION_NAME.
14377 (UNIQUE_SECTION_P): Remove.
14378 * dwarf2out.c (SECTION_FORMAT): Remove.
14379 (ASM_OUTPUT_SECTION): Remove.
14380 (output_call_frame_info): Use named_section_flags.
14381 (output_comp_unit, dwarf2out_start_source_file): Likewise.
14382 (dwarf2out_end_source_file, dwarf2out_define): Likewise.
14383 (dwarf2out_undef, dwarf2out_init, dwarf2out_finish): Likewise.
14384 * varasm.c (in_eh_frame, eh_frame_section): Remove.
14385 (named_section_flags): New.
14386 (named_section): Use it and targetm.section_type_flags.
14387 (resolve_unique_section): New.
14388 (assemble_start_function): Use it.
14389 (asm_emit_uninitialised, assemble_variable): Likewise.
14390 (default_section_type_flags): New.
14391 (default_no_named_section, default_elf_asm_named_section): New.
14392 (default_coff_asm_named_section, default_pe_asm_named_section): New.
14393 * output.h: Update varasm.c decls.
14394 (SECTION_*): New flags.
14396 * crtstuff.c: Check EH_FRAME_SECTION_NAME not EH_FRAME_SECTION_ASM_OP.
14397 (__EH_FRAME_BEGIN__, __FRAME_END__): Use attribute section.
14399 * config/elfos.h (UNIQUE_SECTION_P): Remove.
14400 * config/alpha/elf.h, config/arm/linux-elf.h: Likewise.
14401 * config/arm/pe.h, config/arm/unknown-elf.h: Likewise.
14402 * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
14403 * config/i386/i386-interix.h, config/i386/win32.h: Likewise.
14404 * config/ia64/sysv4.h, config/mcore/mcore-pe.h: Likewise.
14405 * config/mips/elf.h, config/mips/elf64.h: Likewise.
14406 * config/mips/iris6gld.h, config/mips/mips.h: Likewise.
14407 * config/pa/pa64-hpux.h,
14409 * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Remove.
14410 (TARGET_ASM_NAMED_SECTION): New.
14411 * config/psos.h, config/a29k/a29k.h, config/alpha/elf.h: Likewise.
14412 * config/alpha/vms.h, config/arm/coff.h: Likewise.
14413 * config/arm/conix-elf.h, config/arm/elf.h: Likewise.
14414 * config/arm/linux-elf.h, config/arm/pe.h: Likewise.
14415 * config/arm/unknown-elf.h, config/avr/avr.h: Likewise.
14416 * config/c4x/c4x.h, config/h8300/h8300.h: Likewise.
14417 * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
14418 * config/i386/i386-interix.h, config/i386/i386elf.h : Likewise.
14419 * config/i386/sco5.h, config/i386/win32.h: Likewise.
14420 * config/m68k/coff.h, config/mcore/mcore-pe.h: Likewise.
14421 * config/mcore/mcore.h, config/mips/elf.h: Likewise.
14422 * config/mips/elf64.h, config/mips/iris6.h: Likewise.
14423 * config/mips/netbsd.h, config/mips/openbsd.h: Likewise.
14424 * config/pa/pa64-hpux.h, config/rs6000/sysv4.h: Likewise.
14425 * config/rs6000/xcoff.h, config/sh/sh.h: Likewise.
14426 * config/sparc/sysv4.h: Likewise.
14428 * config/nextstep.h: Error until named sections implemented.
14430 * config/a29k/a29k.c (a29k_asm_named_section): New.
14431 * config/alpha/alpha.c (SECTION_VMS_OVERLAY): New.
14432 (vms_section_type_flags, vms_asm_named_section): New.
14433 * config/arm/arm.c (arm_elf_asm_named_section): New.
14434 * config/avr/avr.c (asm_output_section_name): Remove.
14435 * config/avr/avr-protos.h: Update.
14436 * config/c4x/c4x.c (c4x_asm_named_section): New.
14437 * config/h8300/h8300.c (h8300_asm_named_section): New.
14438 * config/i386/i386.c (sco_asm_named_section): New.
14439 * config/i386/winnt.c (SECTION_PE_SHARED): New.
14440 (i386_pe_section_type_flags): New.
14441 (i386_pe_asm_named_section): New.
14442 * config/i386/i386-protos.h: Update.
14443 * config/m68k/m68k.c (m68k_coff_asm_named_section): New.
14444 * config/mcore/mcore.c (mcore_asm_named_section): New.
14445 * config/mips/mips.c (iris6_asm_named_section): New.
14446 * config/mips/mips.h (ENCODE_SECTION_INFO): Use DECL_ONE_ONLY
14447 instead of UNIQUE_SECTION_P.
14448 * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): New.
14449 (xcoff_asm_named_section): New.
14450 * config/sh/sh.c (sh_asm_named_section): New.
14451 * config/sparc/sparc.c (sparc_elf_asm_named_section): New.
14453 * config/i386/djgpp.h (EH_FRAME_SECTION_ASM_OP): Remove.
14454 * config/i386/sco5.h (EH_FRAME_SECTION_ASM_OP*): Remove.
14455 (EH_FRAME_SECTION_NAME): New.
14456 (EXCEPTION_SECTION): New.
14457 * config/ia64/ia64.h (EH_FRAME_SECTION_ASM_OP): Remove.
14458 (DEBUG_*_SECTION): Remove.
14459 * config/m68k/rtemself.h (EH_FRAME_SECTION_ASM_OP): Remove.
14460 * config/mips/iris6.h (DEBUG_*_SECTION): Remove.
14461 (EH_FRAME_SECTION_ASM_OP): Remove.
14463 * doc/tm.texi (UNIQUE_SECTION_P): Remove.
14464 (ASM_OUTPUT_SECTION_NAME): Remove.
14465 (TARGET_ASM_NAMED_SECTION): New.
14466 (TARGET_HAVE_NAMED_SECTIONS): New.
14467 (TARGET_SECTION_TYPE_FLAGS): New.
14468 (EH_FRAME_SECTION_ASM_OP): Remove.
14469 (EH_FRAME_SECTION_NAME): New.
14471 2001-08-03 Zack Weinberg <zackw@stanford.edu>
14473 * builtins.c (fold_builtin_constant_p): Return integer_zero_node
14474 for complex expressions when cfun == 0.
14475 * doc/extend.texi: Document that __builtin_constant_p can be
14476 used in data initializers as well as functions.
14478 2001-08-03 Alexandre Oliva <aoliva@redhat.com>
14480 * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
14481 variable I locally, instead of expecting a declaration in the
14484 2001-08-03 Richard Henderson <rth@redhat.com>
14486 * except.c (collect_one_action_chain): Add an explicit cleanup
14487 action if regions surrounding a catch were encoded entirely
14488 within the call-site entry.
14490 2001-08-03 Richard Henderson <rth@redhat.com>
14492 * dbxout.c (dbxout_symbol_location): Flatten subregs first;
14493 don't take REGNO of a non-register.
14495 2001-08-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
14497 * gthr-dce.h (__GTHREAD_MUTEX_INIT_FUNCTION and
14498 __GTHREAD_MUTEX_INIT_DEFAULT): New macros for mutex initialization.
14499 (__gthread_key_delete): Remove code for __PTHREAD_LIBRARY_VERSION_1 >= 1
14500 (__gthread_mutex_init_function): New function for mutex initialization.
14502 2001-08-03 Daniel Berlin <dan@cgsoftware.com>
14504 * Makefile.in: Revert screwed up commit.
14506 2001-08-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14508 * config/m68hc11/t-m68hc11-gas (T_CPPFLAGS): Add _ctor and _dtor.
14509 * config/m68hc11/larith.asm (_exit): Split in several sub-sections
14510 merged by linker script to get a final _exit().
14511 (__do_global_dtors): New for destructor handling in specific exit
14513 (__do_global_ctors): New for constructors in specific install section.
14514 (__map_data_section): Map data sections before running constructors.
14515 * config/m68hc11/m68hc11.h (INT_ASM_OP): Define to use .word.
14516 (CTORS_SECTION_ASM_OP): Define to put in readonly section.
14517 (DTORS_SECTION_ASM_OP): Likewise.
14518 (CTORS_SECTION_FUNCTION): Define to force a reference to
14520 (DTORS_SECTION_FUNCTION): Likewise for __do_global_dtors.
14522 2001-08-03 Daniel Berlin <dan@cgsoftware.com>
14524 * ChangeLog: Fix date on previous ChangeLog entry for GCSE.
14526 * Makefile.in: Add df.h to gcse.c dependencies.
14528 2001-08-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
14530 * varasm.c (output_constant_def_contents): Use for the length of a
14531 string constant either its TREE_STRING_LENGTH or its int_size_in_bytes
14532 depending on which is larger.
14534 2001-08-03 Daniel Berlin <dan@cgsoftware.com>
14536 * gcse.c: Include df.h for use as a dataflow analyzer.
14538 Declaration of reg_set_info: gone.
14539 New df_analyzer variable used by store motion.
14540 (reg_set_info): Deleted.
14541 (mark_mem_regs): New function, analyze regs used by a mem.
14542 (store_ops_ok): Use dataflow analyzer results to determine if
14543 necessary regs are changed in the block.
14544 (find_moveable_store): Remove check for symbol ref, we can handle
14545 much more complex expressions now.
14546 (compute_store_table): Remove most of the code, it's unnecessary
14547 now that the dataflow analyzer records the info for us.
14548 (store_killed_after): Add parameter to say whether to do the
14549 store_ops_okay test, used to speed up testing when we already know
14550 the answer, and just want to know if the store itself was killed.
14551 (build_store_vector): Largely rewritten to calculate the various
14552 vectors properly, and somewhat optimized.
14553 (store_motion): Init the df_analyzer, get REG_DEF chains.
14554 Also handle trapping expressions (since mems almost always trap)
14555 (simple_mem): Redefine what a simple mem is.
14557 2001-08-03 DJ Delorie <dj@redhat.com>
14559 * ifcvt.c (noce_get_alt_condition): Don't make an auxiliary
14560 set from a constant part of the condition.
14562 2001-08-01 Andrew Cagney <ac131313@redhat.com>
14564 * mkdeps.c (deps_add_default_target): Make local variable
14565 ``start'' a const char pointer.
14566 * dwarf2out.c (compute_section_prefix): Localize use of ``p''.
14568 2001-08-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14570 * doc/install.texi (Configuration): Fix markup.
14571 (Specific, i?86-*-udk): Likewise.
14572 (Specific, alpha*-dec-osf*): Warn against --with-gnu-as,
14574 Document --enable-threads and --enable-libgcj status.
14575 (Specific, mips-sgi-irix*): Canonicalize triples.
14576 (Specific, mips-sgi-irix5): Warn about problems with this config.
14577 Mention required GNU as patch.
14578 Native assembler problems are fixed.
14579 (Specific, mips-sgi-irix6): Update O32 ABI support status.
14580 Document --enable-threads and --enable-libgcj status.
14582 2001-08-02 Nick Clifton <nickc@cambridge.redhat.com>
14584 * Makefile.in, mklibgcc.in: Restore changes with fixed invocation
14587 2001-08-03 Richard Henderson <rth@redhat.com>
14589 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't write to
14592 2001-08-03 Richard Henderson <rth@redhat.com>
14594 * rtlanal.c (find_first_parameter_load): Stop if we
14595 reach a CODE_LABEL at BOUNDARY.
14597 2001-08-03 Richard Henderson <rth@redhat.com>
14599 * config/alpha/alpha.md (force_movdi): New insn.
14600 * config/alpha/alpha.c (alpha_expand_prologue): Use it.
14601 Tweek FRP marking of VMS prologue insns.
14602 * config/alpha/vms.h (EPILOGUE_USES): New.
14604 2001-08-02 Richard Henderson <rth@redhat.com>
14606 * Makefile.in, mklibgcc.in: Revert mkinstalldirs change.
14608 2001-08-02 Lars Brinkhoff <lars@nocrew.org>
14610 * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,
14611 simplify-rtx.c, config/alpha/alpha.h, config/avr/avr.h,
14612 config/convex/convex.h, config/d30v/d30v.c,
14613 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
14614 config/elxsi/elxsi.h, config/fr30/fr30.h, config/m88k/m88k.c,
14615 config/mips/mips.h, config/mn10200/mn10200.h,
14616 config/mn10300/mn10300.h, config/pdp11/pdp11.md,
14617 config/v850/v850.h, config/vax/openbsd.h,
14618 config/vax/openbsd1.h, config/vax/ultrix.h,
14619 config/vax/vax-protos.h, config/vax/vax.c, config/vax/vax.h,
14620 config/vax/vax.md, config/vax/vaxv.h, config/vax/xm-vms.h,
14621 cp/decl2.c, doc/contrib.texi, doc/cpp.texi, doc/gcc.texi,
14622 doc/install.texi, doc/invoke.texi, doc/md.texi, doc/rtl.texi,
14623 doc/tm.texi: consistently use "VAX", "VAXen", and "MicroVAX"
14624 in comments and documentation.
14626 2001-08-03 Neil Booth <neil@cat.daikokuya.demon.co.uk>
14630 * Makefile.in (line-map.o): New.
14631 (LIBCPP_OBJS, LIBCPP_DEPS): Update.
14632 * c-lex.c (cb_file_change): Update for new cpp_file_change structure.
14633 * cpperror.c (print_containing_files): Similarly.
14634 (print_location): Update. Don't output a space before _Pragma.
14635 * cppfiles.c (stack_include_file): Set to line 1 immediately.
14636 (stack_include_filee, cpp_make_system_header): Update.
14637 (_cpp_execute_include): Get logical line number right for calling
14638 as-yet-unterminated #include.
14639 * cpphash.h (struct cpp_reader): Add line_maps.
14640 (_cpp_do_file_change): Update.
14641 * cppinit.c (cpp_create_reader): Initialize line maps.
14642 (cpp_destroy): Destroy line maps.
14643 (cpp_start_read): Get logical line number right.
14644 * cpplex.c (parse_string): Only warn once for multi-line strings.
14645 Use boolean variable for null warning.
14646 * cpplib.c (_cpp_handle_directive): End the directive if it isn't
14648 (do_include_common): End the directive early.
14649 (do_line): Don't warn about out-of-range lines in preprocessed
14650 source. Update. Remove unused variables.
14651 (_cpp_do_file_change): Update for new line mapping.
14652 (pragma_cb): New typedef.
14653 (cpp_register_pragma): Stop looking ahead before calling the
14655 (do_pragma_system_header): End directive early.
14656 (cpp_get_line_maps): New.
14657 (cpp_pop_buffer): Fudge logical line. Update.
14658 * cpplib.h: Include line-map.h
14659 (enum cpp_fc_reason): Remove.
14660 (struct cpp_file_change): Update.
14661 (cpp_get_line_maps): New.
14662 * cppmain.c (struct_printer): New member map.
14663 (cb_file_change): Update for new mappings.
14664 * fix-header.c (cb_file_change): Similarly.
14666 2001-08-02 Nick Clifton <nickc@cambridge.redhat.com>
14668 * Makefile.in (libgcc.mk): Define mkinstalldirs.
14669 * mklibgcc.in: Use mkinstalldirs instead of mkdir.
14671 2001-08-02 Lars Brinkhoff <lars@nocrew.org>
14673 * config/vax/vax.c: include expr.h.
14675 2001-08-02 Nick Clifton <nickc@cambridge.redhat.com>
14677 * Makefile.in ($(srcdir)/configure): Only rebuild in
14679 ($(srcdir)/config.in): Only define in maintainer mode.
14680 ($(srcdir)/cstamp-h.in): Only define in maintainer mode.
14682 2001-08-02 David Edelsohn <edelsohn@gnu.org>
14684 * doc/install.texi (Install GCC: Binaries): Update Bull info.
14686 2001-08-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14688 * gcc.c (set_collect_gcc_options): New function, split out from
14690 Ignore elided switches.
14691 (do_spec_1): Invoke before executing command.
14692 (set_input): Export.
14693 Move declaration ...
14694 * gcc.h (set_input): ... here.
14695 * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
14698 2001-08-02 Nathan Sidwell <nathan@codesourcery.com>
14701 * doc/c-tree.texi (Namespaces): Remove std & -fhonor-std
14703 * doc/invoke.texi (C++ Dialect Options): Remove -fno-honor-std.
14705 2001-08-02 Richard Sandiford <rsandifo@redhat.com>
14707 * mips.md (movdicc): Make conditional on TARGET_64BIT. Likewise
14708 for the unnamed instructions it expands to.
14710 2001-08-02 Richard Henderson <rth@redhat.com>
14712 * regclass.c (call_really_used_regs): Conditionally define.
14713 (init_reg_sets_1): Don't use it if not defined.
14714 (fix_register): Similarly, don't set it.
14716 2001-08-01 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14718 * params.def (PARAM_MAX_INLINE_INSNS): Change default to 600.
14719 Correct comment that had been missed in the previous change.
14721 2001-08-01 Stan Shebs <shebs@apple.com>
14723 * config/darwin.c (machopic_stub_name): Try matching by name.
14724 (update_stubs): New function.
14725 (darwin_encode_section_info): Call it and update_non_lazy_ptrs
14728 2001-08-01 Richard Henderson <rth@redhat.com>
14730 * except.c (output_function_exception_table): Use assemble_align.
14731 * varasm.c (assemble_eh_label): Remove.
14732 (assemble_eh_align, assemble_eh_integer): Remove.
14734 2001-08-01 Robert Lipe <robertl@caldera.com>
14736 * dwarfout.c: Remove reference to README.DWARF.
14738 2001-08-01 Andrew MacLeod <amacleod@redhat.com>
14740 * regclass.c (call_really_used_regs): New array for registers which
14741 are actually used by a call.
14742 (init_reg_sets_1): Initialize regs_invalidated_by_call with the
14744 (fix_register): Set call_really_used too.
14745 * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize.
14746 * doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document.
14748 2001-08-01 Richard Henderson <rth@redhat.com>
14750 * read-rtl.c (read_name): Consider \r whitespace.
14752 2001-07-11 Andrew Cagney <ac131313@redhat.com>
14754 * config.gcc: Recognize powerpc-*-netbsd*.
14756 * doc/install.texi (Host/target specific installation notes for
14757 GCC): Mention powerpc-*-netbsd*.
14759 * config/rs6000/netbsd.h: New file.
14760 (STANDARD_STARTFILE_PREFIX, LINK_SHLIB_SPEC): Redefine.
14761 (LIB_DEFAULT_SPEC, STARTFILE_DEFAULT_SPEC): Redefine.
14762 (ENDFILE_DEFAULT_SPEC, LINK_START_DEFAULT_SPEC): Redefine.
14763 (LINK_OS_DEFAULT_SPEC, CPP_OS_DEFAULT_SPEC): Redefine.
14764 (TARGET_VERSION): Redefine.
14766 * config/rs6000/t-ppccomm (MULTILIB_MATCHES_SYSV): Recognize
14767 mcall-netbsd as a match for mcall-sysv.
14768 (EXTRA_MULTILIB_PARTS): Add ncrti$(objext) and ncrtn$(objext).
14769 (ncrti.S, ncrtn.S): New targets.
14770 ($(T)ncrti$(objext), $(T)ncrtn$(objext)): New targets.
14772 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Recognize
14773 "netbsd' as a V4 ABI.
14774 (ASM_SPEC): Check for -mcall-netbsd.
14775 (CC1_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC): Ditto.
14776 (CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC): Ditto.
14777 (LIB_SPEC, ENDFILE_SPEC): Ditto.
14778 (LIB_NETBSD_SPEC, STARTFILE_NETBSD_SPEC): Define.
14779 (ENDFILE_NETBSD_SPEC, LINK_START_NETBSD_SPEC): Define.
14780 (LINK_OS_NETBSD_SPEC, CPP_OS_NETBSD_SPEC): Define.
14781 (SUBTARGET_EXTRA_SPECS): Add NetBSD specs.
14783 * doc/invoke.texi (Option Summary): Add -mcall-netbsd.
14784 (RS/6000 and PowerPC Options): Mention -mcall-netbsd.
14786 2001-08-01 Mark Kettenis <kettenis@gnu.org>
14788 * unwind-pe.h (base_of_encoded_value, read_encoded_value): Define
14789 only if NO_BASE_OF_ENCODED_VALUE isn't defined.
14790 * unwind-dw2-fde.c (NO_BASE_OF_ENCODED_VALUE): Define before
14791 including "unwind-pe.h".
14793 Wed Aug 1 20:01:42 CEST 2001 Jan Hubicka <jh@suse.cz>
14795 * rs6000.md (define_splits): Kill unused constraints.
14797 Wed Aug 1 20:02:12 CEST 2001 Graham Stott <grahams@redhat.com>
14798 Jan Hubicka <jh@suse.cz>
14800 * function.c (thread_prologue_and_epilogue_insns): Kill code
14801 dealing with non-existent CFG.
14803 2001-08-01 Kazu Hirata <kazu@hxi.com>
14805 * alias.c: Fix comment formatting.
14806 * bitmap.c: Likewise.
14807 * builtins.c: Likewise.
14808 * calls.c: Likewise.
14809 * c-common.c: Likewise.
14810 * c-decl.c: Likewise.
14811 * c-dump.c: Likewise.
14812 * c-lex.c: Likewise.
14813 * collect2.c: Likewise.
14814 * combine.c: Likewise.
14815 * conflict.c: Likewise.
14816 * cppfiles.c: Likewise.
14817 * cppinit.c: Likewise.
14818 * cpplex.c: Likewise.
14819 * cpplib.c: Likewise.
14820 * cppmacro.c: Likewise.
14821 * cppspec.c: Likewise.
14822 * c-pragma.c: Likewise.
14823 * crtstuff.c: Likewise.
14825 * cselib.c: Likewise.
14826 * c-semantics.c: Likewise.
14827 * c-typeck.c: Likewise.
14829 2001-08-01 H.J. Lu <hjl@gnu.org>
14831 * config/mips/linux.h (ASM_OUTPUT_IDENT): Defined.
14833 2001-08-01 H.J. Lu <hjl@gnu.org>
14835 * gcc/config/mips/linux.h (ASM_OUTPUT_SOURCE_LINE): Defined.
14837 2001-08-01 Ziemowit Laski <zlaski@apple.com>
14839 * c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for
14840 contextualizing Objective-C class name lookup by the lexer.
14841 (typespec_reserved_nonattr): Disable ObjC class name lookup after
14843 (protocoldef): Add support for forward @protocol declarations.
14844 (yylexname): Suppress ObjC class name lookup in certain contexts;
14845 re-enable after lookup is complete.
14846 (_yylex): Re-enable ObjC class name lookup when certain
14847 punctuation marks are seen.
14849 * objc/objc-act.c (check_protocol_recursively): New function used
14850 for finding circular dependencies in protocols.
14851 (objc_declare_protocols): New function for handling forward
14852 @protocol declarations.
14853 (receiver_is_class_object): Detect the case when 'self' is used
14854 inside of a class method.
14855 (build_message_expr): Issue a warning if class method is desired
14856 but instance method is found instead.
14857 (conforms_to_protocol): Streamline.
14858 (objc_comptypes): Detect the fact that 'Bar<Foo> foo' conforms to
14859 protocol Foo, even if 'Bar foo' does not.
14860 (check_protocols): Streamline.
14861 (start_protocol): Add checks for circular and duplicate protocol
14863 (encode_aggregate_within): For typedefs of structs, encode the
14865 * objc/objc-act.h (PROTOCOL_DEFINED): New tree accessor.
14866 (objc_declare_protocols): New prototype.
14868 2001-08-01 Neil Booth <neil@cat.daikokuya.demon.co.uk>
14870 * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.
14871 * cpplex.c (handle_newline): Update prototype. Maintain logical
14873 (skip_escaped_newlines, skip_block_comment, parse_string):
14874 Update accordingly.
14875 (_cpp_lex_token): Update, and store token position within the token.
14876 * cpplib.h (struct cpp_token): Add line and column entries.
14877 * cppmacro.c (replace_args): Position stringified tokens correctly.
14879 2001-08-01 Andreas Jaeger <aj@suse.de>
14881 * basic-block.h: Add prototype for last_loop_beg_note.
14883 2001-07-31 Alexandre Petit-Bianco <apbianco@redhat.com>
14885 * expr.c (safe_from_p): Use WITH_CLEANUP_EXPR_RTL instead of
14886 RTL_EXPR_RTL while handling WITH_CLEANUP_EXPR nodes. Fixed typo in
14888 (expand_expr): Use WITH_CLEANUP_EXPR_RTL instead of RTL_EXPR_RTL
14889 while handling WITH_CLEANUP_EXPR node. Use second operand calling
14890 expand_decl_cleanup.
14891 * tree.c (firt_rtl_op): The third operand of WITH_CLEANUP_EXPR is
14893 (simple_cst_equal): WITH_CLEANUP_EXPR node to use its second
14894 operand while calling simple_cst_equal.
14895 * tree.def (WITH_CLEANUP_EXPR): Switched operands: the second
14896 operand is the cleanup expression, the third is the RTL_EXPR.
14897 * tree.h (WITH_CLEANUP_EXPR_RTL): New macro.
14899 2001-07-31 Jeff Sturm <jsturm@one-point.com>
14901 * except.c (duplicate_eh_regions): Test n_array[i] for NULL.
14903 2001-07-31 matthew green <mrg@eterna.com.au>
14905 * config.gcc (i386-*-netbsdelf): New description.
14906 * config/i386/netbsd-elf.h: New file.
14908 2001-07-30 Geoffrey Keating <geoffk@redhat.com>
14910 * loop.c (check_dbra_loop): Use single_set to compute
14913 2001-07-31 Daniel Berlin <dan@cgsoftware.com>
14915 PowerPC reorg and support for powerpc64-*-linux*.
14917 Also fixes emitting of constants on 32 bit and 64 bit
14920 * config.gcc: powerpc64-*-linux* is a new target.
14921 Things that needed aix.h now also include xcoff.h
14923 * config/rs6000/rs6000.h: Split XCOFF specific stuff into
14925 Move AIX specific stuff into aix.h.
14926 (TARGET_AIX): Renamed to TARGET_XCOFF, since the AIX ABI is used
14927 with more than just XCOFF now.
14928 (SET_ASM_OP): Remove, now defined where needed.
14929 (FUNCTION_PROLOGUE): New macro definition.
14930 (FUNCTION_EPILOGUE): New macro definition.
14931 (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): New macro definition.
14933 * config/rs6000/xcoff.h: New file.
14935 * config/rs6000/linux64.h: New file.
14937 * config/rs6000/darwin.h: Copy needed AIX alignment definitions.
14939 2001-07-31 Alan Modra <amodra@bigpond.net.au>
14941 * rs6000.c (print_operand_address): Handle ELF syntax.
14942 (output_toc): Simplify. Use DOUBLE_INT_ASM_OP.
14943 * rs6000.md (load_toc_aix_di): Handle ELF syntax.
14944 * rs6000.h (ASM_OUTPUT_DOUBLE_INT, ASM_LONG): Use DOUBLE_INT_ASM_OP.
14946 2001-07-31 David Edelsohn <edelsohn@gnu.org>
14948 * rs6000.c (rs6000_override_options): Only disable
14949 flag_function_sections for XCOFF.
14950 (exact_log2_cint_operand): New predicate.
14951 (reg_or_{add,sub}_cint64_operand): New predicates.
14952 (add_operand): Compare CONST_INT with fewer function calls.
14953 (rs6000_emit_set_const, rs6000_emit_set_long_const): New functions.
14954 (print_operand, case 'p'): Ensure positive operand.
14955 (rs6000_emit_load_toc_table): No load_toc_v4_pic_di.
14956 * rs6000.h (CONST_OK_FOR_LETTER_P, case 'N'): Ensure positive value.
14957 (PREDICATE_CODES): Add new predicates.
14958 * rs6000.md (addsi3): Split 32-bit constants more correctly.
14959 (divsi3, modsi3): Ensure positive power-of-2.
14960 (adddi3): Use new predicate. Split 32-bit constants more
14961 correctly. Re-arrange splitter to handle any constant.
14962 (subdi3): Use new predicate.
14963 (divdi3, moddi3): Ensure positive power-of-2.
14964 (movdi): Use rs6000_emit_set_const.
14965 (load_toc_v4_pic_di): Delete.
14967 2001-07-31 Graham Stott <grahams@redhat.com>
14969 * function.c (pad_below): Revert 2001-07-26 patch.
14971 Tue Jul 31 15:37:35 CEST 2001 Jan Hubicka <jh@suse.cz>
14973 * reg-stack (convert_regs_1): Fix best edge condition.
14975 Tue Jul 31 15:33:27 CEST 2001 Jan Hubicka <jh@suse.cz>
14977 * jump.c (duplicate_loop_exit_test): Better test for jumps
14978 entering the loop; create loop pre_header.
14980 2001-07-31 Hartmut Penner <hpenner@de.ibm.com>
14982 * doc/install.texi: Add s390 and s390x as new targets.
14983 * doc/invoke.texi: Add documentation of S/390 and zSeries
14985 * doc/md.texi: Add documentation of S/390 and zSeries constraints.
14987 2001-07-30 Roman Zippel <zippel@linux-m68k.org>
14989 * config/m68k/m68k.md: Replace all general_operand with
14990 nonimmediate_operand for all destinations.
14991 * config/m68k/m68k.c (not_sp_operand): Likewise.
14993 Mon Jul 30 23:20:34 EDT 2001 John Wehle (john@feith.com)
14995 * flow.c (merge_blocks): Return 1 if an extra jump is inserted.
14997 2001-07-30 Richard Henderson <rth@redhat.com>
14999 * config/ia64/ia64.h (DEBUG_RANGES_SECTION): New.
15000 * config/mips/iris6.h (DEBUG_RANGES_SECTION): New.
15002 2001-07-30 Roman Zippel <zippel@linux-m68k.org>
15004 * config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS):
15005 Add missing doc strings
15006 * config/m68k/linux-aout.h (SUBTARGET_SWITCHES): Likewise
15007 * config/m68k/linux.h (SUBTARGET_SWITCHES): Likewise
15009 Mon Jul 30 22:16:08 CEST 2001 Jan Hubicka <jh@suse.cz>
15011 * i386.c (ix86_output_main_function_alignment_hack): New function.
15012 (TARGET_ASM_FUNCTION_PROLOGUE): Default to it.
15014 * flow.c (mark_dfs_back_edges): Move from loop_p ; mark back
15015 edges by EDGE_DFS_BACK flag.
15016 (dump_edge_info): Add dfs_back flag.
15017 * basic-block.h (EDGE_DFS_BACK): New constant.
15018 (mark_dfs_back_edges): Declare.
15019 * alias.c (loop_p): Remove.
15020 (mark_constant_function): Use mark_dfs_back_edges.
15022 * reg-stack.c (block_info_def): Add predecessors counter and stack_out.
15023 (reg_to_stack): Call mark_dfs_back_edges; count the predecessors.
15024 (compensate_edge): Break out from ...
15025 (convert_regs_1): ... here; do smart choosing of stack_out to copy.
15026 (convert_regs_2): Set block_done once block is really done;
15027 Do updating of the predecessors counts.
15029 * toplev.c (rest_of_compilation): Recompute block_for_insn
15030 before post-reload cfg_cleanup.
15031 * function.c (thread_prologue_epilogue_insns):
15032 Call set_block_for_new_insns when emitting prologue directly.
15034 2001-07-30 Andreas Jaeger <aj@suse.de>
15036 * jump.c: Add prototype for mark_modified_reg.
15038 * cse.c (set_live_p): Add unused attribute.
15040 * gcov.c (calculate_branch_probs): Use gcov_type to avoid
15042 (scan_for_source_files): Use long for count to avoid overflow.
15043 (output_data): Likewise.
15044 (output_data): Don't use string concatatenation to silence gcc
15047 * predict.c: Fix typos and grammar.
15049 * gcse.c (insert_insn_end_bb): Remove unused variables.
15051 Mon Jul 30 21:54:53 CEST 2001 Jan Hubicka <jh@suse.cz>
15053 * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.
15054 (attempt_auto_inc): LIkewise.
15055 (mark_used_reg): Likewise.
15056 (try_pre_increment_1): Likewise.
15057 * regclass.c (regclass): Likewise.
15058 * global.c (allocno_compare): Update comment; change scaling factor.
15059 * local-alloc.c (QTY_CMP_PRI): Likewise.
15060 * regs.h (REG_FREQ_FROM_BB): New.
15061 (REG_FREQ_MAX): Likewise.
15063 2001-07-30 H.J. Lu <hjl@gnu.org>
15065 * config/mips/linux.h (CPLUSPLUS_CPP_SPEC): Add
15068 2001-07-30 H.J. Lu (hjl@gnu.org)
15070 * config/mips/linux.h (ASM_DECLARE_FUNCTION_NAME): Defined.
15071 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
15072 (FUNCTION_NAME_ALREADY_DECLARED): Likewise.
15074 2001-07-30 Nick Clifton <nickc@cambridge.redhat.com>
15076 * config/arm/t-arm-elf (MULTILIB_EXCEPTIONS): Skip -mthumb as well
15077 as -mthumb-interwork when -mcpu=arm7 is specified.
15079 Mon Jul 30 17:44:43 CEST 2001 Jan Hubicka <jh@suse.cz>
15081 * predict.def (noreturn, loop branch, loop exit): Mark as first
15084 Mon Jul 30 12:52:11 CEST 2001 Jan Hubicka <jh@suse.cz>
15086 * combine.c (try_combine): Avoid barrier after noop jumps.
15088 2001-07-29 Neil Booth <neil@cat.daikokuya.demon.co.uk>
15090 * cpphash.h (struct cpp_reader): Remove import_warning.
15091 * cpplib.c (skip_rest_of_line): Don't bother turning off
15093 (parse_include): Move include handling to...
15094 (do_include_common): ... here. Move import warning from...
15095 (do_import): ... here.
15096 (do_pragma_poison): Don't do a callback for poison identifiers.
15097 * cpplib.h (struct cpp_callbacks): Don't do poison callbacks.
15098 * cppmain.c (setup_callbacks): Similarly.
15100 Sun Jul 29 23:26:50 CEST 2001 Jan Hubicka <jh@suse.cz>
15102 * rtlanal.c (parms_set, find_first_parameter_load): Break out from...;
15103 handle multiple sets.
15104 * except.c (sjlj_mark_call_sites): .... here.
15105 * gcse.c (insert_insn_end_bb): Use find_first_parameter_load.
15107 Sun Jul 29 21:38:45 CEST 2001 Jan Hubicka <jh@suse.cz>
15109 Suggested by Richard Henderson and Richard Kenner:
15110 * combine.c (recog_for_combine): Use the fake recog
15111 only if instruction does not match.
15112 * rtl.h (NOOP_MOVE_INSN_CODE): New.
15113 * rtlanal.c (noop_move_p): Always return 1 for NOOP_MOVE_INSN_CODE.
15115 * combine.c (try_combine): Discover noop jump as direct jump.
15117 2001-07-29 Daniel Berlin <dan@cgsoftware.com>
15119 * df.c (df_rd_global_compute): Add successors to worklist, not
15121 (df_ru_global_compute): Ditto.
15123 2001-07-27 Daniel Berlin <dan@cgsoftware.com>
15125 * regclass.c (reg_scan_mark_refs): Increment REG_N_REFS when we
15126 increment REG_N_SETS.
15128 2001-07-26 Daniel Berlin <dan@cgsoftware.com>
15130 * sbitmap.h: New prototype for sbitmap_a_xor_b.
15132 * sbitmap.c (sbitmap_a_xor_b): New function.
15133 ifdef the basic block stuff on IN_GCC.
15135 2001-07-29 Neil Booth <neil@cat.daikokuya.demon.co.uk>
15137 * cppexp.c (parse_defined): Always record the macro name.
15138 (lex): Don't worry about identifiers, or special-case
15140 (_cpp_parse_expr): Figure out at the end of the routine
15141 whether we saw a valid !defined() expression.
15142 * cppfiles.c (stack_include_file): Update for mi_valid.
15143 (_cpp_pop_file_buffer): Similarly.
15144 * cpplex.c (_cpp_lex_token): Similarly.
15145 * cpphash.h (enum mi_state, enum mi_ind, mi_state,
15146 mi_if_not_defined, mi_lexed): Remove.
15148 * cpplib.c (do_if): Simplify.
15149 (do_endif, push_conditional, _cpp_handle_directive): Update
15150 for renaming of mi_state to mi_valid.
15152 * cpp.texi: Add index entries for digraphs, and add comment
15153 that C++ refers to them as alternative tokens.
15155 Sun Jul 29 18:59:13 CEST 2001 Jan Hubicka <jh@suse.cz>
15157 * basic-block.h (CLEANUP_PRE_LOOP): New.
15158 * except.c (finish_eh_generation): Update call of cleanup_cfg.
15159 * sibcall.c (optimize_sibling_calls): Likewise.
15160 * toplev.c (rest_of_compilation): Likewise.
15161 * flow.c (try_forward_edges): Take argument MODE;
15162 do not forward over loop pre-headers if CLEANUP_PRE_LOOP.
15163 (try_optimize_cfg): Update call of try_forward_edges.
15165 Sun Jul 29 18:59:56 CEST 2001 Roman Zippel <zippel@linux-m68k.org>
15166 Jan Hubicka <jh@suse.cz>
15168 * (validate_replace_rtx_1): Fix simplification of MINUS.
15170 2001-07-29 Neil Booth <neil@daikokuya.demon.co.uk>
15172 PR preprocessor/3669
15173 * cppinit.c (init_dependency_output): Turn off dump requests
15174 if sending dependencies to stdout.
15176 2001-07-28 Richard Henderson <rth@redhat.com>
15178 * flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if
15181 2001-07-28 Golubev I. N. <gin@mo.msk.ru>
15183 * config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.
15185 2001-07-28 Kazu Hirata <kazu@hxi.com>
15187 * config/h8300/h8300.h (ENCODE_SECTION_INFO): Check to see if DECL
15188 is VAR_DECL first to prevent an ICE.
15190 2001-07-28 Richard Henderson <rth@redhat.com>
15192 * varasm.c (immed_real_const_1): Don't elide special cases for
15194 (clear_const_double_mem): Clear const_tiny_rtx too.
15196 2001-07-28 Richard Henderson <rth@redhat.com>
15198 * dwarf2out.c (dw_val_class_offset): New.
15199 (struct dw_ranges_struct, dw_ranges_ref): New.
15200 (ranges_table, ranges_table_allocated): New.
15201 (ranges_table_in_use, RANGES_TABLE_INCREMENT): New.
15202 (add_AT_offset, add_ranges, output_ranges): New.
15203 (print_die, output_die): Handle dw_val_class_offset.
15204 (attr_checksum, size_of_die, value_format): Likewise.
15205 (gen_lexical_block_die): Handle non-contiguous blocks.
15206 (gen_block_die): Likewise.
15207 (dwarf2out_finish): Add a DW_AT_entry_pc to the compilation unit
15208 if needed. Dump the ranges table.
15209 * final.c (final_start_function): Remove unnecessary notes and
15210 rebuild the block tree before numbering the blocks.
15211 * function.c (reorder_blocks_0): Walk the existing block tree
15212 to unmark all blocks.
15213 (reorder_blocks_1): Create block fragments when duplicate block
15215 (reorder_fix_fragments): New.
15216 (reorder_blocks): Call it.
15217 * tree.h (BLOCK_FRAGMENT_ORIGIN, BLOCK_FRAGMENT_CHAIN): New.
15219 2001-07-28 Richard Henderson <rth@redhat.com>
15221 * emit-rtl.c (adjust_address): Make a copy of the memory address.
15223 2001-07-28 Richard Henderson <rth@redhat.com>
15225 * flow.c (add_to_mem_set_list): New function.
15226 (init_propagate_block_info): Use it.
15227 (mark_set_1): Likewise.
15228 (insn_dead_p): Canonicalize memory address for dead store
15229 comparison. Allow wider mode stores to kill narrower mode stores.
15230 (invalidate_mems_from_autoinc): Use invalidate_mems_from_set.
15231 (invalidate_mems_from_set): Don't handle MEMs.
15233 2001-07-28 Kazu Hirata <kazu@hxi.com>
15235 * config/h8300/h8300.h: Fix formatting.
15237 Sat Jul 28 23:35:22 CEST 2001 Jan Hubicka <jh@suse.cz>
15239 * basic-block.h (EDGE_FREQUENCY): New macro.
15240 * bb-reorder (fixup_reorder_chain): Set counts and frequencies
15242 * flow.c (find_sub_basic_blocks): Likewise.
15243 (try_crossjump_to_edge): Likewise; use EDGE_FREQUENCY
15244 (redirect_edge_and_branch): Use EDGE_FREQUENCY.
15246 * predict.c (DEF_PREDICTOR): New argument FLAGS.
15247 (HITRATE): New macro.
15248 (PRED_FLAG_FIRST_MATCH): New constant.
15249 (predictor_info): New field flgags.
15250 (combine_predictions_for_insn): Use DS theory to combine
15251 probabilities; set the edge probabilities when finished.
15252 (estimate_probability): Avoid duplicated matches
15253 of LOOP_BRANCH heuristics for nested loops; update comment.
15254 * predict.def: Add flags for each prediction, set probabilities
15255 according to B&L paper.
15256 * predict.h (DEF_PREDICTOR): New argument FLAGS.
15258 * profile.c (compute_branch_probabilities): Cleanup way the edge
15259 probabilities are computed and REG_BR_PROB notes are dropped; if
15260 values does not match, emit error.
15261 (init_branch_prob): Do error instead of warning when profile driven
15262 feedback is missing or corrupt.
15264 2001-07-27 DJ Delorie <dj@redhat.com>
15266 * ifcvt.c (noce_get_alt_condition): If the condition is a compare
15267 against a constant, try to adjust the compare to have the desired
15268 constant in it so that min/max optimizations happen more often.
15270 Fri Jul 27 17:53:00 CEST 2001 Jan Hubicka <jh@suse.cz>
15272 * flow.c (last_loop_beg_note): New function.
15273 (redirect_edge_and_branch): Use it.
15274 (split_edge): Likewise.
15276 * alias.c (loop_p): Avoid uninitialized memory access.
15278 * flow.c (try_forward_edges): Avoid accessing freed memory.
15280 * flow.c (backward_edge_of_syntactic_loop_p): Avoid uninitialized
15283 2001-07-26 Andrew Haley <aph@redhat.com>
15284 Joern Rennecke <amylaar@redhat.com>
15286 * config/sh/linux.h (CPP_DEFAULT_CPU_SPEC): New.
15287 (SUBTARGET_CPP_ENDIAN_SPEC): New.
15288 (SUBTARGET_CPP_SPEC): New.
15289 (CPP_SPEC): Remove.
15290 * config/sh/sh.h (SUBTARGET_CPP_ENDIAN_SPEC): New.
15291 (SUBTARGET_CPP_PTR_SPEC): New.
15292 (CPP_DEFAULT_CPU_SPEC): New.
15293 (EXTRA_SPECS): Add SUBTARGET_CPP_ENDIAN_SPEC,
15294 SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
15295 (CPP_SPEC): Break out parts into SUBTARGET_CPP_ENDIAN_SPEC,
15296 SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
15297 (SUBTARGET_CPP_SPEC): Define as an empty string.
15299 2001-07-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15301 * doc/install.texi (Configuration): Properly link the host
15302 specific instructions also when generating HTML.
15304 Fri Jul 27 00:33:35 EDT 2001 John Wehle (john@feith.com)
15306 * flow.c (redirect_edge_and_branch_force): Test
15307 target->global_live_at_start.
15309 2001-07-26 Richard Henderson <rth@redhat.com>
15311 * simplify-rtx.c (avoid_constant_pool_reference): Export.
15312 * rtl.h (avoid_constant_pool_reference): Declare it.
15313 * dwarf2out.c (add_location_or_const_value_attribute): Use it.
15314 (add_const_value_attribute): Use add_AT_unsigned for unsigned values.
15316 Thu Jul 26 22:30:22 CEST 2001 Jan Hubicka <jh@suse.cz>
15318 * rtl.h (cleanup_barriers): Declare.
15319 * jump.c (cleanup_barriers): New function.
15320 * toplev.c (rest_of_compilation): Call cleanup_barriers
15321 before loop optimizer and after bb_reorder.
15323 * flow.c (back_edge_of_syntactic_loop_p): New.
15324 (split_edge): Use it.
15326 2001-07-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15328 * glimits.h (_MACH_MACHLIMITS_H_): Delete.
15330 Thu Jul 26 22:22:21 2001 Denis Chertykov <denisc@overta.ru>
15332 * cse.c (cse_process_notes): Replace any registers if the address
15335 Thu Jul 26 14:04:03 EDT 2001 John Wehle (john@feith.com)
15337 * basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
15338 (PROP_FINAL): Include PROP_ALLOW_CFG_CHANGES.
15339 (propagate_block): Update prototype.
15340 * flow.c (update_life_info): Simplify the CFG and
15341 recalculate the global regs which are alive when
15342 removing dead code during a global update.
15343 (propagate_block): Return non-zero if an INSN is
15346 2001-07-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15348 * Makefile.in (LIBICONV): Define.
15350 2001-07-26 Catherine Moore <clm@redhat.com>
15352 * config/v850/v850.h (ENCODE_SECTION_INFO): Change order
15353 of conditional to avoid tree checking errors.
15355 2001-07-26 Kazu Hirata <kazu@hxi.com>
15357 * regmove.c (regmove_optimize): Don't replace a reg with
15358 another reg of a different mode.
15360 2001-07-26 Andrew MacLeod <amacleod@redhat.com>
15362 * params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to
15363 limit length of dependency flush list.
15364 * params.h (MAX_PENDING_LIST_LENGTH): Define.
15365 * sched-int.h (struct deps): Add pending_flush_length field.
15366 * sched-deps.c (flush_pending_lists): Last_pending_memory_flush now
15367 has 1 element in it.
15368 (sched_analyze_1): Use MAX_PENDING_LIST_LENGTH.
15369 (sched_analyze): After a jump, if the pending memory flush list is too
15370 large, flush the pending lists.
15371 (init_deps): Initialize pending_flush_length to 0.
15372 * doc/invoke.texi (max_pending_list_length): Document parameter.
15374 2001-07-26 Neil Booth <neil@daikokuya.demon.co.uk>
15376 * toplev.c, varasm.c, final.c: Include xcoffout.h if appropriate.
15377 * dbxout.c (dbxout_global_decl): Move outside #ifdef.
15378 * Makefile.in (varasm.o, final.o, toplev.o): Update dependencies.
15380 2001-07-26 Neil Booth <neil@cat.daikokuya.demon.co.uk>
15382 * cpphash.h (struct_lexer_state): Delete was_skipping.
15383 Move skipping here from struct cpp_reader.
15384 * cpplex.c (parse_identifier): Update.
15385 (_cpp_lex_token): Don't skip tokens in a directive.
15386 * cpplib.c (struct if_stack): Update.
15387 (start_directive, end_directive): Don't change skipping state.
15388 (_cpp_handle_directive): Update.
15389 (do_ifdef, do_ifndef, do_if, do_elif): Similarly.
15390 (do_else, do_endif): Update; only check for excess tokens if not
15391 in a skipped conditional block.
15392 (push_conditional): Update for new struct if_stack.
15394 2001-07-26 Graham Stott <grahams@redhat.com>
15396 * function.c (locate_and_pad_parm): Also pad initial offset
15397 so that the total argument size also includes the padding.
15399 2001-07-26 Graham Stott <grahams@redhat.com>
15401 * gensupport.c (alter_output_for_insn): Correct enable checking failure
15402 change XSTR to XTMPL.
15404 (process_one_cond_exec): Likewise
15406 2001-07-25 Richard Henderson <rth@redhat.com>
15408 * varasm.c (assemble_variable): Create DECL_RTL before setting
15411 Thu Jul 26 00:19:30 CEST 2001 Jan Hubicka <jh@suse.cz>
15413 * predict.c (estimate_probability): Avoid duplicated predictions.
15415 * loop.c (find_and_verify_loops): Grok multiple barriers.
15417 Wed Jul 25 18:00:05 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15419 * config/alpha/alpha.c (print_operand, case '/'): Don't write '/'.
15421 * dbxout.c: Consistently use putc instead of fputc.
15422 (print_wide_int): New function; call instead of direct fprintf.
15423 (dbxout_type_index): Adjust calls of CHARS to be more accurate.
15424 (dbxout_type_fields, dbxout_type_method_1): Likewise.
15425 (dbxout_type_methods, dbxout_range_type, dbxout_type): Likewise.
15426 (print_int_cst_octal): Likewise.
15427 (print_octal): Show we wrote characters.
15428 (dbxout_type): Set have_used_extensions in more places.
15430 2001-07-25 Catherine Moore <clm@redhat.com>
15432 * config/v850/v850.c (v850_va_arg): Use addr
15433 instead of valist to build incr.
15435 Wed Jul 25 22:48:59 CEST 2001 Jan Hubicka <jh@suse.cz>
15437 * flow.c (delete_dead_jumptables): New function.
15438 (life_analyzis): Call it.
15439 * bb-reorder.c (skip_insns_after_block): Handle contradictory
15442 2001-07-25 Richard Henderson <rth@redhat.com>
15444 * except.c (reachable_handlers): Handle a region being removed
15445 out from under a RESX.
15447 2001-07-25 Richard Henderson <rth@redhat.com>
15449 * config/alpha/alpha.c (alpha_emit_conditional_move): Always
15450 swap GE/GT if it is an fp comparison.
15452 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
15454 * alias.c (rtx_equal_for_memref_p): Allow strings as types in
15457 Wed Jul 25 08:25:01 2001 Jeffrey A Law (law@cygnus.com)
15459 * ssa.c (rename_insn_1): Do not wrap an assignment to a
15460 paradoxical SUBREG inside a SEQUENCE. Fix minor formatting
15463 * ssa-ccp.c (visit_expression): Handle CALL_INSNs that can
15464 throw an exception.
15465 (visit_expression): When attempting to simplify an expression,
15466 retrieve any modes for arguments before they are simplified
15469 2001-07-25 Andrew MacLeod <amacleod@redhat.com>
15470 Janis Johnson <janis@us.ibm.com>
15472 * stmt.c (expand_goto): A nonlocal goto can be a call too.
15473 * builtins.c (expand_builtin_longjmp): Reverse label and static chain
15474 pointer parameters to match documented usage of nonlocal_goto.
15475 * config/ia64/ia64.md (nonlocal_goto): Revert label and static chain
15476 parameters to their correct order.
15477 * config/sparc/sparc.md (nonlocal_goto): Revert label and static chain
15478 parameters to their correct order.
15480 2001-07-25 Andrew MacLeod <amacleod@redhat.com>
15482 * config/ia64/ia64.h (STRIP_NAME_ENCODING): Strip out '*' as well.
15484 2001-07-25 Jan Hubicka <jh@suse.cz>
15485 Richard Henderson <rth@redhat.com>
15487 * flow.c (find_sub_basic_blocks): Fix handling of the last BB in
15489 (make_edges): New argument update_p; populate the edge cache if set.
15490 (find_basic_blocks): Update make_edges invocation.
15492 2001-07-24 Joel Sherrill <joel@OARcorp.com>
15494 * config/i960/i960.h (CPP_SPEC): Define _SOFT_FLOAT for -msoft-float.
15496 2001-07-24 Joel Sherrill <joel@OARcorp.com>
15498 * config/sparc/rtems.h (CPP_PREDEFINES): Remove redundant
15499 -Acpu and -Amachine.h.
15500 * config/sparc/rtemself.h (CPP_PREDEFINES): Likewise.
15501 Corrected header to say ELF not a.out.
15502 * config/sparc/sparc.h (CPP_CPU_SPEC): Define _SOFT_FLOAT
15503 when given -msoft-float.
15505 2001-07-24 Joel Sherrill <joel@OARcorp.com>
15507 * config.gcc (arm*-*-rtems*): Include crtinit.o and crtfini.o as
15508 extra multilib parts like arm-elf.
15509 (i960-*-coff*, i960-*-rtems): Should not use collect2.
15510 (m68020-*-elf*, m68k-*-elf*, m68k-*-rtems*): Include crtinit.o and
15511 crtfini.o as extra multilib parts.
15513 2001-07-24 Joel Sherrill <joel@OARcorp.com>
15515 * configure.in: Add rtems as a supported thread model.
15516 * gthr-rtems.h: Add missing entry point __gthread_active_p.
15517 * configure: Rebuilt.
15519 2001-07-24 Lars Brinkhoff <lars@nocrew.org>
15521 * stor-layout.c (get_mode_alignment): make it work when
15522 BITS_PER_UNIT is not a power of two.
15523 * builtins.c (get_pointer_alignment): Likewise.
15525 2001-07-24 Richard Henderson <rth@redhat.com>
15527 * simplify-rtx.c (avoid_constant_pool_reference): Coerce
15528 the retrieved constant into the expected mode.
15530 Wed Jul 25 01:41:27 CEST 2001 Jan Hubicka <jh@suse.cz>
15532 * flow.c (try_simplify_condjump): Avoid duplicated edges.
15533 (verify_flow_info): Check for duplicated edges; clarify
15536 * flow.c (block_label): Update basic_block_for_insn.
15537 (commit_edge_insertions): Call compute_bb_for_insn.
15539 * flow.c (purge_dead_edges): Handle conditional jumps and conditional
15542 * flow.c (redirect_edge_and_branch,
15543 try_optimize_cfg): Use redirect_edge_succ_nodup
15544 (redirect_edge_succ_nodup): New.
15545 * basic_block.h (redirect_edge_succ_nodup): Declare.
15547 * toplev.c (rest_of_compilation): Rebuild CFG before cfg_cleanup
15550 Wed Jul 25 00:32:49 CEST 2001 Jan Hubicka <jh@suse.cz>
15552 * flow.c (try_forward_edges): Accept fallthru edge; Update comment.
15553 (try_crossjump_to_edge): Update commetns.
15554 (try_crossjump_bb): Likewise.
15556 2001-07-24 Richard Henderson <rth@redhat.com>
15558 * combine.c (distribute_notes): Move set of need_refresh
15559 for noop_move_p down to catch all cases.
15561 Tue Jul 24 20:32:44 CEST 2001 Jan Hubicka <jh@suse.cz>
15563 * recog.c (split_all_insns_noflow): New.
15564 * rtl.h (split_all_insns_noflow): Declare.
15565 * ia64.c (ia64_reorg): Use split_all_insns_noflow.
15566 * m68hc11.c (m68hc11_reorg): Likewise.
15567 * sh.c (machine_dependent_reorg): Likewise.
15568 * toplev.c (rest_of_compilation): Likewise for last split_all_insns
15571 2001-07-18 Andrew Haley <aph@cambridge.redhat.com>
15573 * config/sh/sh.md (ashlsi3_std splitter): Split only after reload.
15574 (ashlsi3_n splitter): Likewise.
15575 (lshrsi3_n splitter): Likewise.
15577 (GOTaddr2picreg): Make const SImode.
15578 (sym_label2reg): Likewise.
15579 (symGOT2reg): Likewise.
15580 (symGOTOFF2reg) Likewise.
15582 (casesi_worker_0): Make unspec SImode.
15584 2001-07-18 Andrew Haley <aph@cambridge.redhat.com>
15586 * config/sh/sh.c (barrier_align): Check that an operand really is
15587 an insn before extracting its INSN_CODE.
15589 2001-07-24 Andrew Haley <aph@cambridge.redhat.com>
15591 * config/sh/sh.h (OVERRIDE_OPTIONS): Add braces to get rid of
15594 * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Truncate operands
15595 for SImode to prevent overflow.
15597 2001-07-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15599 * config/mips/irix6-libc-compat.c: New file.
15600 * config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Use it.
15601 * doc/install.texi (Specific, mips*-sgi-irix6): Mention structure
15602 passing workaround.
15604 2001-07-24 lars brinkhoff <lars@nocrew.org>
15606 * rtl.texi (REG_POINTER): Document.
15607 (Machine Modes): Document BImode, OImode, PQImode, PHImode,
15608 QFmode, HFmode, TQFmode, QCmode, and HCmode.
15610 Tue Jul 24 10:49:40 CEST 2001 Jan Hubicka <jh@suse.cz>
15612 * flow.c (delete_noop_moves): Do not confuse libcall regions.
15614 2001-07-23 Richard Henderson <rth@redhat.com>
15616 * flow.c (try_simplify_condjump): Use tidy_fallthru_edge.
15618 2001-07-23 Kazu Hirata <kazu@hxi.com>
15620 * config/h8300/h8300-protos.h: Add a prototype for
15621 general_operand_dst_push.
15622 * config/h8300/h8300.c (general_operand_dst_push): New.
15623 * config/h8300/h8300.h (OK_FOR_T): New.
15624 (EXTRA_CONSTRAINT): Use it.
15625 * config/h8300/h8300.md (movqi_push): Remove and integrate into
15626 the existing movqi pattern.
15627 (movhi_push): Likewise.
15629 * reload.c: Fix comment typos.
15631 Mon Jul 23 23:34:07 CEST 2001 Jan Hubicka <jh@suse.cz>
15633 * gcse.c (cprop_insn): Update call of cprop_cc0_jump.
15635 2001-07-23 H.J. Lu (hjl@gnu.org)
15637 * doc/extend.texi: Update __builtin_return_address and
15638 __builtin_frame_address.
15640 2001-07-23 Richard Henderson <rth@redhat.com>
15642 * config/i386/i386.c (ix86_expand_setcc): Don't use method 0
15644 * config/i386/i386.md: New setcc+movzbl peephole2.
15646 2001-07-23 Neil Booth <neil@cat.daikokuya.demon.co.uk>
15648 * objc/Make-lang.in (objc-act.o): Depend on debug.h.
15649 * objc/objc-act.c: Include debug.h.
15650 (synth_module_prologue): Save and restore debug hooks too.
15652 2001-07-23 lars brinkhoff <lars@nocrew.org>
15654 * tm.texi (TARGET_FLOAT_FORMAT): Document IBM_FLOAT_FORMAT
15655 and C4X_FLOAT_FORMAT.
15656 (BOOL_TYPE_SIZE): Document.
15658 Mon Jul 23 11:54:23 2001 Clinton Popetz <cpopetz@cpopetz.com>
15660 * unroll.c (loop_iterations): Fix miscalculation of initial
15663 2001-07-13 Andrew Haley <aph@redhat.com>
15665 * doc/tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.
15666 * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): New macro.
15667 * config/sh/sh.c (sh_can_redirect_branch): New function.
15668 * config/sh/sh-protos.h (sh_can_redirect_branch): Declare.
15669 * reorg.c (steal_delay_list_from_target): Use
15670 MD_CAN_REDIRECT_BRANCH to see if redirection is possible.
15672 Mon Jul 23 17:20:18 CEST 2001 Jan Hubicka <jh@suse.cz>
15674 * flow.c (try_simplify_condjump): Unlink insn chain on
15675 fallthru edge; use can_fallthru.
15677 Mon Jul 23 16:03:19 CEST 2001 Jan Hubicka <jh@suse.cz>
15679 * basic-block.h (find_sub_basic_block): Declare.
15680 * flow.c (make_edges): New arguments MIN and MAX;
15681 (find_sub_basic_blocks): Revamp to use make_edges
15682 and purge_dead_edges.
15683 (find_basic_blocks): Update call of find_sub_basic_block.
15685 * recog.c (split_all_insns): Always expect CFG to be consistent;
15686 call find_sub_basic_blocks in case something has changed.
15687 * toplev.c (rest_of_compilation): Always call split_all_insns once CFG
15690 * basic-block.h (delete_noop_moves): Declare.
15691 * combine.c (combine_instructions): Call it.
15692 (recog_for_combine): Tolerate noop moves
15693 (distribute_notes): Force refresh when register dies at noop move.
15694 * flow.c (delete_noop_moves): Use BB structure; delete JUMP insns
15696 (life_analysis): Update delete_noop_moves call.
15697 (set_noop_p): Move too ...
15698 * rtlanal.c (noop_move_p): ... here.
15699 * rtl.h (noop_move_p): Declare.
15701 * basic-block.h (purge_all_dead_edges, purge_dead_edges): New functions.
15702 * toplev.c (rest_of_compilation): Conditionally call purge_all_dead_edges
15704 * gcse.c (cprop_cc0_jump, cprop_insn): New argument "basic_block".
15705 (cprop_jump): Likewise; call purge_dead_edges if substitution succeeded.
15707 2001-07-23 Hans-Peter Nilsson <hp@bitrange.com>
15709 * reload.c (push_reload): Fix typo in comment.
15710 (find_reloads_address): Ditto.
15711 (reg_overlap_mentioned_for_reload_p): Ditto in head comment.
15713 2001-07-22 Richard Henderson <rth@redhat.com>
15715 * flow.c: Grammar check and clarify a lot of comments.
15716 (try_simplify_condjump): Rename variables to be clearer.
15717 (try_forward_edges): Skip complex and fallthru edges.
15718 Rearrange tests to avoid duplicate checks.
15719 (flow_find_cross_jump): Likewise.
15720 (outgoing_edges_match): Allow match if neither branch has
15721 probability data. Loosen probability match to 5%.
15722 (try_crossjump_to_edge): Hoist repeated indirection into
15724 (try_crossjump_bb): Don't check complex edges. Eliminate
15725 redundant crossjump tests.
15726 (try_optimize_cfg): Fix use of bool. Reorganize cheaper
15727 checks before more expensive checks.
15729 2001-07-22 Richard Henderson <rth@redhat.com>
15731 * fold-const.c (fold): Test vs FLOAT_TYPE_P instead of
15732 INTEGRAL_TYPE_P when folding comparisons with operand_equal_p
15735 2001-07-22 Richard Henderson <rth@redhat.com>
15737 * m68k.c (const_uint32_operand): Abort if mode is <= 32 bits.
15738 (const_sint32_operand): Likewise.
15739 * m68k.md (anon mulsi pattern): Use const_int_operand not
15740 const_sint32_operand.
15741 (umulsi3_highpart): Zero extend a constant input.
15742 (smulsi3_highpart): Don't bother checking SImode constant.
15743 (const_umulsi3_highpart): Give op3 DImode.
15744 (const_smulsi3_highpart): Likewise.
15746 2001-07-22 Richard Henderson <rth@redhat.com>
15748 * flow.c (split_block): Make sure bb_note is included in the
15749 new block when splitting before a label.
15751 Sun Jul 22 23:28:56 CEST 2001 Jan Hubicka <jh@suse.cz>
15753 * basic-block.h (redirect_edge_and_branch_force,
15754 redirect_edge_and_branch, block_label, forwarder_block_p): Declare.
15755 * flow.c (redirect_edge_and_branch_force,
15756 redirect_edge_and_branch, block_label, forwarder_block_p): Make global.
15757 (redirect_edge_and_branch_force): Fix copying of lifeness information.
15758 (block_label): Handle EXIT_BLOCK_PTR by returning NULL.
15759 * ifcvt.c (dead_or_predictable): Take BB as an new destination
15760 instead of label; update CFG after transformation.
15761 (find_if_case_1): Update call, use redirect_edge_and_branch_force
15762 for finishing the transformation; handle even case where ELSE
15763 does not follow THEN.
15764 (find_if_case_2): Update call of dead_or_predictable; simplify
15767 * emit-rtl.c (split_branch_probability): New global variable.
15768 (try_split): Take care to set split_branch_probability and
15769 create REG_BR_PROB note for new jump insns.
15770 * md.texi (define_split): Document new feature.
15772 * i386.c (ix86_split_fp_branch): Redistribute branch probability notes.
15774 2001-07-22 Neil Booth <neil@daikokuya.demon.co.uk>
15776 * varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
15777 (asm_out_file): Remove redundant declaration.
15778 (assemble_asm): Remove old #if 0 block.
15779 (assemble_variable): Remove end of function; debug output is
15780 now handled with global_decl. Remove old #if 0 block. Update.
15781 Remove saved_in_section and associated no-op code.
15782 * Makefile.in (varasm.o): Correct dependencies.
15784 Sun Jul 22 17:55:11 2001 Alexandre Oliva <aoliva@redhat.com>
15786 * config/i386/freebsd-aout.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
15787 the definition in defaults.h.
15789 Sun Jul 22 21:31:04 CEST 2001 Jan Hubicka <jh@suse.cz>
15791 * jump.c: Update comments.
15792 (delete_barrier_successors, delete_unreferenced_labels,
15793 delete_noop_moves, tension_vector_labels, delete_from_jump_chain,
15794 delete_labelref_insn, redirect_tablejump, jump_optimize_1,
15795 jump_optimize, jump_optimize_minimal): Kill.
15796 (rebuild_jump_labels): Move code from jump_optimize_1.
15797 (purge_line_number_notes): Likewise.
15798 (copy_loop_headers): Likewise.
15799 * reg-stack.c: Update comment.
15800 * stmt.c: Likewise.
15801 * rtl.h (jump_optimize, jump_optimize_1, JUMP_NOOP_MOVES,
15802 JUMP_AFTER_REGSCAN): Kill.
15803 * toplev.c (rest_of_compilation): Use cleanup_cfg, call
15804 purge_line_number_notes and copy_loop_headers.
15806 2001-07-22 Neil Booth <neil@daikokuya.demon.co.uk>
15807 Richard Henderson <rth@redhat.com>
15809 * dbxout.c (dbxout_global_decl): New.
15810 (xcoff_debug_hooks, dbx_debug_hooks): Use it.
15811 * sdbout.c (sdbout_finish): New.
15812 (sdbout_debug_hooks): Use it, add comments.
15813 (sdbout_global_decl): Defer initialised public vars to
15815 * varasm.c (assemble_variable): Don't output debug information
15816 for file-scope variables.
15818 2001-07-22 Richard Henderson <rth@redhat.com>
15820 * config/alpha/alpha.c (get_trap_mode_suffix): New.
15821 (get_round_mode_suffix): New.
15822 (print_operand): Use them for [/]. Remove support for [&'`()+].
15823 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Update.
15824 * config/alpha/alpha.md (attr round_suffix): New.
15825 (attr trap_suffix): New.
15826 (all insns): Set them appropriately. Use %/ instead of the
15827 myriad punctuators.
15829 2001-07-22 Neil Booth <neil@cat.daikokuya.demon.co.uk>
15831 * dbxout.c, sdbout.c, varasm.c: Revert most recent debug patch.
15833 2001-07-22 Richard Henderson <rth@redhat.com>
15835 * regrename.c (regrename_optimize): Compute nregs for each
15836 potential target register.
15838 2001-07-21 Neil Booth <neil@daikokuya.demon.co.uk>
15839 Richard Henderson <rth@redhat.com>
15841 * dbxout.c (dbxout_global_decl): New.
15842 (xcoff_debug_hooks, dbx_debug_hooks): Use it.
15843 * sdbout.c (sdbout_finish): New.
15844 (sdbout_debug_hooks): Use it, add comments.
15845 (sdbout_global_decl): Defer initialised public vars to
15847 * varasm.c (assemble_variable): Don't output debug information
15848 for file-scope variables.
15850 2001-07-21 H.J. Lu (hjl@gnu.org)
15852 * config/mips/mips.c (mips_cpu): Moved into ...
15853 (override_options): Here.
15855 * config/mips/mips.h (mips_cpu_attr): Replace mips_cpu with
15857 (mips_cpu): Removed.
15859 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15861 * config/m68hc11/m68hc11.md ("andqi3"): Accept d as second operand.
15862 ("iorqi3"): Likewise.
15863 ("xorqi3"): Likewise.
15864 ("*addhi3"): Fix constraint to avoid reloading in a soft register.
15865 ("*subhi3_sp): Likewise.
15866 ("*subhi3"): Likewise.
15867 ("extendhisi2"): Accept D, X and Y as source operand to avoid
15870 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
15872 * doc/tm.texi: Remove DEFAULT_VTABLE_THUNKS.
15873 * config/freebsd.h: Likewise.
15874 * config/linux.h: Likewise.
15875 * config/openbsd.h: Likewise.
15876 * config/alpha/linux-elf.h: Likewise.
15877 * config/arm/linux-elf.h: Likewise.
15878 * config/d30v/d30v.h: Likewise.
15879 * config/fr30/fr30.h: Likewise.
15880 * config/ia64/aix.h: Likewise.
15881 * config/ia64/ia64.h: Likewise.
15882 * config/mips/linux.h: Likewise.
15883 * config/pj/pj.h: Likewise.
15884 * config/rs6000/linux.h: Likewise.
15885 * config/sparc/linux.h: Likewise.
15886 * config/sparc/linux64.h: Likewise.
15888 2001-07-20 Bruce Korb <bkorb@gnu.org>
15890 * fixinc/fixincl.c(test_for_changes): force unsigned char comparisons
15891 because getc() and char* may disagree on signedness.
15893 2001-07-20 Richard Henderson <rth@redhat.com>
15895 * doc/rtl.texi (REG_DEAD): Update for current semantics.
15897 * flow.c (try_redirect_by_replacing_jump): Correctly compute which
15898 insns to delete in the presence of cc0 in a jump insn.
15900 Fri Jul 20 22:14:49 CEST 2001 Roman Zippel <zippel@linux-m68k.org>
15901 Jan Hubicka <jh@suse.cz>
15903 * m68k.md (zero_extend?i?i2 expander): Use gen_lowpart instead
15904 of doing the change by hand.
15906 Fri Jul 20 21:59:42 CEST 2001 Jan Hubicka <jh@suse.cz>
15908 * rtlanal.c (set_noop_p): Return true for noop jumps.
15910 * expr.c (emit_single_push_insn): Add call to push expander.
15911 * expr.h (optab_index): Add OTI_push
15912 (push_optab): New constant.
15913 * genopinit.c (optabs): Add push_optab.
15914 * optabs.c (init_optab): Init push optab.
15915 * md.texi (push??1): Document
15917 2001-07-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15919 * config/m68hc11/m68hc11.md ("movdi", "movdi_internal"): Use an
15920 expand to emit the pattern; put a REG_INC note for push/pop
15922 ("movdf", "movdf_internal"): Likewise.
15923 ("movsi", "movsi_internal"): Likewise.
15924 ("movsf", "movsf_internal"): Likewise.
15925 ("movhi", "movqi"): Emit a REG_INC note for push/pop instructions.
15927 2001-07-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15929 * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Don't use
15932 2001-07-20 Daniel Berlin <dan@cgsoftware.com>
15934 * params.def: Change default max inline insns to 100.
15936 2001-07-20 Diego Novillo <dnovillo@redhat.com>
15938 * combine.c (combine_simplify_rtx): Generate a new shift operation
15939 when simplifying the first operand of a (neg (ashift)) expression.
15941 2001-07-20 Roman Lechtchinsky <rl@cs.tu-berlin.de>
15943 * regclass.c (N_REG_INTS): Use only 32 bits per element.
15945 2001-07-20 Kelley Cook <kelley.cook@home.com>
15947 * doc/install.texi (sparc-sun-solaris*): Add in 4.x assembler bug
15948 information. Move rest into ...
15949 (*-*-solaris): ... here. Eliminate redundant information and
15950 reword necessary packages section. Delete 4.x assembler bug info.
15951 (sparc-sun-*): Merge into ...
15952 (sparc-sun-sunos*): here.
15954 2001-07-20 Catherine Moore <clm@redhat.com>
15956 * config/v850/v850.md (casesi): Generate LABEL_REF
15959 Fri Jul 20 14:12:57 CEST 2001 Jan Hubicka <jh@suse.cz>
15961 * i386-protos.h (ix86_zero_extend_to_Pmode): Declare.
15962 * i386.c (ix86_zero_extend_to_Pmode): Make global.
15963 * i386.md (strclrsi expander): Use it.
15965 Fri Jul 20 13:24:16 CEST 2001 Jan Hubicka <jh@suse.cz>
15967 * integrate.c (copy_insn_list): handle
15968 NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.
15969 (copy_rtx_and_substitute): Likewise; behave to NOTE_INSN_DELETED_LABEL
15970 identically as to CODE_LABEL.
15972 * fold-const (fold): Convert A/B/C to A/(B*C) and
15975 * except.c (connect_post_landing_pads): Delete the RESX insns.
15977 2001-07-20 Aldy Hernandez <aldyh@redhat.com>
15979 * config/mips/mips.h (ISA_HAS_NMADD_NMSUB): New macro.
15981 * config/mips/mips.md (nmadd/nmsub): Use macro.
15983 2001-07-20 Nathan Sidwell <nathan@codesourcery.com>
15985 * cppinit.c (remove_dup_dir): Make static.
15986 (remove_dup_dirs): Make static. Only warn about preempting a
15987 system directory with a non-system directory.
15989 2001-07-19 Geoffrey Keating <geoffk@redhat.com>
15991 * ifcvt.c (noce_try_store_flag_constants): Correct order
15992 of parameters to trunc_int_for_mode.
15994 2001-07-19 Mark Mitchell <mark@codesourcery.com>
15996 * reorg.c (fill_simple_delay_slots): If an instruction might throw
15997 an exception that will be caught within this function, do not fill
15998 its delay slot with any subsequent instruction.
16000 2001-07-19 Steve Ellcey <sje@cup.hp.com>
16002 * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.
16003 * optabs.c (can_extend_p) Check HAVE_ptr_extend for a specialized
16004 pointer extension instruction.
16005 * combine.c (nonzero_bits,num_sign_bit_copies) Likewise.
16006 * simplify-rtx.c (simplify_unary_operation) Likewise.
16007 * explow.c (convert_memory_address) Check value of
16008 POINTERS_EXTEND_UNSIGNED to avoid some conversions when
16010 * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, MULTILIB_OPTIONS,
16011 MULTILIB_DIRNAMES, MULTILIB_MATCHES) Add multilib support.
16012 * config/ia64/hpux.h (CPP_SPEC, ASM_SPEC, SUBTARGET_SWITCHES)
16013 Add Multilib Support.
16014 (POINTERS_EXTEND_UNSIGNED) Define for ILP32 support.
16015 * config/ia64/ia64.h (MASK_ILP32, TARGET_ILP32, SUBTARGET_SWITCHES)
16016 Add Multilib Support.
16017 (POINTER_SIZE, LONG_TYPE_SIZE, MAX_LONG_TYPE_SIZE) Modify for ILP32
16019 * config/ia64/ia64.c (rtx_needs_barrier) Add support for addp4.
16020 * config/ia64/ia64.md (ptr_extend) New instruction to "swizzle"
16021 a 32 bit HP-UX pointer into a 64 bit HP-UX pointer.
16023 2001-07-19 Alexandre Oliva <aoliva@redhat.com>
16025 * simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from
16026 old and new operands in `<', `3' and `b'.
16028 2001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
16030 * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
16031 (final.o): Don't depend on xcoffout.h, dbxout.h or sdbout.h.
16032 (toplev.o): Don't depend on xcoffout.h.
16033 * c-decl.c: Include debug.h
16034 (duplicate_decls): Use debug hook.
16035 * dbxout.c (dbxout_source_file, dbxout_args): Make static.
16036 (dbx_debug_hooks, xcoff_debug_hooks): Update.
16037 (dbxout_types): Remove.
16038 * dbxout.h (dbxout_source_file, dbxout_types, dbxout_args): Remove.
16039 * debug.c (do_nothing_debug_hooks): Update.
16040 (debug_true_tree, debug_nothing_rtx): New.
16041 * debug.h (struct rtx_def): New.
16042 (struct gcc_debug_hooks): New hooks ignore_block,
16043 outlining_inline_function and label.
16044 (debug_true_tree, debug_nothing_rtx, dwarf2out_frame_init,
16045 dwarf2out_frame_finish): New.
16046 * dwarf2out.c (dwarf2out_ignore_block, dwarf2out_abstract_function):
16047 Make static, update prototype.
16048 (dwarf2_debug_hooks): Update.
16049 * dwarf2out.h (dwarf2out_ignore_block, dwarf2out_abstract_function,
16050 dwarf2out_frame_init, dwarf2out_frame_finish): Remove.
16051 * dwarfout.c (dwarf_debug_hooks): Update.
16052 * emit-rtl.c: Include debug.h.
16053 (remove_unnecessary_notes): Use debug hook.
16054 * final.c: Don't include dbxout.h, xcoffout.h or sdbout.h.
16055 (final_scan_insn): Use debug hook.
16056 * integrate.c (output_inline_function): Use debug hook.
16057 * sdbout.c (sdbout_toplevel_data, sdbout_label): Make static.
16058 (sdb_debug_hooks): Update.
16059 * sdbout.h (sdbout_label, sdbout_toplevel_data): Remove.
16060 * toplev.c: Don't include xcoffout.h.
16061 (note_outlining_of_inline_function, debug_ignore_block): Remove.
16062 * toplev.h (note_outlining_of_inline_function, debug_ignore_block):
16064 * tree.h (dwarf2out_do_frame): Remove.
16066 2001-07-19 Catherine Moore <clm@cygnus.com>
16068 * config/v850/v850.h (ASM_OUTPUT_LABELREF): Restore.
16070 2001-07-19 Geoffrey Keating <geoffk@redhat.com>
16072 * reload1.c (eliminate_regs_in_insn): When updating a set
16073 to the frame pointer to the hardware frame pointer, perform
16074 the update always not just when REPLACE is set.
16076 * reload1.c (choose_reload_regs): Don't inherit a reload
16077 that crosses multiple registers if registers past the first
16078 don't fit in the desired class.
16080 * ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode
16081 when negating constants.
16083 2001-07-19 Toon Moene <toon@moene.indiv.nluug.nl>
16085 * tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument.
16086 * doc/tree.texi: Ditto.
16088 2001-07-19 Mark Kettenis <kettenis@wins.uva.nl>
16089 Jakub Jelinek <jakub@redhat.com>
16091 * unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.
16092 (extract_cie_info): Handle "eh" augmentation properly,
16094 (struct frame_state, __frame_state_for): New.
16096 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
16098 * config/alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL,
16099 HANDLE_SYSV_PRAGMA): Define.
16100 * mips-tfile.c (add_ext_symbol): Pass complete symbol ptr, inline
16102 (copy_object): Caller changed.
16104 2001-07-19 Andreas Schwab <schwab@suse.de>
16106 * configure.in (assembler dwarf2 debug_line support): Define nop
16108 * configure: Regenerated.
16110 2001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
16112 * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
16114 * dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
16115 to conditionally compiled block.
16116 (dbx_debug_hooks, xcoff_debug_hooks): Update.
16117 * dbxout.h (dbxout_function): Remove.
16118 * debug.c (do_nothing_debug_hooks): Update.
16119 * debug.h (struct gcc_debug_hooks): New hooks function_decl,
16120 global_decl, deferred_inline_function.
16121 * dwarf2out.c (dwarf2_debug_hooks): Update.
16122 (dwarf2out_global_decl): New.
16123 * dwarfout.c: Don't include dwarfout.h.
16124 (dwarfout_global_decl, dwarfout_function_decl,
16125 dwarfout_deferred_inline_function): New.
16126 (dwarf_debug_hooks): Update.
16127 * dwarfout.h: Remove.
16128 * final.c: Don't include dwarfout.h.
16129 * sdbout.c (sdbout_global_decl): New.
16130 (sdbout_debug_hooks): Update.
16131 * toplev.c: Don't include dwarfout.h.
16132 (check_global_declarations, rest_of_compilation): Use new debug hooks.
16133 (note_deferral_of_defined_inline_function): Remove.
16134 * toplev.h (note_deferral_of_defined_inline_function): Remove.
16135 * ch/Makefile.in (lex.o): No dependence on dwarfout.h.
16136 * ch/lex.c: Don't include dwarfout.h.
16137 * cp/Make-lang.in (decl2.o): No dependence on dwarfout.h, dwarf2out.h.
16138 (semantics.o, optimize.o): Depend on debug.h not dwarfout.h.
16139 * cp/decl2.c: Don't include dwarfout.h and dwarf2out.h.
16140 * cp/optimize.c: Include debug.h.
16141 (maybe_clone_body): Use debug hook.
16142 * cp/semantics.c: Include debug.h.
16143 (expand_body): Use debug hook.
16144 * po/POTFILES.in: Remove dwarfout.h.
16146 2001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
16148 * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
16149 * c-parse.in (yyerror, _yylex): Similarly.
16150 * cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
16151 Don't use CPP_INT, CPP_FLOAT; CPP_NUMBER is enough.
16153 * cpplib.h (CPP_INT, CPP_FLOAT): Remove.
16154 * cp/spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
16156 2001-07-18 Jeff Sturm <jsturm@one-point.com>
16158 * dwarf2out.c (dwarf2out_abstract_function): Don't emit
16159 in-class declaration at -g1. Fixes c++/2814.
16161 2001-07-18 Richard Henderson <rth@redhat.com>
16163 * doc/md.texi (reload_in/out): Document restrictions in predicates
16164 and constraints for these patterns. Document empty string matching
16167 2001-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
16169 * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.
16171 Wed Jul 18 20:47:36 CEST 2001 Jan Hubicka <jh@suse.cz>
16173 * cse.c: Undo my previous patch.
16175 2001-07-18 Tom Tromey <tromey@redhat.com>
16178 * configure: Rebuilt.
16179 * configure.in: Don't check for iconv.h or iconv(); use AM_ICONV
16181 * aclocal.m4 (AM_ICONV): New macro from Bruno Haible.
16183 Wed Jul 18 18:46:30 CEST 2001 Richard Henderson <rth@cygnus.com>
16184 Jan Hubicka <jh@suse.cz>
16186 * flow.c (redirect_edge_and_branch): Bail out on complex edges.
16187 (try_optimize_cfg): Do not remove tail recursive labels before sibcall.
16188 * jump.c (mark_jump_label): Do not forward branches.
16190 Wed Jul 18 18:35:01 CEST 2001 Jan Hubicka <jh@suse.cz>
16192 * cse.c (delete_trivially_dead_insns): Delete the libcall block
16193 when return value is unused.
16195 Wed Jul 18 18:28:16 CEST 2001 Jan Hubicka <jh@suse.cz>
16197 * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
16199 Wed Jul 18 12:05:29 2001 Nicola Pero <n.pero@mi.flashnet.it>
16201 * gthr-posix.h (__gthread_objc_mutex_trylock): Fixed return value
16202 on error. We can't blindly return the result of
16203 pthread_mutex_trylock because it returns a positive number on
16204 error, while we must return -1 on error.
16205 (__gthread_objc_mutex_lock, __gthread_objc_mutex_unlock): Similar
16207 Reported by Stephen Brandon <stephen@brandonitconsulting.co.uk>.
16209 2001-07-18 Andreas Jaeger <aj@suse.de>
16211 * integrate.c (output_inline_function): Correct type of debug_hooks.
16213 2001-07-18 Toon Moene <toon@moene.indiv.nluug.nl>
16215 * combine.c (combine_simplify_rtx): DIV can be treated
16216 associatively for floats if unsafe math optimisations are enabled.
16218 2001-07-17 Richard Henderson <rth@redhat.com>
16220 * reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.
16222 2001-07-17 Richard Henderson <rth@redhat.com>
16224 * calls.c (prepare_call_address): New parameter SIBCALLP. If true,
16225 don't force the function address into a register.
16226 (expand_call, emit_library_call_value_1): Update callers.
16227 * builtins.c (expand_builtin_apply): Likewise.
16228 * expr.h (prepare_call_address): Update decl.
16230 2001-07-17 Chandrakala Chavva <cchavva@redhat.com>
16232 * config.gcc: For *-*-chorusos triplet, get chorus.h file from
16234 * config/i386/chorus.h: Move up.
16235 * config/sparc/chorus.h: Likewise.
16236 * config/rs6000/chorus.h: Likewise.
16237 * config/chorus.h: Moved here.
16239 2001-07-17 Andreas Schwab <schwab@suse.de>
16241 * configure.in (assembler eh_frame optimization): Handle big
16243 * configure: Regenerated.
16245 Tue Jul 17 23:43:31 CEST 2001 Jan Hubicka <jh@suse.cz>
16247 * expr.c (epxand_expr): Convert divisions into multiplications by
16248 reciprocals if -ffast-math.
16250 2001-07-17 Neil Booth <neil@daikokuya.demon.co.uk>
16252 * dbxout.c (dbxout_really_begin_function): Rename to
16253 dbxout_begin_function.
16254 (dbx_debug_hooks, xcoff_debug_hooks): Update.
16255 (dbxout_begin_function): Remove.
16256 (dbxout_function): Update.
16257 (dbxout_source_line): Update prototype.
16258 * dbxout.h (dbxout_begin_function): Remove.
16259 * debug.c (do_nothing_debug_hooks): Update.
16260 (debug_nothing_tree): Update.
16261 (debug_nothing_charstar_rtx): Remove.
16262 * debug.h (union tree_node): Declare.
16263 (struct rtx_def): Remove.
16264 (gcc_debug_hooks): New hooks begin_prologue, end_prologue,
16265 begin_function. Change source_line prototype.
16266 (debug_nothing_tree): New.
16267 (debug_nothing_charstar_rtx): Delete.
16268 (dwarf2out_begin_prologue): Moved from ...
16269 * tree.h: ... here.
16270 * dwarf2out.c (dwarf2_debug_hooks): Update.
16271 (dwarf2out_begin_prologue): Update prototype. If genuine dwarf2
16272 debug info, call dwarf2out_source_line.
16273 (dwarf2out_souce_line): Update prototype.
16274 * dwarfout.c (dwarfout_begin_function): Rename dwarfout_end_prologue.
16275 Change prototype, make static.
16276 (dwarfout_source_line): Update prototype.
16277 (dwarf_debug_hooks): Update.
16278 * dwarfout.h (dwarfout_begin_function): Remove.
16279 * final.c (final_start_function, final_scan_insn): Use appropriate
16280 debug hooks, update to use notice_source_line.
16281 (output_source_line): Rename notice_source_line. Don't call the
16282 source_line debug hook.
16283 * sdbout.c (sdbout_begin_function): Rename sdbout_begin_prologue,
16284 make static, update prototype.
16285 (sdbout_mark_begin_function): Rename sdbout_begin_function, update
16287 (sdbout_end_prologue): New.
16288 (sdbout_source_line): Update prototype.
16289 (sdbout_debug_hooks): Update.
16290 (sdbout_symbol): Remove unused var.
16291 * sdbout.h (sdbout_begin_function, sdbout_mark_begin_function):
16293 * varasm.c: Include debug.h.
16294 (assemble_start_function): Use begin_function debug_hook.
16295 * xcoffout.c (xcoffout_begin_prologue): Rename xcoffout_begin_function,
16296 update with prototype.
16297 (xcoffout_source_line): Update prototype.
16298 * xcoffout.h (xcoffout_begin_prologue): Rename xcoffout_begin_function,
16300 (xcoffout_source_line): Update prototype.
16302 2001-07-17 Richard Henderson <rth@redhat.com>
16304 * c-typeck.c (build_binary_op): Do not shorten unsigned
16305 right shift after sign extension.
16307 Tue Jul 17 16:56:05 CEST 2001 Jan Hubicka <jh@suse.cz>
16309 * combine.c (combine_simplify_rtx): Attempt to simplify
16310 a*(b/c) as (a*b)/c for floats in unsafe_math mode.
16312 * simplify-rtx.c (avoid_constatn_pool_reference): New static function.
16313 (simplify_binary_operation, simplify_unary_operation,
16314 simplify_relational_operation): Use it.
16316 * combine.c (combine_simplify_rtx): Don't do associative law
16317 on divisions; allow associative law on floats.
16319 2001-07-17 H.J. Lu <hjl@gnu.org>
16320 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
16322 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and
16323 ASM_OUTPUT_WEAK_ALIAS are defined.
16324 * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Define if possible.
16325 * config/mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL):
16327 * config/mips/iris5.h: ... here.
16328 (HANDLE_SYSV_PRAGMA): Defined as 1.
16329 * varasm.c (weak_finish): Use ASM_OUTPUT_WEAK_ALIAS.
16330 * doc/tm.texi (ASM_OUTPUT_WEAK_ALIAS): Support the undefined weak
16333 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
16335 * c-parse.in (all_prefix_attributes): New variable.
16336 (PUSH_DECLSPEC_STACK, POP_DECLSPEC_STACK): New macros.
16337 (maybe_resetattrs): New production.
16338 (c_parse_init, datadef, fndef, datadecl, setspecs, setattrs, decl,
16339 maybe_type_quals_setattrs, initdecls, notype_initdecls, initdcl,
16340 notype_initdcl, nested_function, notype_nested_function,
16341 component_decl, components, components_notype,
16342 component_declarator, component_notype_declarator,
16343 absdcl_maybe_attribute, parm, firstparm, setspecs_fp, ivar_decl,
16344 ivars, mydecl, myparm): Update. Avoid prefix attributes just
16345 after a comma being applied to more than one declarator.
16346 * doc/extend.texi (Attribute Syntax): Update. Remove
16347 documentation of bugs that are no longer present.
16349 2001-07-13 Eric Christopher <echristo@redhat.com>
16351 * config/mips/mips.h: Change TUNE_MIPS* options to use
16353 (EXTRA_SPECS): Add cc1_cpu_spec.
16354 * config/mips/mips.md (muldf3): Fix typo.
16356 2001-07-16 Richard Henderson <rth@redhat.com>
16358 * config/m68k/m68k.c: Include expr.h and reload.h.
16359 (print_operand_address) [16 bit int]: Cast INTVAL to int for %d.
16360 [general int]: Use HOST_WIDE_INT_PRINT_DEC.
16362 2001-07-16 Daniel Berlin <dan@cgsoftware.com>
16363 Richard Henderson <rth@redhat.com>
16365 * cse.c (set_live_p): Take INSN argument for cc0; update callers.
16366 (insn_live_p): Fix fall off end of function.
16367 (dead_libcall_p): Remove COUNTS argument; update callers.
16368 (delete_trivially_dead_insns): Remove unused variables.
16370 2001-07-17 Andreas Jaeger <aj@suse.de>
16372 * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for
16373 x86-64 pic support.
16375 * lcm.c (optimize_mode_switching): Avoid warning for unused
16376 variable if !NORMAL_MODE.
16378 * flow.c (try_crossjump_to_edge): Remove unused variable.
16380 2001-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
16382 * inclhack.def (ultrix_atexit_param): New hack to fix ultrix 4.3
16383 atexit declaration in stdlib.h.
16385 2001-07-16 Richard Begg <Richard.Begg@colesmyer.com.au>
16387 * fixinc/inclhack.def(hpux_vsnprintf): brokenness in stdio.h
16389 Mon Jul 16 22:48:00 CEST 2001 Jan Hubicka <jh@suse.cz>
16391 * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
16392 * except.c (finish_eh_generation): Update call of cleanup_cfg;
16393 do rebuild_jump_labels instead of jump_optimize
16394 * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
16395 * toplev.c (rest_of_compulation): Likewise for -Wreturn_type.
16396 * flow.c (try_optimize_cfg): Remove unneeded code_labels.
16398 * flow.c: Include timevar.h
16399 (find_basic_block): Push/pop timevar;
16400 (cleanup_cfg): Likewise.
16401 * timevar.def (TV_CFG, TV_CLEANUP_CFG): New.
16402 * Makefile: Add dependencies on timevar.h
16404 * integrate.c (save_for_inline): Kill all BASIC_BLOCK notes.
16405 (copy_insn_list): Avoid killing of BASIC_BLOCK notes.
16407 * rtl.h (delete_trivially_dead_insns): Add new parameter.
16408 * toplev.c (rest_of_compilation): Update calls.
16409 * cse.c (set_live_p, insn_live_p, dead_libcall_p): Break out from ...
16410 (delete_trivially_dead_insns): ... here; accept new argument
16411 preserve_basic_blocks; preserve basic blocks if set.
16413 * reg-stack.c (stack_regs_mentioned): Return 0 if
16414 stack_regs_mentioned_data is not initialized.
16415 (reg_to_stack): Make stack_regs_mentioned survive after the
16416 reg-stack is completted; do not call cleanup_cfg.
16417 * toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
16418 make cleanup_cfg after bb-reorder to output to debug file.
16420 2001-07-16 Richard Henderson <rth@redhat.com>
16422 * regclass.c (init_reg_sets): Use only 32 bits per initializer
16423 from int_reg_class_contents.
16425 2001-07-16 Richard Henderson <rth@redhat.com>
16427 * hard-reg-set.h (regs_invalidated_by_call): Declare.
16428 * regclass.c (regs_invalidated_by_call): Move from cse.c.
16429 (init_reg_sets_1): Move initialization from cse_main.
16430 * cse.c (regs_invalidated_by_call): Move to regclass.c.
16431 (cse_main): Move its initialization also.
16432 * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
16433 * flow.c (propagate_one_insn): Likewise.
16434 * gcse.c (compute_hash_table): Likewise.
16435 (compute_kill_rd, compute_store_table): Likewise.
16436 * sched-deps.c (sched_analyze_1): Likewise.
16438 Mon Jul 16 18:07:07 2001 J"orn Rennecke <amylaar@redhat.com>
16440 * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of
16443 2001-07-16 Steve Ellcey <sje@cup.hp.com>
16445 * dominance.c (calc_dfs_tree_nonrec): Reverse order of tests
16446 in if statement so we don't access undefined memory.
16448 2001-07-16 Daniel Berlin <dan@cgsoftware.com>
16450 * gcse.c: Update comment at top.
16451 Update comment on mem handling.
16452 mem_last_set, mem_first_set, mem_set_in_block: gone.
16453 Declaration of reg_set_info: gone.
16454 (oprs_unchanged_p): Don't use mem_*set_* anymore. They are
16455 pointless with load_killed_in_block_p (they are *more*
16456 conservative then it, not less, and less accurate).
16457 (oprs_not_set_p): Ditto.
16458 (alloc_gcse_mem): Don't allocate mem_set_in_block
16459 (free_gcse_mem): Don't free it, either.
16460 (record_last_mem_set_info): Update comment in front, remove
16461 mem_*set_* stuff. Note the reason we don't handle stores directly
16463 (compute_hash_table): Update comments to reflect reality. Remove
16464 mem_*set_* references.
16465 (reset_opr_set_tables): Remove mem_*set_* references.
16466 (mark_call): Ditto.
16467 (mark_set): Ditto. Also remove double sets of bitmaps for REG's.
16468 (mark_clobber): Ditto (on both parts, we double set here too).
16469 (expr_killed_p): Remove mem_set_in_block test.
16470 (compute_transp): Remove mem_set_in_block test.
16472 * ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal
16473 of edge, and removal of phi alternative to dump file.
16474 (ssa_ccp_substitute_constants): Add note about register now being
16475 constant, and which uses were replaced in what insns to dump file.
16477 2001-07-16 Andreas Jaeger <aj@suse.de>
16479 * gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
16480 variables of type HOST_WIDEST_INT.
16482 * libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
16483 (__bb_exit_func): Correct type of count_max to avoid overflow.
16484 (num_digits): Handle long long argument.
16486 * combine.c (gen_lowpart_for_combine): Remove unused variable.
16488 2001-07-16 Neil Booth <neil@cat.daikokuya.demon.co.uk>
16490 * output.h (sdb_begin_function_line): Restore as an extern
16492 * sdbout.c (sdb_begin_function_line): Make extern.
16494 2001-07-15 Richard Henderson <rth@redhat.com>
16496 * machmode.def (Pmode): Redefine if GENERATOR_FILE.
16497 * genrecog.c (maybe_both_true_mode): New.
16498 (maybe_both_true_2): Use it.
16499 (write_switch): Don't put Pmode in a switch.
16500 * rtl.c (mode arrays): Don't explicitly size them.
16502 Sun Jul 15 14:07:36 CEST 2001 Jan Hubicka <jh@suse.cz>
16504 * toplev.c (rest_of_compilation): Fix register_life_up_to_date
16505 handling; move unconditional splitting before mode switching.
16507 * i386.md (type): Add fistp type.
16508 (i387, length_attr, scheduling definitions): Handle this type.
16509 (fix_trunc?f?i2): Revamp to use mode switching.
16510 (fix_trunct?f?i_nonmemory, fix_trunc?f?i_memory): New patterns.
16511 * i386.h (fp_cw_mode): New enum
16512 (OPTIMIZE_MODE_SWITCHING, NUM_MODES_FOR_MODE_SWITCHING, MODE_NEEDED,
16513 MODE_PRIORITY_TO_MODE, ENUM_MODE_SET): New macros.
16515 Sun Jul 15 12:53:51 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16517 * Makefile.in (integrate.o): Add debug.h.
16518 * integrate.c (debug.h): Add.
16519 (output_inline_function): Save, reset, and restore debug_hooks.
16521 2001-07-15 Richard Henderson <rth@redhat.com>
16523 * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use CCmode
16524 instead of COMPARE for the EQUIV expression.
16526 2001-07-15 Richard Henderson <rth@redhat.com>
16528 * flow.c (redirect_edge_and_branch_force): Initialize
16529 global_live_at_start and global_live_at_end.
16530 (allocate_bb_life_data): Export.
16531 * basic-block.h (allocate_bb_life_data): Declare.
16532 * toplev.c (rest_of_compilation): Call it.
16534 2001-07-15 Richard Henderson <rth@redhat.com>
16536 * config/alpha/alpha.c (alpha_tablejump_addr_vec): New.
16537 (alpha_tablejump_best_label): New.
16538 * config/alpha/alpha-protos.h: Declare them.
16539 * config/alpha/alpha.md: Use braced strings for code blocks.
16540 (tablejump_osf): Break out add with r29.
16541 (tablejump_osf_internal): Remove.
16542 (tablejump_osf_nt_internal): Rename from tablejump_nt_internal,
16543 use alpha_tablejump_addr_vec and alpha_tablejump_best_label.
16545 Sun Jul 15 00:53:35 CEST 2001 Jan Hubicka <jh@suse.cz>
16547 * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies
16550 * toplev.c (rest_of_compilation): Allow new pseudoes for mode switching.
16552 * i386-protos.h (ix86_split_fp_branch): Update prototype.
16553 (ix86_fp_jump_nontrivial_p): New.
16554 * i386.md (fp_jcc_?): Update call of split_fp_branch;
16555 use ix86_fp_jump_nontrivial_p.
16556 * i386.c (ix86_fp_jump_nontrivial_p): New.
16557 (ix86_split_fp_branch): Accept code instead of rtx.
16558 (ix86_expand_compare): Expand comparison early in case
16559 doing so is resonably cheap.
16561 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
16563 * config/rs6000/sysv4.h (CPP_ENDIAN_BIG_SPEC): Assert 'endian'
16565 (CPP_ENDIAN_LITTLE_SPEC): Assert 'endian' not 'machine'.
16566 (CPP_ENDIAN_SOLARIS_SPEC): Assert 'endian' not 'machine'.
16568 2001-07-15 Neil Booth <neil@daikokuya.demon.co.uk>
16570 * dbxout.c (dbxout_source_line): Make static, update prototype.
16571 (dbx_debug_hooks, xcoff_debug_hooks): Add new hooks.
16572 (dbxout_init, dbxout_finish, dbxout_source_line,
16573 dbxout_begin_block, dbxout_end_block): Update for new prototypes.
16574 * dbxout.h (dbxout_source_line): Delete.
16575 * debug.c (debug_nothing_file, debug_nothing_file_int,
16576 debug_nothing_file_charstar_rtx): New.
16577 (do_nothing_debug_hooks): Update.
16578 (debug_nothing_void, debug_nothing_charstar_rtx,
16579 dwarf2out_end_epilogue): New.
16580 (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
16581 * debug.h (struct rtx_def): Declare.
16582 (gcc_debug_hooks): New hooks source_line, end_epilogue
16584 (debug_nothing_void, debug_nothing_charstar_rtx,
16585 dwarf2out_end_epilogue): New.
16586 (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
16587 * dwarf2out.c (dwarf2out_source_line): Make static, update prototype.
16588 (dwarf2_debug_hooks): Update.
16589 (dwarf2out_init, dwarf2out_finish, dwarf2out_source_line,
16590 dwarf2out_begin_block, dwarf2out_end_block): Update for new prototypes.
16591 * dwarf2out.h (dwarf2out_source_line): Remove.
16592 * dwarfout.c (dwarfout_end_epilogue, dwarfout_end_function):
16593 Make static, update prototype.
16594 (dwarfout_init, dwarfout_finish, dwarfout_source_line,
16595 dwarfout_begin_block, dwarfout_end_block): Update for new prototypes.
16596 (dwarf_debug_hooks): Update.
16597 * dwarfout.h (dwarfout_end_epilogue, dwarfout_source_line,
16598 dwarfout_end_function): Remove.
16599 * final.c (profile_function): Use debug hooks for ending functions
16601 (output_source_line, final_end_function): Update prototype,
16603 (final_start_function, final_scan_insn): Update.
16604 * output.h (sdb_begin_function_line): Remove.
16605 (final_end_function): Update prototype.
16606 * sdbout.c (sdb_begin_function_line): Make static.
16607 (PUT_SDB_EPILOGUE_END): Move to sdbout_end_epilogue.
16608 (sdbout_source_line): New.
16609 (sdbout_end_epilogue, sdbout_end_function): Make static, update
16611 (sdb_debug_hooks): Update.
16612 (sdbout_init, sdbout_source_line,
16613 sdbout_begin_block, sdbout_end_block): Update for new prototypes.
16614 * sdbout.h (sdbout_end_epilogue, sdbout_end_function): Remove.
16615 * toplev.c (compile_file, rest_of_compilation): Update.
16616 * tree.h (dwarf2out_end_epilogue): Move to debug.h.
16617 * xcoffout.c (xcoffout_source_line, xcoffout_begin_block,
16618 xcoffout_end_block, xcoffout_end_epilogue, xcoffout_end_function):
16619 Update for prototype changes.
16620 * xcoffout.h (xcoffout_source_line, xcoffout_begin_block,
16621 xcoffout_end_block, xcoffout_end_epilogue): Update prototypes.
16623 2001-07-15 Richard Henderson <rth@redhat.com>
16625 * config/alpha/alpha.h (TARGET_ABI_OSF): New.
16626 (TARGET_ABI_WINDOWS_NT, TARGET_ABI_OPEN_VMS): Rename; update users.
16627 * config/alpha/alpha-protos.h: Update TARGET_ABI_* users.
16628 * config/alpha/alpha.c: Likewise.
16629 * config/alpha/alpha.md: Likewise.
16630 * config/alpha/alpha32.h: Likewise.
16631 * config/alpha/vms.h: Likewise.
16632 (OPEN_VMS): Remove.
16634 2001-07-14 Richard Henderson <rth@redhat.com>
16636 * config/alpha/alpha.md: Use define_constants for unspec values.
16637 Substitute throughout.
16639 2001-07-14 Tim Josling <tej@melbpc.org.au>
16641 * tree.def (EXPON_EXPR) remove. Never supported anyway.
16643 2001-07-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
16645 * pa.md: Remove unused constraints from define_split's.
16647 2001-04-14 Richard Henderson <rth@redhat.com>
16649 * ifcvt.c (find_cond_trap): Test for exit block.
16651 Sun Jul 15 00:50:20 CEST 2001 Jan Hubicka <jh@suse.cz>
16653 Re-install recently reverted patch.
16654 * emit-rtl.c (try_split): Update mark_jump_label call.
16655 * flow.c (find_sub_basic_blocks): Likewise.
16656 * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
16657 jump_back_p): Kill.
16658 (mark_all_labels): Kill second parameter.
16659 (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
16660 (rebuild_jump_labels, jump_optimize_minimal): Update call
16661 of jump_optimize_1.
16662 (jump_optimize_1): Kill crossjumping code.
16663 (mark_jump_label): Kill cross_jump parameter.
16664 * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
16665 (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
16666 * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
16668 * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
16670 (dump_file_info): Likewise.
16671 (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
16672 reorganize passes to do reg-stack first, bb-reorder second.
16673 * invoke.texi (-d letters doc): Remove the jump2 pass.
16675 2001-07-14 Richard Henderson <rth@redhat.com>
16677 * ifcvt.c (find_cond_trap): New.
16678 (find_if_header): Call it.
16679 (merge_if_block): Relax existing jump sanity check.
16680 * jump.c (jump_optimize_1): Remove conditional trap handling.
16682 2001-07-14 Alan Modra <amodra@bigpond.net.au>
16684 * config/pa/pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit
16686 (insn_refs_are_delayed): Correct comment.
16687 * config/pa/pa.h (INSN_REFERENCES_ARE_DELAYED): Likewise.
16688 * config/pa/pa.md (mulsi3): If TARGET_64BIT, clobber r2
16689 instead of r31. Make associated insn !TARGET_64BIT, and
16690 provide an additional 64-bit insn that clobbers r2.
16691 (divsi3): Likewise.
16692 (udivsi3): Likewise.
16693 (modsi3): Likewise.
16694 (umodsi3): Likewise.
16696 Sat Jul 14 02:58:38 CEST 2001 Jan Hubicka <jh@suse.cz>
16698 * bb-reorder.c (skip_insn_after_block): Get past the line number notes.
16700 * flow.c (redirect_edge_and_branch_force, split_edge,
16701 try_crossjump_to_edge): Use set_block_for_new_insns.
16702 * bb-reorder.c (emit_jump_to_block_after): Call set_block_for_new_insns.
16704 2001-07-13 H.J. Lu (hjl@gnu.org)
16706 * config/elfos.h (UNIQUE_SECTION): Enable .bss section with
16709 2001-07-13 Geoffrey Keating <geoffk@redhat.com>
16711 Revert H.J. Lu's UNIQUE_SECTION patch of 2001-07-13.
16713 2001-07-13 Joseph S. Myers <jsm28@cam.ac.uk>
16715 * c-common.c (decl_attributes): Take a pointer to the node to
16716 which attributes are to be attached, and a flags argument.
16717 * c-common.h (enum attribute_flags): New.
16718 (decl_attributes): Update prototype.
16719 * c-decl.c (start_decl, push_parm_decl, finish_struct,
16720 finish_enum, start_function): Update calls to decl_attributes.
16721 * c-parse.in (component_declarator, component_notype_declarator,
16722 label): Update calls to decl_attributes.
16724 Fri Jul 13 23:04:00 2001 Denis Chertykov <denisc@overta.ru>
16726 * config/avr/avr.md (strlenhi): PARALLEL keyword removed.
16727 * config/avr/avr.c (legitimate_address_p): Return value changed
16728 from letter to register classes. For better debugging.
16730 2001-07-13 Kazu Hirata <kazu@hxi.com>
16732 * jump.c (reversed_comparison_code_parts): Fix comment typos.
16734 2001-07-13 H.J. Lu (hjl@gnu.org)
16736 * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
16738 2001-07-13 Marc Espie <espie@cvs.openbsd.org>
16740 * config.gcc (*-*-openbsd*): Add fragment to compile libgcc
16741 correctly for shared configurations.
16742 * config/t-libgcc-pic: New.
16743 * config/{i386,m68k,sparc}/t-openbsd: New.
16744 * config/openbsd.h: Include cpu_spec in cpp_spec where needed.
16745 Support -shared. Support debugging libraries with -g.
16746 * config/i386/openbsd.h: Correct ASM_COMMENT_START. Ensure dwarf2
16747 frame information does not emit pointer diffs.
16748 * config/sparc/openbsd.h: Ensure dwarf2 frame information does not
16749 emit pointer diffs.
16751 2001-07-13 Geoffrey Keating <geoffk@redhat.com>
16753 Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
16755 2001-07-13 David Edelsohn <edelsohn@gnu.org>
16757 * combine.c (try_combine): Ensure const_int pow2 is positive.
16759 2001-07-13 Hartmut Penner <hpenner@de.ibm.com>
16761 * config.gcc: Add configuration for s/390.
16762 * config/s390/s390.c: New. Subroutines for code generation.
16763 * config/s390/s390.h: New. Definitions for s/390.
16764 * config/s390/s390-protos.h: New. Prototypes.
16765 * config/s390/linux.h: New. Definitions for linux for s/390.
16766 * config/s390/linux64.h: New. Definitions for linux for zSeries.
16767 * config/s390/t-linux: New. Makefile fragment.
16768 * config/s390/s390.md: New. Machine description for s/390 and zSeries.
16769 * config/s390/fixdfdi.h: New. Fix L_fix*di.
16771 Fri Jul 13 14:46:21 CEST 2001 Jan Hubicka <jh@suse.cz>
16773 * emit-rtl.c (try_split): Update mark_jump_label call.
16774 * flow.c (find_sub_basic_blocks): Likewise.
16775 * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
16776 jump_back_p): Kill.
16777 (mark_all_labels): Kill second parameter.
16778 (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
16779 (rebuild_jump_labels, jump_optimize_minimal): Update call
16780 of jump_optimize_1.
16781 (jump_optimize_1): Kill crossjumping code.
16782 (mark_jump_label): Kill cross_jump parameter.
16783 * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
16784 (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
16785 * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
16787 * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
16789 (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
16790 reorganize passes to do reg-stack first, bb-reorder second.
16791 * invoke.texi (-d letters doc): Remove the jump2 pass.
16793 2001-07-12 Steve Ellcey <sje@cup.hp.com>
16795 * toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.
16797 Thu Jul 12 17:57:16 CEST 2001 Jan Hubicka <jh@suse.cz>
16799 * flow.c (try_optimize_cfg): Delete whole chain of trivially dead
16801 (verify_flow_info): Make diagnostics prettier.
16803 Thu Jul 12 16:48:54 CEST 2001 Jan Hubicka <jh@suse.cz>
16805 * flow.c (find_basic_blocks_1): Do not emit NOP after call.
16807 * flow.c (outgoing_edges_match): Return early if condition reversal
16810 2001-07-06 Richard Sandiford <rsandifo@redhat.com>
16812 * config/mips/mips.c (print_operand): Extend '%D' to memory operands.
16813 (mips_move_2words): When splitting a move into two instructions,
16814 prefix the second address operand with '%D'.
16816 2001-07-12 Neil Booth <neil@daikokuya.demon.co.uk>
16818 * Makefile.in (final.o): Depend on debug.h.
16819 * dbxout.c (dbxout_begin_block, dbxout_end_block): New.
16820 (dbx_debug_hooks): Add new hooks.
16821 (xcoff_debug_hooks): New.
16822 * debug.c (debug_nothing_file_int_int): New.
16823 (do_nothing_debug_hooks): Update.
16824 * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
16825 (debug_nothing_file_int_int): New.
16826 * dwarf2out.c (dwarf2out_begin_block, dwarf2out_end_block): Make
16827 static, update prototype.
16828 (dwarf2_debug_hooks): Update.
16829 * dwarf2out.h (dwarf2out_begin_block, dwarf2out_end_block): Remove.
16830 * dwarfout.c (dwarfout_begin_block, dwarfout_end_block): Make
16831 static, update prototype.
16832 (dwarf_debug_hooks): Update.
16833 * dwarfout.h (dwarfout_begin_block, dwarfout_end_block): Remove.
16834 * final.c: Include debug.h.
16835 (final_scan_insn): Use debug hooks when beginning and ending blocks.
16836 * sdbout.c (sdbout_begin_block, sdbout_end_block): Make
16837 static, update prototype.
16838 (sdb_debug_hooks): Update.
16839 * sdbout.h (sdbout_begin_block, sdbout_end_block): Remove.
16840 * toplev.c: Distinguish between xcoff and dbx.
16842 * f/lex.c (ffelex_file_pop_, ffelex_file_push_, ffelex_hash_):
16843 Call all debug hooks, not just dwarf ones.
16845 2001-07-11 Timothy Wall <twall@redhat.com>
16847 * config.gcc: Add configuration for AIX5/IA64.
16848 * config/ia64/aix.h: New. AIX5/IA64-specific configuration.
16849 * config/ia64/crt[in].asm: New. Generic static ctor/dtor
16850 support prefix/suffix code.
16851 * config/ia64/t-aix: New. Makefile fragment.
16852 * config/ia64/unwind-aix.c: New. Unwind table entry lookup.
16854 2001-07-11 Kazu Hirata <kazu@hxi.com>
16856 * recog.c (validate_change): Fix a comment typo.
16858 2001-07-11 Neil Booth <neil@daikokuya.demon.co.uk>
16860 * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h.
16861 * c-lex.c (cb_file_change, cb_define, cb_undef): Use debug
16863 * dbxout.c (dbx_debug_hooks): Add new hooks.
16864 (dbxout_start_new_source_file): Rename dbxout_start_source_file,
16866 (dbxout_resume_previous_source_file): Rename dbxout_end_source_file,
16868 * dbxout.h (dbxout_start_new_source_file,
16869 dbxout_resume_previous_source_file): Delete.
16870 * debug.c (do_nothing_debug_hooks): Add new hooks.
16871 (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
16872 (debug_nothing_int_charstar, debug_nothing_int): New.
16873 * debug.h (gcc_debug_hooks): New hooks define, undef,
16874 start_source_file and end_source_file.
16875 (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
16876 (debug_nothing_int_charstar, debug_nothing_int): New.
16877 * dwarf2out.c (dwarf2_debug_hooks): Add new hooks. Move into
16878 the conditionally compiled section.
16879 (dwarf2out_start_source_file, dwarf2out_end_source_file,
16880 dwarf2out_define, dwarf2out_undef): Make static.
16881 * dwarf2out.h (dwarf2out_start_source_file, dwarf2out_end_source_file,
16882 dwarf2out_define, dwarf2out_undef): Remove.
16883 * dwarfout.c (dwarf_debug_hooks): Add new hooks.
16884 (dwarfout_start_source_file, dwarfout_end_source_file,
16885 dwarfout_define, dwarfout_undef): Make static.
16886 (dwarfout_start_source_file_check,
16887 dwarfout_end_source_file_check): New.
16888 (dwarfout_define, dwarfout_finish): Update.
16889 * dwarfout.h (dwarfout_start_new_source_file,
16890 dwarfout_resume_previous_source_file, dwarfout_define,
16891 dwarfout_undef): Remove.
16892 * sdbout.c (sdb_debug_hooks): Add new hooks.
16893 (sdbout_start_new_source_file): Rename sdbout_start_source_file,
16895 (sdbout_resume_previous_source_file): Rename sdbout_end_source_file,
16896 make static, take an arg.
16897 * sdbout.h (sdbout_start_new_source_file,
16898 sdbout_resume_previous_source_file): Delete.
16899 * toplev.c (debug_start_source_file, debug_end_source_file,
16900 debug_define, debug_undef): Delete.
16901 * toplev.h (debug_start_source_file, debug_end_source_file,
16902 debug_define, debug_undef): Delete.
16904 * java/jcf-parse.c: Include debug.h.
16905 (parse_class_file): Update to use debug hooks directly.
16906 * java/Make-lang.in (jcf-parse.o): Depend on debug.h.
16908 Wed Jul 11 10:07:18 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16910 * alias.c (set_mem_alias_set): New function.
16911 * rtl.h (set_mem_alias_set): Declare it.
16912 * builtins.c (expand_builtin_return_addr): Call it instead of
16913 using MEM_ALIAS_SET accessor.
16914 (expand_builtin_setjmp_setup, expand_builtin_longjmp): Likewise.
16915 (get_memory_rtx, expand_builtin_va_arg): Likewise.
16916 (expand_builtin_va_copy):Likewise.
16917 * caller-save.c (setup_save_areas): Likewise.
16918 * calls.c (compute_argument_addresses): Likewise.
16919 * explow.c (set_mem_attributes): Likewise.
16920 * expr.c (emit_single_push_insn, emit_push_insn): Likewise.
16921 (expand_assignment, store_constructor_field, store_field): Likewise.
16922 (expand_expr_unaligned): Likewise.
16923 * function.c (assign_stack_temp_for_type): Likewise.
16924 (put_reg_into_stack, gen_mem_addressof): Likewise.
16925 * ifcvt.c (noce_try_cmove_arith): Likewise.
16926 * reload1.c (reload, alter_reg): Likewise.
16927 * config/alpha/alpha.c (get_aligned_mem): Likewise.
16928 (alpha_set_memflags_1, alpha_expand_unaligned_load): Likewise.
16929 (alpha_expand_unaligned_store): Likewise
16930 (alpha_expand_unaligned_load_words): Likewise.
16931 (alpha_expand_unaligned_store_words): Likewise.
16932 (alpha_expand_block_clear, alpha_expand_prologue): Likewise.
16933 (alpha_expand_epilogue): Likewise.
16934 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
16935 * config/clipper/clipper.c (clipper_builtin_saveregs): Likewise.
16936 * config/i386/i386.c (legitimize_pic_address): Likewise.
16937 * config/i960/i960.c (setup_incoming_varargs): Likewise.
16938 * config/ia64/ia64.c (spill_restore_mem): Likewise.
16939 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
16940 * config/m8k/m88k.c (m88k_builtin_saveregs): Likewise.
16941 * config/mips/mips.c (mips_va_arg): Likewise.
16942 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
16943 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
16944 * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
16945 (setup_incoming_varargs, rs6000_va_arg): Likewise.
16946 (rs6000_emit_eh_toc_restore, rs6000_emit_prologue): Likewise.
16947 (rs6000_emit_epilogue): Likewise.
16948 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
16949 * config/sparc/sparc.c (sparc_va_arg): Likewise.
16950 * config/v850/v850.c (v850_va_arg): Likewise.
16952 Wed Jul 11 21:27:25 CEST 2001 Jan Hubicka <jh@suse.cz>
16954 * flow.c (merge_blocks_move_successor_nojumps): Do not crash
16955 when fallthru edge is present.
16956 (mege_blocks): Handle case where creation of jump insn
16959 * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,
16960 CLEANUP_POST_REGSTACK): New constants.
16961 * except.c (finish_eh_generation): Update call of cleanup_cfg,
16962 * jump.c (rtx_renumbered_equal_p): Handle 't' fields.
16963 * output.h (cleanup_cfg): Update prototype.
16964 * reg-stack.c (reg_to_stack): Use cleanup_cfg instead of jump_optimize
16965 * sibcall.c (optimize_sibling_and_tail_recursive_call): Update
16966 cleanup_cfg call; kill missleading comment.
16967 * toplev.c (rest_of_compilation): Update all cleanup_cfg calls.
16968 * flow.c (merge_blocks, try_optimize_cfg, cleanup_cfg): Accept mode
16969 parameter; control optimizations performed using it.
16970 (flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
16971 try_crossjump_bb): New functions.
16973 2001-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
16975 * pa.c (pa_output_function_prologue): Delete prototype. Make function
16977 * pa.h (ASM_OUTPUT_MI_THUNK): Rename output_function_prologue to
16978 pa_output_function_prologue.
16979 * pa-protos.h (pa_output_function_prologue): New prototype.
16981 2001-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
16983 * stmt.c (emit_case_nodes): Widen high and low instead of new_bound
16984 and low to get correct sign extension in low+high test.
16986 2001-07-11 Janis Johnson <janis@us.ibm.com>
16988 * gcov.c (arcdata): Use gcov_type to fix branch percentage
16989 for large hit count.
16991 * profile.c (branch_prob): Fix .bbg info for computed gotos
16994 2001-07-11 Mark Mitchell <mark@codesourcery.com>
16996 * stmt.c (parse_output_constraint): New function, split out
16998 (expand_asm_operands): ... here. Use parse_output_constraint.
16999 * tree.h (parse_output_constraint): Declare it.
17001 2001-07-11 Richard Henderson <rth@redhat.com>
17003 * bitmap.c: Comment some functions; fiddle whitespace.
17004 (bitmap_free): Don't export.
17005 (bitmap_element_allocate): Use memset.
17006 * bitmap.h (bitmap_free): Don't declare.
17008 2001-07-11 Daniel Berlin <dan@cgsoftware.com>
17010 * gcse.c, lcm.c, sched-deps.c:
17011 s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vectors/g
17013 * flow.c (flow_loops_find): Free dom if we found no loops, since
17014 we aren't going to save it.
17016 * lcm.c (pre_edge_rev_lcm): Free st_antin, st_antout when we are
17019 Wed Jul 11 09:00:48 2001 Jeffrey A Law (law@cygnus.com)
17021 * ssa-ccp.c (ssa_fast_dce): Free worklist when completed.
17023 Wed Jul 11 10:07:18 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17025 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version
17026 #ifndef DWARF2_DEBUGGING_INFO.
17028 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
17030 * simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.
17032 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
17034 * config/mips/mips.c (gen_int_relational): Tell the caller not to
17035 reverse a branch if a NE comparison is implemented with GTU.
17037 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
17038 H.J. Lu <hjl@gnu.org>
17040 * mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for
17041 constant addresses.
17042 (call_internal2): Likewise.
17043 (call_value_internal1): Likewise.
17044 (call_value_internal2): Likewise.
17045 (call_value_multiple_internal1): Likewise.
17046 (call_value_multiple_internal2): Likewise.
17048 2001-07-10 Kazu Hirata <kazu@hxi.com>
17050 * calls.c (emit_library_call_value_1): Fix a comment typo.
17051 * dwarf2out.c (mem_loc_descriptor): Likewise.
17052 * config/i386/i386.c (ix86_expand_aligntest): Likewise.
17054 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
17056 * simplify-rtx.c (simplify_subreg): Fix typo in comment
17058 Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17060 * recog.c (offsettable_address_p): Handle LO_SUM case.
17061 * config/mips/mips.c (double_memory_operand): Use adjust_address_nv
17062 instead of plus_constant.
17064 2001-07-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17066 * reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge,
17067 fix setting of the reloads of that reload to RELOAD_FOR_OTHER_ADDRESS.
17069 Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17071 * config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
17072 adjust_address_nv instead of plus_constant.
17074 2001-07-10 Neil Booth <neil@daikokuya.demon.co.uk>
17076 * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,
17077 dwarf2out.o): Depend on debug.h, wrap long lines.
17078 * dbxout.c: Include debug.h.
17079 (dbx_debug_hooks): New.
17080 (dbxout_init): Make static, take just 2 args.
17081 (dbxout_finish): Make static.
17082 * dbxout.h (dbxout_init, dbxout_finish): Delete.
17083 * debug.c: New file.
17084 * debug.h: New file.
17085 * dwarf2out.c: Include debug.h.
17086 (dwarf2_debug_hooks): New.
17087 (dwarf2out_init): Make static.
17088 (dwarf2out_finish): Make static, take 2 args.
17089 * dwarf2out.h (dwarf2out_init, dwarf2out_finish): Delete.
17090 * dwarfout.c: Include debug.h.
17091 (dwarf_debug_hooks): New.
17092 (dwarfout_init): Make static.
17093 (dwarfout_finish): Make static, take 2 args.
17094 * dwarfout.h (dwarfout_init, dwarfout_finish): Delete.
17095 * sdbout.c: Include debug.h.
17096 (sdb_debug_hooks): New.
17097 (sdbout_init): Make static, take 2 args.
17098 * sdbout.h (sdbout_init): Delete.
17099 * toplev.c: Include debug.h.
17100 (debug_hooks): New.
17101 (compile_file): Set deubg_hooks based on command line options.
17102 Use the hooks unconditionally rather than conditional compilation.
17104 Tue Jul 10 09:04:45 2001 Jeffrey A Law (law@cygnus.com)
17106 * ssa-ccp.c (first_phi_node): Remove. Replace uses with calls to
17107 first_insn_after_basic_block_note instead.
17109 * df.c (df_bb_refs_unlink): #if 0 out for now.
17111 2001-07-10 David Billinghurst <David.Billinghurst@riotinto.com
17113 * ssa.h: Add prototype for ssa_const_prop
17114 * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
17115 (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
17116 (ssa_fast_dce): Remove unused variable
17118 2001-07-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
17120 * diagnostic.c (finish_diagnostic): Rename to
17121 diagnostic_finish. Make it take an 'output_buffer *'. Adjust
17124 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
17126 * dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have
17129 * collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses.
17130 (dump_file): Only pad the demangled name with spaces if the
17131 mangled name was padded with spaces.
17133 2001-07-10 Bernd Schmidt <bernds@redhat.com>
17135 * bb-reorder.c (make_reorder_chain_1): Correct branch/fallthru
17138 Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17140 * expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfield
17141 extraction if no direct load if either EXPAND_CONST_ADDRESS or
17142 EXPAND_INITIALIZER.
17144 * emit-rtl.c (adjust_address, adjust_address_nv): Change criteria for
17145 whether can put offset inside LO_SUM to check mode alignment, not size.
17147 2001-07-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
17149 * doc/tm.texi (Misc): Fix thinko.
17151 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>
17153 * regmove.c (replace_in_call_usage): Fix warnings.
17154 * sched-deps.c (add_dependence): Fix warnings.
17155 * simplify-rtx.c (simplify_subreg): Likewise.
17156 Return NULL_RTX instead of NULL.
17158 * reg-stack.c (emit_swap_insn): Eliminate warnings.
17159 (subst_asm_stack_regs): Likewise.
17161 * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
17164 * dwarf2out.c (output_call_frame_info): Declare i as int.
17165 (build_abbrev_table): Declare n_alloc as int.
17166 (dwarf2out_finish): Initialize die.
17167 * except.c: Declare sjlj_funcdef_number as unsigned.
17168 (connect_post_landing_pads): Declare j as unsigned.
17169 (convert_to_eh_region_ranges): Initialize call_site.
17170 (output_function_exception_table): Initialize tt_format_size.
17171 * expr.c (move_by_pieces_1): Initialize to1.
17172 (store_constructor): Initialize minelt and maxelt.
17173 * flow.c (mark_regs_live_at_end): Declare i as unsigned.
17174 * function.c (instantiate_decls): Avoid signed/unsigned warning.
17176 * c-decl.c (combine_parm_decls): Unused, remove.
17177 * c-tree.h: Remove prototype for combine_parm_decls.
17179 * reload.c (push_reload): Fix warning.
17180 (regno_clobbered_p): Likewise.
17181 * reload1.c (replace_pseudos_in_call_usage): Likewise.
17182 (reload_combine): Likewise.
17184 * bitmap.c: Rename bitmap_zero to bitmap_zero_bits to fix warnings.
17185 * bitmap.h: Rename bitmap_zero to bitmap_zero_bits to fix
17187 * bitmap.c (bitmap_operation): Change user.
17188 * bitmap.h (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
17190 2001-07-10 Eric Christopher <echristo@redhat.com>
17192 * config/mips/mips.c (override_options): Fix typo.
17194 2001-07-09 Stan Shebs <shebs@apple.com>
17196 * target.h (struct gcc_target): New fields init_builtins and
17198 * target-def.h (TARGET_INIT_BUILTINS): New macro.
17199 (TARGET_EXPAND_BUILTIN): New macro.
17200 (TARGET_INITIALIZER): Add them.
17201 * builtins.c: Include target.h.
17202 (expand_builtin): Use targetm.expand_builtin.
17203 (default_init_builtins): New function.
17204 (default_expand_builtin): New function.
17205 * expr.h (default_init_builtins): Declare.
17206 (default_expand_builtin): Declare.
17207 * c-common.c (c_common_nodes_and_builtins): Use
17208 targetm.init_builtins.
17209 * defaults.h (MD_INIT_BUILTINS): Remove.
17210 * Makefile.in (builtins.o): Depend on target.h.
17212 * config/arm/arm.c (TARGET_INIT_BUILTINS): Define.
17213 (TARGET_EXPAND_BUILTIN): Define.
17214 * config/arm/arm.h (MD_INIT_BUILTINS): Remove.
17215 (MD_EXPAND_BUILTIN): Remove.
17217 * config/c4x/c4x.c (TARGET_INIT_BUILTINS): Define.
17218 (TARGET_EXPAND_BUILTIN): Define.
17219 (c4x_init_builtins): Make endlink arg a local.
17220 (c4x_print_operand): Fix typos in adjust_address usages.
17221 * config/c4x/c4x-protos.h (c4x_init_builtins): Update decl.
17222 * config/c4x/c4x.h (MD_INIT_BUILTINS): Remove.
17223 (MD_EXPAND_BUILTIN): Remove.
17225 * config/i386/i386.c (TARGET_INIT_BUILTINS): Define.
17226 (TARGET_EXPAND_BUILTIN): Define.
17227 (ix86_init_mmx_sse_builtins): New function, was ix86_init_builtins.
17228 (ix86_init_builtins): Call new function only if TARGET_MMX.
17229 * config/i386/i386-protos.h (ix86_init_mmx_sse_builtins): Declare.
17230 * config/i386/i386.h (MD_INIT_BUILTINS): Remove.
17231 (MD_EXPAND_BUILTIN): Remove.
17233 * config/ia64/ia64.c (TARGET_INIT_BUILTINS): Define.
17234 (TARGET_EXPAND_BUILTIN): Define.
17235 * config/ia64/ia64.h (MD_INIT_BUILTINS): Remove.
17236 (MD_EXPAND_BUILTIN): Remove.
17238 * doc/tm.texi: Document these changes.
17240 2001-07-09 Diego Novillo <dnovillo@redhat.com>
17242 * basic-block.h (tree_node): Forward declare if needed.
17243 (struct basic_block_def): Add fields 'head_tree' and 'end_tree'.
17244 (BLOCK_HEAD_TREE): Define.
17245 (BLOCK_END_TREE): Define.
17246 (struct loops): Rename field 'tree' to 'tree_root'.
17247 * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
17249 (flow_loops_tree_build): Rename reference to field 'tree' to
17251 (flow_loops_level_compute): Ditto.
17252 * predict.c (estimate_bb_frequencies): Ditto.
17253 * tree.h (struct tree_common): Add field 'aux'.
17255 2001-07-09 Stan Shebs <shebs@apple.com>
17257 * config/darwin.c (darwin_encode_section_info): Don't mark any
17258 DECL_EXTERNAL node as defined.
17260 2001-07-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
17262 * pa.c (pa_init_machine_status, pa_mark_machine_status,
17263 pa_free_machine_status, hppa_init_pic_save): Delete.
17264 (hppa_pic_save_rtx): New. Use get_hard_reg_initial_val.
17265 (hppa_profile_hook): Use hppa_pic_save_rtx.
17266 * pa.h (struct machine_function, PIC_OFFSET_TABLE_SAVE_RTX,
17267 hppa_init_pic_save): Delete.
17268 (hppa_pic_save_rtx): Declare.
17269 * pa.md (call, call_value, sibcall, sibcall_value,
17270 builtin_setjmp_receiver): Use hppa_pic_save_rtx.
17272 2001-07-09 Kazu Hirata <kazu@hxi.com>
17274 * config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
17275 * config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.
17277 2001-07-09 Andreas Jaeger <aj@suse.de>
17279 * output.h: Add declaration of final_forward_branch_p.
17281 * config/i386/i386.c (output_fix_trunc): Remove unused variable.
17283 * varray.c: Include errors.h for internal_error and trim_filename
17286 * Makefile.in (varray.o): Add errors.h.
17288 2001-07-09 Toon Moene <toon@moene.indiv.nluug.nl>
17290 * expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
17291 * optabs.c (have_add2_insn): Check whether the add insn chosen
17292 really accepts the operands. (have_sub2_insn): Ditto for sub insn.
17293 * reload1.c (reload_cse_move2add): Adjust calls of have_add2_insn.
17295 Mon Jul 9 13:26:40 2001 Jeffrey A Law (law@cygnus.com)
17297 * Makefile.in (OBJS): Add ssa-ccp.o
17298 (ssa-ccp.o): Add dependencies.
17299 * toplev.c (DFI_ssa_ccp): New dump file enum.
17300 (dump_file): Add entry for dumping after SSA CCP.
17301 (flag_ssa_ccp): New flag variable.
17302 (f_options): Add -fssa-ccp.
17303 (rest_of_compilation): Run SSA CCP if requested.
17304 * timevar.def (TV_SSA_CCP): New timevar.
17305 * ssa.c (mark_phi_and_copy_regs): Handle deleted PHI nodes.
17306 * doc/gcc.texi (Passes): Add documentation for SSA CCP pass.
17307 Fix minor typo in SSA DCE documentation.
17308 * doc/invoke.texi: Add documentation for new flag -fssa-ccp.
17309 Add documentation for new dump option. Renumber dump files
17312 Mon Jul 9 21:36:00 CEST 2001 Jan Hubicka <jh@suse.cz>
17314 * emit-rtl.c (gen_highpart_mode): New.
17315 * rtl.h (gen_highpart_mode): Declare.
17316 * sparc.md (insn splitters): Use gen_highpart_mode, whenever the
17317 operand can be VOIDmode constant.
17319 Mon Jul 9 17:23:10 CEST 2001 Jan Hubicka <jh@suse.cz>
17321 * flow.c (redirect_edge_and_branch_force): New.
17322 (can_fallthru): Ensure that basic blocks are succeeding.
17323 (try_optimize_cfg): Do not delete basic block if it is the last one.
17325 * flow.c (try_redirect_by_replacing_jump): Do not remove
17326 jumps with side effects, unlink chain on fallthru edge;
17327 set block for new jump instruction; avoid basic block to
17328 over by line number note.
17330 * flow.c (try_simplify_condjump): Verify that the condjump
17331 is not always falling through.
17334 * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
17336 * flow.c (forwarder_block_p): Fix for fallthru blocks.
17337 (try_redirect_by_replacing_jump): Update properly the count
17338 and frequency information.
17340 Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17342 * emit-rtl.c (adjust_address, adjust_address_nv): Handle an
17343 address that is a LO_SUM specially.
17344 * explow.c (plus_constant_wide, case LO_SUM): Deleted.
17346 * c-lang.c (start_cdtor): Remove extra parameter from start_function.
17348 * emit-rtl.c (adjust_address_nv, replace_equiv_address_nv): New fcns.
17349 (operand_subword): Use them.
17350 (change_address_1): Renamed from change_address; new arg VALIDATE.
17351 * expr.h: Reflect above changes; change_address now macro.
17352 * alias.c (canon_rtx): Use replace_equiv_address_nv instead of
17354 * cselib.c (add_mem_for_addr): Likewise.
17355 * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
17356 * regmove.c (try_apply_stack_adjustment): Likewise.
17357 * reload.c (push_reload, make_memloc): Likewise.
17358 * reload1.c (eliminate_regs): Likewise.
17359 * simplify-rtx.c (simplify_replace_rtx): Likewise.
17360 * caller-save.c (setup_save_areas): Use adjust_address_nv instead of
17362 * combine.c (make_extraction, simplify_shift_const): Likewise.
17363 (gen_lowpart_for_combine): Likewise.
17364 * cse.c (gen_lowpart_if_possible): Likewise.
17365 * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
17366 * expr.c (expand_expr, case COMPONENT_REF): Likewise.
17367 * optabs.c (gen_move_insn): Likewise.
17368 * reload1.c (alter_reg): Likewise.
17369 * simplify-rtx.c (simplify_subreg): Likewise.
17370 * stmt.c (expand_anon_union_decl): Likewise.
17371 * recog.c (validate_replace_rtx_1): Likewise.
17373 * Makefile.in (recog.o): Add $(EXPR_H).
17374 * explow.c (stabilize): Call replace_equiv_address.
17375 * expr.c (move_by_pieces_1, store_by_pieces_2): Likewise.
17376 * final.c (alter_subreg): OFFSET is HOST_WIDE_INT.
17378 2001-07-03 Andrew Haley <aph@redhat.com>
17380 * expmed.c (store_fixed_bit_field): Don't use a mode bigger than
17381 the mode of the memory location.
17383 2001-07-09 Bo Thorsen <bo@suse.co.uk>
17385 * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix x86-64 vtable support.
17387 2001-07-09 Neil Booth <neil@daikokuya.demon.co.uk>
17389 * final.c (output_addr_const): Use target opening and
17390 closing parentheses.
17391 * target-def.h: Define TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN
17392 defaults, add to TARGET_ASM_OUT.
17393 * target.h (struct gcc_target): Add open_paren and close_paren.
17394 * doc/md.texi: Update.
17395 * doc/tm.texi: Document TARGET_ASM_FUNCTION_END_PROLOGUE,
17396 TARGET_ASM_FUNCTION_BEGIN_EPILOGUE, TARGET_ASM_OPEN_PAREN and
17397 TARGET_ASM_CLOSE_PAREN.
17398 * config/i386/i386.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
17400 * config/pdp11/pdp11.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
17402 * config/1750a/1750a.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
17403 * config/a29k/a29k.h: Similarly.
17404 * config/alpha/alpha.h: Similarly.
17405 * config/arc/arc.h: Similarly.
17406 * config/arm/aof.h: Similarly.
17407 * config/arm/aout.h: Similarly.
17408 * config/avr/avr.h: Similarly.
17409 * config/c4x/c4x.h: Similarly.
17410 * config/clipper/clipper.h: Similarly.
17411 * config/convex/convex.h: Similarly.
17412 * config/d30v/d30v.h: Similarly.
17413 * config/dsp16xx/dsp16xx.h: Similarly.
17414 * config/elxsi/elxsi.h: Similarly.
17415 * config/fr30/fr30.h: Similarly.
17416 * config/h8300/h8300.h: Similarly.
17417 * config/i370/i370.h: Similarly.
17418 * config/i386/i386.h: Similarly.
17419 * config/i860/i860.h: Similarly.
17420 * config/i960/i960.h: Similarly.
17421 * config/ia64/ia64.h: Similarly.
17422 * config/m32r/m32r.h: Similarly.
17423 * config/m68hc11/m68hc11.h: Similarly.
17424 * config/m68k/m68k.h: Similarly.
17425 * config/m88k/m88k.h: Similarly.
17426 * config/mcore/mcore.h: Similarly.
17427 * config/mips/mips.h: Similarly.
17428 * config/mn10200/mn10200.h: Similarly.
17429 * config/mn10300/mn10300.h: Similarly.
17430 * config/ns32k/ns32k.h: Similarly.
17431 * config/pa/pa.h: Similarly.
17432 * config/pdp11/pdp11.h: Similarly.
17433 * config/pj/pj.h: Similarly.
17434 * config/romp/romp.h: Similarly.
17435 * config/rs6000/rs6000.h: Similarly.
17436 * config/sh/sh.h: Similarly.
17437 * config/sparc/sparc.h: Similarly.
17438 * config/v850/v850.h: Similarly.
17439 * config/vax/vax.h: Similarly.
17440 * config/we32k/we32k.h: Similarly.
17442 2001-07-09 Joseph S. Myers <jsm28@cam.ac.uk>
17444 * doc/c-tree.texi: Document representation of attributes.
17446 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
17448 * doc/tm.texi: Update some places for the rename of target to
17451 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
17453 * target.h (struct gcc_target): Add insert_attributes.
17454 * target-def.h (TARGET_INSERT_ATTRIBUTES): Define.
17455 (TARGET_INITIALIZER): Update.
17456 * tree.c, tree.h (default_insert_attributes): New function.
17457 Update comments on other default functions to refer to targetm,
17459 * doc/tm.texi (INSERT_ATTRIBUTES): Update to document
17460 TARGET_INSERT_ATTRIBUTES.
17461 (SET_DEFAULT_DECL_ATTRIBUTES): Remove.
17462 * c-common.c (decl_attributes): Use targetm.insert_attributes.
17463 Don't use PRAGMA_INSERT_ATTRIBUTES.
17464 * Makefile.in (c-common.o): Depend on $(TARGET_H).
17465 * c-decl.c (start_decl, start_function): Don't call
17466 SET_DEFAULT_DECL_ATTRIBUTES.
17467 * config/c4x/c4x.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
17468 * config/c4x/c4x-protos.h (c4x_set_default_attributes): Don't
17470 * config/c4x/c4x.c (TARGET_INSERT_ATTRIBUTES): Define.
17471 (c4x_check_attribute): Avoid modifying attribute list itself.
17472 (c4x_set_default_attributes): Rename to c4x_insert_attributes.
17474 * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Don't define.
17475 * config/sh/sh-protos.h (sh_pragma_insert_attributes): Don't
17477 * config/sh/sh.c (TARGET_INSERT_ATTRIBUTES): Define.
17478 (sh_pragma_insert_attributes): Rename to sh_insert_attributes.
17480 * config/v850/v850.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
17481 * config/v850/v850-protos.h (v850_set_default_decl_attr): Don't
17483 * config/v850/v850.c (TARGET_INSERT_ATTRIBUTES): Define.
17484 (v850_set_default_decl_attr): Rename to v850_insert_attributes.
17485 Adjust parameters. Make static.
17487 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
17489 * c-common.c (decl_attributes): Only take a single attributes
17491 * c-common.h (decl_attributes): Update prototype.
17492 * c-decl.c (start_decl, start_function): Only take a single
17493 attributes parameter. Update calls to decl_attributes.
17494 (finish_struct, finish_enum): Update calls to decl_attributes.
17495 (push_parm_decl): Expect unified list of attributes. Update call
17496 to decl_attributes.
17497 * c-parse.in (fndef, initdcl, notype_initdcl, nested_function,
17498 notype_nested_function, component_declarator,
17499 component_notype_declarator, label): Update calls to
17501 (absdcl_maybe_attribute, parm, firstparm, myparm): Unify attribute
17502 lists that are passed to push_parm_decl.
17503 * c-tree.h (start_function, start_decl): Update prototypes.
17504 * config/sh/sh-protos.h, config/sh/sh.c
17505 (sh_pragma_insert_attributes): Only take a single attributes
17507 * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Likewise.
17508 * doc/tm.texi (INSERT_ATTRIBUTES): Update.
17509 * objc/objc-act.c (define_decl, generate_objc_symtab_decl,
17510 build_module_descriptor, generate_static_references,
17511 generate_strings, build_selector_translation_table,
17512 generate_descriptor_table, generate_protocols,
17513 generate_ivars_list, generate_dispatch_table,
17514 generate_protocol_list, generate_category,
17515 generate_shared_structures, really_start_method, add_objc_decls,
17516 generate_classref_translation_entry): Update calls to start_decl
17517 and start_function.
17518 (build_tmp_function_decl, start_method_def): Unify attribute lists
17519 that are passed to push_parm_decl.
17521 2001-07-08 Neil Booth <neil@daikokuya.demon.co.uk>
17523 * final.c (no_asm_to_stream): New.
17524 (final_scan_insn): Use target structures for prologue ends
17525 and epilogue starts.
17526 * output.h (no_asm_to_stream): New.
17527 * target-def.h (TARGET_ASM_FUNCTION_END_PROLOGUE,
17528 TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): New.
17529 (TARGET_ASM_OUT): Update.
17530 * target.h (struct gcc_target): New members function_end_prologue
17531 and function_begin_epilogue.
17532 * config/1750/1750.h (ASM_OUTPUT_FUNNAM): Delete as unused.
17533 * config/alpha/alpha-protos.h (output_end_prologue): Delete.
17534 * config/alpha/alpha.c (output_end_prologue): Rename to
17535 alpha_output_function_end_prologue. Use in target struct
17537 * config/alpha/alpha.h (FUNCTION_END_PROLOGUE): Delete.
17538 * config/ia64/ia64-protos.h (ia64_output_end_prologue): Delete.
17539 * config/ia64/ia64.c (ia64_output_end_prologue): Rename to
17540 ia64_output_function_end_prologue. Use in target struct
17542 (ia64_function_prologue, ia64_funciton_epilogue): Rename
17543 mistyped prototypes.
17544 * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Delete.
17545 * config/m88k/m88k-protos.h (m88k_end_prologue, m88k_begin_epilogue):
17547 * config/m88k/m88k.c (m88k_end_prologue, m88k_begin_epilogue): Rename
17548 an use in target struct, make static.
17549 * config/ia64/ia64.h (FUNCTION_END_PROLOGUE, FUNCTION_BEGIN_EPILOGUE):
17552 2001-07-08 Richard Henderson <rth@redhat.com>
17554 * stmt.c (emit_case_nodes): Convert modes properly in low+high test.
17556 2001-07-08 Richard Henderson <rth@redhat.com>
17558 * config/i386/i386.md: Remove constraints strings from define_split
17559 and define_peephole2 patterns.
17560 (eh_return_si, eh_return_di): Split eh_return_1 for modes.
17561 (eh_return): Use them.
17563 2001-07-08 Richard Henderson <rth@redhat.com>
17565 * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.
17566 Document MD_FALLBACK_FRAME_STATE_FOR.
17568 2001-07-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17570 * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset):
17571 Take into account m68hc11_sp_correction for FRAME_POINTER_REGNUM
17573 * config/m68hc11/m68hc11.h (STARTING_FRAME_OFFSET): Use 0.
17575 2001-07-07 Nick Clifton <nickc@cambridge.redhat.com>
17577 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Append # to end
17578 of the label inside NAME as opposed to just the end of NAME.
17580 2001-07-07 Neil Booth <neil@daikokuya.demon.co.uk>
17582 * config/alpha/alpha-protos.h (vms_valid_decl_attribute_p): Delete.
17583 * config/alpha/alpha.c (alpha_init_machine_status,
17584 alpha_mark_machine_status, alpha_free_machine_status): Delete.
17585 (TARGET_VALID_DECL_ATTRIBUTE): Define for VMS.
17586 (vms_valid_decl_attribute_p): Make static, conditionally compile.
17587 * config/alpha/alpha.h (VALID_MACHINE_DECL_ATTRIBUTE): Delete.
17589 2001-07-06 Stan Shebs <shebs@apple.com>
17591 * target.h (targetm): Rename global from "target", so as not to
17592 conflict with local variables.
17594 * c-typeck.c: Ditto.
17597 * cp/decl.c: Ditto.
17598 * cp/decl2.c: Ditto.
17599 * cp/typeck.c: Ditto.
17600 * 1750a/1750a.c: Ditto.
17601 * a29k/a29k.c: Ditto.
17602 * arc/arc.c: Ditto.
17603 * arm/arm.c: Ditto.
17604 * avr/avr.c: Ditto.
17605 * clipper/clipper.c: Ditto.
17606 * convex/convex.c: Ditto.
17607 * d30v/d30v.c: Ditto.
17608 * dsp16xx/dsp16xx.c: Ditto.
17609 * elxsi/elxsi.c: Ditto.
17610 * fr30/fr30.c: Ditto.
17611 * h8300/h8300.c: Ditto.
17612 * i370/i370.c: Ditto.
17613 * i386/i386.c: Ditto.
17614 * i860/i860.c: Ditto.
17615 * i960/i960.c: Ditto.
17616 * ia64/ia64.c: Ditto.
17617 * m32r/m32r.c: Ditto.
17618 * m68hc11/m68hc11.c: Ditto.
17619 * m68k/m68k.c: Ditto.
17620 * m88k/m88k.c: Ditto.
17621 * mips/mips.c: Ditto.
17622 * ns32k/ns32k.c: Ditto.
17624 * pdp11/pdp11.c: Ditto.
17625 * romp/romp.c: Ditto.
17626 * rs6000/rs6000.c: Ditto.
17628 * sparc/sparc.c: Ditto.
17629 * vax/vax.c: Ditto.
17630 * we32k/we32k.c: Ditto.
17631 * doc/tm.texi: Update the manual to match.
17633 2001-07-06 Richard Henderson <rth@redhat.com>
17635 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
17636 DWARF2_UNWIND_INFO not just whether it is defined.
17638 2001-07-06 Diego Novillo <dnovillo@redhat.com>
17640 * combine.c (combine_simplify_rtx): Also recompute 'mode' if the
17641 call to simplify_binary_operation returns a new pattern.
17643 2001-07-06 Roman Lechtchinsky <rl@cs.tu-berlin.de>
17645 * glimits.h (__SHRT_MAX__): New.
17646 (SHRT_MIN, USHRT_MAX): Define in terms of SHRT_MAX.
17647 (SHRT_MAX): Define in terms of __SHRT_MAX__.
17649 2001-07-06 Jan van Male <jan.vanmale@fenk.wau.nl>
17651 * alias.c (base_alias_check): Cast GET_MODE_UNIT_SIZE to int to
17654 2001-07-06 Richard Henderson <rth@redhat.com>
17656 * bitmap.c (bitmap_release_memory): Move adjacent to the
17657 allocation functions.
17658 (bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
17659 the implementation. Binary search for the set bit.
17660 (bitmap_union_of_diff): Allocate the temporary on the stack
17661 instead of using xmalloc.
17663 2001-07-06 Richard Henderson <rth@redhat.com>
17665 * genrecog.c (validate_pattern): Warn for constraints in
17666 define_{expand,split,peephole2}. Remove strict_low_part
17667 before looking up match_dup.
17669 2001-07-06 DJ Delorie <dj@redhat.com>
17671 * doc/gcc.texi (Makefile): Rename to be a more general purpose
17672 chapter about various build hints and history. Add section
17673 talking about the various types of native and cross builds.
17675 2001-07-06 Neil Booth <neil@daikokuya.demon.co.uk>
17677 * Makefile.in (final.o): Depend on target.h.
17678 * final.c: Include target.h.
17679 (default_function_pro_epilogue): New.
17680 (final_start_function): Use target structure for function prologues.
17681 (final_end_function): Use target structure for function epilogues.
17682 * fold-const.c (real_hex_to_f): Constify s and p.
17683 * output.h (default_function_pro_epilogue): New.
17684 * real.h (real_hex_to_f): Update prototype.
17685 * target-def.h (TARGET_ASM_FUNCTION_PROLOGUE,
17686 TARGET_ASM_FUNCTION_EPILOGUE, TARGET_ASM_OUT): New.
17687 (TARGET_INITIALIZER): Update.
17688 * target.h (gcc_target): Add struct asm_out.
17689 * doc/tm.texi: Update.
17692 Update each arch to use TARGET_ASM_FUNCTION_PROLOGUE and
17693 TARGET_ASM_FUNCTION_EPILOGUE. Move macro code to functions
17694 in cpu/cpu.c, or rename old functions consistently. Take
17695 a HOST_WIDE INT not an int as the SIZE parameter. Remove now
17696 redundant macros and prototypes. Make new functions static.
17698 * 1750a/1750a.c: Similarly.
17699 * 1750a/1750a.h: Similarly.
17700 * a29k/a29k-protos.h: Similarly.
17701 * a29k/a29k.c: Similarly.
17702 * a29k/a29k.h: Similarly.
17703 * arc/arc-protos.h: Similarly.
17704 * arc/arc.c: Similarly.
17705 * arc/arc.h: Similarly.
17706 * arm/arm-protos.h: Similarly.
17707 * arm/arm.c: Similarly.
17708 * arm/arm.h: Similarly.
17709 * avr/avr-protos.h: Similarly.
17710 * avr/avr.c: Similarly.
17711 * avr/avr.h: Similarly.
17712 * clipper/clipper-protos.h: Similarly.
17713 * clipper/clipper.c: Similarly.
17714 * clipper/clipper.h: Similarly.
17715 * convex/convex.c: Similarly.
17716 * convex/convex.h: Similarly.
17717 * d30v/d30v-protos.h: Similarly.
17718 * d30v/d30v.c: Similarly.
17719 * d30v/d30v.h: Similarly.
17720 * d30v/d30v.md: Similarly.
17721 * dsp16xx/dsp16xx-protos.h: Similarly.
17722 * dsp16xx/dsp16xx.c: Similarly.
17723 * dsp16xx/dsp16xx.h: Similarly.
17724 * elxsi/elxsi.c: Similarly.
17725 * elxsi/elxsi.h: Similarly.
17726 * fr30/fr30.c: Similarly.
17727 * fr30/fr30.md: Similarly.
17728 * h8300/h8300-protos.h: Similarly.
17729 * h8300/h8300.c: Similarly.
17730 * h8300/h8300.h: Similarly.
17731 * i370/i370-protos.h: Similarly.
17732 * i370/i370.c: Similarly.
17733 * i370/i370.h: Similarly.
17734 * i386/i386.c: Similarly.
17735 * i386/osf1elf.h: Similarly.
17736 * i386/osfrose.h: Similarly.
17737 * i860/i860-protos.h: Similarly.
17738 * i860/i860.c: Similarly.
17739 * i860/i860.h: Similarly.
17740 * i960/i960-protos.h: Similarly.
17741 * i960/i960.c: Similarly.
17742 * i960/i960.h: Similarly.
17743 * ia64/ia64-protos.h: Similarly.
17744 * ia64/ia64.c: Similarly.
17745 * ia64/ia64.h: Similarly.
17746 * m32r/m32r-protos.h: Similarly.
17747 * m32r/m32r.c: Similarly.
17748 * m32r/m32r.h: Similarly.
17749 * m68hc11/m68hc11-protos.h: Similarly.
17750 * m68hc11/m68hc11.c: Similarly.
17751 * m68hc11/m68hc11.h: Similarly.
17752 * m68k/crds.h: Similarly.
17753 * m68k/dpx2.h: Similarly.
17754 * m68k/m68k-protos.h: Similarly.
17755 * m68k/m68k.c: Similarly.
17756 * m68k/m68k.h: Similarly.
17757 * m68k/news.h: Similarly.
17758 * m88k/m88k-protos.h: Similarly.
17759 * m88k/m88k.c: Similarly.
17760 * m88k/m88k.h: Similarly.
17761 * mips/mips-protos.h: Similarly.
17762 * mips/mips.c: Similarly.
17763 * mips/mips.h: Similarly.
17764 * ns32k/merlin.h: Similarly.
17765 * ns32k/ns32k.c: Similarly.
17766 * ns32k/ns32k.h: Similarly.
17767 * ns32k/tek6000.h: Similarly.
17768 * pa/pa-protos.h: Similarly.
17769 * pa/pa.c: Similarly.
17770 * pa/pa.h: Similarly.
17771 * pdp11/2bsd.h: Similarly.
17772 * pdp11/pdp11-protos.h: Similarly.
17773 * pdp11/pdp11.c: Similarly.
17774 * pdp11/pdp11.h: Similarly.
17775 * romp/romp-protos.h: Similarly.
17776 * romp/romp.c: Similarly.
17777 * romp/romp.h: Similarly.
17778 * rs6000/rs6000-protos.h: Similarly.
17779 * rs6000/rs6000.c: Similarly.
17780 * rs6000/rs6000.h: Similarly.
17781 * rs6000/sysv4.h: Similarly.
17782 * sh/sh-protos.h: Similarly.
17783 * sh/sh.c: Similarly.
17784 * sh/sh.h: Similarly.
17785 * sparc/sparc-protos.h: Similarly.
17786 * sparc/sparc.c: Similarly.
17787 * sparc/sparc.h: Similarly.
17788 * vax/vax.c: Similarly.
17789 * vax/vax.h: Similarly.
17790 * vax/vms.h: Similarly.
17791 * we32k/we32k.c: Similarly.
17792 * we32k/we32k.h: Similarly.
17794 Fri Jul 6 11:47:59 2001 Jeffrey A Law (law@cygnus.com)
17796 * basic-block.h (first_insn_after_basic_block_note): Declare.
17797 * flow.c (first_insn_after_basic_block_note): Define. Moved
17799 * ssa.c (first_insn_after_basic_block_note): Remove.
17800 * ssa-dce.c (find_inherently_necessary): Consider BARRIERs
17802 (ssa_eliminate_dead_code): Properly update the CFG and PHI
17803 nodes when we find a dead conditional branch. Insert BARRIERs
17804 after any blocks with no successors, but which do not have
17807 2001-07-06 Zack Weinberg <zackw@stanford.edu>
17809 * varray.c (varray_check_failed): Use internal_error.
17811 2001-07-05 Andrew Haley <aph@redhat.com>
17813 * Makefile.in (LIB2_DIVMOD_FUNCS): New.
17814 (LIB2FUNCS): Move divmod functions to LIB2_DIVMOD_FUNCS.
17815 * mklibgcc.in: Compile LIB2_DIVMOD_FUNCS.
17817 2001-07-02 Jason Merrill <jason_merrill@redhat.com>
17819 * dwarf2out.c (mem_loc_descriptor): Only look through a constant pool
17820 reference if the target constant is also a SYMBOL_REF.
17822 2001-07-05 Eric Christopher <echristo@redhat.com>
17824 * config/mips/mips.h (MASK_MIPS3900): Remove.
17825 (MASK_MIPS16,MASK_NO_CHECK_ZERO_DIV,MASK_CHECK_RANGE_DIV,
17826 MASK_UNINIT_CONST_IN_RODATA): Change for 3900 mask removal.
17827 (TARGET_MIPS3900): Change to use mips_arch.
17828 (TARGET_MIPS4000): New.
17829 (TARGET_MIPS4100): New.
17830 (TARGET_MIPS4300): New.
17831 (TARGET_SWITCHES): Change 3900 and 4650 options to NULL.
17832 (SUBTARGET_TARGET_OPTIONS): Add -march. Change help text
17834 (GENERATE_BRANCHLIKELY): Move TARGET_MIPS3900.
17835 (ISA_HAS_BRANCHLIKELY): To here.
17836 (CC1_CPU_SPEC): New.
17837 (CC1_SPEC): Use here. Remove 4650 and 3900 options.
17838 (mips_arch_string): Declare.
17839 (mips_arch): Declare.
17840 (TARGET_OPTIONS): Add -march and -mtune.
17842 * config/mips/mips.c (mips_arch_string): New.
17844 (override_options): Handle -march for codegen and -mtune
17845 for scheduling. Use mips_arch. Move tx39 target default here.
17846 (mips_parse_cpu): Move error message to override_options.
17848 * config/mips/r3900.h (TARGET_DEFAULT): Remove.
17850 * config/mips/mips.md: Use TARGET_MIPS4000 and TARGET_MIPS4300.
17852 * doc/invoke.texi (Option Summary): Add -march and -mtune entries.
17853 (MIPS Options): Ditto. Change mcpu entry to historical text.
17855 2001-07-05 H.J. Lu (hjl@gnu.org)
17857 * config/mips/mips.c (mips_parse_cpu): New function to parse
17860 2001-07-05 Jim Wilson <wilson@redhat.com>
17862 * config/ia64/lib1funcs.asm: Revert 2001-07-02 change.
17863 * config/ia64/t-ia64: Likewise.
17864 (LIB1ASMFUNCS): Update comment.
17866 2001-07-05 David Edelsohn <edelsohn@gnu.org>
17868 * doc/install.texi (Install GCC: Binaries): Fix typo.
17870 2001-07-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17872 * config/m68hc11/m68hc11.md ("*ashlsi3"): Operand 1 can be a memory
17873 reference using the stack pointer, adjust it since we push Y
17875 ("*ashrsi3"): Likewise.
17876 ("*lshrsi3"): Likewise.
17878 2001-07-05 Stephane Carrez <Stephane.Carrez@worldnet.fr>
17880 * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Fix return address
17881 when -fomit-frame-pointer is used.
17883 2001-07-05 Jeffrey Oldham <oldham@codesourcery.com>
17885 * flow.c: Reverse Jan Hubicka's patch of 02July2001.
17886 (try_redirect_by_replacing_jump): Reverse updating properly the
17887 count and frequency information. Reverse removing cc0 setter.
17888 (forwarder_block_p): Reverse fixing for fallthru blocks.
17890 2001-07-05 DJ Delorie <dj@redhat.com>
17892 * gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
17893 (translate_options): If the above is defined, use it to map
17894 given options to new options.
17895 * doc/tm.texi: Document it.
17897 2001-07-05 Brad Lucier <lucier@math.purdue.edu>
17898 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17900 * doc/invoke.texi (Optimize Options): Document that -fgcse may
17901 cause programs using computed gotos to run more slowly.
17903 2001-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
17905 * doc/install.texi (Specific): Markup, spelling and typo fixes.
17907 Consistently require binutils 2.11.2, not prereleases.
17908 (Specific, decstation-*): Canonicalize as mips-dec-*.
17909 (Specific, i?86-*-sco3.2v5*): Remove make bootstrap requirement,
17911 (Specific, m68k-altos): Removed reference to README.altos, deleted.
17912 (Specific, mips-*): Reword MIPS C compiler requirements.
17913 (Specific, powerpc*-*-*): New, mention --with-cpu once.
17914 (Specific, sunv5): Removed, obsolete.
17916 2001-07-05 Nathan Sidwell <nathan@codesourcery.com>
17918 * dwarf2out.c (output_loc_list): Use an all ones mask for
17919 .text asm output and don't rely on long long
17920 literals. Reformat some long lines.
17922 2001-07-05 Andreas Jaeger <aj@suse.de>
17924 * doc/gcc.texi (GNU/Linux): Remove accidental re-add of GPL
17927 2001-07-04 Daniel Berlin <dan@cgsoftware.com>
17929 * dwarf2out.c (dwarf2out_define): Update comment.
17930 (dwarf2out_undef): Ditto.
17931 (dwarf2out_start_source_file): Ditto.
17932 (dwarf2out_end_source_file): Ditto.
17933 (dwarf2out_finish): Output DW_MACINFO_end_file for primary file,
17934 since we never call the start/end debug hook for the primary file.
17936 2001-07-04 Kazu Hirata <kazu@hxi.com>
17938 * config/h8300/h8300.c (get_shift_alg): Remove an extra operand
17941 2001-07-04 Nathan Sidwell <nathan@codesourcery.com>
17943 * cppinit.c (remove_dup_dirs): Inform if a system include
17944 directory is being reordered.
17945 * doc/invoke.texi (Directory Options): GCC warns if you hide a
17947 * doc/cpp.texi (Search Paths): Likewise.
17948 * doc/gcc.texi (Interoperation): Remove information about
17951 2001-07-04 Nathan Sidwell <nathan@codesourcery.com>
17953 * varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.
17954 (VARRAY_TOP_CHAR_PTR): Likewise.
17956 2001-07-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17958 * gcc.c (process_command): Don't assign elements of a const char*.
17960 Wed Jul 4 13:40:02 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17962 * emit-rtl.c (change_address): Don't abort if invalid address while
17963 reload is in progress.
17965 2001-07-04 Daniel Berlin <dan@cgsoftware.com>
17967 * c-lex.c (cb_file_change): Pass line number to
17968 debug_start_source_file.
17969 (cb_undefine): Pass correct line number to debug_undef.
17971 * toplev.c (debug_start_source_file): Add line number to
17972 parameters. Pass it along to dwarf2out_start_source_file.
17973 (decode_g_option): Stop resetting debug level back to normal when
17974 we change debug formats, unless the current level is
17975 none. (Before, -g3 -gdwarf-2 would use debug level 2, rather than
17978 * toplev.h (debug_start_source_file): Add line number to
17981 * dwarf2out.h (dwarf2out_start_source_file): Add line number to
17984 * dwarf2out.c (dwarf2out_start_source_file): Add line number to
17986 Output debug_macinfo data for starting file if requested.
17987 (dwarf2out_end_source_file): Output debug_macinfo data for ending
17989 (dwarf2out_define): Output debug_macinfo data for defining a macro
17991 (dwarf2out_undef): Output debug_macinfo data for undefining a
17992 macro if requested.
17993 (DEBUG_MACINFO_SECTION): New. DWARF2 macro info section name.
17994 (DEBUG_MACINFO_SECTION_LABEL): New. DWARF2 macro info section label.
17995 (macinfo_section_label): New. DWARF2 macro info section label.
17996 (dwarf2out_init): If we want macro info, output the start label
17998 (dwarf2out_finish): If we want macro info, add a DW_AT_macro_info
17999 attribute to the compilation unit die pointing to the macro info.
18001 2001-07-04 Daniel Berlin <dan@cgsoftware.com>
18003 * dwarf2out.c (new_loc_list): Move to inside #ifdef
18004 DWARF2_DEBUGGING_INFO.
18005 (add_loc_descr_to_loc_list): Ditto.
18006 (output_loc_list): Ditto.
18007 Also, fix thinko in curr not being initialized.
18008 (gen_internal_sym): Ditto.
18010 Wed Jul 4 13:40:02 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18012 * emit-rtl.c (replace_equiv_address): New function.
18013 * expr.h (replace_equiv_address): New declaration.
18014 * explow.c (validize_mem): Call it instead of change_address and
18015 also call if -fforce-addr and address is constant.
18016 * expr.c: Replace more calls to change_address with adjust_address
18017 and/or replace_equiv_address or to validize_mem.
18018 * function.c, regmove.c, config/alpha/alpha.c: Likewise.
18019 * config/arm/arm.md, config/clipper/clipper.md: Likewise.
18020 * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
18021 * config/i370/i370.md, config/i860/i860.md: Likewise.
18022 * config/i960/i960.md, config/mips/mips.c: Likewise.
18023 * config/mips/mips.md, config/pa/pa.md: Likewise.
18024 * config/pdp11/pdp11.md, config/rs6000/rs6000.c: Likewise.
18025 * config/rs6000/rs6000.md, config/sh/sh.md: Likewise.
18027 2001-07-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18029 * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.
18031 * bitmap.h (BITMAP_ALLOCA): Don't pass alloca as an argument to a
18034 2001-07-04 Joseph S. Myers <jsm28@cam.ac.uk>
18036 * doc/include: New directory.
18037 * doc/fdl.texi: Move to doc/include/fdl.texi.
18038 * doc/texinfo.tex: Move to doc/include/texinfo.tex.
18039 * doc/include/funding.texi, doc/include/gpl.texi: New files.
18040 * doc/gcc.texi: Use funding.texi and gpl.texi.
18041 * Makefile.in ($(docdir)/cpp.info, $(docdir)/gcc.info,
18042 $(docdir)/cppinternals.info, cpp.dvi. gcc.dvi. cppinternals.dvi):
18043 Update dependencies and use -I $(docdir)/include.
18045 2001-07-04 Anthony Green <green@redhat.com>
18047 * config/v850/t-v850 (v850-c.o): Add missing dependencies.
18049 2001-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18051 * doc/install.texi (sparc64-*-*): Remove garbage.
18053 Wed Jul 4 09:07:44 2001 Jan van Male <jan.vanmale@fenk.wau.nl>
18055 * i386.c (ix86_expand_builtin, case IX86_BUILTIN_SETPS):
18056 Fix typo in last change to use adjust_address.
18058 2001-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18060 * doc/install.texi (Specific): Update information for *-*-solaris*.
18062 Tue Jul 3 22:33:15 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18064 * explow.c (plus_constant_wide): Reinitialize Y for restart.
18066 2001-07-03 Stan Shebs <shebs@apple.com>
18068 * config/darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
18069 case for flag_no_mach_text_sections.
18070 (EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
18071 * config/darwin.c (flag_no_mach_text_sections): Remove.
18072 * config/darwin-protos.h (darwin_init_pragma): Remove decl.
18074 Tue Jul 3 15:35:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18076 * explow.c (plus_constant_wide, case PLUS): Call find_constant_term
18077 and avoid checking for constant as first operand.
18078 * recog.c (find_constant_term_loc): No longer static.
18079 (adj_offettable_operand): Delete.
18080 * rtl.h (adj_offsettable_operand): Delete declaration.
18081 (find_constant_term): Add declaration.
18082 * caller-save.c: Replace calls to adj_offsettable_operand with calls
18084 * config/arm/arm.c, config/c4x/c4x.c: Likewise.
18085 * config/clipper/clipper.md, config/h8300/h8300.c: Likewise.
18086 * config/i386/i386.c, config/i386/i386.md: Likewise.
18087 * config/i860/i860.c, config/i960/i960.c: Likewise.
18088 * config/i960/i960.md, config/m68hc11/m68hc11.c: Likewise.
18089 * config/m68k/m68k.c, config/m68k/m68k.md: Likewise.
18090 * config/m88k/m88k.md, config/mcore/mcore.c: Likewise.
18091 * config/mips/mips.c, config/mips/mips.md: Likewise.
18092 * config/mn10200/mn10200.c, config/mn10300/mn10300.c: Likewise.
18093 * config/ns32k/ns32k.c, config/ns32k/ns32k.md: Likewise.
18094 * config/pa/pa.c, config/pdp11/pdp11.c: Likewise.
18095 * config/pdp11/pdp11.md, config/sh/sh.c, config/v850/v850.c: Likewise.
18096 * config/vax/vax.md, config/ns32k/ns32k.c: Likewise.
18097 * config/ns32k/ns32k.md: Likewise.
18099 2001-07-03 Zack Weinberg <zackw@stanford.edu>
18101 * rtl.c (copy_rtx): Handle 'T' format letter.
18102 * gensupport.c (collect_insn_data): Likewise.
18103 * print-rtl.c (print_rtx): Print 'T' slots like 's'.
18105 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
18107 * doc/invoke.texi (Directory Options): Specifiy range for <N> in
18108 -B option. Use 'dir' not 'foo' as example directory name.
18110 2001-07-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18112 * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
18113 Fixes PRs bootstrap/3067, bootstrap/3249, bootstrap/3275.
18115 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
18117 * doc/cppinternals.texi: Improve formatting and logical markup.
18119 2001-07-03 Andreas Jaeger <aj@suse.de>
18121 * Makefile.in (insn-recog.o): Add dependency on reload.h.
18123 * genrecog.c (write_header): Include reload.h for prototypes in
18126 2001-07-03 Neil Booth <neil@daikokuya.demon.co.uk>
18129 * i386/cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE,
18130 VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
18131 * i386/i386-protos.h (i386_pe_valid_decl_attribute_p,
18132 i386_pe_valid_type_attribute_p): Add.
18133 * i386/i386.c (TARGET_INITIALIZER): Override for cygwin targets.
18134 * i386/winnt.c (i386_valid_decl_attribute_p): Return directly.
18136 Mon Jul 2 21:52:19 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18138 * explow.c (plus_constant_wide, case LO_SUM): New case.
18139 (plus_constant_for_output_wide): Delete.
18140 * rtl.h (plus_constant_for_output): Delete.
18141 * alias.c (canon_rtx, init_alias_analysis): Call plus_constant
18142 instead of plus_constant_for_output.
18143 * recog.c (offsettable_address_p, adj_offsettable_operand): Likewise.
18144 * config/darwin.c, config/arm/arm.c, config/m68k/m68k.c: Likewise.
18145 * config/m88k/m88k.c, config/mips/mips.c, config/pa/pa.c: Likewise.
18146 * config/rs6000/rs6000.c, config/sparc/sparc.c: Likewise.
18147 * config/sparc/sparc.md: Likewise.
18148 Convert some change_address calls to adjust_address.
18150 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
18152 * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
18153 doc/rtl.texi, doc/tm.texi: Improve formatting. Improve
18154 documentation of -std and -Wwrite-strings.
18156 2001-07-02 Geoffrey Keating <geoffk@redhat.com>
18158 * cse.c (canon_hash): Don't register registers in very small
18159 register classes, as extending their lifetime might cause
18162 Mon Jul 2 23:14:00 CEST 2001 Jan Hubicka <jh@suse.cz>
18164 * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
18166 * flow.c (forwarder_block_p): Fix for fallthru blocks.
18167 (try_redirect_by_replacing_jump): Update properly the count
18168 and frequency information.
18170 Mon Jul 2 14:20:13 2001 Jeffrey A Law (law@cygnus.com)
18172 * toplev.c (dump_file_index): Move SSA dumps just after first
18174 (dump_file): Corresponding changes.
18175 (rest_of_compilation): Move SSA path to just after the first
18177 * doc/gcc.texi (Passes): Update due to movement of SSA path.
18178 * doc/invoke.texi: Update dump file #s as they were completely
18179 out of date with reality.
18181 2001-07-02 Geoffrey Keating <geoffk@redhat.com>
18183 * doc/tm.texi (Frame Layout): Document STACK_PUSH_CODE.
18185 * expr.c (emit_move_insn_1): Deal with non-default
18188 * expr.c (emit_single_push_insn): Fix warning.
18190 2001-07-02 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
18192 * expr.c (emit_move_insn_1): Avoid modifying
18193 cfun->expr->x_stack_pointer when PUSH_ROUNDING is defined.
18195 Mon Jul 2 15:33:31 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18197 * emit-rtl.c (adjust_address): New function.
18198 * expr.h (adjust_address): Add declaration.
18199 * builtins.c: Replace some calls to change_address with calls to it
18200 or to validize_mem.
18201 * caller-save.c, dwarf2out.c, except.c, expmed.c, expr.c: Likewise.
18202 * function.c, config/a29k/a29k.md, config/alpha/alpha.c: Likewise.
18203 * config/arm/arm.c, config/convex/convex.c: Likewise.
18204 * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
18205 * config/i386/i386.c, config/i386/i386.md: Likewise.
18206 * config/ia64/ia64.c, config/ia64/ia64.md: Likewise.
18207 * config/m32r/m32r.c, config/m68k/m68k.md: Likewise.
18208 * config/m88k/m88k.c, config/mips/mips.md: Likewise.
18209 * config/ns32k/ns32k.c, config/rs6000/rs6000.c: Likewise.
18210 * config/sh/sh.c, config/sparc/sparc.md: Likewise.
18212 2001-07-02 Jim Wilson <wilson@redhat.com>
18214 * config/ia64/ia64.h: Delete obsolete lib1funcs.asm comment.
18216 2001-07-02 Steve Ellcey <sje@cup.hp.com>
18218 * config/ia64/t-ia64: Change LIB1ASMFUNCS to use single underscore.
18219 * config/ia64/lib1funcs.asm: Change macro names to match t-ia64.
18221 2001-07-02 Zack Weinberg <zackw@stanford.edu>
18223 * cppinit.c (lang_defaults): New table.
18224 (set_lang): Just read from lang_defaults into the live options
18227 2001-07-02 Zack Weinberg <zackw@stanford.edu>
18229 * Makefile.in (doc): Depend on $(GENERATED_MANPAGES).
18230 * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1.
18231 * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed.
18233 2001-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18235 * doc/install.texi: Various spelling and markup fixes.
18236 (Installing GCC): Component specific installation instructions are
18239 Warn about removing old install dir in the presence of shared libs.
18240 (Configuration): Invoke with options target to match configure
18242 Consistently refer to gas, gld pathnames.
18243 Invert --enable-multilib documentation.
18244 Remove references to old compiler versions.
18246 Mon Jul 2 12:50:51 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18248 * flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
18250 2001-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18252 * doc/install.texi (Specific, mips*-sgi-irix4): Split from IRIX 5
18254 (Specific, mips*-sgi-irix5): Note IDO download.
18255 Reworded MIPS C hints.
18256 Use GNU as instead of GAS.
18258 Removed SGI Freeware reference, IRIX 6 only.
18259 (Specific, mips*-sgi-irix6): Removed ranlib caveats, obsolete.
18260 Note N64 library requirement/workaround.
18262 Complete list of structure passing bug victims.
18264 2001-07-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18266 * doc/install.texi: Remove CVS Id.
18268 2001-07-02 Andreas Jaeger <aj@suse.de>
18270 * ssa-dce.c (note_inherently_necessary_set): Add unused attribute.
18271 (find_inherently_necessary): Remove unused variable.
18273 2001-07-02 Nathan Sidwell <nathan@codesourcery.com>
18275 * c-common.h (TDI_inlined): New ast dump phase.
18276 (dump_flag_name): New function.
18277 * c-dump.c (dump_files): Add inlined phase.
18278 (dump_flag_name): Define.
18279 * doc/invoke.texi (-fdump-ast-inlined): Document.
18281 Mon Jul 2 06:29:36 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18283 * stor-layout.c (layout_decl): Revert change to handling of alignment
18286 Sun Jul 1 11:53:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18288 * c-common.c (decl_attributes, case A_MODE): Don't call layout_decl
18291 2001-07-01 Geoffrey Keating <geoffk@redhat.com>
18293 * doc/tm.texi (FUNCTION_ARG): Document that the last call
18296 2001-07-01 Nathan Sidwell <nathan@codesourcery.com>
18298 * tlink.c (recompile_files): Remove COMPILER_PATH and
18299 LIBRARY_PATH from the environment.
18301 2001-07-01 Zack Weinberg <zackw@stanford.edu>
18303 * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
18304 RID_LAST_PQ. Move RID_FIRST_PQ down with the other FIRST/LAST
18306 (OBJC_IS_AT_KEYWORD, OBJC_IS_PQ_KEYWORD): New macros.
18308 * c-parse.in (OBJC_STRING): Kill.
18309 (objc_string): Decompose to [objc_string] '@' STRING.
18310 (reswords): Take the leading '@' off all the Objective C keywords.
18311 (objc_rid_sans_at): Kill.
18312 (init_reswords): Don't initialize it.
18313 (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD.
18314 (_yylex): Kill reconsider label. Look ahead one token after
18315 an '@'; if we get an identifier, check whether it's an
18316 Objective C @-keyword. If so, return the keyword. Otherwise,
18317 put back the token and return the '@' as a terminal.
18319 * cpplib.c (lex_macro_node): Remove unnecessary check for
18320 leading '@' on identifier. Clarify control flow and commentary.
18322 Sun Jul 1 11:53:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18324 * cse.c (new_label_ref): Variable deleted.
18325 (insert): Remove set of new_label_ref.
18326 (check_for_label_ref): New function.
18327 (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
18329 See ChangeLog.5 for earlier changes.