]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
genrecog.c (pred_table): Remove the entry for mode_independent_operand.
[gcc.git] / gcc / ChangeLog
1 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2
3 * genrecog.c (pred_table): Remove the entry for
4 mode_independent_operand.
5 * recog.c (next_insns_test_no_inequality): Remove.
6 (mode_independent_operand): Likewise.
7 * recog.h: Remove the prototype for mode_independent_operand.
8
9 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
10
11 * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
12 store into bit 0.
13 * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
14 second alternative to set_znv.
15 (*extzv_1_r_inv_h8300hs): Likewise.
16
17 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
18
19 * configure.in (in_tree_gas): Find out here whether GAS is ELF,
20 set in_tree_gas_is_elf accordingly.
21 (in_tree_ld): Find out whether LD emulation is ELF, set
22 in_tree_ld_is_elf accordingly.
23 (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
24 (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
25 (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
26 (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
27 grepping gas/Makefile.
28 (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
29 $in_tree_ld_is_elf instead of grepping ld/Makefile.
30 * configure: Regenerate.
31
32 2003-06-22 Roger Sayle <roger@eyesopen.com>
33
34 * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
35 up the stabilized argument list, not build_tree_list.
36 (expand_builtin_strcpy): Construct new argument list manually
37 instead of using chainon to modify the original argument list.
38 (expand_builtin_stpcpy): Construct new argument list manually
39 instead of using copy_list and chainon.
40 (expand_builtin_sprintf): New function. Optimize calls to
41 sprintf when the format is "%s" or doesn't contain a '%'.
42 (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
43 expand_builtin_sprintf.
44
45 2003-06-22 Andreas Schwab <schwab@suse.de>
46
47 * function.c (set_insn_locators): Mark as unused.
48
49 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
50
51 * common.opt: Add -finline-limit.
52 * opts.c (common_handle_options): Handle it.
53 * opts.sh: Temporary kludge for -finline-limit.
54 * toplev.c (decode_f_option, independent_decode_option): Die.
55 (parse_options_and_default_flags): No independent_decode_option.
56
57 2003-06-22 Andreas Jaeger <aj@suse.de>
58
59 * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
60
61 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
62
63 * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
64
65 2003-06-22 Andreas Schwab <schwab@suse.de>
66
67 * doc/invoke.texi: Remove leading `-' from options in index.
68
69 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
70
71 * bt-load.c: Follow spelling conventions.
72
73 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
74
75 * expr.c (emit_move_insn_1): Fix a comment typo.
76
77 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
78
79 * doc/invoke.texi: Alphabetize dump options.
80
81 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
82
83 * doc/invoke.texi: Remove a duplicate -dk.
84
85 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
86
87 * doc/invoke.texi: Update dump file names.
88
89 2003-06-22 Zack Weinberg <zack@codesourcery.com>
90
91 * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
92 and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
93
94 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
95
96 * doc/rtl.texi: Fix the @findex for pre_modify.
97
98 2003-06-22 Andreas Jaeger <aj@suse.de>
99
100 * caller-save.c: Convert to ISO C90.
101 * calls.c: Likewise.
102 * cfg.c: Likewise.
103 * cfganal.c: Likewise.
104 * cfgbuild.c: Likewise.
105 * cfgcleanup.c: Likewise.
106 * cfghooks.c: Likewise.
107 * cfglayout.c: Likewise.
108 * cfglayout.h: Likewise.
109 * cfgloop.c: Likewise.
110 * cfgloop.h: Likewise.
111 * cfgloopanal.c: Likewise.
112 * cfgloopmainip.c: Likewise.
113 * cfgrtl.c: Likewise.
114
115 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
116
117 * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
118 64-bit alignment.
119
120 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
121
122 * arm.md (all call_value patterns): Remove register constraints on
123 value operand.
124
125 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
126
127 * common.opt: More -f switches.
128 * opts.c (common_handle_options): Handle them.
129 * toplev.c (time_report): Make extern.
130 (f_options): USe flag_dummy.
131 (decode_f_option): No need to use f_options now.
132 * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
133 flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
134
135 2003-06-22 Andreas Jaeger <aj@suse.de>
136
137 * c-lex.c: Convert to ISO C90.
138 * c-objc-common.c: Likewise.
139 * c-opts.c: Likewise.
140 * c-pch.c: Likewise.
141 * c-ppoutput.c: Likewise.
142 * c-pragma.h: Likewise.
143 * c-pretty-print.c: Likewise.
144 * c-pretty-print.h: Likewise.
145 * c-semantics.c: Likewise.
146 * c-tree.h: Likewise.
147 * c-typeck.c: Likewise.
148
149 * c-lang.c: Convert to ISO C90.
150
151 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
152
153 * opts.c (find_opt): Fix to always guarantee a find of a
154 switch with joined parameter.
155 * opts.h (struct cl_option): New member back_chain.
156 * opts.sh: Update to calculate and add back_chain member.
157
158 2003-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
159
160 * diagnostic.h (output_host_wide_integer): Declare.
161 * diagnostic.c (output_long_long_decicaml): New function.
162 (output_host_wide_integer): Likewise.
163 (output_format): Use them. Handle "%ll" and "%w".
164
165 2003-06-21 Jason Thorpe <thorpej@wasabisystems.com>
166
167 * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
168
169 2003-06-21 Zack Weinberg <zack@codesourcery.com>
170
171 * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
172 * configure.in: Don't use gcc_AC_C_CHARSET.
173 * configure, config.in: Regenerate.
174 * config/i370/i370.c, config/i370/i370.h: Use
175 (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
176 instead of HOST_EBCDIC or !HOST_EBCDIC. Clarify comments a tad.
177
178 2003-06-21 Neil Booth <neil@daikokuya.co.uk>
179
180 * Makefile.in: Update.
181 * common.opt: New switches.
182 * opts.c: Include diagnostic.h.
183 (common_handle_option): Handle new switches.
184 * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
185 flag_if_conversion2, flag_delete_null_pointer_checks,
186 flag_rerun_cse_after_loop): Make extern.
187 (flag_dummy): New.
188 (f_options): Update to use flag_dummy for moved options.
189 (decode_f_option): Some switches moved to opts.c.
190 * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
191 flag_if_conversion2, flag_delete_null_pointer_checks,
192 flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
193 flag_tracer, flag_thread_jumps, flag_unroll_loops,
194 flag_unroll_all_loops, flag_unswitch_loops): New.
195
196 Sat Jun 21 13:41:00 CEST 2003 Jan Hubicka <jh@suse.cz>
197
198 * i386.c (ix86_va_arg): Fix allocation of temporary slot.
199
200 2003-06-20 Kazu Hirata <kazu@cs.umass.edu>
201
202 * config/h8300/h8300-protos.h: Add a prototype for
203 same_cmp_preceding_p.
204 * config/h8300/h8300.c (same_cmp_preceding): New.
205 * config/h8300/h8300.md: Extend peephole2's that transform
206 compare:SI into shorter sequences so that they can deal with
207 signed comparisons.
208
209 2003-06-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
210
211 * doc/contrib.texi (Contributors): Use Windows instead of Win32.
212
213 Update Andreas Jaeger's entry.
214
215 Merge the two entries of Kaveh Ghazi, David Edelsohn, and
216 Loren J. Rittle.
217
218 2003-06-21 Nathanael Nerode <neroden@gcc.gnu.org>
219
220 * mkconfig.sh: Add multiple inclusion guards to generated headers.
221
222 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
223
224 * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
225 * common.opt: Add remaining -W options and -g.
226 * diagnostic.c (warnings_are_errors): Remove.
227 * flags.h: Make most warning flags boolean.
228 * opts.c (common_handle_option): Handle remaining -W options, and -g.
229 Move many warning flags from toplev.c, making them boolean.
230 * toplev.c: Remove many warning flags.
231 (decode_W_option): Remove.
232 (decode_g_option): Make extern. Error on unknown switch.
233 (lang_independent_W_options): Use warn_dummy.
234 (independent_decode_option): Just handle -f switches now.
235 * toplev.h (decode_g_option): New.
236
237 2003-06-20 Aldy Hernandez <aldyh@redhat.com>
238
239 PR/11092
240 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
241 vectors.
242
243 2003-06-20 Kelley Cook <kelleycook@wideopenwest.com>
244
245 * opts.sh: Tweak awk script for portability.
246
247 2003-06-20 Mark Mitchell <mark@codesourcery.com>
248
249 PR c++/10888
250 * tree-inline.c (expand_call_inline): Do not warn about failing to
251 inline functions declared in system headers.
252 * doc/invoke.texi (-Winline): Expand on documentation.
253
254 2003-06-20 Richard Henderson <rth@redhat.com>
255
256 * config/alpha/alpha.c (alpha_file_start): Disable
257 file_start_file_directive for ELF and not MDEBUG.
258
259 2003-06-20 J"orn Rennecke <joern.rennecke@superh.com>
260
261 * sh.h (ROUND_TYPE_ALIGN): Remove.
262
263 2003-06-20 Richard Henderson <rth@redhat.com>
264
265 * hooks.c (hook_int_void_no_regs): Rename from
266 hook_reg_class_void_no_regs; change return type.
267 * hooks.h: Update.
268 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
269 * target.h (branch_target_register_class): Change return type to int.
270 Add documentation.
271 * config/sh/sh.c (sh_target_reg_class): Change return type.
272 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
273
274 2003-06-20 Andreas Tobler <toa@pop.agri.ch>
275
276 * c-format.c: Change _Bool to bool reverting part of the last
277 patch.
278
279 2003-06-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
280
281 * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
282 strip name encoding.
283
284 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
285
286 * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
287 * configure: Regenerate.
288 Fixes PR driver/9362.
289
290 2003-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
291
292 * config/alpha/alpha.c (alpha_file_start): Fix typo.
293
294 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
295
296 * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
297 to ASM_OUTPUT_SOURCE_LINE.
298
299 2003-06-20 Daniel Egger <degger@fhm.edu>
300 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
301
302 * doc/install.texi (Building): Correct and improve statement
303 about parallel builds.
304
305 2003-06-20 Andreas Jaeger <aj@suse.de>
306
307 * c-common.c: Change _Bool to bool reverting part of the last
308 patch.
309
310 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
311
312 * tree.h (expand_function_end): Remove all parameters.
313 * function.c (expand_function_end): Remove all parameters.
314 Use input_location. Never expand_end_bindings.
315 * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
316 * coverage.c (create_coverage): Likewise.
317
318 2003-06-20 Nick Clifton <nickc@redhat.com>
319
320 * doc/extend.texi (ARM Built-in Functions): New node. Document
321 ARM builtin functions for iWMMXt support.
322
323 2003-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
324
325 * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
326 SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
327 (--with-as): Add @anchor.
328 (--with-gnu-ld): Fix typo.
329 (--with-ld): Add @uref to --with-as.
330
331 2003-06-19 Zack Weinberg <zack@codesourcery.com>
332
333 * doc/tm.texi: Uniformly use @defmac for macros, rather than
334 @table items. Minor formatting and editorial corrections.
335
336 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
337
338 * line-map.c, line-map.h: Convert to ISO prototypes.
339
340 2003-06-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
341
342 * gcse.c (store_killed_in_insn): Fix.
343
344 2003-06-19 Zack Weinberg <zack@codesourcery.com>
345
346 * target.h (asm_out.file_start, file_start_app_off,
347 file_start_file_directive): New hooks.
348 * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
349 TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
350 New hook-definition macros.
351 * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
352 * varasm.c (default_file_start): New.
353 * output.h: Prototype it.
354 * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
355 * system.h: Poison ASM_FILE_START.
356
357 * config/alpha/alpha.c (alpha_write_verstamp): Delete.
358 (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
359 (unicosmk_asm_file_start): Rename unicosmk_file_start,
360 make static, take no arguments.
361 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
362 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
363 * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
364 TARGET_ASM_FILE_END. Remove reference to ASM_FILE_START in
365 comment.
366 * config/arc/arc.c (arc_asm_file_start): Rename
367 arc_file_start, take no arguments, make static.
368 (TARGET_ASM_FILE_START): Set it.
369 * config/arm/arm.c (aof_file_start): New static function.
370 (TARGET_ASM_FILE_START): Set it, when appropriate.
371 * config/arm/coff.h, config/arm/elf.h:
372 Set TARGET_ASM_FILE_START_APP_OFF to true.
373 * config/avr/avr.c (asm_file_start): Rename avr_file_start,
374 take no arguments, make static.
375 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
376 Set them.
377 * config/c4x/c4x.c (c4x_file_start): New static function.
378 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
379 Set them.
380 * config/cris/cris.c (cris_file_start): New static function.
381 (TARGET_ASM_FILE_START): Set it.
382 * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
383 dsp16xx_file_start, make static.
384 (luxworks_dsp16xx_file_start): Delete.
385 (TARGET_ASM_FILE_START): Set it.
386 * config/h8300/h8300.c (asm_file_start): Rename
387 h8300_file_start, make static, take no arguments.
388 (TARGET_ASM_FILE_START): Set it.
389 * config/i370/i370.c (i370_file_start): New static function.
390 (TARGET_ASM_FILE_START): Set it.
391 * config/i386/i386.c (x86_file_start): New static function.
392 (TARGET_ASM_FILE_START): Set it.
393 * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
394 X86_FILE_START_FLTUSED): New macros, default to false.
395 * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
396 * config/i386/sysv4.h, config/i386/sco5.h: Override
397 X86_FILE_START_VERSION_DIRECTIVE to true.
398 * config/ia64/ia64.c (ia64_file_start): New static function.
399 (TARGET_ASM_FILE_START): Set it.
400 (emit_safe_across_calls): Take no arguments.
401 * config/ia64/ia64.md: Update to match.
402 * config/m32r/m32r.c (m32r_asm_file_start): Rename
403 m32r_file_start, make static, take no arguments.
404 (TARGET_ASM_FILE_START): Set it.
405 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
406 m68hc11_file_start, make static, take no arguments.
407 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
408 (print_options): Delete.
409 * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
410 (TARGET_ASM_FILE_START_APP_OFF): Set.
411 * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
412 m68k_hp320_file_start.
413 * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
414 Make static, take no arguments.
415 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
416 * config/mmix/mmix.c (mmix_asm_file_start): Rename
417 mmix_file_start, make static, take no arguments.
418 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
419 * config/mn10300/mn10300.c (asm_file_start): Rename
420 mn10300_file_start, make static, take no arguments.
421 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
422 * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
423 * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
424 pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
425 pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
426 pa_hpux64_hpas_file_start): New static functions.
427 * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
428 * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
429 pa_linux_file_start.
430 * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
431 pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
432 appropriate.
433 * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
434 * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
435 (rs6000_file_start): Make static, take no arguments. Reset
436 default_cpu under certain conditions.
437 (rs6000_xcoff_file_start): New function.
438 * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
439 * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
440 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
441 * config/sh/sh.c (output_file_start): Rename
442 sh_file_start, make static, take no arguments. Merge in old
443 code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
444 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
445 * config/sh/sh.c (TARGET_ELF): Define to 0.
446 * config/sh/elf.h (TARGET_ELF): Redefine to 1.
447 * config/v850/v850.c (asm_file_start): Delete.
448 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
449 * config/vax/vax.c (vax_file_start): New static function.
450 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
451
452 * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
453 * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
454 * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
455 * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
456 * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
457 * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
458
459 * config/darwin.h, config/elfos.h, config/alpha/elf.h
460 * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
461 * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
462 * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
463 * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
464 * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
465 * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
466 * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
467 * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
468 * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
469 * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
470 * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
471 * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
472 * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
473 * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
474 * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
475 * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
476 * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
477
478 * config/alpha/alpha-protos.h, config/arc/arc-protos.h
479 * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
480 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
481 * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
482 * config/mips/mips-protos.h, config/mmix/mmix-protos.h
483 * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
484 * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
485
486 * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
487 Remove reference to ASM_FILE_START in comment.
488 * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
489 * config/arm/linux-gas.h, config/arm/netbsd-elf.h
490 * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
491
492 2003-06-19 Graeme Peterson <gp@qnx.com>
493
494 * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
495 SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
496 sysroot_hdrs_suffix_spec): New.
497 (static_specs): Initialize new variables.
498 (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
499 * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
500 New macros.
501
502 2003-06-19 Andreas Jaeger <aj@suse.de>
503
504 * c-aux-info.c: Convert to ISO C90.
505 * c-pragma.c: Likewise.
506 * c-common.c: Likewise.
507 * c-common.h: Likewise.
508 * c-convert.c: Likewise.
509 * c-cppbuiltin.c: Likewise.
510 * c-dump.c: Likewise.
511 * c-decl.c: Likewise
512 * c-format.c: Likewise.
513 * c-incpath.c: Likewise.
514 * c-incpath.h: Likewise.
515
516 2003-06-19 Roger Sayle <roger@eyesopen.com>
517
518 * builtins.c (expand_errno_check): Assume that flag_errno_math
519 and HONOR_NANS have been tested before calling here. Only try
520 to set errno ourselves if the decl can't throw an exception.
521 (expand_builtin_mathfn): Move the code to stabilize the arg
522 after the main switch, so that that its only done when needed.
523 BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
524 Don't modify the original expr when stabilizing the argument.
525 (expand_builtin_mathfn_2): Likewise, move the code to stabilize
526 the args after the main switch, and don't modify the orginal exp.
527
528 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
529
530 * expr.c (const_vector_from_tree): Initialize remaining elements
531 to 0.
532
533 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
534
535 * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
536 Change "fix" to "float".
537
538 2003-06-19 Andreas Jaeger <aj@suse.de>
539
540 * c-tree.h: Remove declaration of poplevel.
541
542 * tree.h: Remove declaration of approx_sqrt.
543
544 * c-lex.c: Remove redundant declaration of asm_out_file.
545
546 * flags.h: Remove declaration of warn_unknown_pragma and
547 main_input_filename.
548
549 * rtl.h: Remove functions from fold-const.c since they're already
550 declared in tree.h.
551
552 * regs.h: Remove redundant declaration of reg_names.
553
554 * bt-load.c (migrate_btr_defs): Correct printf arguments.
555
556 * protoize.c: Fix breakage from last patch.
557
558 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
559
560 * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
561 has been included.
562
563 2003-06-18 James A Morrison <ja2morri@student.math.uwaterloo.ca>
564
565 * config/sparc/sparc.c: Update copyright year.
566
567 2003-06-19 David Edelsohn <edelsohn@gnu.org>
568
569 * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
570 to ABI_V4.
571
572 2003-06-18 Joseph S. Myers <jsm@polyomino.org.uk>
573
574 PR bootstrap/4068
575 * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
576
577 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
578
579 * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
580 to the end of the file. Remove unnecessary prototypes.
581
582 2003-06-19 Hans-Peter Nilsson <hp@axis.com>
583
584 * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
585 calls to insn_default_latency and result_ready_cost. Initialize
586 def_latency to 1.
587
588 2003-06-18 Richard Henderson <rth@redhat.com>
589
590 * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
591 (_Unwind_FindEnclosingFunction): Implement.
592
593 2003-06-18 Kazu Hirata <kazu@cs.umass.edu>
594
595 * toplev.c (rest_of_handle_sched): Hide the entire function if
596 INSN_SCHEDULING is not defined.
597 (rest_of_compilation): Call rest_of_handle_sched() only when
598 INSN_SCHEDULING is defined.
599
600 2003-06-18 Stephen Clarke <stephen.clarke@superh.com>
601 J"orn Rennecke <joern.rennecke@superh.com>
602
603 * bt-load.c: New file.
604 * Makefile.in (OBJS): Include bt-load.o
605 (bt-load.o): Add dependencies.
606 * flags.h (flag_branch_target_load_optimize): Declare.
607 (flag_branch_target_load_optimize2): Likewise.
608 * hooks.c (hook_reg_class_void_no_regs): New function.
609 (hook_bool_bool_false): Likewise.
610 * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
611 * rtl.h (branch_target_load_optimize): Declare.
612 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
613 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
614 (TARGET_INITIALIZER): Include these.
615 * target.h (struct gcc_target): Add branch_target_register_class
616 and branch_target_register_callee_saved members.
617 * toplev.c (enum dump_file_index): Add DFI_branch_target_load
618 (dump_file) Add "tars" entry.
619 (flag_branch_target_load_optimize): New variable.
620 (flag_branch_target_load_optimize2): Likewise.
621 (lang_independent_options): Add entries for new options.
622 (rest_of_compilation): Call branch_target_load_optimize.
623 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
624 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
625 * doc/invoke.texi: Document -fbranch-target-load-optimize and
626 -fbranch-target-load-optimize2.
627 * rtl.h (epilogue_completed): Declare.
628 * recog.c (epilogue_completed): New variable.
629 * toplev.c (rest_of_compilation): Set it.
630 * flow.c (mark_regs_live_at_end): Use it.
631 * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
632 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
633 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
634 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
635
636 * sh.c (shmedia_space_reserved_for_target_registers): New variable.
637 (sh_target_reg_class): New function.
638 (sh_optimize_target_register_callee_saved): Likwise.
639 (shmedia_target_regs_stack_space): Likewise.
640 (shmedia_reserve_space_for_target_registers_p): Likewise.
641 (shmedia_target_regs_stack_adjust): Likewise.
642 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
643 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
644 (calc_live_regs): If flag_branch_target_load_optimize2 and
645 TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
646 for target registers, make sure that we save all target registers.
647 (sh_expand_prologue, sh_expand_epilogue): Take target register
648 optimizations into account. Collapse stack adjustments if that
649 is beneficial.
650 (initial_elimination_offset): Reserve space for target registers
651 if necessary.
652 * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
653 (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
654
655 2003-06-18 Nick Clifton <nickc@redhat.com>
656
657 * config.gcc: Add an extra_header for ARM targets.
658 Support configuring with --with-cpu=iwmmxt.
659 * doc/invoke.texi: Document new value for -mcpu= ARM switch.
660 * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
661 names. Fix formatting.
662 * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
663 names.
664 * config/arm/arm-protos.h (arm_emit_vector_const): New
665 prototype.
666 (arm_output_load_gr): New prototype.
667 * config/arm/arm.c (extra_reg_names1): Delete.
668 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
669 * arch_is_iwmmxt): Define.
670 (all_cores, all_architecture): Add entry for iwmmxt.
671 (arm_override_options): Add support for iwmmxt.
672 (use_return_insn, arm_function_arg, arm_legitimate_index_p,
673 arm_print_value, arm_rtx_costs_1, output_move_double,
674 arm_compute_save_reg_mask, arm_output_epilogue,
675 arm_get_frame_size, arm_expand_prologue, arm_print_operand,
676 arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
677 Likewise.
678 (arm_init_cumulative_args): Count iwmmxt registers.
679 (arm_function_ok_for_sibcall): Return false of sibcall_blocked
680 has been set.
681 (struct minipool_node): Add fix_size field.
682 (add_minipool_forward_ref): Add support for 8-byte aligning of
683 the pool.
684 (add_minipool_backward_ref, add_minipool_offsets,
685 dump_minipool, push_minipool_fix): Likewise.
686 (struct builtin_description): New struct.
687 (builtin_description): New array of iwmmxt builtin functions.
688 (arm_init_iwmmxt_builtins): New function.
689 (arm_init_builtins): New function.
690 (safe_vector_operand): New function.
691 (arm_expand_binop_builtin): New function.
692 (arm_expand_unop_builtin): New function.
693 (arm_expand_builtin): New function.
694 (arm_emit_vector_const): New function.
695 (arm_output_load_gr): New function.
696 * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
697 TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
698 TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
699 DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
700 (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
701 (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
702 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
703 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
704 REG_CLASS_FOR_LETTER): Add iwmmxt registers.
705 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
706 registers unless the iwmmxt target is selected.
707 (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
708 FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
709 IS_IWMMXT_GR_REGNUM): Define.
710 (FIRST_PSEUDO_REGISTER): Bump to 63.
711 (struct machine_function): Add sibcall_blocked field.
712 (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
713 nargs fields.
714 (enum arm_builtins): New enum list.
715 * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
716 UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
717 UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
718 UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
719 (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
720 VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
721 (movv2si, movv4hi, movv8qi): New expands for vector moves.
722 Include iwmmxt.md.
723 * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
724 multilib.
725 (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
726 * config/arm/mmintrin.h: New ARM specific header file.
727 * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
728
729 2003-06-18 J"orn Rennecke <joern.rennecke@superh.com>
730
731 * toplev.c (Remaining -d letters summary): Update.
732
733 2003-06-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
734
735 * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
736 argument.
737 (function_arg): Handle CALL_LIBCALL flag.
738 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
739 prototype.
740 * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
741 (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
742 (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
743 (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
744
745 2003-06-18 Neil Booth <neil@daikokuya.co.uk>
746
747 * Makefile.in: Update.
748 * common.opt: New options.
749 * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
750 set_Wunused): New.
751 (common_handle_option): Handle new options.
752 * toplev.c (set_target_switch): Export.
753 (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
754 (decode_W_option): -Wunused and -Wextra handled in opts.c now.
755 (independent_decode_option): More options handled in opts.c now.
756 Change prototype.
757 * toplev.h (set_target_switch): New.
758
759 2003-06-17 Robert Abeles <rabeles@archaelogic.com>
760
761 PR debug/4252
762 * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
763 to dump_switch_p().
764 * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
765 from static strings in dump_files.
766
767 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
768
769 * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
770 VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
771 libiberty macros.
772
773 2003-06-17 Jason Merrill <jason@redhat.com>
774
775 PR c++/10929
776 * tree-inline.c (expand_call_inline): Don't warn about failing to
777 inline a function which was made inline by -finline-functions.
778
779 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
780
781 * config/h8300/h8300-protos.h: Update to ISO C.
782 * config/h8300/h8300.c: Likewise.
783 * config/h8300/h8300.h: Likewise.
784 * config/h8300/h8300.md: Likewise.
785
786 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
787
788 * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
789 * configure: Regenerate.
790 * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
791
792 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
793
794 * install.texi (Testing): Add information on how to run Java
795 runtime tests separately.
796
797 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
798
799 * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
800
801 * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
802 (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
803
804 2003-06-17 Christopher Faylor <cgf@redhat.com>
805
806 * doc/install.texi: Add msvc rebuild caveat.
807
808 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
809
810 * config/sh/coff.h: Replace Hitachi with Renesas.
811 * config/sh/elf.h: Likewise.
812 * config/sh/embed-elf.h: Likewise.
813 * config/sh/lib1funcs.asm: Likewise.
814 * config/sh/sh-protos.h: Likewise.
815 * config/sh/sh.c: Likewise.
816 * config/sh/sh.h: Likewise.
817 * config/sh/sh.md: Likewise.
818
819 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
820
821 * ChangeLog.3: Fix comment typos.
822 * ChangeLog.6: Likewise.
823 * config/d30v/d30v.c: Likewise.
824 * config/h8300/h8300.md: Likewise.
825 * config/m32r/m32r.md: Likewise.
826 * config/mips/mips.c: Likewise.
827 * config/mips/mips.md: Likewise.
828 * config/ns32k/NOTES: Likewise.
829
830 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
831 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
832
833 * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
834 to run Java runtime tests separately.
835
836 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
837
838 * config/h8300/h8300-protos.h: Update a comment.
839
840 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
841
842 * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
843 are aligned like integral modes.
844 (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
845
846 * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
847 (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
848 * sh.md (*pt): Remove.
849
850 * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
851
852 * sh.md (return_media_rte): New pattern.
853 (return_media): Use it.
854
855 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
856
857 * doc/contrib.texi: Replace Hitachi with Renesas.
858 * doc/install.texi: Likewise.
859 * doc/invoke.texi: Likewise.
860
861 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
862
863 * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
864 behaviour.
865
866 2003-06-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
867
868 * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
869
870 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
871 2003-01-23 patch. Corrected to handle kernels with changed ucontext.
872
873 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
874 -msdata=eabi usages.
875
876 * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
877
878 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
879
880 * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
881 * fixinc/gnu-regex.c: Don't define `volatile'.
882 * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
883 * ggc-simple.c: Likewise.
884 * system.h: Don't define `volatile'.
885
886 * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
887 * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
888 call these macros.
889 * config.in, configure: Regenerated.
890
891 2003-06-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
892
893 * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
894 Handle POINTERS_EXTEND_UNSIGNED.
895
896 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
897
898 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
899 !TARGET_IRIX6]: Define as NULL.
900
901 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
902
903 * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
904
905 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
906
907 * dbxout.c (dbxout_source_line_counter): New global variable.
908 Mark it with GTY(()).
909 (dbxout_source_line): Increment dbxout_source_line_counter
910 and pass it to ASM_OUTPUT_SOURCE_LINE.
911 * sdbout.c (sdbout_source_line_counter): New global variable.
912 Mark it with GTY(()).
913 (unnamed_struct_number): Mark it with GTY(()).
914 (sdbout_source_line): Increment sdbout_source_line_counter
915 and pass it to ASM_OUTPUT_SOURCE_LINE.
916 * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
917 (xcoffout_source_line): Pass 0 as third argument to
918 ASM_OUTPUT_SOURCE_LINE.
919 (xcoffout_begin_prologue): Likewise.
920 * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
921 Use it instead of 'sym_lineno' but without incrementing it.
922 * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
923 * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
924 * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
925 * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
926 argument to ASM_OUTPUT_SOURCE_LINE.
927 * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
928 * config/arm/aout.h: Remove useless comment.
929 * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
930 * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
931 * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
932 Use it instead of 'sym_lineno' but without incrementing it.
933 * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
934 * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
935 parameter. Use it instead of 'sym_lineno' but without incrementing it.
936 * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
937 argument to ASM_OUTPUT_SOURCE_LINE.
938 * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
939 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
940 * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
941 Use it instead of 'sym_lineno' but without incrementing it.
942 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
943 * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
944 * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
945 * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
946 * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
947
948 2003-06-17 Richard Sandiford <rsandifo@redhat.com>
949
950 * config/mips/mips-protos.h (mips_expand_block_move): Declare.
951 (expand_block_move, output_block_move): Remove.
952 * config/mips/mips.h (enum block_move_type): Remove.
953 * config/mips/mips.c (block_move_call, output_block_move): Remove.
954 (mips_block_move_straight, mips_adjust_block_mem): New function.
955 (mips_block_move_loop): Renamed and reworked from block_move_loop.
956 (mips_expand_block_move): Likewise expand_block_move. Return false
957 to fall back on the target-independent code.
958 * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
959 (movstrsi_internal*): Remove.
960
961 2003-06-16 Zack Weinberg <zack@codesourcery.com>
962
963 * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
964 * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
965 * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
966 ISO C: new-style function declarations, no need for PARAMS,
967 no special punctuation on indirect function calls, use string
968 constant concatenation where convenient.
969
970 2003-06-17 Andreas Jaeger <aj@suse.de>
971
972 * rtl.h: Remove declarations from coverage.h.
973 * toplev.c: Include coverage.h.
974 * Makefile.in (toplev.o): Depend on coverage.h.
975
976 * toplev.h: Remove extra declaration of print_time.
977
978 * gengtype.c (close_output_files): Remove duplicated declaration.
979
980 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
981
982 * config/sparc/sysv4.h: Remove target-independent comment;
983 replace "GNU CC" with "GCC".
984 * config/vxworks.h: Replace "GNU compiler" with "GCC".
985 * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
986 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
987 config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
988 config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
989 config/sparc/rtemself.h, config/sparc/sol2-64.h,
990 config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
991 config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
992 config/sparc/sol2.h, config/sparc/sp64-aout.h,
993 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
994 config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
995 "GNU compiler", "GNU CC" with "GCC".
996 * config/sparc/cypress.md, config/sparc/hypersparc.md,
997 config/sparc/sparc-modes.def, config/sparc/sparc.c,
998 config/sparc/sparc.md, config/sparc/sparclet.md,
999 config/sparc/supersparc.md, config/sparc/ultra1_2.md,
1000 config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
1001 "GNU C Compiler" with "GCC".
1002 * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
1003
1004 2003-06-16 Aldy Hernandez <aldyh@redhat.com>
1005
1006 * simplify-rtx.c (simplify_subreg): Do not over-extend vector
1007 constants.
1008
1009 * testsuite/gcc.c-torture/execute/simd-4.c: New.
1010
1011 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1012
1013 * config/ip2k/ip2k.h: Remove target-independent comments.
1014
1015 * config.gcc: Explicitly mention elfos.h in ip2k entry.
1016 * config/ip2k/ip2k.h: Don't #include it here.
1017
1018 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1019
1020 * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
1021 config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
1022 dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
1023 function.c, gcc.c, genoutput.c, gensupport.c, global.c,
1024 haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
1025 loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
1026 read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
1027 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
1028 the PTR macro.
1029
1030 * gengtype.c: Don't use UNION_INIT_ZERO.
1031 * system.h (UNION_INIT_ZERO): Delete.
1032
1033 2003-06-16 Richard Henderson <rth@redhat.com>
1034
1035 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
1036 GET_MODE_UNIT_SIZE when simplifying constant vectors.
1037
1038 2003-06-16 Andreas Jaeger <aj@suse.de>
1039
1040 * timevar.c (get_run_time): Remove function provided also by
1041 libiberty.
1042 * timevar.h: Remove get_run_time declaration.
1043
1044 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
1045
1046 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
1047 unreachable code.
1048
1049 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1050
1051 * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
1052 cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
1053 use macros from "symcat.h", instead rely on ISO C.
1054
1055 * system.h: Don't include "symcat.h".
1056 * configure.in (AC_C_STRINGIZE): Delete.
1057 * config.in, configure: Regenerate.
1058
1059 2003-06-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1060
1061 * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
1062
1063 * tree.h (STMT_CHECK): New macro.
1064 Also upper-case argument names on all checking macros and
1065 fix some whitespace problems; assume CODE argument does not
1066 have side-effects.
1067
1068 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1069
1070 * scan.h: Convert to ISO C.
1071 * system.h: Likewise.
1072
1073 * c-format.c (dynamic_format_types): New pointer for dynamic data.
1074 (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
1075 New functions split out of...
1076 (handle_format_attribute): ...here.
1077
1078 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
1079
1080 * sh.h (REG_CLASS_FROM_LETTER): Change to:
1081 (REG_CLASS_FROM_CONSTRAINT).
1082 (CONST_OK_FOR_I): Rename to:
1083 (CONST_OK_FOR_I08). Changed all users.
1084 (CONST_OK_FOR_J): Rename to:
1085 (CONST_OK_FOR_I16). Changed all users.
1086 (CONST_OK_FOR_K): Rename to:
1087 (CONST_OK_FOR_P27). Changed all users.
1088 (CONST_OK_FOR_L): Rename to:
1089 (CONST_OK_FOR_K08). Changed all users.
1090 (CONST_OK_FOR_O): Rename to:
1091 (CONST_OK_FOR_I06). Changed all users.
1092 (CONST_OK_FOR_P): Rename to:
1093 (CONST_OK_FOR_I10). Changed all users.
1094 (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
1095 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
1096 (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
1097 (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
1098 (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
1099 (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
1100 (CONST_OK_FOR_LETTER_P): Replace with
1101 (CONST_OK_FOR_CONSTRAINT_P).
1102 (EXTRA_CONSTRAINT_S): Rename to:
1103 (EXTRA_CONSTRAINT_C16). Changed all users.
1104 (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
1105 (EXTRA_CONSTRAINT_T): Rename to:
1106 (EXTRA_CONSTRAINT_Csy). Changed all users.
1107 (EXTRA_CONSTRAINT_Z): Remove.
1108 (EXTRA_CONSTRAINT): Replace with:
1109 (EXTRA_CONSTRAINT_STR).
1110 (EXTRA_CONSTRAINT_U): Rename to:
1111 (EXTRA_CONSTRAINT_Z). Changed all users.
1112 * sh.c (and_operand): Use CONST_OK_FOR_J16.
1113 * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
1114 (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
1115 (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
1116 (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
1117 (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
1118 (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
1119 (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
1120 (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
1121 (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
1122 (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
1123 (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
1124 (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
1125 (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
1126 (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
1127 (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
1128 (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
1129 (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
1130 (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
1131 (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
1132 (sssubv4hi3): Likewise.
1133 (movsf_i): Change I[08]/r to G/r.
1134 (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
1135
1136 * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
1137
1138 2003-06-16 Vladimir Makarov <vmakarov@redhat.com>
1139
1140 * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
1141
1142 2003-06-16 Andreas Jaeger <aj@suse.de>
1143
1144 * basic-block.h: Remove duplicate prototype of
1145 note_prediction_to_br_prob.
1146
1147 * tree.h: Remove duplicate prototype of strip_float_extensions.
1148
1149 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1150
1151 * config/c4x/c4x.c: Don't include "c-tree.h".
1152 * config/pa/pa.c: Likewise.
1153 * langhooks.c: Likewise.
1154 * tree.h (poplevel): Declare.
1155
1156 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
1157
1158 * config/h8300/h8300.c (const_costs): Move this to ...
1159 (h8300_rtx_costs): ... here.
1160
1161 2003-06-16 Roger Sayle <roger@eyesopen.com>
1162
1163 * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
1164 (tan_optab, atan_optab): Define corresponding macros.
1165 * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
1166 * genopinit.c (optabs): Implement tan_optab and atan_optab
1167 using tan?f2 and atan?f2 patterns.
1168 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
1169 using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
1170 Change the default value of errno_set to false.
1171 (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
1172 using expand_builtin_mathfn.
1173
1174 * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
1175 expander patterns implemented using existing atan2?f3 patterns.
1176
1177 2003-06-16 Roger Sayle <roger@eyesopen.com>
1178
1179 * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
1180 both operands of the addition equal, reuse the expanded RTL.
1181 (expand_expr <MULT_EXPR>): Likewise for multiplication.
1182
1183 2003-06-16 Roger Sayle <roger@eyesopen.com>
1184 Jeff Law <law@redhat.com>
1185
1186 * fold-const.c (operand_equal_p): Consider two calls to "const"
1187 functions with identical non-volatile arguments to be equal.
1188 Consider the FUNCTION_DECL for the "__builtin_foo" form of a
1189 built-in function to be equal to the "foo" form.
1190
1191 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1192
1193 * config/rs6000/sysv4le.h: Remove target-independent comment.
1194 Replace "GNU compiler" with "GCC" in comment.
1195
1196 2003-06-16 Andreas Jaeger <aj@suse.de>
1197
1198 * tracer.c: Remove duplicate declaration.
1199
1200 * toplev.c: Remove extra declaration of decode_d_option.
1201
1202 * ssa.c: Remove duplicate declaration.
1203
1204 * sreal.c: Remove extra declaration of dump_sreal.
1205
1206 * reload1.c: Remove duplicate declarations.
1207
1208 * integrate.c: Remove extra declaration of
1209 set_decl_abstract_flags.
1210
1211 * flow.c: Remove extra declaration of dump_flow_info.
1212
1213 * alias.c: Remove extra declaration of get_addr.
1214
1215 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1216
1217 * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
1218 config/vxworks.h: GNU CC -> GCC.
1219
1220 * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
1221 lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
1222 stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
1223 ssa.h, tree.def: Replace overly specific references to "GNU C"
1224 and "GNU C Compiler" with references to "GCC".
1225
1226 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
1227
1228 * sh.c (prepare_move_operand): Check if operand 0 is an invalid
1229 memory reference. Fix test that checks if operand 1 is using r0.
1230 * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
1231
1232 * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
1233 defined.
1234
1235 2003-06-15 Nathan Sidwell <nathan@codesourcery.com>
1236
1237 * function.h (struct emit_status): Remove x_last_linenum,
1238 x_last_filename. Add x_last_location.
1239 * rtl.h: #include "input.h".
1240 (NOTE_DATA): New.
1241 * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
1242 number notes.
1243 * emit-rtl.c (last_linenum, last_filename): Remove.
1244 (last_location): New.
1245 (emit_line_note_after): LINE must always be >= 0.
1246 (emit_line_note): Likewise. Check not duplicate here...
1247 (emit_note): ... rather than here.
1248 (emit_line_note_force, force_next_line_note, init_emit): Adjust.
1249 * integrate.c (expand_inline_function): Use emit_line_note for
1250 line number notes.
1251 (copy_insn_list): Likewise.
1252 * unroll.c (copy_loop_body): Likewise.
1253 * Makefile.in (RTL_H): Add input.h.
1254
1255 2003-06-16 Richard Sandiford <rsandifo@redhat.com>
1256
1257 * optabs.c (emit_libcall_block): Don't hoist insns past a label.
1258
1259 2003-06-16 Richard Henderson <rth@redhat.com>
1260
1261 * config/alpha/alpha-protos.h, config/alpha/elf.h,
1262 config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
1263 config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
1264 * config/alpha/alpha.c: Likewise. Move targetm init to end of file.
1265 Remove unneeded static function decls.
1266
1267 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
1268
1269 * c-opts.c (c_common_handle_option): s/on/value/.
1270 (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
1271 directly rather than converting the argument.
1272 * c.opt: Update docs. Use UInteger where appropriate.
1273 * common.opt: Use UInteger where appropriate.
1274 * opts.c (integral_argument): New.
1275 (handle_argument): Handle integral arguments, and optional
1276 joined arguments.
1277 (common_handle_option): Update.
1278 * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
1279 * opts.sh: Handle JoinedOrMissing and UInteger flags.
1280
1281 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
1282
1283 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
1284 unnecessary extern declaration.
1285
1286 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
1287
1288 * config/gofast.h, config/interix.h, config/interix3.h,
1289 config/libgloss.h, config/linux-aout.h, config/linux.h,
1290 config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
1291 * config/kaos.h: "GNU compiler" -> GCC.
1292 * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
1293
1294 * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
1295 config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
1296 GNU CC -> GCC.
1297
1298 * config/svr3.h: Remove #if 0 code, misleading comments.
1299 GNU CC -> GCC.
1300
1301 2003-06-15 Zack Weinberg <zack@codesourcery.com>
1302
1303 * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
1304 main_input_filename to avoid conflict with input_filename macro.
1305
1306 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1307
1308 * config/mips/mips.h (asm_file_name, g_switch_set,
1309 g_switch_value): Remove.
1310 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
1311 unnecessary extern declarations.
1312
1313 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1314
1315 * config/frv/frv.h: Remove declaration of g_switch_value.
1316 * config/m32r/m32r.h: Remove declaration of g_switch_value.
1317 * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
1318
1319 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1320
1321 * opts.sh: Quote '+' in regex.
1322
1323 2003-06-15 Andrew Pinski <pinskia@physics.uc.edu>
1324
1325 * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
1326 * config/rs6000/rs6000.c: Include cfglayout.h.
1327 * config/alpha/alpha.c: Likewise.
1328 * config/ia64/ia64.c: Likewise.
1329 * config/sparc/sparc.c: Likewise.
1330 * config/sh/sh.c: Likewise.
1331
1332 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1333
1334 * opts.sh: Quote '+' in regex.
1335
1336 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1337
1338 * c-opts.c (lang_flags): Update for new spelling of flags.
1339 (write_langs): Similarly.
1340 * c.opt: Specify languages.
1341 * opts.h: Remove languages.
1342 * opts.sh: Recognise front-end defined languages.
1343 * doc/sourcebuild.texi: Update.
1344
1345 2003-06-15 Andreas Jaeger <aj@suse.de>
1346
1347 * alloc-pool.c: Convert to ISO C90 prototypes.
1348 * alloc-pool.h: Likewise.
1349 * alias.c: Likewise.
1350 * attribs.c: Likewise.
1351 * bb-reorder.c: Likewise.
1352 * bitmap.h: Likewise.
1353 * bitmap.c: Likewise.
1354 * builtins.c: Likewise.
1355
1356 * tree.h: Convert prototypes of attribs.c to ISO C90.
1357 * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
1358 * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
1359 * expr.h: Convert prototypes of builtins.c to ISO C90.
1360
1361 2003-06-15 Roger Sayle <roger@eyesopen.com>
1362
1363 * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
1364 implement exp, expf and expl built-ins as inline x87 intrinsics.
1365 (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
1366 represent x87's fscale, frndint and f2xm1 insns respectively.
1367 (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
1368 to encode x87's "fscale" instruction followed by a pop.
1369 (*frndintxf2): New insn pattern for "frndint".
1370 (*f2xm1xf2): New insn pattern for "f2xm1".
1371
1372 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
1373 UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
1374 UNSPEC_FPATAN.
1375
1376 2003-06-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1377
1378 * gencheck.c (main): Avoid generating duplicate macros.
1379
1380 * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
1381 knowing names of language subdirectories.
1382
1383 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
1384
1385 * c-pch.c (asm_file_name): Remove.
1386 * common.opt: Add more switches.
1387 * flags.h (g_switch_set): Boolify.
1388 * opts.c (g_switch_value, g_switch_set, exit_after_options,
1389 version_flag): Move from toplev.c.
1390 (common_handle_option): Handle more switches from toplev.c.
1391 * toplev.c (display_help, display_target_options, decode_d_option,
1392 print_version): Make non-static, remove prototypes.
1393 (aux_base_name, asm_file_name, aux_info_file_name): Constify.
1394 (version_flag, g_switch_value, g_switch_set, exit_after_options):
1395 Remove.
1396 (independent_decode_option): Move some handlers to opts.c.
1397 * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
1398 exit_after_options, version_flag, display_help, display_target_options,
1399 print_version, decode_d_option): New.
1400
1401 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
1402
1403 * config/alpha/alpha.md: Follow spelling conventions.
1404 * config/arm/arm.c: Likewise.
1405 * config/arm/arm.h: Likewise.
1406 * config/arm/arm.md: Likewise.
1407 * config/arm/crtn.asm: Likewise.
1408 * config/m32r/m32r.c: Likewise.
1409 * config/m32r/m32r.md: Likewise.
1410 * config/rs6000/rs6000.c: Likewise.
1411
1412 2003-06-15 Richard Henderson <rth@redhat.com>
1413
1414 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
1415 insn_locators_initialize.
1416 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
1417 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
1418 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
1419 * config/sh/sh.c (sh_output_mi_thunk): Do it later.
1420
1421 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
1422
1423 * builtins.c (expand_builtin_expect_jump): Remove redundant
1424 tests that are also in any_condjump_p().
1425
1426 2003-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1427
1428 * libgcc2.c: Delete sysV68 L_trampoline section.
1429 * config/m68k/mot3300-crt0.S: Delete file.
1430 * config/m68k/mot3300Mcrt0.S: Likewise.
1431
1432 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
1433
1434 * config/aoutos.h: Remove.
1435 * config.gcc: Remove reference to aoutos.h.
1436 * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
1437
1438 2003-06-14 Kazu Hirata <kazu@cs.umass.edu>
1439
1440 * doc/install.texi: Follow spelling conventions.
1441 * doc/tm.texi: Likewise.
1442 * config/fp-bit.c: Likewise.
1443 * config/arm/arm.c: Likewise.
1444 * config/frv/frv.c: Likewise.
1445 * config/ns32k/NOTES: Likewise.
1446 * config/ns32k/STATUS: Likewise.
1447
1448 2003-06-14 Roger Sayle <roger@eyesopen.com>
1449 Zack Weinberg <zack@codesourcery.com>
1450
1451 * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
1452 * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
1453 * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
1454
1455 * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
1456 * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
1457 * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
1458 * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
1459 * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
1460 * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
1461 * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
1462 * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
1463 * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
1464 * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
1465 * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
1466 * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
1467 * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
1468 * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
1469 * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
1470 * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
1471 * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
1472 * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
1473 * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
1474 * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
1475
1476 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
1477
1478 * opts.sh (POSIXLY_CORRECT): Unset it.
1479
1480 * tree.h (init_function_start): Remove filename and line paramters.
1481 * function.c (init_function_start): Remove filename and line
1482 parameters. Use DECL_SOURCE_LOCATION.
1483 * c-decl.c (store_parm_decls): Adjust init_function_start call.
1484 (c_expand_body_1): Likewise.
1485 * coverage.c (create_coverage): Likewise.
1486 * objc/objc-act.c (build_tmp_function_decl): Set line number to
1487 zero.
1488 (hack_method_prototype): Adjust init_function_start call.
1489
1490 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
1491
1492 PR target/3724
1493 * arm/linux-elf.h (PROFILE_HOOK): Define.
1494
1495 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
1496
1497 PR target/11183
1498 * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
1499
1500 2003-06-14 Roger Sayle <roger@eyesopen.com>
1501
1502 * opts.sh: Work around a mysterious feature in cygwin's gawk
1503 where specifying the input files explicitly has a different
1504 behavior to piping them via stdin.
1505
1506 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
1507
1508 * doc/sourcebuild.texi: Update.
1509
1510 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
1511
1512 PR target/11183
1513 * arm.c (output_move_double): Pass SImode to adjust_address.
1514
1515 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
1516
1517 * Makefile.in: Update to use common.opt and lang_opt_files.
1518 (c-options.c, c-options.h): Remove.
1519 (options.c, options.h): Add.
1520 * c-opts.c: Include options.h not c-options.h.
1521 * common.opt: New file.
1522 * configure, configure.in: Add lang_opt_files.
1523 * opts.c: Include flags.h and diagnostic.h.
1524 (common_handle_option): New.
1525 (handle_option): Update to recognize common options and all
1526 language-dependent options.
1527 * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
1528 (struct cl_option): Make flags of type int.
1529 * opts.h: Flag option with front ends to which it applies.
1530 Handle duplicate options.
1531 * toplev.c (filename): Remove.
1532 (independent_decode_option): Don't handle filenames and -quiet.
1533 (process_options, do_compile): Update.
1534
1535 2003-06-14 Nick Clifton <nickc@redhat.com>
1536
1537 * doc/install.texi (Specific): Add description of different
1538 ARM supported file format targets.
1539
1540 Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
1541
1542 * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
1543 inside delay slots.
1544
1545 2003-06-13 Matt Kraai <kraai@alumni.cmu.edu>
1546
1547 * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
1548 * unwind-pe.h (size_of_encoded_value): Do not define if
1549 NO_SIZE_OF_ENCODED_VALUE is defined.
1550
1551 2003-06-13 Roger Sayle <roger@eyesopen.com>
1552
1553 * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
1554 expanding a complex constant into a CONCAT target.
1555
1556 2003-06-13 Zack Weinberg <zack@codesourcery.com>
1557
1558 * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
1559 (ASM_FILE_START_1): Delete.
1560 * config/i386/att.h, config/i386/sco5.h,
1561 config/i386/sysv3.h
1562 (ASM_FILE_START_1): Delete.
1563
1564 2003-06-13 Kelley Cook <kelleycook@wideopenwest.com>
1565
1566 * config/i386/bsd.h: Remove ASM_FILE_START.
1567 * config/i386/djgpp.h: Likewise.
1568 * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
1569
1570 * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
1571 * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
1572
1573 2003-06-13 Vladimir Makarov <vmakarov@redhat.com>
1574
1575 PR bootstrap/10835
1576 * haifa-sched.c (max_lookahead_tries,
1577 cached_first_cycle_multipass_dfa_lookahead,
1578 cached_issue_rate): New variables.
1579 (max_issue): Check the number of tries.
1580 (choose_ready): Calculate max_lookahead_tries.
1581 (sched_init): Check cached_issue_rate.
1582
1583 2003-06-13 Richard Henderson <rth@redhat.com>
1584
1585 * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
1586 * cfgrtl.c (purge_dead_edges): Expect it too.
1587
1588 2003-06-13 Jim Wilson <wilson@tuliptree.org>
1589 Eric Botcazou <ebotcazou@libertysurf.fr>
1590
1591 PR bootstrap/10983
1592 * combine.c (make_extraction): Use gen_lowpart_for_combine
1593 when extracting from a REG and not in the destination of a SET.
1594
1595 2003-06-13 Doug Evans <dje@sebabeach.org>
1596
1597 * tsystem.h (abort): Declare in inhibit_libc case to remove build
1598 warnings for addvsi3, et.al.
1599
1600 2003-06-13 Aldy Hernandez <aldyh@redhat.com>
1601
1602 * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
1603
1604 * simplify-rtx.c (simplify_subreg): Same.
1605
1606 * emit-rtl.c (gen_lowpart_common): Same.
1607
1608 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
1609
1610 * builtins.c: Fix comment typos.
1611 * fold-const.c: Likewise.
1612
1613 2003-06-13 Doug Evans <dje@sebabeach.org>
1614 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1615
1616 * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
1617 * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
1618 (m32r_va_arg): Use it.
1619 * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
1620 (RETURN_IN_MEMORY): Ditto.
1621
1622 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
1623
1624 * c-typeck.c: Remove #if 0 clauses.
1625
1626 PR other/1494
1627 * config/alpha/openbsd.h, config/i386/openbsd.h,
1628 config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
1629 residual reference to EGCS.
1630
1631 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
1632
1633 * arm.c (output_call_mem): If the address references the link-register
1634 use an instruction sequence that avoids early-clobbering IP.
1635 (eliminate_lr2ip): Delete.
1636
1637 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1638
1639 * c-format.c (format_types_orig): Disallow '*' width/precision in
1640 asm_fprintf format checks.
1641
1642 2003-06-13 Ulrich Weigand <uweigand@de.ibm.com>
1643
1644 * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
1645 non-integral types from integer register save area slots.
1646
1647 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
1648
1649 * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
1650
1651 2003-06-13 Florian Weimer <fw@deneb.enyo.de>
1652
1653 * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
1654
1655 2003-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
1656
1657 * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
1658 to file_end_indicate_exec_stack.
1659
1660 2003-06-12 Richard Henderson <rth@redhat.com>
1661
1662 PR target/11089
1663 * config/i386/i386.md (sse_movaps): Use an expander to force
1664 one operand to be a register.
1665 (sse_movups): Likewise.
1666
1667 2003-06-13 Doug Evans <dje@sebabeach.org>
1668
1669 Remove some build warnings.
1670 * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
1671 (__do_global_ctors,__do_global_dtors): Ditto.
1672
1673 2003-06-12 Richard Henderson <rth@redhat.com>
1674
1675 PR middle-end/10557
1676 * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
1677
1678 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
1679
1680 * config/m32r/m32r.md: Fix a comment typo.
1681
1682 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
1683 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
1684
1685 PR target/10142
1686 * config/sparc/sparc.c (function_arg_record_value_parms): Add
1687 new 'stack' field.
1688 (function_arg_record_value_1): Set 'stack' to 1 if we run out of
1689 integer slots for an integer field.
1690 (function_arg_record_value_3): Shift vector index.
1691 (function_arg_record_value_2): Likewise.
1692 (function_arg_record_value): Initialize 'stack' to 0.
1693 Set 'stack' to 1 if we run out of integer slots for an integer field.
1694 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
1695
1696 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
1697
1698 PR optimization/10955
1699 * unroll.c (unroll_loop): Fix off-by-one bug.
1700
1701 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
1702
1703 * config/rs6000/rs6000.c (function_arg): Remove typo.
1704
1705 2003-06-12 Richard Henderson <rth@redhat.com>
1706
1707 * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
1708 and UNSPEC_DTPOFF.
1709
1710 2003-06-12 Richard Henderson <rth@redhat.com>
1711
1712 PR middle-end/10475
1713 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
1714 for extracting sub-words.
1715
1716 2003-06-12 Richard Henderson <rth@redhat.com>
1717
1718 PR target/7594
1719 * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
1720 (zero_extendqihi2, zero_extendqisi2): Likewise.
1721
1722 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
1723
1724 * config/rs6000/rs6000.c (function_arg): Always split vectors for
1725 e500 if it's a stdarg function.
1726 (function_arg_advance): Advance 2 registers for vectors in a
1727 stdarg function.
1728 (init_cumulative_args): Initialize stdarg.
1729 (rs6000_spe_function_arg): New.
1730
1731 * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
1732
1733 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
1734
1735 * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
1736
1737 2003-06-12 Roger Sayle <roger@eyesopen.com>
1738
1739 PR middle-end/168
1740 * fold-const.c (tree_expr_nonnegative_p): Handle addition
1741 and multiplication of zero extensions, floating point division,
1742 and integer<->fp, fp<->fp and zero extension conversions.
1743 The built-in ceil and floor functions preserve signedness.
1744
1745 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
1746
1747 * ChangeLog: Follow spelling conventions.
1748 * ChangeLog.2: Likewise.
1749 * c-decl.c: Likewise.
1750 * cfgloop.h: Likewise.
1751 * cgraph.c: Likewise.
1752 * coverage.c: Likewise.
1753 * cppcharset.c: Likewise.
1754 * cpphash.h: Likewise.
1755 * cpplex.c: Likewise.
1756 * cpplib.c: Likewise.
1757 * dbxout.c: Likewise.
1758 * df.c: Likewise.
1759 * dwarf2out.c: Likewise.
1760 * dwarfout.c: Likewise.
1761 * emit-rtl.c: Likewise.
1762 * explow.c: Likewise.
1763 * gcov-io.c: Likewise.
1764 * gcov-io.h: Likewise.
1765 * gcov.c: Likewise.
1766 * gengtype.c: Likewise.
1767 * ggc.h: Likewise.
1768 * opts.c: Likewise.
1769 * real.c: Likewise.
1770 * reload.c: Likewise.
1771 * stmt.c: Likewise.
1772
1773 2003-06-12 Janis Johnson <janis187@us.ibm.com>
1774
1775 * doc/install.texi (m32r-*-elf): Change company to Renesas.
1776
1777 Thu Jun 12 20:00:55 CEST 2003 Jan Hubicka <jh@suse.cz>
1778
1779 * basic-block.h (flow_delete_block_noexpunge): Kill.
1780 * cfgrtl.c (flow_delete_block_noexpunge): Merge to
1781 rtl_delete_block.
1782
1783 2003-06-10 Richard Henderson <rth@redhat.com>
1784
1785 PR inline-asm/4823
1786 * reg-stack.c (any_malformed_asm): New.
1787 (check_asm_stack_operands): Set it.
1788 (convert_regs_1): Check it before aborting.
1789
1790 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
1791
1792 * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
1793
1794 2003-06-12 Jakub Jelinek <jakub@redhat.com>
1795
1796 * c-opts.c (complain_wrong_lang): Add on argument.
1797 Print no- switch if on is false.
1798 (c_common_decode_option): Adjust caller.
1799
1800 2003-06-12 Ulrich Weigand <uweigand@de.ibm.com>
1801
1802 * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
1803 to initialize GOT register.
1804
1805 2003-06-12 Roger Sayle <roger@eyesopen.com>
1806
1807 * fold-const.c (tree_expr_nonnegative_p): Add support for
1808 floating point constants, addition and multiplication.
1809
1810 2003-06-12 J"orn Rennecke <joern.rennecke@superh.com>
1811
1812 * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
1813 constraint modifier for operand 0.
1814
1815 2003-06-12 Hans-Peter Nilsson <hp@axis.com>
1816
1817 Don't warn on dollars in builtin macro definitions,
1818 e.g. __REGISTER_PREFIX__.
1819 * cpphash.h (struct cpp_reader): Move member warn_dollars...
1820 * cpplib.h (struct cpp_options): ...to here. Change type to
1821 unsigned char.
1822 * cppinit.c (cpp_create_reader): Set it to 1 here.
1823 (post_options): Don't set it here.
1824 * c-opts.c (c_common_init_options): Reset it to 0 here.
1825 (finish_options): Set it here.
1826 * cpplex.c (forms_identifier_p): Tweak for new location of
1827 warn_dollars.
1828
1829 * configure.in (assembler dwarf2 debug_line support): Define insn
1830 for cris-*-* and mmix-*-*.
1831 * configure: Regenerate.
1832
1833 2003-06-11 Uwe Stieber <uwe@kaos-group.de>
1834
1835 * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
1836 powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
1837 (sh-*-elf*): Add sh*-*-kaos* support.
1838 * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
1839 config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
1840 config/sh/kaos-sh.h: New files.
1841
1842 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
1843
1844 * gcse.c (fis_get_condition): Make it a global function.
1845 * reload1.c (reload_cse_move2add): Detect implicit sets.
1846 * rtl.h: Add a prototype for fis_get_condition.
1847
1848 2003-06-11 Richard Henderson <rth@redhat.com>
1849
1850 * stmt.c (expand_asm_operands): Don't warn for memories with
1851 queued addresses.
1852
1853 2003-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
1854
1855 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
1856 brackets.
1857
1858 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
1859
1860 * hooks.c (hook_int_size_t_constcharptr_int_0): New.
1861 * hooks.h (hook_int_size_t_constcharptr_int_0): New.
1862 * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
1863 (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
1864 * langhooks.c (lhd_decode_option): Remove.
1865 * langhooks.h (struct lang_hooks): Remove decode_option.
1866 * opts.c (handle_option): No longer use decode_option.
1867
1868 2003-06-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1869
1870 * cfgloopanal.c (variable_initial_value): Update the set of altered
1871 registers correctly.
1872
1873 2003-06-11 Roger Sayle <roger@eyesopen.com>
1874 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1875
1876 * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
1877 * config/i386/netbsd-elf.h: Likewise.
1878 * config/m32r/m32r.h: Likewise.
1879 * config/mn10300/mn10300.h: Likewise.
1880 * config/stormy16/stormy16.h: Likewise.
1881 * config/v850/v850.h: Likewise.
1882 * config/vax/netbsd-elf.h: Likewise.
1883 * config/xtensa/elf.h: Likewise.
1884 * config/xtensa/linux.h: Likewise.
1885
1886 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1887
1888 * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
1889 DWARF 2 default.
1890
1891 * config/mips/dbxmdebug.h: New file.
1892 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
1893 gas and --with-stabs.
1894
1895 2003-06-11 Ulrich Weigand <uweigand@de.ibm.com>
1896
1897 * expr.c (can_move_by_pieces): align argument may be unused.
1898
1899 2003-06-11 J"orn Rennecke <joern.rennecke@superh.com>
1900
1901 * expr.c (convert_move): Handle moves between two CONCATs.
1902
1903 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
1904
1905 * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
1906 !TARGET_H8300.
1907
1908 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
1909
1910 * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
1911 * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
1912 (TARGET_RTL_DUMP): Likewise.
1913 (TARGET_SWITHCES): Remove -mrtl-dump.
1914
1915 2003-06-10 Richard Henderson <rth@redhat.com>
1916
1917 * optabs.c (gen_cond_trap): Fix prepare_operand typo.
1918
1919 2003-06-10 Richard Henderson <rth@redhat.com>
1920
1921 * config/ia64/ia64.md (call_gp): Fix memory mode.
1922
1923 2003-06-10 James E Wilson <wilson@tuliptree.org>
1924
1925 PR target/8812
1926 * reload1.c (choose_reload_regs): For equiv reg, add loop over all
1927 hard regs for reload_reg_used_at_all and reg_class_contents checks.
1928
1929 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
1930
1931 * config/h8300/h8300.c (print_operand): Remove support for
1932 operand character 'b'.
1933 Add the AND case to operand character 'c'.
1934 * config/h8300/h8300.md (two anonymous patterns): Replace
1935 operand character 'b' with 'c'.
1936
1937 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
1938
1939 * config/h8300/h8300.c (print_operand): Remove support for
1940 operand character 'u'.
1941
1942 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
1943
1944 * configure.in: Fix typo.
1945 * configure: Regenerate.
1946
1947 2003-06-10 Loren James Rittle <ljrittle@acm.org>
1948
1949 * config/alpha/alpha.c (unicosmk_file_end): Add conditional
1950 compilation guard.
1951
1952 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
1953
1954 * sh-protos.h (function_symbol): Declare.
1955 * sh.c (expand_block_move, expand_ashiftrt): Use it.
1956 (sh_expand_prologue, sh_expand_epilogue): Likewise.
1957 (sh_initialize_trampoline): Likewise.
1958 (function_symbol): New function.
1959 * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
1960 (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
1961 (call_value_pop, shcompact_return_tramp): Likewise.
1962
1963 * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
1964
1965 * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
1966 target register.
1967
1968 2003-06-10 DJ Delorie <dj@redhat.com>
1969
1970 * doc/md.texi (Machine Constraints): Document stormy's Z
1971 constraint.
1972
1973 2003-06-10 Geoffrey Keating <geoffk@apple.com>
1974
1975 * except.c (call_site_base): Mark with GTY.
1976
1977 2003-06-10 Richard Earnshaw <rearnsha@arm.com>
1978
1979 * arm-proto.h: Convert to ISO C90 prototypes.
1980 * arm.c: Likewise.
1981
1982 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
1983
1984 * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
1985
1986 2003-06-10 Steve Ellcey <sje@cup.hp.com>
1987
1988 * calls.c (expand_call): Convert structure_value_addr to Pmode if
1989 necessary.
1990
1991 2003-06-10 Andrew Haley <aph@redhat.com>
1992
1993 * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
1994 (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
1995 (lhd_decl_ok_for_sibcall): New.
1996 * langhooks.c (lhd_decl_ok_for_sibcall): New.
1997 * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
1998 * calls.c (expand_call): Check lang_hook before generating a
1999 sibcall.
2000
2001 2003-06-10 DJ Delorie <dj@redhat.com>
2002
2003 * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
2004 which matches (const_int 0) for addhi3.
2005 * config/stormy16/stormy16.md: Document known constraints.
2006 (addhi3): Handle adding zero.
2007
2008 2003-06-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2009
2010 * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
2011 * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
2012 * config/m32r/m32r-protos.h: Prototype it.
2013
2014 2003-06-10 Janis Johnson <janis187@us.ibm.com>
2015
2016 * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
2017 common to rs6000 sysv targets.
2018 * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
2019 * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
2020
2021 2003-06-10 Nick Clifton <nickc@redhat.com>
2022
2023 * config.gcc: Add arm-wince-pe target.
2024 * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
2025 Add comment about default apcs26 support.
2026 * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
2027 multilib.
2028 (MULTILIB_DIRNAMES): Add 'apcs32'.
2029 * config/arm/t-wince-pe: New makefile fragment.
2030 * config/arm/wince-pe.h: New file. Overrides a few definitions
2031 in arm/pe.h
2032
2033 2003-06-10 Roger Sayle <roger@eyesopen.com>
2034
2035 * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
2036 * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
2037 when x is easily negated and f is sin, tan or atan.
2038 (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
2039 sin(x) with flag_unsafe_math_optimizations.
2040 (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
2041 sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
2042
2043 2003-06-10 Roger Sayle <roger@eyesopen.com>
2044
2045 * fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
2046 is a floating point type *and* we currently honor NaNs.
2047 (fold <NE_EXPR>): Likewise.
2048
2049 2003-06-10 Mark Mitchell <mark@codesourcery.com>
2050
2051 PR c++/11131
2052 * tree-inline.c (inlinable_function_p): Call the language-specific
2053 hook early.
2054
2055 2003-06-09 David Taylor <dtaylor@emc.com>
2056
2057 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg): Skip over
2058 the f_res field.
2059
2060 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2061
2062 * configure.in: Remove references to host_truncate_target.
2063 * configure: Regenerate.
2064 * config.gcc: Remove references to truncate_target,
2065 host_truncate_target.
2066
2067 * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
2068 Replace "build_canonical" with build, "host_canonical" with host.
2069 * configure.in: Use GCC_TOPLEV_SUBDIRS.
2070 * aclocal.m4: Include ../config/acx.m4.
2071 * configure: Regenerate.
2072
2073 2003-06-09 David Taylor <dtaylor@emc.com>
2074
2075 * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
2076 bytes of padding in the __va_list_tag structure a name (reserved).
2077
2078 2003-06-09 Jason Merrill <jason@redhat.com>
2079
2080 * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
2081
2082 2003-06-09 Osku Salerma <osku@iki.fi>
2083
2084 * c-format.c (check_format_string, get_constant): New.
2085 (handle_format_attribute, handle_format_arg_attribute,
2086 decode_format_attr): Change to use above functions.
2087
2088 2003-06-09 Richard Henderson <rth@redhat.com>
2089
2090 * stmt.c (expand_asm_operands): Re-word warning.
2091
2092 2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
2093
2094 PR target/8787
2095 * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
2096 if -masm=intel.
2097
2098 2003-06-09 James E Wilson <wilson@tuliptree.org>
2099
2100 * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
2101 config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
2102 Add libgcc exception.
2103
2104 2003-06-09 David Edelsohn <edelsohn@gnu.org>
2105 Ayal Zaks <gcchaifa@us.ibm.com>
2106
2107 * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
2108 (insvsi*): Add insert_word attribute.
2109 * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
2110 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
2111 power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
2112
2113 2003-06-09 Kazu Hirata <kazu@cs.umass.edu>
2114
2115 * fold-const.c (fold): Fix a comment typo.
2116
2117 2003-06-09 Nathan Sidwell <nathan@codesourcery.com>
2118
2119 * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
2120 removed.
2121
2122 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
2123
2124 * sh.c (gen_block_redirect): Use locators.
2125
2126 2003-06-09 Richard Earnshaw <rearnsha@arm.com>
2127
2128 * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
2129 cast to int.
2130
2131 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2132
2133 * configure.in: Assume gas 2.14 and above can handle MIPS relocation
2134 operators.
2135 * configure: Regenerated.
2136
2137 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2138 Alexandre Oliva <aoliva@redhat.com>
2139
2140 * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
2141 (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
2142 (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
2143 n32/64 PIC.
2144 (MUST_SAVE_REGISTERS): Delete.
2145 * config/mips/mips.c (mips_frame_info): Remove extra_size field.
2146 (machine_function): Add global_pointer field.
2147 (mips_classify_constant): Check for (const $gp) using pointer equality
2148 with pic_offset_table_rtx.
2149 (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
2150 (mips_restore_gp): Use current_function_outgoing_args_size.
2151 (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
2152 GP_REG_FIRST + 28. Handle relocation strings that have
2153 more than one '('.
2154 (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
2155 (mips_global_pointer): New function.
2156 (mips_save_reg_p): New function, mostly split out from...
2157 (compute_frame_size): ...here. Remove handling of extra_size.
2158 Reclaim args_size if no variables depend on it. Don't treat gp
2159 as a special case: handle it in the main GPR loop.
2160 (mips_initial_elimination_offset): Fix comment.
2161 (save_restore_insns): Save every register in the GPR mask,
2162 removing distinction between mask and real_mask.
2163 (mips_output_function_prologue): Update .frame psuedo-op after
2164 the removal of extra_size. Move the SVR4 PIC stack allocation
2165 and cprestore instructions to mips_expand_prologue.
2166 (mips_gp_insn): New function.
2167 (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
2168 the chosen global pointer. Handle SVR4 PIC stack allocation
2169 in the same way as other ABIs. Adjust varargs code accordingly.
2170 Emit a cprestore insn after allocating the stack. Use mips_gp_insn
2171 to emit the loadgp sequence. Follow it with a loadgp_blockage
2172 if not using explicit relocs.
2173 (mips_output_function_epilogue): Reinstate the default gp register.
2174 (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
2175 (mips16_optimize_gp): Likewise.
2176 * config/mips/mips.md (UNSPEC_LOADGP): Remove.
2177 (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
2178 (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
2179 (loadgp): Remove.
2180 (loadgp_blockage, cprestore): New instructions.
2181 (builtin_setjmp_setup): Implement using emit_move_insn. Use
2182 pic_offset_table_rtx.
2183 (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
2184 (builtin_longjmp): Use gen_raw_REG to force use of $28.
2185
2186 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2187
2188 * config/mips/mips-protos.h (mips_output_division): Declare.
2189 * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
2190 (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
2191 (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
2192 (TARGET_CHECK_ZERO_DIV): New macro.
2193 (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
2194 * config/mips/mips.c (mips_output_division): New function.
2195 * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
2196 account when calculating the default length of a division.
2197 (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
2198 Enable regardless of optimization level. Use mips_output_division.
2199 (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
2200 udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
2201 divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
2202 modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
2203 udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
2204 umoddi3_internal): Remove.
2205
2206 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2207
2208 * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
2209 (mips_sw_reg_names): Likewise.
2210 (mips_regno_to_class): Change hilo entry to NO_REGS.
2211 (hilo_operand): Use MD_REG_P.
2212 (extend_operator): New predicate.
2213 (override_options): Remove 'a' constraint.
2214 (mips_secondary_reload_class): Remove hilo handling. Also remove
2215 handling of (plus sp reg) reloads for mips16.
2216 (mips_register_move_cost): Remove hilo handling.
2217 * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
2218 (MD_REG_LAST): Remove hilo from range.
2219 (HILO_REGNUM): Delete.
2220 (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
2221 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
2222 (PREDICATE_CODES): Add entry for extend_operator.
2223 (DEBUG_REGISTER_NAMES): Change hilo entry to "".
2224 * config/mips/mips.md: Remove hilo clobbers wherever they occur.
2225 Remove constraints from multiplication define_expands. Remove
2226 clobbers from "decorative" define_expand patterns.
2227 (UNSPEC_HILO_DELAY): Delete.
2228 (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
2229 (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
2230 Adjust C code to just emit insns for !TARGET_64BIT.
2231 (mulsidi3_internal): Rename to mulsidi3_32bit.
2232 (mulsidi3_64bit): Use a "d" constraint for the destination.
2233 Use extend_operator so that the pattern can handle umulsidi3 as well.
2234 Split the instruction after reload.
2235 (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
2236 (umulsidi3_internal): Rename to umulsidi3_32bit.
2237 (umulsidi3_64bit): Remove.
2238 (*smsac_di, *umsac_di): Line-wrap fixes.
2239 (udivsi3_internal): Don't allow operand 2 to be constant.
2240 (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
2241 (movdi_internal2, movsi_internal): Remove hilo alternatives.
2242 (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
2243
2244 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2245
2246 PR target/10913
2247 * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
2248 PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
2249 PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
2250 PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
2251 SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
2252 (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
2253 PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
2254 asm_out_text_file with asm_out_file.
2255 * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
2256 * config/mips/elf.h (TEXT_SECTION): Undefine.
2257 * config/mips/elf64.h (TEXT_SECION): Undefine.
2258 * config/mips/openbsd.h (TEXT_SECION): Undefine.
2259 * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
2260 (override_options): Disable small-data optimizations unless using
2261 gas or explicit relocations.
2262 (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
2263 iris6_asm_named_section, iris6_asm_file_start): Remove code for
2264 handling TARGET_FILE_SWITCHING.
2265 (copy_file_data): Move into TARGET_IRIX6 block.
2266
2267 2003-06-08 Richard Henderson <rth@redhat.com>
2268
2269 * expr.h (EXPAND_MEMORY): New.
2270 * expr.c (expand_expr): Check it.
2271 * stmt.c (expand_asm_operands): Provide it when the constraint
2272 requires a memory. Warn for memory input constraints without
2273 a memory operand.
2274
2275 2003-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2276
2277 * varasm.c: Don't include c-tree.h.
2278
2279 2003-06-08 Andreas Jaeger <aj@suse.de>
2280
2281 * predict.h: Convert to ISO C90 prototypes.
2282 * predict.c: Likewise.
2283 * tree-dump.h: Likewise.
2284 * tree-dump.c: Likewise.
2285 * diagnostic.h: Likewise.
2286 * diagnostic.c: Likewise.
2287 * combine.c: Likewise.
2288
2289 * rtl.h: Convert prototypes of combine.c to ISO C90.
2290
2291 Sun Jun 8 21:27:41 CEST 2003 Jan Hubicka <jh@suse.cz>
2292
2293 * cfglayout.c (insn_scope): New static function
2294 (block_locators_*, line_locators*, file_locators*): New static varrays.
2295 (scope_to_insns_initialize): Use them.
2296 (insn_line, insn_file): New functions.
2297 (scope_to_insns_finalize): Use insn_scope.
2298 (prologue_locator, epilogue_locator): New global variables.
2299 * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
2300 make_call_insn_raw, emit_copy_of_insn_after): Use locators.
2301 (emit_insn_after_scope, emit_insn_before_scope
2302 emit_jump_insn_after_scope, emit_jump_insn_before_scope
2303 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
2304 (emit_insn_after_setloc, emit_insn_before_setloc
2305 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
2306 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
2307 use locators.
2308 * final.c (notice_source_line): Use locators.
2309 (final_start_function): Set initial source file and line.
2310 (final_scan_insn): Use locators.
2311 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
2312 noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
2313 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
2314 noce_process_if_block, find_cond_trap): Likewise.
2315 * integrate.c (copy_insn_list): Likewise.
2316 * jump.c (duplicate_loop_exit_test): LIkewise.
2317 * print-rtl.c (print_rtx): Print locators.
2318 * recog.c (peephole2_optimize): Likewise.
2319 * rtl.h (INSN_SCOPE): Remove.
2320 (emit_insn_after_scope, emit_insn_before_scope
2321 emit_jump_insn_after_scope, emit_jump_insn_before_scope
2322 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
2323 (emit_insn_after_setloc, emit_insn_before_setloc
2324 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
2325 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
2326 (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
2327 * unroll.c (copy_loop_body): Use locators.
2328 * function.c (set_insn_locators): New function.
2329 (thread_prologue_and_epilogue_insns): Set the locators accordingly.
2330
2331 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
2332
2333 * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
2334 * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
2335 _fixsfdi _fixunssfdi.
2336 (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
2337 popcounthi2.
2338 (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
2339 * config/h8300/clzhi2.c: New.
2340 * config/h8300/ctzhi2.c: Likewise.
2341 * config/h8300/parityhi2.c: Likewise.
2342 * config/h8300/popcounthi2.c: Likewise.
2343
2344 Sun Jun 8 15:52:17 CEST 2003 Jan Hubicka <jh@suse.cz>
2345
2346 * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
2347 * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
2348
2349 * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
2350 (dump_bb): New based on old dump_bb in cfgrtl.c
2351 (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
2352 * cfghooks.h (cfgh_verify_flow_info): Return status.
2353 * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
2354 * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
2355 (dump_bb): Remove generic parts.
2356 (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
2357 (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
2358
2359 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
2360
2361 * Makefile.in: Rename options.c and options.h to c-options.c and
2362 c-options.h.
2363 (OBJS): Remove options.o.
2364 * c-opts.c: Don'tInclude c-options.h instead of options.h.
2365 * opts.c: Don't include options.h.
2366 (find_opt): Can't use enum opt_code or N_OPTS.
2367 * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
2368 * opts.sh: ... here.
2369
2370 2003-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
2371 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2372
2373 PR pch/9830
2374 * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
2375 if HAVE_MINCORE is defined.
2376 (MAP_FAILED): Define if not defined.
2377 (gt_pch_save): Test against MAP_FAILED.
2378 (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
2379 the mapping address to the preferred base after checking it
2380 is possible to do so. Test against MAP_FAILED.
2381 * configure.in: Test for the presence of mincore in libc.
2382 * config.in: Regenerate.
2383 * configure: Regenerate.
2384
2385 2003-06-07 Richard Henderson <rth@redhat.com>
2386
2387 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
2388 conditional compilation guard.
2389
2390 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
2391
2392 * optabs.c (expand_abs): Set result_unsignedp to 1 if
2393 flag_trav is zero.
2394
2395 2003-06-07 Richard Henderson <rth@redhat.com>
2396
2397 * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
2398
2399 2003-06-07 Richard Henderson <rth@redhat.com>
2400
2401 * basic-block.h (EDGE_SIBCALL): New.
2402 (EDGE_ALL_FLAGS): Update.
2403 * cfg.c (dump_edge_info): Add sibcall name.
2404 * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
2405 * cfgrtl.c (purge_dead_edges): Handle sibcalls.
2406
2407 2003-06-07 Andreas Jaeger <aj@suse.de>
2408
2409 * mklibgcc.in (lib2funcs): Remove _exit.
2410 * libgcc2.c: Remove L_exit.
2411 * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
2412
2413 * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
2414
2415 * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
2416
2417 * ggc.h: Convert to ISO C90 prototypes.
2418 * ggc-none.c: Likewise.
2419 * ggc-common.c: Likewise.
2420 * ggc-page.c: Likewise.
2421 * ggc-simple.c: Likewise.
2422
2423 * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
2424
2425 * system.h: Poison INIT_SECTION_PREAMBLE.
2426
2427 2003-06-07 Zack Weinberg <zack@codesourcery.com>
2428
2429 * config.gcc (with_cpu handling): Translate sparc64 in
2430 $machine to --with-cpu=v9.
2431 * config/alpha/alpha.c
2432 (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
2433 (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
2434
2435 * target.h: New hook asm_out.file_end.
2436 * target.h: Update to match. New hook macro TARGET_ASM_FILE_END.
2437 * toplev.c (compile_file): Use targetm.asm_out.file_end.
2438 * system.h: Poison ASM_FILE_END.
2439 * varasm.c (file_end_indicate_exec_stack): New.
2440 * output.h: Prototype it.
2441 * doc/tm.texi: Document TARGET_ASM_FILE_END and
2442 file_end_indicate_exec_stack. Delete references to attasm.h.
2443
2444 * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
2445 (ASM_FILE_END): Delete; move code...
2446 * config/darwin.c (darwin_file_end): Here; new function.
2447 * config/darwin-protos.h: Prototype it.
2448 * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
2449 rename unicosmk_file_end.
2450 * config/arm/aof.h (ASM_FILE_END): Delete; move code...
2451 * config/arm/arm.c (aof_file_end): ... here; new static function.
2452 Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
2453 Make aof_dump_imports and aof_dump_pic_table static.
2454 * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
2455 Set TARGET_ASM_FILE_END to avr_file_end.
2456 * config/c4x/c4x.c (c4x_file_end): Make static. Take no arguments.
2457 Set TARGET_ASM_FILE_END to c4x_file_end.
2458 * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
2459 make static. Take no arguments. Set TARGET_ASM_FILE_END to
2460 h8300_file_end.
2461 * config/i370/i370.h (ASM_FILE_END): Delete; move code...
2462 * config/i370/i370.c (i370_file_end): ... here; new static function.
2463 Set TARGET_ASM_FILE_END to i370_file_end.
2464 * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
2465 Take no arguments. Call file_end_indicate_exec_stack if
2466 NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
2467 * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
2468 Define NEED_INDICATE_EXEC_STACK to 0.
2469 * config/i386/linux.h, config/i386/linux64.h: Redefine
2470 NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
2471 * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
2472 i386_pe_file_end. Take no arguments. Use ix86_file_end.
2473 * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
2474 ia64_hpux_file_end, make static. Take no arguments.
2475 * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
2476 commands_in_prologues, commands_in_epilogues): Delete.
2477 (function_epilogue): Update to match.
2478 * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
2479 make static. Take no arguments.
2480 (iris6_asm_file_end): Rename iris6_file_end, make static, use
2481 mips_file_end, take no arguments.
2482 Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
2483 appropriate.
2484 * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
2485 make static, take no arguments. Set TARGET_ASM_FILE_END to
2486 mmix_file_end.
2487 * config/pa/pa.c (output_deferred_plabels): Make static, take
2488 no arguments. Set TARGET_ASM_FILE_END to output_deferred_plabels.
2489 * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
2490 (ASM_FILE_END): Delete; move code...
2491 * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
2492 new static function.
2493
2494 * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
2495 * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
2496 Don't set ASM_FILE_END.
2497 * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
2498 * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
2499 * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
2500 file_end_indicate_exec_stack; don't set ASM_FILE_END.
2501 * config/alpha/unicosmk.h, config/i386/cygming.h
2502 * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
2503 * config/arm/arm-protos.h, config/alpha/alpha-protos.h
2504 * config/avr/avr-protos.h, config/c4x/c4x-protos.h
2505 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
2506 * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
2507 * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
2508
2509 Sat Jun 7 18:32:13 CEST 2003 Jan Hubicka <jh@suse.cz>
2510
2511 * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
2512 specified.
2513
2514 Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
2515
2516 * Makefile.in (stageprofile_build): Kill redundant target.
2517 * i386.c (mdep_reorg): Don't pad jumps for Athlon.
2518
2519 2003-06-07 Andreas Jaeger <aj@suse.de>
2520
2521 * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
2522
2523 * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
2524 * config/dsp16xx/dsp16xx.h: Likewise.
2525 * config/i386/i386.h: Likewise.
2526 * config/ip2k/ip2k.h: Likewise.
2527
2528 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
2529
2530 * Makefile.in (OJBS, c-opts.o): Update.
2531 (c-options.c, c-options.h): Rename options.h and options.c.
2532 (options.h): Rename options_.h.
2533 (opts.o): New.
2534 * c-common.h (c_common_handle_option): Replace c_common_decode_option.
2535 (c_common_init_options): Update prototype.
2536 * c-lang.c (c_init_options): Update prototype.
2537 (LANG_HOOKS_HANDLE_OPTION): Override.
2538 (LANG_HOOKS_DECODE_OPTION): Drop.
2539 * c-opts.c: Include opts.h and options.h instead of c-options.h
2540 and c-options.c.
2541 (lang_flags): Move to file scope.
2542 (find_opt, c_common_decode_option): Remove.
2543 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
2544 CL_REJECT_NEGATIVE): Move to opts.h.
2545 (missing_arg): Update prototype.
2546 (c_common_init_options): Update for new prototype.
2547 (c_common_handle_options): Filenames are passed as N_OPTS.
2548 * hooks.c (hook_int_void_0): New.
2549 * hooks.h (hook_int_void_0): New.
2550 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
2551 (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
2552 (LANG_HOOKS_INITIALIZER): Update.
2553 * langhooks.h (init_options): Update.
2554 (handle_option): New.
2555 * opts.c, opts.h: New files.
2556 * opts.sh: Update c file to include opts.h and options.h.
2557 * toplev.c: Include opts.h; change options.h to options_.h.
2558 (parse_options_and_default_flags): Get lang_mask, use
2559 handle_option for language-specific handling.
2560 * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
2561 (LANG_HOOKS_HANDLE_OPTION): Override.
2562 (objc_init_options): Update.
2563
2564 2003-06-07 Magnus Kreth <magnus.kreth@gmx.de>
2565 Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
2566
2567 PR other/7031
2568 * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
2569 gcov.
2570
2571 2003-06-07 Kelley Cook <kelleycook@wideopenwest.com>
2572
2573 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
2574 section names.
2575 * configure: Regenerate.
2576
2577 2003-06-07 Alan Modra <amodra@bigpond.net.au>
2578
2579 * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
2580
2581 2003-06-06 James E Wilson <wilson@tuliptree.org>
2582
2583 PR inline-asm/10890
2584 * reload1.c (merge_assigned_reloads): Abort only if two reloads have
2585 different in fields.
2586
2587 2003-06-06 Nathanael Nerode <neroden@gcc.gnu.org>
2588
2589 * configure.in: Make $(target_subdir) correspond with top level usage.
2590 * Makefile.in: Likewise.
2591 * configure: Regenerate.
2592
2593 2003-06-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2594
2595 * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
2596 ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
2597 unsigned HOST_WIDE_INT.
2598 * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
2599 Likewise.
2600 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
2601 Likewise.
2602
2603 2003-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2604
2605 * doc/install.texi (Prerequisites): New section documenting
2606 tools and packages necessary prior to building and/or
2607 modifying GCC.
2608 * doc/install.texi2html: Also generate prerequisites.html.
2609
2610 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
2611
2612 PR target/11052
2613 * ifcvt.c (noce_process_if_block): Fail if the destination has
2614 side-effects.
2615
2616 2003-06-06 Jason Merrill <jason@redhat.com>
2617
2618 * stmt.c (resolve_asm_operand_names): Rename from
2619 resolve_operand_names. No longer static. Avoid needless copying.
2620 Don't build array of constraints.
2621 (expand_asm_operands): Build it here.
2622 * tree.h: Declare resolve_asm_operand_names.
2623
2624 * stmt.c (expand_decl): Put artificial vars into registers even
2625 when not optimizing, and don't mark the regs as user vars.
2626
2627 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
2628
2629 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
2630 of the generated register.
2631
2632 2003-06-06 Daniel Jacobowitz <drow@mvista.com>
2633
2634 * config.gcc: Add a missing sparc64 case.
2635
2636 2003-06-06 Jakub Jelinek <jakub@redhat.com>
2637
2638 * mklibgcc.in: Propagate .note.GNU-stack section if needed into
2639 the .hidden assembly stubs.
2640
2641 2003-06-06 H.J. Lu <hongjiu.lu@intel.com>
2642
2643 * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
2644 and x86_64-*-*.
2645
2646 * config/i386/mmintrin.h: Update version and add alternate
2647 intrinsic names.
2648 * config/i386/xmmintrin.h: Likewise.
2649
2650 * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
2651 intrinsics to ...
2652 * config/i386/emmintrin.h: Here. New file.
2653
2654 2003-06-06 Roger Sayle <roger@eyesopen.com>
2655
2656 * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding
2657 fabs(-x) into fabs(x). Use tree_expr_nonnegative_p to determine
2658 when the ABS_EXPR (fabs or abs) is not required.
2659 (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
2660 always nonnegative from fold to here. Additionally, cabs and fabs
2661 are always non-negative, and pow and atan are non-negative if
2662 their first argument is non-negative.
2663
2664 * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
2665 Evaluate cabs of a constant at compile-time. Convert cabs of a
2666 non-complex argument into fabs. Convert cabs(z) into
2667 sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
2668 -funsafe-math-optimizations or -ffast-math.
2669 (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
2670 Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
2671
2672 Thu Jun 5 20:51:09 CEST 2003 Jan Hubicka <jh@suse.cz>
2673
2674 * sourcebuild.texi (Front End Directory): Document new hooks.
2675
2676 Fri Jun 6 11:02:35 CEST 2003 Jan Hubicka <jh@suse.cz>
2677
2678 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
2679 * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
2680 stack frames.
2681 (pro_epilogue_adjust_stack_rex64_2): New pattern
2682
2683 Fri Jun 6 11:03:14 CEST 2003 Jan Hubicka <jh@suse.cz>
2684 Pop Sebastian
2685 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2686
2687 * cfghooks.h, cfghooks.c: New files.
2688 * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
2689 (OBJS): Add cfghooks.o.
2690 (cfghooks.o): New rule.
2691 * basic-block.h (split_edge): Rename to rtl_split_edge.
2692 (verify_flow_info): Rename to rtl_verify_flow_info.
2693 (cfghooks.h): Included here.
2694 * cfgrtl.c (split_edge): Renamed rtl_split_edge.
2695 (verify_flow_info): Renamed rtl_verify_flow_info.
2696 * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
2697
2698 * basic-block.h (split_block, split_edge, flow_delete_block,
2699 redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
2700 (flow_delete_block_noexpunge): Return void.
2701 * cfg.c (verify_flow_info): New function.
2702 * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
2703 try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
2704 Use delete_block.
2705 * cfglayout.c (function_footer): Rename to...
2706 (cfg_layout_function_footer): ... this variable
2707 (unlink_insn_chain): Make global.
2708 (fixup_reorder_chain, record_effective_endpoints): Update.
2709 (cleanup_unconditional_jumps): Use delete_block.
2710 (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
2711 (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
2712 (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
2713 * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block): Delete.
2714 (cfg_layout_function_footer): Declare.
2715 * cfgloopmanip (split_loop_bb): Do not update RBI.
2716 (remove_bbs): Use delete_block.
2717 (loop_reidrect_edge, loop_delete_branch_edge): Use
2718 redirect_edge_and_branch.
2719 (create_preheader): Use split_block and redirect_edge_and_branch_force.
2720 (split_edge_with): Likewise.
2721 * cfgrtl.c: Include cfglayout.h
2722 (split_edge): Rename to ...
2723 (rtl_split_edge) ... this one; make local.
2724 (redirect_edge_and_branch): Rename to ...
2725 (rtl_redirect_edge_and_branch) ... this one; make local.
2726 (redirect_edge_and_branch_force): Rename to ...
2727 (rtl_redirect_edge_and_branch_force) ... this one; make local.
2728 (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
2729 (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
2730 cfglayout.c; update to directly call RTL counterparts.
2731 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
2732 * ifcvt.c (find_cond_trap): Use delete_block.
2733 (find_if_case_1): Use delete_block.
2734 (find_if_case_2): Use delete_block.
2735 * rtl.h (unlink_insn_chain): Declare.
2736 * toplev.c (rtl_reigster_cfg_hooks): New.
2737
2738 2003-06-05 Richard Henderson <rth@redhat.com>
2739
2740 * recog.c (peephole2_optimize): Revert last change.
2741
2742 2003-06-05 Richard Henderson <rth@redhat.com>
2743
2744 * recog.c (peephole2_optimize): Don't split block unless
2745 can_throw_internal.
2746
2747 2003-06-06 Kazu Hirata <kazu@cs.umass.edu>
2748
2749 * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
2750 * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
2751
2752 2003-06-05 Kelley Cook <kelleycook@wideopenwest.com>
2753
2754 PR optimization/4490
2755 * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
2756 * doc/invoke.texi (m96bit-long-double, m128bit-long-double): Reword
2757 documentation to accurately reflect what these options do.
2758
2759 2003-06-06 Kaz Kojima <kkojima@gcc.gnu.org>
2760
2761 * config/sh/linux.h (STARTFILE_SPEC): Handle -pie. Simplify.
2762 (ENDFILE_SPEC): Redefine to handle -pie.
2763
2764 2003-06-05 Phil Edwards <phil@jaj.com>
2765
2766 * Makefile.in (qmtest-g++): Use target_alias, not target.
2767
2768 2003-06-05 Per Bothner <pbothner@apple.com>
2769
2770 * toplev.c (push_srcloc): Simplify behavior to save current location
2771 and set current location to parameters.
2772 (pop_srcloc): Simplify semantics.
2773 (lang_dependent_init): Remove now-useless initial push_srcloc.
2774
2775 2003-05-06 Richard Henderson <rth@redhat.com>
2776
2777 * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
2778 language-specific tree codes.
2779
2780 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2781
2782 PR middle-end/9986
2783 * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
2784 BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
2785
2786 Thu Jun 5 18:32:46 CEST 2003 Jan Hubicka <jh@suse.cz>
2787
2788 * install.tex: Document profiledbootstrap.
2789
2790 * configure.in: Add support for lang.stageprofile and
2791 lang.stagefeedback
2792 * Makefile.in (clean, distclean): Kill new stages
2793 (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
2794 (STAGE2_FLAGS_TO_PASS): ... this one.
2795 (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
2796 (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
2797 (stageprofile_build, stageprofile_copy, stagefeedback_build,
2798 stagefeedback_copy): New.
2799 (restageprofile, restagefeedback, stageprofile-start,
2800 stageprofile, stagefeedback-start): Likewise.
2801
2802 2003-06-05 David Miller <davem@redhat.com>
2803 Richard Henderson <rth@redhat.com>
2804
2805 * optabs.c (HAVE_conditional_trap): Provide default.
2806 (gen_conditional_trap): Likewise.
2807 (init_optabs): Merge init_traps.
2808 (gen_cond_trap): Use prepare_operand. Restructure and avoid ifdef.
2809
2810 Thu Jun 5 14:59:44 CEST 2003 Jan Hubicka <jh@suse.cz>
2811
2812 * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
2813 is REG for nonzero_bits (REG) == 8.
2814
2815 Thu Jun 5 13:23:51 CEST 2003 Jan Hubicka <jh@suse.cz>
2816
2817 * i386.md (align): Fix warning; clarify what to do when no p2align
2818 is available.
2819
2820 2003-06-05 Nick Clifton <nickc@redhat.com>
2821
2822 * config.gcc (m32r-elf): Revert previous delta.
2823 * config/m32r/t-m32r (crtinit.o): Fix rule to work with
2824 multilibs. Remove m32rx specific version.
2825 (crtfini.o): Likewise.
2826 (EXTRA_MULTILIB_PARTS): Define.
2827
2828 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
2829
2830 * doc/md.texi (Machine Constraints): Correct the meaning of
2831 constraints related to floating-point registers on SPARC.
2832
2833 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
2834 Paolo Bonzini <bonzini@gnu.org>
2835
2836 PR target/10663
2837 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
2838 assembler and linker output to /dev/null.
2839 Use a 'sed' construct instead of 'grep -A1'.
2840 * configure: Regenerate.
2841
2842 2003-06-04 Richard Henderson <rth@redhat.com>
2843
2844 * config/i386/i386.c (struct ix86_address): Add seg.
2845 (no_seg_address_operand): New.
2846 (ix86_decompose_address): Restructure PLUS loop. Accept one
2847 UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS. Adjust ESP swap test
2848 to test for a regnum, not stack_pointer_rtx.
2849 (ix86_address_cost): Reduce cost if non-default segment.
2850 (legitimate_address_p): Remove UNSPEC_TP check.
2851 (get_thread_pointer): Add to_reg argument. Don't represent
2852 the thread pointer as a memory load.
2853 (legitimize_tls_address): Split out of ...
2854 (legitimize_address): ... here.
2855 (print_operand_address): Handle parts.seg.
2856 (ix86_expand_move): Use legitimize_tls_address.
2857 (ix86_rtx_costs): Handle UNSPEC_TP.
2858 * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
2859 (TARGET_TLS_DIRECT_SEG_REFS): New.
2860 (TARGET_SWITCHES): Add tls-direct-seg-refs.
2861 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
2862 (PREDICATE_CODES): Add no_seg_address_operand.
2863 * config/i386/i386.md (lea_1): Use it.
2864 (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
2865 (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
2866 * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
2867 * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
2868 * doc/invoke.texi: Add -mtls-direct-seg-refs.
2869
2870 2003-06-04 Mark Mitchell <mark@codesourcery.com>
2871
2872 * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
2873 (QMTEST_GPP_TESTS): Use "g++" by default.
2874 (stamp-qmtest): Tweak database creation.
2875 (QMTEST_DIR/context): Update context file format.
2876 (qmtest-g++): Tweak command-line.
2877
2878 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2879
2880 * Makefile.in (varasm.o): Don't set -Wno-error.
2881 * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
2882
2883 2003-06-04 Zack Weinberg <zack@codesourcery.com>
2884
2885 PR bootstrap/3163
2886 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
2887 (gcc_AC_FUNC_MMAP_BLACKLIST): New.
2888 * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
2889 and AC_CHECK_FUNCS lists, respectively. Use
2890 gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
2891 AC_FUNC_MMAP_FILE.
2892 * configure, config.in: Regenerate.
2893
2894 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2895
2896 * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
2897 * arm.c (arm_output_function_prologue): Fix format specifiers.
2898 * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
2899 * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
2900 HOST_WIDE_INT_PRINT_DEC.
2901 * vax.c (vax_output_function_prologue): Fix format specifiers.
2902
2903 2003-06-04 Richard Henderson <rth@redhat.com>
2904
2905 * cse.c (find_best_addr): Consider binary operators even if second
2906 argument is not CONST_INT.
2907
2908 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2909
2910 * doc/invoke.texi (max-cse-path-length): Document.
2911
2912 2003-06-04 Richard Henderson <rth@redhat.com>
2913
2914 * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
2915
2916 2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
2917
2918 * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
2919 Remove semi-colon at the end of the expression.
2920
2921 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2922
2923 * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
2924 * i370.h (mvs_function_name_length): Likewise.
2925 * i960.h (CONSTANT_ALIGNMENT): Likewise.
2926 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
2927 * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2928 * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2929 * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
2930 variable.
2931
2932 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
2933
2934 * config.gcc: Reorganize --with-cpu logic. Set
2935 configure_default_options according to the default CPU, --with-cpu,
2936 --with-arch, --with-tune, --with-schedule, --with-abi, and
2937 --with-float. Check for legal values of various options.
2938 * configure.in: Define configure_default_options in configargs.h.
2939 * configure: Regenerated.
2940 * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
2941 (TARGET_DEFAULT_FLOAT_P): New macros.
2942 * gcc.c (do_option_spec): New function.
2943 (struct default_spec, option_default_specs): New.
2944 (main): Call do_option_spec.
2945 * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
2946 config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
2947 config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
2948
2949 * doc/install.texi: Update --with-cpu documentation. Mention
2950 --with-arch, --with-schedule, --with-tune, --with-abi, and
2951 --with-float.
2952 * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
2953
2954 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
2955
2956 * config.gcc: Only process --with-cpu logic in the third pass.
2957
2958 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
2959
2960 * config.gcc: Reorganize --with-cpu section. Remove an
2961 obsolete comment about the default CPU for x86-64. Fix
2962 a typo for the ep9312. Update the list of supported PowerPC
2963 CPUs. Support a limited set of new --with-cpu options
2964 for i386.
2965
2966 2003-06-04 Aldy Hernandez <aldyh@redhat.com>
2967
2968 * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
2969 complex numbers <= 32 bits into two registers.
2970
2971 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2972
2973 * alpha.c (print_operand_address): Fix format specifier warnings.
2974 * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2975 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2976 * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
2977 * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
2978 * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
2979 ASM_OUTPUT_SKIP): Likewise.
2980 * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2981 * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2982 * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
2983 Likewise.
2984 * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2985 * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
2986 * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
2987 * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2988 * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
2989 * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2990 * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2991 * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
2992 * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2993 * svr3.h (ASM_OUTPUT_COMMON): Likewise.
2994
2995 2003-06-04 J"orn Rennecke <joern.rennecke@superh.com>
2996
2997 * c-decl.c (c_init_decl_processing): Clear input_file_name
2998 while building common nodes.
2999 * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
3000 Don't add working directory for strings like <built-in> .
3001
3002 2003-06-04 David Edelsohn <edelsohn@gnu.org>
3003
3004 * doc/install.texi (*-ibm-aix*): Native as and ld required
3005 to bootstrap on AIX 5L.
3006
3007 2003-06-04 Richard Henderson <rth@redhat.com>
3008
3009 * c-common.c (handle_cleanup_attribute): New.
3010 (c_common_attributes): Add it.
3011 * c-decl.c (finish_decl): Honor the cleanup attribute.
3012 * doc/extend.texi (Variable Attributes): Document it.
3013
3014 * unwind-c.c: New file.
3015 * Makefile.in (LIB2ADDEH): Add it.
3016 * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
3017 config/ia64/t-ia64: Likewise.
3018
3019 2003-06-04 Jakub Jelinek <jakub@redhat.com>
3020
3021 * function.c (trampolines_created): New variable.
3022 (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
3023 * function.h (trampolines_created): Add.
3024 * config/s390/linux.h (ASM_FILE_END): Define.
3025 * config/alpha/linux-elf.h (ASM_FILE_END): Define.
3026 * config/m68k/linux.h (ASM_FILE_END): Define.
3027 * config/rs6000/linux.h (ASM_FILE_END): Define.
3028 * config/rs6000/linux64.h (ASM_FILE_END): Define.
3029 * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
3030 * config/sparc/linux.h (ASM_FILE_END): Define.
3031 * config/sparc/linux64.h (ASM_FILE_END): Define.
3032 * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
3033 * config/i386/linux.h (SUBTARGET_FILE_END): Define.
3034 * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
3035
3036 Wed Jun 4 18:39:33 CEST 2003 Jan Hubicka <jh@suse.cz>
3037
3038 * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
3039 (ix86_reorg): Use it.
3040 * i386.md (align): New insn pattern.
3041
3042 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3043
3044 * toplev.c (rest_of_type_compilation): Fix typo.
3045
3046 2003-06-04 Jakub Jelinek <jakub@redhat.com>
3047 Alan Modra <amodra@bigpond.net.au>
3048
3049 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
3050 * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
3051 * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
3052 * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
3053 * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
3054 * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
3055 (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
3056 * config/rs6000/rs6000.c (output_profile_hook): Likewise.
3057
3058 * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
3059 Pass it to $gcc_cv_as.
3060 * configure: Rebuilt.
3061
3062 * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
3063 (print_operand): Allow TARGET_AIX to be non-constant.
3064 (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
3065 Define unconditionally.
3066 (rs6000_elf_declare_function_name): New function.
3067 * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
3068 non-constant.
3069 * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
3070 to 1.
3071 (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
3072 [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
3073 is defined.
3074 (TARGET_AIX): Define to 1 if TARGET_64BIT.
3075 (PROCESSOR_DEFAULT): Remove.
3076 (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
3077 INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
3078 [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
3079 (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
3080 -m32 and -m64.
3081 (MULTILIB_DEFAULTS): Define.
3082 (SUBSUBTARGET_EXTRA_SPECS): Define.
3083 (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
3084 (TARGET_TOC): Define only if !RS6000_BI_ARCH.
3085 (TARGET_NO_TOC): Remove.
3086 [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
3087 TARGET_PROTOTYPE): Define to 0.
3088 (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
3089 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
3090 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
3091 if !TARGET_64BIT.
3092 (USER_LABEL_PREFIX): Remove.
3093 (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
3094 (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
3095 if TARGET_64BIT.
3096 (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
3097 (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
3098 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
3099 (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
3100 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
3101 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
3102 TARGET_64BIT.
3103 (RS6000_CALL_GLUE): Likewise.
3104 (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
3105 RESTORE_FP_SUFFIX): Likewise.
3106 (ASM_DECLARE_FUNCTION_NAME): Remove.
3107 (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
3108 DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
3109 name if TARGET_64BIT.
3110 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
3111 !TARGET_64BIT.
3112 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
3113 (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
3114 (DRAFT_V4_STRUCT_RET): Define.
3115 (SIGNAL_FRAMESIZE): New enum value.
3116 (MD_FALLBACK_FRAME_STATE_FOR): Define.
3117 * config/rs6000/default64.h: New file.
3118 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
3119 options.
3120 (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
3121 to RS6000_ABI_NAME. Only disallow mixing of -fPIC with -mcall-aixdesc
3122 if !TARGET_64BIT.
3123 [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
3124 (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
3125 function.
3126 (TARGET_OS_SYSV_CPP_BUILTINS): Define.
3127 (TARGET_OS_CPP_BUILTINS): Use it.
3128 (CPP_SYSV_SPEC): Remove.
3129 (CPP_SPEC): Remove cpp_sysv.
3130 (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
3131 Add SUBSUBTARGET_EXTRA_SPECS.
3132 (SUBSUBTARGET_EXTRA_SPECS): Define.
3133 * config/rs6000/biarch64.h: New file.
3134 * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
3135 New prototype.
3136 * config/rs6000/x-linux64: New file.
3137 * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
3138 multilibs.
3139 * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
3140 * config/rs6000/eabi-cn.asm: Likewise.
3141 * config/rs6000/tramp.asm: Likewise.
3142 * config/rs6000/sol-ci.asm: Likewise.
3143 * config/rs6000/sol-cn.asm: Likewise.
3144 * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
3145 (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
3146 * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
3147 _CALL_AIXDESC section.
3148 * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
3149 defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
3150 or default32.
3151
3152 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3153
3154 * config.gcc: Revert accidentally committed ARM changes.
3155
3156 2003-06-04 Roger Sayle <roger@eyesopen.com>
3157
3158 * builtins.c (dconstpi, dconste): New mathematical constants.
3159 (init_builtin_dconsts): New function to initialize dconstpi
3160 and dconste.
3161 (fold_builtin): Optimize exp(1.0) = e. Evaluate exp(x) at
3162 compile time with -ffast-math when x is an integer constant.
3163 Optimize tan(0.0) = 0.0. Optimize atan(0.0) = 0.0,
3164 atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
3165
3166 2003-06-04 Roger Sayle <roger@eyesopen.com>
3167
3168 * calls.c (expand_call): Avoid calling pure or const functions
3169 when the result is ignored (or void) and none of the arguments
3170 are volatile. Move warning diagnostic earlier in function.
3171
3172 2003-06-04 Andreas Jaeger <aj@suse.de>
3173
3174 * system.h: Do not poison TDESC_SECTION_ASM_OP,
3175 RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
3176
3177 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3178
3179 * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
3180 optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
3181 handle %ll, optimize regular character case.
3182
3183 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3184
3185 * Makefile.in (cse.o): Add params.h dependency.
3186 * cse.c: Include params.h.
3187 (PATHLENGTH): Removed.
3188 (struct cse_basic_block_data): Make path array dynamic.
3189 (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
3190 of PATHLENGTH.
3191 (cse_main, cse_basic_block): Allocate path array.
3192 * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
3193
3194 Wed Jun 4 09:49:21 CEST 2003 Jan Hubicka <jh@suse.cz>
3195
3196 * i386.c (ix86_reorg): Replace the jump instead of adding nop.
3197 * i386.md (UNSPEC_REP): New constant.
3198 (return_internal_long): New pattern.
3199
3200 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3201
3202 PR optimization/11018
3203 * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
3204 consistently to decide whether the scratch register is really
3205 required.
3206
3207 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3208
3209 PR optimization/10876
3210 * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
3211 new 'O' constraint for constant 4096.
3212 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
3213 * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
3214 Do not transform into MINUS insn for constant 4096.
3215 (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
3216 for constant 4096 as third operand.
3217 (addsi3 expander): Remove.
3218 (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
3219 new alternative for constant 4096 as third operand.
3220 (subdi3 expander): Do not transform into PLUS insn for constant 4096.
3221 (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
3222 operand.
3223 (subsi3 expander): Remove.
3224 (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
3225 constant 4096 as third operand.
3226 * doc/md.texi (Machine Constraints): Document new 'O' constraint for
3227 the SPARC port.
3228
3229 2003-06-03 Chris Demetriou <cgd@broadcom.com>
3230
3231 * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
3232
3233 2003-06-04 Andreas Jaeger <aj@suse.de>
3234
3235 * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
3236
3237 * config/i386/i386.c (ix86_expand_prologue): Do not use
3238 SUBTARGET_PROLOGUE.
3239
3240 * system.h: Poision SUBTARGET_PROLOGUE.
3241
3242 * config/arm/arm-protos.h: Remove unused rdate_section prototype.
3243
3244 * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
3245 dependend code.
3246
3247 * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
3248
3249 * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
3250 INSN_CACHE_LINE_WIDTH.
3251
3252 * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
3253 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
3254 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
3255
3256 * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
3257 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
3258
3259 * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
3260 (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
3261 (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
3262 (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
3263 (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
3264 (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
3265
3266 * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
3267 DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
3268 DBX_WORKING_DIRECTORY.
3269
3270 * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
3271 DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
3272
3273 * config/frv/frv-protos.h: Remove unused const_section
3274 declaration.
3275 * config/vax/vax-protos.h: Likewise.
3276
3277 * output.h: Remove CONST_SECTION_ASM_OP usage.
3278
3279 * system.h: Poison CONST_SECTION_ASM_OP.
3280
3281 * crtstuff.c (__do_global_dtors_aux): Remove usage of
3282 CRT_GET_RFIB_TEXT.
3283 (frame_dummy): Likewise.
3284 * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
3285 * system.h: Poison CRT_GET_RFIB_TEXT.
3286
3287 * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
3288
3289 * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
3290 (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
3291 (recognized_function): Likewise.
3292 (read_scan_file): Likewise.
3293
3294 2003-06-03 Roger Sayle <roger@eyesopen.com>
3295
3296 * optabs.c (expand_binop): Optimize complex multiplication for
3297 the case of squaring a complex argument.
3298
3299 2003-06-03 Roger Sayle <roger@eyesopen.com>
3300
3301 * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
3302 non-volatile operands of binary operations.
3303 (prepare_cmp_insn): Likewise.
3304
3305 2003-06-03 Roger Sayle <roger@eyesopen.com>
3306
3307 * varasm.c (force_const_mem): Handle alignment of constants not
3308 representable as a type in the front-end language.
3309
3310 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
3311
3312 * flow.c (initialize_uninitialized_subregs): Use
3313 emit_move_insn instead of emitting a hardcoded move.
3314
3315 2003-06-03 Richard Henderson <rth@redhat.com>
3316
3317 * optabs.c (expand_abs_nojump): Split out from ...
3318 (expand_abs): ... here.
3319 * optabs.h (expand_abs_nojump): Declare.
3320 * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
3321 * Makefile.in (ifcvt.o): Depend on optabs.h.
3322
3323 2003-06-03 Alan Modra <amodra@bigpond.net.au>
3324
3325 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
3326
3327 2003-06-03 Jason Thorpe <thorpej@wasabisystems.com>
3328
3329 * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
3330 (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
3331 to yes.
3332 * configure.in: Allow default_use_cxa_atexit to determine the
3333 value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
3334 disabled.
3335 * configure: Regenerate.
3336
3337 2003-06-03 Douglas B Rupp <rupp@gnat.com>
3338
3339 * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
3340 * doc/gcc.texi: Remove vms.texi section.
3341 * doc/vms.texi: Remove obsolete file.
3342
3343 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
3344
3345 * configure.in (inhibit_libc): Don't define when configuring
3346 with --with-newlib --with-headers.
3347 * configure: Regenerate.
3348
3349 * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
3350
3351 2003-06-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3352
3353 * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
3354 IRIX 6 without GNU ld.
3355 * configure: Regenerate.
3356
3357 2003-06-03 Roger Sayle <roger@eyesopen.com>
3358
3359 * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
3360 of a complex number rather than invoke mov_optab directly.
3361
3362 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
3363
3364 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
3365 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
3366
3367 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
3368
3369 * config/i386/x86-64.h: Remove two target-independent comments;
3370 replace "GNU CC" with "GCC".
3371
3372 2003-06-03 Anthony Green <green@redhat.com>
3373
3374 * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
3375
3376 2003-06-03 Roger Sayle <roger@eyesopen.com>
3377
3378 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
3379 New builtins representing ISO C99's cabs, cabsf and cabsl.
3380 * builtins.c (expand_builtin_fabs): New function.
3381 (expand_builtin_cabs): New function.
3382 (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
3383 using expand_builtin_fabs and expand_builtin_cabs respectively.
3384
3385 * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
3386
3387 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
3388
3389 * function.c (assign_parms): Split complex arguments.
3390
3391 * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
3392
3393 * expr.h (SPLIT_COMPLEX_ARGS): Define.
3394 (split_complex_types): Protoize.
3395 (split_complex_values): Protoize.
3396
3397 * calls.c (expand_call): Split complex arguments on architectures
3398 that require it.
3399 (split_complex_values): New.
3400 (split_complex_types): New.
3401
3402 * config/rs6000/rs6000.c (rs6000_libcall_value): New.
3403 (rs6000_function_value): Handle complex values on AIX.
3404 (rs6000_complex_function_value): New.
3405
3406 * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
3407
3408 * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
3409 (SPLIT_COMPLEX_ARGS): New.
3410
3411 2003-06-03 Jakub Jelinek <jakub@redhat.com>
3412
3413 * configure.in (HAVE_LD_PIE): Check for ld -pie.
3414 * config.in: Rebuilt.
3415 * configure: Rebuilt.
3416 * toplev.c (flag_pie, flag_shlib): New variables.
3417 (f_options): Add -fpie and -fPIE.
3418 (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
3419 Set flag_shlib if flag_pic and not -fpie/-fPIE.
3420 * flags.h (flag_pic, flag_shlib): Add.
3421 * varasm.c (default_binds_local_p): Use flag_shlib instead of
3422 flag_pic.
3423 * gcc.c (LINK_PIE_SPEC): Define.
3424 (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
3425 (option_map): Add --pie -> -pie mapping.
3426 * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
3427 and -fPIE the same way as -fPIC.
3428 * config/openbsd.h (ASM_SPEC): Likewise.
3429 * config/frv/frv.h (ASM_SPEC): Likewise.
3430 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
3431 * config/arm/semi.h (ASM_SPEC): Likewise.
3432 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
3433 * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
3434 * config/i386/beos-elf.h (CC1_SPEC): Likewise.
3435 * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
3436 * config/m68k/linux.h (CPP_SPEC): Likewise.
3437 * config/m68k/netbsd.h (ASM_SPEC): Likewise.
3438 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
3439 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
3440 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
3441 * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
3442 * config/pa/pa-linux.h (CPP_SPEC): Likewise.
3443 * config/netbsd-aout.h (ASM_SPEC): Likewise.
3444 * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
3445 * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
3446 * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
3447 * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
3448 * config/sparc/sparc.h (ASM_SPEC): Likewise.
3449 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
3450 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
3451 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
3452 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
3453 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
3454 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
3455 Simplify.
3456 * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3457 * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3458 * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3459 * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3460 * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3461 * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3462 * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
3463 * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
3464
3465 2003-06-03 Jakub Jelinek <jakub@redhat.com>
3466
3467 * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
3468 != 0 handling. Pass 0 to store_by_pieces.
3469 (expand_builtin_mempcpy): Add endp argument. Don't call
3470 expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
3471 directly. If ignoring result, only do expand_call.
3472 (expand_builtin_stpcpy): Likewise. Call expand_builtin_mempcpy
3473 otherwise.
3474 (expand_builtin_strncpy, expand_builtin_memset): Adjust
3475 store_by_pices callers.
3476 (expand_builtin): Adjust expand_builtin_memcpy and
3477 expand_builtin_mempcpy callers.
3478 * expr.c (can_move_by_pieces): New function.
3479 (move_by_pieces): Add endp argument, return to resp. memory at end
3480 or one byte earlier depending on endp.
3481 (store_by_pieces): Likewise.
3482 (emit_block_move): Adjust call to move_by_pieces.
3483 (emit_push_insn): Adjust move_by_pieces caller.
3484 * expr.h (can_move_by_pieces): New prototype.
3485 (store_by_pieces): Adjust prototypes.
3486 * rtl.h (move_by_pieces): Adjust prototype.
3487 * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
3488 caller.
3489
3490 2003-06-03 Ben Elliston <bje@wasabisystems.com>
3491
3492 * doc/md.texi (Processor pipeline description): Improve wording.
3493
3494 2003-06-03 Neil Booth <neil@daikokuya.co.uk>
3495
3496 * c-opts.c (c_common_handle_option): New, pulled out of
3497 c_common_decode_option. Substitute uses of argv.
3498 (c_common_decode_option): Broken into two.
3499
3500 2003-06-02 Roger Sayle <roger@eyesopen.com>
3501 Zack Weinberg <zack@codesourcery.com>
3502
3503 * emit-rtl.c (gen_complex_constant_part): Remove unnecessary
3504 test of TREE_CONSTANT_POOL_ADDRESS_P.
3505
3506 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3507
3508 * mips.c: Don't include output.h twice.
3509 * stormy16.c: Likewise.
3510 * xtensa.c: Likewise.
3511 * output.h: Protect against multiple inclusion.
3512
3513 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
3514
3515 * sh.h (OLD_ARG_MODE): New macro.
3516 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
3517 (FUNCTION_ARG_1): Break out of:
3518 (FUNCTION_ARG). Use OLD_ARG_MODE.
3519
3520 2003-06-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3521
3522 * gcc/config.gcc Add support multilib parts for m32rx processor.
3523
3524 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3525
3526 * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
3527 (mostlyclean): Delete c-options.c and c-options.h.
3528
3529 2003-06-02 Neil Booth <neil@daikokuya.co.uk>
3530
3531 * c-opts.c (CL_REJECT_NEGATIVE): New.
3532 (c_common_decode_option): Update to use it.
3533 * c.opt: Update documentation; use RejectNegative.
3534 * opts.sh: Handle RejectNegative.
3535
3536 2003-06-01 Zack Weinberg <zack@codesourcery.com>
3537
3538 * ggc-page.c (init_ggc): Give better diagnostics on failure to
3539 open /dev/zero.
3540 * toplev.c (crash_signal): Reset handling for received signal
3541 to SIG_DFL.
3542
3543 2003-06-02 Ben Elliston <bje@wasabisystems.com>
3544
3545 * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
3546 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
3547 (arm_use_dfa_pipeline_interface): Implement.
3548 * config/arm/arm.md (arm): New automaton.
3549 (write_buf): Remove function units; new cpu unit.
3550 (write_blockage): Remove function units; new cpu unit.
3551 (core): Remove function units; new cpu unit.
3552 (r_mem_f_wbuf): New instruction reservation.
3553 (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
3554 (store1_ldsched, store2, store3, store4): Likewise.
3555 (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
3556 (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
3557 (multi_cycle, single_cycle): Likewise.
3558 * config/arm/fpa.md (armfp): New automaton.
3559 (fpa): Remove function units; new cpu unit.
3560 (fpa_mem): Remove function unit; new cpu unit.
3561 (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
3562 (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
3563
3564 2003-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3565
3566 * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
3567 * c-format.c (enum format_type): Add asm_fprintf_format_type.
3568 (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
3569 asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
3570 (format_types_orig): Renamed from format_types. Add new data.
3571 (format_types): Declare as pointer.
3572 (handle_format_attribute): Move later in file so we have all
3573 necessary declarations. Add section to capture HOST_WIDE_INT.
3574 * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
3575 (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
3576
3577 2003-06-01 Andreas Jaeger <aj@suse.de>
3578
3579 * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
3580 ROUND_TYPE_SIZE_UNIT.
3581
3582 * stor-layout.c (finalize_record_size): Remove usages of
3583 ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
3584 (finalize_type_size): Likewise.
3585 (layout_type): Likewise.
3586
3587 * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
3588
3589 * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
3590
3591 * config/d30v/d30v.h: Remove text copied from the manual.
3592
3593 2003-06-01 Roger Sayle <roger@eyesopen.com>
3594 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3595 Geoffrey Keating <geoffk@apple.com>
3596
3597 * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
3598 constants as condition code values.
3599
3600 2003-06-01 DJ Delorie <dj@redhat.com>
3601
3602 * cppmacro.c (warn_of_redefinition): Handle cases where the two
3603 definitions have different numbers of tokens.
3604
3605 2003-06-01 Andreas Jaeger <aj@suse.de>
3606
3607 * gen-protos.c (main): Readd unused attribute for argc.
3608
3609 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
3610
3611 * Makefile.in (c-options.c, c-options.h): Parallel make safe.
3612 * c.opt: End in blank line.
3613 * opts.sh: Take AWK from environment if available; use C locale.
3614
3615 2003-06-01 Andreas Schwab <schwab@suse.de>
3616
3617 * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
3618
3619 2003-06-01 Andreas Jaeger <aj@suse.de>
3620
3621 * gen-protos.c (main): Revert patch to check for argument.
3622
3623 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
3624
3625 PR target/11044
3626 * config/i386/i386.md (length attribute): Set length to 4
3627 for instructions of type "fcmp".
3628
3629 2003-06-01 Andreas Jaeger <aj@suse.de>
3630
3631 * toplev.c: Use ISO C90 prototypes.
3632
3633 * toplev.h: Use ISO C90 prototypes.
3634
3635 * genrecog.c: Use ISO C90 prototypes.
3636 (nodes_identical): Correct declaration to match prototype.
3637 (maybe_both_true): Likewise.
3638 (merge_trees): Likewise.
3639
3640 * genpeep.c (gen_peephole): Remove #if 0 code.
3641 Use ISO C90 prototypes.
3642
3643 * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
3644 Remove #if 0'ed function simplify_by_alternatives.
3645 (optimize_attrs): Remove #if 0'ed code.
3646 Remove ^L.
3647 Use ISO C90 prototypes.
3648 (make_canonical): Remove #if 0'ed code.
3649 (convert_const_symbol_ref): Remove #if 0'ed function.
3650
3651 * gen-protos.c (main): Check for argument.
3652
3653 * rtl.h: Use ISO C90 prototypes for functions from lists.c.
3654
3655 * params.h: Use ISO C90 prototypes.
3656 * params.c: Likewise.
3657 * intl.c: Likewise.
3658 * intl.h: Likewise.
3659 * lists.c: Likewise.
3660 * errors.c: Likewise.
3661 * errors.h: Likewise.
3662 * gencodes.c: Likewise.
3663 * genpreds.c: Likewise.
3664 * genattr.c: Likewise.
3665 * gen-protos.c: Likewise.
3666 * genflags.c: Likewise
3667 * genconditions.c: Likewise.
3668 * genautomata.c: Likewise.
3669 * gencheck.c: Likewise.
3670 * genconfig.c: Likewise.
3671 * genconstants.c: Likewise.
3672 * genemit.c: Likewise.
3673 * genextract.c: Likewise.
3674 * gengenrtl.c: Likewise.
3675 * gengtype.c: Likewise.
3676 * gengtype.h: Likewise.
3677 * genopinit.c: Likewise.
3678 * genoutput.c: Likewise.
3679 * gensupport.c: Likewise.
3680 * gensupport.h: Likewise.
3681
3682 * sdbout.h: Use ISO C90 prototypes.
3683
3684 * sdbout.c (CONTIN): Removed empty macro.
3685 (sdbout_one_type): Remove CONTIN usages.
3686 Remove ^Ls.
3687 (tag_of_ru_type): Remove #if 0'ed function.
3688 (sdbout_symbol): Remove #if 0'ed code.
3689 (sdbout_one_type): Remove a #if 1.
3690 (sdbout_one_type): Remove #if 0'ed code.
3691 (sdbout_init): Remove RMS_QUICK_HACK_1 code.
3692 Remove PARAMS, use ISO C90 prototypes for all functions.
3693
3694 2003-06-01 Josef Zlomek <zlomekj@suse.cz>
3695
3696 * rtl.def (CONST_DOUBLE): Update comment.
3697
3698 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
3699
3700 * opts.sh: Remove path from sort.
3701
3702 2003-06-01 Aldy Hernandez <aldyh@redhat.com>
3703
3704 PR/9680
3705 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
3706 TARGET_SPE for SPE_VECTOR_MODE.
3707
3708 2003-05-31 Aldy Hernandez <aldyh@redhat.com>
3709
3710 * toplev.c (botch): Remove.
3711 (do_abort): Remove.
3712 (set_Wunused): Comment.
3713 (set_Wextra): Comment.
3714 Remove ^L's.
3715 (rest_of_compilation): Factor out common code into functions.
3716 (rest_of_handle_inlining): New.
3717 (rest_of_handle_ssa): New.
3718 (rest_of_handle_cse): New.
3719 (rest_of_handle_gcse): New.
3720 (rest_of_handle_loop_optimize): New.
3721 (rest_of_handle_jump_bypass): New.
3722 (rest_of_handle_sibling_calls): New.
3723 (rest_of_handle_null_pointer): New.
3724 (rest_of_handle_addresof): New.
3725 (rest_of_handle_flow): New.
3726 (rest_of_handle_branch_prob): New.
3727 (rest_of_handle_if_conversion): New.
3728 (rest_of_handle_tracer): New.
3729 (rest_of_handle_loop2): New.
3730 (rest_of_handle_cse2): New.
3731 (rest_of_handle_life): New.
3732 (rest_of_handle_combine): New.
3733 (rest_of_handle_if_after_combine): New.
3734 (rest_of_handle_regmove): New.
3735 (rest_of_handle_sched): New.
3736 (rest_of_handle_old_regalloc): New.
3737 (rest_of_handle_new_regalloc): New.
3738 (rest_of_handle_regrename): New.
3739 (rest_of_handle_reorder_blocks): New.
3740 (rest_of_handle_sched2): New.
3741 (rest_of_handle_new_regalloc): New.
3742 (rest_of_handle_old_regalloc): New.
3743 (rest_of_handle_regrename): New.
3744 (rest_of_handle_reorder_blocks): New.
3745 (rest_of_handle_stack_regs): New.
3746 (rest_of_handle_machine_reorg): New.
3747 (rest_of_handle_delay_slots): New.
3748 (rest_of_handle_final): New.
3749
3750 * toplev.h (botch): Remove prototype.
3751 (do_abort): Same.
3752
3753 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
3754
3755 * Makefile.in (c-opts.o, c-options.h): Update dependencies.
3756 * c-opts.c: Include c-options.h and c-options.c.
3757 (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
3758 Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
3759 (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
3760 OPT, opt_comp): Remove.
3761 (missing_arg, c_common_init_options, c_common_decode_option,
3762 write_langs): Update for macro redefinitions and enumeration
3763 name changes.
3764 * c.opt, opts.sh: New files.
3765 * doc/passes.texi: Update.
3766
3767 2003-05-31 Andreas Jaeger <aj@suse.de>
3768
3769 * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
3770 usage.
3771
3772 * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
3773
3774 * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
3775
3776 * system.h: Poison ALLOCATE_TRAMPOLINE.
3777
3778 * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
3779 * system.h: Poison HANDLE_PRAGMA.
3780
3781 2003-05-31 Kazu Hirata <kazu@cs.umass.edu>
3782
3783 * doc/invoke.texi: Update dump file names.
3784
3785 2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3786
3787 * c-format.c (format_length_info, format_char_info,
3788 format_flag_spec, format_flag_pair, format_kind_info):
3789 De-const-ify structure members.
3790
3791 2003-05-31 Roger Sayle <roger@eyesopen.com>
3792
3793 * flags.h (flag_wrapv): New flag controlling overflow semantics.
3794 * toplev.c (flag_wrapv): Declare the variable with default false.
3795 (lang_independent_options): New option "-fwrapv" to set the above.
3796
3797 * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
3798 as x, when signed arithmetic overflow wraps around.
3799 (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
3800 * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
3801 overflow when flag_wrapv is true.
3802
3803 * doc/invoke.texi: Document new -fwrapv command line option.
3804 * doc/c-tree.texi: Mention that the overflow semantics of
3805 NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
3806 upon both flag_wrapv and flag_trapv.
3807
3808 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
3809
3810 * doc/install.texi (mips-sgi-irix5): Add missing
3811 HTML <hr> marker.
3812
3813 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
3814
3815 * doc/md.texi (Machine Constraints): Document
3816 missing SPARC constraints.
3817
3818 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
3819
3820 * doc/md.texi (Automaton pipeline description): Use
3821 "type" instead of "cpu" as the attribute in the examples.
3822
3823 2003-05-30 Stan Shebs <shebs@apple.com>
3824
3825 * system.h: Poison OBJC_PROLOGUE.
3826
3827 2003-05-30 Roger Sayle <roger@eyesopen.com>
3828
3829 * emit-rtl.c (gen_complex_constant_part): New function for getting
3830 the constant real or imaginary part of a complex constant.
3831 (gen_realpart): Use it.
3832 (gen_imagpart): Likewise.
3833
3834 2003-05-30 Kazu Hirata <kazu@cs.umass.edu>
3835
3836 * doc/invoke.texi: Fix typos.
3837 * doc/rtl.texi: Likewise.
3838
3839 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3840
3841 * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
3842 mode.
3843 * config/h8300/crtn.asm: Likewise.
3844 * config/h8300/lib1funcs.asm: Likewise.
3845 * config/h8300/h8300.c (asm_file_start): Likewise.
3846 * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
3847 h8300snelf emulations for normal mode.
3848 * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
3849 emulations for normal mode.
3850
3851 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3852
3853 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
3854 true if TARGET_NORMAL_MODE.
3855
3856 2003-05-30 Roger Sayle <roger@eyesopen.com>
3857
3858 * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
3859 making a substitution.
3860 (dead_libcall_p): If directly replacing a libcall with a
3861 constant value produces an invalid instruction, also try forcing
3862 the constant into the constant pool.
3863 * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
3864 obvious that the source is a constant.
3865 (compress_float_constant): Use set_unique_reg_note to place
3866 REG_EQUAL notes on instructions.
3867
3868 2003-05-30 Eric Christopher <echristo@redhat.com>
3869
3870 * config/mips/mips.c (extern_list): Add GTY marker.
3871 (extern_head): Separate out definition. Add marker.
3872 (mips_output_external): Use ggc_alloc for extern_list
3873 allocation.
3874 (mips_output_external_libcall): Ditto.
3875
3876 2003-05-30 Florian Weimer <fw@deneb.enyo.de>
3877
3878 * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
3879 later.
3880
3881 2003-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3882
3883 * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
3884 warnings.
3885 (PRINT_OPERAND): Likewise.
3886
3887 2003-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3888
3889 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
3890 -mdebug/-no-mdebug switches ...
3891 (MDEBUG_ASM_SPEC): ... here.
3892 Use only with gas.
3893 (EXTRA_SPECS): Initialize mdebug_asm_spec.
3894
3895 2003-05-29 Matt Kraai <kraai@alumni.cmu.edu>
3896
3897 * gthr-gnat.c: Remove #undef UNUSED.
3898 (__gnat_default_lock, __gnat_default_unlock): Prototype.
3899 (__gnat_task_lock, __gnat_task_unlock): Make declarations
3900 prototypes.
3901 (__gnat_install_locks): Convert declaration to ISO C90, make
3902 parameter declarations prototypes, and remove blank line.
3903 * gthr-gnat.h (__gnat_install_locks): Make parameter
3904 declarations prototypes.
3905
3906 2003-05-29 Jason Merrill <jason@redhat.com>
3907
3908 * Makefile.in (unstrap): Remove stage_last after make unstage1.
3909
3910 2003-05-29 Roger Sayle <roger@eyesopen.com>
3911
3912 * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
3913
3914 2003-05-29 Roger Sayle <roger@eyesopen.com>
3915 Kaveh Ghazi <ghazi@caip.rutgers.edu>
3916
3917 PR bootstrap/10169
3918 * mips-tfile.c (main): Use getopt_long instead of getopt.
3919 Add new command line option --version to display version.
3920 Treat --verbose like -v to report a single line version.
3921 (options): New global variable for getopt_long.
3922 * mips-tdump.c (main): Use getopt_long instead of getopt.
3923 New command line options -v, --version and -verbose to display
3924 the program version number (to match mips-tfile's behavior).
3925 (options): New global variable for getopt_long.
3926
3927 * gcov.c (options): Zero-terminate getopt_long array.
3928 * gcov-dump.c (options): Likewise.
3929
3930 * Makefile.in (mips-tdump.o): Add dependency on version.h.
3931
3932 2003-05-29 Stan Shebs <shebs@apple.com>
3933
3934 Remove OBJC_PROLOGUE everywhere.
3935 * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
3936 * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
3937 * config/d30v/d30v.h: Similarly.
3938 * config/ip2k/ip2k.h: Similarly.
3939 * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
3940
3941 2003-05-29 Roger Sayle <roger@eyesopen.com>
3942
3943 * c-semantics.c (genrtl_do_stmt_1): New function split out from...
3944 (gen_rtl_do_stmt): ... here. Call genrtl_do_stmt_1.
3945 (expand_unreachable_stmt): Expand unreachable while statements
3946 using genrtl_do_stmt_1.
3947
3948 2003-05-29 Richard Sandiford <rsandifo@redhat.com>
3949
3950 * config/mips/mips-protos.h (mips_output_load_label): Declare.
3951 * config/mips/mips.c (mips_output_load_label): New function.
3952 (mips_output_conditional_branch): Use it.
3953 * config/mips/mips.md (jump): And here.
3954
3955 2003-05-28 Bob Wilson <bob.wilson@acm.org>
3956
3957 * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
3958 (xtensa_split_operand_pair): New proto.
3959 * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
3960 (smalloffset_double_mem_p): Delete.
3961 (gen_float_relational, printx, print_operand, xtensa_va_arg):
3962 Fix whitespace.
3963 (xtensa_split_operand_pair): New.
3964 (xtensa_dbx_register_number): Fix formatting.
3965 * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
3966 * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
3967 instead of splitting them into single-word moves. Remove unnecessary
3968 checks for reload_in_progress and reload_completed.
3969 (movdi_internal, movdf_internal): Change to post-reload split patterns.
3970 Add constraints to allow constant operands.
3971 (movsf_internal): Allow CONST_INT operands.
3972
3973 2003-05-27 Danny Smith <dannysmith@users.sourceforge.net>
3974
3975 * config.gcc (i[34567]86-*-mingw32*): Add host makefile
3976 fragment i386/x-mingw32.
3977 * config/i386/x-mingw32: New file. Make local_includedir
3978 relative to EXEC_PREFIX.
3979
3980 2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com>
3981
3982 * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
3983 (MD_STARTFILE_PREFIX): Define.
3984
3985 2003-05-27 Denis Chertykov <denisc@overta.ru>
3986
3987 * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
3988 VOIDmode.
3989 * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
3990 call of cselib_invalidate_regno.
3991
3992 2003-05-28 Daniel Jacobowitz <drow@mvista.com>
3993
3994 * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
3995 -lthread to -lpthread.
3996
3997 2003-05-28 Eric Botcazou <ebotcazou@libertysurf.fr>
3998 Bruce Korb <bkorb@gnu.org>
3999 Arno Klaassen <arno@heho.snv.jussieu.fr>
4000
4001 * fixinc/inclhack.def: Add missing declaration of getpagesize()
4002 to unistd.h on Solaris 2.5.1.
4003 Fix prototype of recv() and send() in sys/socket.h on
4004 Solaris 2.5.1 and 2.6.
4005 * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
4006 * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
4007 * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
4008 * fixinc/fixincl.x: Regenerate.
4009
4010 2003-05-27 Jason Merrill <jason@redhat.com>
4011
4012 * tree.c (expr_first, expr_length): New fns.
4013 * tree.h: Declare them.
4014
4015 * tree.c (iterative_hash_expr): Hash commutative expressions
4016 consistently.
4017
4018 2003-05-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4019
4020 * tree.h (contains_placeholder_p): Now returns bool.
4021 (CONTAINS_PLACEHOLDER_P): New macro.
4022 (type_contains_placeholder_p): New function.
4023 * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
4024 (contains_placeholder_p): Now returns bool.
4025 Rework to use CONTAINS_PLACEHOLDER_P macro.
4026 (type_contains_placeholder_p): New function.
4027 * fold-const.c (fold, case COMPONENT_REF): Don't fold if
4028 type_contains_placeholder_p.
4029 (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
4030 Use CONTAINS_PLACEHOLDER_P macro.
4031 * builtins.c (fold_builtin): Likewise.
4032 * calls.c (initialize_argument_information): Likewise.
4033 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
4034 * explow.c (expr_size): Likewise.
4035 * expr.c (store_constructor, get_inner_reference): Likewise.
4036 * function.c (assign_parms): Likewise.
4037 * stor-layout.c (variable_size): Likewise.
4038
4039 2003-05-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
4040
4041 * diagnostic.h (output_verbatim, verbatim): Remove printf
4042 attribute.
4043
4044 2003-05-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4045
4046 * doc/contrib.texi (Contributors): Update Kean Johnston.
4047
4048 2003-05-24 David Edelsohn <edelsohn@gnu.org>
4049
4050 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
4051
4052 2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org>
4053
4054 * config/rs6000/440.md, config/stormy16/stormy16protos.h,
4055 config/stormy16/stormy16.c, config/stormy16/stormy16.md:
4056 Replace "GNU CC" with "GCC".
4057
4058 2003-05-24 Matt Kraai <kraai@alumni.cmu.edu>
4059
4060 * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
4061 intermediate computation.
4062
4063 2003-05-23 Eric Christopher <echristo@redhat.com>
4064
4065 * config/mips/mips.md (clzsi, clzdi): New patterns.
4066
4067 2003-05-23 Geoffrey Keating <geoffk@apple.com>
4068
4069 * gcc.c (default_compilers): Use -o to specify preprocessor's output
4070 file. Make -no-integrated-cpp work when building PCH files.
4071 * objc/lang-specs.h: Likewise.
4072
4073 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
4074
4075 * fixinc/Makefile.in: Correct description.
4076 * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
4077 fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
4078 fixinc/genfixes: Replace "GNU CC" with "GCC".
4079
4080 2003-05-23 Roger Sayle <roger@eyesopen.com>
4081
4082 * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
4083 builtin functions (and their __builtin_* variants).
4084 * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
4085 (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
4086 optimizing.
4087
4088 * doc/extend.texi: Document new tan and atan builtins, and
4089 their float and long double variants.
4090
4091 2003-05-23 Jason Thorpe <thorpej@wasabisystems.com>
4092
4093 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
4094 __sparcv9 in the TARGET_ARCH64 case.
4095
4096 Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz>
4097
4098 * i386.c (ix86_reorg): Calls are also jumps.
4099
4100 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
4101
4102 * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
4103 note containing an EXPR_LIST, process all the arguments.
4104
4105 Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
4106 Andreas Jaeger <aj@suse.de>
4107
4108 * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
4109 do not use assertion.
4110
4111 2003-05-23 Mike Stump <mrs@apple.com>
4112
4113 * tlink.c (scan_linker_output): Add support for darwin linker, as it
4114 emits unresolved symbols one per line, consuming the entire line.
4115
4116 2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
4117 Zack Weinberg <zack@codesourcery.com>
4118
4119 * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
4120 * config/m68k/m68k.c (m68k_output_function_prologue):
4121 Remove code under #if NEED_PROBE.
4122 * config/m68k/m68k.h: Don't define NEED_PROBE.
4123 * config/m68k/m68k.md: Remove "probe" insn.
4124 * doc/md.texi: Remove documentation of "probe" pattern.
4125
4126 2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
4127
4128 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
4129
4130 2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
4131
4132 * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
4133 Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
4134
4135 2003-05-22 Roger Sayle <roger@eyesopen.com>
4136
4137 * real.c (real_maxval): New function to return the largest finite
4138 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
4139 * real.h (real_maxval): Prototype here.
4140 * fold-const.c (fold_inf_compare): Transform comparisons against
4141 +-Infinity into comparisons against DBL_MAX (or equivalent).
4142
4143 2003-05-22 Mike Stump <mrs@apple.com>
4144
4145 * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
4146 default.
4147
4148 2003-05-22 DJ Delorie <dj@redhat.com>
4149
4150 * calls.c (expand_call): If the arg block is going to grow
4151 downward, we need argblock to point to the top of the block,
4152 not the bottom.
4153
4154 2003-05-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4155
4156 * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
4157
4158 * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
4159 constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
4160
4161 2003-05-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4162
4163 * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
4164 * m68k.c: Likewise.
4165 * m68k.h: Likewise.
4166
4167 2003-05-22 Zack Weinberg <zack@codesourcery.com>
4168
4169 PR other/2873
4170 * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
4171 expressions to prevent triggering on recent curses.h,
4172 linux/nls.h, or X11/Xlib.h.
4173 (stdio_va_list): Add _G_va_list to bypass pattern.
4174 (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
4175 * fixinc/fixincl.x: Regenerate.
4176
4177 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
4178
4179 * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
4180 switches when --target-help option is specified.
4181
4182 2003-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
4183
4184 PR bootstrap/10805
4185 * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
4186 failure with Sun assembler 5.0 Alpha 03/27/98.
4187
4188 2003-05-21 Loren James Rittle <ljrittle@acm.org>
4189
4190 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
4191 to match system compiler convention.
4192
4193 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
4194
4195 * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
4196 value, not just if defined.
4197 Update copyright year.
4198
4199 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4200
4201 PR target/6428
4202 * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
4203 directories from LIB_SPEC to LINK_SPEC. Emit warning if `-p' or `-pg'
4204 option is used without `-static'.
4205 * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
4206 * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
4207
4208 2003-05-21 Bob Wilson <bob.wilson@acm.org>
4209
4210 * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
4211 TARGET_SERIALIZE_VOLATILE): Delete.
4212 (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
4213 (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
4214 (TARGET_SWITCHES): Remove "-mserialize-volatile" and
4215 "-mno-serialize-volatile".
4216 * config/xtensa/xtensa.c (print_operand): Remove checks of
4217 TARGET_SERIALIZE_VOLATILE.
4218 * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
4219 * doc/invoke.texi (Option Summary, Xtensa Options): Remove
4220 "-mserialize-volatile" and "-mno-serialize-volatile" options.
4221
4222 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
4223
4224 * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
4225 (nested_function): Likewise.
4226 (notype_nested_function): Likewise.
4227
4228 2003-05-21 Nick Clifton <nickc@redhat.com>
4229
4230 * config/stormy16/stormy-abi: Update overflow type for
4231 R_XSTORMY16_16 reloc.
4232
4233 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
4234
4235 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
4236 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
4237 (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
4238 * print-tree.c (print_node): Remove ambient-boundedness.
4239 * tree.h (tree_common): Remove bounded_flag.
4240 (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
4241 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
4242 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
4243 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
4244 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
4245 Remove.
4246 (TYPE_QUALS): Remove BOUNDED.
4247 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
4248 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
4249 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
4250 TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
4251 VA_LIST_POINTER_DEPTH): Remove.
4252 (struct tree_type): Remove pointer_depth.
4253
4254 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4255
4256 * c-pretty-print.c (pp_c_integer_literal): Use
4257 HOST_WIDE_INT_PRINT_DOUBLE_HEX.
4258
4259 2003-05-20 Roger Sayle <roger@eyesopen.com>
4260 Kazu Hirata <kazu@cs.umass.edu>
4261 Joern Rennecke <joern.rennecke@superh.com>
4262
4263 * gcse.c (cprop_jump): Make use of REG_EQUAL notes on both
4264 setcc and jump, if they exist. If substituted instruction
4265 fails to validate, store current effort in a REG_EQUAL note.
4266 (cprop_insn): Don't attempt further substitutions if the
4267 current instruction has been deleted.
4268 (local_cprop_pass): Likewise.
4269
4270 * jump.c (redirect_jump): Also update REG_EQUAL note, if
4271 one is attached to the jump instruction.
4272 (invert_jump): Delete REG_EQUAL note on jump, if one exists.
4273
4274 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
4275
4276 PR c++/9738
4277 * config/i386/winnt.c (i386_pe_encode_section_info): Enable
4278 even if not first.
4279
4280 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4281
4282 * genautomata.c (output_description, output_automaton_units,
4283 output_state_arcs): Add missing specifiers.
4284
4285 2003-05-20 Bob Wilson <bob.wilson@acm.org>
4286
4287 * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
4288 (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
4289 (__mulsi3): Use do_addx* instead of ADDX* instructions. Formatting.
4290 (nsau): Rename to do_nsau. Provide alternate version for use when
4291 the NSAU instruction is available.
4292 (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
4293 (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
4294 * config/xtensa/xtensa-config.h: Update comments to match binutils.
4295 (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
4296 * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
4297 (TARGET_ABS, TARGET_ADDX): Define.
4298 (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
4299 (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
4300 * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
4301 *subx8): Set predicate condition to TARGET_ADDX.
4302 (abssi2): Set predicate condition to TARGET_ABS.
4303 * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
4304 "-maddx", and "-mno-addx" options.
4305 (Xtensa Options): Likewise. Also tag some opcode names with @code.
4306
4307 2003-05-20 Kevin Ryde <user42@zip.com.au>
4308 Wolfgang Bangerth <bangerth@dealii.org>
4309
4310 PR/10355
4311 * doc/extend.texi: Put a warning into the documentation
4312 of attribute regparm.
4313
4314 2003-05-20 Jason Merrill <jason@redhat.com>
4315
4316 * tree.c (expr_last): New fn.
4317 * tree.h: Declare it.
4318 * objc/objc-act (expr_last): Rename to objc_expr_last.
4319
4320 2003-05-20 J"orn Rennecke <joern.rennecke@superh.com>
4321
4322 * sh.c (sh_register_move_cost): Add clase for moving between
4323 FP registers and MAC registers.
4324
4325 2003-05-19 John David Anglin <dave.anglin@nrc-gnrc.gc.ca>
4326
4327 * pa/milli64.S ($$mulI): Fix typo.
4328
4329 2003-05-19 Matt Kraai <kraai@alumni.cmu.edu>
4330
4331 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
4332 (nonlocal_set_p): Remove initial blank line.
4333 * dwarf2out.c (simple_type_size_in_bits): Likewise.
4334 * et-forest.c (et_forest_create): Likewise.
4335 * explow.c (stabilize): Likewise.
4336 * fix-header.c (write_lbrac): Likewise.
4337 * graph.c (start_fct, node_data): Likewise.
4338 * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
4339 * rtlanal.c (global_reg_mentioned_p): Likewise.
4340 * tree.c (bit_position): Likewise.
4341
4342 2003-05-19 Alexandre Oliva <aoliva@redhat.com>
4343
4344 * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
4345 -lthread to -lpthread.
4346
4347 2003-05-19 Neil Booth <neil@daikokuya.co.uk>
4348
4349 * c-opts.c (c_common_decode_option): Don't accept dollars
4350 as identifier characters in assembly.
4351 * doc/cpp.texi: Document this.
4352
4353 2003-05-19 Seth Arnold <sarnold@wirex.com>
4354 Aldy Hernandez <aldyh@redhat.com>
4355
4356 * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
4357 vrsave_size twice.
4358
4359 2003-05-19 Aldy Hernandez <aldyh@redhat.com>
4360
4361 * doc/tm.texi (function_arg): Fix typo.
4362
4363 2003-05-19 Matt Austern <austern@apple.com>
4364
4365 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
4366 * c-common.h (warn_invalid_offsetof): Declare.
4367 * c-common.c (warn_invalid_offsetof): Define.
4368 * doc/invoke.texi: Document -Winvalid-offsetof.
4369 * testsuite/g++.dg/other/offsetof3.C: New.
4370 * testsuite/g++.dg/other/offsetof4.C: New.
4371
4372 2003-05-19 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
4373 David Edelsohn <edelsohn@gnu.org>
4374
4375 * config/rs6000/rs6000.c (rs6000_alignment_string,
4376 rs6000_alignment_flags): New variables.
4377 (rs6000_parse_alignment_option): New function.
4378 (rs6000_override_options): Call it.
4379 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
4380 (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
4381 macros.
4382 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
4383 natural alignment if TARGET_NATURAL_ALIGNMENT
4384 (ROUND_TYPE_ALIGN): Always use default record alignment if
4385 TAGET_NATURAL_ALIGNMENT.
4386 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
4387 (ROUND_TYPE_ALIGN): Same.
4388 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
4389 (ROUND_TYPE_ALIGN): Same.
4390 * doc/invoke.texi (Option Summary, PowerPC Options): Document
4391 new options.
4392
4393 2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
4394
4395 * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
4396 of a function using ASMSPEC, prepend a star.
4397
4398 2003-05-19 Jason Merrill <jason@redhat.com>
4399
4400 * tree-inline.c (copy_body_r): Avoid generating &* during inline
4401 substitution.
4402
4403 2003-05-19 Andrew Macleod <amacleod@redhat.com>
4404
4405 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
4406 not mark assignments to the hard frame pointer as being stack
4407 frame related.
4408 (xstormy16_expand_epilogue): Mark adjustments to the stack
4409 pointer as being stack frame related.
4410
4411 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
4412
4413 * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
4414 ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
4415 (PREDICATE_CODES): Add hilo_operand.
4416 * config/mips/mips.c (hilo_operand): New predicate.
4417 (mips_adjust_insn_length): Account for the number nops that might
4418 be needed to avoid hardware hazards.
4419 * config/mips/mips.md (dslot): Remove attribute.
4420 (hazard): New attribute.
4421 (can_delay): Use it. Check for calls, branches & jumps.
4422 (muldi3): Use the standard dmult pattern for mips16 code.
4423 (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
4424
4425 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
4426
4427 * config/mips/mips-protos.h (final_prescan_insn,
4428 mips_count_memory_refs, mips_fill_delay_slot): Remove.
4429 * config/mips/mips.h (delay_type, dslots_load_total,
4430 dslots_load_filled, dslots_jump_total, dslots_jump_filled,
4431 dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
4432 mips_load_reg3, mips_load_reg4): Remove.
4433 (MASK_STATS): Remove.
4434 (MASK_EXPLICIT_RELOCS): Reuse its value.
4435 (TARGET_STATS): Remove.
4436 (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
4437 Warn that -mstats is now ignored.
4438 (FINAL_PRESCAN_INSN): Undefine.
4439 (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
4440 (ASM_OUTPUT_REG_POP): Likewise.
4441 * config/mips/mips.c (dslots_load_total, dslots_load_filled,
4442 dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
4443 mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
4444 mips_fill_delay_slot, mips_count_memory_refs,
4445 final_prescan_insn): Remove.
4446 (output_block_move): Remove calls to mips_count_memory_refs.
4447 (print_operand): Remove printing of #nop for TARGET_STATS.
4448 (mips_output_function_epilogue): Remove TARGET_STATS code.
4449 Reorganize setting of fnnmae.
4450 * config/mips/mips.md: Remove handling of dslot statistics
4451 throughout file. Change all fcmp patterns into normal asm
4452 templates, removing calls to mips_fill_delay_slot.
4453 * doc/invoke.texi: Remove documentation of -mstats.
4454
4455 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
4456
4457 * config/mips/mips.c (mips_class_max_nregs): Return the number of
4458 words in the mode.
4459
4460 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
4461
4462 * config/mips/mips.c (override_options): Disable explicit
4463 relocs for old ABIs unless using gas.
4464
4465 2003-05-18 Eric Christopher <echristo@redhat.com>
4466
4467 * config/mips/mips.h: Remove definition of g_switch_value.
4468
4469 2003-05-18 Matt Kraai <kraai@alumni.cmu.edu>
4470
4471 * flags.h (g_switch_value): Change to an unsigned
4472 HOST_WIDE_INT.
4473 * toplev.c (g_switch_value): Likewise.
4474
4475 * config/alpha/alpha.c (small_symbolic_operand): Remove
4476 g_switch_value cast.
4477 (alpha_in_small_data_p): Cast size to an unsigned
4478 HOST_WIDE_INT.
4479
4480 * config/frv/frv.c (frv_in_small_data_p): Cast size to an
4481 unsigned HOST_WIDE_INT.
4482 * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
4483 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
4484
4485 * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
4486 unsigned HOST_WIDE_INT.
4487 (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
4488 * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
4489 (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
4490
4491 * config/rs6000/rs6000.c (rs6000_file_start): Use
4492 HOST_WIDE_INT_PRINT_UNSIGNED.
4493 (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
4494 (rs6000_elf_in_small_data_p): Cast size to unsigned
4495 HOST_WIDE_INT.
4496 * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
4497 Remove.
4498 (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
4499 g_switch_set.
4500 (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
4501 g_switch_value cast.
4502
4503 2003-05-18 Roger Sayle <roger@eyesopen.com>
4504 Zack Weinberg <zack@codesourcery.com>
4505
4506 PR middle-end/10472
4507 * builtins.c (expand_builtin_memcpy): Call force_operand on
4508 expressions and use simplify_gen_binary to create the addition.
4509
4510 2003-05-18 Andreas Schwab <schwab@suse.de>
4511
4512 * config/m68k/m68k.md: Use define_constants for unspec numbers.
4513
4514 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
4515
4516 * config/sparc/sparc.h: Define sparc for now.
4517 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
4518
4519 * config.gcc: Clear xm_file, md_file at the beginning of each pass.
4520
4521 * config/stormy16/stormy16.h: Remove about 3000 lines of
4522 target-independent comments. Update copyright notice.
4523
4524 * doc/collect2.texi: GNU CC -> GCC.
4525 * doc/headerdirs.texi: GNU CC -> GCC.
4526
4527 2003-05-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
4528
4529 * hashtable.h (struct ht_identifier): Add data member "hash_value".
4530 * hashtable.c (ht_lookup): Use it when searching, remember.
4531 (ht_expand): Do not recompute.
4532 * tree.h (IDENTIFIER_HASH_VALUE): New macro.
4533
4534 2003-05-18 Nathan Sidwell <nathan@codesourcery.com>
4535
4536 * gcov-io.c (gcov_read_bytes): Fix fread thinko.
4537
4538 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
4539
4540 * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
4541 Default here.
4542 (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
4543 * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
4544 * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
4545 * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
4546 config/arm/linux-elf.h, config/arm/rtems-elf.h,
4547 config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
4548 config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
4549 config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
4550 config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
4551 config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
4552 config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
4553 config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
4554 config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
4555 config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
4556 config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
4557 config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
4558 Don't define __ELF__.
4559 * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
4560 Define __ELF__.
4561 * doc/cpp.texi: Document __ELF__.
4562 * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS. *
4563
4564 2003-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4565
4566 * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
4567 always use stdarg.
4568 * c-errors.c (pedwarn_c99): Likewise.
4569 * c-format.c (status_warning): Likewise.
4570 * c-semantics.c (build_stmt): Likewise.
4571 * calls.c (emit_library_call, emit_library_call_value): Likewise.
4572 * collect2.c (notice, fatal_perror, fatal, error): Likewise.
4573 * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
4574 * diagnostic.c (build_message_string, output_printf,
4575 output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
4576 fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
4577 error_with_decl, fnotice): Likewise.
4578 * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
4579 dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
4580 dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
4581 dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
4582 dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
4583 dw2_asm_output_encoded_addr_rtx): Likewise.
4584 * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
4585 * errors.c (warning, error, fatal, internal_error): Likewise.
4586 * final.c (output_operand_lossage, asm_fprintf): Likewise.
4587 * fix-header.c (fatal): Likewise.
4588 * gcc.c (fatal, error, notice): Likewise.
4589 * gcov.c (fnotice): Likewise.
4590 * genattrtab.c (attr_rtx, attr_printf): Likewise.
4591 * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
4592 * gensupport.c (message_with_line): Likewise.
4593 * mips-tfile.c (fatal, error): Likewise.
4594 * protoize.c (notice): Likewise.
4595 * ra-debug.c (ra_debug_msg): Likewise.
4596 * read-rtl.c (fatal_with_file_and_line): Likewise.
4597 * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
4598 * tree.c (build, build_nt, build_function_type_list): Likewise.
4599
4600 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4601
4602 * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
4603 * gcc.c (cpp_predefines): Remove.
4604 (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
4605 (static_specs): Remove predefines.
4606 * system.h: Poison CPP_PREDEFINES.
4607 * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
4608 config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
4609
4610 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4611
4612 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
4613 config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
4614 config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
4615 use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
4616
4617 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4618
4619 PR c/9209
4620 * c-common.c, c-common.h (dollars_in_ident): Remove.
4621 * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
4622 (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
4623 * cpphash.h (warned_dollar): Rename warn_dollars.
4624 * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
4625 Permit dollars regardless of -std=.
4626 (post_options): Set warn_dollars.
4627 * cpplex.c (forms_identifier_p): Use warn_dollars.
4628 * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
4629 Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
4630 * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
4631 Update documentation.
4632
4633 2003-05-17 Andreas Schwab <schwab@suse.de>
4634
4635 * config/m68k/m68k.c (m68k_output_function_prologue): Use
4636 HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
4637 formatting a HOST_WIDE_INT.
4638 (m68k_output_function_epilogue): Likewise.
4639
4640 2003-05-17 Zack Weinberg <zack@codesourcery.com>
4641
4642 * doc/install.texi: Remove information about desupported targets.
4643
4644 2003-05-17 Andreas Schwab <schwab@suse.de>
4645
4646 * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
4647 * config/m68k/linux.h: Likewise.
4648 * config/m68k/m68k-none.h: Likewise.
4649 * config/m68k/netbsd-elf.h: Likewise.
4650 * config/m68k/sgs.h: Likewise.
4651 * config/m68k/m68k.h: Likewise.
4652 * config/m68k/m68k.md: Likewise.
4653 * config/m68k/m68k.c: Likewise.
4654 * doc/md.texi (Machine Constraints): Remove Sun FPA specific
4655 constraints.
4656 * doc/invoke.texi (Option Summary): Remove -mfpa.
4657 (M680x0 Options): Likewise.
4658
4659 2003-05-17 David Edelsohn <edelsohn@gnu.org>
4660
4661 * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
4662
4663 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4664
4665 * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
4666 * config/sparc/liteelf.h, config/sparc/openbsd64.h,
4667 config/sparc/rtemself.h, config/sparc/sol2-64.h,
4668 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
4669 Update for use of TARGET_SUB_OS_CPP_BUILTINS.
4670
4671 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4672
4673 * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
4674 TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
4675
4676 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
4677
4678 * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
4679 * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
4680 sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
4681 sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
4682 sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
4683 sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
4684 sparc/sysv4.h,
4685 * sparc/sysv4-only.h: New.
4686
4687 2003-05-17 Alan Modra <amodra@bigpond.net.au>
4688
4689 * function.c (assign_parms): Check for zero size args.
4690
4691 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4692
4693 * cfgloopanal.c (test_for_iteration): Use string concatentation on
4694 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
4695 function calls into one.
4696 * dbxout.c (dbxout_symbol): Likewise.
4697 * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
4698 * dwarf2asm.c (dw2_asm_output_data_uleb128,
4699 dw2_asm_output_data_sleb128): Likewise.
4700 * genrecog.c (debug_decision_2): Likewise.
4701 * loop.c (emit_prefetch_instructions): Likewise.
4702 * print-rtl.c (print_rtx): Likewise.
4703 * print-tree.c (print_node_brief, print_node): Likewise.
4704 * ra-debug.c (dump_igraph, dump_graph_cost,
4705 dump_static_insn_cost): Likewise.
4706 * ra-rewrite.c (dump_cost): Likewise.
4707 * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
4708 * sreal.c (dump_sreal): Likewise.
4709 * unroll.c (unroll_loop, precondition_loop_p): Likewise.
4710 * varasm.c (assemble_vtable_entry): Likewise.
4711
4712 * avr.c (avr_output_function_prologue,
4713 avr_output_function_epilogue, print_operand): Fix format specifier
4714 warnings.
4715 (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
4716 * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
4717
4718 2003-05-16 Geoffrey Keating <geoffk@apple.com>
4719
4720 * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
4721 and ! TARGET_STRING cases.
4722
4723 * doc/cppopts.texi (-undef): Fix texinfo warning.
4724
4725 * doc/cppopts.texi (-H): Document that -H works for PCH files too.
4726 * cppfiles.c (validate_pch): When -H is used, print some information
4727 about PCH files found.
4728
4729 2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4730
4731 * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
4732 * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
4733 * config/mips/t-sr71k: Likewise.
4734
4735 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4736
4737 * arc.c (arc_output_function_prologue,
4738 arc_output_function_epilogue): Fix format specifier warnings.
4739 * arc.h (LARGE_INT): Fix signed/unsigned warnings.
4740
4741 * v850.c (print_operand): Fix format specifier warnings.
4742
4743 * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
4744 specifier warnings.
4745
4746 * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
4747 format specifier warnings.
4748
4749 * ip2k.c (function_prologue, function_epilogue, print_operand):
4750 Fix format specifier warnings.
4751 * ip2k.md: Likewise.
4752
4753 * i960.c (i960_output_function_prologue, i960_print_operand,
4754 i960_print_operand_addr): Fix format specifier warnings.
4755
4756 * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
4757 (i370_output_function_prologue): Fix format specifier warnings.
4758 * i370.h (PRINT_OPERAND): Likewise.
4759
4760 * fr30.c (fr30_print_operand): Fix format specifier warnings.
4761
4762 * dsp16xx.c (print_operand_address): Fix format specifier warning.
4763 * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
4764
4765 * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
4766 specifier warnings.
4767
4768 * alpha.c (print_operand_address, alpha_start_function,
4769 unicosmk_output_ssib): Use string concatentation on
4770 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
4771 function calls into one.
4772 * arm.c (arm_print_operand): Likewise.
4773 * cris.c (cris_asm_output_mi_thunk): Likewise.
4774 * frv.c (frv_asm_output_mi_thunk): Likewise.
4775 * ia64.c (ia64_print_operand, process_set): Likewise.
4776 * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
4777 Likewise.
4778 * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
4779 * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
4780 * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
4781 * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
4782 * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
4783 * s390.c (s390_assemble_integer): Likewise.
4784 * sparc.c (sparc_flat_function_prologue,
4785 sparc_flat_function_epilogue): Likewise.
4786 * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
4787 * vax.c (vax_output_mi_thunk): Likewise.
4788
4789 * frv.c (frv_print_operand_memory_reference): Fix format specifier
4790 warning.
4791 (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
4792
4793 * m68k.c (m68k_output_function_epilogue): Fix format specifier
4794 warnings.
4795
4796 * stormy16-protos.h (xs_hi_general_operand,
4797 xs_hi_nonmemory_operand): Prototype.
4798 * stormy16.c (xstormy16_output_shift): Fix format specifier
4799 warnings.
4800
4801 * cris.c: Fix format specifier warnings.
4802
4803 2003-05-16 Nick Clifton <nickc@redhat.com>
4804
4805 * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
4806
4807 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
4808
4809 * doc/bugreport.texi: Remove most of the of the preface of the
4810 bugs section.
4811
4812 2003-05-16 Jakub Jelinek <jakub@redhat.com>
4813
4814 * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
4815 .save XX, r0.
4816
4817 2003-05-15 Roger Sayle <roger@eyesopen.com>
4818
4819 * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
4820
4821 2003-05-15 Eric Christopher <echristo@redhat.com>
4822
4823 * cfgcleanup.c (merge_blocks): Fix return value.
4824
4825 2003-05-15 Eric Christopher <echristo@redhat.com>
4826
4827 * combine.c (expand_compound_operation): Make sure
4828 that zero_extend operation is profitable.
4829
4830 2003-05-15 Richard Henderson <rth@redhat.com>
4831
4832 * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
4833 code protected by USE_GNULIBC_1.
4834
4835 2003-05-15 Zack Weinberg <zack@codesourcery.com>
4836
4837 * config.gcc: Purge all targets obsoleted in GCC 3.3. Also
4838 remove hppa*-*-mpeix* which could not be built, and prune
4839 files from tmake_file= or tm_file= lists that don't exist.
4840
4841 * config/alpha/alpha-interix.h, config/alpha/alpha32.h
4842 * config/alpha/t-interix, config/arm/conix-elf.h
4843 * config/arm/t-arm-aout, config/arm/t-strongarm-coff
4844 * config/arm/unknown-elf-oabi.h, config/i386/win32.h
4845 * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
4846 * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
4847 * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
4848 * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
4849 * config/m68k/m68k-psos.h, config/m68k/mot3300.h
4850 * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
4851 * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
4852 * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
4853 * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
4854 * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
4855 * config/m68k/tower-as.h, config/m68k/tower.h
4856 * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
4857 * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
4858 * config/m88k/m88k-protos.h, config/m88k/m88k.c
4859 * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
4860 * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
4861 * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
4862 * config/mips/rtems64.h, config/mips/sni-gas.h
4863 * config/mips/sni-svr4.h, config/mips/t-ecoff
4864 * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
4865 * config/mn10200/mn10200.c, config/mn10200/mn10200.h
4866 * config/mn10200/mn10200.md, config/mn10200/t-mn10200
4867 * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
4868 * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
4869 * config/romp/romp-protos.h, config/romp/romp.c
4870 * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
4871 * config/rs6000/aix3newas.h, config/rs6000/mach.h
4872 * config/sparc/bsd.h, config/sparc/hal.h
4873 * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
4874 * config/sparc/lynx.h, config/sparc/netbsd.h
4875 * config/sparc/sp86x-aout.h, config/sparc/splet.h
4876 * config/sparc/sun4gas.h, config/sparc/sun4o3.h
4877 * config/sparc/sunos4.h, config/sparc/t-chorus-elf
4878 * config/sparc/t-halos, config/sparc/t-sparcbare
4879 * config/sparc/t-splet, config/sparc/t-sunos41
4880 * config/v850/rtems.h: Delete file.
4881
4882 2003-05-15 Aldy Hernandez <aldyh@redhat.com>
4883
4884 * config/rs6000/rs6000-protos.h (function_value): Protoize.
4885
4886 * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
4887
4888 * config/rs6000/rs6000.c (rs6000_function_value): New.
4889
4890 2003-05-15 Philip Blundell <philb@gnu.org>
4891
4892 * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
4893 All uses updated.
4894 (arm_tune_xscale): New variable.
4895 (arm_override_options): Set it.
4896 (arm_adjust_cost): Use it in place of arm_arch_xscale.
4897 (arm_gen_load_multiple): Likewise.
4898 (arm_gen_store_multiple): Likewise.
4899 * config/arm/arm.md (is_xscale): Likewise.
4900 * config/arm/arm.h (arm_tune_xscale): Declare.
4901
4902 2003-05-15 Philip Blundell <philb@gnu.org>
4903
4904 PR target/10730
4905 * config/arm/arm.c (adjacent_mem_locations): Reject offsets
4906 involving invalid constants.
4907
4908 2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4909
4910 * pa.c (hppa_expand_prologue): Remove blockage.
4911
4912 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
4913
4914 * doc/bugreport.texi: Remove most of the bug reporting
4915 instructions and merge them into bugs.html.
4916
4917 2003-05-14 Matt Kraai <kraai@alumni.cmu.edu>
4918
4919 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
4920 g_switch_value to unsigned HOST_WIDE_INT.
4921
4922 2003-05-14 Eric Christopher <echristo@redhat.com>
4923
4924 * combine.c: Fix header comments.
4925 (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
4926 to all calls and prototype.
4927
4928 2003-05-14 Roger Sayle <roger@eyesopen.com>
4929
4930 PR optimization/10764
4931 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
4932 Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
4933 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): Likewise,
4934 add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
4935 (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
4936 the corresponding *fyl2x_?fxf3 instructions.
4937
4938 2003-05-14 Bob Wilson <bob.wilson@acm.org>
4939
4940 * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
4941 * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
4942 XCHAL_HAVE_L32R): New.
4943 * config/xtensa/xtensa-protos.h (non_const_move_operand,
4944 xtensa_load_constant, xtensa_function_prologue,
4945 xtensa_function_epilogue): Delete prototypes.
4946 (xtensa_expand_prologue): New.
4947 * config/xtensa/xtensa.c (frame_size_const,
4948 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
4949 non_const_move_operand, xtensa_load_constant, xtensa_reorg,
4950 xtensa_function_prologue): Delete.
4951 (add_operand, xtensa_mem_offset): Formatting.
4952 (move_operand): If the const16 option is available, allow any SFmode
4953 and SImode constants.
4954 (xtensa_emit_move_sequence): Inline the former contents of
4955 xtensa_load_constant with modifications to handle the const16 option.
4956 (override_options): Add xtensa_char_to_class['W'] and set it to
4957 the general register class only if the const16 option is enabled.
4958 Fix formatting. Disallow PIC when using the const16 option.
4959 (print_operand): Reorganize to switch on "letter" instead of the
4960 RTL code. Add output_operand_lossage calls for invalid cases.
4961 Add support for 't' and 'b' letters.
4962 (xtensa_expand_prologue): New function to replace
4963 xtensa_function_prologue and xtensa_reorg.
4964 (xtensa_function_epilogue): Declare this as static. Delete code
4965 to print the retw.n or retw instruction.
4966 (xtensa_return_addr): Use A0_REG instead of 0.
4967 (xtensa_rtx_costs): Add costs for using the const16 option.
4968 * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
4969 (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
4970 (TARGET_SWITCHES): Add "const16" and "no-const16".
4971 (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
4972 (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
4973 using the const16 option.
4974 (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
4975 (TRAMPOLINE_SIZE): Change from 49 to 59.
4976 (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
4977 (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
4978 when using the const16 option.
4979 (PREDICATE_CODES): Delete non_const_move_operand.
4980 * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
4981 UNSPECV_ENTRY.
4982 (movdi, movdf): If the source is a constant, always expand to a
4983 sequence of movsi insns.
4984 (movdi_internal, movdf_internal): Remove alternative using l32r insns.
4985 (movsi_internal, movsf_internal): Add alternative using const16 insns.
4986 (movsf): Add const16 support.
4987 (entry, prologue, epilogue): New.
4988 (set_frame_ptr): Add missing mode for unspec_volatile operation.
4989 Likewise for subsequent split pattern.
4990 * doc/invoke.texi (Option Summary, Xtensa Options): Document new
4991 "-mconst16" and "-mno-const16" options.
4992
4993 2003-05-14 Richard Henderson <rth@redhat.com>
4994
4995 * config/ia64/ia64.c (ia64_expand_load_address): Force destination
4996 to be DImode register. Merge load_symptr.
4997 * config/ia64/ia64.md (load_symptr): Remove.
4998
4999 2003-05-14 Richard Henderson <rth@redhat.com>
5000
5001 * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
5002 DEFERRED_CONSTANT_P.
5003 * integrate.c (copy_rtx_and_substitute): Update use.
5004 * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
5005 to the copy generated.
5006 (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
5007 of the constant to see if we should emit.
5008 (mark_constant): Similarly.
5009 (output_constant_def_contents): Set TREE_ASM_WRITTEN.
5010
5011 2003-05-14 David Edelsohn <edelsohn@gnu.org>
5012
5013 * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
5014 move record condition.
5015 (movdi_internal2): Same.
5016
5017 2003-05-14 Nathan Sidwell <nathan@codesourcery.com>
5018
5019 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
5020 (GCOV_TAG_*) Force type to gcov_unsigned_t.
5021 (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
5022 (struct gcov_var): Remove modified. Add start, length, offset,
5023 overread. Have buffer array for libgcov.
5024 (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
5025 (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
5026 * gcov-io.c (gcov_open): Set mode, do not read anything.
5027 (gcov_close): Write final block.
5028 (gcov_write_block, gcov_allocate): New.
5029 (gcov_write_bytes): Make static. Write or allocate buffer.
5030 (gcov_write_unsigned, gcov_write_counter): Buffer can never be
5031 null.
5032 (gcov_write_string): Adjust.
5033 (gcov_write_tag)
5034 (gcov_write_length): Adjust. Flush the block.
5035 (gcov_write_tag_length): Buffer can never be null.
5036 (gcov_read_bytes): Make static. Read in block.
5037 (gcov_sync): Moved here. Adjust.
5038 (gcov_seek): Moved here. Adjust.
5039 * coverage.c (read_counts_file): Adjust.
5040 * gcov-dump.c (print_prefix): Add position parameter.
5041 (flag_dump_positions): New flag.
5042 (options, main, print_usage): Add it.
5043 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
5044 tag_summary): Adjust.
5045 * gcov.c (read_graph_file, read_count_file): Adjust.
5046 * libgcov.c (gcov_exit): Adjust.
5047
5048 * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
5049 (libgcov.a): Depend on libgcc.a.
5050 (gcov.o, gcov-dump.o): Add gcov-io.c.
5051 * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
5052
5053 * loop.c (check_dbra_loop): Factor common test.
5054
5055 2003-05-14 Ben Elliston <bje@wasabisystems.com>
5056
5057 * doc/md.texi (Automaton pipeline description): Grammar fixes.
5058
5059 2003-05-14 Richard Sandiford <rsandifo@redhat.com>
5060
5061 * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
5062 (TARGET_INITIALIZER): Include it.
5063 * target.h (struct gcc_target): Add machine_dependent_reorg field.
5064 * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
5065 * system.h: Poison MACHINE_DEPENDENT_REORG.
5066
5067 * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
5068 * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
5069 * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5070 (alpha_handle_trap_shadows): Remove "first insn" parameter.
5071 (alpha_align_insns): Likewise.
5072 (alpha_reorg): Likewise. Make static. Update calls to above
5073 functions.
5074
5075 * config/arm/arm-protos.h (arm_reorg): Remove declaration.
5076 * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
5077 * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5078 (arm_reorg): Remove parameter. Make static.
5079
5080 * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
5081 * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
5082 * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5083 (avr_reorg): Renamed from machine_dependent_reorg. Make static.
5084 Remove parameter.
5085
5086 * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
5087 * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
5088 * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5089 (c4x_reorg): Renamed from c4x_process_after_reload. Make static.
5090 Remove parameter.
5091
5092 * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
5093 * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
5094 * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
5095
5096 * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
5097 * config/frv/frv.c: Remove orphaned comment.
5098
5099 * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
5100 * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
5101 * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5102 (ix86_reorg): Renamed from x86_machine_dependent_reorg. Make static.
5103 Remove parameter.
5104
5105 * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
5106 * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
5107 * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5108 (emit_insn_group_barriers): Remove "first insn" parameter.
5109 (emit_all_insn_group_barriers): Likewise.
5110 (ia64_reorg): Likewise. Make static. Update calls to above functions.
5111 (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
5112
5113 * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
5114 * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
5115 * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5116 (ip2k_reorg): Renamed from machine_dependent_reorg. Make static.
5117 Remove parameter.
5118
5119 * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
5120 * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
5121 * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5122 (m68hc11_reorg): Make static. Remove parameter.
5123
5124 * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
5125 * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
5126 * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5127 (conditionalize_optimization): Remove parameter.
5128 (mcore_reorg): Renamed from mcore_dependent_reorg. Remove parameter.
5129 Make static. Update call to conditionalize_optimization.
5130
5131 * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
5132 * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
5133 * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5134 (mips_reorg): Renamed from machine_dependent_reorg. Remove parameter.
5135 Make static.
5136
5137 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
5138 * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
5139 * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5140 (mmix_reorg): Renamed from mmix_machine_dependent_reorg. Make static.
5141 Remove parameter.
5142
5143 * config/pa/pa-protos.h (pa_reorg): Remove declaration.
5144 * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
5145 * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5146 (pa_combine_instructions): Remove "first insn" parameter.
5147 (remove_useless_addtr_insns): Likewise.
5148 (pa_reorg): Likewise. Make static. Update calls to above functions.
5149
5150 * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
5151 commented-out definition.
5152
5153 * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
5154 * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
5155 * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5156 (s390_reorg): Renamed from s390_machine_dependent_reorg. Make static.
5157 Remove parameter.
5158
5159 * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
5160 * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
5161 * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5162 (sh_reorg): Renamed from machine_dependent_reorg. Make static.
5163 Remove parameter.
5164 (sh_output_mi_thunk): Call sh_reorg directly.
5165 * config/sh/sh.md: Update comment.
5166
5167 * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
5168 commented-out definition.
5169
5170 * config/v850/v850-protos.h (v850_reorg): Remove declaration.
5171 * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
5172 * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5173 (v850_reorg): Make static. Remove parameter.
5174
5175 * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
5176 * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
5177 * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5178 (xtensa_reorg): Make static. Remove parameter.
5179
5180 * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
5181 (TARGET_MACHINE_DEPENDENT_REORG): Document.
5182
5183 2003-05-13 Richard Henderson <rth@redhat.com>
5184
5185 * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
5186 the old decl had instantiated DECL_RTL.
5187
5188 2003-05-13 Mike Stump <mrs@apple.com>
5189
5190 * doc/invoke.texi (Option Summary): Kill off documentation for -$.
5191
5192 2003-05-13 Janis Johnson <janis187@us.ibm.com>
5193
5194 * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
5195 HOST_WIDE_INT argument.
5196
5197 2003-05-13 Jason Merrill <jason@redhat.com>
5198
5199 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
5200
5201 * tree.c (iterative_hash_expr): New fn.
5202
5203 * c-semantics.c (emit_local_var): Don't mess with temp slots if
5204 there's no initializer.
5205
5206 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
5207
5208 * final.c (final_scan_insn): Apply the effects of frame-related
5209 delay slot insns before emitting a delayed branch.
5210
5211 2003-05-13 Nick Clifton <nickc@redhat.com>
5212
5213 * config/mcore/mcore.md (jump): Use emit_jump_insn.
5214
5215 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5216
5217 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
5218 parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
5219
5220 2003-05-12 DJ Delorie <dj@redhat.com>
5221
5222 * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
5223 (emit_push_insn): Don't use push when the source alignment is less
5224 than the stack's push rounding.
5225
5226 2003-05-13 Zack Weinberg <zack@codesourcery.com>
5227
5228 * diagnostic.c (output_format): Add support for %m.
5229 (output_printf, output_verbatim, diagnostic_set_info,
5230 verbatim): Set err_no field of the text_info structure being
5231 initialized.
5232 (fatal_io_error): Delete function.
5233 * diagnostic.h (text_info): Add err_no field.
5234 * toplev.h (fatal_io_error): Delete prototype.
5235
5236 * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
5237 * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
5238 * objc/objc-act.c: Replace all calls to fatal_io_error with
5239 calls to fatal_error; add ": %m" to the end of all the affected
5240 error messages.
5241
5242 2003-05-13 Zack Weinberg <zack@codesourcery.com>
5243
5244 * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
5245 * rtl.h: Prototype it.
5246 * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
5247 when appropriate.
5248
5249 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5250
5251 * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
5252 ("*iorsi3_oi"): Likewise.
5253
5254 2003-05-13 Richard Earnshaw <rearnsha@arm.com>
5255
5256 * arm.md (compare_scc): Use shorter sequence for EQ case.
5257 (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
5258 (and_scc_scc): Ensure split only applies when there is a dominance
5259 of the comparisons.
5260 (and_scc_scc_nodom): New insn-and-split pattern.
5261
5262 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
5263
5264 * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
5265 to _Unwind_SetGRPtr().
5266
5267 2003-05-13 Michael Eager <eager@mvista.com>
5268
5269 * Makefile.in: Initialize program_transform_cross_name from
5270 @program_transform_name@ instead of target_alias.
5271
5272 2003-05-12 Janis Johnson <janis187@us.ibm.com>
5273 Alan Modra <amodra@bigpond.net.au>
5274 Jakub Jelinek <jakub@redhat.com>
5275
5276 * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
5277 * configure: Rebuild.
5278 * config/rs6000/rs6000-protos.h: Update.
5279 * config/rs6000/rs6000.c (rs6000_tls_size): New.
5280 (rs6000_tls_size_string): New.
5281 (rs6000_parse_tls_size_option): New.
5282 (rs6000_legitimize_tls_address): New.
5283 (rs6000_tls_get_addr): New.
5284 (rs6000_got_sym): New.
5285 (rs6000_tls_symbol_ref): New.
5286 (rs6000_tls_symbol_ref_1): New.
5287 (rs6000_get_some_local_dynamic_name): New.
5288 (rs6000_get_some_local_dynamic_name_1): New.
5289 (TARGET_HAVE_TLS): New.
5290 (TARGET_CANNOT_FORCE_CONST_MEM): New.
5291 (rs6000_override_options): Handle -mtls-size option.
5292 (constant_pool_expr_1): Handle TLS symbols.
5293 (rs6000_legitimize_address): Handle TLS symbols.
5294 (rs6000_tls_referenced_p): New.
5295 (rs6000_legitimate_address): Handle TLS symbols.
5296 (rs6000_emit_move): Handle TLS symbols.
5297 (print_operand): Handle TLS symbols.
5298 (uses_TOC): Handle TLS symbols.
5299 (rs6000_emit_prologue): Use symbol for unspec constant.
5300 * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
5301 (some_ld_name): New.
5302 (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
5303 (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
5304 (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
5305 * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
5306 Support TLS.
5307 (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
5308 tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
5309 tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
5310 tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
5311 tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
5312 tls_tls_64): New.
5313 * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
5314
5315 2003-05-12 Neil Booth <neil@cat.daikokuya.co.uk>
5316
5317 * Makefile.in (stage2_build, stage3_build, stage4_build):
5318 Set BUILD_CC to the same as CC.
5319
5320 2003-05-12 Neil Booth <neil@daikokuya.co.uk>
5321
5322 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
5323
5324 2003-05-12 Andreas Schwab <schwab@suse.de>
5325
5326 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
5327 as unused.
5328 (bundling): Initialize 'pos'.
5329 (ia64_expand_builtin): Initialize 'rmode'.
5330
5331 2003-05-12 David Edelsohn <edelsohn@gnu.org>
5332
5333 * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
5334 (ASM_OUTPUT_ALIGNED_COMMON): Same.
5335 (ASM_OUTPUT_LOCAL): Same.
5336
5337 Mon May 12 21:53:29 CEST 2003 Jan Hubicka <jh@suse.cz>
5338
5339 * varasm.c (output_constant): Fix underflow.
5340
5341 2003-05-12 Mark Mitchell <mark@codesourcery.com>
5342
5343 PR other/10745
5344 * configure.in: Correct detection of GNU ld version number.
5345 * configure: Regenerated.
5346
5347 2003-05-12 Zack Weinberg <zack@codesourcery.com>
5348
5349 * diagnostic.c (diagnostic_for_decl): Take a
5350 diagnostic_context argument. Restructure to be consistent
5351 with diagnostic_report_diagnostic.
5352 (diagnostic_count_diagnostic): Now static. Take a
5353 diagnostic_info argument, not just a diagnostic_t. Some code
5354 moved here from internal_error. Move a case label for
5355 clarity.
5356 (diagnostic_action_after_output): New function. Code moved
5357 here from internal_error and fatal_error.
5358 (bug_report_request): New #define so that this text appears in
5359 only one place.
5360 (diagnostic_report_diagnostic): Update to match changes to
5361 diagnostic_count_diagnostic. Call diagnostic_action_after_output.
5362 (diagnostic_set_info): Call gettext here.
5363
5364 (pedwarn): Update comment. Don't call gettext here.
5365 (sorry): Use report_diagnostic. Don't call gettext here.
5366 (fatal_error): Remove final fnotice and exit, but call
5367 real_abort to prevent warnings about noreturn function returning.
5368 (internal_error): Likewise. Don't do ICE suppression here nor
5369 call context->internal_error.
5370 (warning_with_decl): Suppress for decls in system headers.
5371 Adjust call to diagnostic_for_decl.
5372 (pedwarn_with_decl): Likewise.
5373 (error_with_decl): Adjust call to diagnostic_for_decl.
5374 (error_recursion): Use bug_report_request.
5375
5376 * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
5377 * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
5378 diagnostic_count_diagnostic.
5379
5380 2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5381
5382 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
5383
5384 Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
5385
5386 * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
5387 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
5388 * mips/mips.h (ASM_OUTPUT_SKIP): Fix typo in the previous patch.
5389
5390 2003-05-12 Roger Sayle <roger@eyesopen.com>
5391
5392 * doc/rtl.texi: Document zero_extract as a valid destination
5393 of a set insn.
5394
5395 2003-05-12 Richard Earnshaw <rearnsha@arm.com>
5396
5397 * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
5398 '.'. Change all local symbol definitions and references to use LSYM.
5399
5400 Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>
5401
5402 * expr.h (assemble_static_space): Update prototype.
5403 * output.h (assemble_zeros, output_constant): Likewise.
5404 * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
5405 * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
5406 it 64bit clean.
5407 * elf.h (ASM_OTUPUT_SKIP): Likewise.
5408 * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
5409 * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5410 Expect HOST_WIDE_INT operand.
5411 * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5412 Expect HOST_WIDE_INT operand.
5413 * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5414 Expect HOST_WIDE_INT operand.
5415 * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
5416 HOST_WIDE_INT operand.
5417 * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
5418 ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
5419 * aout.h (ASM_OTUPUT_SKIP): Likewise.
5420 * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
5421 * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
5422 * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
5423 * frv.h (ASM_OTUPUT_SKIP): Likewise.
5424 * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
5425 * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
5426 Make it 64bit
5427 clean.
5428 * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
5429 * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
5430 Make it 64bit clean.
5431 * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
5432 * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
5433 HOST_WIDE_INT operand
5434 * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
5435 Expect HOST_WIDE_INT operand
5436 * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
5437 * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
5438 ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
5439 * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5440 Likewise.
5441 * m32r.h (ASM_OUTPUT_COMMON): Likewise.
5442 * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5443 Likewise.
5444 * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
5445 * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
5446 * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
5447 ASM_OUTPUT_SKIP): Likewise.
5448 * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
5449 Likewise.
5450 * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
5451 ASM_OUTPUT_SKIP): Likewise.
5452 * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
5453 ASM_OUTPUT_SKIP): Likewise.
5454 * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
5455 * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
5456 ASM_OUTPUT_SKIP): Likewise.
5457 * sgs.h (ASM_OUTPUT_SKIP): Likewise.
5458 * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
5459 ASM_OUTPUT_SKIP): Likewise.
5460 * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
5461 Likewise.
5462 * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
5463 * iris.h (ASM_OUTPUT_LOCAL): Likewise.
5464 * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
5465 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
5466 ASM_OUTPUT_SKIP): Make it 64bit clean.
5467 * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
5468 Make it 64bit clean.
5469 * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
5470 ASM_OUTPUT_SKIP): Make it 64bit clean.
5471 * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
5472 64bit clean.
5473 * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
5474 HOST_WIDE_INT argument
5475 * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
5476 * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
5477 HOST_WIDE_INT argument
5478 * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
5479 * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
5480 * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
5481 * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
5482 HOST_WIDE_INT argument
5483 * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
5484 * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
5485 * varasm.c (asm_output_bss, asm_output_aligned_bss,
5486 asm_emit_uninitialized, assemble_zeros, assemble_static_space):
5487 HOST_WIDE_INT argument
5488
5489 2003-05-10 Steven Bosscher <steven@gcc.gnu.org>
5490
5491 * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
5492 favor of walk_tree_without_duplicates. Add comments.
5493
5494 2003-05-12 Josef Zlomek <zlomekj@suse.cz>
5495
5496 * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
5497 (struct alloc_pool_def): New element 'id'.
5498 * alloc-pool.c (fancy_abort): Extern function prototype.
5499 (abort): Macro which uses fancy_abort.
5500 (struct allocation_object_def): New structure.
5501 (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
5502 (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
5503 (last_id): New variable.
5504 (create_alloc_pool): Add the offset of u.data to size of element,
5505 increase and use last_id.
5506 (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
5507 (pool_alloc): Likewise. Set ID for elements.
5508 (pool_free): Check whether the PTR was allocated from POOL.
5509
5510 2003-05-11 Richard Henderson <rth@redhat.com>
5511
5512 PR c/10675
5513 * c-decl.c: Include hashtab.h.
5514 (detect_field_duplicates): New.
5515 (finish_struct): Use it.
5516 * Makefile.in (c-decl.o): Update.
5517 * c-parse.in (structsp_attr): Nreverse component_decl_list results.
5518 (component_decl_list, component_decl_list2,
5519 components, components_notype): Build list in reverse order.
5520 (enumlist): Clarify docs. Use TREE_CHAIN not chainon.
5521
5522 * tree.c (chainon): Special case op2 null as well.
5523 Reorg for clarity.
5524
5525 2003-05-11 Roger Sayle <roger@eyesopen.com>
5526
5527 * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
5528 to implement log, logf and logl built-ins as inline x87 intrinsics.
5529 (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
5530 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
5531 patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
5532
5533 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
5534 UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
5535
5536 2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5537
5538 * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
5539
5540 * sparc.c (print_operand): Fix uninitialized warning.
5541
5542 2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5543
5544 * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
5545 real insns.
5546 * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
5547 condition.
5548
5549 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
5550
5551 * doc/cpp.texi: Fix typos.
5552
5553 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5554
5555 * config/s390/s390.c (s390_function_arg_float): New function.
5556 (s390_function_arg_pass_by_reference): Use it.
5557 (s390_function_arg_advance): Likewise.
5558 (s390_function_arg): Likewise.
5559 (s390_va_arg): Likewise
5560
5561 2003-05-11 Nathan Sidwell <nathan@codesourcery.com>
5562
5563 * coverage.h (coverage_counter_alloc): New function.
5564 * function.h (struct function): Remove arc_profile flag.
5565 * coverage.c (fn_ident): Remove.
5566 (fn_b_ctrs, no_coverage): New.
5567 (get_coverage_counts): Use current_function_funcdef_no.
5568 (coverage_counter_alloc): New.
5569 (coverage_counter_ref): Adjust.
5570 (coverage_begin_output): Check no_coverage. Use
5571 current_function_funcdef_no.
5572 (coverage_end_function): Likewise.
5573 (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
5574 than clearing flag_inline_functions. Do not clear arc_profile
5575 flag.
5576 * function.c (prepare_function_start): Do not set arc_profile
5577 flag.
5578 * profile.c (instrument_edges): Return number of instrumented
5579 edges. Use a for loop.
5580 (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
5581 local to here and simplify. Use profile_arc_flag not arc_profile
5582 flag.
5583 (find_spanning_tree): Reformat.
5584 * toplev.c (rest_of_compilation): Use profile_arc_flags and
5585 flag_test_coverage rather than arc_profile flag.
5586
5587 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
5588
5589 * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
5590
5591 2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5592
5593 * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
5594
5595 2003-05-11 Bruno Haible <bruno@clisp.org>
5596
5597 * cppfiles.c (find_or_create_entry): Preserve errno.
5598
5599 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
5600
5601 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
5602 cpplib as it's a Standard Predefined Macro.
5603 * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
5604 * cppinit.c (_cpp_init_builtins): Take HOSTED. Define
5605 __STDC_HOSTED__ appropriately.
5606 * cpplib.h (_cpp_init_builtins): Update.
5607 * fix-header.c (read_scan_file): Update.
5608 * doc/cpp.texi, doc/cppopts.texi: Update documentation.
5609
5610 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
5611
5612 PR C++/689
5613 PR C++/9257
5614 * c-opts.c (c_common_decode_option): Don't set
5615 warn_ctor_dtor_privacy wen -Wall.
5616 * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
5617
5618 2003-05-10 Alexandre Oliva <aoliva@redhat.com>
5619
5620 * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
5621 patch.
5622
5623 2003-05-10 Zack Weinberg <zack@codesourcery.com>
5624
5625 * diagnostic.c: Reorder functions for clarity, putting all the
5626 functions in the "error" family next to each other, and
5627 likewise all the functions in the "error_with_decl" family.
5628 Some other routines were moved too. Add comments.
5629 (vbuild_message_string): Fold into sole caller.
5630
5631
5632 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
5633
5634 * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
5635 (EH_RETURN_HANDLER_RTX): Likewise.
5636 (expand_builtin_eh_return): Do not copy stack adjustment
5637 if EH_RETURN_STACKADJ_RTX is not defined.
5638 (expand_eh_return): Likewise. Also, do not pass stack
5639 adjustment as argument to the eh_return pattern.
5640 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
5641 because EH_RETURN_STACKADJ_RTX is not defined.
5642 * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
5643 is not defined, treat stack pointer like a regular register.
5644 (uw_init_context_1): Set up fake initial stack pointer register.
5645 (uw_install_context_1): Do not compute stack adjustment if
5646 EH_RETURN_STACKADJ_RTX is not defined.
5647
5648 * config/i386/i386.md ("eh_return"): Remove first argument.
5649 * config/mips/mips.md ("eh_return"): Likewise.
5650 * config/rs6000/rs6000.md ("eh_return"): Likewise.
5651 * config/sh/sh.md ("eh_return"): Likewise.
5652
5653 * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
5654
5655 2003-05-10 Alexander Aganichev <aaganichev@yandex.ru>
5656
5657 * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
5658
5659 2003-05-10 Nathan Sidwell <nathan@codesourcery.com>
5660
5661 * defaults.h (GCOV_TYPE_SIZE): Remove.
5662 * gcov-io.h (gcov_type): Set to specific mode int on target.
5663 (gcov_unsigned_t, gcov_position_t): New.
5664 (GCOV_TYPE_NODE): New.
5665 (GCOV_TAG_SUMMARY_LENGTH): Adjust.
5666 (GCOV_COUNTERS_SUMMABLE): New.
5667 (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
5668 gcov_ctr_info, gcov_info): Adjust types.
5669 (gcov_var): Adjust types.
5670 (gcov_write_unsigned, gcov_write_tag,
5671 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
5672 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
5673 (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
5674 * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
5675 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
5676 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
5677 * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
5678 __gcov_init, __gcov_merge_add): Adjust gcov types.
5679 * coverage.c (ctr_merge_functions): Constify.
5680 (ctr_names): New.
5681 (read_counts_file): Adjust gcov types. Only summarize & merge
5682 summable counters.
5683 (coverage_counter_ref): Use GCOV_TYPE_NODE.
5684 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
5685 build_ctr_info_value, build_gcov_info): Adjust types.
5686 * profile.c (branch_prob): Adjust gcov types.
5687 * gcov_dump (dump_file): Adjust gcov types.
5688
5689 2003-05-10 Richard Earnshaw <rearnsha@arm.com>
5690
5691 * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
5692 constants.
5693 (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
5694 * arm.c (arm_select_dominance_cc_mode): Renamed from
5695 select_dominance_cc_mode, no-longer static. Use DOM_CC... constants.
5696 Callers updated.
5697 * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
5698
5699 2003-05-09 Roger Sayle <roger@eyesopen.com>
5700
5701 * config/alpha/alpha.c (alpha_start_function): Declare frame_size
5702 as unsigned to avoid signed/unsigned comparison warnings.
5703
5704 2003-05-09 Bob Wilson <bob.wilson@acm.org>
5705
5706 * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
5707 instruction if the Xtensa density option is enabled.
5708
5709 2003-05-09 Matt Kraai <kraai@alumni.cmu.edu>
5710
5711 * mklibgcc.in: Remove extra quotes.
5712
5713 2003-05-09 Mark Mitchell <mark@codesourcery.com>
5714
5715 * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
5716 of int_ftype_void.
5717
5718 2003-05-09 Alexandre Oliva <aoliva@redhat.com>
5719
5720 * reload1.c (reload_cse_move2add): Don't turn an implicit
5721 truncation into a self-set in the narrow mode.
5722
5723 2003-05-09 Richard Earnshaw <rearnsha@arm.com>
5724
5725 * arm.md (clzsi2): The CLZ instruction is predicable.
5726
5727 2003-05-09 Bob Wilson <bob.wilson@acm.org>
5728
5729 * config/xtensa/xtensa.c: Formatting.
5730
5731 2003-05-09 Diego Novillo <dnovillo@redhat.com>
5732
5733 * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
5734 instead of TREE_OPERAND to access the operand of a
5735 CONSTRUCTOR node.
5736
5737 2003-05-09 Diego Novillo <dnovillo@redhat.com>
5738
5739 * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
5740 one operand.
5741
5742 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
5743
5744 * toplev.h (warning_with_file_and_line): Don't declare.
5745 (error_with_file_and_line): Likewise.
5746 * diagnostic.c (error_with_file_and_line): Remove.
5747 (warning_with_file_and_line): Likewise.
5748
5749 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
5750
5751 * c-parse.in (if_stmt_locus): New object.
5752 (if_prefix rule): Use it. Don't use warning_with_file_and_line.
5753 (select_or_iter_stmt rule): Likewise.
5754 (if_stmt_file): Remove.
5755 (if_stmt_line): Likewise.
5756 * jump.c: include "diagnostic.h"
5757 (never_reached_warning): Don't use warning_with_file_and_line.
5758 * Makefile.in (jump.o): Add dependce on diagnostic.h
5759
5760 2003-05-09 Alan Modra <amodra@bigpond.net.au>
5761
5762 * expr.c (move_block_from_reg): Remove "size" parm. Localize vars.
5763 Move code handling pieces not larger than a word to..
5764 * function.c (assign_parms): ..here, but use change_address instead
5765 of adjust_address and operand_subword, and expand_binop instead of
5766 expand_shift. Adjust calls to move_block_from_reg.
5767 * expr.h (move_block_from_reg): Update declaration.
5768 (copy_blkmode_from_reg): Formatting.
5769 * Makefile.in (function.o): Add $(OPTABS_H) to deps.
5770 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
5771 move_block_from_reg calls.
5772 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
5773 * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
5774 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
5775 * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
5776 * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
5777 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
5778 * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
5779 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
5780 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
5781
5782 2003-05-08 DJ Delorie <dj@redhat.com>
5783
5784 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
5785 to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
5786 variable-sized types).
5787 (xstormy16_function_arg): New. Pass them that way too.
5788 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
5789 * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
5790
5791 2003-05-08 Aldy Hernandez <aldyh@redhat.com>
5792
5793 * mklibgcc.in: Use mkinstalldirs when installing multilib
5794 directories.
5795
5796 2003-05-08 J"orn Rennecke <joern.rennecke@superh.com>
5797
5798 * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
5799 instead of CODE_FOR_jump
5800
5801 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
5802
5803 * objc/objc-act.c (error_with_ivar): Don't use
5804 error_with_file_and_line.
5805 (warn_with_method): Don't use warning_with_file_and_line.
5806
5807 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
5808
5809 * stmt.c (emit_locus): New macro.
5810 (emit_filename): Remove.
5811 (emit_lineno): Likewise.
5812 (struct stmt_status): Replace members x_emit_filename and
5813 x_emit_lineno with x_emit_locus.
5814 (set_file_and_line_for_stmt): Adjust.
5815 (expand_expr_stmt_value): Don't use warning_with_file_and_line.
5816 (warn_if_unused_value): Likewise.
5817 (check_seenlabel): Likewise.
5818
5819 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
5820
5821 * c-decl.c (define_label): Tidy. Don't use any of
5822 error_with_file_and_line or warning_with_file_and_file.
5823 (pending_xref_error): Likewise.
5824 (store_parm_decls): Likewise.
5825 (current_function_prototype_locus): New object. Package from
5826 current_function_prototype_file and current_function_prototype_line.
5827 (start_function): Use it.
5828 (current_function_prototype_file): Remove.
5829 (current_function_prototype_line): Remove;
5830
5831 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5832
5833 * builtins.c (readonly_data_expr): New function.
5834 (expand_builtin_memmove): Optimize any rodata source, not just
5835 strings.
5836
5837 2003-05-07 David Mosberger <davidm@hpl.hp.com>
5838
5839 * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
5840
5841 2003-05-07 Richard Henderson <rth@redhat.com>
5842
5843 * config/i386/i386.c (ix86_split_long_move): Fix base register
5844 mode for XFmode splits for TARGET_64BIT.
5845
5846 2003-05-07 Richard Henderson <rth@redhat.com>
5847
5848 * sched-ebb.c (schedule_ebb): Supply the correct starting
5849 block number to save_line_notes.
5850
5851 2003-05-07 Richard Henderson <rth@redhat.com>
5852
5853 * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
5854 (dump_file): Likewise.
5855
5856 2003-05-07 David Mosberger <davidm@hpl.hp.com>
5857
5858 * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
5859 forget to preserve gp.
5860 * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
5861
5862 * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
5863 .prologue directive.
5864 Use .skip instead of data8 for .bss section to make Intel
5865 Assembler (ias) happy. Minor whitespace fixups. Make "nop 0"
5866 explicit in the .mib bundles and remove the unnecessary stop
5867 bits. Replace local labels with normal labels, to make ias
5868 happy. Don't register __do_global_ctors_aux here, do it in
5869 crtend.asm instead.
5870
5871 * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
5872 __do_global_ctors_aux in .init_array section instead of
5873 declaring it as a hidden global. Replace local labels with
5874 ordinary labels to make ias happy.
5875
5876 2003-05-07 Richard Henderson <rth@redhat.com>
5877
5878 PR c++/10570
5879 * except.c: Revert 04-01 and 04-02 forced-unwind changes.
5880 * flags.h, toplev.c, doc/invoke.texi: Likewise.
5881
5882 * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
5883 * unwind.inc (_Unwind_DeleteException): Check for null
5884 exception_cleanup.
5885
5886 * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
5887 * unwind.inc (_Unwind_Resume_or_Rethrow): New.
5888 * unwind.h: Declare them.
5889 * libgcc-std.ver (GCC_3.3): Export them.
5890
5891 2003-05-07 Richard Henderson <rth@redhat.com>
5892
5893 * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
5894 not _Unwind_Word.
5895
5896 2003-05-07 Zack Weinberg <zack@codesourcery.com>
5897
5898 * stmt.c (force_label_rtx): New function, based on logic
5899 formerly found in expand_expr.
5900 * expr.h: Prototype it.
5901 * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
5902 appropriate.
5903 * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
5904
5905 * print-tree.c (debug_tree): Free the table after we're done
5906 with it. Use putc.
5907
5908 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
5909
5910 * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
5911 Unreverse arguments for __ev_subw.
5912
5913 * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
5914
5915 2003-05-07 Nick Clifton <nickc@redhat.com>
5916
5917 * config/stormy16/stormy-abi: Update to include
5918 R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
5919 R_XSTORMY16_12 relocs.
5920
5921 2003-05-07 Alan Modra <amodra@bigpond.net.au>
5922
5923 * function.c (assign_parms): Correct reversed reg_parm_stack_space
5924 test. Add partial in-regs size to stack_args_size.
5925
5926 2003-05-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5927
5928 * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
5929 as a C only option.
5930
5931 2003-05-07 Nathan Sidwell <nathan@codesourcery.com>
5932
5933 * gcov-io.h (GCOV_LOCKED): New #define.
5934 (GCOV_LINKAGE): Make sure it is #defined.
5935 (gcov_write_string, gcov_write_tag, gcov_write_length,
5936 gcov_read_string, gcov_time): Poison in libgcov.
5937 (gcov_seek_end): Remove.
5938 (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
5939 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
5940 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
5941 GCOV_TAG_SUMMARY_LENGTH): New #defines.
5942 (gcov_write_tag, gcov_write_length): Not in libgcov.
5943 * gcov-io.c (gcov_open): Use GCOV_LOCKED.
5944 (gcov_write_tag, gcov_write_length): Not in libgcov.
5945 (gcov_write_tag_length): New.
5946 (gcov_write_summary): Use gcov_write_tag_length.
5947 * libgcov.c: Always #include gcov-io.h.
5948 (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
5949 (GCOV_LINKAGE): Define to nothing for L_gcov.
5950 (gcov_exit): Replace gcov_write_tag, gcov_write_length with
5951 gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
5952 * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
5953 (read_count_file): Likewise.
5954 * gcov-dump.c (dump_file): Likewise.
5955 * coverag.c (read_counts_file): Likewise.
5956
5957 2003-05-06 Mark Mitchell <mark@codesourcery.com>
5958
5959 PR other/10658
5960 * gcc.c (process_command): Update copyright date.
5961
5962 2003-05-06 Phil Edwards <pme@gcc.gnu.org>
5963
5964 * doc/install.texi (mips-*-*): Add note about libstdc++.
5965
5966 2003-05-06 DJ Delorie <dj@redhat.com>
5967
5968 * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
5969 * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
5970 * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
5971
5972 2003-05-06 <neil@cat.daikokuya.co.uk>
5973
5974 * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
5975 and -Wstrict-prototypes if C++.
5976
5977 2003-05-06 Aldy Hernandez <aldyh@redhat.com>
5978
5979 * config/rs6000/linuxspe.h: New file.
5980
5981 * config.gcc: Add powerpc-*-linux-gnuspe* target.
5982
5983 2003-05-06 Richard Henderson <rth@redhat.com>
5984
5985 * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
5986 previous frame didn't save sp. Clear sp for next frame.
5987 (uw_install_context_1): Honor saved sp from frame.
5988
5989 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
5990
5991 * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
5992 (mips_move_1word, mips_move_2words): Remove declaration.
5993 (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
5994 (mips_restore_gp): Remove insn argument.
5995 * config/mips/mips.h (FP_REG_RTX_P): New macro.
5996 * config/mips/mips.c (volatile_buffer): Remove.
5997 (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
5998 (mips_move_1word, mips_move_2words): Remove, replacing with...
5999 (mips_output_move): ...this new function.
6000 (mips_restore_gp): Remove insn argument. Adjust for above changes.
6001 (print_operand): Make '%h' print %hi(op) for HIGH operands. Remove
6002 handling of floating-point constants. Handle zero CONST_DOUBLE
6003 arguments.
6004 (mips_annotate_frame_insn): Replace with...
6005 (mips_set_frame_expr): ...this, which just takes one argument.
6006 (mips_frame_set): Change the register argument to an rtx.
6007 (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
6008 check whether moves should be split. Use mips_split_64bit_move
6009 to split them. Use mips_subword to generate the high and low
6010 parts of a paired FPR. Adjust calls to frame_set and
6011 mips_set_frame_expr.
6012 (mips_expand_prologue): Simplify due to above changes.
6013 * config/mips/mips.md: Add splitters for 64-bit moves on 32-bit
6014 targets, replacing xisting register-only versions.
6015 (UNSPEC_STORE_DF_HIGH): New unspec.
6016 (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
6017 (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
6018 (*paradoxical_extendhidi2): Remove.
6019 (movdi_internal, movdi_internal2): Use mips_output_move.
6020 (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
6021 (movsf_internal1, movsf_internal2): Likewise.
6022 (movdf_internal1a): Likewise. Fix length and type of f <- G case.
6023 (movdf_internal1b): Use mips_output_move. Fix type of f <- G case.
6024 (movdf_internal2): Use mips_output_move. Fix lengths of FPR moves.
6025 Add m <- G alternative.
6026 (load_df_low, load_df_high, store_df_low): New patterns.
6027 (movhi_internal): Use @ template instead of calling a function.
6028 Remove unnecessary 'z' alternatives.
6029 (movqi_internal): Likewise.
6030 (exception_receiver): Update call to mips_restore_gp.
6031
6032 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
6033
6034 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
6035 (mips_delegitimize_address): Declare.
6036 * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
6037 (FIND_BASE_TERM): Define.
6038 * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
6039 (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
6040 Handle small-data addresses.
6041
6042 2003-05-05 Roger Sayle <roger@eyesopen.com>
6043
6044 * real.c (real_powi): New function to calculate the value of
6045 a real raised to an integer power, i.e. pow(x,n) for int n.
6046 (real_sqrt): Convert to using the faster do_add, do_multiply
6047 and do_divide API for consistency with the rest of real.c.
6048 * real.h (real_powi): Prototype here.
6049 * builtins.c (fold_builtin): Avoid local variable mode when
6050 evaluating sqrt at compile time. Attempt to evaluate pow at
6051 compile-time, by checking for an integral exponent.
6052
6053 2003-05-05 Richard Henderson <rth@redhat.com>
6054
6055 * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
6056
6057 2003-05-05 David O'Brien <obrien@FreeBSD.org>
6058
6059 * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
6060 other FreeBSD ports.
6061 (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
6062 (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
6063
6064 2003-05-05 Janis Johnson <janis187@us.ibm.com>
6065
6066 * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
6067 expanded variables.
6068 * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
6069
6070 2003-05-05 Zack Weinberg <zack@codesourcery.com>
6071
6072 * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
6073 * varasm.c (struct varasm_status): Add deferred_constants field.
6074 (n_deferred_strings): Delete variable.
6075 (n_deferred_constants): New #define.
6076 (struct constant_descriptor_tree): Kill next and label fields.
6077 (const_hash_table, MAX_HASH_TABLE): Delete.
6078 (const_desc_htab): New static variable.
6079 (const_hash): Rename const_desc_hash, and make it fit the
6080 hashtab.h interface.
6081 (const_desc_eq): New.
6082 (const_hash_1, compare_constant): Const-ify arguments.
6083 (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
6084 SYMBOL_REFs. Clarify comments. Don't set desc->label.
6085 (output_constant_def): Do the lookup/insert using the
6086 hashtab.h interface. Don't muck with n_deferred_constants or
6087 DEFERRED_CONSTANT_P here.
6088 Always call maybe_output_constant_def_contents.
6089 (maybe_output_constant_def_contents): Take a pointer to the
6090 descriptor, not the EXP and RTL separately. Return
6091 immediately if this constant is not deferred. Defer output of
6092 everything, except writable string constants. Update
6093 n_deferred_constants here.
6094 (output_constant_def_contents): Now takes just one argument,
6095 an rtx. Clear DEFERRED_CONSTANT_P here.
6096 (mark_constant_pool): Update for rename of n_deferred_strings.
6097 (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
6098
6099 (init_varasm_status): Clear p->deferred_constants.
6100 (init_varasm_once): Call htab_create_ggc for const_desc_htab.
6101
6102 2003-05-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6103
6104 * builtins.c (expand_builtin_stpcpy): Only expand when the length
6105 of the source string can be evaluated at compile-time.
6106
6107 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6108
6109 * testsuite/gcc.c-torture/compile/simd-6.c: New.
6110
6111 * c-typeck.c (digest_init): Handle arrays of vector constants.
6112
6113 2003-05-05 Jakub Jelinek <jakub@redhat.com>
6114
6115 * builtins.c (expand_builtin_mempcpy): New function.
6116 (expand_builtin_stpcpy): Optimize stpcpy whose return value is
6117 ignored into strcpy no matter what arguments it has.
6118 (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
6119 expand_builtin_mempcpy.
6120
6121 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6122
6123 * testsuite/gcc.dg/20030505.c: New.
6124
6125 * c-typeck.c (convert_for_assignment): Opaque pointers can
6126 interconvert.
6127
6128 * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
6129 (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
6130 (spe_init_builtins): Rename all pv2si_type_node to
6131 opaque_p_V2SI_type_node.
6132 Remove declaration of pv2si_type_node.
6133 (is_ev64_opaque_type): Accept opaque pointers.
6134
6135 2003-05-05 Geoffrey Keating <geoffk@apple.com>
6136
6137 * config/rs6000/rs6000.c (validate_condition_mode): Use
6138 flag_finite_math_only.
6139 (rs6000_reverse_condition): Never return UNKNOWN; use
6140 flag_finite_math_only.
6141 (rs6000_generate_compare): Use flag_finite_math_only.
6142 (rs6000_emit_cmove): Handle UNLE. Support UNEQ under -ffast-math.
6143 Use HONOR_* rather than flag_unsafe_math_optimizations. Correct
6144 UNGE and GT cases. Handle UNEQ and LTGT when ! HONOR_NANS.
6145
6146 * toplev.c (check_global_declarations): Suppress not-used warning
6147 for volatile variables.
6148
6149 2003-05-05 Olivier Hainque <hainque@act-europe.fr>
6150
6151 * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
6152 usage of bitfield instructions for mode1 != BLKmode, only ignoring
6153 SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
6154 (store_field): Likewise.
6155
6156 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6157
6158 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
6159 evsubifw to builtins accepting 5-bit unsigned constants.
6160 (easy_vector_constant): Return if V1DImode. Fix typo.
6161
6162 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6163
6164 * config/rs6000/spe.h: Revert licensing change from last patch.
6165
6166 2003-05-05 DJ Delorie <dj@redhat.com>
6167
6168 * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
6169 before reload, but defer the split until after.
6170 * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
6171 to match.
6172
6173 2003-05-05 David Edelsohn <edelsohn@gnu.org>
6174
6175 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
6176 * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
6177
6178 2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6179
6180 * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
6181 is defined.
6182
6183 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6184
6185 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
6186 ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
6187 ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
6188
6189 (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
6190 ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
6191 ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
6192 New.
6193
6194 * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
6195 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
6196
6197 (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
6198 BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
6199 BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
6200 BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
6201 BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
6202 BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
6203 BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
6204 BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
6205 BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
6206 BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
6207 BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
6208 BUILT_IN_STRDUP): Add "nonnull" attribute.
6209
6210 2003-05-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6211
6212 * expr.c (store_field): Don't clobber TEMP in shift: it might be
6213 a variable.
6214 (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
6215 whose purpose is to step up the alignment.
6216 (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
6217
6218 * stor-layout.c (compute_record_mode): Relax restriction
6219 on fields crossing word boundaries forcing BLKmode.
6220
6221 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
6222
6223 * cppinit.c (cpp_create_reader, post_options): Warn about
6224 trigraphs unless explicity set or -trigraphs.
6225 * cpplex.c (warn_in_comment): New.
6226 (_cpp_process_line_notes): Better handling of -Wtrigraphs.
6227 (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
6228 * doc/cppopts.texi, doc/cpp.texi: Update.
6229
6230 2003-05-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6231
6232 * Makefile.in (LIBGCOV): Add _gcov_merge_add.
6233 * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
6234 namespace clash.
6235 (GCOV_MERGE_FUNCTIONS): New.
6236 (gcov_merge_fn): Declare.
6237 (struct gcov_ctr_info): New field "merge".
6238 (__gcov_merge_add): Declare.
6239 * coverage.c (ctr_merge_functions): New.
6240 (build_ctr_info_type, build_ctr_info_value): Initialize merge field
6241 of gcov_ctr_info type.
6242 * libgcov.c (__gcov_merge_add): New.
6243 (gcov_exit): Call a hook to merge values of counters.
6244
6245 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
6246
6247 * toplev.h (pedwarn_with_file_and_line): Don't declare.
6248 * diagnostic.c (pedwarn_with_file_and_line): Remove.
6249
6250 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
6251
6252 * varasm.c (assemble_variable): Don't use error_with_file_and_line.
6253
6254 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6255
6256 * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
6257 expand_builtin_frame_address): Update prototypes.
6258 (expand_builtin_constant_p, expand_builtin_strlen,
6259 expand_builtin_strcpy, expand_builtin_memset,
6260 expand_builtin_bzero, expand_builtin_args_info,
6261 expand_builtin_frame_address): Pass in just the argument(s)
6262 needed, not the entire expression `exp'.
6263 (expand_builtin): Update all calls to these functions.
6264
6265 2003-05-03 Richard Henderson <rth@redhat.com>
6266
6267 * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
6268 <BUILT_IN_DWARF_SP_COLUMN>: New.
6269 * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
6270 (BUILT_IN_DWARF_SP_COLUMN): New.
6271 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
6272 (expand_builtin_dwarf_sp_column): New.
6273 * except.h: Update to match.
6274 * unwind-dw2.c (execute_stack_op): Correct stack push typo.
6275 (execute_cfa_program): Record location expression address
6276 before extracting length.
6277 (uw_update_context_1): Install old CFA into stack pointer column.
6278 (uw_init_context_1): Set cfa_reg to stack pointer column.
6279
6280 2003-05-03 Richard Henderson <rth@redhat.com>
6281
6282 * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
6283 return bool.
6284 (toc_relative_expr_p): Likewise.
6285 (SPE_CONST_OFFSET_OK): Move from rs6000.h.
6286 (legitimate_constant_pool_address_p): Move from rs6000.h, change
6287 into a function, downcase all users.
6288 (legitimate_small_data_p): Likewise.
6289 (legitimate_offset_address_p): Likewise.
6290 (legitimate_indexed_address_p): Likewise.
6291 (legitimate_indirect_address_p): Likewise.
6292 (legitimate_lo_sum_address_p): Likewise.
6293 (rs6000_mode_dependent_address): Likewise.
6294 * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
6295 (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
6296 LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
6297 LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
6298 LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
6299 (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
6300 (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
6301 * config/rs6000/rs6000-protos.h: Update.
6302
6303 2003-05-03 Geoffrey Keating <geoffk@apple.com>
6304
6305 * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
6306 (REVERSE_CONDITION): Define.
6307
6308 * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
6309 to branch_positive_comparison_operator.
6310 (ccr_bit): Check that sCOND conditions are actually a positive bit.
6311 (print_operand): Remove %D substitution.
6312 (rs6000_emit_sCOND): Generate complement operation to ensure that
6313 sCOND input is a positive bit.
6314 * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
6315 same order as bCOND, and add the missing ones. Remove the %D
6316 substitutions from the scc patterns.
6317
6318 * simplify-rtx.c (simplify_relational_operation): Add case for
6319 ! (fabs(x) < 0.0).
6320
6321 2003-05-03 Bruce Korb <bkorb@gnu.org>
6322
6323 * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
6324 in fixincl.x
6325 * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
6326
6327 2003-05-03 Aldy Hernandez <aldyh@redhat.com>
6328
6329 * config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.
6330
6331 2003-05-03 Zack Weinberg <zack@codesourcery.com>
6332
6333 PR c/10604
6334 * c-common.c (warn_sign_compare): Initialize to -1.
6335 * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
6336 (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
6337 for C++ only.
6338 (c_common_post_options): Set warn_sign_compare from extra_warnings
6339 if it's still -1 at this point.
6340
6341 * toplev.c (maybe_warn_unused_parameter): New static variable.
6342 (set_Wextra): New static function.
6343 (W_options): Remove "extra".
6344 (decode_W_option): Call set_Wextra.
6345 (independent_decode_option): Likewise.
6346 (set_Wunused): Cooperate with set_Wextra in setting
6347 warn_unused_parameter.
6348 (rest_of_compilation): No need to check extra_warnings as
6349 well as warn_uninitialized.
6350
6351 * c-typeck.c (build_binary_op, build_conditional_expr):
6352 No need to check extra_warnings as well as warn_sign_compare.
6353 (internal_build_compound_expr): No need to check extra_warnings
6354 as well as warn_unused_value.
6355 * function.c (expand_function_end): No need to check extra_warnings
6356 as well as warn_unused_parameter.
6357 * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
6358 as well as warn_unused_value.
6359
6360 * doc/invoke.texi: Clarify documentation of -Wsign-compare.
6361
6362 * Makefile.in: Disable -Werror for gengtype-lex.o.
6363
6364 2003-05-03 Olivier Hainque <hainque@act-europe.fr>
6365
6366 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
6367 * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
6368 * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
6369 * calls.c (emit_call_1): Likewise.
6370 (expand_call): For calls initializing constant memory, replace
6371 emission of standalone mem /u clobber with function usage entry.
6372 * expr.c (emit_block_move_via_libcall): Likewise.
6373 * cse.c (count_reg_usage, case EXPR_LIST): New case.
6374 * flow.c (propagate_one_insn): Pass entire operand of
6375 CALL_INSN_FUNCTION_USAGE to mark_used_regs.
6376 * integrate.c (try_constants): For CALL_INSNs, substitute constants
6377 within the FUNCTION_USAGE also.
6378 * loop.c (prescan_loop): Note clobbers of const mem mentioned in
6379 FUNCTION_USAGE lists.
6380 * reload1.c (replace_pseudos_in): Renamed.
6381 (reload): Use it for clobbers surviving until the end of the reload.
6382
6383 2003-05-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6384
6385 * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
6386 gen_lowpart on non-integer modes.
6387
6388 * stor-layout.c (place_field): When adjusting offset_align, use
6389 desired_align, not DECL_ALIGN.
6390
6391 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
6392
6393 * c-decl.c (pending_invalid_xref_file): Remove.
6394 (pending_invalid_xref_line): Remove.
6395 (pending_invalid_xref_location): New.
6396 (lookup_label): Use location_t and input_location directly.
6397 (lookup_tag): Likewise.
6398 (pending_xref_error): Likewise.
6399 (c_expand_body_1): Likewise.
6400 * c-common.c (x_expand_start_cond): Likewise.
6401 * c-semantics.c (genrtl_for_stmt): Likewise.
6402 (find_reachable_label): Likewise.
6403 * expr.c (expand_expr): Likewise.
6404 * integrate.c (output_inline_function): Likewise.
6405 * tree-inline.c (find_alloca_call): Likewise.
6406 (find_builtin_longjmp_call): Likewise.
6407 * gcc.c (input_filename): Make static.
6408
6409 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
6410
6411 * config/mips/mips.md: Fix comment typo.
6412
6413 * config/mips/mips.c (mips_integer_op): New structure.
6414 (MIPS_MAX_INTEGER_OPS): Define.
6415 (mips_const_insns): Use mips_build_integer to determine the number
6416 of instructions needed to load a CONST_INT.
6417 (move_operand): Reject compound CONST_INTs.
6418 (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
6419 (mips_move_integer): New fn.
6420 (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
6421 (mips_legitimize_move): Only legitimize constants when moving
6422 word or subword values.
6423
6424 2003-05-02 Matt Kraai <kraai@alumni.cmu.edu>
6425
6426 * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
6427
6428 2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6429
6430 * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
6431 modifying it.
6432
6433 2003-05-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
6434 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6435
6436 * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
6437 Hernandez, and Kazu Hirata. Update Richard Henderson.
6438
6439 2003-05-02 Geoffrey Keating <geoffk@apple.com>
6440
6441 * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
6442 to tentative declaration.
6443
6444 * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
6445 (SYMBOL_FLAG_SMALL_V4): Delete.
6446 * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
6447 (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
6448 (rs6000_elf_in_small_data_p): Add extra section names. Add
6449 comment about TREE_PUBLIC test.
6450
6451 * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
6452 expand_stmt on result of expand_unreachable_stmt.
6453
6454 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6455
6456 * doc/contrib.texi (Contributors): Add Daniel Berlin.
6457
6458 2003-05-02 David Edelsohn <edelsohn@gnu.org>
6459
6460 * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
6461 number of automata.
6462
6463 * config/rs6000/rs6000.c (symbol_ref_operand): Check
6464 SYMBOL_REF_FUNCTION_P on AIX.
6465 (current_file_function_operand): Same.
6466 * config/rs6000/rs6000.md (call,call_value): Force non-function
6467 symbol_ref into register on AIX.
6468
6469 2003-05-02 Alan Modra <amodra@bigpond.net.au>
6470
6471 * calls.c (struct arg_data): Move offset, slot_offset, size and
6472 alignment_pad to struct locate_and_pad_arg_data. Update all refs.
6473 (initialize_argument_information): Adjust call to locate_and_pad_parm.
6474 Delete alignment_pad var. Don't calculate slot_offset here.
6475 (emit_library_call_value_1): Delete alignment_pad, offset and size
6476 vars. Use struct locate_and_pad_arg_data instead. Adjust refs.
6477 Adjust call to locate_and_pad_parm. Don't tweak arg size for
6478 partial in-regs here. Formatting fixes.
6479 * expr.h (struct locate_and_pad_arg_data): New struct.
6480 (locate_and_pad_parm): Adjust declaration.
6481 * function.c (assign_parms): Localize vars. Use "locate" instead of
6482 other arg location vars. Don't invoke FUNCTION_ARG or
6483 FUNCTION_INCOMING_ARG unless pretend_named is different from
6484 named_arg. Heed MUST_PASS_IN_STACK and set up "partial" before
6485 calling locate_and_pad_parm. Adjust locate_and_pad_parm call.
6486 Use slot_offset for stack home of reg parms. Correct test for
6487 parm passed in memory. Formatting fixes.
6488 (locate_and_pad_parm): Add "partial" to params. Replace offset_ptr
6489 arg_size_ptr and alignment pad with "locate". Set slot_offset here.
6490 Correct initial_offset_ptr handling. Localize vars. Always pad
6491 locate->offset even when in_regs.
6492
6493 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
6494
6495 * Makefile.in (TREE_H): Replace location.h with input.h.
6496 (GTFILES) Remove location.h
6497 (gt-lists.h): Replace gt-location.h with gt-input.h
6498 * input.h (input_filename, input_line): Remove variables.
6499 (location_s, location_t): Move from location.h.
6500 (input_location): New.
6501 (input_filename, input_line): New #defines.
6502 * location.h: Remove.
6503 * tree.h: Replace location.h with input.h.
6504 (input_filename, input_line): Remove.
6505 * diagnostic.h: Replace location.h with input.h.
6506 * gcc.h (input_filename, input_filename_length): Remove declarations.
6507 * toplev.c (input_filename, input_line): Remove.
6508 (input_location): Define.
6509 (push_srcloc, pop_srcloc): Adjust.
6510 * diagnostic.c (diagnostic_report_current_module): Adjust.
6511
6512 2003-05-02 Nick Clifton <nickc@redhat.com>
6513
6514 * configure.in: Add xstormy16 to list of targets that has a nop
6515 instruction and hence which can be tested to see if the
6516 assembler supports the --gdwarf2 switch.
6517 * configure: Regenerate.
6518
6519 2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
6520
6521 PR target/8257
6522 * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
6523 alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
6524 Avoid undefined shifts by making the shift operand unsigned.
6525
6526 2003-05-01 DJ Delorie <dj@redhat.com>
6527
6528 * reload.c (find_reloads): Also check that all of a multi-reg
6529 value is in the class.
6530
6531 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
6532
6533 * scan.h (lineno): Revert the rename here.
6534
6535 2003-05-01 Stan Shebs <shebs@apple.com>
6536
6537 * config/darwin.c (darwin_encode_section_info): Call
6538 default_encode_section_info.
6539
6540 2003-05-01 David Edelsohn <edelsohn@gnu.org>
6541
6542 * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
6543 (movsi_internal1): Use new mfjmpr attribute.
6544 (movhi_internal): Same.
6545 (movqi_internal): Same.
6546 (movcc_internal1): Same.
6547 (movdi_internal64): Same.
6548 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
6549 power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
6550 * config/rs6000/40x.md: Add fpu_405.
6551 * config/rs6000/power4.md: Merge power4lsu and power4disp automata
6552 into power4misc automata. Remove extraneous parentheses.
6553 * config/rs6000/440.md: New file.
6554 * config/rs6000/rs6000.c (processor_target_table): Add 440,
6555 440fp. Rename 405f to 405fp.
6556 (function_arg_padding): Correct formatting.
6557 (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
6558
6559 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
6560
6561 * input.h (lineno): Rename to ...
6562 (input_line): ... here.
6563 * tree.h (lineno): Rename to ...
6564 (input_line): ... here.
6565 * scan.h (lineno): Rename to ...
6566 (input_line): ... here.
6567 * toplev.c (lineno): Rename to ...
6568 (input_line): ... here.
6569 (push_srcloc, pop_srcloc): Rename lineno to input_line.
6570 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
6571 * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
6572 store_parm_decls, c_expand_body_1): Likewise.
6573 * c-errors.c (pedwarn_c99): Likewise.
6574 * c-format.c (status_warning): Likewise.
6575 * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
6576 * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
6577 * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
6578 * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
6579 gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
6580 genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
6581 genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
6582 build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
6583 prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
6584 * coverage.c (create_coverage): Likewise.
6585 * diagnostic.c (pedwarn, sorry, error, fatal_error,
6586 internal_error, warning, diagnostic_report_current_module,
6587 inform): Likewise.
6588 * expr.c (expand_expr): Likewise.
6589 * integrate.c (expand_inline_function,
6590 output_inline_function): Likewise.
6591 * rtl-error.c (file_and_line_for_asm): Likewise.
6592 * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
6593 walk_tree): Likewise.
6594 * tree.c (make_node): Likewise.
6595 * ada, cp, f, java, objc, treelang: Likewise.
6596 * objc/objc-act.c (objc_init): Rename lineno to input_line.
6597 (build_module_descriptor, build_selector_translation_table,
6598 build_protocol_template, build_method_prototype_list_template,
6599 build_category_template, build_selector_table,
6600 build_class_template, build_super_template, build_ivar_template,
6601 build_ivar_list_template, build_method_list_template,
6602 build_method_template, add_instance_variable): Likewise.
6603
6604 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
6605 name from input_filename.
6606
6607 2003-04-30 Eric Christopher <echristo@redhat.com>
6608 Richard Sandiford <rsandifo@redhat.com>
6609
6610 * configure: Regenerate from patches below.
6611 * combine.c (gen_lowpart_for_combine): Fix comment and add tests
6612 for all symbolic operands.
6613 * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
6614 to function.
6615 * config/mips/linux.h: Fix typo.
6616 * Merge from mips-3_4-rewrite branch:
6617
6618 2003-04-07 Richard Sandiford <rsandifo@redhat.com>
6619
6620 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
6621 handling local labels when TARGET_ABICALLS.
6622
6623 2003-04-04 Richard Sandiford <rsandifo@redhat.com>
6624
6625 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
6626 integer argument.
6627 (mips_expand_call): Likewise.
6628 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
6629 (FIXED_REGISTERS): Clear $31 entry.
6630 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
6631 (EPILOGUE_USES): Define.
6632 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
6633 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
6634 (override_options): Add a 'j' register class.
6635 (mips_expand_call): Handle sibcalls
6636 (mips_expand_epilogue): Handle epilogues for sibcalls.
6637 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
6638 (sibcall_epilogue): New pattern.
6639 (call, call_value): Adjust calls to mips_expand_call.
6640 (sibcall, sibcall_value): New expanders.
6641 (sibcall_internal, sibcall_value_internal): New patterns.
6642 (sibcall_value_multiple_internal): New pattern.
6643
6644 2003-03-25 Richard Sandiford <rsandifo@redhat.com>
6645
6646 * config/mips/mips.md (extended_mips16): New attribute.
6647 (define_attr length): Default to 8 if extended_mips16 == yes.
6648 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
6649 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
6650 (call_internal): Set extended_mips16 to yes for direct jumps.
6651 Remove redundant mode attribute.
6652 (call_value_internal, call_value_multiple_internal): Likewise.
6653 (call_split): Remove redundant mode attribute.
6654 (call_value_split, call_value_multiple_split): Likewise.
6655
6656 * config/mips/mips.c (mips_symbol_insns): Rework. Fix handling
6657 of unaligned offsets.
6658
6659 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
6660 of SYMBOL_GENERAL.
6661
6662 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
6663
6664 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
6665 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
6666 for mips16 code.
6667
6668 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
6669
6670 * config/mips/mips.h (ADDRESS_COST): Define.
6671
6672 2003-03-20 Richard Sandiford <rsandifo@redhat.com>
6673
6674 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
6675 'R' to 'U'. Make 'R' mean a single-instruction memory reference.
6676 * config/mips/mips.md: Replace 'R' constraints with 'U'.
6677
6678 2003-03-18 Richard Sandiford <rsandifo@redhat.com>
6679
6680 * config/mips/mips.md (truncdisi2): Add commentary. Use sll instead
6681 of a two-instruction sequence. Add register->memory alternative.
6682 (truncdihi2, truncdiqi2): Likewise.
6683 Rework shift/truncate instructions so that they only handle right
6684 shifts of 32 (or more, in the case of arithmetic shifts).
6685 Add patterns for truncate/sign-extend.
6686
6687 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6688
6689 * configure.in (mips*-*-*): Check for explicit relocation support.
6690 * configure: Regenerate.
6691
6692 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6693
6694 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
6695 and -mno-explicit-relocs.
6696 (MASK_EXPLICIT_RELOCS): Define.
6697 (TARGET_EXPLICIT_RELOCS): Use it.
6698 (mips_split_addresses): Remove declaration.
6699 * config/mips/mips.c (override_options): Update comment for
6700 mips_split_addresses. Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
6701
6702 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6703
6704 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
6705 a CONST as identity. Check the return value of gen_lowpart_common.
6706
6707 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6708
6709 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
6710 references for TARGET_EXPLICIT_RELOCS.
6711 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
6712 !TARGET_MIPS16.
6713
6714 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6715
6716 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
6717 (addsi3): Remove redundant constraints.
6718 (addsi3_internal): Use separate register & constant alternatives.
6719 Use a 'Q' constraint and "addiu" insn for the latter.
6720 (adddi3_internal_3, addsi3_internal_2): Likewise.
6721
6722 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
6723
6724 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
6725 (mips_expand_unaligned_store): Declare.
6726 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
6727 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
6728 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
6729 (UNSPEC_ULD, UNSPEC_USD): Remove.
6730 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
6731 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
6732 (extv, extzv): Use mips_expand_unaligned_load.
6733 (insv): Use mips_expand_unaligned_store. Use a reg_or_0_operand
6734 predicate for operand 3.
6735 (movsi_ulw, movsi_usw): Replace with...
6736 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
6737 (movdi_uld, movdi_usd): Likewise replace with...
6738 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
6739
6740 2003-02-26 Richard Sandiford <rsandifo@redhat.com>
6741
6742 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
6743 * config/mips/mips.h (LEA_REGS): New register class.
6744 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
6745 (GR_REG_CLASS_P): Include LEA_REGS.
6746 (DANGEROUS_FOR_LA25_P): New macro.
6747 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
6748 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
6749 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
6750 entries to LEA_REGS.
6751 (mips_global_pic_constant_p): New function.
6752 (override_options): Add 'e' register constraint.
6753 (mips_secondary_reload_class): Return LEA_REGS when reloading
6754 a dangerous constant into a class containing $25.
6755 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
6756 (movsi_internal): Likewise.
6757
6758 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
6759
6760 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
6761 * config/mips/mips.md (call_split): New insn.
6762 (call_value_split, call_value_multiple_split): New insns.
6763 (call_internal): Turn into a define_insn_and_split. Split the
6764 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
6765 (call_value_internal, call_value_multiple_internal): Likewise.
6766
6767 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
6768
6769 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
6770 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
6771 (mips_encode_section_info): Don't take symbol visibility into
6772 account if TARGET_ABICALLS. Add more commentary.
6773 * config/mips/mips.md: Add commentary above reloc constants.
6774
6775 2003-02-12 Richard Sandiford <rsandifo@redhat.com>
6776
6777 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
6778 from mips_legitimize_move. Legitimize constant pool references.
6779 (mips_legitimize_move): Call mips_legitimize_const_move. Attach
6780 a REG_EQUAL note to the last instruction.
6781
6782 2003-02-11 Richard Sandiford <rsandifo@redhat.com>
6783
6784 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
6785 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
6786 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
6787 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
6788 * config/mips/mips.md (UNSPEC_HIGH): New constant.
6789 (UNSPEC_RELOC_GPREL16): Rename to...
6790 (RELOC_GPREL16): ...this.
6791 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
6792 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
6793 (macro_calls): New attribute.
6794 (length): Use it to set the default length of calls. Don't allow
6795 calls to have delay slots if macro_calls is "yes".
6796 (luisi, luidi): New patterns.
6797 (lowsi, lowdi): Use '%R' to print the relocation.
6798 (lowdi_extend): Remove.
6799 (loadgp): Remove mode from operand 0. Use '%0' instead of '%a0'.
6800 (call_internal): Merge alternatives. Always use "jal".
6801 (call_value_internal, call_value_multiple_internal): Likewise.
6802 (reloc_gprel16): Remove.
6803 * config/mips/mips.c (mips_got_alias_set): New variable.
6804 (mips_classify_constant): Handle the new relocation constants.
6805 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
6806 (mips_symbolic_address_p): Return false if generating explicit relocs.
6807 Otherwise allow local PIC symbols to have an offset.
6808 (mips_splittable_symbol_p): New function.
6809 (mips_classify_address): Use it to check whether a LO_SUM is valid.
6810 (mips_const_insns): Always accept HIGH.
6811 (call_insn_operand): Don't accept global symbols if using explicit
6812 relocs.
6813 (move_operand): Don't accept HIGH when generating PIC.
6814 (mips_reloc, mips_lui_reloc): New functions.
6815 (mips_force_temporary): Remove MODE argument. Expect VALUE to
6816 be a valid right-hand-side for a SET pattern.
6817 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
6818 (mips_emit_high): New function.
6819 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
6820 case. Use mips_splittable_symbol_p to check whether a LO_SUM
6821 address should be used. Use mips_emit_high to generate the
6822 high part of such an address. Adjust the global symbol + offset
6823 case to match the change to mips_force_temprorary.
6824 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
6825 If generating explicit-reloc PIC, load the address of global
6826 symbols from the GOT. Use mips_emit_high to emit the high part
6827 of an address.
6828 (mips_simplify_dwarf_addr): New function.
6829 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
6830 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
6831 (mips_expand_call): Load the addresses of global functions using
6832 %call* relocs if generating explicit-reloc PIC. Don't generate
6833 an exception_receiver pattern.
6834 (override_options): Initialize mips_got_alias_set.
6835 (print_relocation): Remove in favor of...
6836 (mips_reloc_string): ...this new function.
6837 (print_operand): Handle '%R'. Use mips_reloc_string.
6838 (print_operand_address): Use print_operand to print the symbolic
6839 part of a LO_SUM address.
6840 (mips_output_function_prologue): Use .cprestore, reverting last patch.
6841 (mips_encode_section_info): Factor out DECL_RTL accesses. Reverse
6842 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
6843 for local symbols.
6844
6845 2003-02-02 Eric Christopher <echristo@redhat.com>
6846
6847 * config/mips/mips.c (mips_sign_extend): Remove.
6848 * config/mips/mips-protos.h: Ditto.
6849 * config/mips/mips.md (movdi_internal2_extend): Remove.
6850 (extendsidi2): Fix mode of convert_memory_address.
6851
6852 2003-01-24 Eric Christopher <echristo@redhat.com>
6853
6854 * config/mips/mips.md: Rewrite zero_extend* and extend*
6855 patterns. Use explicit instructions and split after reload
6856 for register extensions.
6857 (ashlsi3_internal1_extend): New combiner pattern for
6858 shift and extend combinations.
6859 * config/mips/mips.h: Change Pmode back to ptr_mode
6860 for performance enhancement.
6861 * combine.c (expand_compound_operation): Make sure
6862 that zero_extend operation is profitable.
6863
6864 2003-01-14 Richard Sandiford <rsandifo@redhat.com>
6865
6866 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
6867 addresses depend on ptr_mode rather than Pmode.
6868 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
6869 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
6870 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
6871 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
6872 * config/mips/mips.md (tablejump): Likewise. Remove Pmode
6873 condition for selecting cpaddsi or cpadddi: use cpadd instead.
6874 (tablejump_internal1): Remove condition.
6875 (tablejump_internal2): Change condition to TARGET_64BIT.
6876 (cpaddsi): Rename to...
6877 (cpadd): ...this.
6878 (cpadddi): Remove.
6879
6880 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
6881
6882 * config/mips/mips-protos.h (mips16_constant_after_function_p,
6883 mips_address_cost, mips_check_split, double_memory_operand,
6884 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
6885 pic_address_needs_scratch, symbolic_operand): Remove declarations.
6886 (mips_legitimate_address_p): Return bool.
6887 (mips_address_insns, mips_fetch_insns, mips_const_insns,
6888 mips_legitimize_address, mips_legitimize_move,
6889 mips_expand_call): Declare.
6890 (mips_return_addr): Move outside #ifdef RTX_CODE.
6891
6892 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
6893 (PIC_FN_ADDR_REG): New reg_class.
6894 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
6895 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
6896 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
6897 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
6898 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
6899 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
6900 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
6901 (LEGITIMATE_PIC_OPERAND): Undefine.
6902 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
6903 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
6904 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
6905 (FUNCTION_MODE): Change to SImode.
6906 (CONST_COSTS): Use mips_const_insns to calculate the cost of
6907 most constants. Treat const_artih_operands specially if they
6908 occur in a PLUS or MINUS.
6909 (CONSTANT_POOL_COST): New macro.
6910 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
6911 Add LO_SUM handling.
6912 (ADDRESS_COST): Undefine.
6913 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
6914 Add CONST to the list of codes for arith_operand. Add LABEL_REF
6915 to call_insn_operand and remove CONST_INT.
6916
6917 * config/mips/mips.c: Include integrate.h.
6918 (SINGLE_WORD_MODE_P): New macro.
6919 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
6920 (mips_constant_info, mips_address_info): New structs.
6921 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
6922 (mips_classify_constant, mips_classify_symbol,
6923 mips_valid_base_register_p, mips_symbolic_address_p,
6924 mips_classify_address, mips_symbol_insns,
6925 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
6926 mips_fetch_insns, mips_force_temporary, mips_add_offset,
6927 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
6928 mips_print_relocation): New functions.
6929 (const_arith_operand): New operand predicate.
6930 (arith_operand): Use it.
6931 (mips_const_double_ok, mips16_simple_memory_operand,
6932 simple_memory_operand, double_memory_operand, mips_check_split,
6933 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
6934 mips16_gp_offset_p, mips16_output_gp_offset,
6935 mips16_constant_after_function_p, mips16_constant): Remove.
6936 (call_insn_operand): Be more fussy about symbolic constants.
6937 Use register_operand.
6938 (move_operand): Use mips_symbolic_address_p to check symbolic
6939 operands and general_operand to check the rest.
6940 (symbolic_operand): Use mips_classify_constant.
6941 (mips_legitimate_address_p): Use mips_classify_address.
6942 (mips_move_1word): Combine handling of symbolic addresses.
6943 Remove special treatment of gp-relative loads for TARGET_MIPS16.
6944 (move_move_2words): Likewise. Assume addresses are offsettable
6945 if they need to refer to more than one word. Add HIGH handling.
6946 (mips_restore_gp): Use ptr_mode for the GP save slot.
6947 (mips_expand_call): New function, combining the old mips.md
6948 call and call_internal define_expands. If the address isn't
6949 a call_insn_operand, force it into a register. For SVR4 PIC,
6950 emit an exception_receiver instruction after the call.
6951 (override_options): Only override flag_pic for TARGET_ABICALLS
6952 if it is currently zero. Allow mips_split_addresses when
6953 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
6954 Add new register class letter, 'c'.
6955 (print_operand): Use mips_classify_constant for constant operands.
6956 (print_operand_address): Use mips_classify_address.
6957 (mips_output_function_prologue): Don't use .cprestore.
6958 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
6959 via the frame pointer if current_function_calls_eh_return.
6960 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
6961 to mark whether a symbol is local or global.
6962 (build_mips16_call_stub): Expect the address of the function rather
6963 than a MEM reference to it. Update call generation sequences.
6964 (mips16_optimize_gp): Remove Pmode checks. Temporarily disable
6965 small-data adjustments.
6966
6967 * config/mips/mips.md: Remove 'R'/'m' memory distinction. Use default
6968 length for loads and stores.
6969 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
6970 (define_attr type): Add const and prefetch.
6971 (define_attr length): Use mips_const_insns for const instructions.
6972 Use mips_fetch_insns for load and store instructions.
6973 (define_attr single_insn): New.
6974 (define_attr can_delay): Use it.
6975 (define_attr abicalls): Remove.
6976 (define_delay): Use can_delay. Always allow calls to have delay slots.
6977 (addsi3_internal_2): Add 'Q' constraint.
6978 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
6979 (high): Remove.
6980 (lowsi): Renamed from low.
6981 (lowdi): New pattern.
6982 (movdi, movsi): Use mips_legitimize_move. Remove define_split.
6983 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
6984 (loadgp): Change operand 0 to an immediate_operand.
6985 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
6986 beforehand.
6987 (cpaddsi, cpadddi): New patterns.
6988 (tablejump_internal3, tablejump_internal4): Remove define_expands
6989 and associated define_splits.
6990 (call, call_value): Use mips_expand_call.
6991 (call_internal): New, replacing all existing call_internal* insns.
6992 (call_value_internal): Likewise call_value_internal*.
6993 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
6994 (untyped_call): Remove if (operands[0]) magic.
6995 (prefetch_si_address, prefetch_si): Change type to "prefetch".
6996 (prefetch_di_address, prefetch_di): Likewise.
6997 (leasi, leadi): Remove.
6998 (reloc_gprel16): New.
6999
7000 * config/mips/5400.md (ir_vr54_hilo): Include const type.
7001 * config/mips/5500.md (ir_vr55_hilo): Likewise.
7002 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
7003
7004 2003-01-08 Eric Christopher <echristo@redhat.com>
7005
7006 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
7007 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
7008 configure check for libgloss.
7009 * config/mips/elf64.h: Ditto.
7010 * config/mips/mips.c: Remove ABI_MEABI.
7011 * config/mips/mips.h: Ditto.
7012
7013 2002-11-05 Richard Sandiford <rsandifo@redhat.com>
7014
7015 Fix merge fallout.
7016 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
7017 (muldi3_internal): Remove outdated comment.
7018 (*muls_di, *umuls_di): Fix comment and 64-bitness.
7019 (*smsac_di, *umsac_di): Likewise. Reformat.
7020 (umulsi3_highpart): Minor formatting tweaks.
7021 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI. Remove
7022 redundant scratch operand. Minor formatting tweak.
7023 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
7024 (umulsi3_highpart_neg_mulhi_internal): Likewise. Fix asm template.
7025 (smulsi3_highpart): As for the unsigned version.
7026 (smulsi3_highpart_internal): Likewise.
7027 (smulsi3_highpart_mulhi_internal): Likewise.
7028 (smulsi3_highpart_neg_mulhi_internal): Likewise.
7029 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
7030 (*smul_acc_di): Remove duplicated pattern.
7031 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
7032 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
7033 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
7034
7035 2002-10-22 Eric Christopher <echristo@redhat.com>
7036
7037 * config/mips/mips-protos.h (mips_return_addr): New.
7038 * config/mips/mips.c (mips_return_addr): New.
7039 (movdi_operand): Remove.
7040 (se_register_operand): Ditto.
7041 (se_reg_or_0_operand): Ditto.
7042 (se_uns_arith_operand): Ditto.
7043 (se_arith_operand): Ditto.
7044 (se_nonmemory_operand): Ditto.
7045 (extend_operator): Ditto.
7046 (highpart_shift_operator): Ditto.
7047 (mips_initial_elimination_offset): Remove return address pointer
7048 elimination.
7049 (mips_reg_names): Remove $ra.
7050 (mips_regno_to_class): Ditto.
7051 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
7052 and TARGET_64BIT.
7053 (POINTER_BOUNDARY): Remove.
7054 (POINTERS_EXTEND_UNSIGNED): Define to 0.
7055 (PROMOTE_MODE): Promote to Pmode.
7056 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
7057 (Pmode): Define to TARGET_64BIT.
7058 (FUNCTION_MODE): Define as Pmode.
7059 (mips_args): Remove deleted functions.
7060 (SIZE_TYPE): Depend on POINTER_SIZE.
7061 (PTRDIFF_TYPE): Ditto.
7062 (FIXED_REGISTERS): Fix extra registers.
7063 (CALL_USED_REGISTERS): Ditto.
7064 (CALL_REALLY_USED_REGISTERS): Ditto.
7065 (RAP_REG_NUM): Remove.
7066 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
7067 (RETURN_ADDR_RTX): Define to mips_return_addr.
7068 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
7069 (CAN_ELIMINATE): Ditto.
7070 * config/mips/mips.md: For DImode patterns, take into account
7071 deletions above. Split mulsidi patterns into sign_extend and
7072 zero_extend.
7073
7074 2002-10-16 Richard Sandiford <rsandifo@redhat.com>
7075 Michael Meissner <meissner@redhat.com>
7076
7077 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
7078 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
7079 mop up unnecessarly moves through LO.
7080 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
7081 (*macc): New pattern for ISA_HAS_MACC. Add define_peephole2s to
7082 change mtlo/macc sequences into mul/add sequences when a three-
7083 address mul is available.
7084 (*macc2): New pattern. Add a define_peephole2 to generate it.
7085 (*mul_sub_si): Fix contraint for operand 5.
7086 (*muls): Use in 32-bit code as well.
7087 (*msac): Likewise. Use msub instead of msac in vr5500 code
7088 if the destination is LO. Remove duplicate define_split.
7089 (*muls_di): Use only in 32-bit code. Adjust rtl accordingly.
7090 (*msac_di): Likewise. Fix formatting.
7091 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
7092 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
7093 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
7094 (*xmulsi3_neg_highpart_mulhi): Likewise.
7095 (*mul_acc_64bit_di): Remove.
7096 (*mul_acc_di): Use only in 32-bit code. Handle ISA_HAS_MACC as well.
7097
7098 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
7099
7100 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
7101 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
7102 (MULTILIB_DIRNAMES): Remove long32.
7103 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
7104 (MULTILIB_REDUNDANT_DIRS): Remove.
7105
7106 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
7107
7108 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
7109 * gcc.c (driver_self_specs): New variable.
7110 (do_self_spec): New function.
7111 (main): Use it to process driver_self_specs.
7112
7113 2002-10-09 Richard Sandiford <rsandifo@redhat.com>
7114
7115 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
7116 Remove DImode define_split for !TARGET_64BIT.
7117 (anddi3): Remove !TARGET_64BIT support from here as well.
7118 Change operand 2's predicate to se_uns_arith_operand.
7119 Add constant alternatives to define_insn.
7120 (iordi3, xordi3, *nordi3): Likewise.
7121 (anddi3_internal1, xordi3_immed): Remove.
7122
7123 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7124
7125 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
7126 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
7127 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
7128 * config/mips/mips.md: Apply same renaming here.
7129
7130 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7131
7132 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
7133 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
7134 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
7135 * config/mips/mips.md (define_attr cpu): Remove r4320.
7136 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
7137
7138 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7139
7140 * config/mips/mips.c (mips16_strings): New variable.
7141 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
7142 symbol in mips16_strings. Free the list.
7143 (mips_encode_section_info): Keep track of local strings.
7144
7145 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7146
7147 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
7148 (sordered_df, sordered_sf): Remove.
7149 * config/mips/mips.c (get_float_compare_codes): New fn.
7150 (gen_int_relational, gen_conditional_move): Use it.
7151
7152 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7153
7154 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
7155 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
7156 * config/mips/mips.c (fcc_register_operand): New function.
7157 (mips_emit_fcc_reload): New function, extracted from reload_incc.
7158 (override_options): Allow TFmode values in float registers
7159 if ISA_HAS_8CC.
7160 * cnfig/mips/mips.md (reload_incc): Change destination prediate
7161 to fcc_register_operand. Remove misleading source constraint.
7162 Use mips_emit_fcc_reload.
7163 (reload_outcc): Duplicate reload_incc.
7164
7165
7166 2003-04-30 Diego Novillo <dnovillo@redhat.com>
7167
7168 * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
7169
7170 2003-04-30 Geoffrey Keating <geoffk@apple.com>
7171
7172 * tree-inline.c (inlinable_function_p): Back out last change, it's
7173 unnecessary.
7174
7175 2003-04-30 Steven Bosscher <steven@gcc.gnu.org>
7176
7177 * ggc-page.c (TREE_EXP_SIZE): Define.
7178 (extra_order_size_table): New entry for expr trees with
7179 two operands.
7180
7181 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
7182
7183 * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
7184 (c_expand_start_cond): Adjust.
7185 (c_expand_end_cond): Don't use warning_with_file_and_file.
7186 (shadow_warning): Likewise.
7187
7188 2003-04-30 Nathan Sidwell <nathan@codesourcery.com>
7189
7190 * tree.h (DECL_POINTER_DEPTH): Remove.
7191 (struct tree_decl): Remove pointer_depth.
7192
7193 2003-04-30 Janis Johnson <janis187@us.ibm.com>
7194
7195 * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
7196 * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
7197 (rs6000_xcoff_encode_section_info): Remove.
7198 (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
7199 (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
7200 (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
7201 Use SYMBOL_REF_FLAGS.
7202 (rs6000_elf_encode_section_info): Call default_encode_section_info for
7203 generic flags, use SYMBOL_REF_FLAGS; code cleanups.
7204 * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
7205 (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
7206 * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
7207 (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
7208
7209 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
7210
7211 * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
7212
7213 2003-04-30 Andreas Schwab <schwab@suse.de>
7214
7215 * doc/extend.texi (Other Builtins): Enclose multiple word data
7216 type in braces for @deftypefn.
7217
7218 2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7219
7220 * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
7221
7222 * doc/install.texi (--enable-threads): Document "gnat" option.
7223
7224 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
7225
7226 * diagnostic.h (output_formatted_scalar): Tweak.
7227 * diagnostic.c (output_long_decimal): Likewise.
7228 (output_unsigned_decimal): Likewise.
7229 (output_long_unsigned_decimal): Likewise.
7230 (output_octal): Likewise.
7231 (output_long_octal): Likewise.
7232 (output_hexadecimal): Likewise.
7233 (output_long_hexadecimal): Likewise.
7234 (output_pointer): New function.
7235 (output_format): Use it. Recognize "%p" format specifier.
7236
7237 2003-04-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7238
7239 * function.c (purge_addressof_1): Postpone insn in fewer cases.
7240
7241 2003-04-29 Geoffrey Keating <geoffk@apple.com>
7242
7243 * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
7244 call abort() after running out of stack space.
7245
7246 * c-typeck.c (function_types_compatible_p): Ignore incompatible
7247 'volatile' qualifiers on a function's return type in GNU mode.
7248
7249 2003-04-29 Aldy Hernandez <aldyh@redhat.com>
7250
7251 * expr.c (emit_group_load): Dump parallels of simd types to
7252 memory.
7253
7254 2003-04-29 Vladimir Makarov <vmakarov@redhat.com>
7255
7256 * genautomata.c (add_vect): Check undefined value for range type
7257 too.
7258
7259 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
7260
7261 * configure.in: More general test for cmp --ignore-initial.
7262 * configure: Regenerate.
7263
7264 2003-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7265
7266 * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
7267 (layout_decl, place_field): Likewise.
7268 Also make minor type and whitespace changes.
7269
7270 * tree.c (save_expr): Don't fold a COMPONENT_REF.
7271
7272 2003-04-29 Olivier Hainque <hainque@act-europe.fr>
7273
7274 * calls.c (expand_call): When modes of target and valreg match, force
7275 sibcall failure when target is a MEM.
7276
7277 2003-04-29 Geoffrey Keating <geoffk@apple.com>
7278
7279 * tree-inline.c (inlinable_function_p): Don't support inlining
7280 functions using varargs.
7281
7282 * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
7283
7284 * dwarf2out.c (output_call_frame_info): No need to output EH
7285 unwind information if all_throwers_are_sibcalls.
7286
7287 * c-semantics.c (expand_unreachable_stmt): Return a tree.
7288 (expand_stmt): Update for change to expand_unreachable_stmt.
7289 (expand_unreachable_if_stmt): Likewise.
7290
7291 * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
7292
7293 2003-04-29 Jason Merrill <jason@redhat.com>
7294
7295 PR middle-end/10336
7296 * jump.c (never_reached_warning): Really stop looking if we reach
7297 the beginning of the function.
7298
7299 2003-04-29 Bob Wilson <bob.wilson@acm.org>
7300
7301 * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
7302 Remove redundant macros.
7303 (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
7304 (LOCAL_LABEL_PREFIX): Define unconditionally.
7305 (NO_DOT_IN_LABEL): Clarify comment.
7306 * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
7307 definition to "long int".
7308
7309 2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
7310
7311 bootstrap/10452
7312 * gengtype-yacc.y: Improve portability.
7313
7314 2003-04-29 Zack Weinberg <zack@codesourcery.com>
7315
7316 * config.gcc: Install obsolete target list for GCC 3.3.
7317 * doc/install.texi: Mention in specific-target instructions
7318 that certain configurations are deprecated.
7319
7320 2003-04-29 Zack Weinberg <zack@codesourcery.com>
7321
7322 * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
7323
7324 2003-04-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7325
7326 * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
7327 * gcc.c (display_help): Likewise.
7328 * toplev.c (f_options): Likewise.
7329 * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
7330 * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
7331 * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
7332 * config/s390/s390.h (TARGET_SWITCHES): Likewise.
7333 * config/v850/v850.h (TARGET_SWITCHES): Likewise.
7334
7335 2003-04-29 J"orn Rennecke <joern.rennecke@superh.com>
7336
7337 * varasm.c (default_assemble_visibility): Use assemble_name.
7338
7339 2003-04-29 David O'Brien <obrien@FreeBSD.org>
7340
7341 * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
7342 * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
7343 (SIZE_TYPE): New macro.
7344 * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
7345 (SET_ASM_OP): New macro.
7346 (HANDLE_SYSV_PRAGMA): New macro.
7347 (ASM_WEAKEN_LABEL): New macro.
7348
7349 2003-04-28 Mark Mitchell <mark@codesourcery.com>
7350
7351 PR c++/10180
7352 * tree-inline.c (expand_call_inline): Call push_srcloc when
7353 encountering EXPR_WITH_FILE_LOCATION. Honor warn_inline.
7354
7355 2003-04-28 Mike Stump <mrs@apple.com>
7356
7357 * gdbinit.in: Update to reflect new identifier structure.
7358
7359 2003-04-28 Zack Weinberg <zack@codesourcery.com>
7360
7361 * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
7362 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
7363 struct tree_complex, struct tree_vector): Remove RTL field.
7364 (CONSTRUCTOR_ELTS): Use elt 0.
7365 * tree.def (CONSTRUCTOR): Delete first of its two operands.
7366 * varasm.c (output_constant_def): Remove early exit if
7367 TREE_CST_RTL is set. Don't set TREE_CST_RTL.
7368 (decode_addr_const): Don't mention TREE_CST_RTL in comment.
7369 * target.h (select_section): Don't mention TREE_CST_RTL in comment.
7370 * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
7371
7372 2003-04-28 Jakub Jelinek <jakub@redhat.com>
7373
7374 * c-decl.c (finish_decl): When prototype with asmspec is found
7375 for built-in, adjust built_in_decls as well as expr.c decls.
7376 * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
7377 (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
7378 * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
7379
7380 2003-04-28 Richard Henderson <rth@redhat.com>
7381
7382 * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
7383 * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
7384 integral constant mult operand.
7385 (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
7386 (const_smulsi3_highpart_v8plus): Likewise.
7387 (const_smulsi3_highpart): Likewise.
7388 (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
7389 (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
7390 (const_umulsi3_highpart_v8plus): Likewise.
7391 (const_umulsi3_highpart): Likewise.
7392
7393 2003-04-28 David O'Brien <obrien@FreeBSD.org>
7394
7395 * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
7396 Define as 1.
7397
7398 2003-04-28 David O'Brien <obrien@FreeBSD.org>
7399
7400 * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
7401
7402 2003-04-28 Jakub Jelinek <jakub@redhat.com>
7403
7404 * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
7405 * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
7406 * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
7407 functions.
7408 (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
7409
7410 2003-04-28 Nick Clifton <nickc@redhat.com>
7411
7412 * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
7413
7414 2003-04-27 Zack Weinberg <zack@codesourcery.com>
7415
7416 * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
7417 output_constant_def, use its result instead of TREE_CST_RTL (exp).
7418 Can assume it has the form (mem (symbol_ref ".LCxxx")).
7419 (expand_expr <COMPONENT_REF>): Can always just extract the
7420 relevant field of a CONSTRUCTOR.
7421 (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
7422 ARRAY_RANGE_REF>): Make control flow explicit.
7423 * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
7424 an INTEGER_CST.
7425
7426 2003-04-27 Kazu Hirata <kazu@cs.umass.edu>
7427
7428 * reload1.c (reg_set_luid): Fix a comment typo.
7429
7430 2003-04-27 Zack Weinberg <zack@codesourcery.com>
7431
7432 * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
7433 struct deferred_string, const_str_htab): Kill.
7434 (n_deferred_strings): New static variable.
7435 (build_constant_desc): Set SYMBOL_REF_DECL of the new
7436 symbol_ref to point to the constant.
7437 (output_constant_def): When a deferred string is forced out,
7438 just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
7439 (mark_constant): Likewise.
7440 (maybe_output_constant_def_contents): When deferring a string
7441 constant, just set STRING_POOL_ADDRESS_P and increment
7442 n_deferred_strings.
7443 (mark_constant_pool): Check n_deferred_strings, not the size
7444 of const_str_htab.
7445 (init_varasm_once): No need to create const_str_htab.
7446
7447 * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
7448 SYMBOL_REF_DECL points to a constant.
7449
7450 2003-04-26 Zack Weinberg <zack@codesourcery.com>
7451
7452 * varasm.c (output_constant_def): Split out two new static
7453 functions, build_constant_desc and maybe_output_constant_def_contents.
7454 Restructure for comprehensibility. Don't call
7455 output_addressed_constants. Treat defstr being non-NULL for
7456 STRING_POOL_ADDRESS_P constants as an invariant.
7457 (struct deferred_string): Remove labelno field.
7458 (output_constant_def_contents): Kill labelno argument. Call
7459 output_addressed_constants here. Use ASM_OUTPUT_LABEL, not
7460 asm_out.internal_label.
7461 (mark_constant): Update call to output_constant_def_contents.
7462 Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
7463 constants as an invariant.
7464
7465 2003-04-26 Richard Henderson <rth@redhat.com>
7466
7467 * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
7468 (ix86_expand_call, ix86_rtx_consts): Likewise.
7469
7470 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7471
7472 * doc/md.texi (cmpstr): Document additional restrictions.
7473
7474 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
7475
7476 * flags.h (time_report): Remove.
7477 * timevar.c (timevar_enable): New.
7478 (TIMEVAR_ENABLE): Remove, use timevar_enable.
7479 (timevar_init): Rename from init_timevar.
7480 * timevar.h (timevar_init): Rename from init_timevar.
7481 * toplev.c (time_report): Make static.
7482 (do_compile): Conditionally call init_timevar first.
7483 (preprocess_options): Move some code to do_compile.
7484
7485 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
7486
7487 * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
7488
7489 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
7490
7491 * _cpp_lex_direct: Remove pointless code.
7492
7493 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
7494
7495 * doc/extend.texi (Function Attributes): Document "near" and "far"
7496 for 68HC11 and 68HC12.
7497
7498 2003-04-25 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7499
7500 * expr.c (store_field): When making temporary for store, don't
7501 make it TYPE_QUAL_CONST.
7502
7503 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
7504
7505 * toplev.c (read_integral_parameter): Use "argument" in error
7506 message to distinguish it from actual invalid options.
7507
7508 2003-04-25 Bob Wilson <bob.wilson@acm.org>
7509
7510 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
7511 addition of __PIC__ and __pic__ macros.
7512 * config/xtensa/xtensa.h: Clean up indentation.
7513
7514 2003-04-25 Bob Wilson <bob.wilson@acm.org>
7515
7516 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
7517 _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
7518 (SUBTARGET_CPP_SPEC): Define.
7519 (LIB_SPEC): Delete.
7520 * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
7521 * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
7522 * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
7523 Define.
7524 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
7525 (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
7526
7527 2003-04-25 H.J. Lu <hjl@gnu.org>
7528
7529 * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
7530 for return mode.
7531 (ia64_expand_builtin): Set rmode to SImode for
7532 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
7533 IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
7534 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
7535 for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
7536
7537 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
7538
7539 * configure.in (make_compare_target): Test for GNU cmp and set this
7540 variable appropriately.
7541 * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
7542 compare4-lean): Rename actual targets to slowcompare*. New compare*
7543 targets depend on names based on make_compare_target.
7544 * configure: Regenerated.
7545
7546 2003-04-25 Richard Henderson <rth@redhat.com>
7547
7548 * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
7549 to clobber ar.pfs and ar.unat.
7550 (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
7551 fix test for spilling ar.pfs to the stack.
7552
7553 2003-04-25 Richard Henderson <rth@redhat.com>
7554
7555 PR opt/10315
7556 * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
7557 checks during reload; use validize_mem instead of adjust_address.
7558
7559 2003-04-26 Ben Elliston <bje@wasabisystems.com>
7560
7561 * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
7562 return values from recog_memoized().
7563
7564 2003-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7565
7566 PR opt/8705
7567 * gcse.c (try_replace_reg): On a successful substitution of a constant
7568 into a single set, try to simplify the source of the set.
7569 * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
7570 constant source.
7571
7572 2003-04-24 Neil Booth <neil@daikokuya.co.uk>
7573
7574 * cpplex.c (cpp_token_len): Tighten up.
7575 (cpp_token_as_text): Need extra byte now.
7576 * cpplib.c (glue_header_name): Need extra 2 bytes.
7577 * cppmacro.c (cpp_macro_definition): Need extra byte.
7578
7579 2003-04-24 Alexander Kabaev <kan@FreeBSD.ORG>
7580
7581 * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
7582 const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
7583 where they might be not present. Use their _sp64 equivalent
7584 instead.
7585
7586 Thu Apr 24 20:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
7587
7588 * i386.md (cvtsi2sdq): Fix typo in previous patch.
7589
7590 2003-04-24 Krister Walfridsson <cato@df.lth.se>
7591
7592 * configure.in: Check whether mbstowcs works.
7593 * configure, config.in: Regenerate.
7594 * intl.c: Use HAVE_WORKING_MBSTOWCS.
7595
7596 2003-04-24 H.J. Lu <hjl@gnu.org>
7597
7598 * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
7599 for __sync_bool_compare_and_swap_di for int return type.
7600
7601 * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
7602 Change return type to int.
7603 (__sync_bool_compare_and_swap): Likewise.
7604
7605 Thu Apr 24 16:55:26 CEST 2003 Jan Hubicka <jh@suse.cz>
7606
7607 * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
7608 looking for fallthru edge.
7609
7610 * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
7611 Fix.
7612 (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
7613 athlon-fvector): New.
7614 (athlon_*): Revisit to match new optimization guide.
7615 * i386.c (ix86_adjust_cost): Fix memory operand costs on Athlon/k8
7616 * i386.md (cvt??2?? patterns): Fix modes.
7617 (fistp patterns): Set modes.
7618
7619 Accidentaly commited with my earlier reload patch:
7620 PR c/10308
7621 * reload.c (find_reloads_address_1): Reload plus at the place of
7622 index register.
7623
7624 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
7625
7626 New GCOV_TAG_FUNCTION layout
7627 * coverage.c (struct function_list): Replace name with ident.
7628 (struct counts_entry): Likewise.
7629 (fn_ident): New.
7630 (htab_counts_entry_hash, htab_counts_entry_eq,
7631 htab_counts_entry_del): Adjust.
7632 (reads_count_file, get_coverage_counts,
7633 coverage_begin_output, coverage_end_function): Adjust.
7634 (build_fn_info_type, build_fn_info_value): Likewise.
7635 * gcov-dump.c (tag_function): Adjust.
7636 * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
7637 * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
7638 * gcov.c (struct function_info): Add ident.
7639 (read_graph_file, read_count_file): Adjust.
7640 * libgcov.c (gcov_exit): Adjust.
7641
7642 2003-04-23 Richard Henderson <rth@redhat.com>
7643
7644 PR opt/8300
7645 * toplev.c (rest_of_compilation): Delay no_new_pseudos until
7646 after initialize_uninitialized_subregs; update reg info assuming
7647 new pseudos were created.
7648
7649 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
7650
7651 * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
7652 * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
7653 (lex_string): Take cpp_string with full spelling.
7654 (cb_ident): Update.
7655 (c_lex): Update diagnostics.
7656 * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
7657 (create_literal): New.
7658 (lex_string): Unterminated literals have type CPP_OTHER.
7659 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
7660 for CPP_OTHER.
7661 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
7662 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
7663 * cpplib.c (parse_include, do_line, do_linemarker,
7664 destringize_and_run): Update for token storing full spelling.
7665 * cpplib.h: Update token spelling types.
7666 * cppmacro.c (stringify_arg, check_trad_stringification):
7667 Update for token storing full spelling.
7668
7669 2003-04-23 Ulrich Weigand <uweigand@de.ibm.com>
7670
7671 * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
7672
7673 2003-04-23 Richard Earnshaw <rearnsha@arm.com>
7674
7675 * arm.h (TARGET_OPTIONS): Add value field.
7676
7677 2003-04-23 Mark Mitchell <mark@codesourcery.com>
7678
7679 * doc/extend.texi: Remove duplicate 2003 copyright date.
7680
7681 2003-04-23 Nathan Sidwell <nathan@codesourcery.com>
7682
7683 * Makefile.in (LIBGCC_DEPS): Add gcov headers.
7684 (libgcov.a): Depends on LIBGCC_DEPS.
7685 * basic-block.h (profile_info): Moved here from coverage.h. Made
7686 a pointer.
7687 * coverage.c (struct function_list): Fixed array of counter types.
7688 (struct counts_entry): Keyed by counter type, contains summary.
7689 (profile_info): Moved to profile.c.
7690 (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
7691 vars.
7692 (profiler_label): Remove.
7693 (ctr_labels): New.
7694 (set_purpose, label_for_tag, build_counter_section_fields,
7695 build_counter_section_value, build_counter_section_data_fields,
7696 build_counter_section_data_values, build_function_info_fields,
7697 build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
7698 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
7699 build_ctr_info_value, build_gcov_info): New.
7700 (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
7701 (reads_counts_file): Adjust.
7702 (get_coverage_counts): Takes counter number. Add summary
7703 parameter. Adjust.
7704 (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
7705 create counter array labels.
7706 (coverage_end_function): Adjust.
7707 (create_coverage): Adjust.
7708 (find_counters_section): Remove.
7709 * coverage.h (MAX_COUNTER_SECTIONS): Remove.
7710 (struct section_info, struct profile_info): Remove.
7711 (profile_info): Moved to basic-block.h.
7712 (coverage_counter_ref): Takes a counter number.
7713 (get_coverage_counts): Takes a counter number. Added summary
7714 parameter.
7715 (find_counters_section): Remove.
7716 * gcov-dump.c (tag_arc_counts): Rename to ...
7717 (tag_counters): ... here. Adjust.
7718 (tag_table): Move tag_counters to 3rd entry. Remove
7719 PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
7720 (dump_file): Check for counter tag values here.
7721 (tag_summary): Adjust.
7722 * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
7723 * gcov-io.h (GCOV_LOCKED): New.
7724 (GCOV_TAG_ARC_COUNTS): Rename to ...
7725 (GCOV_TAG_COUNTS_BASE): ... here.
7726 (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
7727 Remove.
7728 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
7729 (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
7730 GCOV_TAG_IS_COUNTER): New.
7731 (struct gcov_ctr_summary): New.
7732 (struct gcov_summary): Adjust.
7733 (struct gcov_counter_section): Remove.
7734 struct gcov_counter_section_data): Remove.
7735 (struct gcov_function_info): Rename to ...
7736 (struct gcov_fn_info): ... here. Adjust.
7737 (struct gcov_ctr_info): New.
7738 (struct gcov_info): Adjust.
7739 * gcov.c (read_count_file): Adjust.
7740 (output_lines): Adjust.
7741 * libgcov.c (gcov_exit): Adjust.
7742 (__gcov_flush): Adjust.
7743 * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
7744 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
7745 probably_never_executed_bb_p, compute_frequency_function): Adjust
7746 profile_info use.
7747 * profile.c (struct counts_entry): Remove.
7748 (profile_info): Define here.
7749 (get_exec_counts): Adjust get_coverage_counts call.
7750 (compute_branch_probablilities): Remove find_counters_section
7751 call.
7752 (gen_edge_profiler): Adjust coverage_counter_ref call.
7753 * tracer.c (tail_duplicate): Adjust profile_info use.
7754
7755 2003-04-23 Roger Sayle <roger@eyesopen.com>
7756
7757 PR optimization/10339
7758 * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
7759 directly instead of unsafely transforming call into a memcmp.
7760 (expand_builtin_strncmp): Likewise.
7761
7762 2003-04-22 Roger Sayle <roger@eyesopen.com>
7763
7764 * alias.c (mark_constant_function): Check for constancy and
7765 purity even of void functions. Update both the function decl
7766 and the cgraph RTL info with the results.
7767
7768 2003-04-22 Roger Sayle <roger@eyesopen.com>
7769
7770 * real.c (do_add): Change to return a bool indicating that the
7771 result of the operation may be inexact due to loss of precision.
7772 (do_multiply): Likewise.
7773 (do_divide): Likewise.
7774
7775 2003-04-22 Geoffrey Keating <geoffk@apple.com>
7776 Loren James Rittle <ljrittle@acm.org>
7777
7778 * dwarf2out.c (fde_table_allocated): Mark with GTY.
7779 (decl_die_table_allocated): Likewise.
7780 (abbrev_die_table_allocated): Likewise.
7781 (line_info_table_allocated): Likewise.
7782 (separate_line_info_table_allocated): Likewise.
7783 (pubname_table_allocated): Likewise.
7784 (arange_table_allocated): Likewise.
7785 (ranges_table_allocated): Likewise.
7786 (decl_die_table_in_use): Unconditionalize; mark with GTY.
7787 (abbrev_die_table_in_use): Likewise.
7788 (line_info_table_in_use): Likewise.
7789 (separate_line_info_table_in_use): Likewise.
7790 (pubname_table_in_use): Likewise.
7791 (arange_table_in_use): Likewise.
7792 (ranges_table_in_use): Likewise.
7793 (have_location_lists): Likewise.
7794 (emitcount): New GTY-marked static, moved...
7795 (maybe_emit_file): ...from here.
7796 (label_num): New GTY-marked static, moved...
7797 (gen_internal_sym): ...from here.
7798
7799 2003-04-22 Richard Henderson <rth@redhat.com>
7800
7801 PR 8866
7802 * rtl.h (MEM_NOTRAP_P): New.
7803 (MEM_COPY_ATTRIBUTES): Copy it.
7804 * rtlanal.c (may_trap_p): Check it.
7805 * expr.c (do_tablejump): Set it.
7806 * doc/rtl.texi (Flags): Document it.
7807
7808 * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
7809
7810 2003-04-22 Olivier Hainque <hainque@act-europe.fr>
7811
7812 * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
7813 set FRP on stack adjustment for outgoing args if frame_pointer_needed.
7814
7815 2003-04-22 Vincent Celier <celier@gnat.com>
7816
7817 * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
7818 --enable-threads=gnat.
7819 * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
7820 * configure.in: Add gnat to the list of thread packages
7821 * configure: Rebuild.
7822 * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
7823
7824 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
7825
7826 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
7827
7828 2003-04-22 Devang Patel <dpatel@apple.com>
7829
7830 * cpptrad.c (_cpp_replacement_text_len): Add check for macro
7831 parameter count.
7832 (_cpp_copy_replacement_text): Same.
7833
7834 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
7835
7836 * c-lex.c (c_lex): Handle CPP_OTHER differently.
7837 * cppexp.c (_cpp_parse_expr): Similarly.
7838 * cpplex.c (SPELL_CHAR): Remove.
7839 (_cpp_lex_direct): Stray chars are saved as byte strings.
7840 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
7841 handle SPELL_CHAR.
7842 (cpp_avoid_paste): Update handling of CPP_OTHER.
7843 * cpplib.h: Spell CPP_OTHER like a number.
7844 (struct cpp_token): Remove member c.
7845 * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
7846
7847 2003-04-22 David Turner <novalis@gnu.org>
7848
7849 * gbl-ctors.h: Add special license exception.
7850 * libgcc2.h: Likewise.
7851 * tsystem.h: Likewise.
7852 * gcov-io.h: Likewise.
7853
7854 2003-04-22 David Edelsohn <edelsohn@gnu.org>
7855
7856 * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
7857 macro defaulting to original BRANCH_COST heuristic.
7858 * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
7859
7860 * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
7861
7862 2003-04-22 Aldy Hernandez <aldyh@redhat.com>
7863
7864 * config/rs6000/t-spe: Merge in t-fprules into file.
7865
7866 * config.gcc: Add t-spe to powerpc-eabispe.
7867
7868 2003-04-22 Kean Johnston <jkj@sco.com>
7869
7870 * tlink.c (recompile_files): Add missing '=' to putenv calls
7871
7872 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
7873
7874 * ginclude/stddef.h: Provide C++ safe offsetof.
7875
7876 2003-04-22 J"orn Rennecke <joern.rennecke@superh.com>
7877
7878 * function.c (purge_addressof_1): In (mem (addressof (reg))) case
7879 for reg notes, if there are no substitutions, just use a SUBREG.
7880
7881 2003-04-21 Mark Mitchell <mark@codesourcery.com>
7882
7883 * Makefile.in (calls.o): Depend on except.h.
7884 * calls.c: Include except.h.
7885 (emit_call_1): Call note_eh_region_may_contain_throw if
7886 appropriate.
7887 * except.c (eh_region): Add may_contain_throw.
7888 (expand_eh_region_end_cleanup): Do not include handler code when
7889 it cannot be reached.
7890 (note_eh_region_may_contain_throw): New function.
7891 * except.h (note_eh_region_may_contain_throw): New function.
7892
7893 2003-04-21 Mark Mitchell <mark@codesourcery.com>
7894
7895 * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
7896 changes.
7897
7898 2003-04-21 Aldy Hernandez <aldyh@redhat.com>
7899
7900 * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
7901 64-bit long doubles.
7902
7903 2003-04-21 Olivier Hainque <hainque@act-europe.fr>
7904
7905 * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
7906 a number of conversions required for type consistency and previously
7907 stripped off by STRIP_NOPS.
7908
7909 * calls.c (expand_call): Prevent sibcall optimization for calls to
7910 nested subprograms.
7911
7912 * expmed.c (extract_bit_field): Reverse operands of && condition to
7913 prevent a potential division by zero in the previously first branch.
7914 * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
7915
7916 2003-04-21 Joel Brobecker <brobecker@gnat.com>
7917
7918 * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
7919 (subrange_type_die): Likewise.
7920 (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
7921 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
7922
7923 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7924
7925 Break out coverage routines to new file.
7926 * Makefile.in (COVERAGE_H): New variable
7927 (C_OBJS): Add coverage.o
7928 (coverage.o): New target.
7929 (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
7930 dependencies.
7931 (GTFILES): Adjust.
7932 (gt-coverage.h): New target.
7933 (gt-profile.h): Remove.
7934 * profile.h: Remove. Move to ...
7935 * coverage.h: ... here. New. #include gcov-io.h.
7936 * gcov-io.h: Move function definitions to ...
7937 * gcov-io.c: ... here. New.
7938 * profile.c: Move coverage routines to coverage.c.
7939 (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
7940 end_branch_prob): Adjust.
7941 * coverage.c: New. Coverage routines from profile.c
7942 (coverage_counter_ref, coverage_init, coverage_finish,
7943 coverage_end_function, coverage_begin_output,
7944 coverage_counter_ref, get_coverage_counts): Define.
7945 * gcov-dump.c, gcov.c: #include gcov-io.c.
7946 * libgcov.c: Likewise. Adjust.
7947 * loop-init.c: Don't #include profile.h
7948 * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
7949 * rtl.h: Add coverage prototypes.
7950 * toplev.c (compile_file): Init coverage, not branch_prob.
7951 Always call coverage_finish.
7952 (rest_of_compilation): Call coverage_end_function.
7953
7954 2003-04-21 Matt Kraai <kraai@alumni.cmu.edu>
7955
7956 * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
7957
7958 2003-04-21 Neil Booth <neil@daikokuya.co.uk>
7959
7960 * c-ppoutput.c (cb_include): Don't take a cpp_token.
7961 * cppfiles.c: Don't undef strcmp.
7962 (find_include_file): Don't take a cpp_token. Check for empty
7963 file names.
7964 (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
7965 (cpp_push_include): Simplify.
7966 * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
7967 * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
7968 (parse_include): Similary. Don't check for zero-length filenames.
7969 (do_include_common, do_pragma_dependency): Update accordingly.
7970 * cpplib.h (struct cpp_callbacks): Change prototype of include.
7971
7972 2003-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7973
7974 * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
7975 details of conflict handling.
7976
7977 * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
7978 when conversion overflows.
7979
7980 * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
7981
7982 * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
7983 before clearing.
7984
7985 2003-04-21 Mark Mitchell <mark@codesourcery.com>
7986
7987 * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
7988 have the same form as the old RTL.
7989
7990 2003-04-21 Andreas Jaeger <aj@suse.de>
7991
7992 * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
7993
7994 2003-04-20 Chris Lattner <sabre@nondot.org>
7995 Zack Weinberg <zack@codesourcery.com>
7996
7997 * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
7998 genrtl_cleanup_stmt. Correct comment at head of
7999 genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
8000
8001 * stmt.c (struct nesting): Kill n_function_calls.
8002 (expand_start_bindings): Don't set
8003 thisblock->data.block.n_function_calls.
8004 (expand_end_bindings): Compare function_call_count against 0.
8005 (expand_cleanups): Kill DONT_DO argument; all callers passed
8006 NULL_TREE. All callers updated to match.
8007
8008 2003-04-20 Zack Weinberg <zack@codesourcery.com>
8009
8010 * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
8011 (defer_addressed_constants, output_deferred_addressed_constants): Kill.
8012 (output_constant_def): Remove code predicated on
8013 defer_addressed_constants_flag.
8014
8015 * output.h: Remove prototypes of deleted functions.
8016 * c-typeck.c (constructor_subconstants_deferred): Kill.
8017 (struct initializer_stack): Remove 'deferred' field.
8018 (start_init): Remove all references to the above.
8019 (finish_init): Likewise. Also remove never-executed call to
8020 output_deferred_addressed_constants. Pull assignment to
8021 defstr out of if expression.
8022
8023 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
8024
8025 * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
8026 NOTE_NEWLINE): Remove.
8027 * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
8028 to handle new form of line note type.
8029
8030 2003-04-20 Zack Weinberg <zack@codesourcery.com>
8031
8032 * target.h (encode_section_info): Add new argument carrying
8033 the RTL to be modified by the hook.
8034
8035 * varasm.c (make_decl_rtl, output_constant_def): Update calls
8036 to encode_section_info.
8037 (default_encode_section_info): Take and use RTL argument,
8038 don't use TREE_CST_RTL or DECL_RTL.
8039 * output.h: Update prototype of default_encode_section_info.
8040 * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
8041 (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
8042 Update calls to encode_section_info.
8043
8044 * config/darwin.c, config/arm/arm.c, config/arm/pe.c
8045 * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
8046 * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
8047 * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
8048 * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
8049 * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
8050 Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
8051 except for PE dllimport/dllexport. Update calls to
8052 default_encode_section_info.
8053
8054 * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
8055 Update prototypes.
8056
8057 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
8058
8059 2003-04-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8060
8061 PR/8705
8062 * pa.md (movccfp): New expander.
8063 (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
8064 Reverse fcmp conditions.
8065
8066 2003-04-20 Marek Michalkiewicz <marekm@amelek.gda.pl>
8067
8068 * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
8069 of operand 1 correctly.
8070
8071 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
8072
8073 * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
8074 * gcov.c (output_lines): Don't be so fussy about going past EOF.
8075
8076 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
8077
8078 * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
8079 (cppcharset.o): New target.
8080 * c-lex.c (is_extended_char): Move to cppcharset.c.
8081 (utf8_extend_token): Delete.
8082 * cppcharset.c: New file.
8083 * cpphash.h (_cpp_valid_ucn): New.
8084 * cpplex.c (lex_identifier): Update prototype.
8085 (continues_identifier_p): Rename forms_identifier_p. Handle UCN
8086 escapes.
8087 (maybe_read_ucs): Rename maybe_read_ucn. Update to use code
8088 in cppcharset.c.
8089 (lex_number, lex_identifier, cpp_parse_escape): Update.
8090 (_cpp_lex_direct): Update to handle UCNs.
8091 (cpp_avoid_paste): Don't paste to form a UCN.
8092
8093 2003-04-19 Roger Sayle <roger@eyesopen.com>
8094
8095 * builtins.c (expand_builtin): Don't expand a pure or const
8096 built-in function if the result will be ignored and none of
8097 its arguments are volatile.
8098
8099 2003-04-19 Kean Johnston <jkj@sco.com>
8100
8101 * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
8102 * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
8103 target fragment now: t-sco5; dont compile crti.o.
8104 * config/i386/sco5.h: major overhaul to remove all COFF remnants
8105 and to use elfos.h for most definitions.
8106 (BSS_SECTION_ASM_OP): set correct segment attributes.
8107 (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
8108 (DWARF2_UNWIND_INFO): Always set to 1.
8109 (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
8110 (MD_STARTFILE_PREFIX_1): Define.
8111 (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
8112 (DEFAULT_LINKER): Define if not specified to configure.
8113 (CTORS_SECTION_ASM_OP): Remove COFF crud.
8114 (DTORS_SECTION_ASM_OP): Remove COFF crud.
8115 (WINT_TYPE): Define.
8116 (SDB_DEBUGGING_INFO): Remove.
8117 (EXTRA_SECTIONS): Likewise.
8118 (EXTRA_SECTION_FUNCTIONS): Likewise.
8119 (CTOR_LIST_BEGIN): Likewise.
8120 (CTOR_LIST_END): Likewise.
8121 (INIT_SECTION_FUNCTION): Likewise.
8122 (FINI_SECTION_FUNCTION): Likewise.
8123 (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
8124 (LOCAL_LABEL_PREFIX): Likewise.
8125 (NON_SAVING_SETJMP): Likewise.
8126 (RETURN_POPS_ARGS): Likewise.
8127 (ASM_OUTPUT_SKIP): Likewise.
8128 (TARGET_ASM_NAMED_SECTION): Likewise.
8129 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
8130 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
8131 (ASM_OUTPUT_IDENT): Likewise.
8132 (ASM_OUTPUT_CASE_LABEL): Likewise.
8133 (ASM_OUTPUT_ASCII): Likewise.
8134 (ASM_OUTPUT_LIMITED_STRING): Likewise.
8135 (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8136 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
8137 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
8138 (ASM_FINISH_DECLARE_OBJECT): Likewise.
8139 (ASM_DECLARE_OBJECT_NAME): Likewise.
8140 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
8141 (ASM_DECLARE_FUNCTION_NAME): Likewise.
8142 (ASM_DECLARE_RESULT): Likewise.
8143 (ASM_WEAKEN_LABEL): Likewise.
8144 (SUPPORTS_WEAK): Likewise.
8145 (APPLY_RESULT_SIZE): Likewise.
8146 (LPREFIX): Likewise.
8147 (ALIGN_ASM_OP): Likewise.
8148 (ASCII_DATA_ASM_OP): Likewise.
8149 (IDENT_ASM_OP): Likewise.
8150 (ASM_SHORT): Likewise.
8151 (ASM_LONG): Likewise.
8152 (TYPE_ASM_OP): Likewise.
8153 (SIZE_ASM_OP): Likewise.
8154 (STRING_ASM_OP): Likewise.
8155 (SKIP_ASM_OP): Likewise.
8156 (EH_FRAME_SECTION_ASM_OP): Likewise.
8157 (READONLY_DATA_SECTION_ASM_OP): Likewise.
8158 (INIT_SECTION_ASM_OP): Likewise.
8159 (FINI_SECTION_ASM_OP): Likewise.
8160 (TEXT_SECTION_ASM_OP): Likewise.
8161 (DATA_SECTION_ASM_OP): Likewise.
8162 (TYPE_OPERANT_FORMAT): Likewise.
8163 (ASM_SPEC): Remove COFF code.
8164 (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
8165 cause -pg to emit an error; use pcrt1elf.o with -pp
8166 (ENDFILE_SPEC): Likewise.
8167 (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
8168 (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
8169 (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
8170 add -z alt_resolve to support weak symbols the way GCC wants them.
8171 (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
8172 (LIBGCC_SPEC): Dont use -lgcc in -G mode.
8173 (ASM_PREFERED_EH_DATA_FORMAT): Remove.
8174 * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
8175 (CRTSTUFF_T_CFLAGS_S): Define.
8176 (MULTILIB_OPTIONS): Likewise.
8177 (MULTILIB_DIRNAMES): Likewise.
8178 (MULTILIB_MATCHES): Likewise.
8179 (MULTILIB_EXTRA_OPTS): Likewise.
8180 (LIBGCC): Likewise.
8181 (INSTALL_LIBGCC): Likewise.
8182 (crti.o): Remove.
8183 * config/i386/t-sco5gas: Remove.
8184 * doc/install.texi: Updated for new OpenServer instructions.
8185 * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
8186
8187 2003-04-19 Kean Johnston <jkj@sco.com>
8188
8189 * fixinc/check.tpl: Allow user to over-ride diff program.
8190 * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
8191 (sco_math): Added test for SCO math header files.
8192 (sco_regset): Added check for conflicts with ieeefp.h.
8193 (svr4_disable_opt): Removed extraneous #ifdef SVR4.
8194 * fixinc/fixincl.x: Regenerated
8195 * fixinc/tests/base/math.h: Added sco_math tests.
8196 * fixinc/tests/base/string.h: New file.
8197 * fixinc/tests/base/sys/regset.h: New file.
8198
8199 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8200
8201 * cpphash.h (struct cpp_buffer): Remove backup_to.
8202 * cpplex.c (BACKUP, get_effective_char): Die.
8203 (_cpp_skip_block_comment): Assume '*' is location on entry.
8204 (continues_identifier_p): Respect -fno-dollars-in-identifiers.
8205 (IF_NEXT_IS): Update.
8206 (_cpp_lex_direct): Don't use backup_to; look ahead directly.
8207
8208 2003-04-19 Matt Kraai <kraai@alumni.cmu.edu>
8209
8210 * README.Portability: Move to a new section and obsolete K+R
8211 portability issues.
8212
8213 Sat Apr 19 14:56:17 CEST 2003 Jan Hubicka <jh@suse.cz>
8214
8215 * rtlanal.c (subreg_offset_representable_p): Fix call of
8216 subreg_lowpart.
8217
8218 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8219
8220 * cpphash.h (struct cpp_reader): New member warned_dollar.
8221 * cpplex.c (continues_identifier_p): New function.
8222 (parse_identifier, parse_number, parse_string): Rename lex_identifer,
8223 lex_number and lex_string, and simplify.
8224 (parse_slow, unescaped_terminator_p): Die.
8225 (_cpp_lex_direct): Update.
8226
8227 2003-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8228
8229 * calls.c (expand_call): Provide init for old_stack_pointer_delta.
8230
8231 2003-04-19 Nathan Sidwell <nathan@codesourcery.com>
8232
8233 * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
8234 fork behavior.
8235
8236 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8237
8238 * cppexp.c (eval_token): Permit true and false even if pedantic.
8239
8240 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8241
8242 * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
8243
8244 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8245
8246 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
8247 MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
8248 (struct include_file): Remove fefcnt, mapped members.
8249 (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
8250 (read_include_file): Don't use mmap, terminate buffers in '\r'.
8251 (purge_cache): Don't use munmap.
8252 * cpphash.h (CPP_BUF_COLUMN): Update.
8253 (lexer_state): Remove lexing_comment.
8254 (struct _cpp_line_note): New.
8255 (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
8256 next_line and need_line. Remove col_adjust and saved_flags.
8257 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
8258 _cpp_skip_block_comment, scan_out_logical_line): New.
8259 (_cpp_init_mbchar): Remove.
8260 * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
8261 (cpp_read_main_file): Set line to 1 earlier.
8262 (post_options): -traditional-cpp doesn't want trigraphs.
8263 * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
8264 (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
8265 _cpp_get_fresh_line): New.
8266 (handle_newline, skip_escaped_newlines, trigraph_p,
8267 continue_after_nul, _cpp_init_mbchar): Remove.
8268 (get_effective_char): Update.
8269 (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
8270 (skip_line_comment): Simplify.
8271 (skip_whitespace, parse_identifier, parse_slow, parse_number,
8272 parse_string): Update.
8273 (cpp_lex_direct): Use clean lines and process line notes. Update.
8274 (cpp_interpret_charconst): No MULTIBYTE_CHARS.
8275 * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
8276 directly.
8277 (_cpp_handle_directive): Don't set saved_flags.
8278 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
8279 cpp_undef, handle_assertion, cpp_push_buffer): Update.
8280 (_cpp_pop_buffer): Free notes.
8281 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
8282 * cpppch.c (cpp_read_state): \n terminate buffer.
8283 * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
8284 (copy_comment): Use _cpp_skip_block_comment.
8285 (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
8286 Simplify.
8287 (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
8288 save_replacement_text): Update.
8289 (scan_out_logical_line): Update to use clean lines and process
8290 line notes.
8291 * fix-header.c (read_scan_file): Update.
8292
8293 2003-04-18 Douglas B Rupp <rupp@gnat.com>
8294
8295 * unwind-dw2-fde.c (__register_frame_info_bases): Check for
8296 null begin parameter (as well as pointer to null).
8297 (__deregister_frame_info_bases): Likewise.
8298
8299 2003-04-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8300
8301 * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
8302 hard or virtual register and copy into pseudo if replacement fails.
8303
8304 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
8305
8306 * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
8307
8308 2003-04-18 Olivier Hainque <hainque@act-europe.fr>
8309
8310 * calls.c (expand_call): Move special case for constructor calls
8311 to right place. Ensures constructor calls used to initialize
8312 arguments get a clean outgoing argument block for themselves.
8313 Move check for stack deallocation completeness until after last
8314 deallocation. Add stack_pointer_delta to set of state
8315 variables saved and restored along with current stack_level.
8316
8317 * integrate.c (expand_inline_function): Ensure non-const actuals
8318 don't end up const in the caller's flow after conversion to possibly
8319 const formal type.
8320
8321 2003-04-18 Vincent Celier <celier@gnat.com>
8322
8323 * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
8324 and *_DIV_EXPR as TRUNC_*_EXPR.
8325
8326 2003-04-18 Mark Mitchell <mark@codesourcery.com>
8327
8328 * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
8329 for orphaned jump tables.
8330
8331 2003-04-18 Kazu Hirata <kazu@cs.umass.edu>
8332
8333 * reload1.c: Revert my previous patch on 2002-04-17.
8334
8335 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8336
8337 * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
8338 Add Segher Boessenkool.
8339
8340 2003-04-18 Alexander Sotirov <sluncho@mirizma.org>
8341
8342 PR c/9177
8343 * c-decl.c (c_expand_body): Don't garbage collect the function
8344 body if we are going to dump it later.
8345
8346 2003-04-18 Richard Henderson <rth@redhat.com>
8347
8348 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
8349 (alpha_end_function): Don't set them.
8350 (decl_in_text_section): Remove.
8351 (alpha_encode_section_info): Remove.
8352 (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
8353 (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
8354 sections, rather than decl_in_text_section results.
8355
8356 2003-04-18 Roger Sayle <roger@eyesopen.com>
8357
8358 * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
8359 and SIGN_EXTRACT.
8360
8361 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
8362
8363 PR optimization/7675
8364 * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
8365 on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
8366 nested functions if they refer to declarations from parent functions.
8367 * stmt.c (expand_decl): Don't put automatic variables in registers
8368 if the DECL_NONLOCAL flag is set.
8369
8370 2003-04-18 Hans-Peter Nilsson <hp@bitrange.com>
8371
8372 * gcse.c (compute_ld_motion_mems): For MEM destinations, only
8373 consider those to be movable where the source matches
8374 want_to_gcse_p.
8375 (update_ld_motion_stores): In comment, refer to
8376 compute_ld_motion_mems for validity of replacement.
8377
8378 Fri Apr 18 01:28:51 CEST 2003 Jan Hubicka <jh@suse.cz>
8379
8380 * gcov-dump.c (tag_summary): Remove max_sum
8381 * gcov-io.h (gcov_summary, gcov_write_summary,
8382 gcov_read_summary): Kill max_sum.
8383 * libgcov.c (gcov_exit): Do one pass over the data. Make error
8384 message more verbose.
8385
8386 * emit-rtl.c (subreg_hard_regno): Check that register is
8387 representable.
8388
8389 * reload.c (reload_inner_reg_of_subreg): When register is not
8390 representable, reload the whole thing.
8391 (find_reloads): Likewsie.
8392 * rtlanal.c (subreg_representable_p): New function.
8393
8394 * profile.c (compute_branch_probabilities): Cleanup sanity checking;
8395 allow negative probabilities for edges from the call to exit.
8396 (branch_prob): Do not add fake edges for functions that may return
8397 twice.
8398
8399 2003-04-17 DJ Delorie <dj@redhat.com>
8400
8401 * toplev.c (target_options): Add value field.
8402 (set_target_switch): Handle target options with values.
8403 * doc/tm.texi: Document how fixed vs variable target
8404 options work.
8405 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
8406 config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
8407 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
8408 config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
8409 config/m32r/m32r.h, config/m68hc11/m68hc11.h,
8410 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
8411 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
8412 config/rs6000/rs6000.h, config/rs6000/sysv4.h,
8413 config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
8414 Add value initializer to target options.
8415
8416 2003-04-07 Loren James Rittle <ljrittle@acm.org>
8417
8418 * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
8419
8420 2003-04-17 Kazu Hirata <kazu@cs.umass.edu>
8421
8422 * reload1.c (move2add_last_cc0): New.
8423 (reload_cse_move2add): Detect implicit sets.
8424 (move2add_note_store): Notice a store into cc0.
8425
8426 2003-04-17 Roger Sayle <roger@eyesopen.com>
8427
8428 PR c/10375
8429 * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
8430 function attributes.
8431
8432 2003-04-17 Janis Johnson <janis187@us.ibm.com>
8433
8434 * doc/sourcebuild.texi (Test Suites): Document support for testing
8435 binary compatibility (moved from testsuite/README.compat).
8436
8437 2003-04-17 Richard Henderson <rth@redhat.com>
8438
8439 * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
8440
8441 2003-04-17 Simon Law <sfllaw@engmail.uwaterloo.ca>
8442
8443 * doc/include/gpl.texi: Fix double-spacing after "MA" to match
8444 the one provided by the FSF.
8445
8446 2003-04-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8447
8448 * doc/install.texi (Binaries): Update URL and list of platforms
8449 provided by ftp.thewrittenword.com.
8450
8451 2003-04-17 Richard Henderson <rth@redhat.com>
8452
8453 * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
8454 (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
8455 * config/xtensa/xtensa.md (call, call_value): Likewise.
8456
8457 2003-04-17 Richard Henderson <rth@redhat.com>
8458
8459 * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
8460 (print_operand_address): Likewise.
8461 (ep_memory_operand): Likewise.
8462 (special_symbolref_operand): Likewise.
8463 (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
8464 (v850_encode_section_info): Call default_encode_section_info.
8465 (v850_strip_name_encoding): Remove.
8466 * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
8467 (ASM_OUTPUT_LABELREF): Remove.
8468 (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
8469 (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
8470 (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
8471 (ENCODED_NAME_P): Remove.
8472 (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
8473 (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
8474 (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
8475
8476 2003-04-17 Richard Henderson <rth@redhat.com>
8477
8478 * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
8479 * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
8480 SYMBOL_REF_FUNCTION_P.
8481
8482 2003-04-17 Richard Henderson <rth@redhat.com>
8483
8484 * config/sparc/sparc.c (sparc_encode_section_info): Remove.
8485 (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
8486 (text_segment_operand): Likewise.
8487
8488 2003-04-17 Richard Henderson <rth@redhat.com>
8489
8490 * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
8491 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
8492 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
8493 (sh_encode_section_info): Remove.
8494 (sh_strip_name_encoding): Remove.
8495 * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
8496 (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
8497 (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
8498 (ASM_OUTPUT_LABELREF): Remove.
8499 (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
8500 * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
8501
8502 2003-04-17 Richard Henderson <rth@redhat.com>
8503
8504 * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
8505 (tls_model_chars): Remove.
8506 (larl_operand): Use SYMBOL_REF_FLAGS.
8507 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
8508 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
8509 (s390_output_mi_thunk): Likewise.
8510 (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
8511 (s390_function_profiler): Likewise.
8512 (s390_encode_section_info): Use default_encode_section_info
8513 and SYMBOL_FLAG_ALIGN1.
8514 (s390_strip_name_encoding): Remove.
8515 * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
8516 * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
8517 (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
8518
8519 2003-04-17 Richard Henderson <rth@redhat.com>
8520
8521 * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
8522 (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
8523 (print_operand_address): Likewise.
8524
8525 * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
8526 * config/ns32k/ns32k.c (expand_block_move): Don't check
8527 flag_unroll_loops.
8528
8529 2003-04-17 Richard Henderson <rth@redhat.com>
8530
8531 * config/mcore/mcore.c (mcore_encode_section_info): Don't set
8532 SYMBOL_REF_FLAG.
8533
8534 2003-04-17 Richard Henderson <rth@redhat.com>
8535
8536 * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
8537
8538 * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
8539 (SYMBOL_REF_MODEL): New.
8540 (LIT_NAME_P): Move from m32r.h.
8541 (m32r_select_section): Remove.
8542 (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
8543 (m32r_strip_name_encoding): Remove.
8544 (m32r_in_small_data_p): New.
8545 (small_data_operand): Use SYMBOL_REF_SMALL_P.
8546 (addr24_operand): Use SYMBOL_REF_MODEL.
8547 (call26_operand): Likewise.
8548 (addr32_operand): Tidy.
8549 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
8550 * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
8551 (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
8552 (READONLY_DATA_SECTION_ASM_OP): Remove.
8553 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
8554 (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
8555 (TARGET_ASM_SELECT_SECTION): Remove.
8556 (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
8557 (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
8558 (LARGE_NAME_P, ENCODED_NAME_P): Remove.
8559 (ASM_OUTPUT_LABELREF): Remove.
8560
8561 2003-04-17 Richard Henderson <rth@redhat.com>
8562
8563 * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
8564 (encode_section_info): Remove.
8565 * config/ip2k/ip2k-protos.h: Update.
8566
8567 2003-04-17 Richard Henderson <rth@redhat.com>
8568
8569 * varasm.c (default_encode_section_info): Don't set
8570 SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
8571 * config/i370/i370.c (i370_encode_section_info): Remove.
8572 * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
8573 (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
8574 * config/i370/i370.md (movsi): Likewise.
8575
8576 * config/i370/t-i370: Add missing backslash.
8577
8578 2003-04-17 Eric Botcazou <ebotcazou@libertysurf.fr>
8579
8580 * doc/invoke.texi (inline-limit): Fix pasto.
8581
8582 2003-04-17 Richard Henderson <rth@redhat.com>
8583
8584 * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
8585 (small_call_insn_operand): Use it.
8586 (SYMBOL_FLAG_EIGHTBIT_DATA): New.
8587 (h8300_eightbit_constant_address_p): Use it.
8588 (SYMBOL_FLAG_TINY_DATA): New.
8589 (h8300_tiny_constant_address_p): Use it.
8590 (h8300_encode_label, h8300_strip_name_encoding): Remove.
8591 (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
8592 * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
8593 (ASM_OUTPUT_LABELREF): Remove.
8594
8595 2003-04-16 Richard Henderson <rth@redhat.com>
8596
8597 * config/frv/frv.c (symbol_ref_small_data_p): Remove. Replace
8598 all users with SYMBOL_REF_SMALL_P.
8599 (const_small_data_p): Use SYMBOL_REF_SMALL_P.
8600 (frv_encode_section_info): Remove.
8601 (frv_strip_name_encoding): Remove.
8602 (frv_in_small_data_p): Merge tests from encode_section_info.
8603 (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
8604 * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
8605 (SDATA_NAME_P): Remove.
8606 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
8607 (ASM_OUTPUT_LABELREF): Remove.
8608 (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
8609
8610 * config/frv/frv.c (frv_asm_out_constructor): New.
8611 (frv_asm_out_destructor): New.
8612 * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
8613 (DTORS_SECTION_ASM_OP): New.
8614 (ASM_OUTPUT_CONSTRUCTOR): Remove.
8615 (ASM_OUTPUT_DESTRUCTOR): Remove.
8616
8617 2003-04-16 Richard Henderson <rth@redhat.com>
8618
8619 * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
8620 SYMBOL_REF_LOCAL_P; abort if not pic.
8621 (cris_encode_section_info): Remove.
8622
8623 2003-04-16 Richard Henderson <rth@redhat.com>
8624
8625 * config/c4x/c4x.c (c4x_encode_section_info): Remove.
8626 (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
8627
8628 * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
8629 flag_inline_trees.
8630
8631 2003-04-16 Richard Henderson <rth@redhat.com>
8632
8633 * config/avr/avr.c (avr_encode_section_info): Remove.
8634 (avr_insert_attributes): New.
8635 (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
8636 (avr_assemble_integer): Likewise.
8637
8638 2003-04-16 Richard Henderson <rth@redhat.com>
8639
8640 * arc.c (arc_encode_section_info): Remove.
8641 (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
8642 (arc_print_operand, arc_print_operand_address): Likewise.
8643 * arc.h (EXTRA_CONSTRAINT): Likewise.
8644
8645 2003-04-16 Roger Sayle <roger@eyesopen.com>
8646
8647 * c-semantics.c (find_reachable_label): New function to find a
8648 potentially reachable label in an expression.
8649 (expand_unreachable_if_stmt): Similar to expand_if_stmt but
8650 assumes the start of the IF_STMT is unreachable (dead) code.
8651 (expand_unreachable_stmt): Similar to expand_stmt but assumes
8652 the start of the statement list is unreachable (dead) code.
8653 (genrtl_if_stmt): If the controlling expression of the IF
8654 is constant, use expand_unreachable_stmt for the THEN or ELSE
8655 clause as appropriate.
8656 (genrtl_switch_stmt): Use expand_unreachable_stmt to expand
8657 the body of a SWITCH statement.
8658 (expand_stmt): The code immediately following a "return",
8659 "break", "continue" or "goto" is unreachable.
8660 * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
8661
8662 2003-04-16 Richard Henderson <rth@redhat.com>
8663
8664 * rtl.h (MEM_ALIAS_SET): Update documentation.
8665 * doc/rtl.texi (Special Accessors): New node.
8666 (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
8667
8668 2003-04-16 Alexandre Oliva <aoliva@redhat.com>
8669
8670 * reload1.c (reload_cse_noop_set_p): Return false if mode of
8671 SET_DEST is not the same as that returned by...
8672 * cselib.h (cselib_reg_set_mode): ... new function.
8673 * cselib.c (cselib_reg_set_mode): Define it.
8674 (REG_VALUES): Document semantics of first element as set mode.
8675 (cselib_subst_to_values): Skip first element if ELT is NULL.
8676 (cselib_lookup): Likewise. Insert past the first element.
8677 (cselib_invalidate_regno): NULLify first element.
8678 (cselib_record_set): Set first element.
8679
8680 2003-04-16 Olivier Hainque <hainque@act-europe.fr>
8681
8682 * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
8683 (save_expr): Replace loop by call to skip_simple_arithmetics_at.
8684 * tree.h: Add prototypes for the two new functions.
8685 * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
8686 updates introduced in the previous revision by call to saved_expr_p.
8687 * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
8688
8689 * expr.c (store_field): Force usage of bitfield instructions when
8690 the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
8691 (expand_expr, case BIT_FIELD_REF): likewise.
8692
8693 2003-04-16 Mark Mitchell <mark@codesourcery.com>
8694
8695 PR middle-end/8866
8696 * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
8697 jumptables.
8698
8699 2003-04-16 Richard Henderson <rth@redhat.com>
8700
8701 * config/ia64/ia64.c (sdata_symbolic_operand): Use
8702 SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
8703 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
8704 (function_operand): Use SYMBOL_REF_FUNCTION_P.
8705 (ia64_expand_load_address): Likewise.
8706 (ia64_assemble_integer): Likewise.
8707 (ia64_encode_section_info): Remove.
8708 (ia64_strip_name_encoding): Remove.
8709 * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
8710 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
8711
8712 2003-04-16 Richard Henderson <rth@redhat.com>
8713
8714 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
8715 (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
8716 (direct_call_operand): Use SYMBOL_FLAG_NEAR.
8717 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
8718 (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
8719 (global_symbolic_operand): Similarly.
8720 (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
8721 (tls_symbolic_operand_type): Likewise.
8722 (alpha_encode_section_info): Use default_encode_section_info.
8723 (alpha_strip_name_encoding): Remove.
8724 (get_tls_get_addr): Split out from ...
8725 (alpha_legitimize_address): ... here.
8726 (alpha_emit_xfloating_libcall): Use init_one_libfunc.
8727 (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
8728 (alpha_initialize_trampoline): Use init_one_libfunc.
8729 (alpha_setup_incoming_varargs): Mark unused parameters.
8730 (alpha_initial_elimination_offset): Likewise.
8731 (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
8732 (unicosmk_unique_section): Use default_strip_name_encoding.
8733 (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
8734
8735 2003-04-16 Aldy Hernandez <aldyh@redhat.com>
8736
8737 * config.gcc: Add t-spe for eabispe.
8738
8739 * config/rs6000/t-spe: New.
8740
8741 2003-04-16 J"orn Rennecke <joern.rennecke@superh.com>
8742
8743 Re-apply this patch:
8744
8745 2002-05-16 Dale Johannesen <dalej@apple.com>
8746 * combine.c (cant_combine_insn_p): Reenable combinations
8747 involving hard regs unless CLASS_LIKELY_SPILLED_P.
8748
8749 2003-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8750
8751 PR/10271
8752 * pa-protos.h (function_arg): Remove last argument.
8753 * pa.c (function_arg): Likewise. Use CUMULATIVE_ARGS struct instead.
8754 * pa.h (struct hppa_args): Add member incoming.
8755 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
8756 member incoming.
8757 (FUNCTION_ARG): Revise call to function_arg.
8758 (FUNCTION_INCOMING_ARG): Delete.
8759
8760 2003-04-15 Zack Weinberg <zack@codesourcery.com>
8761
8762 * configure.in: Unify the code which creates symlinks to a
8763 just-built as, ld, objdump, and nm with the code that detects
8764 their presence for purposes of feature tests.
8765 * configure: Regenerate.
8766
8767 2003-04-15 Zack Weinberg <zack@codesourcery.com>
8768
8769 * varasm.c (output_constant_def): Do not consult
8770 CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it.
8771 (after_function_constants, output_after_function_constants): Delete.
8772 * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
8773 * config/mips/mips-protos.h, config/mips/mips.c
8774 (mips16_constant_after_function_p): Delete.
8775 * config/mips/mips.h: Delete #if-0-ed definition of
8776 CONSTANT_AFTER_FUNCTION_P.
8777 * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
8778 mention of CONSTANT_AFTER_FUNCTION_P in comment.
8779
8780 2003-04-15 Geoffrey Keating <geoffk@apple.com>
8781
8782 * tree.c (next_decl_uid): Mark with GTY.
8783 (next_type_uid): Likewise.
8784
8785 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
8786
8787 PR target/9594:
8788 * sh.c (barrier_align): Also recognize stuff_delay_slot as
8789 an indicator that a barrier was created by branch splitting.
8790
8791 2003-04-15 Mark Mitchell <mark@codesourcery.com>
8792
8793 * c-decl.c (implicitly_declare): Copy declarations that are going
8794 to be placed in a local scope.
8795
8796 2003-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
8797
8798 * invoke.texi (Spec Files): Wrap if-exists-else example.
8799 (MCore): Remove duplicate @itemx entries and @opindex entries.
8800
8801 2003-04-15 Ulrich Weigand <uweigand@de.ibm.com>
8802
8803 * unwind.inc (_Unwind_Backtrace): New function.
8804 * unwind.h (_Unwind_Backtrace): Declare it.
8805 * libgcc-std.ver (_Unwind_Backtrace): Export it.
8806
8807 2003-04-14 Jason Merrill <jason@redhat.com>
8808
8809 PR middle-end/10336, c++/10401
8810 * jump.c (never_reached_warning): Also stop looking if we reach the
8811 beginning of the function.
8812
8813 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8814
8815 PR target/10338
8816 PR bootstrap/10198
8817 PR bootstrap/10140
8818 * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
8819
8820 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
8821
8822 * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
8823
8824 2003-04-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8825
8826 * optabs.c (expand_binop): In multi-word add cases, ensure
8827 XTARGET is copied to TARGET if they are different.
8828
8829 2003-04-15 Olivier Hainque <hainque@act-europe.fr>
8830
8831 * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
8832 to region, possible after integration of function with unreachable
8833 regions that were optimized away.
8834
8835 2003-04-15 Jakub Jelinek <jakub@redhat.com>
8836
8837 * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
8838 instead of TOC_REGISTER in epilogue in
8839 current_function_calls_eh_return functions.
8840
8841 2003-04-14 Mark Mitchell <mark@codesourcery.com>
8842
8843 * doc/extend.texi (Empty Structures): Correct description of G++'s
8844 handling of these structures.
8845
8846 * c-decl.c (grokdeclarator): Reject extern redeclarations of
8847 static variables.
8848
8849 2003-04-14 Janis Johnson <janis287@us.ibm.com>
8850
8851 * config/rs6000/rs6000.md (define_constants): Define constants for
8852 all UNSPEC usage, including new values for TLS support.
8853 (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
8854 load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
8855 load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
8856 macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
8857 stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
8858 eh_set_lr_di): Use them.
8859 * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
8860 rs6000_emit_epilogue) Use them.
8861
8862 * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
8863
8864 2003-04-14 Neil Booth <neil@daikokuya.co.uk>
8865
8866 * Makefile.in (c-opts.o): Use custom action.
8867
8868 2003-04-14 Douglas B Rupp <rupp@gnat.com>
8869
8870 * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
8871
8872 2003-04-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8873
8874 * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
8875 handle "superflat arrays" in Ada.
8876
8877 * integrate.c (expand_inline_function): Don't inline if would
8878 lose /u on a BLKmode TARGET.
8879
8880 2003-04-14 Joel Brobecker <brobecker@gnat.com>
8881
8882 * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
8883 extracted from dbxout_type.
8884 (dbxout_range_type): print large bounds in octal format.
8885 (dbxout_type): Replace extracted code by call to
8886 print_int_cst_bounds_in_octal_p.
8887
8888 * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
8889 of DW_LANG_Ada83 for Ada units.
8890
8891 2003-04-14 Olivier Hainque <hainque@act-europe.fr>
8892
8893 * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
8894 temporary used to round CONST_INT sizes.
8895
8896 * tree.c (int_fits_type_p): Extract generic checks from the case
8897 of constant type bounds. Refine the checks against constant type
8898 bounds to allow for possible decisions against each of these bounds
8899 without requiring both bounds to be constant.
8900 (tree_int_cst_msb): Put back.
8901 * tree.h (tree_int_cst_msb): Likewise.
8902
8903 * global.c (global_conflicts): Prevent allocation of call clobbered
8904 hard regs to pseudos live across abnormal edges, as later passes are
8905 not ready to handle them.
8906
8907 * fold-const.c (fold): Reorder tests for conditional expressions.
8908
8909 * expr.c (highest_pow2_factor): Return unsigned.
8910 * expr.h (offset_address): Likewise.
8911 * emit-rtl.c (offset_address): POW2 argument now unsigned.
8912
8913 2003-04-14 Roger Sayle <roger@eyesopen.com>
8914
8915 * builtins.c (expand_builtin_strlen): Evaluate the lengths of
8916 string literals at compile-time.
8917
8918 2003-04-14 Roger Sayle <roger@eyesopen.com>
8919
8920 * fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a
8921 comparison operation and c1/c2 are floating point constants into
8922 x swap(cmp) (c1 - c2).
8923
8924 2003-04-14 Vladimir Makarov <vmakarov@redhat.com>
8925
8926 * genautomata.c (output_translate_vect): Fix a typo in loop
8927 condition.
8928
8929 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
8930
8931 PR target/10377
8932 * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
8933 ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
8934 ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
8935 ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
8936 ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
8937 ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
8938 ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
8939 ("*extopqihi_swap_side", "*extopqisi_swap_side")
8940 ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
8941 When next to constraint R, replace constraint i with n.
8942
8943 Mon Apr 14 16:18:37 CEST 2003 Jan Hubicka <jh@suse.cz>
8944
8945 PR opt/10024
8946 * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
8947
8948 2003-04-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8949
8950 * doc/contrib.texi (Contributors): Correct my entry.
8951
8952 2003-04-13 Roger Sayle <roger@eyesopen.com>
8953
8954 * tree.h (DECL_BUILT_IN_NONANSI): Remove.
8955 * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
8956 * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
8957 implies DECL_BUILT_IN to simplify logic.
8958 * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
8959
8960 2003-04-13 Roger Sayle <roger@eyesopen.com>
8961
8962 * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
8963 (BT_FN_PTR_SIZE_SIZE): Likewise.
8964 * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
8965 New built-in functions for malloc, calloc and strdup respectively.
8966 * calls.c (special_function_p): No need to handle malloc-like
8967 functions any longer. ECF_MALLOC is set via built-in attributes.
8968
8969 * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
8970
8971 * doc/extend.texi: Document these new built-in functions.
8972
8973 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8974
8975 * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
8976 (expand_builtin_stpcpy): New.
8977 (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
8978 * builtins.def: Add mempcpy & stpcpy support.
8979 * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
8980
8981 2003-04-13 Nick Clifton <nickc@redhat.com>
8982
8983 * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
8984 "GCC".
8985 * config/rs6000/40x.md, config/rs6000/603.md,
8986 config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
8987 config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
8988 config/rs6000/aix3newas.h, config/rs6000/aix41.h,
8989 config/rs6000/aix43.h, config/rs6000/aix51.h,
8990 config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
8991 config/rs6000/altivec.h, config/rs6000/altivec.md,
8992 config/rs6000/beos.h, config/rs6000/darwin.h,
8993 config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
8994 config/rs6000/eabisim.h, config/rs6000/eabispe.h,
8995 config/rs6000/freebsd.h, config/rs6000/gnu.h,
8996 config/rs6000/host-darwin.c, config/rs6000/linux.h,
8997 config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
8998 config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
8999 config/rs6000/netbsd.h, config/rs6000/power4.md,
9000 config/rs6000/rios1.md, config/rs6000/rios2.md,
9001 config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
9002 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
9003 config/rs6000/rs6000.h, config/rs6000/rs6000.md,
9004 config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
9005 config/rs6000/spe.md, config/rs6000/sysv4.h,
9006 config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
9007 config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
9008
9009 2003-04-13 Nick Clifton <nickc@redhat.com>
9010
9011 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
9012 support for -mcall-aix switch.
9013 * config/rs6000/eabiaix.h: Delete.
9014 * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
9015 (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
9016 RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
9017 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
9018 * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
9019 debug_stack_info, output_function_profiler,
9020 rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
9021 * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
9022 call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
9023 call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
9024 sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
9025 * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
9026 multilibs.
9027 (MULTILIB_DIRNAMES): Remove mcall-aix directories.
9028 (MULTILIB_EXCEPTIONS): Delete.
9029 (MULTILIB_MATCHES): Remove mcall-aix matches.
9030
9031 * doc/fragments.texi: Replace -mcall-aix example with an ARM
9032 one.
9033 * doc/install.texi: Delete powerpc-*-eabiaix target.
9034 * doc/invoke.texi: Remove documentation of mcall-aix switch.
9035 * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
9036 * config.gcc: Delete powerpc-*-eabiaix target.
9037
9038 2003-04-13 Kazu Hirata <kazu@cs.umass.edu>
9039
9040 * doc/invoke.texi: Fix typos.
9041 * doc/tm.texi: Likewise.
9042
9043 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9044
9045 * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
9046
9047 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9048
9049 * tree.c (build_constructor): New function.
9050 * tree.h: Prototype it.
9051
9052 * c-typeck.c (build_c_cast, pop_init_level)
9053 * profile.c (build_function_info_value, build_gcov_info_value)
9054 (create_profiler):
9055 Use build_constructor.
9056
9057 * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
9058
9059 * objc/objc-act.c (build_constructor):
9060 Rename objc_build_constructor. Use build_constructor.
9061 (build_objc_string_object, objc_add_static_instance)
9062 (init_def_list, init_objc_symtab, init_module_descriptor)
9063 (generate_static_references, build_selector_translation_table)
9064 (build_descriptor_table_initializer, generate_descriptor_table)
9065 (build_protocol_initializer, build_ivar_list_initializer)
9066 (generate_ivars_list, build_dispatch_table_initializer)
9067 (generate_dispatch_table, generate_protocol_list)
9068 (build_category_initializer, build_shared_structure_initializer):
9069 Update to match.
9070
9071 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9072
9073 * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
9074
9075 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9076
9077 * config/m68hc11/m68hc11-protos.h
9078 (m68hc11_eq_compare_operator): Declare
9079 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
9080 * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
9081 (d_register_operand): Check the operand mode.
9082 (hard_addr_reg_operand): Likewise.
9083
9084 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9085
9086 * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
9087 pattern for dbcc/ibcc generation for 68HC12.
9088 ("doloop_end"): New pattern.
9089 ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
9090 ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
9091 ("m68hc12_dbcc_dec_qi"): New pattern.
9092 ("m68hc12_dbcc_inc_qi"): New pattern.
9093 (split): Add split for the above when we can't use dbcc/ibcc due to
9094 reloading.
9095 (peephole2): Add peephole2 to generate the above when possible.
9096
9097 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9098
9099 * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
9100 mode of operand 0.
9101 (peephole2 optimize const load): Likewise for operand 2.
9102 ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
9103 clobbers CC_REGNUM.
9104 ("*rotrhi3_with_carry"): Likewise.
9105 (ashift:DI 1 split): Update pattern to create the above rotate.
9106 (lshiftrt:DI 1 split): Likewise.
9107
9108 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9109
9110 * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
9111 ("tstqi_z_used" split): Use it.
9112 ("cmphi_z_used"): Likewise.
9113 ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
9114 ("cmpqi_z_used"): Likewise.
9115
9116 2003-04-12 Mark Mitchell <mark@codesourcery.com>
9117
9118 PR c++/7910
9119 * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
9120
9121 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9122
9123 * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
9124 * configure, config.in: Regenerate.
9125 * intl.c (gcc_gettext_width): New function.
9126 * intl.h: Prototype it.
9127
9128 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9129
9130 * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
9131 recognize -mnorelax.
9132 (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
9133 (REG_CLASS_NAMES): Add its name.
9134 (REG_CLASS_CONTENTS): Define its content.
9135
9136 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9137
9138 * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
9139 parameters so that offsets are valid for far definition.
9140 (__mulsi3): Likewise and use ret to return.
9141 (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
9142
9143 2003-04-12 David Edelsohn <edelsohn@gnu.org>
9144
9145 * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
9146
9147 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
9148
9149 * mklibgcc.in (libgcc-stage-start): For every multilib directory
9150 containing a libgcc.a, move lib* to the corresponding stage dir.
9151
9152 * Makefile.in (stage1-start, stage2-start, stage3-start,
9153 stage4-start): Move $(SPECS) to specs in stage dir.
9154 (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
9155 back as $(SPECS).
9156
9157 * mklibgcc.in (libgcc-stage-start): Move into the stage directory
9158 object files from the non-libgcc/ multilib directories as well.
9159
9160 2003-04-11 Geoffrey Keating <geoffk@apple.com>
9161
9162 * profile.c (read_counts_file): Initialise 'checksum'.
9163
9164 * emit-rtl.c (gen_rtx): Really correct typo.
9165
9166 PR c++/9393
9167 * doc/invoke.texi (Debugging Options): Document -frandom-seed.
9168 * configure.in: Check for gettimeofday.
9169 * tree.c (flag_random_seed): Define.
9170 (default_flag_random_seed): New.
9171 (append_random_chars): Use flag_random_seed rather than trying
9172 to acquire randomness here.
9173 * tree.h (default_flag_random_seed): Declare.
9174 * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
9175 descriptions.
9176 (decode_f_option): Handle -frandom-seed.
9177 (print_switch_values): Call default_flag_random_seed.
9178 * flags.h (flag_random_seed): Declare.
9179 * configure: Regenerate.
9180 * config.in: Regenerate.
9181 * config/alpha/t-crtfm: Use -frandom-seed.
9182
9183 * doc/extend.texi (Empty Structures): New.
9184
9185 * c-pch.c: Include flags.h. Add comments to routines.
9186 (struct c_pch_validity): New.
9187 (get_ident): Update PCH file version number.
9188 (pch_init): Output current debugging type.
9189 (c_common_valid_pch): Check debugging type.
9190 * Makefile.in (c-pch.o): Update dependencies.
9191 * flags.h (debug_type_names): Declare.
9192 * toplev.c (debug_type_names): Move out of decode_g_option.
9193
9194 2003-04-11 Eric Christopher <echristo@redhat.com>
9195
9196 * emit-rtl.c (gen_rtx): Fix typos.
9197
9198 2003-04-11 Richard Henderson <rth@redhat.com>
9199
9200 * emit-rtl.c (gen_rtx): Zero '0' fields.
9201
9202 2003-04-11 Richard Henderson <rth@redhat.com>
9203
9204 PR c++/10202
9205 * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
9206 not COMPLETE_TYPE_P for re-invoking layout_decl.
9207
9208 2003-04-11 Simon Law <sfllaw@engmail.uwaterloo.ca>
9209
9210 * doc/bugreport.texi: Fix paragraph breaking between sections
9211 in preparation for TeXinfo's paragraph indentation fixes.
9212 * doc/extend.texi: Ditto.
9213 * doc/invoke.texi: Ditto.
9214 * doc/objc.texi: Ditto.
9215 * doc/gcov.texi: Wrap 'gcov' in @command{}.
9216 * doc/invoke.texi (Darwin Options): Add a preamble.
9217
9218 2003-04-11 Richard Henderson <rth@redhat.com>
9219
9220 * config/i386/i386.c (tls_model_chars): Remove.
9221 (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
9222 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
9223 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
9224 (tls_symbolic_operand_1): Likewise.
9225 (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
9226 * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
9227 (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
9228 * config/i386/winnt.c (i386_pe_encode_section_info): Replace
9229 bits "copied from i386.h" with default_encode_section_info.
9230
9231 2003-04-11 Richard Henderson <rth@redhat.com>
9232
9233 * rtl.def (SYMBOL_REF): Add two 0 fields.
9234 * gengtype.c (adjust_field_rtx_def): Handle them.
9235 * print-rtl.c (print_rtx): Print them.
9236 * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
9237 (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
9238 (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
9239 (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
9240 (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
9241 (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
9242 (SYMBOL_FLAG_MACH_DEP): New.
9243 * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
9244 * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
9245 (assemble_static_space): Set SYMBOL_REF_FLAGS.
9246 (assemble_trampoline_template): Likewise.
9247 (output_constant_def, force_const_mem): Likewise.
9248 (default_encode_section_info): New.
9249 * output.h: Declare it.
9250 * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
9251
9252 2003-04-11 Richard Henderson <rth@redhat.com>
9253
9254 * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
9255 (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
9256 * optabs.c (init_optabs): Initialize them.
9257 (init_libfuncs): Use init_one_libfunc.
9258 * calls.c (expand_call): Use gcov_flush_libfunc.
9259 * expr.c (store_constructor): Use setbits_libfunc.
9260 * function.c (expand_main_function): Use init_one_libfunc.
9261 * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
9262
9263 2003-04-11 Mark Mitchell <mark@codesourcery.com>
9264
9265 * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
9266 documentation; add DECL_FRIEND_CONTEXT.
9267
9268 2003-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9269
9270 * doc/install.texi (hppa): Update links for HP-UX patches. Revise
9271 notes on linker selection and configuration for 64-bit HP-UX port.
9272 * doc/invoke.texi (hppa): Remove hppa text from description for
9273 -ffunction-sections and -fdata-sections. Document -static, -nolibdld
9274 and -threads options.
9275
9276 * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
9277 libc.a on libdld.sl when -static is specified and -nolibdld is not
9278 specified.
9279 * pa64-hpux.h (LIB_SPEC): Likewise.
9280 * pa-hpux11.h (LIB_SPEC): Likewise.
9281 (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
9282 is not specified.
9283
9284 2003-04-11 Zack Weinberg <zack@codesourcery.com>
9285
9286 * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
9287 not IDENTIFIER_LOCAL_VALUE.
9288
9289 2003-04-11 Richard Henderson <rth@redhat.com>
9290
9291 PR c/10201
9292 * expr.c (expand_expr): Move DECL_RTL frobbing ...
9293 * stor-layout.c (layout_decl): ... here.
9294
9295 2003-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
9296
9297 * doc/invoke.texi: Eliminate extra white-space caused by
9298 @gccoptlist{ on its own line.
9299 * doc/invoke.texi: Ensured there are two spaces between each option.
9300 * doc/invoke.texi: Re-wrapped option lines that were too wide.
9301 Added @gol to options that didn't have them.
9302
9303 2003-04-11 Nathan Sidwell <nathan@codesourcery.com>
9304
9305 * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
9306 gcov-iov.h.
9307
9308 Simplify interface to gcov reading and writing.
9309 * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
9310 gcov_alloc, gcov_modified, gcov_errored): Move into ...
9311 (struct gcov_var gcov_var): ... this static structure.
9312 (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
9313 Return void.
9314 (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
9315 read object.
9316 (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
9317 (gcov_reserve_length): Remove.
9318 (gcov_write_tag): New.
9319 (gcov_write_length): Adjust.
9320 (gcov_read_summary, gcov_write_summary): Adjust.
9321 (gcov_eof, gcov_ok): Rename to ...
9322 (gcov_is_eof, gcov_is_error): ... here. Return error code.
9323 (gcov_save_position, gcov_resync): Rename to ...
9324 (gcov_position, gcov_seek): ... here.
9325 (gcov_skip, gcov_skip_string): Remove.
9326 (gcov_error): Remove.
9327 (gcov_open, gcov_close): Adjust.
9328 * gcov.c (find_source): Take const char *, copy it on allocation.
9329 (read_graph_file): Adjust.
9330 (read_count_file): Adjust.
9331 * libgcov.c (gcov_exit): Adjust.
9332 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
9333 tag_arc_counts, tag_summary): Return void. Adjust.
9334 (struct tag_format): Adjust proc member.
9335 (dump_file): Adjust gcov calls.
9336
9337 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
9338
9339 * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
9340 mkfixinc.sh.
9341 * fixinc/mkfixinc.sh (defs): Add LIBERTY.
9342 * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
9343 build != host sysrooted builds.
9344 * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
9345 TARGET_SYSTEM_ROOT even on sysrooted natives.
9346 * configure: Rebuilt.
9347
9348 2003-04-10 Zack Weinberg <zack@codesourcery.com>
9349
9350 * c-decl.c (struct binding_level): Add shadowed_tags and
9351 function_body; remove this_block, tag_transparent, and
9352 subblocks_tag_transparent; update comments.
9353 (clear_binding_level, lookup_tag_reverse): Kill.
9354 (make_binding_level): Use ggc_alloc_cleared or memset.
9355 (lookup_tag): Remove struct binding_level* parameter. All
9356 callers changed. Just look at IDENTIFIER_TAG_VALUE, and
9357 current_binding_level->tags if asked for thislevel_only or if
9358 we might have to diagnose "struct foo; union foo;"
9359 (pushlevel): Ignore argument. Do not push another binding
9360 level on the transition from the parameters to the top level
9361 of the function body; just tweak the flags and proceed.
9362 (poplevel): Overhaul. Clear IDENTIFIER_TAG_VALUEs; on exiting
9363 a function body, separate the parameter list from the
9364 top-level local variables.
9365 (set_block): Do nothing.
9366 (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
9367 shadowed_tags if necessary.
9368 (warn_if_shadowing): Nuke the special case for local shadowing
9369 parameter.
9370 (pushdecl): Do not create a shadow entry if we are replacing
9371 an older decl in the same binding level.
9372 (pushdecl_function_level): Tweak for new way of indicating
9373 function scope.
9374 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
9375 (start_function): Don't set subblocks_tag_transparent.
9376 (finish_function): Fix up the binding_level stack for totally
9377 empty functions. Otherwise, don't call poplevel.
9378
9379 * c-common.c (shadow_warning): MANDATORY argument is no longer
9380 necessary. Always use plain warning.
9381 * c-common.h: Update to match.
9382
9383 * cfglayout.c (scope_to_insns_initialize): Clear block when we
9384 hit the FUNCTION_DECL.
9385 * function.c: Do not create cyclic tree structure.
9386
9387 2003-04-10 Zack Weinberg <zack@codesourcery.com>
9388
9389 * c-tree.h (struct lang_identifier): Replace global_value,
9390 local_value members with symbol_value, tag_value. Kill
9391 implicit_decl and limbo_value.
9392 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
9393 IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
9394 C_MISSING_PROTOTYPE_WARNED): Kill.
9395 (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
9396 C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
9397 (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
9398 (implicit_decl_warning, lookup_name_current_level,
9399 record_function_scope_shadow): Don't prototype.
9400 (pushdecl_function_level): Prototype.
9401
9402 * c-decl.c (truly_local_externals): New variable.
9403 (struct binding_level): Adjust commentary.
9404 (get_function_binding_level, clear_limbo_values,
9405 record_function_scope_shadow): Kill.
9406 (lookup_name_current_level, implicit_decl_warning): Are now static.
9407 (any_external_decl, record_external_decl): New static functions.
9408 (clone_underlying type): Split out of pushdecl.
9409 (c_print_identifier): Update to match changes to struct
9410 lang_identifier.
9411 (poplevel): Delete #if 0 block. Make externals invisible
9412 instead of clearing their IDENTIFIER_SYMBOL_VALUEs. Don't
9413 call clear_limbo_values. Refer to IDENTIFIER_SYMBOL_VALUE not
9414 IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
9415 (duplicate-decls): For real parm decl after a forward decl,
9416 set TREE_ASM_WRITTEN here. Allow void foo(...) followed by
9417 foo(...) { } with only a warning. Say whether a previous
9418 declaration was implicit.
9419 (warn_if_shadowing): Now handles all shadowing, not just
9420 local-over-local. Clarify comments.
9421 (pushdecl): Rewritten. There is no longer a distinction
9422 between global and local symbol values; they're all
9423 IDENTIFIER_SYMBOL_VALUE. Call record_external_decl on all
9424 DECL_EXTERNAL decls, and use any_external_decl to check
9425 against previous externals. Kill #if 0 blocks. Don't
9426 tolerate error_mark_node being NULL.
9427 (pushdecl_top_level): Handle only those cases which
9428 Objective C (the only user) needs.
9429 (pushdecl_function_level): New function.
9430 (implicitly_declare): Create ordinary decls with
9431 C_DECL_IMPLICIT set. Recycle old decls, however they got
9432 created.
9433 (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
9434 for C_DECL_INVISIBLE symbols.
9435 (lookup_name_current_level): Likewise. Use chain_member.
9436 (c_make_fname_decl): Don't muck with DECL_CONTEXT.
9437 Use pushdecl_function_level.
9438 (builtin_function): Use C_DECL_INVISIBLE.
9439 (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
9440 Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
9441 (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
9442 (identifier_global_value): Same. Must scan
9443 global_binding_level in extremis.
9444
9445 * c-typeck.c (undeclared_variable): New static function, split
9446 from build_external_ref.
9447 (build_external_ref): Use DECL_CONTEXT, not
9448 IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
9449 an instance variable. Restructure for clarity.
9450 * objc/objc-act.c: Use identifier_global_value, not
9451 IDENTIFIER_GLOBAL_VALUE.
9452
9453 2003-04-08 Jonathan Wakely <redi@gcc.gnu.org>
9454
9455 * doc/extend.texi (Template Instantiation): Refer to ISO standard,
9456 not Working Paper.
9457 * doc/invoke.texi (C++ Dialect Options): Same.
9458
9459 2003-04-10 Zack Weinberg <zack@codesourcery.com>
9460
9461 * tree.c (tree_operand_check_failed): New function.
9462 * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
9463 TREE_RTL_OPERAND_CHECK): New checking macros.
9464 (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
9465 RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
9466 CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
9467 EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
9468 EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
9469 TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
9470 checking macros.
9471
9472 Thu Apr 10 23:52:30 CEST 2003 Jan Hubicka <jh@suse.cz>
9473
9474 PR inline-asm/8803
9475 * function.c (instantate_virtual_regs): Verify that all ASM statements
9476 match after the virutal regs instantiation.
9477
9478 2003-04-10 Steve Ellcey <sje@cup.hp.com>
9479
9480 * ia64-protos.h (addp4_optimize_ok): New.
9481 * ia64.c (addp4_optimize_ok): New.
9482 * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
9483 (*ptr_extend_plus_2): Ditto.
9484
9485 2003-04-10 Steve Ellcey <sje@cup.hp.com>
9486
9487 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
9488 not with convert_memory_address.
9489 (store_constructor): Ditto, and same for copy_size_rtx.
9490 (expand_expr): Ditto.
9491
9492 2003-04-10 Douglas B Rupp <rupp@gnat.com>
9493
9494 * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
9495
9496 2003-04-10 Bob Wilson <bob.wilson@acm.org>
9497
9498 * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
9499 even if it is configured to be write-through.
9500
9501 2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
9502
9503 * config/s390/s390.c (larl_operand): Do not allow symbols
9504 marked with '@'.
9505 (s390_encode_section_info): Mark symbols with forced 1-byte
9506 alignment with '@'.
9507 (s390_strip_name_encoding): Strip '@'.
9508 (legitimize_pic_address): Handle symbols that are not valid
9509 LARL operands in 64-bit mode.
9510
9511 2003-04-10 Andrew Haley <aph@redhat.com>
9512
9513 * tree-inline.c (inlinable_function_p): Disable inlining for
9514 synchronized methods.
9515
9516 2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
9517
9518 * c-common.h (lang_statement_code_p): Remove declaration.
9519 (statement_code_p): Ditto.
9520 (c_common_stmt_codes): Define; list of c-common statement codes.
9521 (statement_code_p): New extern declaration.
9522 (STATEMENT_CODE_P): Define.
9523 (INIT_STATEMENT_CODES): Define.
9524 * c-common.c (statement_code_p): Kill the function, declare
9525 as an array of bools instead.
9526 (lang_statement_code_p): Remove.
9527 (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
9528 (c_safe_from_p): Ditto.
9529 * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
9530 to initialize the statement_code_p array.
9531 * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
9532 statement_code_p.
9533 (copy_tree_r): Ditto.
9534 * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
9535 statement tree codes.
9536 * cp/lex.c (cxx_init): Add missing print line break. Use
9537 INIT_STATEMENT_CODES to initialize the statement_code_p array.
9538 * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
9539 instead of statement_code_p.
9540 * cp/pt.c (tsubst_expr): Ditto.
9541 * cp/tree.c (verify_stmt_tree_r): Ditto.
9542 (cp_statement_code_p): Remove.
9543 (init_tree): Don't set lang_statement_code_p, it's gone.
9544
9545 2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>
9546 Zack Weinberg <zack@codesourcery.com>
9547
9548 * regrename.c (struct du_chain): Use a bitfield for reg_class.
9549 * cse.c (struct qty_table_elem, struct table_elt, struct set):
9550 Use bitfields for fields holding enum rtx_code or
9551 enum machine_mode values. Add comments explaining size choices.
9552
9553 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
9554
9555 * config/fp-bit.c (unpack_d): Handle pair of doubles with
9556 different signs correctly.
9557
9558 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
9559
9560 * sched-deps.c (reg_pending_barrier_mode): New enumeration.
9561 (reg_pending_barrier): Make it of the enumeration type.
9562 (sched_analyze_2): Define the barrier as MOVE_BARRIER or
9563 TRUE_BARRIER.
9564 (sched_analyze): Ditto.
9565 (sched_analyze_insn): Ditto. Use anti-dependencies for
9566 MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
9567 (init_deps_global): Initialize the barrier as NO_BARRIER.
9568
9569 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
9570
9571 * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
9572 Check that asm insn starts on a new cycle. Add nops after asm
9573 insn to end bundle.
9574 (bundling): Move insn type evaluation from the loop. Call
9575 issue_nops_and_insn with the new parameter. Ignore changing
9576 position for nops after asm insn.
9577
9578 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
9579
9580 * optabs.c: Comment that gen_add2_insn and others may actually
9581 return emitted insns, if the gen functions turn out to return
9582 emitted insns.
9583 * reload1.c (reload_cse_move2add): Cope with emitted insns from
9584 gen_add2_insn.
9585
9586 2003-04-09 Richard Henderson <rth@redhat.com>
9587
9588 * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
9589 but not tls_symbolic_operand.
9590 (ia64_expand_load_address): Remove scratch operand.
9591 (ia64_expand_tls_address): Split out from ia64_expand_move.
9592 (ia64_expand_move): Split symbolics only after reload.
9593 (ia64_emit_cond_move): New.
9594 * config/ia64/ia64-protos.h: Update.
9595 * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
9596 (symbolic splitter): Accept SImode operands too.
9597 (cmove splitter): Use ia64_emit_cond_move.
9598
9599 2003-04-09 Nick Clifton <nickc@redhat.com>
9600
9601 * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
9602 newer.
9603 * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
9604 instead of -mno-fpu.
9605 * config/arm/semi.h (ASM_SPEC): Likewise.
9606 * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
9607 but only if -msoft-float is specified pass. Otherwise pass
9608 -mfpu=softvfp.
9609
9610 2003-04-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9611
9612 * function.c (purge_addressof): Use free_INSN_LIST_node instead of
9613 free_EXPR_LIST_node.
9614
9615 2003-04-08 Roger Sayle <roger@eyesopen.com>
9616
9617 * fold-const.c (fold): Use "fold" following build in more places.
9618 Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
9619 pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
9620
9621 2003-04-08 Roger Sayle <roger@eyesopen.com>
9622
9623 * builtins.c (fold_builtin): Constant fold expressions as x*0.5
9624 instead of x/2.0. Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
9625 log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
9626 pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
9627 Delete function scope "fcode" variable to avoid shadowing.
9628
9629 2003-04-08 Kevin Buettner <kevinb@redhat.com>
9630
9631 * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
9632 Take into account DWARF_INITIAL_LENGTH_SIZE.
9633
9634 2003-04-08 Hans-Peter Nilsson <hp@axis.com>
9635
9636 * reorg.c (fill_slots_from_thread): When considering changing the
9637 insn following a reg-to-reg copy insn to use the source reg of the
9638 copy, bail out if there's overlap between the registers.
9639
9640 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9641
9642 * function.c (postponed_insns): New.
9643 (purge_addressof_1): Postpone processing of insns if addressofs
9644 are not put into stack.
9645 (purge_addressof): Process postponed insns.
9646
9647 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
9648
9649 * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
9650 this is FP_MODE_DOUBLE .
9651 * sh.c (ra.h): #include.
9652 (push_regs): Add second parameter. Changed all callers.
9653 If necessary, set fpscr before saving floating point registers.
9654 (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
9655 do saves / restores with SZ == 1.
9656 (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
9657 (sh_expand_epilogue): Likewise. For TARGET_FMOVD, if floating point
9658 registers are being restored, restore FPSCR only after restoring them.
9659
9660 2003-04-08 Aldy Hernandez <aldyh@redhat.com>
9661
9662 * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
9663 regardless of architecture.
9664 (spe_init_builtins): Change V2SI and V2SF types to opaque types.
9665
9666 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
9667
9668 * sh.c (push_regs, calc_live_regs): Return int. Take single
9669 HARD_REG_SET * parameter. Changed all callers.
9670
9671 Tue Apr 8 11:12:07 CEST 2003 Jan Hubicka <jh@suse.cz>
9672
9673 * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
9674 GOTOFF operand.
9675 (legitimize_pic_address): Move plus outside the unspec.
9676 * i386.c (legitimate_constant_p): Check (CONST (PLUS (UNSPEC ...
9677 for validity.
9678
9679 2003-04-08 Nathan Sidwell <nathan@codesourcery.com>
9680
9681 * gcov-io.h (gcov_save_position): Remove __inline__ from
9682 declaration.
9683
9684 2003-04-07 Matt Kraai <kraai@alumni.cmu.edu>
9685
9686 * doc/install.texi: Use @command and @samp for single- and
9687 multi-word commands respectively.
9688 * doc/makefile.texi: Likewise.
9689 * doc/sourcebuild.texi: Likewise.
9690
9691 2003-04-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
9692 Richard Henderson <rth@redhat.com>
9693
9694 PR c/9516
9695 * expr.c (safe_from_p): Rearrange to avoid deep recursion in
9696 favor of looping and tail recursion for TREE_LIST and binops.
9697
9698 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9699
9700 * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
9701 for insns without luid.
9702
9703 2003-04-07 Glen Nakamura <glen@imodulo.com>
9704
9705 PR opt/8634
9706 * explow.c (maybe_set_unchanging): Don't flag non-static const
9707 aggregate type initializers with RTX_UNCHANGING_P.
9708
9709 2003-04-07 Richard Henderson <rth@redhat.com>
9710
9711 PR opt/8634
9712 * function.c (purge_addressof_1): Don't try arithmetics for
9713 unchanging memories.
9714
9715 2003-04-07 Janis Johnson <janis187@us.ibm.com>
9716
9717 * doc/sourcebuild.texi (Test Suites): Document testing support for
9718 gcov and profile-directed optimizations; describe gcc.misc-tests.
9719
9720 Mon Apr 7 22:19:59 CEST 2003 Jan Hubicka <jh@suse.cz>
9721
9722 PR target/10077
9723 * i386.md (movsi_1, movsi_nointerunit_1): Fix SSEMOV alternative.
9724
9725 2003-04-07 Eric Botcazou <ebotcazou@libertysurf.fr>
9726
9727 * doc/rtl.texi (Comparison operations): Update to
9728 record the allowed comparison modes.
9729
9730 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
9731
9732 * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
9733 V2SI_type_node to opaque_V2SI_type_node. Rename all
9734 V2SF_type_node to opaque_V2SF_type_node.
9735 (rs6000_init_builtins): Define opaque_V2SI_type_node and
9736 opaque_V2SF_type_node.
9737 (is_ev64_opaque_type): The types opaque_V2SI_type_node and
9738 opaque_V2SF_type_node are opaque types.
9739
9740 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
9741
9742 * gcse.c (replace_store_insn): Use single_set.
9743
9744 2003-04-07 Nathan Sidwell <nathan@codesourcery.com>
9745
9746 Change gcov file interface to single file at a time.
9747 * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
9748 Convert to C89 prototypes.
9749 (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
9750 gcov_error, gcov_modified): New static variables.
9751 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
9752 functions.
9753 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
9754 gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
9755 (gcov_read_summary, gcov_write_summary): Adjust.
9756 (gcov_save_position, gcov_reserve_length, gcov_write_length):
9757 Adjust.
9758 (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
9759 (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
9760 (da_file_position, da_file_seek, da_file_write, da_file_read):
9761 Remove.
9762 (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
9763 * gcov.c (gcov_type): Don't typedef here.
9764 (IN_GCOV): #define
9765 (read_graph_file, read_count_file): Adjust.
9766 * gcov-dump.c (gcov_type): Don't typedef here.
9767 (IN_GCOV): #define.
9768 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
9769 Remove FILE parameter, adjust.
9770 (struct tag_format): Adjust proc member.
9771 (dump_file): Adjust.
9772 * libgcov.c (IN_LIBGCOV): #define.
9773 (gcov_exit): Adjust.
9774 * loop-init.c: Don't #include gcov-io.h
9775 * profile.c (struct counts_entry): New structure to hold counter
9776 values.
9777 (struct section_reference, struct da_index_entry): Remove.
9778 (bbg_file, da_file): Remove.
9779 (htab_counts_index_hash, htab_counts_index_eq,
9780 htab_counts_index_del): Replace with ...
9781 (htab_counts_entry_hash, htab_counts_entry_eq,
9782 htab_counts_entry_del): ... these.
9783 (cleanup_counts_index, index_counts_file): Remove.
9784 (read_counts_file): New function.
9785 (get_exec_counts): Adjust.
9786 (compute_branch_probabilities): Don't free the exec counts here.
9787 (branch_prob): Adjust.
9788 (init_branch_prob): Adjust.
9789 (end_branch_prob): Adjust.
9790
9791 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
9792
9793 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
9794 -mfloat-gprs.
9795
9796 * config/rs6000/rs6000.c: Delete rs6000_fprs.
9797 Declare rs6000_float_gprs.
9798 Declare rs6000_float_gprs_string.
9799 (rs6000_parse_float_gprs_option): New.
9800 (rs6000_override_options): Genericize rs6000_parse_* calls to use
9801 rs6000_parse_yes_no_option.
9802 Change check for cpu=8540, to use TARGET_E500.
9803 (rs6000_parse_isel_option): Delete.
9804 (rs6000_parse_spe_option): Delete.
9805 (rs6000_parse_vrsave_option): Delete.
9806
9807 * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
9808 Define rs6000_float_gprs_string.
9809 (TARGET_OPTIONS): Add rs6000_float_gprs option.
9810
9811 * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
9812
9813 * config/rs6000/eabispe.h: Set rs6000_float_gprs.
9814
9815 Mon Apr 7 14:36:24 CEST 2003 Jan Hubicka <jh@suse.cz>
9816
9817 PR opt/10024
9818 * cfglayout.c (cfg_layout_redirect_edge):
9819 Redirect any branch edges unified with the fallthru one.
9820 * cfgrtl.c (force_nonfallthru_and_redirect): Do not special
9821 case fallthru edges when called via cfglayout.c
9822
9823 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
9824
9825 * c-typeck.c (output_init_element): Check for type == error_mark_node.
9826
9827 2003-04-07 Kazu Hirata <kazu@cs.umass.edu>
9828
9829 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
9830 split.
9831 (a splitter): Do zero-extension via HImode.
9832
9833 2003-04-07 James A. Morrison <ja2morri@uwaterloo.ca>
9834
9835 * doc/invoke.texi: Eliminate extra white-space caused by
9836 @gccoptlist{ on its own line.
9837 * doc/invoke.texi: Ensured there are two spaces between each option.
9838 * doc/invoke.texi: Re-wrapped option lines that were too wide.
9839 Added @gol to options that didn't have them.
9840
9841 2003-04-07 James A Morrison <ja2morri@student.math.uwaterloo.ca>
9842
9843 * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
9844
9845 2003-04-06 Zack Weinberg <zack@codesourcery.com>
9846
9847 * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
9848 at the sizes of the relevant structures, rather than relying
9849 on TREE_CODE_LENGTH. Call lang_hooks.tree_size to get the
9850 sizes of any such we don't know about. Use
9851 lang_hooks.identifier_size for IDENTIFIER_NODE.
9852
9853 (initializer_zerop): Use CONSTRUCTOR_ELTS.
9854 * tree.def: Update commentary. Make fourth element of
9855 the definition for all 'c' and 'x' nodes zero.
9856
9857 * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
9858 * langhooks-def.h: Update to match.
9859 * langhooks.c: New default, lhd_tree_size.
9860
9861 * c-common.def (SRCLOC): Kill.
9862 * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
9863 Remove entirely - was already #if-ed out.
9864
9865
9866 2003-04-06 Zack Weinberg <zack@codesourcery.com>
9867
9868 * mklibgcc.in: Use a here document to avoid running afoul of
9869 shells that generate control-A from "echo \1".
9870
9871 2003-04-06 Aldy Hernandez <aldyh@redhat.com>
9872
9873 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
9874 option.
9875
9876 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
9877 rs6000_spe.
9878
9879 * config/rs6000/eabi.h (TARGET_E500): Define.
9880
9881 * config/rs6000/rs6000.h (TARGET_E500): Define.
9882 (TARGET_OPTIONS): Add spe= option.
9883 Declare rs6000_spe and rs6000_spe_string extern.
9884
9885 * config/rs6000/rs6000.c (branch_positive_comparison_operator):
9886 Change TARGET_SPE to TARGET_E500.
9887 (ccr_bit): Change TARGET_SPE to TARGET_E500. Check for
9888 !TARGET_FPRS.
9889 (print_operand): Same.
9890 (rs6000_generate_compare): Same.
9891 (output_cbranch): Same.
9892 (rs6000_spe): Declare.
9893 (rs6000_spe_string): Declare.
9894 (rs6000_override_options): Call rs6000_parse_spe_option.
9895 (rs6000_parse_spe_option): New.
9896
9897 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
9898
9899 * hashtable.c (gcc_obstack_init): Delete this function
9900 and everything related to it.
9901 * hashtable.h: Remove prototype.
9902 * bitmap.c (bitmap_element_allocate): Cleanup redundant
9903 defines. Cleanup some unnecessary whitespace.
9904 * defaults.h (obstack_chunk_alloc): Redefine with
9905 appropriate casts for libiberty obstacks.
9906 (obstack_chunk_free): Ditto.
9907 (OBSTACK_CHUNK_SIZE): Define, default to 0.
9908 (gcc_obstack_init): Define as a call to _obstack_begin.
9909 * tree.c (print_obstack_statistics): Delete this unused
9910 function.
9911 * tree.h (obstack): Don't forward-declare.
9912 (print_obstack_statistics): Delete prototype.
9913 (print_obstack_name): Ditto.
9914 (gcc_obstack_init): Ditto.
9915 * rtl.h (gcc_obstack_init): Ditto.
9916 * java/jv-scan.c (gcc_obstack_init): Delete this
9917 function, its prototype and related defines.
9918 * java/jvgenmain.c (gcc_obstack_init): Delete this
9919 function, and related defines.
9920 * java/parse-scan.y (obstack_chunk_alloc): Don't define.
9921 (obstack_chunk_free): Ditto
9922
9923 2003-04-06 Geoffrey Keating <geoffk@apple.com>
9924
9925 * dbxout.c (dbxout_handle_pch): Move prototype out from
9926 #if defined DBX_DEBUGGING_INFO.
9927
9928 2003-04-05 Nathan Sidwell <nathan@codesourcery.com>
9929
9930 * gcov.c (struct arc_info): Replace local_span with cycle.
9931 (struct block_info): Replace u.span with u.cycle. Add is_call_return.
9932 (solve_flow_graph): Set is_call_return.
9933 (add_line_counts): Adjust. In block mode, blocks attach to last line.
9934 (accumulate_line_counts): Find graph cycles, not spanning tree.
9935 (output_branch_count): Adjust.
9936 (output_lines): Adjust.
9937 * doc/gcov.texi: Update.
9938
9939 2003-04-06 Kazu Hirata <kazu@cs.umass.edu>
9940
9941 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
9942 the second alternative to "#".
9943
9944 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
9945
9946 * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
9947 (single_zero_operand): Likewise.
9948
9949 2003-04-05 Daniel Berlin <dberlin@dberlin.org>
9950
9951 * Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.
9952 * df.c: Include alloc-pool.h, not obstack.h.
9953 (df_ref_obstack): Remove.
9954 (df_ref_pool, df_link_pool): Add pools.
9955 (df_alloc): Init the new pools.
9956 (df_free): And free them.
9957 (df_link_create): Use the pools.
9958 (df_ref_create): Ditto.
9959
9960 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
9961
9962 * simplify-rtx.c: Fix formatting.
9963
9964 2003-04-05 Andrew Pinski <apinski@apple.com>
9965
9966 * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
9967 reg with reg1 == reg2 and offset1 = -8.
9968
9969 2003-04-05 David Edelsohn <edelsohn@gnu.org>
9970
9971 * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
9972 multiply costs. Correct Power4 divide costs.
9973 * config/rs6000/power4.md: Restore multiply and FP latency.
9974
9975 2003-04-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9976
9977 * alias.c (find_base_term): Export.
9978 * rtl.h (find_base_term): Declare.
9979 * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
9980 instead of flag_exceptions. Move test for parameter passing ...
9981 (store_killed_in_insn): ... here.
9982
9983 2003-04-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9984
9985 PR bootstrap/10267
9986 * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
9987 for configuring.
9988
9989 2003-04-04 Geoffrey Keating <geoffk@apple.com>
9990
9991 * dbxout.c (scope_labelno): Add GTY.
9992 (have_used_extensions): Add GTY.
9993 (source_label_number): Add GTY.
9994 (lastfile): Add GTY.
9995 (lastfile_is_base): New.
9996 (base_input_file): New.
9997 (dbxout_handle_pch): New.
9998 (dbx_debug_hooks): Add handle_pch.
9999 (xcoff_debug_hooks): Likewise.
10000 (dbxout_function_end): Remove scope_labelno.
10001 (dbxout_init): Set base_input_file.
10002 (dbxout_handle_pch): New.
10003 (dbxout_source_file): Honour lastfile_is_base.
10004 * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
10005 * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
10006 * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
10007 * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
10008 * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
10009 * debug.h (struct gcc_debug_hooks): Add handle_pch.
10010 * c-pch.c (pch_init): Don't call start_source_file, but do call
10011 handle_pch.
10012 (c_common_write_pch): Call handle_pch.
10013 (c_common_read_pch): Don't call start_source_file,
10014 or end_source_file.
10015
10016 Fri Apr 4 17:43:52 2003 Olivier Hainque <hainque@act-europe.fr>
10017
10018 * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
10019 use of default attributes to agree MEM_ALIGN macro.
10020
10021 Fri Apr 4 17:33:24 2003 Joel Brobecker <brobecker@gnat.com>
10022
10023 * dbxout.c (dbxout_type): When printing type index of range type
10024 whose bounds are printed in octal format, print type of parent type if
10025 it exists so enumerated type descriptions are not transformed
10026 into unsigned types.
10027
10028 2003-04-04 Kazu Hirata <kazu@cs.umass.edu>
10029
10030 * config/h8300/h8300-protos.h: Add a prototype for
10031 compute_a_shift_cc.
10032 * config/h8300/h8300.c (shift_one): Update the CC status.
10033 (shift_two): Likewise.
10034 (output_a_shift_cc): Set cc_inline and cc_special.
10035 (compute_a_shift_cc): New.
10036 * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
10037
10038 2003-04-04 Richard Henderson <rth@redhat.com>
10039
10040 * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
10041
10042 2003-04-04 Loren James Rittle <ljrittle@acm.org>
10043
10044 * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
10045 * fixinc/fixincl.x: Rebuilt.
10046 * fixinc/tests/base/stdio.h: Regenerated.
10047
10048 2003-04-04 Nathan Sidwell <nathan@codesourcery.com>
10049
10050 * gcov.c (accumulate_line_counts): Fix span tree merge bug.
10051
10052 Fri Apr 4 15:58:52 2003 J"orn Rennecke <joern.rennecke@superh.com>
10053
10054 * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
10055 (NORMAL_MODE).
10056 * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
10057
10058 2003-04-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10059
10060 * doc/contrib.texi (Contributors): Add entries for Wolfgang
10061 Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
10062 Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
10063 Danny Smith, and Ulrich Weigand.
10064 Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
10065 entry.
10066
10067 2003-04-04 Nick Clifton <nickc@redhat.com>
10068
10069 * config/sparc/sol2-bi.h: Revert previous delta.
10070 * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
10071
10072 2003-04-04 Nick Clifton <nickc@redhat.com>
10073
10074 * config/v850/v850.c (expand_prologue): Only use register save
10075 helper functions if long calls are not being used.
10076 Add a clobber of r11 id using long calls.
10077 (pattern_is_ok_for_prologue): Account for the extra clobber.
10078 (construct_save_jarl): Likewise.
10079 * config/v850/v850.md (prolog pattern): Do not use this pattern
10080 for v850e's.
10081
10082 2003-04-04 Andreas Schwab <schwab@suse.de>
10083
10084 * stor-layout.c (layout_decl): Avoid syntax error in last change
10085 when PCC_BITFIELD_TYPE_MATTERS is defined but not
10086 EMPTY_FIELD_BOUNDARY.
10087
10088 2003-04-03 Jason Merrill <jason@redhat.com>
10089
10090 PR c/10175
10091 * jump.c (never_reached_warning): Revert patch of 2002-11-02.
10092 Look backwards for a line note.
10093
10094 2003-04-03 Neil Booth <neil@daikokuya.co.uk>
10095
10096 * fix-header.c (read_scan_file): Defer switch processing.
10097
10098 2003-04-03 Matt Austern <austern@apple.com>
10099
10100 * cpppch.c (reset_ht): Remove.
10101 (cpp_read_state): Remove loop to reset hashtable identifiers.
10102 * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
10103 after pch file is written.
10104 * ggc.h (gt_pch_fixup_stringpool): Declare.
10105 * stringpool.c (ht_copy_and_clear): Define. Callback. Copy
10106 hashnode's value to another hashtable, then clear the original.
10107 (saved_ident_hash): Define.
10108 (gt_pch_save_stringpool): Create saved_ident_hash, use it to
10109 store definitions in ident_hash, and clear ident_hash.
10110 (gt_pch_fixup_stringpool): Define. Restore definitions from
10111 saved_ident_hash to ident_hash, then destroy saved_ident_hash.
10112
10113 Thu Apr 3 22:27:40 CEST 2003 Jan Hubicka <jh@suse.cz>
10114
10115 * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
10116
10117 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
10118
10119 PR optimization/10157
10120 * gcse.c (can_copy_p): Rename it to can_copy.
10121 (can_copy_init_p): Remove.
10122 (compute_can_copy): Use can_copy instead of can_copy_p.
10123 (can_copy_p): New exported function. Call compute_can_copy.
10124 (hash_scan_set): Use it.
10125 (gcse_main): Don't call compute_can_copy.
10126 (bypass_jumps): Don't call compute_can_copy.
10127 * rtl.h (can_copy_p): Declare.
10128 * loop.c (scan_loop): Don't move the source and add a reg-to-reg
10129 copy if the mode doesn't support copy operations.
10130
10131 2003-04-03 Jason Merrill <jason@redhat.com>
10132
10133 * Makefile.in (unstrap): Also remove stage_last.
10134
10135 * dwarf2out.c (lookup_filename): Don't check for "<internal>".
10136 (dwarf2out_source_line): Don't do anything if line==0.
10137
10138 * stor-layout.c (do_type_align): New fn, split out from...
10139 (layout_decl): ...here. Do all alignment calculations for
10140 FIELD_DECLs here.
10141 (update_alignment_for_field): Not here.
10142 (start_record_layout, debug_rli): Remove unpadded_align.
10143 * tree.h (struct record_layout_info_s): Remove unpadded_align.
10144 * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
10145 or DECL_MODE on the CONST_DECLs.
10146 (finish_struct): Don't mess with DECL_ALIGN.
10147
10148 Thu Apr 3 18:57:19 CEST 2003 Jan Hubicka <jh@suse.cz>
10149
10150 * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
10151
10152 Thu Apr 3 17:08:09 2003 J"orn Rennecke <joern.rennecke@superh.com>
10153
10154 * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
10155 function is an interrupt handler.
10156
10157 * sh.c (sh_expand_epilogue): Avoid clash of temp register for
10158 restoring target registers with EH_RETURN_STACKADJ_RTX; use
10159 multiple registers in round-robin fashion.
10160
10161 2003-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10162
10163 * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
10164 * system.h (CHAR_BITFIELD): New.
10165
10166 2003-04-03 Kazu Hirata <kazu@cs.umass.edu>
10167
10168 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
10169 and LE.
10170 (another peephole2): Likewise.
10171
10172 2003-04-03 Nick Clifton <nickc@redhat.com>
10173
10174 * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
10175 (DEF_ARCH64_SPEC): Likewise.
10176
10177 Thu Apr 3 09:53:40 CEST 2003 Jan Hubicka <jh@suse.cz>
10178
10179 * i386.c (constant_address_p): Use legitimate_constant_p.
10180 (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
10181
10182 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
10183
10184 * config/h8300/h8300-protos.h: Add a prototype for
10185 gtle_operator.
10186 * config/h8300/h8300.c (gtle_operator): New.
10187 * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
10188 gtle_operator.
10189 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
10190 and LE.
10191
10192 2003-04-02 Richard Henderson <rth@redhat.com>
10193
10194 * libgcc-std.ver (_Unwind_GetCFA): New.
10195 * unwind-dw2.c (_Unwind_GetCFA): New.
10196 * unwind-libunwind.c (_Unwind_GetCFA): New.
10197 * unwind-sjlj.c (_Unwind_GetCFA): New.
10198 * unwind.h: Declare it.
10199
10200 Thu Apr 3 00:31:21 CEST 2003 Jan Hubicka <jh@suse.cz>
10201
10202 PR inline-asm/8088
10203 * i386.c (ix86_hard_regno_mode_ok): Return 0 for MMX/SSE registers
10204 when MMX/SSE is not available.
10205
10206 2003-04-02 Mike Stump <mrs@apple.com>
10207
10208 * doc/install.texi (Specific): Update pointers to apple.com.
10209
10210 Thu Apr 3 00:18:49 CEST 2003 Jan Hubicka <jh@suse.cz>
10211
10212 * i386.c (override_options): Disable red zone by default on i386.
10213 (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
10214 Do not test TARGET_64BIT together with TARGET_RED_ZONE
10215
10216 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
10217
10218 * config/h8300/h8300.md (a peephole2): Tighten the condition.
10219
10220 2003-04-02 Richard Henderson <rth@redhat.com>
10221
10222 * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
10223
10224 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
10225
10226 * config/h8300/h8300.md (a peephole2): New.
10227
10228 2003-04-02 Richard Henderson <rth@redhat.com>
10229
10230 * except.c (sjlj_find_directly_reachable_regions): Recognize when
10231 must-not-throw region has been deleted.
10232
10233 2003-04-02 Richard Henderson <rth@redhat.com>
10234
10235 * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
10236 optimization when flag_exceptions not enabled.
10237
10238 2003-04-02 Vladimir Makarov <vmakarov@redhat.com>
10239
10240 * config/rs6000/rs6000.c
10241 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
10242 macros.
10243 (rs6000_issue_rate): Add case for 8540.
10244 (rs6000_use_sched_lookahead): New function.
10245
10246 * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
10247 units into MU ones.
10248 (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
10249 reservation before retirement.
10250 (ppc8540_multiply, ppc8540_load, ppc8540_store,
10251 ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
10252 Remove additional cycle in the reservation before retirement.
10253 (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
10254 reservation of ppc8540_issue.
10255
10256 2003-04-02 Andreas Schwab <schwab@suse.de>
10257
10258 * real.c (decode_ieee_single): Fix decoding of SNaN bit.
10259
10260 2003-04-01 Richard Henderson <rth@redhat.com>
10261
10262 * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
10263 notes for nothrow calls if flag_forced_unwind_exceptions.
10264 (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
10265 (sjlj_find_directly_reachable_regions): Likewise.
10266 (reachable_handlers): Likewise.
10267 (can_throw_external): Likewise.
10268 (collect_one_action_chain): Record cleanups after catch-all and
10269 must-not-throw if flag_forced_unwind_exceptions.
10270 * flags.h (flag_forced_unwind_exceptions): Declare.
10271 * toplev.c (flag_forced_unwind_exceptions): New.
10272 (lang_independent_options): Add it.
10273 * doc/invoke.text: Add it.
10274
10275 2003-04-01 David Mosberger <davidm@hpl.hp.com>
10276
10277 * config/ia64/crti.asm: Clean up trailing whitespace.
10278 Remove trailing hashes (#) from identifiers.
10279
10280 * config/ia64/crtn.asm: Ditto.
10281
10282 * config/ia64/crtend.asm: Remove trailing hashes (#) from
10283 identifiers.
10284 (__do_global_ctors_aux): Align to 32-byte boundary. Add unwind
10285 directives. Drop explicit bundling---it just makes the code
10286 harder to read. Don't save/restore gp needlessly.
10287
10288 * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
10289 identifiers (they're only needed if the identifier would clash
10290 with a register name otherwise).
10291 (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
10292 directives. Drop explicit bundling---it just makes the code
10293 harder to read.
10294 (__do_jv_register_classes): Ditto.
10295 (.fini_array): Remove "progbits" (newer
10296 assemblers don't like wrong section-types).
10297 (.init_array): Ditto.
10298
10299 2003-04-01 Roger Sayle <roger@eyesopen.com>
10300
10301 PR fortran/9974
10302 * gcse.c (reg_killed_on_edge): New function to test whether the
10303 given reg is overwritten by any instruction queued on an edge.
10304 (bypass_block): Ignore substitutions killed on incoming edges.
10305 Don't bypass outgoing edges that have queued instructions.
10306
10307 2003-04-01 Alexandre Oliva <aoliva@redhat.com>
10308
10309 * real.h (EXP_BITS): Make room for...
10310 (struct real_value): ... added canonical bit.
10311 (struct real_format): Added pnan.
10312 (mips_single_format, mips_double_format, mips_extended_format,
10313 mips_quad_format): New.
10314 * real.c: Copy p to pnan in all formats.
10315 (get_canonical_qnan, get_canonical_snan): Set canonical bit.
10316 (real_nan): Use pnan to compute significand's shift.
10317 (real_identical): Disregard significand in canonical
10318 NaNs.
10319 (real_hash): Likewise. Take signalling into account.
10320 (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
10321 Disregard significand bits in canonical NaNs. Set all bits of
10322 canonical NaN if !qnan_msb_set.
10323 (encode_ibm_extended, decode_ibm_extended): Likewise. Use
10324 qnan_msb_set to tell the base double format.
10325 (ibm_extended_format): Use 53 as pnan.
10326 (mips_single_format, mips_double_format, mips_extended_format,
10327 mips_quad_format): Copied from the corresponding ieee/ibm
10328 formats, with qnan_msb_set false.
10329 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
10330 * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
10331 * config/mips/mips.c (override_options): Use mips_single_format
10332 and mips_double_format. Default TFmode to mips_quad_format.
10333 * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
10334 * config/mips/t-irix6: Likewise.
10335 * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
10336 * config/fp-bit.c (pack_d, unpack_d): Obey it.
10337
10338 2003-04-01 Geoffrey Keating <geoffk@apple.com>
10339
10340 * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
10341 (live_image_destructor): Reset image to initial state.
10342 (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
10343
10344 2003-04-01 Eric Botcazou <ebotcazou@libertysurf.fr>
10345
10346 * config/sparc/sparc.c (input_operand): Accept bare
10347 CONSTANT_P_RTX operands.
10348
10349 2003-04-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10350
10351 * gcse.c (struct ls_expr): Added pattern_regs field.
10352 (ldst_entry): Initialize it.
10353 (extract_mentioned_regs, extract_mentioned_regs_helper): New.
10354 (store_ops_ok): Use regs precomputed by them.
10355 (find_loads, store_killed_in_insn, load_kills_store): Change return
10356 type to bool.
10357 (store_killed_before, store_killed_after): Take position of register
10358 set in account.
10359 (reg_set_info): Store position of the setter.
10360 (gcse_main): Enable store motion.
10361 (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
10362 (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
10363 sharing.
10364 (simple_mem): Enable store motion of non-symbol mems.
10365 (regvec): Type changed.
10366 (LAST_AVAIL_CHECK_FAILURE): New.
10367 (compute_store_table_current_insn): New.
10368 (build_store_vectors): Computation of availability and anticipatability
10369 moved ...
10370 (compute_store_table, find_moveable_store): ... here.
10371 (delete_store): Remove senseless comment.
10372 (store_motion): Reorganize.
10373
10374 2003-04-01 Kevin Buettner <kevinb@redhat.com>
10375
10376 * config/mips/mips.c (override_options): Provide mappings for
10377 HI_REGNUM and LO_REGNUM.
10378 * config/mips/mips.h (MD_DBX_FIRST): Define.
10379
10380 2003-04-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10381
10382 * combine.c (merge_outer_ops): Fix typo.
10383
10384 * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
10385
10386 2003-04-01 David Edelsohn <edelsohn@gnu.org>
10387
10388 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
10389 power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
10390 imul_compare. Add lmul_compare.
10391 * config/rs6000/power4.md: Bump some latencies. Model extra cycle
10392 in second pair of dispatch slots. Model stores more accurately.
10393 Tweak multiply model. Add bypasses for CR instructions dependent
10394 on complicated compares.
10395 * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
10396 (muldi3): Add lmul_compare patterns.
10397 * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
10398 and FPSTORE_UX to split instructions and add COMPARE,
10399 DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
10400 (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
10401 (rs6000_rtx_costs): Separate POWER4 multiply case.
10402
10403 2003-04-01 Ulrich Weigand <uweigand@de.ibm.com>
10404
10405 * config/s390/s390.c (s390_fixup_clobbered_return_reg):
10406 Do nothing if __builtin_return_address was not used.
10407
10408 Tue Apr 1 18:18:23 CEST 2003 Jan Hubicka <jh@suse.cz>
10409
10410 * i386.md (test patterns): Allow memory operand in operand1.
10411
10412 2003-02-31 Aldy Hernandez <aldyh@redhat.com>
10413
10414 * testsuite/gcc.c-torture/execute/simd-3.c: New.
10415
10416 * expr.c (expand_expr): Handle VECTOR_CST.
10417 (const_vector_from_tree): New.
10418
10419 * varasm.c (output_constant): Handle VECTOR_CST.
10420
10421 * c-typeck.c (digest_init): Build a vector constant from a
10422 VECTOR_TYPE.
10423
10424 * config/rs6000/rs6000.c: Remove prototype for
10425 easy_vector_constant.
10426 (easy_vector_constant): Add mode parameter. Rewrite to handle
10427 more easy constants.
10428 (rs6000_emit_move): Pass mode to easy_vector_constant.
10429 Call emit_easy_vector_insn for SPE V2SI vector constant moves.
10430 (emit_easy_vector_insn): New.
10431 (easy_vector_same): New.
10432 (EASY_VECTOR_15): New macro.
10433 (EASY_VECTOR_15_ADD_SELF): New macro.
10434 (bdesc_2arg): Rename to xorv2si3.
10435 (easy_vector_constant_add_self): New.
10436 (input_operand): Allow vector constants.
10437
10438 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
10439 easy_vector_constant, easy_vector_constant_add_self.
10440 (EXTRA_CONSTRAINT): Add 'W'.
10441
10442 * config/rs6000/rs6000-protos.h: Add prototype for
10443 easy_vector_constant, emit_easy_vector_insn.
10444
10445 * config/rs6000/altivec.md (xorv8hi3): New.
10446 (xorv16qi3): New.
10447 Remove all _const0 patterns.
10448 (movv4si_internal): Rewrite to use code. Add vector constant to
10449 vector alternative. Add splitter.
10450 (movv8hi_internal): Same.
10451 (movv16qi_internal): Same.
10452 (movv4sf_internal): Same.
10453 Change the unspecs for vspltis* to use constants.
10454
10455 * config/rs6000/spe.md ("xorv4hi3"): New.
10456 ("spe_evxor"): Rename to xorv2si3.
10457 ("xorv1di3"): New.
10458 Remove all _const0 patterns.
10459 (movv2si_internal): Rewrite to use code. Add vector constant to
10460 alternatives. Add splitter.
10461 (movv4hi_internal): Add vector constant to alternatives.
10462 (movv1di_internal): Same.
10463 (movv2sf_internal): Same.
10464
10465 2003-03-31 Mark Mitchell <mark@codesourcery.com>
10466
10467 PR c/9936
10468 * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
10469 variably-sized arrays in parameters.
10470 (set_save_expr_context): New function.
10471 (c_expand_body): Use it, via walk_tree.
10472
10473 2003-03-31 Eric Christopher <echristo@redhat.com>
10474
10475 * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
10476 (combinable_i3pat): Remove call to expand_field_assignment and
10477 #if 0'd code.
10478
10479 2003-03-31 Mark Mitchell <mark@codesourcery.com>
10480
10481 PR c++/10278
10482 * c-common.c (finish_label_address_expr): Handle the
10483 error_mark_node.
10484
10485 2003-03-31 Richard Henderson <rth@redhat.com>
10486
10487 * real.c (real_identical): Reorg so as to not compare
10488 signalling for normals.
10489
10490 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
10491
10492 * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
10493
10494 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
10495
10496 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
10497 notes as they are boggus.
10498 (m68hc11_gen_movqi): Likewise.
10499
10500 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
10501
10502 * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
10503 save the soft registers after the frame pointer so that gdb can unwind
10504 the frame more easily.
10505 (expand_epilogue): Likewise in opposite order; allow to use X register
10506 as scratch if the return value is by reference.
10507
10508 2003-03-31 Jason Merrill <jason@redhat.com>
10509
10510 PR java/10145
10511 * stor-layout.c (update_alignment_for_field): Respect
10512 DECL_USER_ALIGN for zero-length bitfields, too.
10513 * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
10514 fields.
10515
10516 2003-03-31 Matt Austern <austern@apple.com>
10517
10518 * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
10519 (count_defs): Keep track of number of defs as well as total size.
10520 (write_defs): Put every definition in cpp_savedstate's defs array.
10521 (comp_hashnode): Define. Comparison function for qsort.
10522 (cpp_write_pch_deps): Sort definitions before writing them.
10523 (struct ht_node_list): Define. Like cpp_savedstate but simpler.
10524 (collect_ht_nodes): Define.
10525 (cpp_valid_state): When verifying that undefined identifiers in
10526 the pch file are still undefined, read a sorted list of undefined
10527 identifiers, collect all defined identifiers into a sorted list,
10528 and walk through both lists to make sure there's no match.
10529
10530 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
10531
10532 * config/h8300/h8300.md (a peephole2): New.
10533
10534 2003-03-31 Michael Matz <matz@suse.de>
10535
10536 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
10537
10538 2003-03-31 Segher Boessenkool <segher@koffie.nl>
10539
10540 PR target/10177
10541 * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
10542 * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
10543 all call-clobbered registers as used.
10544
10545 2003-03-31 Michael Matz <matz@suse.de>
10546
10547 * cppexp.c (cpp_classify_number): Accept '.' after "0x".
10548 * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
10549
10550 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
10551
10552 * gcov.c: Add -a & -u options.
10553 (struct arc_info): Add local_span, is_call_non_return,
10554 is_nonlocal_return, is_unconditional flags, remove is_call flag.
10555 (struct block_info): Add flags, is_call_site, is_nonlocal_return
10556 members. Make encodings a union with span member.
10557 (struct function_info): Add blocks_executed, line, src, line_next
10558 members.
10559 (struct coverage_info): Make branches a union with blocks member.
10560 (struct source_info): Add functions member.
10561 (object_summary, program_count): New global variables.
10562 (flag_all_blocks, flag_unconditional): New flags.
10563 (find_source, output_branch_count): New functions.
10564 (print_usage): Adjust.
10565 (options): Adjust.
10566 (process_args): Adjust.
10567 (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
10568 <GCOV_TAG_BLOCKS>: Read flags.
10569 <GCOV_TAG_LINES>: Adjust.
10570 (read_count_file): Process SUMMARY tags.
10571 (solve_flow_graph): Set is_unconditional and clear is_call_site
10572 appropriately.
10573 (add_branch_counts): Adjust. Don't count unconditional branches.
10574 (add_line_counts): Deal with all-blocks mode, accumulate block
10575 coverage.
10576 (accumulate_line_counts): Adjust, generate local spanning tree for
10577 all-blocks mode.
10578 (output_lines): Adjust.
10579 * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
10580 * doc/gcov.texi: Document.
10581
10582 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
10583
10584 * config/h8300/h8300.md: Organize peephole2's that transform
10585 (compare (reg:HI) (const_int)).
10586
10587 2003-03-31 Roger Sayle <roger@eyesopen.com>
10588
10589 * emit-rtl.c (dconstm2, dconsthalf): New real constants.
10590 (init_emit_once): Initialize dconstm2 and dconsthalf here.
10591 * real.h (dconstm2, dconsthalf): Add prototypes here.
10592 * real.c (real_sqrt): Use dconsthalf rather than local copy.
10593 * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
10594 exp(x/2.0) remember to fold the division if possible.
10595 Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
10596 pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
10597 1.0/(x*x) and pow(x,0.5) as sqrt(x).
10598
10599 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
10600
10601 * config/h8300/h8300.md (a new peephole2): New.
10602
10603 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
10604
10605 * gcse.c (simple_mem): Return false for floating-point accesses
10606 if flag_float_store is true.
10607
10608 2003-03-30 Roger Sayle <roger@eyesopen.com>
10609
10610 * gcse.c (gcse_constant_p): New function to identify constants
10611 suitable for constant propagation, including COMPARE with two
10612 integer constant arguments.
10613 (hash_scan_set): Use gcse_constant_p.
10614 (find_avail_set): Likewise.
10615 (cprop_insn): Likewise.
10616 (do_local_cprop): Likewise.
10617 (find_implicit_sets): Likewise.
10618 (find_bypass_set): Likewise.
10619
10620 2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
10621
10622 * except.h: Remove definition of varray_type.
10623
10624 2003-03-30 Richard Henderson <rth@redhat.com>
10625
10626 PR opt/10011, opt/10252:
10627 * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
10628 before post-gcse cse pass.
10629
10630 2003-03-30 Roger Sayle <roger@eyesopen.com>
10631
10632 * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
10633
10634 2003-03-30 DJ Delorie <dj@redhat.com>
10635
10636 * profile.c (instrument_edges): Make sure any newly created
10637 jump insns have correct jump label info.
10638
10639 2003-03-30 Richard Henderson <rth@redhat.com>
10640
10641 * cfgbuild.c (make_edges): Use tablejump_p.
10642 * cfgcleanup.c (label_is_jump_target_p): Likewise.
10643 * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
10644 * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
10645 (try_redirect_by_replacing_jump): Likewise.
10646 (redirect_edge_and_branch): Likewise.
10647 * cse.c (fold_rtx): Likewise.
10648 * jump.c (delete_related_insns): Likewise.
10649 * rtlanal.c (get_jump_table_offset): Likewise.
10650 * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
10651
10652 2003-03-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
10653
10654 * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
10655 (STRICT2_WARN): Likewise.
10656
10657 2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10658
10659 PR other/6955
10660 * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
10661 * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
10662
10663 2003-03-30 Richard Henderson <rth@redhat.com>
10664
10665 PR c/10083
10666 * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
10667 don't zero_extend const inputs.
10668
10669 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
10670
10671 * reload1.c (reload_cse_move2add): Fix a comment typo.
10672
10673 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
10674
10675 * config/h8300/h8300.md (a peephole2): Remove useless code.
10676
10677 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
10678
10679 * config/h8300/h8300.md (*iorsi3_and_ashift): New.
10680 (*iorsi3_and_lshiftrt): Likewise.
10681 (*iorsi3_zero_extract): Likewise.
10682
10683 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
10684
10685 * config/h8300/h8300.md (*insv_si_8_8): New.
10686 (*insv_si_8_8_lshiftrt_8): Likewise.
10687 (a peephole2): Likewise.
10688
10689 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10690
10691 * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
10692 Uniformly use bugfix instead of bug fix.
10693
10694 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10695
10696 PR doc/895
10697 * ONEWS: Remove those items that already appear in the EGCS
10698 release notes on our web pages.
10699
10700 2003-03-29 Alan Modra <amodra@bigpond.net.au>
10701
10702 * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
10703 TARGET_HARD_FLOAT. Reformat.
10704 (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
10705
10706 2003-03-28 Albert Chin-A-Young <china@thewrittenword.com>
10707
10708 * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
10709 work on Solaris 2.5.1.
10710
10711 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>
10712
10713 * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
10714 section of h8300.md
10715 (*addsi3_and_nor_r_1): Likewise.
10716
10717 2003-03-29 Ulrich Weigand <uweigand@de.ibm.com>
10718
10719 * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
10720 set up before any trapping memory access if flag_non_call_exceptions.
10721
10722 2003-03-29 Alan Modra <amodra@bigpond.net.au>
10723
10724 * reload1.c (reload_as_needed): Allow a USE in asm reloads.
10725
10726 * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
10727
10728 2003-03-28 Nathanael Nerode <neroden@gcc.gnu.org>
10729
10730 * configure.in: Clarify comments.
10731 * configure: Regenerate.
10732
10733 2003-03-28 Ulrich Weigand <uweigand@de.ibm.com>
10734
10735 * config/s390/s390.md ("literal_pool_31"): Output pool anchor
10736 label even if pool empty when generating PIC.
10737 ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
10738
10739 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>,
10740 Dhananjay Deshpande <dhananjayd@kpit.com>
10741
10742 PR target/10205
10743 * config/h8300/h8300.c (h8300_initial_elimination_offset):
10744 Correct the offset computation when TARGET_NORMAL.
10745
10746 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
10747
10748 PR target/10067
10749 * config/sparc/sparc.md (jump pattern): Correct order
10750 when issuing the annuling marker.
10751
10752 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
10753
10754 PR c/8281
10755 * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
10756 (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
10757
10758 2003-03-28 Alan Modra <amodra@bigpond.net.au>
10759
10760 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
10761 globalize_label.
10762 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10763 * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10764 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10765 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10766 * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10767 * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
10768 * config/v850/v850.c (v850_output_aligned_bss): Likewise.
10769
10770 2003-03-28 Alan Modra <amodra@bigpond.net.au>
10771
10772 * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
10773 (replace_loop_mems): Add "written" param. Remove invalid REG_EQUAL
10774 notes after hoisting.
10775 (load_mems): Adjust replace_loop_mems call.
10776
10777 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
10778 Richard Henderson <rth@redhat.com>
10779
10780 PR target/10114 and PR target/10084
10781 * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
10782
10783 2003-03-27 Richard Henderson <rth@redhat.com>
10784
10785 * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
10786
10787 2003-03-27 Roger Sayle <roger@eyesopen.com>
10788
10789 * fold-const.c (fold_inf_compare): New function to simplify FP
10790 comparisons against +Infinity or -Infinity.
10791 (fold): Optimize floating point comparisons against Infs and NaNs.
10792
10793 2003-03-27 Janis Johnson <janis187@us.ibm.com>
10794
10795 * libgcov.c: Provide only dummy functions if libc is not available.
10796
10797 2003-03-27 Richard Henderson <rth@redhat.com>
10798
10799 * real.h (struct real_value): Add signalling.
10800 (EXP_BITS): Decrement.
10801 * real.c (get_canonical_qnan): Don't set MSB-1.
10802 (get_canonical_snan): Likewise. Set signalling.
10803 (real_identical): Compare signalling.
10804 (round_for_format): Remove force-one-bit on code.
10805 (real_nan): Likewise. Set signalling.
10806 (encode_ieee_single): Add force-one-bit code; honor signalling.
10807 (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
10808 (decode_ieee_single): Set signalling.
10809 (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
10810
10811 2003-03-27 Olivier Hainque <hainque@act-europe.fr>
10812
10813 PR ada/9953
10814 * ada/Makefile.in (gnatlib configuration for HPUX): Split
10815 the general section for HPUX into specific sections for
10816 HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
10817 11 case.
10818
10819 2003-03-27 Glen Nakamura <glen@imodulo.com>
10820
10821 PR opt/10087
10822 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
10823 while incrementing giv.
10824 (record_biv): Check for duplicate biv locations and
10825 set (struct induction *) v->same if found.
10826
10827 2003-03-27 David Mosberger <davidm@hpl.hp.com>
10828
10829 * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
10830 v0.9 API change: replace read of UNW_REG_HANDLER with
10831 unw_get_proc_info().
10832 (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
10833 with unw_get_proc_info().
10834 (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
10835 unw_get_proc_info().
10836
10837 2003-03-27 Vladimir Makarov <vmakarov@redhat.com>
10838
10839 * config/rs6000/8540.md: Use presence_set instead of absence_set.
10840
10841 2003-03-26 Richard Henderson <rth@redhat.com>
10842
10843 * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
10844
10845 2003-03-26 Roger Sayle <roger@eyesopen.com>
10846
10847 PR bootstrap/10051, PR bootstrap/10169.
10848 * mips-tfile.c (init_file): Don't provide a static initializer.
10849 (initialize_init_file): Initialize the contents of init_file.
10850 (add_file): Call initialize_init_file if not already initialized.
10851
10852 2003-03-26 Ulrich Weigand <uweigand@de.ibm.com>
10853
10854 * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
10855 registers used for global asm variables.
10856 (s390_frame_info, s390_arg_frame_offset): Likewise.
10857 (s390_emit_prologue, s390_emit_epilogue): Likewise.
10858
10859 2003-03-26 Vladimir Makarov <vmakarov@redhat.com>
10860
10861 * config/rs6000/8540.md: New file.
10862
10863 * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
10864 power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
10865 reservations for imul.
10866
10867 * config/rs6000/rs6000.md: Include 8540.md. Change
10868 delayed_compare onto mult_compare for insns generating
10869 multiplication.
10870 (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
10871 New type attribute values.
10872
10873 * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
10874 fpsimple instead of fp.
10875 (*divsf3_gpr): Use type vecfdiv instead of fp.
10876 (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
10877 instead of vecfloat.
10878 (spe_evfsdive): Use type vecfdiv instead of vecfloat.
10879 (spe_brinc): Use type brinc instead of veccomplex.
10880 (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
10881 veccomplex.
10882 (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
10883 (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
10884 *movv2sf_internal): Define type attribute values for all
10885 alternatives.
10886 (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
10887 of fpcompare.
10888 (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
10889 instead of fpcompare.
10890
10891 2003-03-26 David Edelsohn <edelsohn@gnu.org>
10892
10893 * config/rs6000/power4.md: Allow delay between dispatch and
10894 function units for simple instructions. Correct store units.
10895 Allow branch to occupy as many dispatch slots as necessary.
10896
10897 2003-03-26 Jakub Jelinek <jakub@redhat.com>
10898
10899 * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
10900 (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
10901 zero extend old to it.
10902 * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
10903 operand.
10904
10905 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
10906
10907 PR target/7784
10908 * reload.c (find_reloads_address): Handle
10909 (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
10910 all base registers.
10911
10912 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
10913
10914 PR other/10203
10915 * version.c: Reference the GCC web site in the URL.
10916
10917 2003-03-26 Alan Modra <amodra@bigpond.net.au>
10918
10919 * c-incpath.c (add_standard_paths): Add both "translated" and
10920 non-translated header paths.
10921
10922 2003-03-25 Loren James Rittle <ljrittle@acm.org>
10923
10924 * doc/install.texi (*-*-freebsd*): Update with known status.
10925
10926 2003-03-21 Jason Merrill <jason@redhat.com>
10927
10928 PR optimization/10171
10929 * unroll.c (unroll_loop): Don't delete the jump at the end unless
10930 we also delete a jump at the beginning.
10931
10932 2003-03-25 Stephane Carrez <stcarrez@nerim.fr>
10933
10934 * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
10935 contributor.
10936
10937 Tue Mar 25 20:35:51 CET 2003 Jan Hubicka <jh@suse.cz>
10938
10939 * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
10940 constants are not expensive.
10941
10942 Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
10943
10944 PR opt/10056
10945 * cfglayout.c (fixup_reorder_chain): Fix dealing with the conditional
10946 jump jumping to the next instruction.
10947 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
10948
10949 2003-03-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10950
10951 * doc/passes.texi (Passes): Properly document that we do not
10952 perform jump2 any longer; remove command-line option -dJ.
10953
10954 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
10955
10956 PR optimization/8746
10957 * config/i386/i386.md (and promoting splitters): Disable HImode to
10958 SImode promoting when the sign bit matters and is not preserved, or
10959 when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
10960 for size.
10961
10962 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
10963
10964 * config/h8300/h8300.md (a peephole2): Extend to support loads
10965 in QImode and HImode.
10966
10967 2003-03-24 Stephane Carrez <stcarrez@nerim.fr>
10968
10969 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
10970 _return_far
10971 (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
10972 (MULTILIB_EXCEPTIONS): Likewise.
10973 * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
10974 by calling some board support routine.
10975 ("call_value"): Likewise.
10976 ("*return_void"): Likewise for return.
10977 ("*return_16bit"): Likewise.
10978 ("*return_32bit"): Likewise.
10979 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
10980 for 68HC11 too.
10981 (DWARF2_ADDR_SIZE): Use 4 so that addresses can
10982 * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
10983 -mlong-calls for 68HC11.
10984 * config/m68hc11/larith.asm (declare_near): New macro.
10985 (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
10986 (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
10987 (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
10988 (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
10989 (__mulhi32): Likewise.
10990 (ret): Update macro for 68HC11.
10991 (__far_trampoline): Implement for 68HC11.
10992 (__call_a16, __call_a32, __return_void, __return_16): New support
10993 routines for 68HC11 memory bank switching calling support.
10994 (__return_32): Likewise.
10995
10996 2003-03-24 Neil Booth <neil@daikokuya.co.uk>
10997
10998 * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
10999
11000 2003-03-24 Janis Johnson <janis187@us.ibm.com>
11001
11002 * doc/install.texi (Testing): Mention test result links from build
11003 status pages.
11004
11005 2003-03-24 Mark Mitchell <mark@codesourcery.com>
11006
11007 * function.c (put_var_into_stack): Change bool parameter to int.
11008 (gen_mem_addressof): Likewise.
11009 * rtl.h (gen_mem_addressof): Likewise.
11010 * tree.h (put_var_into_stack): Likewise.
11011 * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
11012 gen_mem_addressof or put_var_into_stack.
11013 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
11014 * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
11015
11016 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
11017
11018 * config/h8300/h8300.md (a peephole2): New.
11019
11020 2003-03-24 Jakub Jelinek <jakub@redhat.com>
11021
11022 * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
11023
11024 2003-03-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11025
11026 * doc/contrib.texi (Contributors): Update Janis Johnson.
11027
11028 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
11029
11030 PR target/10072
11031 * combine.c (simplify_if_then_else): Check that the mode
11032 has MODE_INT class before applying the (OP Z (mult COND C2))
11033 transformation.
11034
11035 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
11036
11037 PR optimization/9414
11038 * config/sparc/sparc.md (widening peepholes): Use
11039 widen_memory_access instead of change_address.
11040
11041 2003-03-23 Mark Mitchell <mark@codesourcery.com>
11042
11043 PR c++/7086
11044 * c-typeck.c (c_mark_addressable): Adjust calls to
11045 put_var_into_stack.
11046 * expr.c (expand_expr): Likewise.
11047 * function.c (put_var_into_stack): Add rescan parameter. Do not
11048 call fixup_var_refs when rescan is false.
11049 (gen_mem_addressof): Likewise.
11050 (assign_parms): Adjust calls to put_var_into_stack.
11051 (setjmp_protect): Likewise.
11052 (setjmp_protect_args): Likewise.
11053 * rtl.h (gen_mem_addressof): Change prototype.
11054 * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
11055 * tree.h (put_var_into_stack): Change prototype.
11056
11057 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
11058
11059 PR middle-end/9967
11060 * builtins.c (expand_builtin_fputs): When optimizing for size,
11061 don't transform fputs into fwrite.
11062
11063 2003-03-23 Glen Nakamura <glen@imodulo.com>
11064
11065 PR c/8224
11066 * fold-const.c (extract_muldiv_1): Don't pass through type conversions
11067 when signedness changes for division or modulus.
11068
11069 2003-03-24 Alan Modra <amodra@bigpond.net.au>
11070
11071 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
11072 globalize_label.
11073
11074 2003-03-23 Roger Sayle <roger@eyesopen.com>
11075
11076 PR c/10178
11077 * stmt.c (expand_end_case_type): Check for overflow in range when
11078 determining whether to use a bit-test implementation.
11079
11080 2003-03-23 Richard Henderson <rth@redhat.com>
11081
11082 * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
11083 before flow2.
11084 * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
11085
11086 2003-03-23 Richard Henderson <rth@redhat.com>
11087
11088 PR opt/10116
11089 * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
11090 from then_bb or else_bb after flow2.
11091
11092 2003-03-23 Zack Weinberg <zack@codesourcery.com>
11093
11094 * configure.in: Check whether it is necessary to link against
11095 libm to use ldexp.
11096 * configure: Regenerate.
11097 * Makefile.in: Add LDEXP_LIB substitution variable.
11098
11099 2003-03-23 Kazu Hirata <kazu@cs.umass.edu>
11100
11101 * config/h8300/h8300.md: Fix comment typos.
11102
11103 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11104
11105 * pa.c (output_cbranch): Fix typo in comment.
11106
11107 2003-03-22 Richard Henderson <rth@redhat.com>
11108
11109 * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
11110 after reload.
11111
11112 2003-03-22 DJ Delorie <dj at redhat dot com>,
11113 Bruce Korb <bkorb at gnu dot org>
11114
11115 * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
11116 buggy Solaris 2.6 mutex/cond initializers.
11117 (solaris_mutex_init): Rename to solaris_mutex_init_2.
11118 * fixinc/fixincl.x: Regenerate.
11119 * fixinc/tests/base/pthread.h: Update.
11120 * fixinc/fixincl.c(initialize): be explicit about the default case
11121 and indicate verbose level when being very, very verbose.
11122 * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
11123
11124 2003-03-22 Andreas Jaeger <aj@suse.de>
11125
11126 * config/i386/i386.c (ix86_init_machine_status): Return value.
11127
11128 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11129
11130 * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
11131 conditional branch to the following instruction. Use next_real_insn
11132 instead of next_active_insn.
11133 (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
11134 instead of next_active_insn.
11135
11136 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
11137
11138 * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
11139 instead of 'm' constraint in forced-split alternatives.
11140 ("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as
11141 VALIDATE_ADDRESS parameter to operand_subword.
11142
11143 2003-03-22 Kazu Hirata <kazu@cs.umass.edu>
11144
11145 * config/h8300/h8300.c (notice_update_cc): Correctly handle
11146 the case where the set destination is STRICT_LOW_PART.
11147
11148 2003-03-22 Svein E. Seldal <Svein.Seldal@solidas.com>
11149
11150 * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
11151 c30 instead of a c40 processor.
11152
11153 2003-03-22 Alan Modra <amodra@bigpond.net.au>
11154
11155 * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.
11156
11157 2003-03-21 Zack Weinberg <zack@codesourcery.com>
11158
11159 * c-common.c: Include intl.h.
11160 (shadow_warning): Rewrite to allow better diagnostic translations.
11161 * c-common.h: Update prototype of shadow_warning. Declare sw_kind enum.
11162 * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
11163 use it throughout.
11164 * Makefile.in (c-common.o): Add intl.h.
11165
11166 2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org>
11167
11168 * config.gcc: Remove 'float_format'.
11169
11170 * fixproto: Define NULL and size_t in generated stdlib.h and
11171 unistd.h. Kill unused required_stdlib_h, required_unistd_h.
11172 Rearrange file generation loop for readability. Generate time.h,
11173 string.h if missing.
11174 * tsystem.h: Include <string.h>, <time.h> unconditionally.
11175 * config.gcc: Blow away POSIX defines.
11176
11177 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
11178
11179 * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
11180
11181 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
11182
11183 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
11184 writing .interrupt command.
11185 * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
11186 if it's a far or near function.
11187 ("call_value"): Likewise.
11188 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
11189 near attributes.
11190 (m68hc11_handle_fntype_attribute): Accept attributes on methods.
11191 (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
11192 (m68hc11_initial_elimination_offset): Set current_function_far
11193 according to attributes.
11194 (expand_prologue): Likewise.
11195 (trap_handler_symbol): New global to keep track of trap handlers.
11196 (m68hc11_encode_section_info): Mark symbol as far if needed; set
11197 trap symbol.
11198 (m68hc11_is_far_symbol): New function.
11199 (m68hc11_is_trap_symbol): New function.
11200 * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
11201 (m68hc11_is_trap_symbol): Declare.
11202
11203 2003-03-21 Jan Hubicka <jh@suse.cz>
11204
11205 * i386.c (ix86_compute_frame_layout): Recompute fast prologues
11206 only when amount of saved regs changed.
11207 (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
11208 * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
11209
11210 2003-03-21 Jan Hubicka <jh@suse.cz>
11211
11212 PR inline-asm/7916
11213 * function.c (instantiate_virtual_regs_lossage): New function.
11214 (instantiate_virtual_regs_1): Use it.
11215 (instantiate_virtual_regs): Do not continue in substition when insn has
11216 been deleted.
11217
11218 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
11219
11220 * combine.c (make_field_assignment): Fix a warning.
11221
11222 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
11223
11224 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
11225
11226 2003-03-21 Dale Johannesen <dalej@apple.com>
11227
11228 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Increase
11229 priority for R2 on Darwin.
11230 (HARD_REGNO_MODE_OK): Don't accept R31 for DFmode.
11231
11232 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
11233
11234 * combine.c (make_field_assignment): Remove unnecessary AND
11235 when storing into zero_extract.
11236
11237 2003-03-21 Zack Weinberg <zack@codesourcery.com>
11238
11239 * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
11240 * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
11241 * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
11242 in comment.
11243
11244 2003-03-21 DJ Delorie <dj@redhat.com>
11245
11246 * optabs.c (init_integral_libfuncs): Make sure we init at least up
11247 to "long long" size words.
11248
11249 2003-03-21 Ulrich Weigand <uweigand@de.ibm.com>
11250
11251 * config/s390/s390.h: Do not include fixdfdi.h on s390x.
11252 (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
11253 (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
11254
11255 2003-03-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11256
11257 PR doc-bug/9813
11258 * doc/extend.texi: Move misplaced paragraph about underscores in
11259 variables in macros.
11260
11261 2003-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
11262 Richard Henderson <rth@redhat.com>
11263
11264 PR optimization/8366
11265 * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
11266 (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
11267 PIC+SYMBOLIC_CONST in other modes than Pmode.
11268 (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
11269 the form PIC+SYMBOLIC_CONST as mode dependent.
11270
11271 2003-03-21 DJ Delorie <dj@redhat.com>
11272
11273 * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
11274 sure we always emit at least one insn.
11275
11276 2003-03-21 Christopher Faylor <cgf@redhat.com>
11277
11278 * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
11279 stub t-cygming. Use common target header cygming.h. Add extra
11280 c_target_obj and cxx_target_obj file. Default cygwin to posix
11281 threading. Enforce i386 as float format.
11282 (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
11283 Remove cygwin.h as target header. Use common target header
11284 cygming.h Enforce i386 as float format. Correct typo.
11285 * config/i386/cygming.h: New file, containing definitions
11286 common to mingw32 and cygwin.
11287 * config/i386/cygwin.h: Remove definitions common to cygwin and
11288 mingw. Simplify special spec logic. Define "wrappers" around
11289 certain include path defines to accommodate -mno-cygwin.
11290 Remove some #if 0'ed code.
11291 (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
11292 (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
11293 (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
11294 * config/i386/mingw32.h: Remove definitions common to cygwin and
11295 mingw.
11296 (EXTRA_OS_CPP_BUILTINS): Adjust.
11297 (TARGET_VERSION): Define.
11298 * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
11299 mingw32.h definitions.
11300 (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
11301 * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
11302 Add compilation rules for cygwin1.o cygwin2.o.
11303 * config/i386/cygwin1.c: New file.
11304 * config/i386/cygwin2.c: New file.
11305 * config/i386/t-cygming: New makefile stub.
11306
11307 2003-03-20 Richard Henderson <rth@redhat.com>
11308
11309 * fold-const.c (extract_muldiv_1): Revert changing order of
11310 operands in case MULT_EXPR of 2003-02-16 patch.
11311
11312 2003-03-20 Daniel Berlin <dberlin@dberlin.org>
11313 Merge changes from new-regalloc-branch
11314
11315 From Michael Matz <matz@suse.de>
11316 * df.c (df_ref_record_1): Move init of loc to safe point.
11317 Only recurse on interesting things in parallels.
11318 Handle CLASS_CANNOT_CHANGE_MODE smarter.
11319 (df_uses_record): Ditto.
11320
11321 * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
11322 it's already okay to use memory operands in (IE doesn't require
11323 adding another insn or anything).
11324
11325 2003-03-20 Richard Henderson <rth@redhat.com>
11326
11327 PR middle-end/6348
11328 * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
11329 different from word_mode.
11330
11331 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
11332
11333 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
11334 source operand to those that can be extracted with bld.
11335
11336 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
11337
11338 PR 10066
11339 * arm.md (UNSPEC_PIC_BASE): New constant.
11340 (pic_add_dot_plus_four): Wrap with unspec.
11341 (pic_add_dot_plus_eight): Likewise.
11342
11343 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
11344
11345 * config/h8300/h8300.md (*insv_si_1_n): New.
11346 (*insv_si_1_n_lshiftrt): Likewise.
11347
11348 2003-03-20 Roger Sayle <roger@eyesopen.com>
11349
11350 * fold-const.c (fold_mathfn_compare): New function to simplify
11351 comparisons against built-in math functions. Fold comparisons
11352 of sqrt against constants.
11353 (fold): Call fold_mathfn_compare when appropriate.
11354
11355 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
11356
11357 * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
11358 information.
11359
11360 2003-03-20 Per Bothner <pbothner@apple.com>
11361
11362 Various cleanups to help compile server.
11363
11364 * cppinit.c (cpp_create_reader): Take extra hash_table* argument,
11365 and pass that to _cpp_init_hashtable.
11366 (cpp_read_main_file): Drop hash_table* argument; don't call
11367 _cpp_init_hashtable.
11368 * cpplib.h: Update declarations to match.
11369 * c-opts.c (c_common_init_options): Pass ident_hash to
11370 cpp_create_reader.
11371 (c_common_post_options): Don't pass ident_hash to cpp_read_main_file.
11372 * fix-header.c (read_scan_file): Likewise pass NULL table to
11373 cpp_create_reader rather than cpp_read_main_file.
11374
11375 * cppfiles.c (cpp_rename_file): Generalized and renamed
11376 to cpp_change_file.
11377 * cpplib.h: Update declaration to match.
11378 * c-opts.c (push_command_line_line, finish_options): Change
11379 cpp_rename_file calls to cpp_change_file.
11380
11381 * line-map.c (add_line_map): Allow leaving the outermost file.
11382 Allowing entering an outermost-file after the initial time.
11383
11384 * toplev.c (pop_srcloc): Allow popping from initial file.
11385
11386 2003-03-20 Kazu Hirata <kazu at cs dot umass dot edu>
11387
11388 * fold-const.c (fold): Fold A - (A & B) into ~B & A.
11389
11390 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
11391
11392 * config/h8300/h8300.md (a peephole2): New.
11393
11394 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
11395
11396 * config/h8300/h8300.md (*addsi3_and_r_1): New.
11397 (*addsi3_and_not_r_1): Likewise.
11398
11399 2003-03-19 Loren James Rittle <ljrittle@acm.org>
11400
11401 * Makefile.in (STRICT2_WARN): Add @WERROR@.
11402 (GCC_WARN_CFLAGS): Remove $(WERROR).
11403 (fixinc.sh-warn): New.
11404 * ada/Make-lang.in (ada-warn): Add $(WERROR).
11405 * cp/Make-lang.in (cp-warn): Add $(WERROR).
11406 * f/Make-lang.in (f-warn): Add $(WERROR).
11407 * java/Make-lang.in (java-warn): Add $(WERROR).
11408 * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
11409
11410 2003-03-19 Nathanael Nerode <neroden@gcc.gnu.org>
11411
11412 * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
11413 langhooks-def.h (lhd_tree_dump_dump_tree),
11414 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
11415 Change return type from 'int' to 'bool'. Replace 0 and 1 with
11416 true and false in return statements.
11417
11418 2003-03-19 Kevin Buettner <kevinb@redhat.com>
11419
11420 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
11421 (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
11422 DWARF_INITIAL_LENGTH_SIZE.
11423 (output_compilation_unit_header, output_pubnames, output_aranges)
11424 (output_line_info): Output 0xffffffff escape value for 64-bit
11425 DWARF extension.
11426 * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
11427
11428 2003-03-19 Ulrich Weigand <uweigand@de.ibm.com>
11429
11430 * config/s390/s390.c (s390_preferred_reload_class): Do not
11431 force constants to the pool unless necessary.
11432 (s390_decompose_address): Prefer to use pointer as base,
11433 not index register.
11434 * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
11435 Q alternative.
11436 ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
11437 "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
11438 ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
11439 "*zero_extendqisi2_31", "*zero_extendqihi2_31",
11440 "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
11441
11442 2003-03-19 Jan Hubicka <jh@suse.cz>
11443
11444 * i386.h (machine_function): New fields use_fast_prologue_epilogue.
11445 * i386.c (use_fast_prologue_epilogue): Remove.
11446 (ix86_frame): New field save_regs-using_mov;
11447 (ix86_compute_frame_layout): Decide on fast prologues;
11448 allocate saved registers in red zone.
11449 (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
11450
11451 2003-03-19 Nick Clifton <nickc@redhat.com>
11452
11453 * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
11454
11455 2003-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11456
11457 PR 10062
11458 * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
11459 * pa-protos.h (output_lbranch): New prototype.
11460 * pa.c (compute_frame_size): Change size of the frame marker on the
11461 64-bit ports to 48 bytes.
11462 (pa_output_function_prologue): Document why SAVE_SP is set.
11463 (hppa_expand_prologue): Save previous stack pointer into frame marker
11464 on targets which use the hpux unwind library.
11465 (output_cbranch): Use output_lbranch.
11466 (output_lbranch): New function to output long unconditional branches.
11467 * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
11468 (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
11469 64-bit ports.
11470 * pa.md (jump): Use output_lbranch.
11471 (allocate_stack): New expander for dynamic stack allocation.
11472
11473 2003-03-19 Alan Modra <amodra@bigpond.net.au>
11474
11475 * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
11476 when debugging on XCOFF targets. Delete "abi" temp.
11477
11478 PR target/10073
11479 * combine.c (force_to_mode <NOT>): Use gen_int_mode.
11480
11481 2003-03-18 Jakub Jelinek <jakub@redhat.com>
11482
11483 * config/s390/s390.c (s390_output_dwarf_dtprel): New.
11484 * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
11485 * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
11486
11487 * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
11488 * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
11489 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
11490
11491 2003-03-18 Geoffrey Keating <geoffk@apple.com>
11492
11493 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
11494 the result of machopic_function_base_name.
11495 * config/darwin.c (machopic_function_base_name): Use a gc-allocated
11496 string rather than a static array.
11497
11498 * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
11499
11500 * gengtype.c: Include rtl.h.
11501 (enum rtx_code): Don't define.
11502 (rtx_format): Make declaration match rtl.h.
11503 (rtx_next_new): Rename from rtx_next to avoid conflict. Change all
11504 users.
11505 (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
11506 * Makefile.in (gengtype.o): Update dependencies.
11507
11508 2003-03-18 Andreas Schwab <schwab@suse.de>
11509
11510 * config/m68k/m68k.md (iordi3): Fix setting low half to -1. From
11511 martin@blom.org.
11512
11513 2003-03-18 Geoffrey Keating <geoffk@apple.com>
11514
11515 * function.c (next_block_index): Mark with GTY.
11516
11517 * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
11518
11519 2003-03-18 Richard Henderson <rth@redhat.com>
11520
11521 * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
11522 (builtin_setjmp_receiver): Delay call to ia64_reload_gp
11523 until after reload.
11524
11525 2003-03-18 Richard Henderson <rth@redhat.com>
11526
11527 * builtins.c (expand_builtin_unop): New target_mode operand;
11528 use it to convert the result to the correct mode.
11529 (expand_builtin): Update all callers.
11530
11531 2003-03-18 Ulrich Weigand <uweigand@de.ibm.com>
11532
11533 * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
11534
11535 2003-03-18 Jan Hubicka <jh@suse.cz>
11536
11537 * i386.md: Fix previous commit that mistakely applied the patch
11538 twice.
11539
11540 * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
11541 canonicalized.
11542 (memrefs_conflict_p): Likewise.
11543 (addr_side_effect_eval): Canonicalize the constructed address.
11544
11545 2003-03-18 Jan Hubicka <jh@suse.cz>
11546
11547 * i386.md (cvtts?2si peep2): New.
11548
11549 2003-03-18 Kazu Hirata <kazu@cs.umass.edu>
11550
11551 * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
11552
11553 2003-03-18 Andreas Schwab <schwab@suse.de>
11554
11555 * dwarf2out.c (output_file_names): Cast size_t to unsigned long
11556 for format.
11557
11558 2003-03-17 Jason Merrill <jason@redhat.com>
11559
11560 PR c++/10091
11561 * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
11562 an unaligned member of TREE_ADDRESSABLE type.
11563
11564 2003-03-18 Alan Modra <amodra@bigpond.net.au>
11565
11566 * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
11567 (TARGET_PROFILE_KERNEL): Define.
11568 (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
11569 (PROFILE_BEFORE_PROLOGUE): Don't define.
11570 (PROFILE_KERNEL): Remove hacks.
11571 * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
11572 (rs6000_stack_info): No need to save lr if just for profiling when
11573 TARGET_PROFILE_KERNEL.
11574 (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
11575 (output_function_profiler): Localize label generation. Emit code
11576 for kernel profiling.
11577
11578 2003-03-17 Kazu Hirata <kazu@cs.umass.edu>
11579
11580 * config/h8300/h8300-protos.h: Add a prototype for
11581 byte_accesses_mergeable_p.
11582 * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
11583 * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
11584 (a splitter): Likewise.
11585 (*iorsi3_ashift_16_ashift_24): Likewise.
11586 (*iorsi3_ashift_16_ashift_24_mem): Likewise.
11587
11588 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11589
11590 * dwarf2asm.h: Delete obsolete comment.
11591 (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
11592 dw2_asm_output_pcrel, dw2_asm_output_addr,
11593 dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
11594 dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
11595 dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
11596 dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
11597
11598 2003-03-17 Zack Weinberg <zack@codesourcery.com>
11599
11600 * c-tree.h (struct lang_identifier): Remove error_locus field.
11601 (IDENTIFIER_ERROR_LOCUS): Kill.
11602 (record_function_scope_shadow): New prototype.
11603 * c-typeck.c (build_external_ref): Don't complain if
11604 decl is error_mark_node. When not at file scope, bind the
11605 decl's local value to error_mark_node to suppress further
11606 warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
11607
11608 * c-decl.c (get_function_binding_level): New static function.
11609 (record_function_scope_shadow): New exported function.
11610 (c_make_fname_decl): Use get_function_binding_level.
11611
11612 2003-03-17 Steve Ellcey <sje@cup.hp.com>
11613
11614 * stmt.c (tail_recursion_args): Call promote_mode to set
11615 unsignedp flag correctly before calling convert_move.
11616
11617 2003-03-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11618
11619 * loop-unroll.c (decide_peel_completely,
11620 decide_unroll_constant_iterations, decide_unroll_stupid,
11621 decide_unroll_runtime_iterations, decide_peel_simple): Set
11622 loop->has_desc.
11623
11624 2003-03-17 Jan Hubicka <jh@suse.cz>
11625
11626 * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
11627
11628 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
11629
11630 * function.c (assign_parms): For a struct value address passed as
11631 first argument, delay the function's result RTL setup code until
11632 after the emission of parameter conversions.
11633
11634 2003-03-17 Dave Love <fx@gnu.org>
11635 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11636
11637 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
11638 __arch64__ to match Compaq cc.
11639
11640 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
11641
11642 * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
11643 (c_common_init): Set EBCDIC in cpp options.
11644 * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
11645 not conditional compilation.
11646 * cpplib.h (struct cpp_options): New entry EBCDIC.
11647
11648 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
11649
11650 * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
11651
11652 2003-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11653
11654 * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
11655 argument to 0 for redirect_jump.
11656
11657 2003-03-16 Mark Mitchell <mark@codesourcery.com>
11658
11659 PR c++/8805
11660 * except.c (eh_region_u_cleanup): Add prev_try.
11661 (expand_eh_region_end_cleanup): Set it.
11662 (reachable_handlers): Use it to skip over cleanup blocks.
11663
11664 2003-03-17 Andreas Jaeger <aj@suse.de>
11665
11666 * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
11667
11668 2003-03-17 Alan Modra <amodra@bigpond.net.au>
11669
11670 * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
11671 (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
11672 (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
11673 (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
11674
11675 2003-03-16 Richard Henderson <rth@redhat.com>
11676
11677 * simplify-rtx (simplify_binary_operation): Don't abort for
11678 SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
11679
11680 2003-03-16 Richard Henderson <rth@redhat.com>
11681
11682 * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
11683 optimize_size as well.
11684
11685 2003-03-16 Stephane Carrez <stcarrez@nerim.fr>
11686
11687 * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
11688 for D register to specify the low part of it, aka B.
11689 (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
11690 the register if we are loading 1 or -1 to it; avoid using temp
11691 register when moving X/Y to Y/X.
11692 (m68hc11_gen_movqi): Likewise.
11693 (m68hc11_check_z_replacement): Fix last insn setting for compare case.
11694
11695 2003-03-14 Mark Mitchell <mark@codesourcery.com>
11696
11697 PR optimization/9016
11698 * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
11699 into the constant pool.
11700
11701 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
11702
11703 PR target/9164
11704 * tree.c (get_narrower): For extensions with unchanged bit number,
11705 return the unsignedness of the outer mode.
11706
11707 2003-03-16 Roger Sayle <roger@eyesopen.com>
11708
11709 * c-typeck.c (build_component_ref): Turn "for" into "do .. while"
11710 to avoid "may be used uninitialized" warning on ia64-hpux.
11711 * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
11712
11713 2003-03-16 Andreas Jaeger <aj@suse.de>
11714
11715 * configure.in: Improve check for memcheck.h.
11716 * configure: Regenerated.
11717
11718 2003-03-16 Neil Booth <neil@daikokuya.co.uk>
11719
11720 * doc/cppopts.texi: Remove documentation of -A-.
11721
11722 2003-03-15 Zack Weinberg <zack@codesourcery.com>
11723
11724 * doc/libgcc.texi: Remove @tie.
11725
11726 2003-03-15 Josef Zlomek <zlomekj@suse.cz>
11727
11728 * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
11729 (rtx_pair): Added new element update_label_nuses, renamed to
11730 replace_label_data.
11731 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
11732 replace_label_data instead of rtx_pair.
11733 * loop.c (load_mems): Likewise.
11734 * rtlanal.c (replace_label): Replace label in pool constants and in
11735 INSN_LIST (in REG_LABEL note).
11736 (subrtx_p): Renamed to rtx_referenced_p.
11737 (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
11738 LABEL_REF with CODE_LABEL, traverse constants from pool.
11739
11740 2003-03-15 Aldy Hernandez <aldyh@redhat.com>
11741 Zack Weinberg <zack@codesourcery.com>
11742
11743 * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
11744 * doc/libgcc.texi: New file.
11745 * doc/interface.texi: Delete paragraph about libgcc interface.
11746 * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
11747
11748 2003-03-15 Jason Merrill <jason@redhat.com>
11749
11750 PR debug/9039
11751 * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
11752
11753 PR debug/6387
11754 * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
11755 function DIEs at toplevel.
11756 (decls_for_scope): At -g1, don't descend into subblocks.
11757
11758 2003-03-15 Ulrich Weigand <uweigand@de.ibm.com>
11759
11760 * varasm.c (struct rtx_const): Change type of un.addr member
11761 to struct holding an additional 'symbol' member.
11762 (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
11763 with equal string addresses as equal.
11764 (simplify_subtraction): Adapt to struct rtx_const change.
11765
11766 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
11767
11768 * fix-header.c (read_scan_file): Read main file before handling -D.
11769
11770 2003-03-15 Roger Sayle <roger@eyesopen.com>
11771
11772 * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
11773 * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
11774 * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
11775 (find_sub_basic_blocks): Likewise.
11776 * cgraphunit.c (cgraph_expand_functions): Likewise.
11777 * dwarf2out.c (prune_unused_types): Likewise.
11778 * expr.c (store_field): Likewise.
11779 * genextract.c (print_path): Likewise.
11780 * haifa-sched.c (schedule_insn): Likewise.
11781 * lcm.c (compute_antinout_edge): Likewise.
11782 * loop-unroll.c (decide_peel_once_rolling): Likewise.
11783 * ra-colorize.c (ra_colorize_free_all): Likewise.
11784 * ra-debug.c (dump_igraph): Likewise.
11785 (debug_hard_reg_set): Likewise.
11786 * reg-stack.c (reg_to_stack): Likewise.
11787 * rtlanal.c (refers_to_regno_p): Likewise.
11788 * tracer.c (layout_superblocks): Likewise.
11789
11790 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
11791
11792 * fix-header.c (read_scan_file): Fix thinko.
11793
11794 2003-03-15 Glen Nakamura <glen@imodulo.com>
11795
11796 * reload1.c (choose_reload_regs): Use && instead of ||
11797 with REG_CANNOT_CHANGE_MODE_P condition.
11798
11799 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
11800
11801 * Makefile.in: Update.
11802 * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
11803 * c-lex.c (init_c_lex): Register builtins hook is dead.
11804 * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
11805 (c_common_decode_option): Don't call cpp_handle_option.
11806 Handle -A, -D and -U.
11807 (handle_deferred_opts): Simplify.
11808 (finish_options): Define builtins and command line macros.
11809 * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
11810 * cppinit.c: Don't include intl.h.
11811 (init_builtins): Rename cpp_init_builtins. No hook to call.
11812 (init_library): Don't need to sort options.
11813 (cpp_create_reader): Don't set pending.
11814 (cpp_destroy): Don't free pending.
11815 (struct pending_option, cl_directive_handler, struct cpp_pending,
11816 APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
11817 cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
11818 cl_options, cpp_handle_option): Remove.
11819 * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
11820 cpp_finish_options): Remove.
11821 (cpp_init_builtins): New.
11822 * fix-header.c (read_scan_file): Update to handle -D. Fix
11823 handling of -I. Replace call to cpp_finish_options.
11824
11825 2003-03-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11826
11827 PR optimization/9387
11828 * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
11829 for conditional returns.
11830
11831 2003-03-14 Jason Merrill <jason@redhat.com>
11832
11833 PR optimization/6871
11834 * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
11835
11836 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
11837
11838 * c-opts.c (finish_options): New.
11839 (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
11840 (missing_arg): Handle OPT_include and OPT_imacros.
11841 (c_common_init, c_common_parse_file): Use finish_options.
11842 (handle_deferred_opts): Update.
11843 * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
11844 (cpp_finish_options): Don't handle -imacros here.
11845 (no_fil): Remove.
11846 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
11847
11848 2003-03-14 Jakub Jelinek <jakub@redhat.com>
11849
11850 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
11851 rs6000_maybe_dead if !fromprolog.
11852
11853 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
11854
11855 * Makefile.in: Update.
11856 * c-common.h (fe_file_change, pp_file_change): New.
11857 * c-lex.c (init_c_lex): Don't set cb_file_change.
11858 (c_common_parse_file): Move to c-opts.c.
11859 (cb_file_change): Rename fe_file_change.
11860 * c-opts.c: Include debug.h.
11861 (warn_unused_macros, include_cursor): New.
11862 (push_command_line_include, cb_file_change): New.
11863 (COMMAND_LINE_OPTIONS): Handle -include.
11864 (c_common_decode_option): Use local warn_unused_macros.
11865 Handle OPT_include.
11866 (c_common_post_options): Set file change callback.
11867 (handle_deferred_opts): Skip -include. Don't free the array.
11868 (c_common_init): Call cpp_finish_options here, and push an
11869 initial -include file.
11870 * c-ppoutput.c (cb_file_change): Rename pp_file_change.
11871 (preprocess_file): Don't call cpp_finish_options.
11872 (init_pp_output): Don't set the file change callback.
11873 (pp_file_change): Return if no line commands or no output.
11874 * cpphash.h (next_include_file, first_unused_line): Remove.
11875 * cppinit.c (include_head, include_tail): Remove.
11876 (cpp_destroy): Don't free -include chain.
11877 (cpp_finish_options): Don't handle -include, or worry about
11878 -Wunused-macros.
11879 (_cpp_maybe_push_include_file): Remove.
11880 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
11881 * cpplib.c (_cpp_pop_buffer): Don't handle -include.
11882 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
11883 Used flag is set based upon the state of the warn_unused_macros
11884 flag, and so use of first_unused_line is unnecessary.
11885
11886 2003-03-13 Jan Hubicka <jh@suse.cz>
11887
11888 * cselib.c (clear_table): Do not take argument; always clear just
11889 used slots.
11890 (cselib_process_insn): Update call of clear_table
11891 (cselib_init): Do not call clear_table.
11892 (cselib_finish): Clear table.
11893
11894 * cse.c (count_reg_usage): Do not check side_effects_p.
11895 * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
11896 like noop.
11897 (find_reg_equal_equiv_note): Do not use find_reg_note.
11898
11899 2003-03-14 Richard Henderson <rth@redhat.com>
11900
11901 PR target/9700
11902 * config/alpha/alpha.c (alpha_va_start): Account for
11903 current_function_pretend_args_size in the AP offset.
11904
11905 * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
11906 (INITIAL_ELIMINATION_OFFSET): Move out of line.
11907 * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
11908 (alpha_initial_elimination_offset) New.
11909 * config/alpha/alpha-protos.h: Update.
11910
11911 2003-03-14 Jakub Jelinek <jakub@redhat.com>
11912
11913 * stmt.c (expand_start_case): Call emit_queue ().
11914
11915 2003-03-14 Chris Demetriou <cgd@broadcom.com>
11916 Alexandre Oliva <aoliva@redhat.com>
11917
11918 * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
11919 words in new abis.
11920
11921 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
11922
11923 PR optimization/8396
11924 * tree-inline.c (initialize_inlined_parameters): Make sure the value
11925 of read-only constant arguments is passed with the right type.
11926
11927 2003-03-14 Steven Bosscher <steven@gcc.gnu.org>
11928
11929 * doc/extend.texi (Function Names): Make the example compilable.
11930
11931 2003-03-13 David Edelsohn <edelsohn@gnu.org>
11932
11933 * config/rs6000/rs6000.c (processor_target_table): Really allow
11934 GP optional instructions on Power4.
11935
11936 2003-03-13 Roger Sayle <roger@eyesopen.com>
11937
11938 * calls.c (flags_from_decl_or_type): Factor and remove redundant
11939 conditional tests.
11940
11941 2003-03-13 Mike Stump <mrs@apple.com>
11942
11943 * ggc-page.c (struct page_entry): Remove varray.h header.
11944 Add index_by_depth field.
11945 Remove save_in_use_p field.
11946 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
11947 by_depth_max, by_depth, and save_in_use fields.
11948 (INITIAL_PTE_COUNT): Add.
11949 (save_in_use_p_i): Add.
11950 (save_in_use_p): Add.
11951 (adjust_depth): Add.
11952 (move_ptes_to_front): Add.
11953 (push_depth): Add.
11954 (push_by_depth): Add.
11955 (prefetch): Add.
11956 (free_page): Add support for and use faster data structures.
11957 (ggc_alloc): Likewise.
11958 (init_ggc): Likewise.
11959 (ggc_recalculate_in_use_p): Likewise.
11960 (ggc_pop_context): Likewise.
11961 (clear_marks): Likewise.
11962 (ggc_pch_read): Likewise.
11963 * Makefile.in (ggc-page.o): Remove varray.h.
11964
11965 2003-03-13 Nathanael Nerode <neroden@gcc.gnu.org>
11966
11967 * ChangeLog: Rotated last year's entries to...
11968 * ChangeLog.8: New.
11969
11970 * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
11971 config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
11972 config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
11973 config/ia64/ia64-protos.h, config/ia64/ia64.c,
11974 config/ia64/ia64.h, config/ia64/ia64.md,
11975 config/ia64/itanium1.md, config/ia64/itanium2.md,
11976 config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
11977 config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
11978
11979 2003-03-13 Aldy Hernandez <aldyh@redhat.com>
11980
11981 * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
11982 Differentiate endianness.
11983 (s6000_override_options): Use cpu type instead of TARGET_SPE.
11984
11985 2003-03-13 Nick Clifton <nickc@redhat.com>
11986
11987 * config/arm/arm.c (print_multi_reg): Do not generate a type 2
11988 LDM instructions with writeback enabled.
11989 (output_return_instruction): Likewise.
11990
11991 * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
11992 (CALL_USED_REGISTERS): Remove definition.
11993 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
11994
11995 2003-03-13 Alan Modra <amodra@bigpond.net.au>
11996
11997 * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
11998 (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
11999 (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
12000 (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
12001 (rs6000_legitimize_address): Formatting.
12002 (rs6000_emit_move): Likewise.
12003 (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
12004 (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
12005 (rs6000_elf_select_section): Comment reason for shlib being
12006 set for ABI_AIX.
12007 (rs6000_elf_unique_section): Likewise.
12008 (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
12009 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
12010 as well as flag_pic.
12011 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
12012 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
12013 * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
12014
12015 2003-03-13 Richard Henderson <rth@redhat.com>
12016
12017 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
12018
12019 * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
12020 (ia64_gp_save_reg): Remove.
12021 (struct ia64_frame_info): Move to the beginning of the file;
12022 add reg_save_gp.
12023 (ia64_expand_call): Rearrange for new call patterns.
12024 (ia64_reload_gp): New.
12025 (ia64_split_call): New.
12026 (ia64_compute_frame_size): Allocate reg_save_gp.
12027 (ia64_expand_prologue): Save reg_save_gp.
12028 (ia64_expand_epilogue): Don't restore gp.
12029 (ia64_hard_regno_rename_ok): Remove R4 hack.
12030 (ia64_function_ok_for_sibcall): New.
12031 (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
12032 call try_split on sibcall pattern.
12033 * config/ia64/ia64-protos.h: Update.
12034 * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
12035 Rename from nopic versions. Confiscate 2nd argument to call as
12036 a marker.
12037 (call_pic, call_value_pic, sibcall_pic): Remove.
12038 (call_gp, call_value_gp, sibcall_gp): New.
12039 (builtin_setjmp_setup): Remove.
12040 (builtin_setjmp_receiver): Call ia64_reload_gp.
12041
12042 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12043
12044 * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
12045 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
12046 "GNU CC" with "GCC".
12047
12048 * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
12049 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
12050 config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
12051 GCC, not GNU CC.
12052
12053 * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
12054 langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
12055
12056 * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
12057 langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
12058 unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
12059 "GNU CC" with "GCC".
12060
12061 * config/v850/lib1funcs.asm, config/v850/rtems.h,
12062 config/v850/v850-c.c, config/v850/v850-protos.h,
12063 config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
12064 GCC, not GNU CC.
12065
12066 * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
12067 config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
12068 config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
12069 config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
12070 GNU CC.
12071
12072 2003-03-12 Benjamin Kosnik <bkoz@redhat.com>
12073
12074 * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
12075
12076 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12077
12078 * fixinc/fixinc.interix: Remove dead code (most of it).
12079 * fixinc/fixinc.dgux: Remove.
12080
12081 * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
12082 ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
12083
12084 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12085
12086 * pa.c (pa_init_builtins): Fix warning.
12087
12088 2003-03-12 Steve Ellcey <sje@cup.hp.com>
12089
12090 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
12091 (ASM_OUTPUT_XDATA_SHORT): Remove.
12092 (ASM_OUTPUT_XDATA_INT): Remove.
12093 (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
12094 (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
12095 (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
12096 (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
12097
12098 2003-03-12 Andrew Lewycky <andrew@mxc.ca>
12099
12100 PR c++/7050
12101 * expr.c (store_expr): Don't attempt to store void-typed trees,
12102 just evaluate them for side effects.
12103
12104 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
12105
12106 * cppfiles.c (cpp_rename_file, cpp_push_include): New.
12107 * cppinit.c (push_include): Move with changes to cppfiles.c.
12108 (cpp_read_main_file): Mark named operators here...
12109 (cpp_finish_options): ...not here. Update.
12110 (_cpp_maybe_push_include_file): Update.
12111 * cpplib.h (cpp_push_include, cpp_rename_file): New.
12112
12113 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12114
12115 * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
12116 _gcc_COMPUTE_GAS_VERSION.
12117 * configure.in: Use them.
12118 * configure: Regenerate.
12119
12120 2003-03-12 Bob Wilson <bob.wilson@acm.org>
12121
12122 * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
12123 to detect carry.
12124 (subdi3): Reorder emitted instructions.
12125
12126 2003-03-12 Andreas Jaeger <aj@suse.de>
12127
12128 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
12129 NETBSD_OS_CPP_BUILTINS_LP64.
12130
12131 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12132
12133 * Makefile.in: Eliminate all.indirect. Update and clean up comments.
12134 Rearrange. Reorganize.
12135 * configure.in: Rearrange.
12136 * configure: Regenerate.
12137
12138 2003-03-12 Andreas Jaeger <aj@suse.de>
12139
12140 * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
12141 LP64 targets.
12142
12143 * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
12144 _LP64.
12145
12146 * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
12147 _LP64 macros here.
12148 * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
12149
12150 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
12151 NETBSD_OS_CPP_BUILTINS_LP64.
12152 * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
12153 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
12154
12155 * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
12156
12157 2003-03-12 Jan Hubicka <jh@suse.cz>
12158
12159 * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
12160
12161 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
12162
12163 Fix PR target/9797 and PR c/9853.
12164 * stmt.c (expand_decl_init): Call push_temp_slots () and
12165 pop_temp_slots ().
12166
12167 2003-03-12 J"orn Rennecke <joern.rennecke@superh.com>
12168
12169 * sh.c: Include basic-block.h.
12170 (sh_output_mi_thunk, emit_load_ptr): New functions.
12171 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
12172
12173 2003-03-12 Nick Clifton <nickc@redhat.com>
12174
12175 * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
12176 (CALL_USED_REGISTERS): Likewise.
12177 * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
12178 describing how this value is calculated.
12179
12180 2003-03-12 Hans-Peter Nilsson <hp@bitrange.com>
12181
12182 * configure.in (rlim_t): Define to long if no valid definition
12183 found in sys/resource.h.
12184 * config.in, configure: Regenerate.
12185
12186 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
12187
12188 * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
12189 TARGET_OS_CPP_BUILTINS.
12190 * config/mcore/mcore-pe.h: Similarly.
12191 * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
12192 CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
12193
12194 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
12195
12196 PR c/9928
12197 * c-decl.c (duplicate_decls): Discard the initializer of the new decl
12198 only if it is a VAR_DECL.
12199
12200 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
12201
12202 PR optimization/9888
12203 * config/i386/i386.md (jcc_1): Fix range.
12204 (jcc_2): Likewise.
12205 (jump): LIkewise.
12206 (doloop_end_internal): Likewise.
12207
12208 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
12209
12210 * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
12211 Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
12212 (DLL_EXPORT_PREFIX): New define. Use throughout instead of
12213 DLL_IMPORT_EXPORT_PREFIX and "i."
12214 (i386_pe_dllexport_name_p): Here.
12215 (i386_pe_dllimport_name_p): Here.
12216 (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
12217 not 9 chars when getting identifier name.
12218 (i386_pe_mark_dllimport): Here.
12219 (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
12220 not 9 chars when getting identifier name. Correct comment.
12221 (i386_pe_strip_name_encoding): Here. Add comments for different
12222 cases.
12223 (gen_fastcall_suffix): Break down xmalloc() argument to
12224 components.
12225 (gen_stdcall_suffix): Likewise.
12226 Update copyright year.
12227
12228 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
12229
12230 PR optimization/9888
12231 * config/i386/i386.md (movsi_1): Remove special alternatives
12232 for %eax register.
12233 (movsi_1_nointernunit): Likewise.
12234 (movhi_1): Likewise.
12235 * config/i386/i386.c (memory_address_length): Do not use
12236 short displacement when there is no base.
12237 (ix86_attr_length_address_default): Handle LEA instructions.
12238
12239 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
12240
12241 * c-cppbuiltin.c (builtin_define_std): Make non-static.
12242
12243 2003-03-11 Loren James Rittle <ljrittle@acm.org>
12244
12245 * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
12246 (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
12247 (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
12248 * config/freebsd.h (CPP_PREDEFINES): Remove.
12249 (TARGET_OS_CPP_BUILTINS): New.
12250 * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
12251 instead of TARGET_OS_CPP_BUILTINS.
12252 * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
12253
12254 2003-03-11 Geoffrey Keating <geoffk@apple.com>
12255
12256 * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
12257
12258 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
12259
12260 * config/rs6000/rs6000.c (rs6000_stack_info): Remove
12261 insn_chain_scanned. Use insn_chain_scanned_p in machine_function.
12262
12263 * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
12264
12265 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
12266
12267 * toplev.c (independent_decode_option): Return success for --help,
12268 --target-help and --version.
12269
12270 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
12271
12272 * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
12273 Default to -mips3 on -mabi=64. Don't add -mips* flag if -march is
12274 specified.
12275 (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
12276 DRIVER_SELF_SPECS.
12277 (LINK_SPEC): Let endian options affect the linker emulation name.
12278
12279 2003-03-11 J"orn Rennecke <joern.rennecke@superh.com>
12280
12281 * sh.md (reload_inqi): Fix mode for source in second set.
12282
12283 2003-03-11 Jan Hubicka <jh@suse.cz>
12284
12285 * cselib.c (cselib_invalidate_mem_1): Move too ...
12286 (cselib_invalidate_mem): ... here; use new list
12287 (dummy_val, first_containing_mem): New static variables.
12288 (clear_table): Initialize first_containing_mem.
12289 (discard_useless_values): Compact the containing_mem list.
12290 (add_mem_for_addr): Add to the list.
12291 * cselib.h (cselib_val): Add next_containing_mem.
12292
12293 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
12294
12295 * config/rs6000/rs6000.c (rs6000_override_options): Disable string
12296 instructions for e500.
12297
12298 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
12299
12300 * Makefile.in: Update.
12301 * c-cppbuiltin.c: Include tm_p.h.
12302
12303 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
12304
12305 * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
12306
12307 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
12308 (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
12309 (_Unwind_SetGR): Same.
12310 (_Unwind_GetGRPtr): New.
12311 (_Unwind_SetGRPtr): New.
12312 (uw_update_context_1): Use accesor functions instead of accessing
12313 context->reg[] directly.
12314 (uw_install_context_1): Same.
12315 (execute_cfa_program): Same.
12316 (__frame_state_for): Same.
12317
12318 * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
12319 the synthetic register offset.
12320
12321 * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
12322
12323 2003-03-11 Hans-Peter Nilsson <hp@axis.com>
12324
12325 * config/cris/cris.md: Remove lingering EGCS reference.
12326 ("*extopqihi_side_biap"): For HI operation, match
12327 cris_additive_operand_extend_operator, not
12328 cris_operand_extend_operator. Adjust condition.
12329 ("*extopqihi_side", "*extopqihi"): Ditto.
12330 ("*extopqisi_side_biap"): Correct operand numbers in condition.
12331 ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
12332 ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
12333 ("*extophisi_swap"): Ditto.
12334 ("*extopqihi_swap_side_biap"): For HI operation, match a simple
12335 PLUS, not cris_operand_extend_operator. Adjust condition and
12336 output template.
12337 ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
12338 * config/cris/cris.h (PREDICATE_CODES): Add
12339 cris_additive_operand_extend_operator.
12340 * config/cris/cris.c (cris_additive_operand_extend_operator):
12341 New predicate.
12342
12343 2003-03-11 Hartmut Penner <hpenner@de.ibm.com>
12344
12345 * df.c (read_modify_subreg_p): Change from static to global.
12346 * df.h (read_modify_subreg_p): Add prototype.
12347 * sched-deps.c (sched_analyze_1): Generate true dependency for
12348 strict_low_part, certain subregs and zero/sign_extract.
12349
12350 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
12351
12352 * Makefile.in: Update.
12353 * c-common.c: Don't include real.h or except.h.
12354 (REGISTER_PREFIX): Remove.
12355 (builtin_define_std, builtin_define_with_value,
12356 builtin_define_with_int_value, builtin_define_with_hex_fp_value,
12357 builtin_define_type_max, builtin_define_type_precision,
12358 builtin_define_float_constants): Move to c-cppbuiltin.c.
12359 (c_stddef_cpp_builtins): New.
12360 * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
12361 * c-cppbuiltin.c: New, extracted from c-common.c.
12362 (define__GNUC__): New.
12363 * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
12364 * gcc.c: Remove support of %v1, %v2 and %v3 specs.
12365 (cpp_unique_options): Don't support no-gcc.
12366 (do_spec_1): Remove support of version specs.
12367 * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
12368 * doc/passes.texi: Update.
12369 * doc/tm.texi: Update.
12370
12371 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
12372
12373 * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
12374
12375 2003-03-10 Andrew Pinski <apinski@apple.com>
12376
12377 * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
12378 is on should not get here.
12379 (machopic_indirect_data_reference): If dynamic-no-pic is on just
12380 generate high/low parts of the address.
12381 (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
12382 MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
12383 symbol and labels with a new reg. Dynamic-no-pic does not have a
12384 pic_offset_table_rtx.
12385 (machopic_select_section): Change references of flag_pic to
12386 MACHOPIC_INDIRECT.
12387 (machopic_asm_out_destructor): Likewise.
12388 * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
12389 reference of flag_pic to MACHOPIC_INDIRECT.
12390 (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
12391 (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
12392 (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
12393 (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
12394 * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
12395 0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
12396 * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
12397 (TARGET_DYNAMIC_NO_PIC): Define.
12398 (SUBTARGET_SWITCHES): Define, have sub-target switches for
12399 dynamic-no-pic.
12400 (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
12401 rs6000_override_options to here. Dynamic-no-pic overrides
12402 pic.
12403 (CC1_SPEC): Change from not static then pic to not static and not
12404 dynamic-no-pic then pic.
12405 * config/rs6000/rs6000.c (rs6000_override_options): Move the
12406 check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
12407 (rs6000_legitimize_reload_address): Add case for loading floating in
12408 dynamic-no-pic.
12409 (rs6000_emit_move): Add case for dynamic-no-pic. Change reference
12410 of flag_pic to MACHOPIC_INDIRECT.
12411 (secondary_reload_class): Conditional change the reference of
12412 flag_pic to MACHOPIC_INDIRECT.
12413 (rs6000_output_mi_thunk): Change reference of flag_pic to
12414 MACHOPIC_INDIRECT.
12415 (output_profile_hook): Likewise.
12416 (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
12417 * config/rs6000/rs6000.md (movdf_low): Add the case for
12418 MACHO_DYNAMIC_NO_PIC_P.
12419 (call): Change references for flag_pic in TARGET_MACHO to
12420 MACHOPIC_INDIRECT.
12421 (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
12422 -mdynamic-no-pic is on. Also move case for -fpic from rs6000.c.
12423 * doc/invoke.texi (-mdynamic-no-pic): Document.
12424
12425 2003-03-10 Devang Patel <dpatel@apple.com>
12426
12427 PR c++/9394
12428 * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
12429 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
12430 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
12431 (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
12432 * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
12433 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
12434
12435 2003-03-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
12436
12437 PR optimization/7189
12438 * toplev.c (rest_of_compilation): Move
12439 check_function_return_warnings up to just after
12440 delete_unreachable_blocks.
12441
12442 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
12443
12444 * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
12445 * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
12446 Declare.
12447 * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
12448 for reg rename optimization to avoid using Z and Y registers.
12449
12450 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
12451
12452 * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
12453 when adding to X and Y since leax/leay are fast.
12454 ("*addhi3"): Accept 'I' constraint when adding to address register.
12455 ("rotlhi3"): Operand 1 must be a register_operand.
12456 (peephole2): New peephole to optimize some adds.
12457 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
12458 to represent -2 .. 2 small integer range.
12459
12460 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
12461
12462 * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
12463 each 16-bit rotation.
12464
12465 2003-03-10 Zack Weinberg <zack@codesourcery.com>
12466
12467 * c-opts.c (add_prefixed_path): Don't use concat. When
12468 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
12469 cpp_GCC_INCLUDE_DIR_len characters.
12470
12471 2003-03-10 Segher Boessenkool <segher@koffie.nl>
12472
12473 * testsuite/gcc.dg/altivec-9.c: New file.
12474
12475 * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
12476 (rs6000_emit_prologue): Use rs6000_frame_related instead.
12477
12478 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
12479
12480 * config/rs6000/spe.h: Define __ev64_*64__ to use single element
12481 vectors.
12482 (__ev_convert_u64): Remove macro. Define as inline.
12483 (__ev_convert_s64): Same.
12484
12485 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
12486
12487 * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
12488 (rs6000_stack_t): Add spe_64bit_regs_used.
12489
12490 * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
12491 spe_64bit_regs_used, and use it to determine the size of the
12492 frame.
12493 (spe_func_has_64bit_regs_p): New.
12494 (spe_synthesize_frame_save): New.
12495 (rs6000_frame_related): Handle SPE synthetic registers.
12496 (rs6000_emit_prologue): Only save in 64-bits if the function used
12497 any registers in 64-bit mode.
12498 (rs6000_emit_epilogue): Same, but for restore.
12499
12500 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
12501
12502 * arm.h (enum floating_point_type): Delete. Replace with...
12503 (enum fputype): ... new.
12504 (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT. Values reworked.
12505 * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
12506 * arm.md (attr fpu): Reworked for new underlying enum values.
12507 * arm.c (arm_fpu_arch): Now enum fputype.
12508 (arm_fpu_tune): Renamed from arm_fpu. Now enum fputype.
12509 (arm_override_options, arm_output_epilogue, arm_expand_prologue):
12510 Update uses of arm_fpu_arch and arm_fpu_tune.
12511
12512 2003-03-10 Josef Zlomek <zlomekj@suse.cz>
12513
12514 * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
12515 (try_crossjump_to_edge): Replace refereces to one jump table by
12516 references to identical jump table.
12517 * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
12518 (replace_label): Moved to rtlanal.c.
12519 (struct rtx_pair): Moved to rtl.h.
12520 * rtl.h (struct rtx_pair): Moved from loop.c.
12521 (replace_label): New extern function.
12522 (subrtx_p): New extern function.
12523 (tablejump_p): New extern function.
12524 * rtlanal.c (replace_label): Moved from loop.c.
12525 (subrtx_p_1): New static function.
12526 (subrtx_p): New function.
12527 (tablejump_p): New function.
12528
12529 2003-03-10 Jan Hubicka <jh@suse.cz>
12530
12531 * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
12532
12533 * cfgcleanup.c (merge_blocks): Return where to iterate next.
12534 (try_optimize_cfg): Use return value of merge_blocks
12535
12536 2003-03-10 Michael Matz <matz@suse.de>
12537
12538 * cfg.c (unchecked_make_edge): New.
12539 (cached_make_edge): Use it.
12540 * basic-block.h (unchecked_make_edge): Declare.
12541 * cfglayout.c (cfg_layout_duplicate_bb): Use it.
12542
12543 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
12544
12545 * fpa.md: New file. Move all patterns relating to FPA co-processor
12546 to here...
12547 * arm.md: ... from here.
12548 (cirrus.md, fpa.md): Include at end of description.
12549 (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
12550 (pic_load_addr_based): Remove register constraint from expander.
12551 (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
12552 (sordered, sungt, sunle, sunge, sunlt): Likewise.
12553 (eh_epilogue, tablejump): Likewise.
12554
12555 2003-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12556
12557 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
12558 on operands if it has a PLACEHOLDER_EXPR.
12559
12560 2003-03-09 David Edelsohn <edelsohn@gnu.org>
12561 Mostafa Hagog
12562
12563 * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
12564 condition.
12565
12566 2003-03-09 Neil Booth <neil@daikokuya.co.uk>
12567
12568 * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
12569 * config/ip2k/ip2k.h: Similarly.
12570 * config/m32r/m32r.h: Similarly.
12571 * config/m68hc11/m68hc11.h: Similarly.
12572 * config/mn10200/mn10200.h: Similarly.
12573 * config/mn10300/mn10300.h: Similarly.
12574 * config/pdp11/pdp11.h: Similarly.
12575 * config/v850/v850.h: Similarly.
12576 * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
12577 * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
12578 * config/mips/iris3.h: Remove #if 0 block.
12579
12580 2003-03-09 Roger Sayle <roger@eyesopen.com>
12581 Joern Rennecke <joern.rennecke@superh.com>
12582
12583 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
12584 pending argument upon return from handle_braces here.
12585 (do_spec_2): Instead handle it upon return from do_spec_1 here.
12586
12587 2003-03-09 Roger Sayle <roger@eyesopen.com>
12588 Joern Rennecke <joern.rennecke@superh.com>
12589
12590 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
12591 pending argument upon return from handle_braces here.
12592 (do_spec_2): Instead handle it upon return from do_spec_1 here.
12593
12594 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12595
12596 * varasm.c (make_decl_one_only): Use declare_weak().
12597
12598 2003-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12599
12600 PR middle-end/9986
12601 * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
12602 after the common builtins.
12603 * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
12604 * pa.c (TARGET_INIT_BUILTINS): Define.
12605 (pa_init_builtins): New function.
12606
12607 * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
12608 space has been allocated for the outgoing arguments, set the arg
12609 pointer for a call emitted after virtuals have been instantiated
12610 using the stack pointer offset, otherwise abort.
12611
12612 2003-03-09 DJ Delorie <dj@redhat.com>
12613
12614 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
12615
12616 2003-03-09 Richard Earnshaw <rearnsha@arm.com>
12617
12618 * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
12619 (arm_fix_truncdfsi2): Add missing fix in floating point mode before
12620 conversion to integer.
12621 * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
12622
12623 2003-03-09 Roger Sayle <roger@eyesopen.com>
12624
12625 * builtins.def: Fix typo and improve grammar.
12626 * loop-unroll.c (decide_peel_completely): Tidy log message.
12627
12628 2003-03-09 Kazu Hirata <kazu@cs.umass.edu>
12629
12630 * config/h8300/h8300.md (*tstsi_upper_bit): New.
12631 (*iorsi3_e2f): Likewise.
12632
12633 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
12634
12635 * config/h8300/h8300.c (h8300_and_costs): Return the number of
12636 assembly instructions needed.
12637 (h8300_shift_costs): Likewise.
12638
12639 2003-03-09 Hans-Peter Nilsson <hp@bitrange.com>
12640
12641 * config/cris/aout.h (ENDFILE_SPEC): Undef.
12642
12643 * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
12644 moves from here ...
12645 * expr.c (emit_move_insn_1): ... to here.
12646
12647 * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
12648 (TARGET_OS_CPP_BUILTINS): New macro.
12649 * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
12650 (TARGET_OS_CPP_BUILTINS): New macro.
12651 (CPP_PREDEFINES): Don't define. Move old definitions and...
12652 (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
12653 (TARGET_CPU_CPP_BUILTINS): New macro.
12654 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
12655 definitions and the optional __PIC__, __pic__ and
12656 __NO_UNDERSCORES__ definitions to...
12657 (TARGET_OS_CPP_BUILTINS): New macro.
12658
12659 * flags.h (flag_leading_underscore): Declare.
12660
12661 * c-opts.c (c_common_post_options): On fopen failure, return
12662 false, not NULL.
12663
12664 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
12665
12666 * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
12667 config.h.
12668 * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
12669 * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
12670
12671 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
12672
12673 * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
12674 CPP_PREDEFINES.
12675 * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
12676 CPP_PREDEFINES.
12677
12678 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
12679
12680 * c-common.h (c_common_init, c_common_post_options): Update.
12681 * c-objc-common.c (c_objc_common_init): Update for new prototype.
12682 * c-opts.c (saved_lineno): New.
12683 (c_common_post_options, c_common_init): Update prototypes,
12684 move call to cpp_read_main_file from latter to former.
12685 * c-tree.h (c_ojbc_common_init): Update.
12686 * langhooks-def.h (lhd_post_options): New.
12687 (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
12688 * langhooks.c (lhd_post_options): New.
12689 * langhooks.h (struct lang_hooks): Update post_options and init hooks.
12690 * toplev.c (no_backend): New.
12691 (process_options): Call post_options hook and set main_input_filename
12692 and input_filename here.
12693 (lang_dependent_init, do_compile): post_options hook moved to
12694 process_options.
12695 * objc/objc-act.c (objc_init): Update prototype.
12696 * objc/objc-act.h (objc_init): Update prototype.
12697
12698 2003-03-08 Roger Sayle <roger@eyesopen.com>
12699
12700 * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
12701 a complex or vector type, using a load in the original mode.
12702
12703 2003-03-08 Jan Hubicka <jh@suse.cz>
12704
12705 * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
12706 * gt-cgraph.h: New GC file.
12707 * cgraph.c (known_fns): New static variable.
12708 (cgraph_node): Add the decl into varray.
12709
12710 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
12711
12712 * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
12713
12714 2003-03-08 Richard Earnshaw <rearnsha@arm.com>
12715
12716 * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
12717 (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
12718 (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
12719 (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
12720 All callers changed.
12721 * arm.md, arm.h, arm-protos.h: Updated.
12722
12723 * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
12724 (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
12725 * arm.c (arm_regno_class, f_register_operand): Updated.
12726
12727 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
12728
12729 * config/cris/cris.h: Remove EGCS references.
12730 (CPP_SPEC): Remove "-$".
12731 (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
12732
12733 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
12734
12735 * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
12736 preference to CPP_PREDEFINES.
12737
12738 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
12739
12740 * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
12741
12742 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
12743
12744 * config/h8300/h8300.md (*extzv_16_8): New.
12745
12746 2003-03-08 Jan Hubicka <jh@suse.cz>
12747
12748 * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
12749 * cgraph.h: (cgraph_local_info): Add can_inline_once
12750 (cgraph_global_info): Add inline_once.
12751 (cgraph_node): Add previous.
12752 (cgraph_remove_node): New.
12753 * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
12754 function.
12755 (cgraph_optimize): Call it.
12756 (cgraph_finalize_function): Set inlinable flags.
12757 (cgraph_finalize_compilation_unit): Actually remove the reclaimed nodes.
12758 (cgraph_mark_functions_to_output): Use new inlining heuristics flags.
12759 (cgraph_expand_function): Likewise.
12760 * cgraph.c
12761 (cgraph_node): Put nodes into doubly linked chain.
12762 (cgraph_remove_node): New function.
12763 * flags.h (flag_inline_functions_called_once): Declare.
12764 * tree-inline.c: Include cgraph.h
12765 (inlinable_functions_p): Add extra argument to bypass limits.
12766 (expand_call_inline): Obey cgraph flag.
12767 * tree-inline.h (tree_inlinable_function_p): Update prototype.
12768
12769 2003-03-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12770
12771 * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
12772 irreducible loops.
12773
12774 * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
12775 loops info correctly.
12776
12777 2003-03-08 Eric Botcazou <ebotcazou@libertysurf.fr>
12778
12779 PR middle-end/7796
12780 * unroll.c (calculate_giv_inc): Handle constants being
12781 loaded with LSHIFTRT.
12782
12783 2003-03-07 David Edelsohn <edelsohn@gnu.org>
12784
12785 * config/rs6000/rs6000.c (processor_target_table): Do not disable
12786 GP optional instructions on Power3, Power4, 620, and 630.
12787
12788 2003-03-07 Kazu Hirata <kazu@cs.umass.edu>
12789
12790 * calls.c: Fix comment formatting.
12791 * cfgloopanal.c: Likewise.
12792 * cfgloopmanip.c: Likewise.
12793 * combine.c: Likewise.
12794 * dwarf2out.c: Likewise.
12795 * ggc-common.c: Likewise.
12796 * langhooks.c: Likewise.
12797 * loop-unroll.c: Likewise.
12798 * loop.c: Likewise.
12799 * ra-build.c: Likewise.
12800 * sbitmap.c: Likewise.
12801 * toplev.c: Likewise.
12802
12803 2003-03-07 James E Wilson <wilson@tuliptree.org>
12804
12805 * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
12806
12807 2003-03-07 Geoffrey Keating <geoffk@apple.com>
12808
12809 * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
12810 support -no-integrated-cpp.
12811
12812 * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
12813 than langhooks.name.
12814
12815 2003-03-07 Michael Matz <matz@suse.de>
12816
12817 * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
12818 (DF_FOR_REGALLOC): New.
12819 * df.c (df_ref_record): Set DF_REF_STRIPPED.
12820 (read_modify_subreg_p): Simplify.
12821 (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
12822 Use DF_FOR_REGALLOC.
12823 * ra.h (struct web): New member subreg_stripped.
12824 (invalid_mode_change_regs): Declare.
12825 * ra.c (invalid_mode_change_regs): New.
12826 (init_ra): Initialize it.
12827 * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
12828 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
12829 (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
12830 * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
12831 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
12832
12833 2003-03-07 Richard Earnshaw <rearnsha@arm.com>
12834
12835 * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
12836 (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
12837 (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
12838 machine description file from ...
12839 * cirrus.md: ... here.
12840
12841 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
12842
12843 * config/h8300/h8300.md (a peephole2): Don't use
12844 reg_overlap_mentioned_p.
12845
12846 2003-03-06 Geoffrey Keating <geoffk@apple.com>
12847
12848 * c-pch.c: Include langhooks.h.
12849 (IDENT_LENGTH): New.
12850 (get_ident): New.
12851 (pch_ident): Delete.
12852 (pch_init): Use get_ident, IDENT_LENGTH.
12853 (c_common_valid_pch): Likewise. Also, use actual language
12854 in warning message.
12855 * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
12856
12857 * objc/config-lang.in (gtfiles): Add objc-act.c. Remove duplicate
12858 c-parse.in.
12859 * objc/Make-lang.in (objc/objc-act.o): Add dependency on
12860 gt-objc-objc-act.h.
12861 (gt-objc-objc-act.h): New rule.
12862 * objc/lang-specs.h: Support PCH.
12863 * objc/objc-act.c: Include gt-objc-objc-act.h.
12864 (objc_add_static_instance): Move num_static_inst out, mark for PCH.
12865 (build_selector_reference_decl): Move idx out, mark for PCH.
12866 (build_class_reference_decl): Likewise.
12867 (build_objc_string_decl): Move *_idx out, mark for PCH.
12868 (build_tmp_function_decl): Move xxx out, mark for PCH.
12869
12870 2003-03-06 Dale Johannesen <dalej@apple.com>
12871
12872 * config/rs6000/rs6000.c (rs6000_binds_local_p): Consider
12873 global functions for inlining on Darwin.
12874
12875 2003-03-06 Vladimir Makarov <vmakarov@redhat.com>
12876
12877 * haifa-sched.c (schedule_block): Don't call reorder when sorting
12878 is prohibited.
12879
12880 2003-03-06 Neil Booth <neil@daikokuya.co.uk>
12881
12882 * Makefile.in (c-ppoutput.o): Update.
12883 * c-common.h (init_pp_output): New.
12884 (preprocess_file): Update.
12885 * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
12886 Register builtins.
12887 * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
12888 Make call to cpp_read_main_file common to whether preprocessing
12889 or not. Don't register builtins.
12890 * c-ppoutput.c: Include c-pragma.h.
12891 (setup_callbacks): Rename init_pp_output.
12892 (preprocess_file): No longer setup callbacks or call
12893 cpp_read_main_file.
12894 * cpphash.h (_cpp_init_mbchar): New.
12895 * cppinit.c (init_library): Call _cpp_init_mbchar.
12896 * cpplex.c (_cpp_init_mbchar): New.
12897
12898 2003-03-06 Roger Sayle <roger@eyesopen.com>
12899
12900 * emit-rtl.c (gen_lowpart): When requesting the low-part of a
12901 MEM, try loading the MEM into a register and taking the low-part
12902 of that, to help CSE see the use of the MEM in its true mode.
12903
12904 2003-03-05 Tom Tromey <tromey@redhat.com>
12905
12906 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
12907 Define.
12908
12909 2003-03-05 Nick Clifton <nickc@cambridge.redhat.com>
12910
12911 * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
12912 operand 2.
12913 ("*ineqbranchsi"): Likewise.
12914
12915 2003-03-05 Andrew Haley <aph@cambridge.redhat.com>
12916
12917 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
12918 mem_fake_push_rtx. Instead construct a SEQUENCE to show the
12919 register store followed by a stack increment.
12920
12921 2003-03-05 Chris Moller <cmoller@redhat.com>
12922
12923 * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
12924 to inhibit saving CARRY_REGS.
12925
12926 * config/stormy16/stormy16.c (xs_hi_general_operand):
12927 added predicate to detect and error-out on out-of-range
12928 const_ints for movhi.
12929 * config/stormy16/stormy16.md (movhi): use
12930 xs_hi_general_operand.
12931
12932 * config/stormy16/stormy16.c (xstormy16_expand_prologue):
12933 added a check for local vbl size overflow.
12934 * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
12935 added predicate to detect and error-out on out-of-range
12936 const_ints for addhi and subhi.
12937 * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
12938 subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
12939
12940 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
12941 add a term to accept PRE_MODIFY addresses.
12942 * config/stormy16/stormy16.c (xstormy16_expand_move):
12943 add code to expand PRE_MODIFY addresses to an add followed
12944 by a move.
12945
12946 2003-03-06 Jason Merrill <jason@redhat.com>
12947
12948 * tree-inline.c (inlinable_function_p): Revert earlier change
12949 pending investigation.
12950
12951 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
12952
12953 * config/h8300/h8300.md (a new peephole2): New.
12954
12955 2003-03-06 Jan Hubicka <jh@suse.cz>
12956
12957 * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
12958
12959 2003-03-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12960
12961 * dwarf2out.c (size_of_die): Compute size of external reference to
12962 die correctly.
12963
12964 2003-03-06 Hans-Peter Nilsson <hp@bitrange.com>
12965
12966 * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
12967 ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
12968 expanders.
12969
12970 2003-03-05 Roger Sayle <roger@eyesopen.com>
12971
12972 * expr.h (lang_expand_expr): Delete obsolete prototype.
12973
12974 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
12975
12976 * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
12977
12978 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
12979
12980 * config/h8300/h8300.md (a peephole2): Generalize to
12981 accept a memory operand.
12982
12983 2003-03-05 Olivier Hainque <hainque@act-europe.fr>
12984
12985 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
12986 * config/alpha/alpha.c (print_operand, case '+'): New.
12987 * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
12988 (call_value_osf_1_noreturn): Likewise.
12989
12990 2003-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12991
12992 * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
12993 (expand_end_bindings): Likewise.
12994
12995 2003-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12996
12997 * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
12998 (epilogue): Don't generate return_external_pic when emitting PA 2.0
12999 code.
13000
13001 2003-03-05 Aldy Hernandez <aldyh@redhat.com>
13002
13003 * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
13004
13005 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
13006
13007 * hooks.c (hook_rtx_rtx_null): New.
13008
13009 * hooks.h (hook_rtx_rtx_null): Protoize.
13010
13011 * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
13012 (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
13013
13014 * target.h (struct gcc_target): Add dwarf_register_span.
13015
13016 * dwarf2out.c (multiple_reg_loc_descriptor): New.
13017 (one_reg_loc_descriptor): New.
13018 (reg_loc_descriptor): Add support for values that span more than
13019 one register.
13020
13021 2003-03-05 Jan Hubicka <jh@suse.cz>
13022
13023 * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
13024 * alias.c: Include cgraph.h
13025 (mark_constant_function): Use cgraph_rtl_info.
13026 * calls.c: Include cgraph.h
13027 (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
13028 calls.
13029 (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
13030 * cgraph.c (cgraph_rtl_info): New function.
13031 * cgraph.h (cgraph_rtl_info): Declare
13032 (cgraph_rtl_info): Likewise.
13033 * function.h (struct function): Add recursive_call_emit.
13034 * toplev.c: Include cgraph.h.
13035 (rest_of_compilation): Set preferred_incoming_stack_boundary.
13036
13037 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
13038
13039 * config/h8300/h8300.c (output_simode_bld): Clear the
13040 destination first if possible.
13041 * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
13042 alternative.
13043 (extzv_1_r_inv_h8300hs): Likewise.
13044
13045 2003-03-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13046
13047 * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
13048 * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
13049 * cfgloop.c (flow_loop_free): Made global.
13050 (establish_preds): New static function.
13051 (flow_loop_tree_node_add): Handle subloops of added loop correctly.
13052 (get_loop_exit_edges): New.
13053 (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
13054 * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
13055 * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
13056 loops.
13057 * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
13058 removability of an edge.
13059 (fix_irreducible_loops): New static function.
13060 (find_path, remove_path): Add ability to remove enclosing loops.
13061 (unloop): New.
13062 (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
13063 flags.
13064 * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
13065 * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
13066 not neccessary.
13067 (decide_peel_completely, peel_loops_completely): Allow complete peeling
13068 of non-duplicable once rolling loops.
13069 * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
13070
13071 2003-03-05 J"orn Rennecke <joern.rennecke@superh.com>
13072
13073 * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
13074 for align_jumps is 4.
13075
13076 (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
13077 use GENERAL_REGS.
13078
13079 2003-03-05 Stephane Carrez <stcarrez@nerim.fr>
13080
13081 * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
13082 according to va_arg type.
13083 (EXPAND_BUILTIN_VA_ARG): Remove.
13084 * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
13085 * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
13086
13087 2003-03-05 David Edelsohn <edelsohn@gnu.org>
13088
13089 * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
13090 else clauses.
13091
13092 2003-03-05 Michael Matz <matz@suse.de>
13093
13094 * i386/i386.c (ix86_save_reg): Also test
13095 current_function_uses_const_pool.
13096
13097 2003-03-05 Michael Matz <matz@suse.de>
13098
13099 * unwind.h: Add the GPL exception.
13100 * Makefile.in (USER_H): Add unwind.h.
13101
13102 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
13103
13104 PR c/9799
13105 * c-typeck.c (push_init_level): Add sanity check.
13106
13107 2003-03-05 Jan Hubicka <jh@suse.cz>
13108
13109 * toplev.c (rest_of_compilation): Deffer RTL compilation only when
13110 RTL inlining is done.
13111
13112 * cgraphunit.c (cgraph_mark_local_functions): New local function.
13113 (cgraph_optimize): Mark local functions.
13114 * i386-protos.h (init_cumulative_args): Update prototype.
13115 * i386.c (init_cumulative_args): Use register passing convention for
13116 local functions.
13117
13118 * cgraph.c (cgraph_global_info_ready): New global variable
13119 (cgraph_local_info, cgraph_global_info): New functions.
13120 * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
13121 structures.
13122 (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
13123 Declare.
13124 * cgraphunit.c (cgraph_finalize_function): Set inline_many.
13125 (cgraph_mark_functions_to_output): Use inline_many.
13126 (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
13127 (cgraph_expand_functions): Expand inline functions last.
13128 (cgraph_optimize): Do not emit uneeded functions.
13129
13130 2003-03-04 Steve Ellcey <sje@cup.hp.com>
13131
13132 * expr.c (convert_modes): Check for legal hard register.
13133
13134 2003-03-04 Tom Tromey <tromey@redhat.com>
13135
13136 * doc/sourcebuild.texi (Front End Directory): Document tags.
13137 * configure: Rebuilt.
13138 * configure.in (target_list): Added tags.
13139 * Makefile.in (TAGS): Depend on lang.clean. Include subdirectory
13140 TAGS files by reference.
13141 * objc/Make-lang.in (objc.tags): New target.
13142
13143 2003-03-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13144
13145 * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
13146 gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
13147 gcov_write_string, gcov_read_unsigned, gcov_read_counter,
13148 gcov_read_string, gcov_write_length): Modified to enable reading/
13149 writing of whole .da file just once.
13150 (da_file_open, da_file_close, da_file_eof, da_file_error,
13151 da_file_position, da_file_seek, da_file_write, da_file_read): New
13152 functions.
13153 (actual_da_file, actual_da_file_position, actual_da_file_length,
13154 actual_da_file_buffer, actual_da_file_buffer_size): New static
13155 functions.
13156 * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
13157 just once.
13158
13159
13160 2003-03-04 Andreas Schwab <schwab@suse.de>
13161
13162 * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
13163 offset without frame pointer.
13164
13165 2003-03-04 Steve Ellcey <sje@cup.hp.com>
13166
13167 * expr.c (expand_expr): Call promote_mode to set unsignedp.
13168
13169 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
13170
13171 * configure.in: Don't always define TARGET_SYSTEM_ROOT.
13172 * configure: Regenerated.
13173 * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
13174
13175 2003-03-04 Andreas Jaeger <aj@suse.de>
13176
13177 * configure.in: Check for <memcheck.h>.
13178 * configure: Regenerated.
13179
13180 * config.in: Define HAVE_MEMCHECK_H.
13181
13182 * ggc-common.c: Use <memcheck.h> if available instead of
13183 <valgrind.h>.
13184 * ggc-page.c: Likewise.
13185 * cppfiles.c: Likewise.
13186
13187 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
13188
13189 * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
13190
13191 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
13192
13193 PR c/9262
13194 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
13195 (c_finish_case): Rechain the next statements to the SWITCH_STMT.
13196
13197 2003-03-04 Jan Hubicka <jh@suse.cz>
13198
13199 * doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
13200 * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
13201 for -O3.
13202
13203 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
13204
13205 * configure.in: Delete three unused variables. Move a variable
13206 definition closer to its use. Simplify use_collect2 logic. Start to
13207 organize. Simplify tests for in-tree gas and ld.
13208 * configure: Regenerate.
13209
13210 2003-03-04 Neil Booth <neil@daikokuya.co.uk>
13211
13212 * Makefile.in: Update.
13213 * c-common.c (flag_no_line_commands, flag_no_output,
13214 flag_dump_macros, flag_dump_includes): New.
13215 * c-common.h (flag_no_line_commands, flag_no_output,
13216 flag_dump_macros, flag_dump_includes, preprocess_file): New.
13217 (init_c_lex): Update prototype.
13218 * c-lex.c (init_c_lex): Update prototype; move some code to
13219 c_common_init.
13220 * c-opts.c (preprocess_file): Subsume into c_common_init.
13221 (c_common_decode_option): Update flags.
13222 (c_common_init): Move code from preprocess_file and init_c_lex.
13223 (sanitize_cpp_opts): Update.
13224 * c-ppoutput.c: New, cppmain.c almost verbatim.
13225 * cpphash.h (struct printer): Remove.
13226 (struct cpp_reader): Remove print.
13227 * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
13228 cpp_preprocess_file): Remove.
13229 (struct cpp_options): Remove no_output, no_line_commands, dump_macros
13230 and dump_includes.
13231 * cppmain.c: Remove.
13232 * doc/passes.texi: Update.
13233
13234 2003-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13235
13236 * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1.
13237 (assign_stack_local_1): Perform overall stack alignment only when
13238 STACK_ALIGNMENT_NEEDED is nonzero.
13239 * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
13240
13241 * pa.c (compute_frame_size): Rename fsize to size. Account for
13242 alignment to a word boundary before general register save block. Only
13243 account for double-word alignment before floating point register save
13244 block if one or more are saved. Don't allocate space for %r3 when
13245 frame pointer is needed.
13246 (hppa_expand_prologue): Include alignment to word boundary in local
13247 frame size.
13248 * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
13249 (STACK_ALIGNMENT_NEEDED): Define.
13250
13251 2003-03-04 Kevin Buettner <kevinb@redhat.com>
13252
13253 * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
13254 global register variables.
13255
13256 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
13257
13258 * reload.c (reload_adjust_reg_for_mode): New function.
13259 (subst_reloads): Call it.
13260 (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
13261 * reload.h (reload_adjust_reg_for_mode): Declare.
13262 * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
13263 Call it.
13264
13265 2003-03-03 James E Wilson <wilson@tuliptree.org>
13266
13267 * optabs.c (add_equal_note): Delete SUBREG_REG use.
13268 Fixes PR c/7872.
13269
13270 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13271
13272 * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
13273 (*ixorsi3_lshiftrt_16): New.
13274 (*iorsi3_ashift_16): Remove.
13275
13276 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13277
13278 * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
13279 pattern.
13280
13281 2003-03-03 Geoffrey Keating <geoffk@apple.com>
13282
13283 * doc/install.texi (Specific): Update entry for powerpc-darwin.
13284
13285 2003-03-03 Richard Henderson <rth@redhat.com>
13286
13287 * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
13288
13289 2003-03-03 David Edelsohn <edelsohn@gnu.org>
13290
13291 * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
13292 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
13293 (rs6000_variable_issue): Do not return negative value.
13294 (rs6000_issue_rate): Uniformly set issue rate to 1 for first
13295 scheduling pass.
13296
13297 2003-03-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13298
13299 * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
13300 prune_unused_types calls.
13301
13302 2003-03-03 Jason Merrill <jason@redhat.com>
13303
13304 * tree-inline.c (find_builtin_longjmp_call): Save and restore
13305 lineno and input_filename.
13306 (find_alloca_call): Likewise.
13307 (inlinable_function_p): Run the langhook earlier.
13308
13309 * calls.c (compute_argument_addresses): Give the new MEMs a
13310 minimum alignment of PARM_BOUNDARY.
13311
13312 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
13313
13314 * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
13315 subtarget_asm_isa_spec.
13316 (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
13317 (ASM_SPEC): Define as SH_ASM_SPEC.
13318 (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
13319 Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
13320 * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
13321 (SUBTARGET_ASM_ISA_SPEC): Undef / define.
13322
13323 * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
13324 and align_jumps if not set.
13325 Force align_jumps to be at least 2.
13326 When relaxing, force align_functions to be at least the maximum of
13327 align_loops, align_jumps and 4.
13328 * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
13329 (sh_loop_align): Honour align_loops_log.
13330
13331 * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
13332 to check for indirect_jump_scratch.
13333 (indirect_jump_scratch): Add second set.
13334 * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
13335 when looking for indirect_jump_scratch.
13336 Extract scratch register taking new structure of indirect_jump_scratch
13337 into account.
13338 (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
13339
13340 2003-03-03 Jan Hubicka <jh@suse.cz>
13341
13342 * calls.c (rtx_for_function_call): Take the address as an argument
13343 (expand_call): Do not modify the expression.
13344
13345 * toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
13346 optimizing.
13347
13348 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13349
13350 * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
13351 TARGET_H8300H and TARGET_H8300S.
13352
13353 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13354
13355 * config/h8300/h8300.md (a peephole2): New.
13356
13357 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13358
13359 * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
13360 operands[0] and operands[1] are different.
13361
13362 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
13363
13364 * reload1.c (reload_cse_move2add): Remove variable success.
13365
13366 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13367
13368 * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
13369 warnings.
13370
13371 2003-03-02 Richard Henderson <rth@redhat.com>
13372
13373 * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
13374 * config.in, configure: Rebuild.
13375 * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
13376 * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
13377 paired ldtoffx and ldxmov annotations.
13378 (load_symptr_internal1): Remove.
13379 (load_symptr_high, load_symptr_low): New.
13380
13381 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
13382
13383 * c-incpath.c (add_path): Fix sysp assignment.
13384
13385 2003-03-02 Kurt Garloff <garloff@suse.de>
13386
13387 * params.def: Introduce parameter max-inline-insns-rtl for
13388 a separate limit for the RTL inliner.
13389 * params.h: Likewise.
13390 * integrate.c (function_cannot_inline_p): Use it.
13391 * toplev.c (decode_f_option): Set multiple parameters
13392 controlling inlining with -finline-limit.
13393 * params.def: Fix orthographic and typographic errors.
13394 * doc/invoke.texi: Document parameters controlling inlining
13395 and the way -finline-limit sets multiple of them.
13396
13397 * tree.h (struct tree_decl): Introduce inlined_function_flag,
13398 recording whether the function became eligible for inlining
13399 by a compiler flag rather than the declaration.
13400 Provide DID_INLINE_FUNC macro to access it.
13401 * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
13402 * cp/decl.c (grokfndecl): Likewise.
13403 * toplev.c (rest_of_compilation): Likewise.
13404 * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
13405 * print-tree.c (print_node): Report it.
13406 * params.def: Introduce new max-inline-insns-auto limit.
13407 * params.h: Likewise.
13408 * tree-inline.c (inlinable_function_p): Apply it to functions
13409 with DID_INLINE_FUNC set.
13410 * toplev.c (decode_f_option): Initialize it from -finline-limit
13411 value.
13412 * doc/invoke.texi: Document new parameter.
13413
13414 2003-03-02 Geoffrey Keating <geoffk@apple.com>
13415
13416 * fix-header.c (read_scan_file): Don't reference simplify_path.
13417
13418 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
13419
13420 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
13421 min/max instructions by default as may result in reload errors.
13422
13423 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
13424
13425 * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
13426 avoid reload problems; define split for it.
13427
13428 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
13429
13430 * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
13431 * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
13432 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
13433 * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
13434 rotatert and rotate.
13435 ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
13436 ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
13437 ("*rotrhi3_addr"): New split for shift insns on address register.
13438 ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
13439 * config/m68hc11/larith.asm (___rotlhi3): New asm function.
13440 (___rotrhi3): Likewise.
13441 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
13442
13443 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
13444
13445 * toplev.c (aux_base_name): Moved from toplev.h.
13446 (filename): Constify.
13447 (lang_dependent_init): Don't duplicate name.
13448 (process_options): Set aux_base_name here, not...
13449 (do_compile): ...here. Change protoype.
13450 (toplev_main): Move some code from do_compile.
13451 * toplev.h: Remove aux_base_name.
13452
13453 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
13454
13455 * config/h8300/h8300-protos.h: Add a prototype for
13456 iorxor_operator.
13457 * config/h8300/h8300.c (print_operand): Handle 'c'.
13458 (iorxor_operator): New.
13459 * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
13460 * config/h8300/h8300.md (*iorhi3_zext): Remove.
13461 (*iorsi3_zexthi): Likewise.
13462 (*iorsi3_zextsi): Likewise.
13463 (*xorhi3_zextqi): Likewise.
13464 (*xorsi3_zexthi): Likewise.
13465 (*xorsi3_zextsi): Likewise.
13466 (*ixorhi3_zext): New.
13467 (*ixorsi3_zext_qi): Likewise.
13468 (*ixorsi3_zext_hi): Likewise.
13469
13470 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
13471
13472 * c-incpath.c (remove_component_p, simplify_path): Move back to
13473 cppfiles.c.
13474 (remove_duplicates): Use cpp_simplify_path.
13475 * c-incpath.h (simplify_path): Remove.
13476 * c-lex.c: Don't include c-incpath.h.
13477 (init_c_lex): Remove simplify_path.
13478 * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
13479 (find_or_create_entry, validate_pch): Revert.
13480
13481 2003-03-02 Ashif Harji <asharji@uwaterloo.ca>
13482
13483 * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
13484 an external cpp during compilation.
13485 (option_map): Likewise.
13486 * objc/lang-specs.h (default_compilers): Similarly.
13487 * doc/invoke.texi: Document -no-integrated-cpp flag.
13488
13489 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
13490
13491 * config/h8300/h8300.md (zero_extendqisi2): Change to an
13492 expander.
13493 (*zero_extendqisi2_h8300): New.
13494 (*zero_extendqisi2_h8300hs): New.
13495 (two splitters): New.
13496
13497 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13498
13499 * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
13500
13501 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
13502
13503 * config/h8300/h8300.md (a peephole2): Remove dead code.
13504
13505 2003-03-01 Roger Sayle <roger@eyesopen.com>
13506
13507 PR c++/9367
13508 * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
13509 (BT_FN_INT_CONST_STRING_VALIST_ARG,
13510 BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
13511 BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
13512 BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
13513 BT_FN_INT_STRING_CONST_STRING_VAR,
13514 BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
13515 BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
13516 * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
13517 ATTR_NONNULL_3): Also include the nothrow attribute.
13518 (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
13519 vsnprintf, vscanf, vsscanf): Don't define attributes here.
13520 * builtins.def (putchar, puts): Make full C89 built-ins.
13521 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
13522 vsscanf, vsnprintf, vsprintf): New built-ins.
13523 * c-common.c (c_common_nodes_and_builtins): Handle new macro
13524 DEF_FUNCTION_TYPE_VAR_3.
13525
13526 * doc/extend.texi: Document these new built-in functions.
13527
13528 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
13529
13530 * config/h8300/h8300.md (a peephole2): New.
13531
13532 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
13533
13534 * predict.c (estimate_bb_frequencies): Correctly set
13535 real_values_initialized after initialization.
13536
13537 2003-03-01 Neil Booth <neil@daikokuya.co.uk>
13538
13539 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
13540 cppinit.o, cppdefault.o, fix-header): Update.
13541 * c-incpath.c: New file.
13542 * c-incpath.h: New file.
13543 * c-lex.c: Include c-incpath.h.
13544 (init_c_lex): Register path simplifier.
13545 * c-opts.c: Include cppdefault.h and c-incpath.h.
13546 (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
13547 std_cxx_inc, quote_chain_split, add_prefixed_path): New.
13548 (COMMAND_LINE_OPTIONS): Add more options from cpplib.
13549 (missing_arg, c_common_decode_option): Handle them.
13550 (c_common_post_options): Register include chains.
13551 (print_help): Update.
13552 * cppdefault.h (struct default include): Update.
13553 Move some macros to ...
13554 * cppdefault.c: ... here.
13555 (cpp_include_defaults): Add extra field add_sysroot.
13556 * cppfiles.c (include_file, search_from, find_or_create_entry,
13557 cpp_included, find_include_file, remap_filename): Update for
13558 renaming of search_path to cpp_path, and of the chain headers.
13559 (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
13560 * cpphash.h (struct search_path): Move to cpplib.h.
13561 (struct cpp_buffer, struct cpp_reader): Update.
13562 (_cpp_simplify_pathname): Remove.
13563 * cppinit.c: Don't include prefix.h and cppdefault.h.
13564 (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
13565 remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
13566 init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
13567 no_pth, cpp_handle_options): Remove.
13568 (struct pending_option): Remove chain members.
13569 (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
13570 cpp_handle_option): Update.
13571 * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
13572 (struct cpp_options): Remove quote_include, bracket_include,
13573 include_prefix, include_prefix_len, verbose, ignore_srcdir,
13574 no_standard_includes, no_standard_cplusplus_includes.
13575 (struct cpp_callbacks): Add simplify_path.
13576 (cpp_handle_options): Remove.
13577 * fix-header.c: Include c-incpath.h.
13578 (read_scan_file): Update to use c-incpath functionality.
13579 * doc/passes.texi: Update.
13580
13581 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
13582
13583 * config/h8300/h8300.c (bit_operand): Accept MEM only if it
13584 satisfies EXTRA_CONSTRAINT 'U'.
13585
13586 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
13587
13588 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
13589 register.
13590 (*tst_extzv_memqi_1_n): Change to a splitter.
13591 (a peephole2): Update.
13592
13593 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
13594
13595 * predict.c (estimate_bb_frequencies): Initialize the sreal
13596 constants once per compilation.
13597
13598 2003-02-28 Richard Henderson <rth@redhat.com>
13599
13600 * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
13601
13602 2003-02-28 scott snyder <snyder@fnal.gov>
13603
13604 * flags.h: Add flag_eliminate_unused_debug_types.
13605 * toplev.c: Add flag_eliminate_unused_debug_types.
13606 (f_options): Add -feliminate-unused-debug-types.
13607 * dwarf2out.c (struct file_table): Add emitted member.
13608 (splice_child_die): Fix the parent pointer for the child being
13609 spliced.
13610 (lookup_filename): Maintain file_table.emitted array. Don't
13611 output .file directive here.
13612 (maybe_emit_file): (new)
13613 (init_file_table): Set up file_table.emitted.
13614 (dwarf2out_source_line): Use maybe_emit_file.
13615 (dwarf2out_start_source_file): Use maybe_emit_file.
13616 (dwarf2out_init): Use maybe_emit_file.
13617 (prune_unused_types_walk_attribs): (new)
13618 (prune_unused_types_mark): (new)
13619 (prune_unused_types_walk): (new)
13620 (prune_unused_types_prune): (new)
13621 (prune_unused_types): (new)
13622 (dwarf2out_finish): Call prune_unused_types if
13623 flag_eliminate_unused_debug_types is set.
13624 * doc/invoke.texi (Option Summary): Add
13625 -feliminate-unused-debug-types.
13626 (Debugging Options): Likewise.
13627
13628 2003-02-28 Geoffrey Keating <geoffk@apple.com>
13629
13630 * doc/invoke.texi: Change .pch to .gch.
13631 * cppfiles.c (open_file_pch): Likewise.
13632 * gcc.c (default_compilers): Likewise.
13633
13634 2003-02-28 Aldy Hernandez <aldyh@redhat.com>
13635
13636 * floatlib.c: Remove.
13637
13638 2003-02-28 Jason Merrill <jason@redhat.com>
13639
13640 * stor-layout.c (variable_size): Leave a "minus 1" outside the
13641 SAVE_EXPR.
13642
13643 2003-02-28 David Edelsohn <edelsohn@gnu.org>
13644
13645 * config/rs6000/power4.md: Add compare bypass.
13646
13647 2003-02-28 Jason Thorpe <thorpej@wasabisystems.com>
13648
13649 * config/netbsd.h: Update copyright years.
13650 (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
13651 -pthread is specified on the command line.
13652
13653 2003-02-28 Dale Johannesen <dalej@apple.com>
13654
13655 * loop.c (struct movable): Add insert_temp, shrink savemode.
13656 (scan_loop): Accept invariants that require copying; mark as
13657 insert_temp.
13658 (combine_movables): Don't combine insert_temp movables.
13659 (move_movables): Insert copies for insert_temp movables.
13660 Don't record the info based on regno for insert_temp's.
13661
13662 2003-02-28 Joel Sherrill <joel@OARcorp.com>
13663
13664 PR 9638/other
13665 * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
13666 this constant defaults to 1.
13667
13668 2003-02-28 Bob Wilson <bob.wilson@acm.org>
13669
13670 * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
13671
13672 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
13673
13674 * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
13675 ARMv5e processor, not just for XScale. Instructions are predicable.
13676 (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
13677
13678 2003-02-28 Nick Clifton <nickc@redhat.com>
13679
13680 * config/arm/arm.c (note_invalid_constants): Change parameter type
13681 from bool to int.
13682
13683 2003-02-28 Kazu Hirata <kazu@cs.umass.edu>
13684
13685 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
13686 test of bit 7.
13687 (*tst_extzv_memqi_1_n): Likewise.
13688 (a peephole2): New.
13689
13690 2003-02-28 Richard Sandiford <rsandifo@redhat.com>
13691
13692 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
13693 #ifndef __mips16.
13694
13695 2003-02-28 Jan Hubicka <jh@suse.cz>
13696
13697 * combine.c (gen_lowpart_for_combine): Update handling of
13698 subregs_of_mode
13699 * flow.c (life_analysis, mark_used_regs): Likewise.
13700 * regclass.c (subregs_of_mode): Turn into single bitmap.
13701 (cannot_change-mode_set_regs, invalid_mode_change_p): Update
13702 dealing with subregs_of_mode
13703 * regs.h (subregs_of_mode): Update prototype.
13704
13705 2003-02-28 Josef Zlomek <zlomekj@suse.cz>
13706
13707 * emit-rtl.c (set_reg_attrs_for_parm): New function.
13708 * rtl.h (set_reg_attrs_for_parm): New exported function.
13709 * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
13710 set_reg_attrs_from_mem.
13711
13712 2003-02-27 Roger Sayle <roger@eyesopen.com>
13713 Zack Weinberg <zack@codesourcery.com>
13714
13715 * gcc.c (do_spec_1): Treat %U like %u for unique associations.
13716
13717 2003-02-27 Kazu Hirata <kazu@cs.umass.edu>
13718
13719 * reload1.c (sext_for_mode): Remove.
13720 (reload_cse_move2add): Use trunc_int_for_mode instead of
13721 sext_for_mode.
13722 (move2add_note_store): Likewise.
13723 Reset register information if we see a set in non-integer
13724 mode.
13725
13726 2003-02-27 David Edelsohn <edelsohn@gnu.org>
13727
13728 * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
13729 option.
13730 (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
13731 * config/rs6000/aix51.h: Same.
13732 * config/rs6000/aix52.h: Same.
13733 * config/rs6000/power4.md: Additional VMX bypasses.
13734
13735 2003-02-27 Geert Bosch <bosch@gnat.com>
13736
13737 * toplev.c (print_version): Add indentation for GGC heuristics and
13738 output after printing version information.
13739
13740 2003-02-27 James E Wilson <wilson@tuliptree.org>
13741
13742 * combine.c (simplify_comparison): Require integral mode when
13743 permuting SUBREG with AND.
13744
13745 2003-02-27 Steve Ellcey <sje@cup.hp.com>
13746
13747 * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
13748
13749 2003-02-27 Nick Clifton <nickc@redhat.com>
13750
13751 * config/arm/arm.md (extendsfdf2): Add pattern accidentally
13752 deleted when cirrus instructions were added.
13753
13754 2003-02-27 Jason Thorpe <thorpej@wasabisystems.com>
13755
13756 * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
13757 POSIX thread support by default.
13758
13759 2003-02-27 Roger Sayle <roger@eyesopen.com>
13760
13761 * config/i386/cygwin.h: Don't include any other files directly.
13762 * config/i386/mingw32.h: Don't include cygwin.h directly.
13763 * config.gcc (cygwin, mingw32, uwin): Instead make these files
13764 explicit in the tm_files variable.
13765
13766 2003-02-27 Alan Modra <amodra@bigpond.net.au>
13767
13768 * config/rs6000/rs6000.md: Add TI constant splitter.
13769
13770 2003-02-26 Alexandre Oliva <aoliva@redhat.com>
13771
13772 * builtins.c (purge_builtin_constant_p): Handle subreg of
13773 constant_p_rtx too.
13774
13775 * function.c (assign_stack_local_1): Truncate constant added to
13776 frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
13777
13778 2003-02-26 David Edelsohn <edelsohn@gnu.org>
13779
13780 * config.gcc: Add power4 to PowerPC with_cpu list.
13781
13782 2003-02-26 Jan Hubicka <jh@suse.cz>
13783
13784 * objc-act.c: (mark_referenced_methods): Fix compilation problem.
13785
13786 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13787
13788 * gcov-dump.c (print_prefix): Fix signedness warning.
13789 * gcov-io.h (struct counter_section, struct counter_section_data): New.
13790 (struct function_info): n_arc_counts field removed, n_counter_sections,
13791 counter_sections fields added.
13792 (struct gcov_info): arc_counts, n_arc_counts fields removed,
13793 n_counter_sections, counter_sections fields added.
13794 * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
13795 profile sections.
13796 * profile.h (MAX_COUNTER_SECTIONS): New.
13797 (struct section_info): New.
13798 (struct profile_info): count_instrumented_edges,
13799 count_edges_instrumented_now fields removed, n_sections, section_info
13800 fields added.
13801 (find_counters_section): Declare.
13802 * profile.c (struct function_list): count_edges field removed,
13803 n_counter_sections, counter_sections fields added.
13804 (set_purpose, label_for_tag, build_counter_section_fields,
13805 build_counter_section_value, build_counter_section_data_fields,
13806 build_counter_section_data_value, build_function_info_fields,
13807 build_function_info_value, build_gcov_info_fields,
13808 build_gcov_info_value): New static functions.
13809 (find_counters_section): New function.
13810 (instrument_edges, get_exec_counts, compute_branch_probabilities,
13811 branch_prob, create_profiler): Modified to support multiple profile
13812 sections.
13813
13814 2003-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13815
13816 * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
13817 is 8 * STACK_BOUNDARY.
13818 * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
13819
13820 2003-02-26 Michael Matz <matz@suse.de>
13821
13822 * ra-colorize.c (merge_moves): Fix list handling.
13823
13824 2003-02-26 Nick Clifton <nickc@redhat.com>
13825
13826 * config/arm/arm.c (is_load_address): Rename to...
13827 (arm_memory_load_p) ... this and make it check for SUBREGs and
13828 constant loads that will be converted into loads from the
13829 minipool.
13830 (is_cirrus_insn): Rename to ...
13831 (arm_cirrus_insn_p): ... this, for consistency. Replace test
13832 of CIRRUS_NO with CIRRUS_NOT.
13833 (cirrus_reorg): Use renamed functions.
13834 (note_invalid_constants): Change from a void function to bool.
13835 Add an extra parameter, saying whether the fixups should be
13836 pushed. Return true if fixups are needed.
13837 (arm_reorg): Use renamed functions. Use INSN_P. Replace test
13838 of CIRRUS_NO with CIRRUS_NOT.
13839 * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
13840 other floating point co-processors can also affect this.
13841 * config/arm/arm.md ("type" attribute): Add mav_farith and
13842 mav_dmult. Replace references to "cirrus_type" attribute with
13843 "type".
13844 * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
13845 ("cirrus_type" attribute): Delete - use "type" instead.
13846 ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
13847 'normal'.
13848
13849 2003-02-25 Jan Hubicka <jh@suse.cz>
13850
13851 * objc-act.c: Include cgraph.h
13852 (mark_referenced_methods): New function.
13853 (objc_init): Call it.
13854 * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
13855
13856 * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
13857 mode.
13858
13859 * optabs.c (expand_fix): Do not widen the input operand.
13860
13861 * expr.c (emit_group_store): Fix crash when converting single
13862 register into complex register.
13863
13864 * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
13865 * alias.c: Include timevar.h
13866 (init_alias_analysis): Set timevar
13867 * jump.c: Include timevar.h
13868 (rebuild_jump_labels): Set timevar
13869 * regcalss.c: Include timevar.h
13870 (reg_scan): Set timevar
13871 * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
13872
13873 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13874
13875 * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
13876
13877 * Makefile.in (loop-unroll.o): New.
13878 * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
13879 (unroll_and_peel_loops): Declare.
13880 * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
13881 flag_old_unroll_loops.
13882 * loop.c (loop_invariant_p): Ditto.
13883 * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
13884 flag_old_unroll_all_loops.
13885 * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
13886 (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
13887 * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
13888 (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
13889 PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
13890 PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
13891 PARAM_MAX_ONCE_PEELED_INSNS): New.
13892 * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
13893 (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
13894 instead of old one.
13895 (flag_peel_loops): New.
13896 (lang_independent_options): The new flags added.
13897 (rest_of_compilation): Call new unroller.
13898 (process_options): Setup flags for coexistence of old and new unroller.
13899 * doc/invoke.texi: Document new options.
13900 * doc/passes.texi: Document new unroller pass.
13901
13902 2003-02-26 David Billinghurst <David.Billinghurst@riotinto.com>
13903
13904 * fixinc/fixincl.x: Regenerate
13905
13906 2003-02-26 Josef Zlomek <zlomekj@suse.cz>
13907
13908 * function.c (assign_parms): Set reg_attrs for parameters passed in
13909 registers.
13910
13911 2003-02-26 Alan Modra <amodra@bigpond.net.au>
13912
13913 PR target/9681
13914 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
13915
13916 2003-02-25 David Edelsohn <edelsohn@gnu.org>
13917
13918 * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
13919 pseudo-op.
13920
13921 2003-02-25 Roger Sayle <roger@eyesopen.com>
13922
13923 * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.
13924 * cse.c (invalidate_skipped_set): Likewise.
13925 * integrate.c (subst_constants): Likewise.
13926 * jump.c (reversed_comparison_code_parts): Likewise.
13927 * loop.c (canonicalize_condition): Likewise.
13928 * simplify-rtx.c (simplify_relational_operation): Likewise.
13929
13930 2003-02-25 Roger Sayle <roger@eyesopen.com>
13931
13932 * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
13933 (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit): Use
13934 the appropriate macro to define built-in function.
13935 (fmod,fmodf,fmodl): New built-in functions.
13936
13937 * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
13938
13939 2003-02-25 Richard Henderson <rth@redhat.com>
13940
13941 * config/i386/i386.c (function_arg): Pass variable sized
13942 structures correctly on the stack.
13943
13944 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
13945
13946 * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
13947 does not reduce the cost of SET.
13948
13949 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13950
13951 PR target/9732
13952 * config/rs6000/rs6000.c (first_reg_to_save): Handle
13953 PIC_OFFSET_TABLE_REGNUM for -fPIC too.
13954 (rs6000_emit_prologue): Likewise.
13955 (rs6000_emit_epilogue): Likewise.
13956 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
13957 PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
13958
13959 2003-02-25 Richard Henderson <rth@redhat.com>
13960
13961 * real.c (real_to_integer2): Force overflow result only for
13962 unsigned overflow.
13963
13964 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
13965
13966 * gcse.c (cprop_jump): Revert the 2003-02-23 change.
13967
13968 2003-02-25 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
13969 Richard Henderson <rth@redhat.com>
13970
13971 * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
13972 there is no similar load.
13973
13974 2003-02-25 Vladimir Makarov <vmakarov@redhat.com>
13975 Richard Henderson <rth@redhat.com>
13976
13977 * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
13978 sched-rgn.c.
13979 (add_forward_dependence): New function prototype.
13980
13981 * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
13982 sched-init.h.
13983 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
13984 them to haifa-sched.c.
13985
13986 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
13987 haifa_classify_insn): Move them from sched-rgn.c.
13988
13989 * sched-deps.c (add_dependence): Return flag of creating a new
13990 entry.
13991 (add_forward_dependence): New function.
13992 (compute_forward_dependences): Use the function.
13993
13994 * sched-ebb.c (earliest_block_with_similiar_load): New function.
13995 (add_deps_for_risky_insns): New function.
13996 (schedule_ebb): Call the function.
13997
13998 2003-02-20 Aldy Hernandez <aldyh@redhat.com>
13999
14000 * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
14001 TARGET_VECTOR_OPAQUE_P. Document accordingly.
14002
14003 * testsuite/gcc.dg/20030218-1.c: Check that initialization of
14004 opaque types fail.
14005
14006 * c-typeck.c (comptypes): Change call to vector_types_compatible
14007 to vector_opaque_p.
14008 (convert_for_assignment): Call vector_opaque_p instead of
14009 vector_types_compatible.
14010 (really_start_incremental_init): Disallow initialization of opaque
14011 types.
14012
14013 * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
14014 Define TARGET_VECTOR_OPAQUE_P.
14015 (TARGET_INITIALIZER): Same.
14016
14017 * target.h (struct gcc_target): Remove vector_types_compatible.
14018 Add vector_opaque_p.
14019
14020 * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
14021 Remove.
14022 (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
14023 a vector type. Change return type to bool.
14024 (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
14025 (TARGET_VECTOR_OPAQUE_P): Define.
14026
14027 * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
14028 target hook.
14029 Include target.h.
14030 (cp_parser_init_declarator): Fix typo in function comments.
14031
14032 2003-02-25 Jan Hubicka <jh@suse.cz>
14033
14034 * Makefile.in (lcm.o): Add dependency on function.h
14035 * lcm.c (function.h): Include.
14036 * i386.c (machine_function, ix86_stack_locals,
14037 * ix86_save_varrargs_registers) : Move to
14038 ...
14039 * i386.h (machine_function, ix86_stack_locals,
14040 ix86_save_varrargs_registers): ... here; add optimize_mode_switching
14041 (ix86_optimize_mode_switching): New.
14042 * i386.md (fix patterns): Set ix86_optimize_mode_switching
14043
14044 2003-02-25 Nick Clifton <nickc@redhat.com>
14045
14046 * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo. Name
14047 of fourth arg is 'fndecl' not 'indirect'. Update comment
14048 describing the function's parameters.
14049
14050 2003-02-24 Jan Hubicka <jh@suse.cz>
14051
14052 * combine.c (simplify_shift_const): Fix previous patch.
14053
14054 2003-02-24 Jeff Law <law@redhat.com>
14055
14056 * i386.md (testdi_1_rex64): Discourage reload from using the %eax
14057 alternative.
14058 (testsi_1, testhi_1, testqi_1): Likewise.
14059
14060 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14061
14062 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
14063 __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
14064 * doc/extend.texi (Tru64 Pragmas): Reflect this.
14065
14066 * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
14067 extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
14068 * fixinc/fixincl.x: Regenerate.
14069 * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
14070 testcase.
14071 Fixes PR c/5059, c/6126, other/9671.
14072
14073 2003-02-24 Roger Sayle <roger@eyesopen.com>
14074
14075 * gcc.c (do_spec_1) ['{']: Handle pending argument upon return
14076 from handle_braces in "%{...}".
14077
14078 2003-02-24 Kaz Kojima <kkojima@gcc.gnu.org>
14079
14080 * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
14081 (prepare_move_operands): Handle TLS operands.
14082 (tls_symbolic_operand): New.
14083 (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
14084 (legitimize_pic_address): Do nothing for the TLS symbol.
14085 (sh_encode_section_info): Handle TLS case.
14086 (sh_strip_name_encoding): Drop TLS encoding.
14087 * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
14088 * config/sh/sh.h (SH_TLS_ENCODING): Define.
14089 (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
14090 (ASM_OUTPUT_LABELREF): Drop TLS encoding.
14091 (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
14092 * config/sh/sh.md: Define TLS UNSPEC constants.
14093 (type): Add tls_load.
14094 ("tls_global_dynamic", "tls_local_dynamic"): New insns.
14095 ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
14096 ("tls_initial_exec"): New insn.
14097 ("sym2TPOFF", "symTPOFF2reg"): New expanders.
14098 ("load_gbr"): New insn.
14099
14100 * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
14101 * configure: Regenerate.
14102
14103 2003-02-24 Alan Modra <amodra@bigpond.net.au>
14104
14105 PR 9297, PR 9722
14106 * calls.c (store_one_arg): Revert 1999-02-16 change. Revert
14107 2000-12-17 change. Pass EXPAND_STACK_PARM to expand_expr.
14108 * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
14109 (enum block_op_methods): Reorder for better store_expr optimization.
14110 * expr.c (store_expr): Test bit 1 of "want_value" for call param
14111 stores, test bit 0 for original want_value meaning. Pass
14112 BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set. Adjust
14113 recursive calls, and calls to expand_param.
14114 (expand_expr): Handle EXPAND_STACK_PARM modifier. When cse
14115 expected, set target to 0 rather than to subtarget. Formatting.
14116
14117 2003-02-23 Kazu Hirata <kazu@cs.umass.edu>
14118
14119 * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
14120
14121 2003-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14122
14123 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
14124 new default behavior.
14125 * ggc-common.c: Include sys/resource.h.
14126 (ggc_rlimit_bound): New function.
14127 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
14128 defaults to account for rlimits.
14129
14130 2003-02-22 Richard Henderson <rth@redhat.com>
14131
14132 * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
14133
14134 2003-02-22 Kelley Cook <kelley@dwhoops.info>
14135
14136 * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
14137 (ix86_tune_string): Rename from ix86_cpu_string.
14138
14139 2003-02-22 Kelley Cook <kelleycook@comcast.net>
14140
14141 * config/i386/i386.c: Replace "mcpu" with "mtune".
14142 * config/i386/i386.h (TARGET_OPTIONS): Likewise.
14143 (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
14144 * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
14145 with "mtune". Note that "mcpu" is a deprecated synonym for "mtune".
14146
14147 2003-02-23 Andreas Schwab <schwab@suse.de>
14148
14149 * config.gcc: Delete references to m68k/t-linux and
14150 m68k/t-linux-aout.
14151 * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
14152
14153 2003-02-22 Jan Hubicka <jh@suse.cz>
14154
14155 * toplev.c (rest_of_compilation): Apply fotgotten hunk
14156 of track scheduling patch.
14157
14158 2003-02-22 Jan Hubicka <jh@suse.cz>
14159
14160 * config/linux.h (TARGET_HAS_F_SETLKW): Define.
14161 * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
14162
14163 2003-02-22 Jan Hubicka <jh@suse.cz>
14164
14165 * c-decl.c (c_expand_body_1): Fix.
14166
14167 2003-02-22 Jan Hubicka <jh@suse.cz>
14168
14169 * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
14170
14171 * cfgcleanup.c (try_forward_edges): Don't check loop structures
14172 when not optimizing.
14173 (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
14174 when not expensive.
14175 * toplev.c (rest_of_compilation): Duplicate loop headers only when
14176 optimizing; Delete trivially dead insns early; fix optimize check.
14177
14178 * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
14179 dependency on cgraph.h
14180 * c-decl.c: Include cgraph.h
14181 (finish_function): Update call of tree_inlinable_function_p.
14182 * c-objc-common.c: Include cgraph.h
14183 * cgraph.h: New file.
14184 * cgraphunit.c: New file.
14185 * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
14186 (cgraph_nodes, cgraph_n_nodes): Globalize.
14187 (cgraph_finalize_function, cgraph_finalize_compilation_unit
14188 cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
14189 Move into cgraphunit.c
14190 * tree-inline.c: Include cgraph.h
14191 * tree-inline.c: Include cgraph.h
14192
14193 2003-02-22 Josef Zlomek <zlomekj@suse.cz>
14194
14195 * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
14196 for copying a register.
14197
14198 2003-02-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
14199
14200 PR other/3782
14201 * toplev.c (process_options): If flag_detailed_statistics is set,
14202 then set time_report as well.
14203
14204 PR c/8828
14205 * jump.c (never_reached_warning): Don't fall through BARRRIER
14206 insns. Update comments to reflect what the function really does.
14207
14208 2003-02-21 Roger Sayle <roger@eyesopen.com>
14209
14210 * fold-const.c (omit_one_operand): No longer static.
14211 * tree.h (omit_one_operand): Prototype here.
14212 (div_and_round_double): Keep fold-const.c prototypes together.
14213 * builtins.c (builtin_mathfn_code): Handle binary built-in
14214 funtions, such as "pow" and "atan2".
14215 (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
14216 Simplify optimizations using "type" the builtin's return type.
14217
14218 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
14219
14220 * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
14221 Fix functionalization typo.
14222
14223 * regmove.c (optimize_reg_copy_1): Do not replace a hard register
14224 in an asm.
14225
14226 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14227
14228 * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
14229 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
14230 documentation.
14231 * ggc-common.c: Include params.h
14232 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
14233 init_ggc_heuristics): New functions.
14234 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
14235 init_ggc_heuristics): Prototype.
14236 * toplev.c (print_version): Output GGC heuristics.
14237 (parse_options_and_default_flags): Call init_ggc_heuristics.
14238
14239 2003-02-22 Jan Hubicka <jh@suse.cz>
14240
14241 * i386.c (def_builtin): Special case 64bit builtins.
14242 (MASK_SSE164, MASK_SSE264): New constants.
14243 (builtin_description): Add 64bit builtins.
14244 (ix86_init_mmx_sse_builtins): Likewise.
14245 * i386.h (enum ix86_builtins): Likewise.
14246 * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
14247 sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
14248 (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
14249 * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
14250 * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
14251 _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
14252 _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
14253
14254 2003-02-22 Jan Hubicka <jh@suse.cz>
14255
14256 * i386.c (builtin_description): Add __builtin_ia32_paddq and
14257 __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
14258 and __builtin_ia32_psubq128.
14259 * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
14260 * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
14261 (mmx_adddi3, mmx_subdi3): New.
14262 * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
14263 * xmmintrin.h (_mm_movepi64_pi64): New.
14264 (_mm_add_epi64, _mm_sub_epi64): fix.
14265 (_mm_mul_pu16): Rename to...
14266 (_mm_mul_su32): ... this one.
14267
14268 * builtins.c (expand_builtin_expect): Do not predict
14269 flag_guess_branch_prob is not set.
14270 * c-semantics.c (expand_stmt): Likewise.
14271 * predict.c (predict_insn): Likewise.
14272 * stmt.c (expand_continue_loop): Likewise.
14273 * toplev.c (rest_of_compilation): Do not call
14274 note_prediction_to_br_prob and note_prediction_to_br_prob
14275 when not optimizing.
14276
14277 2003-02-21 Jan Hubicka <jh@suse.cz>
14278
14279 * cfgrtl.c (commit_edge_insertions): Call
14280 find_many_sub_basic_block only when some code has been emitted.
14281 (commit_edge_insertions_watch_calls): Bring into sync with
14282 commit_edge_insertions
14283
14284 2003-02-21 J"orn Rennecke <joern.rennecke@superh.com>
14285
14286 * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
14287
14288 * sh.md (binary_sf_op): Use extra constant operand instead of
14289 negating constant operand 4.
14290 * sh.c (sh_expand_binop_v2sf): Supply it.
14291
14292 2003-02-21 Zack Weinberg <zack@codesourcery.com>
14293
14294 * cpphash.h (struct lexer_state): Add directive_wants_padding.
14295 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
14296 for directives of type INCL.
14297 (glue_header_name, parse_include): Use get_token_no_padding.
14298 * cppmacro.c (replace_args): If directive_wants_padding,
14299 provide padding tokens.
14300
14301 2003-02-21 Kazu Hirata <kazu@cs.umass.edu>
14302
14303 * config/h8300/h8300.md (a peephole2): New.
14304
14305 2003-02-21 Jan Hubicka <jh@suse.cz>
14306
14307 * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
14308 (commit_edge_insertions): Call find_many_sub_basic_blocks
14309
14310 * reg-stack.c (convert_regs): Cleax aux for blocks.
14311
14312 2003-02-21 Jan Hubicka <jh@suse.cz>
14313
14314 * toplev.c (parse_options_and_default_flags): Undo accidental commit.
14315
14316 2003-02-21 Glen Nakamura <glen@imodulo.com>
14317
14318 PR optimization/8613
14319 * builtins.c (expand_builtin): Emit postincrements before expanding
14320 builtin functions.
14321
14322 2003-02-21 Ben Elliston <bje@redhat.com>
14323
14324 PR other/5634
14325 * doc/install.texi (Configuration): Explain using $HOME instead of
14326 the ~ metacharacter when referring to home directories.
14327
14328 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
14329
14330 * configure.in (TARGET_SYSTEM_ROOT): Set default to
14331 ${exec_prefix}/${target_alias}/sys-root. Match explicit
14332 '${exec_prefix}' (in addition to the expansion thereof) as
14333 relocatable.
14334 * configure: Rebuilt.
14335
14336 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
14337
14338 * config/h8300/h8300.md (addhi3_incdec): Change the name to
14339 *addhi3_incdec.
14340 (addsi3_incdec): Change the name to *addsi3_incdec.
14341
14342 2003-02-20 Roger Sayle <roger@eyesopen.com>
14343
14344 * explow.c (force_reg): Avoid useless REG_EQUAL notes.
14345
14346 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
14347
14348 PR fortran/9038
14349 * c-opts.c (sanitize_cpp_opts): Add Fortran front end
14350 options to be ignored.
14351 (c_common_decode_option): Ignore them when preprocessing.
14352
14353 2003-02-20 Jan Hubicka <jh@suse.cz>
14354
14355 * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
14356 global variables.
14357 (lang_independent_options): Add -fsched2-use-superblocks
14358 -fsced2-use-traces.
14359 (rest_of_compilation): Deal with it.
14360 * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
14361 * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
14362 Declare.
14363 * rtl.h (reg_to_stack): Update prototype.
14364 * reg-stack.c (reg_to_stack): Return when something has changed;
14365 update liveness when executing after superblock scheduling.
14366
14367 * combine.c (simplify_shift_const): Simplify few special cases
14368 into constants.
14369
14370 2003-02-20 David Edelsohn <edelsohn@gnu.org>
14371
14372 * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
14373 (add.,subf.,neg.): Change attribute to fast_compare.
14374 All DFA descriptions updated.
14375
14376 2003-02-20 Nathan Sidwell <nathan@codesourcery.com>
14377
14378 Change base class access representation.
14379 * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
14380 TREE_VIA_PRIVATE): Remove.
14381 (BINFO_BASEACCESSES): New binfo elt.
14382 (BINFO_BASEACCESS): New accessor.
14383 (BINFO_ELTS): Increase.
14384 (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
14385 (access_public_node, access_protected_node,
14386 access_private_node): New global nodes.
14387 * tree.c (build_common_tree_nodes_2): Initialize access nodes.
14388 * dbxout.c (dbxout_type): Adjust.
14389 * dwarf2out.c (gen_inheritance_die): Add access parameter.
14390 (gen_member_die): Adjust.
14391 * dwarfout.c (output_inheritance_die): ARG is array of two trees.
14392 (output_type): Adjust.
14393 * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
14394
14395 Change base class access representation. Share virtual base
14396 binfos.
14397 * cp/call.c (build_special_member_call): Remove binfo_for_vbase
14398 call.
14399 * cp/class.c (build_base_path): Likewise.
14400 (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
14401 (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
14402 (make_new_vtable): Adjust.
14403 (force_canonical_binfo_r): Delete.
14404 (force_canonical_binfo): Delete.
14405 (mark_primary_virtual_base): Delete.
14406 (dfs_unshared_virtual_bases): Delete.
14407 (mark_primary_bases): Adjust.
14408 (maybe_warn_about_overly_private_class): Adjust.
14409 (dfs_base_derived_from): Delete.
14410 (base_derived_from): Follow the inheritance chain.
14411 (struct find_final_overrider_data): Add vpath member.
14412 (dfs_find_final_overrider): Adjust.
14413 (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
14414 (find_final_overrider): Adjust.
14415 (update_vtable_entry_for_fn): Adjust.
14416 (modify_all_vtables): Adjust.
14417 (walk_subobject_offsets): Adjust.
14418 (layout_nonempty_base_or_field): Adjust.
14419 (layout_empty_base): Remove last parameter. Adjust.
14420 (build_base_field): Adjust.
14421 (build_base_fields): Adjust.
14422 (propagate_binfo_offsets): Remove last parameter. Adjust.
14423 (dfs_set_offset_for_unshared_vbases): Delete.
14424 (layout_virtual_bases): Adjust.
14425 (finish_struct_1): Adjust.
14426 (init_class_processing): Don't init access nodes.
14427 (dfs_get_primary_binfo): Delete.
14428 (get_primary_binfo): Adjust.
14429 (dump_class_hierarchy_r): Remove most derived arg, add IGO
14430 parameter. Adjust.
14431 (dump_class_hierarchy): Adjust.
14432 (finish_vtbls): Adjust.
14433 (get_original_base): Delete.
14434 (build_vtt_inits): Adjust.
14435 (dfs_build_secondary_vptr_vtt_inits): Adjust.
14436 (dfs_ctor_vtable_bases_queue_p): Adjust.
14437 (build_ctor_vtbl_group): Adjust.
14438 (dfs_accumulate_vtbl_inits): Adjust.
14439 (build_vtbl_initializer): Adjust.
14440 (build_vbase_offset_vtbl_entries): Adjust.
14441 (add_vcall_offset_vtbl_entries_1): Adjust.
14442 * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
14443 (access_*_node): Remove.
14444 (CANONICAL_BINFO): Delete.
14445 (BINFO_UNSHARED_MARKED): Remove.
14446 (BINFO_MARKED): Set LANG_FLAG_0 directly.
14447 (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
14448 (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
14449 (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
14450 Delete.
14451 (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
14452 (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
14453 (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
14454 Delete.
14455 (BINFO_DEPENDENT_BASE_P): New.
14456 (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
14457 index.
14458 (markedp, unmarkedp): Adjust.
14459 (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
14460 dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
14461 find_vbase_instance, binfo_for_vbase): Delete.
14462 (copied_binfo, original_binfo): Declare.
14463 (finish_base_specifier): Add virtual_p arg.
14464 (unshare_base_binfos): Delete.
14465 (copy_base_binfos): Declare.
14466 (reverse_path): Delete.
14467 * cp/decl.c (xref_basetypes): Access and virtuality passed
14468 differently. Don't copy direct base binfos here. Call
14469 copy_base_binfos.
14470 * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
14471 (initialize_vtbl_ptrs): Adjust.
14472 (expand_member_init): Adjust.
14473 * cp/parser.c (cp_parser_base_specifier): Adjust.
14474 * cp/pt.c (instantiate_class_template): Adjust.
14475 (get_template_base_recursive): Adjust.
14476 * cp/rtti.c (get_pseudo_ti_init): Adjust.
14477 (get_pseudo_ti_desc): Adjust.
14478 * cp/tree.c (unshare_base_binfos): Rename to ...
14479 (copy_base_binfos): ... here, reimplement.
14480 (make_binfo): Set BINFO_DEPENDENT_BASE_P.
14481 (reverse_path): Remove.
14482 * cp/typeck.c (get_delta_difference): Adjust error messages.
14483 * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
14484 * cp/search.c (lookup_base_r): Adjust.
14485 (dynamic_cast_base_recurse): Adjust.
14486 (canonical_binfo): Remove.
14487 (dfs_canonical_queue): Remove.
14488 (dfs_assert_unmarked_p): Remove.
14489 (assert_canonical_unmarked): Remove.
14490 (shared_marked_p, shared_unmarked_p): Remove.
14491 (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
14492 (dfs_access_in_type): Adjust.
14493 (access_in_type): Adjust.
14494 (dfs_accessible_queue_p): Adjust.
14495 (dfs_accessible_p): Adjust.
14496 (is_subobject_of_p_1, is_subobject_of_p): Remove.
14497 (struct lookup_field_info): Remove from_dep_base_p field.
14498 (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
14499 (lookup_field_r): Remove dependent base code.
14500 (lookup_member): Likewise.
14501 (dfs_walk, dfs_walk_real): Add access arg to queue fn.
14502 (dfs_unmarked_real_bases_queue_p): Remove.
14503 (dfs_marked_real_bases_queue_p): Remove.
14504 (dfs_skip_vbases): Remove.
14505 (dfs_get_pure_virtuals): Adjust.
14506 (markedp, unmarkedp): Adjust.
14507 (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
14508 (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
14509 (dfs_unmark): Adjust.
14510 (dfs_get_vbase_types):Remove.
14511 (dfs_build_inheritance_graph_order): Remove.
14512 (get_vbase_types): Remove
14513 (dfs_find_vbase_instance): Remove.
14514 (find_vbase_instance): Remove.
14515 (dfs_debug_unmarkedp): Adjust.
14516 (dependent_base_p): Remove.
14517 (dfs_push_type_decls): Adjust.
14518 (dfs_push_decls): Adjust.
14519 (dfs_no_overlap_yet): Adjust.
14520 (copied_binfo): New function.
14521 (original_binfo): New function.
14522 (binfo_for_vbase): Remove.
14523
14524 Change base class access representation.
14525 * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
14526 (add_interface_do): Likewise.
14527
14528 2003-02-20 David Edelsohn <edelsohn@gnu.org>
14529
14530 * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
14531 * config/rs6000/power4.md (power4-store,power4-vecstore): New
14532 insn reservations.
14533 (power4-fpstore): Compact.
14534
14535 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
14536
14537 * config/h8300/h8300.md (*iorsi3_w): New.
14538
14539 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
14540
14541 * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
14542 * rtl.c (reg_note_name): Likewise.
14543 * rtl.h (enum reg_note): Likewise.
14544 * doc/invoke.texi: Likewise.
14545 * doc/rtl.texi: Likewise.
14546
14547 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
14548
14549 * bb-reorder.c (find_traces_1_round): Fix comment typo.
14550
14551 2003-02-19 Roger Sayle <roger@eyesopen.com>
14552
14553 * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
14554 addition in the presence of signaling NaNs.
14555
14556 2003-02-19 Krister Walfridsson <cato@df.lth.se>
14557
14558 * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
14559
14560 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
14561
14562 * config/h8300/h8300.c (output_logical_op): Optimize or.l when
14563 ORing with 0xffff??00 with the highest bit of the ?? part set.
14564 (compute_logical_op_length): Update.
14565 (compute_logical_op_cc): Likewise.
14566
14567 2003-02-19 Josef Zlomek <zlomekj@suse.cz>
14568
14569 * bb-reorder.c (find_traces_1_round): Fixed condition for small
14570 destination block with multiple predecessors.
14571 (connect_traces): Check whether the block is a start of trace.
14572
14573 2003-02-19 Jan Hubicka <jh@suse.cz>
14574
14575 * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
14576 * function.c (assign_params): Likewise.
14577 * arm-protos.h (arm_init_cumulative_args): Update prototype.
14578 * arm.c (arm_init_cumulative_args): Update function.
14579 * arm.h (INIT_CUMULATIVE_ARGS): Update.
14580 * avr-protos.h (init_cumulative_args): Update prototype.
14581 * avr.c (init_cumulative_args): Update function.
14582 * avr.h (INIT_CUMULATIVE_ARGS): Update.
14583 * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
14584 * d30v.c (d30v_init_cumulative_args): Update function.
14585 * d30v.h (INIT_CUMULATIVE_ARGS): Update.
14586 * frv-protos.h (frv_init_cumulative_args): Update prototype.
14587 * frv.c (frv_init_cumulative_args): Update function.
14588 * frv.h (INIT_CUMULATIVE_ARGS): Update.
14589 * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
14590 * pa.h (INIT_CUMULATIVE_ARGS): Update.
14591 * sparc-protos.h (init_cumulative_args): Update prototype.
14592 * sparc.c (init_cumulative_args): Update function.
14593 * sparc.h (INIT_CUMULATIVE_ARGS): Update.
14594 * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
14595
14596 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
14597
14598 * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
14599 (*ashiftsi_sextqi_7): Likewise.
14600
14601 2003-02-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14602
14603 * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
14604 ISO C99 and C++.
14605
14606 * fixinc/inclhack.def (irix___restrict): Don't change __restrict
14607 for C++ on IRIX 6.5.1[89].
14608 * fixinc/tests/base/internal/sgimacros.h: New file.
14609
14610 * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
14611 * fixinc/tests/base/internal/wchar_core.h: New file.
14612
14613 * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
14614 socklen_t definition.
14615 * fixinc/fixincl.x: Regenerate.
14616 * fixinc/tests/base/sys/socket.h: New file.
14617 Fixes PR libgcj/9652.
14618
14619 2003-02-19 Jan Hubicka <jh@suse.cz>
14620
14621 * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
14622
14623 2003-02-19 David Edelsohn <edelsohn@gnu.org>
14624
14625 * config/rs6000/rs6000.c (rs6000_override_options): Initialize
14626 align_jumps_max_skip and align_loops_max_skip.
14627
14628 2003-02-19 Thierry Moreau <thierry.moreau@connotech.com>
14629
14630 * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
14631 test size if named section.
14632
14633 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
14634
14635 * expr.c (expand_expr): Use gen_int_mode for the argument
14636 to gen_rtx_MULT.
14637
14638 2003-02-19 Jan Hubicka <jh@suse.cz>
14639
14640 * i386.md (cosxf2): Fix conditional.
14641
14642 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
14643
14644 * config/h8300/h8300.md (extendqisi2): Change to an expander.
14645 (*extendqisi2_h8300): New.
14646 (*extendqisi2_h8300hs): Likewise.
14647
14648 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
14649
14650 * config/h8300/h8300-protos.h: Update the prototype for
14651 split_adds_subs. Remove the prototypes for
14652 const_int_le_2_operand and const_int_le_6_operand.
14653 * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
14654 (const_int_le_2_operand): Remove.
14655 (const_int_le_6_operand): Likewise.
14656 * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
14657 for const_int_le_2_operand and const_int_le_6_operand.
14658 * config/h8300/h8300.md: Update all uses of split_adds_subs.
14659 (a peephole2): New.
14660
14661 2003-02-18 Jan Hubicka <jh@suse.cz>
14662
14663 * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
14664 (cgraph_expand_function): Rewrite.
14665
14666 2003-02-18 Matt Austern <austern@apple.com>
14667
14668 * toplev.c, langhooks.c, langhooks-def.h: Move
14669 write_global_declarations from toplev.c to langhooks.c.
14670
14671 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
14672
14673 * config/h8300/h8300.c (general_operand_src): Always check
14674 MODE.
14675 (general_operand_dst): Likewise.
14676
14677 2003-02-18 Roger Sayle <roger@eyesopen.com>
14678
14679 * convert.c (convert_to_real): Also optimize (float)log(x) into
14680 logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
14681
14682 2003-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
14683
14684 * config/sh/sh.c (unspec_caller_rtx_p): New.
14685 (sh_cannot_copy_insn_p): New.
14686 (TARGET_CANNOT_COPY_INSN_P): New.
14687
14688 2003-02-18 Richard Henderson <rth@redhat.com>
14689
14690 * c-common.c (handle_used_attribute): Accept static data too.
14691
14692 2003-02-18 Nick Clifton <nickc@redhat.com>
14693 Aldy Hernandez <aldyh@redhat.com>
14694
14695 * testsuite/gcc.dg/20030218-1.c: New.
14696
14697 * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
14698
14699 * target-def.h (TARGET_INITIALIZER): Add
14700 TARGET_VECTOR_TYPES_COMPATIBLE.
14701 (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
14702
14703 * target.h (struct gcc_target): Add field vector_types_compatible.
14704
14705 * c-typeck.c (comptypes): Take into account
14706 TARGET_VECTOR_TYPES_COMPATIBLE.
14707 (convert_for_assignment): Same.
14708
14709 * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
14710 (rs6000_spe_vector_types_compatible): New.
14711 (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
14712
14713 2003-02-19 Andreas Schwab <schwab@suse.de>
14714
14715 * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
14716 * toplev.c: Include langhooks-def.h.
14717
14718 2003-02-18 Chris Demetriou <cgd@broadcom.com>
14719
14720 * config/mips/mips.h (enum processor_type): Sort entries
14721 alphabetically.
14722 * config/mips/mips.md (define_attr cpu): Sync with processor_type
14723 enum values, including adding entries that were missing.
14724
14725 2003-02-18 J"orn Rennecke <joern.rennecke@superh.com>
14726
14727 * sh.c (calc_live_regs): Also check GET_CODE when checking if
14728 initial value for PR_REG is still the PR_REG register.
14729
14730 2003-02-18 Jim Wilson <wilson@redhat.com>
14731
14732 * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
14733 instruction in output template.
14734 (bsp_value): Change output template from string to C code, add %,
14735 before actual instruction.
14736 (flushrs): Mark as not predicable.
14737
14738 2003-02-18 Krister Walfridsson <cato@df.lth.se>
14739
14740 * inclhack.def (netbsd_bogus_semicolon): New fix.
14741 * fixincl.x: Rebuilt.
14742 * tests/base/ctype.h: Update.
14743
14744 2003-02-18 Roger Sayle <roger@eyesopen.com>
14745
14746 * fold-const.c (negate_expr_p): New function to determine whether
14747 an expression can be negated cheaply.
14748 (fold) [MINUS_EXPR]: Use it to determine whether to transform
14749 -A - B into -B - A for floating point types.
14750
14751 2003-02-18 Roger Sayle <roger@eyesopen.com>
14752
14753 * sbitmap.c (sbitmap_resize): New function.
14754 * sbitmap.h (sbitmap_resize): Prototype here.
14755 * recog.c (split_all_insns): Use sbitmap_resize.
14756
14757 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
14758
14759 * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
14760 insn length.
14761 (extendqisi2): Likewise.
14762 (*extendhisi2_h8300): Likewise.
14763
14764 2003-02-18 Matt Austern <austern@apple.com>
14765
14766 * langhooks.h, langhooks-def.h: introduce new langhook,
14767 final_write_globals, with write_global_declarations as default.
14768 * toplev.c: Move invocation of wrapup_global_declarations from
14769 compile_file to new function, write_global_declarations. Change
14770 compile_file to use final_write_globals hook. Change
14771 wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
14772 conditional.
14773
14774 2003-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14775
14776 * pa.md: Correct and enhance comment.
14777
14778 2003-02-18 Geoffrey Keating <geoffk@apple.com>
14779
14780 * gcc.c (validate_switches): Don't scan past closing '}'.
14781
14782 2003-02-18 Ben Elliston <bje@redhat.com>
14783
14784 PR c++/1607
14785 * doc/extend.texi (Function Attributes): Document the effect of
14786 the C++ "this" parameter on the counting of arguments for the
14787 "format" and "format_arg" attributes.
14788
14789 2003-02-17 Aldy Hernandez <aldyh@redhat.com>
14790
14791 * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
14792 (__ev_stdw): Same.
14793 (__ev_stdh): Same.
14794
14795 2003-02-17 Jan Hubicka <jh@suse.cz>
14796
14797 * recog.c (split_all_insns): Fix memory overflow.
14798
14799 2003-02-17 Kazu Hirata <kazu@cs.umass.edu>
14800
14801 * config/h8300/h8300.md (cmpqi): Remove mode from compare.
14802 (cmphi): Likewise.
14803 (*cmphi_h8300): Likewise.
14804 (*cmphi_h8300hs): Likewise.
14805 (cmpsi): Likewise.
14806 (7 peephole2): Likewise.
14807
14808 2003-02-16 Jan Hubicka <jh@suse.cz>
14809
14810 * c-typeck.c (build_c_cast): Fold constant variables into
14811 initial values.
14812
14813 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14814
14815 * doc/install.texi (Specific): Fix link for m68k-att-sysv.
14816 (Binaries): Ditto for Sinix/Reliant Unix.
14817
14818 2003-02-16 Richard Earnshaw <rearnsha@arm.com>
14819
14820 * arm.c (arm_reload_in_hi): Ensure that the scratch register does
14821 not overlap the final result register.
14822
14823 2003-02-16 Arend Bayer <arend.bayer@web.de>
14824 Richard Henderson <rth@redhat.com>
14825
14826 PR c/8068
14827 * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
14828 rearrange mult arguments for less recursion.
14829 (extract_muldiv): New. Prevent runaway recursion.
14830
14831 2003-02-16 Danny Smith <dannysmith@users.sourceforge.net>
14832
14833 * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
14834 MASK_ALIGN_DOUBLE.
14835
14836 2003-02-15 Roger Sayle <roger@eyesopen.com>
14837
14838 * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
14839 to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
14840 (ext_80387_constants_table): Global table of 80387 special constants
14841 guarded by ext_80387_constants_init flag when not initialized.
14842 (init_ext_80387_constants): New function to initialize this table.
14843 (standard_80387_constant_p): Extend to recognize extra 80387
14844 constants, in XFmode, on processors where this is a win.
14845 (standard_80387_constant_opcode): New function to return the
14846 opcode associated with standard_80387_constant_p.
14847 (standard_80387_constant_rtx): New function to return the XFmode
14848 CONST_DOUBLE associated with standard_80387_constant_p.
14849 (ix86_rtx_costs): Give the new constants the same cost as 1.0.
14850
14851 * config/i386/i386-protos.h (standard_80387_constant_opcode):
14852 Prototype here.
14853 (standard_80387_constant_rtx): Likewise.
14854
14855 * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
14856 *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
14857 *movtf_integer): Simplify using new standard_80387_constant_opcode.
14858
14859 2003-02-15 Geoffrey Keating <geoffk@apple.com>
14860
14861 * doc/invoke.texi (Optimize Options): Correct @option syntax.
14862
14863 2003-02-15 Richard Henderson <rth@redhat.com>
14864
14865 * Makefile.in (cfglayout.o): Depend on TARGET_H.
14866 * cfglayout.c: Include target.h.
14867 (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
14868 * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
14869 * target.h (struct gcc_target): Add cannot_copy_insn_p.
14870
14871 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
14872 (TARGET_CANNOT_COPY_INSN_P): New.
14873 (override_options): Revert 2003-02-08 hack.
14874
14875 2003-02-15 Richard Henderson <rth@redhat.com>
14876
14877 * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
14878 (bypass_conditional_jumps): Accept computed_jump_p insns as well.
14879
14880 2003-02-15 David Edelsohn <edelsohn@gnu.org>
14881
14882 * config/rs6000/rs6000.h (processor_type): Add PPC440.
14883 * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
14884 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
14885 TARGET_SCHED_VARIABLE_ISSUE): Define.
14886 (rs6000_use_dfa_pipeline_interface): New function.
14887 (rs6000_multipass_dfa_lookahead): New Function.
14888 (rs6000_variable_issue): New function.
14889 (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
14890 (rs6000_issue_rate): Add PPC440.
14891 * config/rs6000/rs6000.md (unspec list): Correct typo.
14892 (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
14893 store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
14894 cmp, delayed_cr, mfcr, mtcr.
14895 (automata_option): Set "ndfa".
14896 (extendMMNN2): Update attributes.
14897 (movcc_internal1): Discourage move to non-cr0. Update
14898 attributes.
14899 (movMM_update): Update attributes.
14900 (cmpMM_internal): Update attributes.
14901 (sCC CR materialization): Update attributes.
14902 (branch patterns): Do not discourage non-cr0.
14903 (cr logical patterns): Prefer destructive register allocation.
14904 Update attributes.
14905 (movesi_from_cr): Update attribute.
14906 (mtcrf_operation): Update attribute.
14907 (mtcrfsi): Update attribute.
14908 * config/rs6000/40x.md: New file.
14909 * config/rs6000/603.md: New file.
14910 * config/rs6000/6xx.md: New file.
14911 * config/rs6000/7450.md: New file.
14912 * config/rs6000/7xx.md: New file.
14913 * config/rs6000/mpc.md: New file.
14914 * config/rs6000/power4.md: New file.
14915 * config/rs6000/rios1.md: New file.
14916 * config/rs6000/rios2.md: New file.
14917 * config/rs6000/rs64.md: New file.
14918 [Some DFA descriptions based on work by Michael Hayes]
14919
14920 2003-02-15 Richard Henderson <rth@redhat.com>
14921
14922 * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
14923 successors with multiple predecessors.
14924 (connect_traces): Try harder to copy traces of length 1.
14925
14926 * function.h (struct function): Add computed_goto_common_label,
14927 computed_goto_common_reg.
14928 * function.c (free_after_compilation): Zap them.
14929 * stmt.c (expand_computed_goto): Use them to produce one
14930 indirect branch per function.
14931
14932 2003-02-15 Richard Henderson <rth@redhat.com>
14933
14934 * cfgcleanup.c: Include params.h.
14935 (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES. Fix test for
14936 too many outgoing edges from a block.
14937 * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
14938 * params.def (max-crossjump-edges): New.
14939 * doc/invoke.texi: Document it.
14940
14941 2003-02-15 Richard Henderson <rth@redhat.com>
14942
14943 * recog.c (split_all_insns): Include new blocks in life update;
14944 do a global life update.
14945
14946 2003-02-15 Danny Smith <dannysmith@users.sourceforge.net>
14947
14948 * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
14949 Update copyright.
14950 * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
14951 -mno-cygwin case.
14952
14953 2003-02-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
14954
14955 PR optimization/7702
14956 * reload1.c (reload_cse_simplify_set): Honor
14957 CANNOT_CHANGE_MODE_CLASS.
14958
14959 2003-02-14 Alexandre Oliva <aoliva@redhat.com>
14960
14961 * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
14962 function.
14963 * config/mn10300/mn10300-protos.h: Declare it.
14964 * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
14965 attribute cc of instructions that may use clr.
14966
14967 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
14968
14969 * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
14970 (x - (x & y)) is found.
14971
14972 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14973
14974 * configure.in: Fix typo.
14975 * configure: Regenerate.
14976
14977 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
14978
14979 * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
14980
14981 2003-02-13 Adam Nemet <anemet@lnxw.com>
14982
14983 PR opt/2391
14984 * combine.c: Fix spelling in comment.
14985 (cached_nonzero_bits): New function.
14986 (cached_num_sign_bit_copies): New function.
14987 (nonzero_bits_with_known): New macro.
14988 (num_sign_bit_copies_with_known): New macro.
14989 (nonzero_bits1): Rename from nonzero_bits. Add three new
14990 arguments. Change calls from nonzero_bits to
14991 nonzero_bits_with_known.
14992 (num_sign_bit_copies1): Rename from num_sign_bit_copies. Add
14993 three new arguments. Change calls from num_sign_bit_copies to
14994 num_sign_bit_copies_with_known.
14995 (nonzero_bits): New macro.
14996 (num_sign_bit_copies): New macro.
14997 (update_table_tick): Don't traverse identical subexpression more
14998 than once.
14999 (get_last_value_validate): Likewise.
15000
15001 2003-02-13 Zack Weinberg <zack@codesourcery.com>
15002
15003 * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
15004 * function.h (struct emit_status): Length of regno_pointer_align
15005 and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
15006 not regno_pointer_align_length (i.e. length actually used, not
15007 length as allocated)
15008
15009 * config/i386/i386.c (struct stack_local_entry): New.
15010 (struct machine_function): Replace huge array with alist.
15011 (assign_386_stack_local): Change to match.
15012
15013 2003-02-13 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
15014
15015 * inclhack.def (hpux_long_double): Tighten select and add bypass
15016 regexp.
15017 * fixincl.x: Rebuilt.
15018
15019 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
15020
15021 * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
15022 edge and block ends with a jump insn it must be simple jump.
15023
15024 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
15025
15026 * Makefile.in (PREPROCESSOR_DEFINES): Add
15027 @TARGET_SYSTEM_ROOT_DEFINE@.
15028 * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
15029 is specified or if building a cross compiler.
15030 (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
15031 if the sysroot is under $exec_prefix.
15032 * configure: Regenerated.
15033 * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
15034 defined.
15035 (struct default_include): Add add_sysroot field.
15036 (cpp_SYSROOT): Declare.
15037 * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
15038 field.
15039 (cpp_SYSROOT): New variable.
15040 * cppinit.c (cpp_create_reader): Initialize
15041 CPP_OPTION (pfile, sysroot).
15042 (init_standard_includes): Handle add_sysroot. Do not
15043 add unrelocated copies of relocated directories.
15044 (COMMAND_LINE_OPTIONS): Add -isysroot.
15045 (cpp_handle_option): Handle -isysroot.
15046 * cpplib.h (struct cpp_options): Add sysroot member.
15047 * gcc.c (The Specs Language): Update description of %I.
15048 (target_system_root_changed): New variable.
15049 (process_command): Conditionalize make_relative_prefix call
15050 on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE. Set
15051 target_system_root_changed.
15052 (do_spec_1): Add -isysroot to %I.
15053 * doc/invoke.texi (Spec Files): Update description of %I.
15054 * doc/install.texi (--with-sysroot): Update comment about
15055 relocation.
15056
15057 2003-02-13 Kazu Hirata <kazu@cs.umass.edu>
15058
15059 * config/h8300/h8300.md (a peephole2): New.
15060
15061 2003-02-13 Robert Lipe <robertlipe@usa.net>
15062 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15063
15064 * doc/install.texi (Specific): Update three SCO-related URLs.
15065
15066 2003-02-13 Andreas Schwab <schwab@suse.de>
15067
15068 * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
15069 Parenthesize properly.
15070 (NPREDECESORS): Parenthesize properly.
15071
15072 2003-02-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
15073
15074 * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
15075
15076 2003-02-12 Roger Sayle <roger@eyesopen.com>
15077
15078 * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
15079 (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
15080
15081 * reg-stack.c (subst_stack_regs_pat): Add support for binary
15082 UNSPEC instructions (e.g. "fpatan").
15083
15084 2003-02-12 Mike Stump <mrs@apple.com>
15085
15086 * varray.c (element_size): Remove.
15087 (uses_ggc): Remove.
15088 (element): Add.
15089 (varray_init): Use new interface.
15090 (varray_grow): Use new interface.
15091 (varray_clear): Use new interface.
15092
15093 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
15094
15095 * config/rs6000/spe.h: Add casts to the arguments of the following
15096 macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
15097 evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
15098 evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
15099 __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
15100 __ev_get_u16, __ev_get_s16.
15101
15102 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
15103
15104 * config/h8300/h8300.md (a peephole2): New.
15105
15106 2003-02-12 Jan Hubicka <jh@suse.cz>
15107
15108 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
15109 (OBJS): Add callgraph.o
15110 (callgraph.o): New.
15111 * c-decl.c (expand_body_1): Break out from ...
15112 (expand_body): This one; change calling convention
15113 (finish_function): Move some of expand_body logic here.
15114 (c_expand_deferred_function): Update call of expand_body
15115 (c_expand_stmt): Use c_expand_body_1.
15116 * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
15117 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
15118 * c-tree.h (c_expand_body): Declare.
15119 * callgraph.c: New file.
15120 * flags.h (flag_unit_at_a_time): Declare.
15121 * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
15122 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
15123 LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
15124 * langhooks.h (struct lang_hooks_for_callgraph): New.
15125 (struct lang_hooks): Add callgraph field.
15126 * toplev.c (flag_unit_at_a_time): New.
15127 (lang_independent_options): Add flag_unit_at_a_time.
15128 (process_options): Disable unit-at-a-time mode for frontends not
15129 supporting callgraph.
15130 * tree-inline.c (typedef struct inline_data): Add "decl"
15131 (expand_call_inline): Update callgraph.
15132 (optimize_inline_calls): Set id.decl.
15133 * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
15134 cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
15135 cgraph_calls_p): Declare.
15136 * invoke.texi (-funit-at-a-time): Document
15137
15138 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
15139
15140 * config/rs6000/spe.h: Fix misc formatting.
15141 (__ev_create_ufix32_fs): Cast ev argument.
15142 (__ev_create_sfix32_fs): Same.
15143 (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
15144 (__ev_get_ufix32_fs_internal): Same.
15145
15146 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
15147
15148 * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
15149 * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
15150
15151 2003-02-12 Zack Weinberg <zack@codesourcery.com>
15152
15153 * cpplib.c (do_include_common): Move warnings for
15154 #include_next and #import out to callers. Use early-return
15155 instead of nested ifs. Don't do check_eol here.
15156 (parse_include): Do check_eol here with the rest of the
15157 parsing stuff.
15158 (do_include_next, do_import): Now handle warnings.
15159
15160 2003-02-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15161
15162 * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
15163
15164 2003-02-12 Jan Hubicka <jh@suse.cz>
15165
15166 * predict.c (estimate_probability): Fix roundoff error.
15167
15168 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
15169
15170 * config/h8300/h8300.md (a peephole2): Don't handle 65535.
15171 (two peephole2): New.
15172
15173 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
15174
15175 * config/h8300/h8300.md (several peephole2): Replace
15176 find_regno_note with peep2_reg_dead_p.
15177
15178 2003-02-11 Richard Henderson <rth@redhat.com>
15179
15180 * gcse.c (lookup_set): Remove unused argument PAT. Update
15181 both callers.
15182
15183 2003-02-11 Geoffrey Keating <geoffk@apple.com>
15184
15185 * diagnostic.c (real_abort): New.
15186 (diagnostic_report_diagnostic): Call real_abort on error.
15187 * diagnostic.h (diagnostic_abort_on_error): New.
15188 (struct diagnostic_context): Add abort_on_error field.
15189 * toplev.c (setup_core_dumping): New.
15190 (decode_d_option): Handle 'H' case.
15191 * doc/invoke.texi (Debugging Options): Document -dH.
15192
15193 2003-02-11 Nathanael Nerode <neroden@gcc.gnu.org>
15194
15195 * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
15196 which refers to obsolete directories.
15197
15198 2003-02-11 Richard Henderson <rth@redhat.com>
15199
15200 * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
15201
15202 2002-10-21 Jan Hubicka <jh@suse.cz>
15203
15204 * i386.c (contains_128bit_aligned_vector_p): New function.
15205 (ix86_function_arg_boundary): Properly align vector modes.
15206
15207 2003-02-11 Bob Wilson <bob.wilson@acm.org>
15208
15209 * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
15210 * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
15211 as a SET pattern.
15212
15213 2003-02-11 Roger Sayle <roger@eyesopen.com>
15214
15215 * builtins.c: Fix failure caused by commiting wrong patch.
15216
15217 2003-02-11 Dale Johannesen <dalej@apple.com>
15218 * ra-build.c (compare_and_free_webs): Relax checking.
15219 * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME): Define.
15220 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
15221
15222 2003-02-11 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
15223
15224 PR optimization/9651
15225 * rtlanal.c (may_trap_p): Handle FIX.
15226
15227 2003-02-11 Dave Jones <davej@codemonkey.org.uk>
15228
15229 * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
15230 * doc/invoke.texi: Extra alias.
15231
15232 2003-02-11 Geoffrey Keating <geoffk@apple.com>
15233
15234 * config/rs6000/host-darwin.c: Fix comment.
15235
15236 2003-02-11 David Edelsohn <edelsohn@gnu.org>
15237
15238 * config/rs6000/rs6000.md (divmodsi4): Use register_operand
15239 predicate for mod result.
15240
15241 2003-02-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15242
15243 * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
15244 hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
15245 * fixincl.x: Rebuilt.
15246 * tests/base/stdlib.h: Update.
15247 * tests/base/ctype.h: New file.
15248
15249 2003-02-11 Jan Hubicka <jh@suse.cz>
15250
15251 * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
15252
15253 2003-02-11 Richard Henderson <rth@redhat.com>
15254
15255 * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
15256 appropriated as globals.
15257 (ix86_expand_clrstr): Similarly.
15258 * config/i386/i386.md (cmpstrsi): Similarly.
15259
15260 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
15261
15262 * config/h8300/h8300.md (a peephole2): Add a case of 255.
15263
15264 2003-02-11 Roger Sayle <roger@eyesopen.com>
15265
15266 * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
15267 (pow_optab, atan2_optab): Define corresponding macros.
15268 * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
15269 * genopinit.c (optabs): Implement pow_optab and atan2_optab
15270 using pow?f3 and atan2?f3 patterns.
15271 * builtins.c (expand_errno_check): New function to update errno
15272 if necessary, split out from expand_builtin_mathfn.
15273 (expand_builtin_mathfn): Use expand_errno_check.
15274 (expand_builtin_mathfn_2): New function to handle expanding binary
15275 math functions, reusing the code in expand_errno_check.
15276 (expand_builtin): Handle the pow and atan2 math built-ins,
15277 BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
15278 expand_builtin_mathfn_2.
15279
15280 * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
15281
15282 2003-02-11 Jan Hubicka <jh@suse.cz>
15283
15284 * combine.c (combine_simplify_rtx): Fix folding of
15285 nested float_truncates.
15286
15287 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
15288
15289 * config/h8300/h8300.md (a peephole2): Fix a typo.
15290
15291 2003-02-11 Richard Earnshaw <rearnsha@arm.com>
15292
15293 * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
15294 register number.
15295
15296 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
15297
15298 * config/h8300/h8300-protos.h: Add a prototype for
15299 gtuleu_operator.
15300 * config/h8300/h8300.c (gtuleu_operator): New.
15301 * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
15302 * config/h8300/h8300.md (a peephole2): New.
15303
15304 2003-02-11 Jan Hubicka <jh@suse.cz>
15305
15306 * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
15307
15308 2003-02-11 Jan Hubicka <jh@suse.cz>
15309
15310 * predict.c (choose_function_section): Choose sections correctly.
15311
15312 2003-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15313
15314 * reload1.c (first_label_num): New.
15315 (reload): Index offsets_known_at and offsets_at using difference of
15316 label number and first label number. Don't use offset pointers.
15317 (set_label_offsets, set_initial_label_offsets): Likewise.
15318
15319 2003-02-10 Roger Sayle <roger@eyesopen.com>
15320
15321 * mips-tfile.c (init_file): Add missing initializers in the
15322 "#ifdef __alpha" case.
15323 (file_offset, max_file_offset): Declare as unsigned long.
15324 (write_varray): Cast to "unsigned long" in comparisons against
15325 either file_offset or max_file_offset.
15326 (write_object): Likewise.
15327 (read_seek): Likewise.
15328 (copy_object): Likewise. Declare "ifd" as int to match its use
15329 in add_ext_symbol, and avoid signed/unsigned conditional warning.
15330
15331 2003-02-10 Nick Clifton <nickc@redhat.com>
15332 Aldy Hernandez <aldyh@redhat.com>
15333
15334 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
15335 override options which have been specified on the command line.
15336
15337 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
15338
15339 * config/h8300/h8300.md (abssf2): New.
15340 (*abssf2_h8300): Likewise.
15341 (*abssf2_h8300hs): Likewise.
15342
15343 2003-02-10 Phil Edwards <pme@gcc.gnu.org>
15344
15345 * tree.c (build_tree_list): Fix parameter names in comment.
15346
15347 2003-02-10 Janis Johnson <janis187@us.ibm.com>
15348
15349 * config/rs6000/ppc64-fp.c: New file.
15350 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
15351
15352 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
15353
15354 * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
15355 * bb-reorder.c (make_reorder_chain): Deleted.
15356 (make_reorder_chain_1): Deleted.
15357 (find_traces): New function.
15358 (rotate_loop): New function.
15359 (mark_bb_visited): New function.
15360 (find_traces_1_round): New function.
15361 (copy_bb): New function.
15362 (bb_to_key): New function.
15363 (better_edge_p): New function.
15364 (connect_traces): New function.
15365 (copy_bb_p): New function.
15366 (get_uncond_jump_length): New function.
15367 (reorder_basic_blocks): Use new functions (Software Trace Cache).
15368 * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
15369 boundaries.
15370
15371 2003-02-10 Aldy Hernandez <aldyh@redhat.com>
15372
15373 * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
15374
15375 2003-02-09 Dan Nicolaescu <dann@ics.uci.edu>
15376
15377 * tree.h (struct tree_decl): Remove unused live_range_rtl field.
15378 (DECL_LIVE_RANGE_RTL): Remove.
15379
15380 2003-02-10 Nick Clifton <nickc@redhat.com>
15381
15382 * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
15383 config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
15384 config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
15385 config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
15386 config/arm/freebsd.h, config/arm/linux-elf.h,
15387 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
15388 config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
15389 config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
15390 config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
15391 config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
15392 config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
15393 config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
15394 and reformat as appropriate.
15395
15396 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
15397
15398 * config/h8300/clzsi2.c: Remove.
15399 * config/h8300/ctzsi2.c: Likewise.
15400 * config/h8300/paritysi2.c: Likewise.
15401 * config/h8300/popcountsi2.c: Likewise.
15402 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
15403 ctzsi2, paritysi2, and popcountsi2.
15404
15405 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
15406 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
15407
15408 PR c/7741
15409 * c-decl.c (duplicate_decls): Discard the initializer of the
15410 new decl when the types are conflicting.
15411
15412 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
15413
15414 * Makefile.in (sreal.o): Added.
15415 (predict.o): Depends on sreal.h instead of real.h.
15416 * sreal.c: New file.
15417 * sreal.h: New file.
15418 * predict.c: Use sreal.c instead of real.c.
15419
15420 2003-02-10 Nick Clifton <nickc@redhat.com>
15421
15422 * Contributed support for the Cirrus EP9312 "Maverick"
15423 floating point co-processor. Written by Aldy Hernandez
15424 <aldyh@redhat.com>.
15425 (config/arm/arm.c): Add Cirrus support.
15426 (config/arm/arm.h): Likewise.
15427 (config/arm/aout.h): Likewise.
15428 (config/arm/arm.md): Likewise.
15429 (config/arm/arm-protos.h): Likewise.
15430 (config.gcc): Likewise.
15431 (doc/invoke.texi): Describe new -mcpu value and new
15432 -mcirrus-fix-invalid-insns switch,
15433 (cirrus.md): New file.
15434
15435 2003-02-10 Jan Hubicka <jh@suse.cz>
15436
15437 * combine.c (combine_simplify_rtx): Simplify using
15438 (float_truncate (float x)) is (float x)
15439 (float_extend (float_extend x)) is (float_extend x).
15440
15441 2003-02-10 Alan Modra <amodra@bigpond.net.au>
15442
15443 * calls.c (try_to_integrate): Tidy stack_usage_map access.
15444 (emit_library_call_value_1): Likewise. Formatting.
15445 (store_one_arg): Likewise.
15446
15447 2003-02-09 Nick Clifton <nickc@redhat.com>
15448 Aldy Hernandez <aldyh@redhat.com>
15449
15450 * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
15451 spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
15452 spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
15453 spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
15454 spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
15455 docs. Add range test for immediate value.
15456
15457 2003-02-09 Aldy Hernandez <aldyh@redhat.com>
15458
15459 Rename spe_evxor to xorv2si3.
15460 (xorv4hi3): New.
15461 (xorv1di3): New.
15462
15463 2003-02-10 Glen Nakamura <glen@imodulo.com>
15464
15465 * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
15466 tag.
15467
15468 2003-02-10 Jan Hubicka <jh@suse.cz>
15469
15470 * i386.c (vector_move_operand): New predicate.
15471 (ix86_expand_vector_move): Be happy about 0.
15472 * i386.h (PREDICATE_CODES): Add sse-move_operand.
15473 * i386.md (mov*_internal): Add 'C' alternative.
15474
15475 2003-02-09 Jan Hubicka <jh@suse.cz>
15476
15477 * i386.md (floathi*): Deal with SSE.
15478
15479 2003-02-09 Jan Hubicka <jh@suse.cz>
15480
15481 * simplify-rtx.c (simplify_unary_operation,
15482 simplify_binary_operation): Deal with vector modes
15483 (simplify_ternary_operation): Deal with no-op VEC_MERGE.
15484
15485 2003-02-09 Richard Sandiford <rsandifo@redhat.com>
15486
15487 * toplev.c (rest_of_compilation): Recompute register usage after
15488 split_all_insns.
15489
15490 2003-02-09 Richard Henderson <rth@redhat.com>
15491
15492 * libgcc-std.ver (__clztf2): New.
15493 (__ctztf2, __popcounttf2, __paritytf2): New.
15494 * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
15495 __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
15496 adjust code to match the different type sizes.
15497 * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
15498 __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
15499
15500 * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
15501 TImode; select word_mode and twice that.
15502 (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
15503 select the modes from float, double, and long double.
15504 (init_optabs): Remove duplicate initializations.
15505
15506 2003-02-09 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
15507
15508 * doc/install.texi: Squeeze and streamline section on
15509 testing and regression checking.
15510
15511 2003-02-09 Jan Hubicka <jh@suse.cz>
15512
15513 * i386.md (ahi?v*3): Set third operand type to TImode.
15514 * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
15515
15516 * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
15517 integer mode.
15518
15519 * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
15520 Change code so they are arithmetic expressions now.
15521 * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
15522 simplify_ternary_operation): Deal with VEC_* expressions.
15523
15524 * i386.md (vmaskcmp, pinsrw, movd patterns): Fix RTL representation.
15525
15526 2003-02-08 Jan Hubicka <jh@suse.cz>
15527
15528 * cfgrtl.c (verify_flow_info): Use control_flow_insn_p.
15529 * reload1.c (fixup_abnormal_edges): Split basic blocks when EH edges
15530 possibly got duplicated.
15531
15532 2003-02-08 Richard Henderson <rth@redhat.com>
15533
15534 * config/alpha/alpha.c (override_options): Turn off explicit
15535 relocs until post-peep2 code duplication resolved.
15536
15537 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
15538
15539 * optabs.c (expand_unop): Widen clz properly when clz is done
15540 via libcall.
15541
15542 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
15543
15544 * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
15545 * config/h8300/crti.asm: Likewise.
15546 * config/h8300/crtn.asm: Likewise.
15547 * config/h8300/ctzsi2.c: Likewise.
15548 * config/h8300/fixunssfsi.c: Likewise.
15549 * config/h8300/h8300-protos.h: Likewise.
15550 * config/h8300/h8300.c: Likewise.
15551 * config/h8300/h8300.h: Likewise.
15552 * config/h8300/h8300.md: Likewise.
15553 * config/h8300/paritysi2.c: Likewise.
15554 * config/h8300/popcountsi2.c: Likewise.
15555 * config/h8300/rtems.h: Likewise.
15556
15557 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15558
15559 * doc/invoke.texi: Documentation for my previous commit.
15560 * doc/passes.texi: Ditto.
15561
15562 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15563
15564 * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
15565 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
15566 Declare.
15567 (DLTHE_FLAG_UPDATE_FREQ): New.
15568 * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
15569 loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
15570 rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
15571 fix_bb_placement, fix_bb_placements, place_new_loop,
15572 scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
15573 New static functions.
15574 (fix_loop_placement, can_duplicate_loop_p,
15575 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
15576 New functions.
15577
15578 * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
15579 unswitch_loops): Declare.
15580 * loop-init.c: New file.
15581 * loop-unswitch.c: New file.
15582 * Makefile.in (loop-init.o, loop-unswitch.o): New.
15583 * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
15584 * toplev.c (DFI_loop2): New dump.
15585 (flag_unswitch_loops): New.
15586 (lang_independent_options): Add it.
15587 (rest_of_compilation): Call new loop optimizer.
15588 (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
15589
15590 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
15591
15592 * config/h8300/clzsi2.c: New.
15593 * config/h8300/ctzsi2.c: Likewise.
15594 * config/h8300/paritysi2.c: Likewise.
15595 * config/h8300/popcountsi2.c: Likewise.
15596 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
15597
15598 2003-02-07 David Edelsohn <edelsohn@gnu.org>
15599
15600 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
15601 * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
15602 (ctzsi2): New pattern.
15603 (ffssi2): Use clz instead of unspec.
15604 (clzdi2): Rename from cntlzd2.
15605 (ctzdi2): New pattern.
15606 (ffsdi2): Use clz instead of unspec.
15607
15608 2003-02-07 Loren James Rittle <ljrittle@acm.org>
15609
15610 * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
15611 * config/ia64/freebsd.h (LINK_SPEC): Likewise.
15612 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
15613 * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
15614
15615 2003-02-07 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
15616
15617 * doc/trouble.texi: Document pitfalls of two-stage name lookup.
15618
15619 2003-02-07 Richard Henderson <rth@redhat.com>
15620
15621 PR 9226
15622 * gcse.c (local_cprop_find_used_regs): New.
15623 (local_cprop_pass): Use it.
15624
15625 2003-02-07 Fred Fish <fnf@intrinsity.com>
15626
15627 * mips-tfile.c (parse_def): Parenthesize assignments to fix
15628 precedence bugs.
15629
15630 2003-02-07 Segher Boessenkool <segher@koffie.nl>
15631
15632 * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
15633
15634 2003-02-07 Roger Sayle <roger@eyesopen.com>
15635
15636 * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
15637 (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
15638 (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
15639 * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
15640 builtin functions (and their __builtin_* variants).
15641 * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
15642 (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
15643 when not optimizing.
15644
15645 * doc/extend.texi: Document new pow and atan2 builtins, and
15646 their float and long double variants. Realphabetize builtins.
15647
15648 2003-02-07 Jan Hubicka <jh@suse.cz>
15649
15650 * i386.md (sse2_nandv2di3): Fix.
15651
15652 2003-03-07 Danny Smith <dannysmith@users.sourceforge.net>
15653
15654 * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
15655 * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
15656 definition.
15657 * config/i386/i386.h (ix86_return_in_memory): Return aggregate
15658 types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
15659
15660 2003-02-07 Jan Hubicka <jh@suse.cz>
15661
15662 * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
15663
15664 2003-02-07 Daniel Berlin <dberlin@dberlin.org>
15665
15666 * cfg.c (dump_flow_info): Add back accidently deleted line.
15667
15668 2003-02-07 Andrey Petrov <petrov@netbsd.org>
15669
15670 * optabs.c (expand_float): Search wider integer modes first.
15671
15672 2003-02-07 Bob Wilson <bob.wilson@acm.org>
15673
15674 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
15675 based on preprocessor flag.
15676
15677 2003-02-07 Roger Sayle <roger@eyesopen.com>
15678 Richard Henderson <rth@redhat.com>
15679
15680 * gcse.c (implicit_sets): New.
15681 (compute_hash_table_work): Include them in hash table.
15682 (find_implicit_sets, fis_get_condition): New.
15683 (one_cprop_pass): Allocate and free implicit_sets; call
15684 find_implicit_sets before building hash table.
15685
15686 2003-02-07 Jason Thorpe <thorpej@wasabisystems.com>
15687
15688 * config/t-netbsd (USER_H): Revert previous change.
15689
15690 2003-02-07 Gabor Greif <ggreif@lucent.com>
15691
15692 * doc/c-tree.texi (Namespaces): Fix typo.
15693
15694 2003-02-07 Jan Hubicka <jh@suse.cz>
15695
15696 * regrename.c (do_replace, find_oldest_value_reg,
15697 copyprop_hardreg_forward_1): Update register attributes.
15698
15699 2003-02-06 Vladimir Makarov <vmakarov@redhat.com>
15700
15701 * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
15702 VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
15703 variables starting with underscore.
15704 (struct unit_usage): New structure.
15705 (unit_usages, cycle_alt_unit_usages): New global variables.
15706 (check_unit_distribution_in_reserv): Remove it.
15707 (store_alt_unit_usage): New function.
15708 (check_regexp_units_distribution): Rewrite it.
15709
15710 2003-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15711
15712 * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
15713 target_cpu_default.
15714 * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
15715 if not MASK_NO_SPACE_REGS.
15716 (output_call): Adjust return pointer, don't load new space register
15717 into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
15718 (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
15719 TARGET_NO_SPACE_REGS is true.
15720 * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
15721 conditions.
15722 (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
15723 (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
15724 true. Use bve when TARGET_64BIT is true.
15725
15726 2003-02-06 Richard Henderson <rth@redhat.com>
15727
15728 * combine.c (nonzero_bits): Fix double break.
15729
15730 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
15731 Richard Henderson <rth@redhat.com>
15732
15733 PR c/9530
15734 * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
15735 from functions that return a float to functions that don't.
15736
15737 2003-02-06 Jan Hubicka <jh@suse.cz>
15738
15739 * i386.c (x86_inter_unit_moves): New variable.
15740 (ix86_secondary_memory_needed): Fix 64bit case, honor
15741 TARGET_INTER_UNIT_MOVES
15742 * i386.h (x86_inter_unit_moves): Declare.
15743 (TARGET_INTER_UNIT_MOVES): New macro.
15744 * i386.md (movsi_1): Cleanup constraints; disable
15745 when not doing inter-unit moves.
15746 (movsi_1_nointernunit): New.
15747 (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
15748 (movdi_1_rex64_nointerunit): New.
15749 (mivsf_1): disable when not doing inter-unit moves.
15750 (movsf_1_nointerunit): New.
15751
15752 * basic-block.h (inside_basic_block_p): Declare.
15753 * cfgbuild.c (inside_basic_block_p): Make global.
15754 * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
15755 * scheudle-ebb.c (schedule_ebb): Return last basic block of trace;
15756 update CFG.
15757 (fix_basic_block_boundaries, add_missing_bbs): New.
15758 (rank): Use profile.
15759 (scheudle_ebbs): Rely on CFG; update coments.
15760
15761 2003-02-05 Geoffrey Keating <geoffk@apple.com>
15762
15763 * Makefile.in (host_hook_obj): New.
15764 (OBJS): Add $(host_hook_obj).
15765 (host_default.o): New rule.
15766 * config.gcc (host_hook_obj): New, default to host-default.o.
15767 (powerpc-*-darwin*): Use host-darwin.o.
15768 (out_host_hook_obj): New.
15769 * configure: Regenerate.
15770 * configure.in: Print information about out_host_hook_obj, substitute
15771 into output files.
15772 * host-default.c: New file.
15773 * hosthooks.h: New file.
15774 * toplev.c (general_init): Call host_hooks.extra_signals.
15775 * config/rs6000/host-darwin.c: New file.
15776 * config/rs6000/x-darwin: New file.
15777 * doc/hostconfig.texi: Add documentation for new host hook.
15778 Rearrange existing documentation.
15779
15780 2003-02-05 Roger Sayle <roger@eyesopen.com>
15781
15782 * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
15783 with *targetm.delegitimize_address.
15784 (rtl_for_decl_location): Likewise.
15785 * dwarfout.c (output_mem_loc_descriptor): Likewise. Include target.h.
15786 * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
15787
15788 * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
15789 * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
15790 prototype.
15791 * config/i386/i386.c (ix86_delegitimize_address): Renamed from
15792 i386_simplify_dwarf_addr. Made static. Prototyped.
15793 (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
15794 i386_simplify_dwarf_addr to ix86_delegitimize_address.
15795 (ix86_find_base_term): Likewise.
15796 (maybe_get_pool_constant): Likewise.
15797
15798 * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
15799 * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
15800 prototype.
15801 * config/s390/s390.c (s390_delegitimize_address): Renamed from
15802 s390_simplify_dwarf_addr. Made static. Prototyped.
15803 (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
15804
15805 2003-02-05 Richard Henderson <rth@redhat.com>
15806
15807 PR c/8602
15808 * integrate.c (output_inline_function): Reset input_filename
15809 and lineno from the decl before rest_of_compilation.
15810
15811 2003-02-05 Richard Henderson <rth@redhat.com>
15812
15813 * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
15814 (CTZ_DEFINED_VALUE_AT_ZERO): New.
15815 * doc/rtl.texi, doc/tm.texi: Document them.
15816
15817 * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
15818 of the value at zero properly.
15819 * fold-const.c (tree_expr_nonnegative_p): Likewise.
15820 * simplify-rtx.c (simplify_unary_operation): Likewise.
15821
15822 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
15823 (CTZ_DEFINED_VALUE_AT_ZERO): New.
15824
15825 * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
15826 (TARGET_EXPAND_BUILTIN): Remove.
15827 (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
15828 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
15829 (enum arm_builtins): Remove.
15830 * config/arm/arm.md (UNSPEC_CLZ): Remove.
15831 (clzsi2): Rename from clz; use clz instead of unspec.
15832 (ctzsi2): New.
15833 * config/arm/arm-protos.h: Update.
15834
15835 2003-02-05 Jan Hubicka <jh@suse.cz>
15836
15837 * i386-protos.h (x86_emit_floatuns): Declare.
15838 * i386.c (x86_emit_floatuns): New global function.
15839 * i386.md (floatunssisf2, floatunsdisf2,
15840 floatunsdidf2): New patterns.
15841
15842 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15843
15844 * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
15845
15846 2003-02-05 Hans Boehm <Hans.Boehm@hp.com>
15847
15848 * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
15849 config/ia64/linux.h
15850
15851 2003-02-05 Roger Sayle <roger@eyesopen.com>
15852
15853 * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
15854
15855 2003-02-05 Jakub Jelinek <jakub@redhat.com>
15856
15857 PR optimization/8555
15858 * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
15859 instead of aborting.
15860
15861 2003-02-04 Richard Henderson <rth@redhat.com>
15862
15863 * config/i386/i386.md (UNSPEC_BSF): Remove.
15864 (ffssi2): Split into cmove and no_cmove insns and splitters;
15865 lose pentium float trick for now.
15866 (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
15867 (ctzsi2, clzsi2, bsr): New.
15868
15869 2003-02-04 Richard Henderson <rth@redhat.com>
15870
15871 * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
15872 UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
15873 * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
15874 (ffsdi2): Use popcount instead of unspec.
15875 (popcountdi2): Rename from *popcnt.
15876 (ctzdi2, clzdi2, getf_exp_tf): New.
15877
15878 2003-02-04 Kazu Hirata <kazu@cs.umass.edu>
15879
15880 * genconfig.c (main): Generate CC0_P.
15881 * rtl.h (CC0_P): Remove.
15882
15883 2003-02-04 Richard Henderson <rth@redhat.com>
15884
15885 * libgcc2.h, libgcc2.c (__ffsSI2): New.
15886 (__ffsDI2): Rename from __ffsdi2.
15887 * mklibgcc.in (lib2funcs): Add _ffssi2.
15888
15889 2003-02-04 Richard Henderson <rth@redhat.com>
15890
15891 * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
15892 rounds with a "bit table" lookup.
15893
15894 2003-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15895
15896 * reload.c (find_reloads): Do not use the mode specified in the insn
15897 pattern as reload mode for address operands. Do not generate optional
15898 reloads for operands where a mandatory reload was already pushed.
15899
15900 2003-02-04 Richard Henderson <rth@redhat.com>
15901
15902 * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
15903 builtins instead of inline assembly.
15904
15905 2003-02-04 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
15906
15907 PR c/9376
15908 * libgcc2.c (__subvdi3): Fix typo.
15909
15910 2003-02-04 Jan Hubicka <jh@suse.cz>
15911
15912 * i386.md (movti_rex64): Fix constraint.
15913
15914 2003-02-04 Jan Hubicka <jh@suse.cz>
15915
15916 * i386.md (vector push splitters): Fix typo in resolving conflict.
15917
15918 2003-02-04 Rodney Brown <rbrown64@csc.com.au>
15919
15920 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
15921
15922 2003-02-04 Phil Edwards <pme@gcc.gnu.org>
15923
15924 * doc/install.texi (*-*-linux-gnu): Mention glibc requirements
15925 for recent libstdc++. Remove formatting cruft.
15926
15927 2003-02-04 Jakub Jelinek <jakub@redhat.com>
15928
15929 * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
15930 attribute even if input file name is absolute, but one of the
15931 includes is relative.
15932
15933 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
15934
15935 * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
15936 doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
15937 * doc/install.texi: Update copyright dates. Update to GFDL 1.2.
15938
15939 2003-02-03 Richard Henderson <rth@redhat.com>
15940
15941 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
15942 __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
15943 return type to "int". Shuffle declarations and undef int trap.
15944 * libgcc2.h: Remove their declarations.
15945 * optabs.c (expand_unop): Force outmode to int for bitops.
15946
15947 2003-02-03 Bob Wilson <bob.wilson@acm.org>
15948
15949 * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
15950 coprocessor registers before floating-point registers.
15951 * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
15952 to account for a previously removed register.
15953 (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
15954 Delete unused macros.
15955
15956 2003-02-03 Jan Hubicka <jh@suse.cz>
15957
15958 * i386.c (ix86_expand_store_builtin): Always force op1 to register.
15959 (mov*_internal): Fix predicates; require one of operands to not be
15960 memory.
15961 (SSE?MMX move expanders): Fix predicates; force one of operands to
15962 register.
15963 (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
15964 (movups/movupd/movdqu patterns): Force one of operands to not be
15965 memory.
15966
15967 2003-02-03 Roger Sayle <roger@eyesopen.com>
15968
15969 * hooks.c (hook_rtx_rtx_identity): Generic hook function that
15970 takes a single rtx and returns it unmodified.
15971 * hooks.h (hook_rtx_rtx_identity): Prototype here.
15972 * target.h (struct gcc_target): Add "delegitimize_address"
15973 field to target structure.
15974 * target-def.h (TARGET_DELEGITIMIZE_ADDRESS): Provide default
15975 for delegitimize_address target using hook_rtx_rtx_identity.
15976 (TARGET_INITIALIZER): Initialize delegitimize_address field
15977 using TARGET_DELEGITIMIZE_ADDRESS macro.
15978 * simplify-rtx.c (avoid_constant_pool_reference): Handle float
15979 extensions of constant pool references. Use delegitimize_address
15980 to undo the obfuscation of "-fpic".
15981 * Makefile.in (simplify-rtx.o): Add dependency on target.h.
15982
15983 * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
15984 i386_simplify_dwarf_addr.
15985 (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
15986 (maybe_get_pool_constant): Likewise.
15987
15988 2003-02-03 Jan Hubicka <jh@suse.cz>
15989
15990 * i386.c (ix86_expand_int_movcc): Fix setcc sign bit case.
15991
15992 2003-02-03 Jan Hubicka <jh@suse.cz>
15993
15994 * regclass.c (cannot_change_mode_set_regs): Correct argument order.
15995
15996 2003-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15997
15998 * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't
15999 define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h.
16000
16001 2003-02-02 Andreas Schwab <schwab@suse.de>
16002
16003 * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
16004
16005 2003-02-02 Richard Earnshaw <rearnsha@arm.com>
16006
16007 * arm.md (sibcall_epilogue): Set the "conds" to "clob".
16008 (epilogue_insns): Likewise.
16009
16010 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16011
16012 * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
16013
16014 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16015
16016 * pa-protos.h (attr_length_millicode_call): Remove second argument.
16017 (attr_length_indirect_call, attr_length_indirect_call,
16018 attr_length_save_restore_dltp): New prototypes.
16019 * pa.c (attr_length_millicode_call): Remove second argument. Check
16020 INSN_ADDRESSES_SET_P in distance calculation.
16021 (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
16022 INSN_ADDRESSES.
16023 (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
16024 (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
16025 Call attr_length_call directly.
16026 (attr_length_indirect_call, output_indirect_call,
16027 attr_length_save_restore_dltp): New functions.
16028 * pa.md (attr_length_millicode_call): Drop second argument from all
16029 patterns.
16030 (return_internal_pic): Delete.
16031 (return_external_pic): Remove use of PIC register and pic operand and
16032 flag checks.
16033 (epilogue): Use return_internal for both normal and pic code.
16034 (call, call_value): Emit new 32-bit pic patterns for symref and
16035 indirect calls. Remove uses for arg pointer and pic register.
16036 (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
16037 call_reg_pic_post_reload, call_val_symref_pic,
16038 call_val_symref_pic_post_reload, call_val_reg_pic,
16039 call_val_reg_pic_post_reload): New pre and post reload insn patterns.
16040 Implement define_split and define_peephole2 patterns for pre reload
16041 patterns.
16042 (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
16043 call_value_internal_reg_64bit): Shorten names.
16044 (all call patterns): Explicitly indicate registers used and clobbered.
16045 Use attr_length_indirect_call and attr_length_save_restore_dltp for
16046 attribute length calculation. Move code generation for indirect calls
16047 to output_indirect_call.
16048 (sibcall, sibcall_value): Don't restore PIC register.
16049 (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
16050 register retore.
16051
16052 2003-02-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16053
16054 * doc/install.texi (Testing): Simplify and compress instructions
16055 concerning Dejagnu.
16056
16057 2003-02-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16058
16059 * collect2.c (pexecute_pid): Rename to pid.
16060 (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
16061 pid.
16062
16063 2003-02-01 Geoffrey Keating <geoffk@apple.com>
16064
16065 * doc/extend.texi (Function Attributes): Remove documentation
16066 for PowerPC Windows NT function attributes..
16067
16068 2003-02-01 Daniel Jacobowitz <drow@mvista.com>
16069
16070 * dwarf2out.c (gen_type_die): Check for typedefs before calling
16071 for TYPE_MAIN_VARIANT.
16072
16073 2003-02-01 Richard Henderson <rth@redhat.com>
16074
16075 * libgcc2.c: Include auto-host.h.
16076 (ATTRIBUTE_HIDDEN): New.
16077 (__clz_tab): Don't declare here for clz and ctz.
16078 (__clzsi2, __clzdi2): Use count_leading_zeros.
16079 (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
16080 (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
16081 (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
16082 * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
16083
16084 2003-02-01 Richard Henderson <rth@redhat.com>
16085
16086 * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
16087 to the conditional.
16088 (ashlsi3_1_zext splitter): Likewise.
16089
16090 2003-02-01 Richard Henderson <rth@redhat.com>
16091
16092 * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
16093 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
16094 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
16095 return type to Wtype.
16096
16097 * libgcc-std.ver (GCC_3.4): Fix inheritance.
16098
16099 * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
16100 expander input constraint.
16101
16102 2003-02-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
16103
16104 * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
16105 OTI_parity.
16106 (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
16107 * optabs.c (widen_clz, expand_parity): New.
16108 (expand_unop): Handle clz and parity. Hardcode SImode as outmode
16109 for libcalls to clz, ctz, popcount, and parity.
16110 (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
16111 parity_optab, and set up libfunc handlers.
16112 * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
16113 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
16114 __popcount_tab): New.
16115 * libgcc2.h: Declare them.
16116 * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
16117 * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
16118 and parity_optab.
16119 * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
16120 * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
16121 BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
16122 BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
16123 BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
16124 BUILT_IN_PARITYLL): New.
16125 * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
16126 and add optab argument.
16127 (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
16128 * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
16129 * expr.c (expand_expr): Handle them.
16130 * fold-const.c (tree_expr_nonnegative_p): Likewise.
16131 * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
16132 * reload1.c (eliminate_regs): Handle them.
16133 (elimination_effects): Likewise.
16134 * function.c (instantiate_virtual_regs_1): Likewise
16135 * genattrtab.c (check_attr_value): Likewise.
16136 * simplify-rtx.c (simplify_unary_operation): Likewise.
16137 * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
16138 * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
16139 (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
16140 * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
16141 * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
16142 __builtin_arm_clz.
16143 * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
16144 * mklibgcc.in (lib2funcs): ...here and merge. Add new members.
16145 * doc/extend.texi (Other Builtins): Add new builtins.
16146 * doc/md.texi (Standard Names): Add new patterns.
16147
16148 2003-02-01 Ulrich Weigand <uweigand@de.ibm.com>
16149
16150 * reload.c: Revert 2003-01-31 change.
16151
16152 2003-02-01 Jan Hubicka <jh@suse.cz>
16153
16154 * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.
16155
16156 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
16157
16158 * flags.h (flag_volatile): Remove declaration.
16159 (flag_volatile_global, flag_volatile_static): Likewise.
16160 * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
16161 * toplev.c (flag_volatile): Remove definition.
16162 (flag_volatile_global, flag_volatile_static): Likewise.
16163 (f_options): Remove corresponding entries here.
16164 * varasm.c (make_decl_rtl): Don't check flag_volatile_global
16165 or flag_volatile_static.
16166 * doc/invoke.texi: Remove documentation of -fvolatile,
16167 -fvolatile-global and -fvolatile-static.
16168
16169 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16170
16171 * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
16172 updating of total_code_bytes from prologue to epilogue.
16173
16174 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
16175
16176 * reload.c (find_reloads): Do not use the mode specified in the insn
16177 pattern as reload mode for address operands. Do not generate optional
16178 reloads for operands where a mandatory reload was already pushed.
16179 Generate optional reloads only in the final pass though find_reloads.
16180 (have_replacement_p): New function.
16181
16182 2003-01-31 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16183
16184 * doc/install.texi (Testing): Remove a reference to our obsolete
16185 /testresults web pages and strip redundant information concerning
16186 test results.
16187 (Binaries): Refer to Microsoft Windows instead of listing all
16188 possible variants.
16189
16190 2003-02-01 Jan Hubicka <jh@suse.cz>
16191
16192 * loop.c (emit_prefetch_instructions): Do conversion at right place in
16193 RTL chain.
16194
16195 * combine.c (simplify_set): Reverse order of ragumetns to
16196 REG_CANNOT_CHANGE_MODE_P
16197 * df.c (df_def_record_1): Likewise.
16198 * recog.c (register_operand): Likewise.
16199 * simplify-rtx.c (simplify_subreg): Likewise.
16200 * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
16201 CANNOT_CHANGE_MODE_CLASS.
16202 * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
16203 Likewise.
16204 * reload.c (push_reload): Likewise.
16205 * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16206 * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16207 * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16208 * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
16209 * mips.c (mips_cannot_change_mode_class): Update.
16210 * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16211 * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16212 * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16213 * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16214 * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
16215 * sh.c (sh_cannot_change_mode_class): Update.
16216 * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
16217 * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
16218
16219 2003-01-31 Geoffrey Keating <geoffk@apple.com>
16220
16221 * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
16222 change to LINK_COMMAND_SPEC in gcc.c.
16223
16224 2003-01-31 Jan Hubicka <jh@suse.cz>
16225
16226 PR c/9506
16227 * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
16228
16229 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16230
16231 * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
16232 duplicated code.
16233
16234 2003-01-31 Nathan Sidwell <nathan@codesourcery.com>
16235
16236 * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
16237 (BINFO_ELTS): New #define.
16238 * stor-layout.c (finalize_record_size): Don't set them.
16239 * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
16240 BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
16241 (BINFO_LANG_ELTS): New #define.
16242 * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
16243 * java/class.c (make_class): Use BINFO_ELTS.
16244 (set_super_info): Likewse.
16245 (add_interface_do): Likewise.
16246 * objc/objc-act.c (start_class): Use BINFO_ELTS.
16247
16248 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
16249
16250 * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
16251 (times): Don't ever declare if not HAVE_TIMES.
16252 (clock): Don't ever declare if not HAVE_CLOCK.
16253
16254 2003-01-30 Richard Henderson <rth@redhat.com>
16255
16256 * flow.c (update_life_info): Zap life info after cleanup_cfg.
16257 (regno_uninitialized): Use correct live at function entry set.
16258 (regno_clobbered_at_setjmp): Likewise.
16259
16260 * expr.c (store_expr): Promote all MEM intermediates to regs.
16261
16262 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
16263
16264 * config/arm/arm.c: Fix comment typos.
16265 * config/arm/arm.h: Likewise.
16266 * config/arm/netbsd-elf.h: Likewise.
16267 * config/arm/netbsd.h: Likewise.
16268
16269 2003-01-30 Geoffrey Keating <geoffk@apple.com>
16270
16271 * gengtype.c (struct walk_type_data): Add needs_cast_p.
16272 (walk_type): Set needs_cast_p in walk_type_data.
16273 (write_types_process_field): Supply casts when required to suppress
16274 warnings.
16275 (write_root): Cast gt_pch_n_S to suppress warning.
16276 * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
16277 * config/rs6000/rs6000.c (print_operand): Mask off high bits only
16278 when they might exist.
16279 * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
16280 insn-conditions.o, and rs6000.o.
16281
16282 2003-01-30 Richard Henderson <rth@redhat.com>
16283
16284 * ggc-page.c (G.context_depth_allocations): New.
16285 (G.context_depth_collections): New.
16286 (alloc_page): Set G.context_depth_allocations.
16287 (ggc_collect): Set G.context_depth_collections.
16288 (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
16289 (ggc_pop_context): Early exit for no allocations or collections.
16290
16291 2003-01-30 Richard Henderson <rth@redhat.com>
16292
16293 * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
16294
16295 2003-01-30 Richard Earnshaw <rearnsha@arm.com>
16296
16297 * arm.c (arm_compute_initial_elimination_offset): If optimizing for
16298 size, the link register is always saved if any other register is
16299 saved.
16300
16301 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
16302
16303 * config/h8300/h8300-protos.h: Update the prototype for
16304 compute_plussi_cc.
16305 (cpp_reader): Declare before it is used.
16306 * config/h8300/h8300.c (compute_plussi_cc): Change the return
16307 type to int.
16308 * config/h8300/h8300.md (monitor_prologue): Call abort() if we
16309 see an unknown H8 variant.
16310
16311 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16312
16313 PR target/9316
16314 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
16315 * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
16316 * config/rs6000/t-rtems: New file. multilib variants to match OS.
16317 * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
16318 rs6000/t-ppcgas so we get the desired multilibs.
16319
16320 2003-01-30 Nick Clifton <nickc@redhat.com>
16321
16322 * config/arm/arm.c (arm_output_epilogue): Update stack pointer
16323 when popping saved IP register off the stack.
16324
16325 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
16326
16327 * config/rs6000/aix43.h: Fix comment typos.
16328 * config/rs6000/aix51.h: Likewise.
16329 * config/rs6000/aix52.h: Likewise.
16330 * config/rs6000/altivec.h: Likewise.
16331 * config/rs6000/rs6000.c: Likewise.
16332 * config/rs6000/rs6000.h: Likewise.
16333 * config/rs6000/rs6000.md: Likewise.
16334 * config/rs6000/spe.md: Likewise.
16335
16336 2003-01-29 Mark Mitchell <mark@codesourcery.com>
16337
16338 * c-common.c (builtin_define_float_constants): Define
16339 __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
16340
16341 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
16342
16343 * config/sh/lib1funcs.asm: Fix comment typos.
16344 * config/sh/linux.h: Likewise.
16345 * config/sh/sh.c: Likewise.
16346 * config/sh/sh.md: Likewise.
16347
16348 2003-01-30 Loren James Rittle <ljrittle@acm.org>
16349
16350 * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
16351
16352 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
16353
16354 * config/fp-bit.h (__make_dp): Declare if TMODES.
16355
16356 2003-01-29 Kazu Hirata <kazu@cs.umass.edu>
16357
16358 * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
16359 general_operand_src and general_operand_dst.
16360
16361 2003-01-29 David Edelsohn <edelsohn@gnu.org>
16362
16363 * config/rs6000/rs6000.c (function_arg_pass_by_reference):
16364 Return true for variable sized types.
16365 (rs6000_va_arg): Handle variable sized types passed by reference
16366 on non-SVR4 ABI.
16367
16368 2003-01-29 Richard Earnshaw <rearnsha@arm.com>
16369
16370 * arm.c (arm_legtimize_address): New function.
16371 * arm-protos.h (arm_legtimize_address): Add prototype.
16372 * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
16373 (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
16374 do ... while (0)
16375
16376 2003-01-29 Joel Sherrill <joel@OARcorp.com>
16377
16378 PR bootstrap/9296
16379 * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
16380 depended on it being defined until now.
16381
16382 2003-01-29 Joel Sherrill <joel@OARcorp.com>
16383
16384 PR target/9295
16385 * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
16386 RTEMS code knows which C++ initialization style the toolset
16387 configuration is using.
16388
16389 2003-01-29 Joel Sherrill <joel@OARcorp.com>
16390
16391 PR bootstrap/9293
16392 * config/m68k/t-crtstuff: Replace spaces with tabs, add
16393 $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
16394
16395 2003-01-29 Joel Sherrill <joel@OARcorp.com>
16396
16397 PR bootstrap/9292
16398 * config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
16399 RTEMS threads.
16400 * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
16401
16402 2003-01-29 Nick Clifton <nickc@redhat.com>
16403
16404 * Makefile.in (c-parse.o): Locate source file in $(parsedir)
16405 not $(srcdir).
16406
16407 2003-01-29 Andrew Haley <aph@redhat.com>
16408
16409 * tree-inline.c (walk_tree): Add CHAR_TYPE.
16410
16411 2003-01-29 Jan Hubicka <jh@suse.cz>
16412
16413 * i386.md (subdi3_carry_rex64): Fix typo.
16414
16415 2003-01-28 Stan Shebs <shebs@apple.com>
16416
16417 * coretypes.h (cpp_reader): Forward declare struct.
16418 * c-pragma.h (cpp_reader): Remove forward declaration.
16419 * hashtable.h (cpp_reader): Likewise.
16420 * scan.h (cpp_reader): Likewise.
16421 * tree.h (cpp_reader): Likewise.
16422 * config/darwin-protos.h (cpp_reader): Likewise.
16423 * config/arm/arm-protos.h (cpp_reader): Likewise.
16424 * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
16425 struct cpp_reader in prototypes.
16426
16427 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
16428
16429 * doc/install.texi: Add documentation for installation into
16430 tooldirs and with DESTDIR.
16431
16432 2003-01-28 Richard Henderson <rth@redhat.com>
16433
16434 * config.gcc (ia64*-*-aix*): Remove.
16435 * config/ia64/aix.h, config/ia64/t-aix: Remove file.
16436 * config/ia64/unwind-aix.c: Remove file.
16437
16438 2003-01-28 Andreas Schwab <schwab@suse.de>
16439
16440 * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
16441 register.
16442 * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
16443 * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
16444 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
16445 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
16446 * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
16447 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
16448 * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
16449
16450 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
16451
16452 * combine.c (nonzero_bits): Fix check for negative divide operands.
16453
16454 2003-01-28 Richard Henderson <rth@redhat.com>
16455
16456 * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
16457 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
16458
16459 2003-01-28 Richard Henderson <rth@redhat.com>
16460
16461 * cse.c (find_best_addr): Kill !ADDRESS_COST code.
16462
16463 * config/cris/cris.c (cris_address_cost): Make static.
16464 (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
16465 * config/cris/cris.h (ADDRESS_COST): Remove.
16466 * config/cris/cris-protos.h: Update.
16467
16468 2003-01-23 Mike Stump <mrs@apple.com>
16469
16470 * regclass.c (init_reg_autoinc): New function.
16471 (regclass): Move initialization of forbidden_inc_dec_class from
16472 here...
16473 (init_regs): to here. Avoids reinitialization for each function,
16474 saving compilation time.
16475
16476 2003-01-28 Jason Merrill <jason@redhat.com>
16477
16478 * cpplib.h (struct cpp_options): Add warn_deprecated field.
16479 * cppinit.c (cpp_create_reader): Turn it on by default.
16480 * c-opts.c (c_common_decode_option): Set it.
16481 * cpplib.c (do_pragma_once): Only complain about #pragma once
16482 if warn_deprecated is set.
16483
16484 2003-01-28 Dale Johannesen <dalej@apple.com>
16485
16486 * emit-rtl.c (const_double_htab_hash): Use mode in the hash.
16487 * loop.c (scan_loop): Move movables on -Os rich-register targets.
16488 * config/rs6000/rs6000.md (sibcall*): Use match_operand for LR.
16489
16490 2003-01-28 Richard Henderson <rth@redhat.com>
16491
16492 * target.h (targetm.address_cost): New.
16493 * target-def.h (TARGET_ADDRESS_COST): New.
16494 (TARGET_RTX_COSTS): Uncomment. Oops.
16495 * cse.c (address_cost): Use new target hook.
16496 (default_address_cost): New.
16497 * output.h (default_address_cost): Declare.
16498 * hooks.c (hook_int_rtx_0): New.
16499 * hooks.h (hook_int_rtx_0): Declare.
16500 * loop.c (combine_givs_p): Remove if 0 code.
16501 * system.h (ADDRESS_COST): Poison.
16502
16503 * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
16504 config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
16505 config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
16506 config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
16507 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
16508 config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
16509 config/xtensa/xtensa.c, config/xtensa/xtensa.h
16510 (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
16511 (ADDRESS_COST): Remove.
16512
16513 * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
16514 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
16515 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
16516 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
16517 config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
16518 config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
16519 config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
16520 config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
16521 config/mips/mips.c, config/mips/mips.h,
16522 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
16523 config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
16524 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
16525 config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
16526 config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
16527 config/vax/vax.c, config/vax/vax.h
16528 (foo_address_cost): Make static.
16529 (TARGET_ADDRESS_COST): New.
16530 (ADDRESS_COST): Remove.
16531
16532 * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
16533 config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
16534 config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
16535 config/stormy16/stormy16.h
16536 (ADDRESS_COST): Move code ...
16537 (foo_address_cost): ... here.
16538 (TARGET_ADDRESS_COST): New.
16539
16540 * config/m32r/m32r.c (m32r_address_cost): Remove.
16541 * config/m32r/m32r-protos.h: Update.
16542
16543 * config/mmix/mmix.c (mmix_address_cost): Remove.
16544 * config/mmix/mmix-protos.h: Update.
16545
16546 * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
16547 mn10300_address_cost; move unsig allocation ...
16548 (mn10300_address_cost): ... here.
16549 (TARGET_ADDRESS_COST): New.
16550 * config/mn10300/mn10300-protos.h: Update.
16551 * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
16552
16553 * doc/tm.texi: Update.
16554
16555 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
16556
16557 * haifa-sched.c (schedule_insn): Return necessary cycle advance
16558 after issuing the insn.
16559 (rank_for_schedule): Make a insn with /S the highest priority
16560 insn.
16561 (move_insn): Ignore schedule groups. Clear SCHED_GROUP_P.
16562 (choose_ready): Check SCHED_GROUP_P.
16563 (schedule_block): Advance cycle after issuing insn if it is
16564 necessary. Don't reorder insns if there is an insn with /S.
16565 (set_priorities): Ignore schedule groups.
16566
16567 * sched-deps.c (remove_dependence, group_leader): Remove the
16568 functions.
16569 (add_dependence): Ignore schedule groups.
16570 (set_sched_group_p): Don't make copy of dependencies from previous
16571 insn of the schedule group. Add anti-dependency to the previous
16572 insn of the schedule group.
16573 (compute_forward_dependences): Ignore schedule groups.
16574
16575 * sched-ebb.c (init_ready_list): Ignore schedule groups.
16576
16577 * sched-rgn.c (init_ready_list): Ditto.
16578 (can_schedule_ready_p): Ditto.
16579
16580 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
16581
16582 * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
16583 register to another one.
16584
16585 2003-01-28 Richard Henderson <rth@redhat.com>
16586
16587 * calls.c (default_must_pass_in_stack): Fix typo in !type case.
16588
16589 2003-01-28 Roger Sayle <roger@eyesopen.com>
16590
16591 * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
16592
16593 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
16594
16595 * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
16596 class contains a floating-point register, return the size of the
16597 mode in half words.
16598
16599 2003-01-28 Jan Hubicka <jh@suse.cz>
16600
16601 * i386.c (ix86_carry_flag_operator): New predicate.
16602 (fcmov_operator): Fix whitespace.
16603 (ix86_expand_carry_flag_compare): Deal with floating point.
16604 (ix86_expand_int_movcc): Deal with fp; update insn expansion
16605 (ix86_expand_int_addcc): Likewise.
16606 (ix86_expand_strlensi_unroll_1): likewsie.
16607 * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
16608 * i386.md (add?i_carry_rex64): Use new predicate.
16609 (sub?i3_carry_rex64): Likewise.
16610 (x86_mov?icc_0_m1*): Likewise.
16611
16612 2003-01-28 Andreas Schwab <schwab@suse.de>
16613
16614 * cfgloopmanip.c (create_preheader): Initialize src to avoid
16615 warning.
16616
16617 * expmed.c (emit_store_flag): Fix cast to avoid sign
16618 comparison warning.
16619
16620 * combine.c (force_to_mode): Add cast to fix warning when
16621 STORE_FLAG_VALUE is negative.
16622
16623 2003-01-27 Richard Henderson <rth@redhat.com>
16624
16625 * Makefile.in (cse.o): Depend on TARGET_H.
16626 * cse.c (rtx_cost): Use targetm.rtx_costs.
16627 * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
16628 * doc/tm.texi: Update.
16629
16630 * target.h (targetm.rtx_costs): New.
16631 * target-def.h (TARGET_RTX_COSTS): New.
16632 * hooks.c (hook_bool_rtx_int_int_intp_false): New.
16633 * hooks.h: Update.
16634
16635 * config/alpha/alpha.c (alpha_rtx_cost_data): New.
16636 (alpha_rtx_costs, TARGET_RTX_COSTS): New.
16637 * config/alpha/alpha.h (PROCESSOR_MAX): New.
16638 (CONST_COSTS, RTX_COSTS): Remove.
16639
16640 * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
16641 config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
16642 config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
16643 config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
16644 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
16645 config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
16646 config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
16647 config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
16648 config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
16649 config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
16650 config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
16651 config/mn10200/mn10200.h, config/mn10300/mn10300.c,
16652 config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
16653 config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
16654 config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
16655 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
16656 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
16657 config/stormy16/stormy16.c, config/stormy16/stormy16.h,
16658 config/v850/v850.c, config/v850/v850.h,
16659 config/xtensa/xtensa.c, config/xtensa/xtensa.h
16660 (CONST_COSTS, RTX_COSTS): Move code ...
16661 (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
16662
16663 * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
16664 (arm_rtx_costs, TARGET_RTX_COSTS): New.
16665 * config/arm/arm-protos.h: Update.
16666 * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
16667
16668 * config/avr/avr.h (CONST_COSTS): Move code ...
16669 * config/avr/avr.c (avr_rtx_costs): ... here.
16670 (default_rtx_costs): Make static.
16671 * config/avr/avr-protos.h: Update.
16672
16673 * config/h8300/h8300.c (const_costs): Make static.
16674 (h8300_and_costs, h8300_shift_costs): Likewise.
16675 * config/h8300/h8300-protos.h: Update.
16676
16677 * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
16678 (CONST_COSTS): Move code ...
16679 * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here. Rename from
16680 default_rtx_costs; update for signature change.
16681 * config/ip2k/ip2k-protos.h: Update.
16682
16683 * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
16684 (CONST_COSTS): Move code ...
16685 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
16686 (TARGET_RTX_COSTS): New.
16687 (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
16688 * config/m68hc11/m68hc11-protos.h: Update.
16689
16690 * config/m68k/m68k.c (const_int_cost): Make static.
16691 * config/m68k/m68k-protos.h: Update.
16692
16693 * config/mcore/mcore.c (mcore_const_costs): Make static.
16694 (mcore_and_cost, mcore_ior_cost): Likewise.
16695 * config/mcore/mcore-protos.h: Update.
16696
16697 * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
16698 (mmix_rtx_cost_recalculated): Remove.
16699 * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
16700 * config/mmix/mmix-protos.h: Update.
16701
16702 * config/sh/sh.c (shiftcosts): Make static.
16703 (addsubcosts, andcosts, multcosts): Likewise.
16704 * config/sh/sh-protos.h: Update.
16705
16706 * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
16707 (sparc_rtx_costs): Make static; update for change in signature.
16708 * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
16709 * config/sparc/sparc-protos.h: Update.
16710
16711 * config/v850/v850.c (const_costs): Make static.
16712 * config/v850/v850-protos.h: Update.
16713
16714 * config/vax/vax.h (RTX_COSTS): Remove.
16715 (CONST_COSTS): Move code ...
16716 * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
16717 from vax_rtx_cost.
16718 (vax_rtx_costs, TARGET_RTX_COSTS): New.
16719
16720 2003-01-27 Richard Henderson <rth@redhat.com>
16721
16722 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
16723 * config/vax/vax-protos.h: Update. Really.
16724
16725 2003-01-28 Alexandre Oliva <aoliva@redhat.com>
16726
16727 * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
16728 (UNITS_PER_FPVALUE): Defined as the width of a long double, or
16729 zero if no hardware floating point.
16730 (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
16731 (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
16732 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
16733 (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
16734 (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
16735 * config/mips/mips.c (mips_arg_info): Pass TFmode values in
16736 even FP registers on N32 and N64.
16737 (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
16738 (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
16739 (mips_va_arg): Use UNITS_PER_HWFPVALUE. Impose additional
16740 even-register-like alignment to 128-bit arguments.
16741 (save_restore_insns): Use UNITS_PER_HWFPVALUE.
16742 (mips_function_value): Likewise. Return TFmode in $f0 and $f2
16743 on N32 or N64.
16744 * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
16745 * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
16746 (TPBIT): Set to tp-bit.c.
16747 (tp-bit.c): Create out of fp-bit.c.
16748
16749 2003-01-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
16750
16751 * c-parse.in: Remove '%expect 32' directive in objc mode.
16752
16753 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
16754
16755 * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
16756 (LIBGCOV): New variable.
16757 (libgcc.mk): Add LIBGCOV.
16758 (LIBGCC_DEPS): Add libgcov.c.
16759 (libgcov.a): New target.
16760 (clean): Remove libgcov.a.
16761 (install-libgcc): Do libgcov too.
16762 (stage1-start, stage2-start, stage3-start, stage4-start): Deal
16763 with libgcov.a.
16764 * libgcc2.c (L_gcov): Move into ...
16765 * libgcov.c: ... here. New file.
16766 * mklibgcc.in: Add libgcov rules.
16767 * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
16768
16769 * doc/invoke.texi (profile-arcs, test-coverage): Update and
16770 clarify.
16771
16772 * profile.c (index_counts_file): Remove duplicate check for open file.
16773
16774 2003-01-27 Jerry Quinn <jlquinn@optonline.net>
16775
16776 * gcc/doc/invoke.texi (Optimization Options): Group together
16777 optional and experimental flags. Move trapv and bounds-check
16778 out of this section. Group floating point flags together.
16779 (Code Gen Options): Move trapv and bounds-check to here.
16780
16781 2003-01-27 Josef Zlomek <zlomekj@suse.cz>
16782
16783 * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
16784
16785 2003-01-27 Richard Earnshaw <rearnsha@arm.com>
16786
16787 PR optimization/9090
16788 * function.c (purge_addressof_1): After pushing an addressed register
16789 onto the stack, simplify the result.
16790
16791 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
16792
16793 * doc/extend.texi: Fix typo.
16794
16795 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
16796
16797 * doc/cppopts.texi: Fix typo.
16798 * doc/objc.texi: Likewise.
16799 * doc/passes.texi: Likewise.
16800
16801 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
16802
16803 * real.c (ibm_extended_format): Add 53 to minimum exponent.
16804 (encode_ibm_extended): Adjust.
16805
16806 2003-01-26 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
16807
16808 * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
16809 timevar_id enumerations.
16810
16811 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
16812
16813 * combine.c: Fix formatting.
16814
16815 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
16816
16817 * doc/gccint.texi: Update the copyright.
16818
16819 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
16820
16821 * doc/cpp.texi: Fix typos.
16822 * doc/extend.texi: Likewise.
16823 * doc/gty.texi: Likewise.
16824 * doc/install.texi: Likewise.
16825 * doc/passes.texi: Likewise.
16826 * doc/rtl.texi: Likewise.
16827 * doc/tm.texi: Likewise.
16828
16829 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
16830
16831 * config/ia64/fde-glibc.c: Fix comment typos.
16832 * config/ia64/hpux.h: Likewise.
16833 * config/ia64/ia64.c: Likewise.
16834 * config/ia64/ia64.h: Likewise.
16835 * config/ia64/unwind-ia64.c: Likewise.
16836
16837 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
16838
16839 * config/i386/i386-modes.def: Fix comment typos.
16840 * config/i386/i386.c: Likewise.
16841 * config/i386/i386.md: Likewise.
16842
16843 2003-01-26 Steven Bosscher <s.bosscher@student.tudelft.nl>
16844
16845 * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
16846 config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
16847 ASM_FINISH_DECLARE_OBJECT before defining it.
16848 * toplev.c (rest_of_decl_compilation): Don't define
16849 ASM_FINISH_DECLARE_OBJECT. Only use it if it is defined.
16850 (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
16851 parameters for DWARF2 targets because they _are_ used.
16852
16853 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
16854
16855 * fp-bit.h: Define macros for TFmode floating-point constants
16856 in IBM-extended TFmode types.
16857 (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
16858 widths.
16859 * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
16860 TFmode type.
16861
16862 * config/fp-bit.h: Define macros for TFmode floating-point
16863 constants in IEEE quad TFmode type. Declare functions according
16864 to L_ macros.
16865 (TMODES): Define if __LDBL_MANT_DIG__ is 113.
16866 (TFtype, TItype, UTItype): Define if TMODES is defined.
16867 (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
16868 (F_T_BITOFF, D_T_BITOFF): Define.
16869 (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
16870 guaranteed to be wide enough.
16871 * config/fp-bit.c: Check for L_ macros for tf functions.
16872 (__thenan_tf): New.
16873 (nan): Adjust.
16874 (pack_d, unpack_d): Support IEEE 854 quad type.
16875 (_fpmul_parts): Support TFmode. Compute exponent adjustment
16876 from FRAC_NBITS, FRAC_BITS and NGARDS.
16877 (usi_to_float): Cast constants to be shifted to fractype
16878 instead of assuming long long is wide enough.
16879 (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
16880
16881 2003-01-26 Andreas Jaeger <aj@suse.de>
16882
16883 * df.c: Remove prototype of unused function df_regno_rtl_debug.
16884
16885 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
16886
16887 * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
16888 (DBBIT_FUNCS): Added _df_to_tf.
16889 (TPBIT_FUNCS): New.
16890 (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
16891 (LIBGCC_DEPS): Added TPBIT.
16892 * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
16893
16894 * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
16895 been able to move the result to target.
16896
16897 * expr.c (emit_group_store): Initialize dst with CONST0_RTX
16898 for the appropriate mode.
16899
16900 * calls.c (emit_library_call_value_1): Handle return values
16901 in a PARALLEL.
16902
16903 * rtl.c (get_mode_alignment): Moved to...
16904 * stor-layout.c: ... here.
16905
16906 * print-rtl.c (print_rtx): Don't print MEM details in
16907 GENERATOR_FILEs.
16908
16909 2003-01-26 Michael Hayes <mph@paradise.net.nz>
16910
16911 * df.h: Update comments, tidy formatting.
16912 (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
16913 REVERSE, UNION, INTERSECTION. All uses updated.
16914 (OLD_DF_INTERFACE): Remove.
16915 (struct insn_info): Remove commented out insn field.
16916 * df.c: Update comments, tidy formatting.
16917 (df_def_table_realloc): Remove.
16918
16919
16920 2003-01-26 Alan Modra <amodra@bigpond.net.au>
16921
16922 * calls.c (save_fixed_argument_area): Tidy.
16923 (restore_fixed_argument_area): Tidy. Set alignment of stack_area.
16924 (expand_call): Comment typo fixes. Don't init low_to_save. Start
16925 call chain loop at 1 if !try_tail_call. Formatting.
16926 (emit_library_call_value_1): Don't init low_to_save or high_to_save.
16927 Use save_fixed_argument_area and restore_fixed_argument_area.
16928
16929 2003-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16930
16931 * df.c (df_uses_record): Handle CC0.
16932
16933 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
16934
16935 * reload.c (maybe_memory_address_p): New function.
16936 (find_reloads_address): Use it instead of memory_address_p.
16937
16938 2003-01-25 Kaz Kojima <kkojima@gcc.gnu.org>
16939
16940 * final.c (shorten_branches): Align the address of code label
16941 when computing initial lengths and addresses.
16942
16943 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
16944
16945 * config/m68hc11/m68hc11.md: Fix a comment typo.
16946
16947 2003-01-25 Andreas Jaeger <aj@suse.de>
16948
16949 * config/i386/i386.c (x86_output_mi_thunk): Correct test for
16950 TARGET_MACHO.
16951
16952 2003-01-25 Roger Sayle <roger@eyesopen.com>
16953
16954 * gcse.c (bypass_last_basic_block): New global variable.
16955 (bypass_block): Use redirect_edge_and_branch_force to redirect
16956 fall-through edges. Use bypass_last_basic_block to determine
16957 which blocks have valid PRE information.
16958 (bypass_conditional_jumps): Initialize bypass_last_basic_block.
16959
16960 2003-01-25 Jan Hubicka <jh@suse.cz>
16961
16962 * gcse.c (local_cprop_pass): Update reg_sets table when needed.
16963
16964 2003-01-25 Jan Hubicka <jh@suse.cz>
16965 Eric Botcazou <ebotcazou@libertysurf.fr>
16966 PR opt/8492
16967 * gcse.c (one_cprop_pass): Delete unreachable blocks.
16968
16969 2003-01-25 Richard Henderson <rth@redhat.com>
16970
16971 * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
16972 from ia64_aix_select_rtx_section.
16973 (ia64_rwreloc_select_section): Simlarly; use default*_1 function
16974 instead of saving and restoring flag_pic.
16975 (ia64_rwreloc_unique_section): Similarly.
16976 * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
16977 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
16978 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
16979 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
16980
16981 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
16982
16983 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
16984 comment.
16985
16986 2003-01-25 Richard Henderson <rth@redhat.com>
16987
16988 * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
16989
16990 2003-01-25 Kelley Cook <kelleycook@comcast.net>
16991
16992 * ggc-simple.c (debug_ggc_tree): Add PTR cast.
16993
16994 2003-01-25 Segher Boessenkool <segher@koffie.nl>
16995
16996 * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
16997 type for bitmaps. Use unsigned long.
16998 (nBITMAP_WORD_BITS): New macro.
16999 (BITMAP_WORD_BITS): New macro.
17000 (rest of file): Use it.
17001 * bitmap.c: Use it.
17002
17003 2003-01-25 Richard Henderson <rth@redhat.com>
17004
17005 2002-02-19 Robert Lipe <robertlipe@usa.net>
17006 * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
17007
17008 2003-01-25 Roger Sayle <roger@eyesopen.com>
17009
17010 * builtins.c (purge_builtin_constant_p): Scan insn stream
17011 sequentially rather than by basic block.
17012 * function.c (purge_addressof): Simplify test with INSN_P.
17013
17014 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
17015
17016 * combine.c (simplify_comparison, case AND): Remove a redundant test.
17017
17018 2003-01-25 Roger Sayle <roger@eyesopen.com>
17019
17020 * function.h (struct function): New field calls_constant_p.
17021 (current_function_calls_constant_p): New macro for above.
17022 * function.c (prepare_function_start): Initialize calls_eh_return
17023 and calls_constant_p.
17024 * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
17025 * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
17026 when the current_function_calls_constant_p.
17027 * integrate.c (expand_inline_function): Set calls_constant_p if
17028 the function being inlined has calls_constant_p set.
17029
17030 2003-01-25 Roger Sayle <roger@eyesopen.com>
17031
17032 * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
17033 optimizing, even if flag_gcse is true.
17034 * toplev.c (rest_of_compilation): purge_builtin_constant_p
17035 only needs to be called when "optimize > 0 && flag_gcse".
17036
17037 2003-01-25 Roger Sayle <roger@eyesopen.com>
17038
17039 * stmt.c (emit_case_bit_tests): New routine to implement suitable
17040 switch statements using the equivalent of "if ((1<<x) & cst) ... ".
17041 (case_bit_test_cmp): New comparison function for "qsort" to order
17042 case_bit_tests by decreasing number of destination nodes.
17043 (lshift_cheap_p): New function to determine if "1 << x" is cheap.
17044 (expand_end_case_type): Use emit_case_bit_tests to implement
17045 suitable switch statments.
17046 (CASE_USE_BIT_TESTS): New target macro to disable the above.
17047 * Makefile.in (stmt.o): Add dependency on optab.h.
17048 * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
17049
17050 2003-01-23 Andreas Schwab <schwab@suse.de>
17051
17052 * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
17053 __do_global_ctors_aux hidden global and don't put it in
17054 .init_array.
17055 * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
17056 instead so that it comes first.
17057
17058 2003-01-25 Jan Hubicka <jh@suse.cz>
17059
17060 * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD,
17061 subreg is read/modify.
17062
17063 2003-01-25 Jan Hubicka <jh@suse.cz>
17064
17065 * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
17066 do libcall for large blocks.
17067 * i386.md (comi patterns): Set type to ssecomi.
17068 (sse2_unpck?pd): Fix mode of vec_select.
17069
17070 * cse.c: Include except.h
17071 (cse_set_around_loop): Do not create new basic blocks.
17072 * Makefile.in (cse.o): Add dependnecy on except.h
17073
17074 2003-01-25 Jan Hubicka <jh@suse.cz>
17075
17076 * builtins.c (fold_trunc_transparent_mathfn): New function.
17077 (fold_builtin): Use it.
17078 * convert.c (convert_to_real): Re-enable code to convert
17079 math functions; add support for floor familly functions.
17080
17081 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17082
17083 * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
17084 dependencies on coretypes.h and $(TM_H).
17085
17086 2003-01-25 Jan Hubicka <jh@suse.cz>
17087
17088 * builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
17089
17090 2003-01-24 Stuart Hastings <stuart@apple.com>
17091
17092 * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
17093
17094 2003-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17095
17096 * config/c4x/c4x.md (UNSPEC_BU): New constants.
17097 (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
17098 (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
17099 (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
17100 (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST): Likewise.
17101 (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP): Likewise.
17102 (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST): Likewise.
17103 (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE): Likewise.
17104
17105 2003-01-24 Jan Hubicka <jh@suse.cz>
17106
17107 * emit-rtl.c (reg_attrs_htab): New static variable.
17108 (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
17109 functions.
17110 (reg_rtx): Do not maintain regno_decl.
17111 (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
17112 set_mem_attrs_from_reg): New global function.
17113 (init_emit): Do not initialize regno_decl.
17114 (init_emit_once): initialize reg_attrs_htab.
17115 * final.c (alter_subreg): Do not replace REG by SUBREG.
17116 (gen_mem_expr_from_op): Improve output.
17117 (output_asm_operands): Likewise.
17118 * function.c (assign_params): Do not set REGNO_DECL.
17119 * function.h (struct function): Kill regno_decl.
17120 (REGNO_DECL): Kill.
17121 * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
17122 * print_rtl.c (print_rtx): Output REG information.
17123 * regclass.c (reg_scan_mark_refs): Update attrs.
17124 * reload1.c (alter_reg): Likewise.
17125 * simplify_rtx.c (simplify_subreg): Likewise.
17126 * stmt.c (expand_decl): Likewise.
17127 * rtl.def (REG): Add new field.
17128 * rtl.h (struct reg_attrs): New.
17129 (rtunion_def): At rtreg.
17130 (X0MEMATTR): Add checking.
17131 (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
17132 (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
17133 Declare.
17134 * tree.h (SET_DECL_RTL): Call set_decl_rtl.
17135
17136 2003-01-24 Bob Wilson <bob.wilson@acm.org>
17137
17138 * config/xtensa/xtensa.c: Remove unused include of machmode.h.
17139 (xtensa_emit_call, print_operand): Fix printf format strings
17140 to avoid compile warnings.
17141 (xtensa_function_prologue, xtensa_function_epilogue): Change type
17142 of "size" argument to HOST_WIDE_INT to fix compile warnings.
17143 * config/xtensa/xtensa-protos.h
17144 (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
17145
17146 2003-01-24 Jan Hubicka <jh@suse.cz>
17147
17148 * builtins.c (DEF_BUILTIN): Accept 10 arguments.
17149 (implicit_built_in_decls): New global array.
17150 (mathfn_built_in): New global function.
17151 (fold_trunc_transparent_mathfn): New static function
17152 (expand_builtin_strstr, expand_bultin_strchr,
17153 expand_builtin_strpbrk, expand_builtin_strcpy,
17154 expand_builtin_strncpy, expand_bultin_strcmp,
17155 expand_bultin_strncat, expand_builtin_fputs): Use
17156 implicint_built_in_decls.
17157 (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
17158 * builtins.def: Fix comments.
17159 (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
17160 DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
17161 DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
17162 DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
17163 (DEF_C99_C90RES_BULTIN): New.
17164 (*f, *l builtins): Update.
17165 * c-common.c (DEF_BUILTIN): Initialize implicit array.
17166 (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
17167 * convert.c (strip_float_extensions): New global function.
17168 * tree.h (DEF_BUILTIN): Accept 10 arguments.
17169 (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
17170 Declare.
17171 * java/builtins.c (define_builtin): Handle implicit.
17172 (DEF_BUILTIN): Update.
17173 * tm.texi (TARGET_C99_FUNCTIONS): Document.
17174 * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
17175 * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
17176 when using glibc2.
17177
17178 2003-01-24 Bob Wilson <bob.wilson@acm.org>
17179
17180 * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
17181 extra_parts, and fixincludes. Add xtensa/t-elf tmake_file.
17182 (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
17183 * config/xtensa/crti.asm: New file.
17184 * config/xtensa/crtn.asm: New file.
17185 * config/xtensa/t-elf: New file.
17186 * config/xtensa/t-linux: New file.
17187 * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
17188 Move various CFLAGS settings to new t-elf file.
17189
17190 2003-01-24 Richard Henderson <rth@redhat.com>
17191
17192 PR optimization/4382
17193 * tree-inline.c (find_builtin_longjmp_call_1): New.
17194 (find_builtin_longjmp_call): New.
17195 (inlinable_function_p): Use it.
17196
17197 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17198
17199 * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
17200 * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
17201 * config/i386/i386.c (function_arg_pass_by_reference): New.
17202 (ix86_va_arg): Support arguments passed by reference.
17203
17204 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17205
17206 * cfgloopanal.c: New file.
17207 * cfgloopmanip.c: New file.
17208 * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
17209 (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
17210 cfglayout.o): Add dependency on cfgloop.h.
17211 (cfgloop.o): Add flags.h dependency.
17212 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
17213 (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
17214 (struct loop, struct loops, flow_loops_find, flow_loops_update,
17215 flow_loops_free, flow_loops_dump, flow_loop_dump,
17216 flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
17217 LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
17218 LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
17219 flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
17220 loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
17221 find_common_loop, verify_loop_structure): Declarations moved to ...
17222 * cfgloop.h: New file.
17223 * bb-reorder.c (reorder_basic_blocks): Modified.
17224 * cfglayout.c: Include cfgloop.h.
17225 (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
17226 cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
17227 (break_superblocks): New static function.
17228 (cfg_layout_finalize): Use it.
17229 (cfg_layout_split_block): New function.
17230 * cfglayout.h (struct reorder_block_def): Add copy and duplicated
17231 fields.
17232 (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
17233 changed.
17234 (cfg_layout_split_block): Declare.
17235 * cfgloop.c: Include cfgloop.h and flags.h.
17236 (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
17237 get_loop_body): Avoid signed versus unsigned comparison warnings.
17238 (make_forwarder_block, flow_loops_find, loop_preheader_edge,
17239 loop_latch_edge): Modified.
17240 (verify_loop_structure): Modified to use flags stored in loop structure;
17241 check irreducible loops.
17242 (cancel_loop, cancel_loop_tree): New functions.
17243 (estimate_probability): Use loop analysis code for predictions.
17244 (estimate_loops_at_level): Avoid signed versus unsigned comparison
17245 warnings.
17246 * doloop.c: Include cfgloop.h.
17247 * loop.c: Include cfgloop.h.
17248 * predict.c: Include cfgloop.h.
17249 * toplev.c: Include cfgloop.h.
17250 * unroll.c: Include cfgloop.h.
17251 * tracer.c (tracer): Modified.
17252
17253 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
17254
17255 * config/h8300/h8300.c (get_shift_alg): Fix a typo.
17256
17257 2003-01-24 Ulrich Weigand <uweigand@de.ibm.com>
17258
17259 * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
17260 * configure: Regenerate.
17261
17262 * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
17263 (tls_symbolic_reference_mentioned_p): Add prototype.
17264 (s390_tls_get_offset): Add prototype.
17265 (emit_pic_move): Remove prototype, replace by ...
17266 (emit_symbolic_move): .. this new prototype.
17267
17268 * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
17269 (tls_model_chars): New global variable.
17270 (s390_encode_section_info): Encode TLS model.
17271 Use targetm.binds_local_p to check for local symbols.
17272 (s390_strip_name_encoding): New function.
17273 (TARGET_STRIP_NAME_ENCODING): Define.
17274
17275 (get_thread_pointer): New function.
17276 (legitimize_tls_address): New function.
17277 (legitimize_address): Call it.
17278 (emit_pic_move): Remove, replace by ...
17279 (emit_symbolic_move): ... this new function.
17280
17281 (larl_operand): Handle TLS operands.
17282 (legitimate_constant_p): Likewise.
17283 (s390_decompose_address): Likewise.
17284 (s390_cannot_force_const_mem): New function.
17285 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
17286
17287 (s390_output_symbolic_const): Handle TLS unspecs.
17288 (print_operand): New code 'J'.
17289 (machine_function): Add struct member 'some_ld_name'.
17290 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
17291
17292 (enum s390_builtin): New type.
17293 (code_for_builtin_64, code_for_builtin_31): New global variables.
17294 (s390_init_builtins, s390_expand_builtin): New functions.
17295 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
17296
17297 * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
17298 (ASM_OUTPUT_LABELREF): Define.
17299 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
17300
17301 * config/s390/s390.md: Define TLS UNSPEC constants.
17302 ("movdi", "movsi"): Handle TLS operands.
17303 ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
17304 ("*tls_load_64", "*tls_load_31"): New insns.
17305 ("call_value_tls", "call_value_tls_exp"): New expanders.
17306 ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
17307 "bas_tls_64", "bas_tls_31"): New insns.
17308
17309 2003-01-24 Nathan Sidwell <nathan@codesourcery.com>
17310
17311 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
17312 spe ABI is configured, if requested.
17313
17314 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
17315
17316 * doc/passes.texi: Fix typo.
17317
17318 2003-01-24 Andreas Schwab <schwab@suse.de>
17319
17320 * stor-layout.c (excess_unit_span): Only define if used.
17321
17322 2003-01-24 Jerry Quinn <jlquinn@optonline.net>
17323
17324 * gcc/doc/invoke.texi (Optimization Options): List -O levels
17325 for each optimization flag.
17326
17327 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
17328
17329 * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
17330
17331 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
17332
17333 * doc/bugreport.texi: Use @command instead of @code for commands.
17334 * doc/collect2.texi: Likewise.
17335 * doc/headerdirs.texi: Likewise.
17336 * doc/invoke.texi: Likewise.
17337 * doc/standards.texi: Likewise.
17338 * doc/tm.texi: Likewise.
17339 * doc/trouble.texi: Likewise.
17340
17341 2003-01-24 Nick Clifton <nickc@redhat.com>
17342
17343 * config/arm/arm.c (use_return_insn): Do not use a single return
17344 instruction for interrupt handelrs which have to create a stack
17345 frame.
17346 (arm_expand_prologue): Do not pre-bias the return address of
17347 interrupt handlers which create a stack frame.
17348
17349 2003-01-24 Nick Clifton <nickc@redhat.com>
17350
17351 * Add sh2e support:
17352
17353 2002-08-12 Alexandre Oliva <aoliva@redhat.com>
17354
17355 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
17356 med_cbranches. Fix logic in short_cbranches.
17357
17358 2002-04-03 Alexandre Oliva <aoliva@redhat.com>
17359
17360 * config/sh/sh.md (delay for cbranch): Don't annul delay
17361 slots on SH2e.
17362 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
17363 cbranch with unfilled delay slot on SH2e.
17364 (output_branch): Fill with a nop the delay slot of a
17365 branch that required a delay slot but didn't get one.
17366
17367 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
17368
17369 * doc/invoke.texi (SH options): Document -m2e.
17370 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
17371 * config/sh/lib1funcs.asm: Likewise.
17372 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
17373 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
17374 not __sh1__.
17375 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
17376 SH2E up.
17377 (SH3E_BIT): Renamed to...
17378 (SH_E_BIT): ... this. Replace all uses.
17379 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
17380 Replace all uses of TARGET_SH3E with TARGET_SH2E.
17381 (TARGET_SWITCHES): Added 2e.
17382 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
17383 (processor_type): Added PROCESSOR_SH2E.
17384 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
17385 TARGET_SH2E, except in sqrtsf2_i.
17386 (attribute cpu): Added sh2e.
17387 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
17388 (MULTILIB_MATCHES): Use m2e multilib for m3e.
17389 * config.gcc: Add sh2e target support.
17390
17391 2003-01-24 Phil Edwards <pme@gcc.gnu.org>
17392
17393 Rename -W to -Wextra.
17394 * c-decl.c: Update comments.
17395 * c-typeck.c: Likewise.
17396 * flags.h: Likewise.
17397 * function.c: Likewise.
17398 * stmt.c: Likewise.
17399 * toplev.c: Update comments.
17400 (W_options): Add 'extra'.
17401 (display_help): Remove '-W'.
17402 (decode_W_option): Special warn_uninitialized treatment in the case
17403 of -Wextra.
17404 * doc/invoke.texi: Update with new entries.
17405
17406 2003-01-23 Richard Henderson <rth@redhat.com>
17407
17408 * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
17409 in no-else-block case. Add commentary.
17410
17411 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17412
17413 * configure.in: Revert last change.
17414
17415 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17416
17417 * configure.in: Don't include ansidecl.h in tconfig.h.
17418 * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
17419 * unwind-dw2-fde.h (last_fde): Use __attribute__, not
17420 ATTRIBUTE_UNUSED.
17421
17422 * configure: Regenerate.
17423
17424 2003-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17425
17426 PR java/6748
17427 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
17428 regs->nip. Fix rt_sigreturn frame layout. Add support for newer
17429 kernels.
17430
17431 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17432
17433 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
17434
17435 2003-01-23 Ulrich Weigand <uweigand@de.ibm.com>
17436
17437 * genattrtab.c (write_attr_get): Mark 'insn' paramter
17438 as ATTRIBUTE_UNUSED.
17439
17440 2003-01-23 Richard Earnshaw <rearnsha@arm.com>
17441
17442 * arm.c (thumb_base_register_rtx_p): New function.
17443 (thumb_index_register_rtx_p): New function.
17444 (thumb_legitimate_address_p): New function.
17445 (thumb_legitimate_offset_p): New function.
17446 * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
17447 (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
17448 definitions.
17449 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
17450 (THUMB_LEGITIMATE_OFFSET): Delte.
17451 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
17452 * arm-protos.h (thumb_legitimate_address_p): Add prototype.
17453 (thumb_legitimate_offset_p): Likewise.
17454
17455 2003-01-23 Andreas Schwab <schwab@suse.de>
17456
17457 * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
17458
17459 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17460
17461 * fixinc/Makefile.in (FL_LIST): Revert last change.
17462
17463 2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
17464
17465 PR other/7341
17466 * invoke.texi (ftest-coverage): Fix broken cross-reference.
17467 Change @code to @command for gcov command.
17468
17469 * gcc.texi: Adjust title of gcov section.
17470 Adjust copyright.
17471 * gcov.texi: Likewise.
17472
17473 2003-01-22 Roger Sayle <roger@eyesopen.com>
17474
17475 PR optimization/8423
17476 * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
17477 its argument is constant, or 0 if !flag_gcse.
17478 * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
17479 if it's argument is constant.
17480 * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
17481 (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
17482 (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
17483 * builtins.c (purge_builtin_constant_p): New function to force
17484 instantiation of any remaining CONSTANT_P_RTX nodes.
17485 * rtl.h (purge_builtin_constant_p): Prototype here.
17486 * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
17487 pass after GCSE and before loop.
17488 (flag_gcse): No longer static.
17489 * flags.h (flag_gcse): Prototype here.
17490
17491 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
17492
17493 * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
17494 introduced by last change.
17495
17496 2003-01-22 Andreas Schwab <schwab@suse.de>
17497
17498 * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
17499
17500 2003-01-22 Kazu Hirata <kazu@cs.umass.edu>
17501
17502 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
17503 request a scratch reg on H8S when the shift count is 8.
17504
17505 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
17506
17507 * config/s390/s390-protos.h (preferred_la_operand_p):
17508 Remove second parameter.
17509 * config/s390/s390.c (preferred_la_operand_p): Likewise.
17510 * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
17511 (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
17512 * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
17513 Add peepholes to transform ADD to LOAD ADDRESS.
17514
17515 2003-01-22 Richard Earnshaw <rearnsha@arm.com>
17516
17517 * arm.c (arm_address_register_rtx_p): New function.
17518 (arm_legitimate_address_p): New function.
17519 (arm_legitimate_index_p): New function.
17520 (legitimize_pic_address): Use arm_legitimate_index_p.
17521 * arm-protos.h (arm_legtimate_address_p): Add prototype.
17522 * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
17523 (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
17524
17525 2003-01-22 Hartmut Penner <hpenner@de.ibm.com>
17526
17527 * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
17528 * config/s390/2064.md (define_bypass): Correct 'Load' and
17529 'Load-address' bypass values.
17530
17531 2003-01-22 Andreas Schwab <schwab@suse.de>
17532
17533 * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
17534
17535 2003-01-21 Zack Weinberg <zack@codesourcery.com>
17536
17537 * genautomata.c (output_internal_insn_latency_func,
17538 output_print_reservation_func): Short circuit when there is no
17539 automaton to generate code for.
17540
17541 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17542
17543 * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
17544 (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
17545
17546 2003-01-21 Geoffrey Keating <geoffk@apple.com>
17547
17548 * config/rs6000/rs6000.md: Remove warning.
17549 (builtin_setjmp_receiver): Likewise.
17550 * config/darwin.c (update_stubs): Slightly improve terrible hack
17551 with identifiers. Add comment pointing out problems with it.
17552 (update_non_lazy_ptrs): Likewise.
17553
17554 2003-01-21 Richard Henderson <rth@redhat.com>
17555
17556 * dwarf2out.c (lookup_filename): Fix printf format warning.
17557 * system.h (fread_unlocked, fwrite_unlocked): Undef.
17558
17559 * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
17560 (fixincl.o-warn, gnu-regex.o-warn): New.
17561 * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
17562 * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
17563 * fixinc/fixincl.c (process): Fix printf format warning.
17564
17565 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
17566
17567 * dwarf2out (output_file_names): Don't crash if called
17568 with empty file_table.
17569
17570 2003-01-21 Zack Weinberg <zack@codesourcery.com>
17571
17572 * genautomata.c (output_internal_insn_latency_func): Add
17573 missing break statement to generated code.
17574
17575 2003-01-21 Roger Sayle <roger@eyesopen.com>
17576
17577 * stmt.c (same_case_target_p): New function to determine whether
17578 two case labels branch to the same target. Split out from...
17579 (group_case_nodes): ... here. Use same_case_target_p instead.
17580 (strip_default_case_nodes): Remove explicit case nodes
17581 that branch to the default destination.
17582 (expand_end_case_type): Call strip_default_case_nodes after
17583 group_case_nodes, to simplify the case-list before we count it.
17584 Only generate table_label RTX when actually needed. Try to share
17585 thiscase->exit_label and thiscase->data.case_stmt.default_label
17586 when a switch has no explicit default case. Simplify test for
17587 constant index.
17588
17589 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
17590
17591 * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
17592 \t.
17593 (*negsf2_h8300hs): Likewise.
17594 (*addsi3_lshiftrt_16_zexthi): Likewise.
17595 (*iorhi3_lshiftrt_8): Likewise.
17596
17597 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
17598
17599 * dwarf2out.c (fde_table_in_use): Mark GTY.
17600 (dwarf2out_cfi_label_num): New variable, marked GTY.
17601 (dwarf2out_cfi_label): Use it instead of static label_num.
17602 * emit-rtl.c (label_num): Mark GTY.
17603
17604 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
17605
17606 * config/h8300/h8300.c (output_plussi): Support H8/300.
17607 (compute_plussi_length): Likewise.
17608 (compute_plussi_cc): Likewise.
17609 * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
17610 output assembly instructions.
17611
17612 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17613
17614 * calls.c (fix_unsafe_tree): Prototype.
17615
17616 * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
17617 (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
17618 insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
17619 c-parse.o-warn): Add -Wno-error.
17620 (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
17621
17622 * configure.in (--enable-werror): Add new flag.
17623 * doc/install.texi (--enable-werror): Document.
17624 * configure: Regenerate.
17625
17626 * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
17627
17628 2003-01-21 Andreas Schwab <schwab@suse.de>
17629
17630 * genautomata.c (output_internal_insn_latency_func): Fix missing
17631 close paren in output.
17632
17633 2003-01-21 Zack Weinberg <zack@codesourcery.com>
17634
17635 * genautomata.c: Space savings in generated code:
17636 (output_dfa_insn_code_func): Split out the table-enlargement
17637 path to an out-of-line static function, dfa_insn_code_enlarge.
17638 (output_internal_insn_latency_func): Use a lookup table for the
17639 default latencies.
17640 (output_print_reservation_func): Use a lookup table for the
17641 strings.
17642
17643 2003-01-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
17644
17645 PR opt/7507
17646 * calls.c (fix_unsafe_tree): Split out from ...
17647 (expand_call): ... here. Use it on the function address too.
17648
17649 2003-01-20 Richard Henderson <rth@redhat.com>
17650
17651 * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
17652
17653 2003-01-20 Richard Henderson <rth@redhat.com>
17654
17655 PR opt/7154
17656 * stmt.c (expand_asm_operands): Validize memory operands.
17657
17658 2003-01-20 Richard Henderson <rth@redhat.com>
17659
17660 PR opt/8848
17661 * ifcvt.c (noce_process_if_block): Correct arguments to
17662 modified_between_p for no-else-block case.
17663
17664 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
17665
17666 * config/h8300/h8300.c (const_costs): Remove a warning.
17667 (output_plussi): Likewise.
17668 (compute_plussi_length): Likewise.
17669 (compute_plussi_cc): Likewise.
17670
17671 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
17672
17673 * config/h8300/h8300.md (addsi_h8300): Remove the last
17674 alternative.
17675
17676 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
17677
17678 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
17679
17680 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17681
17682 * system.h (__NO_STRING_INLINES): Define.
17683
17684 2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17685
17686 * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
17687 is not a scalar int mode.
17688
17689 2003-01-20 Roger Sayle <roger@eyesopen.com>
17690
17691 * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
17692 insn's notes following a substitution inside a libcall.
17693
17694 2003-01-20 Zack Weinberg <zack@codesourcery.com>
17695
17696 * configure.in: Check for system-provided 'uchar' type.
17697 * configure, config.in: Regenerate.
17698 * cpphash.h: Only typedef 'uchar' if the system doesn't.
17699
17700 2003-01-20 Richard Henderson <rth@redhat.com>
17701
17702 * expr.h (MUST_PASS_IN_STACK): Move implementation...
17703 * calls.c (default_must_pass_in_stack): ... here.
17704
17705 2003-01-20 Vladimir Makarov <vmakarov@redhat.com>
17706
17707 * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
17708
17709 * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
17710
17711 * genattr.c (main): Output default definition of AUTOMATON_ALTS.
17712 Wrap up definition of `insn_alts'.
17713
17714 * genattrtab.c (main): Wrap up `insn_alts'.
17715
17716 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17717
17718 * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
17719 prototyping.
17720 * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
17721
17722 * config.in, configure: Regenerate.
17723
17724 2003-01-20 Nick Clifton <nickc@redhat.com>
17725
17726 * config/arm/arm.md (sibcall_epilogue): Add an
17727 UNSPEC_PROLOGUE_USE to prevent the link register from being
17728 considered dead.
17729
17730 2003-01-20 Jan Hubicka <jh@suse.cz>
17731
17732 * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
17733
17734 2003-01-20 Andreas Schwab <schwab@suse.de>
17735
17736 * system.h: Don't declare strsignal if the decl test hasn't been
17737 run yet.
17738
17739 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
17740
17741 * config/h8300/h8300.c (notice_update_cc): Don't assume that
17742 recog_data.operands[0] is always associated with cc0.
17743
17744 2003-01-19 David Edelsohn <edelsohn@gnu.org>
17745
17746 * collect2.c (ldgetname): Expand declaration to prototype.
17747 * read-rtl.c (atoll): Add prototype.
17748 * system.h (strsignal): Also declare if no declaration found.
17749
17750 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
17751
17752 * config.gcc (mips64*-*-linux*): Added.
17753 * config/mips/linux64.h, config/mips/t-linux64: New file.
17754 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
17755 * config/mips/mips.c (override_options): Use it.
17756 * config/mips/mips.h (TARGET_SWITCHES): Added...
17757 (SUBTARGET_TARGET_SWITCHES): New, empty by default.
17758 * Makefile.in (SPECS): New.
17759 (STAGESTUFF, specs, mostlyclean, install-common): Use it.
17760 * gcc.c (process_command): Move self-spec processing past spec
17761 file loading.
17762 * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
17763 * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
17764 CRTSTUFF_T_CFLAGS.
17765 (SPECS): Document.
17766 * doc/invoke.texi (-mabi-fake-default): Document.
17767
17768 2003-01-19 Stephane Carrez <stcarrez@nerim.fr>
17769
17770 * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
17771 z_reg, z_reg_qi): Declare static and GTY().
17772 (da_reg): Remove.
17773 (create_regs_rtx): Don't create da_reg.
17774 ("gt-m68hc11.h"): Include for GTY roots.
17775 * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
17776 and GTY() here.
17777 (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
17778 (m68hc11_soft_tmp_reg): Likewise.
17779 * config/m68hc11/m68hc11-protos.h: Remove above declarations.
17780
17781 2003-01-18 Kazu Hirata <kazu@cs.umass.edu>
17782
17783 * basic-block.h: Fix comment formatting.
17784 * calls.c: Likewise.
17785 * combine.c: Likewise.
17786 * convert.c: Likewise.
17787 * gcov.c: Likewise.
17788 * haifa-sched.c: Likewise.
17789 * libgcc2.c: Likewise.
17790 * loop.c: Likewise.
17791 * profile.c: Likewise.
17792 * system.h: Likewise.
17793
17794 2003-01-18 Roger Sayle <roger@eyesopen.com>
17795
17796 * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
17797
17798 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17799
17800 * ra-build.c (undef_to_size_word): Avoid `switch' warning.
17801
17802 2003-01-17 Dale Johannesen <dalej@apple.com>
17803
17804 * config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers.
17805 (*floatunssidf2_internal): Ditto.
17806
17807 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
17808
17809 * alias.c: Fix comment typos.
17810 * basic-block.h: Likewise.
17811 * c-common.c: Likewise.
17812 * c-common.h: Likewise.
17813 * c-decl.c: Likewise.
17814 * c-opts.c: Likewise.
17815 * c-pragma.c: Likewise.
17816 * c-pretty-print.h: Likewise.
17817 * cfg.c: Likewise.
17818 * cfganal.c: Likewise.
17819 * cfgbuild.c: Likewise.
17820 * cfgcleanup.c: Likewise.
17821 * cfglayout.c: Likewise.
17822 * cfgrtl.c: Likewise.
17823 * convert.c: Likewise.
17824 * cpphash.h: Likewise.
17825 * cpplex.c: Likewise.
17826 * cpplib.h: Likewise.
17827 * df.h: Likewise.
17828 * diagnostic.c: Likewise.
17829 * diagnostic.h: Likewise.
17830 * dwarf2.h: Likewise.
17831
17832 2003-01-17 Stan Shebs <shebs@apple.com>
17833
17834 * config/darwin-protos.h: Forward-declare struct cpp_reader.
17835
17836 2003-01-17 Douglas B Rupp <rupp@gnat.com>
17837
17838 * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
17839 mistake in last checkin.
17840
17841 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
17842
17843 * et-forest.c: Fix comment typos.
17844 * et-forest.h: Likewise.
17845 * except.c: Likewise.
17846 * expr.c: Likewise.
17847 * flags.h: Likewise.
17848 * flow.c: Likewise.
17849 * gcc.c: Likewise.
17850 * gcse.c: Likewise.
17851 * genattrtab.c: Likewise.
17852 * genautomata.c: Likewise.
17853 * gengtype.c: Likewise.
17854 * genrecog.c: Likewise.
17855 * global.c: Likewise.
17856 * gthr-rtems.h: Likewise.
17857
17858 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17859
17860 * i386.c (x86_function_profiler): Fix format specifier.
17861
17862 2003-01-17 Richard Henderson <rth@redhat.com>
17863
17864 * gengtype.c (walk_type): Allow paramN_is.
17865
17866 2003-01-17 Nick Clifton <nickc@redhat.com>
17867
17868 * config/i960/t-960bare (i960-c.o): Add missing newline escape.
17869
17870 2003-01-16 Richard Henderson <rth@redhat.com>
17871
17872 * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
17873
17874 2003-01-16 Richard Henderson <rth@redhat.com>
17875
17876 * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
17877 (alpha_next_sequence_number): Likewise.
17878 (alpha_this_literal_sequence_number): Likewise.
17879 (alpha_this_gpdisp_sequence_number): Likewise.
17880 (struct alpha_funcs, alpha_funcs_num): Likewise.
17881 (struct alpha_links): Fix branch merge error.
17882 (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
17883
17884 2003-01-17 Alexandre Oliva <aoliva@redhat.com>
17885
17886 * config/mips/mips.h: Don't use #elif. Reported by Kaveh
17887 R. Ghazi.
17888
17889 2003-01-16 Kazu Hirata <kazu@cs.umass.edu>
17890
17891 * ifcvt.c: Fix comment typos.
17892 * lcm.c: Likewise.
17893 * libgcc2.c: Likewise.
17894 * local-alloc.c: Likewise.
17895 * loop.c: Likewise.
17896 * predict.c: Likewise.
17897 * ra-build.c: Likewise.
17898 * ra.c: Likewise.
17899 * ra-colorize.c: Likewise.
17900 * ra.h: Likewise.
17901 * ra-rewrite.c: Likewise.
17902 * regmove.c: Likewise.
17903 * reload.h: Likewise.
17904 * rtlanal.c: Likewise.
17905 * toplev.c: Likewise.
17906 * tree.h: Likewise.
17907 * unwind-dw2-fde-glibc.c: Likewise.
17908 * vmsdbgout.c: Likewise.
17909
17910 2003-01-16 Richard Henderson <rth@redhat.com>
17911
17912 * dwarf2out.c (struct file_table): Remove.
17913 (FILE_TABLE_INCREMENT): Remove.
17914 (file_table): Make a varray; mark for GC. Update all users.
17915 (file_table_last_lookup_index): Extract from struct file_table.
17916 (output_file_names): Fix unsigned compare warnings.
17917 (add_name_attribute): Remove inline marker.
17918 (add_comp_dir_attribute): Split out from gen_compile_unit_die.
17919 (lookup_filename): Don't manage size of file_table.
17920 (init_file_table): Allocate file_table with GC.
17921 (dwarf2out_init): Don't record main_input_filename here.
17922 (dwarf2out_finish): Do it here instead.
17923
17924 2003-01-16 Bruce Korb <bkorb@gnu.org>
17925
17926 * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
17927
17928 2003-01-16 Kaz Kojima <kkojima@gcc.gnu.org>
17929
17930 * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
17931 instead of rotldi3_mextr.
17932
17933 2003-01-16 Vladimir Makarov <vmakarov@redhat.com>
17934
17935 * haifa-sched.c (move_insn): Restore moving all schedule group.
17936 (set_priorities): Restore taking SCHED_GROUP_P into account.
17937
17938 * sched-deps.c (add_dependence): Restore processing the last group
17939 insn.
17940 (remove_dependence, group_leader): Restore the functions.
17941 (set_sched_group_p): Restore adding dependencies from previous insn
17942 in the group.
17943 (compute_forward_dependences): Restore usage of group_leader.
17944
17945 * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
17946 account.
17947
17948 * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
17949 account.
17950 (can_schedule_ready_p): Ditto.
17951 (add_branch_dependences): Restore skipping over the group insns.
17952
17953 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
17954
17955 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
17956 68HC12 pre/post inc/dec side effects.
17957
17958 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
17959
17960 * config/m68hc11/m68hc11.h (MASK_M6812): Define.
17961
17962 2003-01-16 J"orn Rennecke <amylaar@onetel.net.uk>
17963
17964 * sh.md (mshflo_w_x): Fix description of operation.
17965
17966 2003-01-16 Zack Weinberg <zack@codesourcery.com>
17967
17968 * config/rs6000/rs6000.h: Mention Altivec registers in
17969 commentary. Fix typo.
17970
17971 2003-01-16 David Edelsohn <edelsohn@gnu.org>
17972
17973 * config/rs6000/rs6000.md (movti_string): Remove clobber.
17974 * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
17975 generate PARALLEL with clobber for TARGET_POWER.
17976
17977 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17978
17979 * ra-colorize.c (colorize_one_web): Initialize variable.
17980 * regmove.c (fixup_match_1): Likewise.
17981 * reload1.c (reload_as_needed): Likewise.
17982 * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
17983
17984 2003-01-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17985
17986 * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
17987
17988 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17989
17990 * dbxout.c (lastfile, cwd): Fix `unused' warning.
17991 * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
17992 dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
17993 is_main_source, file_table, decl_die_table_in_use,
17994 abbrev_die_table_in_use, line_info_table_in_use,
17995 separate_line_info_table_in_use, pubname_table_in_use,
17996 arange_table_in_use, ranges_table_in_use,
17997 current_function_has_inlines): Likewise.
17998 * flow.c (life_analysis): Likewise.
17999 * genemit.c (gen_insn): Likewise.
18000 * protoize.c (cplus_suffix): Likewise.
18001
18002 * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
18003 * arm.h (ROUND_UP_WORD): Likewise.
18004
18005 * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
18006 warning.
18007 * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
18008 init_emit_once): Likewise.
18009 * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
18010 Likewise.
18011 * function.c (assign_stack_temp_for_type): Likewise.
18012 * loop.c (loop_invariant_p): Likewise.
18013 * recog.c (push_operand): Likewise.
18014 * regclass.c (init_reg_sets_1): Likewise.
18015 * reload.c (update_auto_inc_notes): Likewise.
18016 * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
18017 * stmt.c (expand_asm_operands): Likewise.
18018 * stor-layout.c (start_record_layout): Likewise.
18019
18020 2003-01-16 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
18021
18022 * config/c4x/c4x.md (epilogue): Correct last patch.
18023
18024 2003-01-15 Richard Henderson <rth@redhat.com>
18025
18026 * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
18027 also check that GP is being used.
18028 (alpha_find_lo_sum_using_gp): New.
18029 (alpha_does_function_need_gp): Use get_attr_usegp.
18030 * config/alpha/alpha-protos.h: Update.
18031 * config/alpha/alpha.md (attr usegp): New. Annotate patterns
18032 as needed.
18033
18034 2003-01-15 Roger Sayle <roger@eyesopen.com>
18035
18036 * gcse.c (one_cprop_pass): Change function arguments to take both
18037 cprop_jumps and bypass_jumps flags instead of just alter_jumps.
18038 (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
18039 (bypass_jumps): New function to perform separate jump bypassing pass.
18040 * rtl.h (bypass_jumps): Add function prototype.
18041 * timevar.def (TV_BYPASS): New timing variable.
18042 * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
18043 (dump_file): New entry for the bypass RTL dump file.
18044 (rest_of_compilation): Insert new jump bypassing optimization
18045 pass after loop.
18046 * doc/passes.texi: Document new pass.
18047
18048 2003-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
18049
18050 * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
18051 ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
18052 * pa.h (TARGET_SOM_SDEF): Define.
18053 * pa-hpux11.h (TARGET_SOM_SDEF): Define.
18054
18055 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
18056
18057 * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
18058 allocate 4-bytes of locals on 68HC11.
18059 (expand_epilogue): Likewise.
18060 (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
18061
18062 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
18063
18064 * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
18065 and -mshort-double to the assembler to specify the ABI.
18066 (LINK_SPEC): Likewise.
18067 (CPP_SPEC): Pass HCS12 specific define.
18068 (MASK_M68S12): New define.
18069 (TARGET_M68S12): Likewise.
18070 (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
18071 (TARGET_VERSION): Update.
18072 * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
18073 (LINK_SPEC): Update.
18074 (ASM_SPEC): Update.
18075 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
18076 * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
18077
18078 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
18079
18080 * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
18081 the return code.
18082
18083 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
18084
18085 * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
18086 flag before setting it.
18087
18088 2003-01-15 Roger Sayle <roger@eyesopen.com>
18089
18090 * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
18091 when loop condition is known true, i.e. "while (1) { ... }".
18092 (genrtl_for_stmt): Similarly for "for" statements.
18093
18094 2003-01-15 Roger Sayle <roger@eyesopen.com>
18095
18096 * real.c (real_sqrt): Return a bool result indicating whether
18097 a floating point exception or trap should be raised.
18098 * real.h (real_sqrt): Update function prototype.
18099 * builtins.c (fold_builtin): Only fold non-trapping square
18100 roots unless we're ignoring errno and trapping math.
18101
18102 2003-01-15 John David Anglin <dave.anglin@nrc.gc.ca>
18103
18104 * expr.h (emit_conditional_add): Add PARAMS to declaration.
18105 * gengtype-lex.l (malloc, realloc): Move defines after include of
18106 system.h. Remove duplicate include of system.h.
18107
18108 2003-01-15 Roger Sayle <roger@eyesopen.com>
18109
18110 PR middle-end/9009
18111 * optabs.c (expand_unop): When manipulating the FP sign bit
18112 using integer operations, account for targets with different
18113 integer and FP word orders.
18114 (expand_abs): Likewise.
18115
18116 2003-01-15 David Edelsohn <edelsohn@gnu.org>
18117
18118 * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
18119 file extension in section name.
18120
18121 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
18122
18123 * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
18124 constant offset.
18125
18126 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
18127
18128 * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
18129 (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
18130 (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
18131 (ARM_PRINT_OPERAND_ADDRESS): Likewise.
18132
18133 2003-01-15 Jan Hubicka <jh@suse.cz>
18134
18135 PR f/9258
18136 * global.c (struct allocno): Add no_stack_reg.
18137 (global_conflicts): Set no_stack_reg.
18138 (find_reg): Use it.
18139
18140 * convert.c (convert_to_real): Fold - and abs only when profitable.
18141 * fold-const.c (fold): Fold truncates in - and abs.
18142
18143 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
18144
18145 Segher Boessenkool <segher@koffie.nl>
18146
18147 * predict.c (real_inv_br_prob_base): New variable.
18148 (propagate_freq): Use multiply by reciprocal instead of
18149 division. Don't divide by 1.0 at all.
18150 (estimate_bb_frequencies): Similar.
18151
18152 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
18153
18154 * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
18155 * configure: Rebuilt.
18156
18157 2003-01-15 Hartmut Penner <hpenner@de.ibm.com>
18158
18159 * config/s390/s390.c (s390_safe_attr_type): New function.
18160 (s390_use_dfa_pipeline_interface): New function, return true for z900.
18161 (s390_issue_rate): New function.
18162 (s390_agen_dep_p): New function.
18163 (addr_generation_dependency_p): Use 's390_safe_attr_type'.
18164 (s390_adjust_cost): Return 'cost' if new DFA is used.
18165 (s390_adjust_priority): Delete function.
18166 * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
18167 * config/s390/s390.md (atype attribute): Attribute 'atype' default
18168 determined by 'op_type'.
18169 (type attribute): Added more type attributes.
18170 * config/s390/2064.md: New DFA description for z900 pipeline.
18171
18172 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
18173
18174 * config/i386/i386.c (ix86_expand_vector_move): Validize constant
18175 forced to memory. Fixes PR bootstrap/9036.
18176
18177 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
18178 to set $gp before the call.
18179
18180 2003-01-14 Richard Henderson <rth@redhat.com>
18181
18182 * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
18183 for force_const_mem.
18184
18185 2003-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18186
18187 * genattr.c (main): Rearrange output to avoid prototype warning.
18188 * genautomata.c (transform_3): Fix ambiguous-else warning.
18189 * local-alloc.c (requires_inout): Add parentheses around
18190 assignment used as truth-value.
18191 * timevar.c: Move system includes above local includes. Include
18192 toplev.h
18193 * Makefile.in (timevar.o): Depend on toplev.h.
18194
18195 2003-01-14 Denis Chertykov <denisc@overta.ru>
18196
18197 * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
18198 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
18199
18200 * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
18201 attributes.
18202 (TARGET_ATTRIBUTE_TABLE): New macro.
18203 (valid_machine_type_attribute): Remove.
18204 (valid_machine_decl_attribute): Remove.
18205 (ip2k_handle_progmem_attribute): New function.
18206 (ip2k_handle_fndecl_attribute): New function.
18207
18208 2003-01-10 Andrew Haley <aph@redhat.com>
18209
18210 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
18211 registers to be in correct order. Add rip.
18212
18213 2003-01-14 Kazu Hirata <kazu@cs.umass.edu>
18214
18215 * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
18216 (*iorsi3_and_lshiftrt_9_sb): Likewise.
18217
18218 2003-01-14 Jan Hubicka <jh@suse.cz>
18219
18220 * convert.c (strip_float_extensions): Look for narrowest type handling
18221 FP constants.
18222
18223 * fold-const.c (fold): Fold (double)float1 CMP (double)float2 into
18224 float1 CMP float2.
18225 * convert.c (strip_float_extensions): Make global.
18226 * tree.h (strip_float_extensions): Declare.
18227
18228 2003-01-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
18229
18230 * timevar.def: define TV_NAME_LOOKUP.
18231 * timevar.c (timevar_pop): Be verbose when aborting.
18232
18233 2003-01-13 Andreas Schwab <schwab@suse.de>
18234
18235 * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
18236 $(parsedir), just move the temporary file at the end.
18237 ($(parsedir)/gengtype-yacc.c): Likewise.
18238
18239 2003-01-13 Alexandre Oliva <aoliva@redhat.com>
18240
18241 * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
18242 ${ac_tool_prefix} to ADAC or CC. Protect them from word
18243 splitting.
18244 * configure: Rebuilt.
18245
18246 2003-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18247
18248 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
18249 internal_mcount): Don't use PARAMS.
18250 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
18251 ISO C style.
18252 (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
18253
18254 2003-01-13 Andreas Schwab <schwab@suse.de>
18255
18256 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
18257 directive.
18258
18259 2003-01-13 Kazu Hirata <kazu@cs.umass.edu>
18260
18261 * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
18262 (*iorsi3_and_lshiftrt_n_sb): Likewise.
18263
18264 2003-01-12 Mark Mitchell <mark@codesourcery.com>
18265
18266 PR c++/9264
18267 * c-lex.c (c_lex): Set the token value to error_mark_node for
18268 invalid numeric constants.
18269
18270 2003-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18271
18272 * c-pch.c (asm_file_startpos): Change to `long'.
18273 (pch_init): Use ftell, not ftello.
18274 (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
18275 Use `long' instead of `off_t'.
18276 (c_common_read_pch): Likewise.
18277 * ggc-common.c (gt_pch_save): Use long/ftell instead of
18278 off_t/ftello.
18279
18280 2003-01-12 Alan Modra <amodra@bigpond.net.au>
18281
18282 * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
18283
18284 2003-01-11 Richard Earnshaw (rearnsha@arm.com)
18285
18286 * arm-protos.h (struct cpp_reader): Add declaration.
18287
18288 2003-01-11 Jan Hubicka <jh@suse.cz>
18289
18290 PR target/9068
18291 * i386.c (output_fp_compare): Fix typo.
18292
18293 2003-01-10 David Edelsohn <edelsohn@gnu.org>
18294
18295 * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
18296
18297 2003-01-10 Geoffrey Keating <geoffk@apple.com>
18298
18299 * Makefile.in (parsedir): New variable.
18300 (docobjdir): New variable.
18301 (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
18302 gengtype-lex.c, gengtype-yacc.c): Use parsedir.
18303 (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
18304 cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
18305 gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
18306 Use docobjdir.
18307 * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
18308 objc.maintainer-clean): Use parsedir.
18309
18310 * varasm.c (struct constant_descriptor_rtx): Remove unused
18311 `label' field.
18312
18313 * toplev.c (documented_lang_options): Document -Winvalid-pch.
18314
18315 2003-01-10 Richard Henderson <rth@redhat.com>
18316
18317 * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
18318 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
18319
18320 2003-01-10 Richard Henderson <rth@redhat.com>
18321
18322 * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
18323 not INTEGRAL_MODE_P when widening extensions.
18324
18325 2003-01-10 Richard Henderson <rth@redhat.com>
18326
18327 * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
18328
18329 2003-01-10 Geoffrey Keating <geoffk@apple.com>
18330
18331 * ggc-page.c (ggc_collect): Avoid overflow computing
18332 min_expand.
18333
18334 * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
18335 (RANLIB_TEST_FOR_TARGET): Delete. Don't pass down to sub-makes.
18336 Remove calls.
18337 * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
18338
18339 2003-01-10 Jan Hubicka <jh@suse.cz>
18340
18341 * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
18342 with weird operands.
18343
18344 2003-01-10 Dale Johannesen <dalej@apple.com>
18345
18346 * calls.c (load_register_parameters): Add is_sibcall, sibcall_failure
18347 parameters. Call check_sibcall_argument_overlap if indicated.
18348 (check_sibcall_argument_overlap): Add mark_stored_args_map
18349 parameter. Don't mark parameter area as clobbered if not set.
18350 (expand_call): Adjust calls to above.
18351
18352 2003-01-10 Kelley Cook <kelleycook@comcast.net>
18353
18354 * configure.in (linker read-only and read-write section mixing):
18355 Squelch some assembler warnings.
18356 * configure: Likewise.
18357
18358 2003-01-10 Hartmut Penner <hpenner@de.ibm.com>
18359
18360 * doc/invoke.texi: Document -mtune, delete -mcpu
18361 option for S/390 and zSeries.
18362 * config/s390/s390.c (s390_tune_string) New variable.
18363 (s390_cpu_string) Delete variable.
18364 (override_options): Use s390_tune_string instead of
18365 s390_cpu_string.
18366 * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
18367
18368 2003-01-10 Kazu Hirata <kazu@cs.umass.edu>
18369
18370 * config/h8300/h8300.md (*iorsi3_ashift_31): New.
18371
18372 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
18373
18374 * jump.c (next_nonnote_insn_in_loop): New function.
18375 (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
18376 next_nonnote_insn.
18377 (duplicate_loop_exit_test). Likewise.
18378
18379 2003-01-09 Geoffrey Keating <geoffk@apple.com>
18380
18381 Merge from pch-branch:
18382
18383 2003-01-06 Geoffrey Keating <geoffk@apple.com>
18384
18385 * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
18386 load.
18387
18388 2002-12-24 Geoffrey Keating <geoffk@apple.com>
18389
18390 * cpplib.c (count_registered_pragmas): New function.
18391 (save_registered_pragmas): New function.
18392 (_cpp_save_pragma_names): New function.
18393 (restore_registered_pragmas): New function.
18394 (_cpp_restore_pragma_names): New function.
18395 * cpphash.h (_cpp_save_pragma_names): Prototype.
18396 (_cpp_restore_pragma_names): Likewise.
18397 * cpppch.c (struct save_macro_item): Split from save_macro_data.
18398 (struct save_macro_data): New field 'saved_pragmas'.
18399 (save_macros): Update for changes to struct save_macro_data.
18400 (cpp_prepare_state): Call _cpp_save_pragma_names, update
18401 for changes to struct save_macro_data.
18402 (cpp_read_state): Call _cpp_restore_pragma_names, update
18403 for changes to struct save_macro_data.
18404
18405 * cpppch.c (cpp_read_state): Restore the hashtable references
18406 in the cpp_reader.
18407
18408 * tree.h (built_in_decls): Mark for PCH.
18409
18410 * dbxout.c (lastfile): Don't mark for PCH.
18411
18412 * ggc.h: Document PCH calls into memory managers.
18413
18414 2002-12-18 Geoffrey Keating <geoffk@apple.com>
18415
18416 * doc/invoke.texi (Precompiled Headers): Document the
18417 directory form of PCH.
18418 * cppfiles.c (validate_pch): New function.
18419 (open_file_pch): Search suitably-named directories for PCH files.
18420
18421 2002-12-14 Geoffrey Keating <geoffk@apple.com>
18422
18423 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
18424 reorder options.
18425 (Type Information): Mention that the information is also
18426 used to implement PCH.
18427 * doc/passes.texi (Passes): Improve documentation of
18428 language-specific files.
18429
18430 2002-12-11 Geoffrey Keating <geoffk@apple.com>
18431
18432 * gengtype.c (struct write_types_data): Add reorder_note_routine field.
18433 (struct walk_type_data): Add reorder_fn field.
18434 (walk_type): Process 'reorder' option.
18435 (write_types_process_field): Reorder parameters to gt_pch_note_object,
18436 call reorder_note_routine.
18437 (write_func_for_structure): Reorder parameters to gt_pch_note_object.
18438 (ggc_wtd): Update for change to struct write_types_data.
18439 (pch_wtd): Likewise.
18440 * ggc.h (gt_pch_note_object): Reorder parameters.
18441 (gt_handle_reorder): New definition.
18442 (gt_pch_note_reorder): New prototype.
18443 * ggc-common.c (struct ptr_data): Add reorder_fn.
18444 (gt_pch_note_object): Reorder parameters.
18445 (gt_pch_note_reorder): New.
18446 (gt_pch_save): Call reorder_fn.
18447 * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
18448
18449 * dbxout.c (cwd): Don't mark for PCH.
18450
18451 2002-12-09 Geoffrey Keating <geoffk@apple.com>
18452
18453 * gengtype.c (finish_root_table): Fix some warnings.
18454 (write_root): Handle TYPE_STRING.
18455 * ggc.h (gt_ggc_m_S): Add prototype.
18456 * stringpool.c (gt_ggc_m_S): New function.
18457
18458 2002-11-30 Geoffrey Keating <geoffk@apple.com>
18459
18460 * dwarf2out.c (dw2_string_counter): New.
18461 (AT_string_form): Use it.
18462 (same_dw_val_p): Update for removal of hashtable.h hash tables.
18463
18464 2002-11-22 Geoffrey Keating <geoffk@apple.com>
18465
18466 * dbxout.c: Include gt-dbxout.h.
18467 (lastfile): Mark for PCH/GGC.
18468 (cwd): Likewise.
18469 (struct typeinfo): Likewise.
18470 (typevec): Likewise.
18471 (typevec_len): Likewise.
18472 (next_type_number): Likewise.
18473 (struct dbx_file): Likewise.
18474 (current_file): Likewise.
18475 (next_file_number): Likewise.
18476 (dbxout_init): Allocate typevec, struct dbx_file with GGC.
18477 (dbxout_start_source_file): Allocate struct dbx_file with GGC.
18478 (dbxout_end_source_file): Don't free struct dbx_file.
18479 (dbxout_type): Use GGC to allocate typevec.
18480 * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
18481 (GTFILES): Add dbxout.c.
18482 (gt-dbxout.h): New rule.
18483
18484 * Makefile.in (c-pch.o): Add debug.h as dependency.
18485 * c-pch.c: Include debug.h.
18486 (pch_init): Call start_source_file to keep nesting right.
18487 (c_common_read_pch): Add orig_name parameter. Call
18488 start_source_file debug hook. Call end_source_file debug hook.
18489 * c-common.h (c_common_read_pch): Update prototype.
18490 * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
18491 callback.
18492 * cppfiles.c (struct include_file): Add new field `header_name'.
18493 (find_or_create_entry): Default it to `name'.
18494 (open_file_pch): Set it to the original header file searched for.
18495 (stack_include_file): Don't stack an empty buffer, just handle
18496 PCH files immediately. Pass header_name field to read_pch callback.
18497
18498 2002-11-19 Geoffrey Keating <geoffk@apple.com>
18499
18500 * function.c (funcdef_no): Mark to be saved in a PCH.
18501
18502 2002-11-15 Geoffrey Keating <geoffk@apple.com>
18503
18504 * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
18505
18506 * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
18507
18508 2002-11-14 Geoffrey Keating <geoffk@apple.com>
18509
18510 * optabs.h (code_to_optab): Add GTY marker.
18511
18512 2002-11-13 Geoffrey Keating <geoffk@apple.com>
18513
18514 * Makefile.in (GTFILES): Add cpplib.h.
18515 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
18516 * c-decl.c (build_compound_literal): Don't use var_labelno.
18517 * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
18518 * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
18519 * varasm.c (const_labelno): Use gengtype to mark.
18520 (var_labelno): Likewise.
18521 (in_section): Likewise.
18522 (in_named_name): Likewise.
18523 (struct in_named_entry): Likewise.
18524 (in_named_htab): Likewise.
18525 (set_named_section_flags): Use GGC to allocate struct in_named_entry.
18526 (init_varasm_once): Use GGC to allocate in_named_htab.
18527 * config/darwin.c (current_pic_label_num): Mark for PCH.
18528
18529 2002-11-11 Geoffrey Keating <geoffk@apple.com>
18530
18531 * ggc-simple.c (init_ggc_pch): New stub procedure.
18532 (ggc_pch_count_object): Likewise.
18533 (ggc_pch_total_size): Likewise.
18534 (ggc_pch_this_base): Likewise.
18535 (ggc_pch_alloc_object): Likewise.
18536 (ggc_pch_prepare_write): Likewise.
18537 (ggc_pch_write_object): Likewise
18538 (ggc_pch_finish): Likewise.
18539 (ggc_pch_read): Likewise.
18540
18541 2002-11-08 Geoffrey Keating <geoffk@apple.com>
18542
18543 * c-pch.c (c_common_write_pch): Write the macro definitions after
18544 the GCed data.
18545 (c_common_read_pch): Call cpp_prepare_state. Restore the macro
18546 definitions after the GCed data.
18547 * cpplib.c (save_macros): New.
18548 (reset_ht): New.
18549 (cpp_write_pch_deps): Split out of cpp_write_pch.
18550 (cpp_write_pch_state): Split out of cpp_write_pch.
18551 (cpp_write_pch): Delete.
18552 (struct save_macro_data): Delete.
18553 (cpp_prepare_state): New.
18554 (cpp_read_state): Erase and restore initial macro definitions.
18555 * cpplib.h (struct save_macro_data): Forward-declare.
18556 (cpp_write_pch_deps): Prototype.
18557 (cpp_write_pch_state): Prototype.
18558 (cpp_write_pch): Delete prototype.
18559 (cpp_prepare_state): Prototype.
18560 (cpp_read_state): Add fourth argument.
18561
18562 2002-11-04 Geoffrey Keating <geoffk@apple.com>
18563
18564 * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
18565 (write_array): Remove warning.
18566
18567 * gengtype.c (contains_scalar_p): New.
18568 (finish_root_table): Add the table to all languages, even if it's
18569 empty.
18570 (write_roots): Output gt_pch_scalar_rtab.
18571 * ggc-common.c (gt_pch_save): Write out scalars.
18572 (gt_pch_restore): Read scalars back.
18573
18574 * ggc-page.c (OBJECTS_IN_PAGE): New macro.
18575 (struct page_entry): Delete pch_page field.
18576 (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
18577 (clear_marks): Likewise.
18578 (sweep_pages): Likewise.
18579 (poison_pages): Likewise.
18580 (ggc_print_statistics): Likewise.
18581 (ggc_pch_read): Don't free objects read from a PCH.
18582 Properly set up in_use_p and page_tails.
18583
18584 2002-10-25 Geoffrey Keating <geoffk@apple.com>
18585
18586 * gengtype.c (struct write_types_data): New.
18587 (struct walk_type_data): Make `cookie' const; add extra
18588 prev_val item; add `orig_s' field.
18589 (walk_type): Update prev_val[3].
18590 (write_types_process_field): New.
18591 (write_func_for_structure): Take write_types_data structure.
18592 (write_types): New.
18593 (ggc_wtd): New.
18594 (pch_wtd): New.
18595 (write_types_local_process_field): New.
18596 (gc_mark_process_field): Delete.
18597 (write_local_func_for_structure): New.
18598 (gc_mark_func_name): Delete.
18599 (write_gc_types): Delete.
18600 (write_local): New.
18601 (finish_root_table): Don't include 'ggc_' in PFX.
18602 (write_root): Rename from write_root. Fill pchw field of structures.
18603 (write_array): New.
18604 (write_roots): Rename from write_gc_roots. Split out to write_array.
18605 Update to changes to other routines. Write gt_pch_cache_rtab table.
18606 (main): Write PCH walking routines.
18607 * ggc-common.c: Include toplev.h, sys/mman.h.
18608 (ggc_mark_roots): For cache hashtables, also mark the hash table
18609 and the array of entries.
18610 (saving_htab): New.
18611 (struct ptr_data): New.
18612 (POINTER_HASH): New.
18613 (gt_pch_note_object): New.
18614 (saving_htab_hash): New.
18615 (saving_htab_eq): New.
18616 (struct traversal_state): New.
18617 (call_count): New.
18618 (call_alloc): New.
18619 (compare_ptr_data): New.
18620 (relocate_ptrs): New.
18621 (write_pch_globals): New.
18622 (struct mmap_info): New.
18623 (gt_pch_save): New.
18624 (gt_pch_restore): New.
18625 * ggc-page.c (ROUND_UP_VALUE): New.
18626 (ROUND_UP): New.
18627 (struct page_entry): Add field `pch_page'.
18628 (init_ggc): Use ROUND_UP.
18629 (struct ggc_pch_data): Declare.
18630 (init_ggc_pch): New.
18631 (ggc_pch_count_object): New.
18632 (ggc_pch_total_size): New.
18633 (ggc_pch_this_base): New.
18634 (ggc_pch_alloc_object): New.
18635 (ggc_pch_prepare_write): New.
18636 (ggc_pch_write_object): New.
18637 (ggc_pch_finish): New.
18638 (ggc_pch_read): New.
18639 * ggc.h (gt_pointer_operator): New.
18640 (gt_note_pointers): New.
18641 (gt_pch_note_object): New prototype.
18642 (gt_pointer_walker): New.
18643 (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
18644 (LAST_GGC_ROOT_TAB): Update.
18645 (gt_pch_cache_rtab): Declare.
18646 (gt_pch_scalar_rtab): Declare.
18647 (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
18648 (LAST_GGC_CACHE_TAB): Update.
18649 (gt_pch_save_stringpool): Declare.
18650 (gt_pch_restore_stringpool): Declare.
18651 (gt_pch_p_S): Declare.
18652 (gt_pch_n_S): Declare.
18653 (struct ggc_pch_data): Forward-declare.
18654 (init_ggc_pch): Declare.
18655 (ggc_pch_count_object): Declare.
18656 (ggc_pch_total_size): Declare.
18657 (ggc_pch_this_base): Declare.
18658 (ggc_pch_alloc_object): Declare.
18659 (ggc_pch_prepare_write): Declare.
18660 (ggc_pch_write_object): Declare.
18661 (ggc_pch_finish): Declare.
18662 (ggc_pch_read): Declare.
18663 (gt_pch_save): Declare.
18664 (gt_pch_restore): Declare.
18665 * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
18666 * emit-rtl.c (init_emit_once): Allocate const_int_htab,
18667 const_double_htab, mem_attrs_htab using GGC.
18668 * c-pch.c: Include ggc.h.
18669 (pch_init): Allow reading PCH file back.
18670 (c_common_write_pch): Call gt_pch_save.
18671 (c_common_read_pch): Call gt_pch_restore.
18672 * c-parse.in (init_reswords): Delete now-untrue comment.
18673 Allocate ridpointers using GGC.
18674 * c-objc-common.c (c_objc_common_finish_file): Write PCH before
18675 calling expand_deferred_fns.
18676 * c-common.h (ridpointers): Mark for GTY machinery.
18677 * Makefile.in (stringpool.o): Update dependencies.
18678 (c-pch.o): Update dependencies.
18679 (ggc-common.o): Update dependencies.
18680 * stringpool.c: Include gt-stringpool.h.
18681 (gt_pch_p_S): New.
18682 (gt_pch_n_S): New.
18683 (struct string_pool_data): New.
18684 (spd): New.
18685 (gt_pch_save_stringpool): New.
18686 (gt_pch_restore_stringpool): New.
18687 * tree.c (init_ttree): Make type_hash_table allocated using GC.
18688
18689 2002-10-04 Geoffrey Keating <geoffk@apple.com>
18690
18691 * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
18692 (output_mangled_typename): Don't pass size_t to printf.
18693
18694 * tree.h (union tree_type_symtab): Add tag to `address' field.
18695 (union tree_decl_u2): Add tag to 'i' field.
18696 * varasm.c (union rtx_const_un): Add tags to all fields.
18697 * gengtype.c (struct walk_type_data): New.
18698 (output_escaped_param): Take struct walk_type_data parameter.
18699 (write_gc_structure_fields): Delete.
18700 (walk_type): New.
18701 (write_gc_marker_routine_for_structure): Delete.
18702 (write_func_for_structure): New.
18703 (gc_mark_process_field): New.
18704 (gc_mark_func_name): New.
18705 (gc_counter): Delete.
18706 (write_gc_types): Use write_func_for_structure.
18707 (write_gc_roots): Use walk_type.
18708
18709 2002-10-02 Geoffrey Keating <geoffk@apple.com>
18710
18711 * ggc-common.c (ggc_mark_roots): Delete 'x'.
18712 (ggc_splay_dont_free): Fix warning about unused 'x'.
18713 (ggc_print_common_statistics): Remove warnings.
18714
18715 2002-10-01 Mike Stump <mrs@apple.com>
18716
18717 * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
18718 * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
18719
18720 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
18721 Catherine Moore <clm@redhat.com>
18722
18723 * Makefile (c-pch.o): Update dependencies.
18724 (LIBCPP_OBJS): Add cpppch.o.
18725 (cpppch.o): New.
18726 * c-common.c (c_common_init): Don't call pch_init here.
18727 * c-common.h (c_common_read_pch): Update prototype.
18728 * c-lex.c (c_common_parse_file): Call pch_init here.
18729 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
18730 (c_common_decode_option): Handle them.
18731 * c-pch.c: Include c-pragma.h.
18732 (save_asm_offset): Delete.
18733 (pch_init): Move contents of save_asm_offset into here, call
18734 cpp_save_state.
18735 (c_common_write_pch): Call cpp_write_pch.
18736 (c_common_valid_pch): Warn only when -Winvalid-pch. Call
18737 cpp_valid_state.
18738 (c_common_read_pch): Add NAME parameter. Call cpp_read_state.
18739 * cppfiles.c (stack_include_file): Update for change to
18740 parameters of cb.read_pch.
18741 * cpphash.h (struct cpp_reader): Add `savedstate' field.
18742 * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
18743 `restore_pch_deps' fields.
18744 (struct cpp_callbacks): Add NAME parameter to `read_pch'.
18745 (cpp_save_state): Prototype.
18746 (cpp_write_pch): Prototype.
18747 (cpp_valid_state): Prototype.
18748 (cpp_read_state): Prototype.
18749 * cpppch.c: New file.
18750 * flags.h (version_flag): Remove prototype.
18751 * mkdeps.c (deps_save): New.
18752 (deps_restore): New.
18753 * mkdeps.h (deps_save): Prototype.
18754 (deps_restore): Prototype.
18755 * toplev.c (late_init_hook): Delete.
18756 (version_flag): Make static again.
18757 (compile_file): Don't call late_init_hook.
18758 * toplev.h (late_init_hook): Delete.
18759 * doc/cppopts.texi: Document -fpch-deps.
18760 * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
18761
18762 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
18763
18764 * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
18765 callers.
18766 (c_common_valid_pch): Rename from c_valid_pch, change callers.
18767 (c_common_read_pch): Rename from c_read_pch, change callers.
18768
18769 * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
18770 a space between it and its argument.
18771
18772 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
18773
18774 * c-pch.c: New file.
18775 * toplev.h (late_init_hook): Declare.
18776 * toplev.c (late_init_hook): Define.
18777 (version_flag): Make globally visible.
18778 (compile_file): Call late_init_hook.
18779 (init_asm_output): Make output file seekable.
18780 * gcc.c (default_compilers): Update c-header rule.
18781 * flags.h (version_flag): Declare.
18782 * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
18783 fields.
18784 * cppfiles.c (struct include_file): Add 'pch' field.
18785 (INCLUDE_PCH_P): New.
18786 (open_file_pch): New.
18787 (stack_include_file): Handle PCH files specially.
18788 (find_include_file): Call open_file_pch instead of open_file.
18789 (_cpp_read_file): Explain why open_file is used instead of
18790 open_file_pch.
18791 * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
18792 * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
18793 * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
18794 in cpplib callbacks.
18795 * c-common.c (pch_file): Correct comment.
18796 (allow_pch): Define.
18797 (c_common_init): Call pch_init.
18798 * c-common.h (allow_pch): Declare.
18799 (pch_init): Declare.
18800 (c_valid_pch): Declare.
18801 (c_read_pch): Declare.
18802 (c_write_pch): Declare.
18803 * Makefile.in (c-pch.o): New.
18804 (C_AND_OBJC_OBJS): Add c-pch.o.
18805 * doc/invoke.texi (Precompiled Headers): Add index entries,
18806 complete truncated paragraph.
18807
18808 2002-08-17 Geoffrey Keating <geoffk@redhat.com>
18809
18810 * c-common.c: (pch_file): Define.
18811 * c-common.h (pch_file): Declare.
18812 * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
18813 (missing_arg): Require --output-pch= to have an argument.
18814 (c_common_decode_option): Handle --output-pch=.
18815 * gcc.c: Document new %V.
18816 (default_compilers): Handle compiling C header files.
18817 (do_spec_1): Implement %V.
18818 (main): Handle "gcc foo.h" without trying to run linker.
18819 * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
18820 (Overall Options): Document what the driver does with header files,
18821 document new -x option possibilities.
18822 (Invoking G++): More documentation for PCH.
18823 (Precompiled Headers): New.
18824
18825 2002-08-09 Geoffrey Keating <geoffk@redhat.com>
18826
18827 * ggc.h: Don't include varray.h. Rearrange functions to be more
18828 organized.
18829 (ggc_add_root): Delete.
18830 (ggc_mark_rtx): Delete.
18831 (ggc_mark_tree): Delete.
18832 (struct ggc_statistics): Remove contents.
18833 * ggc-common.c: Remove unneeded includes.
18834 (struct ggc_root): Delete.
18835 (roots): Delete.
18836 (ggc_add_root): Delete.
18837 (ggc_mark_roots): Don't mark `roots'. Call ggc_mark_stringpool.
18838 (ggc_print_common_statistics): Remove most of the contents.
18839 * Makefile.in (GGC_H): No longer uses varray.h.
18840 (ggc-common.o): Update dependencies.
18841 (c-parse.o): Add varray.h to dependencies.
18842 (c-common.o): Add varray.h.
18843 * stringpool.c (mark_ident): Use mangled name for tree marker routine.
18844 (mark_ident_hash): Rename to ggc_mark_stringpool.
18845 (init_stringpool): Don't use ggc_add_root.
18846 * c-parse.in: Include varray.h.
18847 * c-common.c: Include varray.h.
18848 * objc/Make-lang.in (objc-act.o): Add varray.h.
18849 * objc/objc-act.c: Include varray.h.
18850
18851 2002-07-25 Geoffrey Keating <geoffk@redhat.com>
18852
18853 * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
18854 (dw_cfi_oprnd1_desc): Likewise.
18855
18856 2002-07-17 Geoffrey Keating <geoffk@redhat.com>
18857
18858 * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
18859 move out of ifdef.
18860 (alpha_links): Use gengtype to mark; move out of ifdef.
18861 (mark_alpha_links_node): Delete.
18862 (mark_alpha_links): Delete.
18863 (alpha_need_linkage): Use GGC to allocate splay tree, struct
18864 alpha_links, strings. Don't use ggc_add_root.
18865 * ggc-common.c (ggc_splay_alloc): New.
18866 (ggc_splay_dont_free): New.
18867 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
18868 (ggc_mark_tree): Likewise.
18869 (splay_tree_new_ggc): New.
18870 (ggc_splay_alloc): Declare.
18871 (ggc_splay_dont_free): Declare.
18872 * dwarf2asm.c: Include gt-dwarf2asm.h.
18873 (mark_indirect_pool_entry): Delete.
18874 (mark_indirect_pool): Delete.
18875 (indirect_pool): Use gengtype to mark.
18876 (dw2_force_const_mem): Don't use ggc_add_root.
18877 * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
18878 (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
18879 (gt-dwarf2asm.h): Depend on s-gtype.
18880
18881 2002-07-08 Geoffrey Keating <geoffk@redhat.com>
18882
18883 * tree.h (union tree_type_symtab): Mark `die' field.
18884 * Makefile.in (dwarf2out.o): Update dependencies.
18885 * dwarf2out.c: Use GGC to allocate all structures. Convert to htab_t
18886 hash tables.
18887 (dw_cfi_oprnd1_desc): New function.
18888 (dw_cfi_oprnd2_desc): New function.
18889 (indirect_string_alloc): Delete.
18890 (debug_str_do_hash): New function.
18891 (debug_str_eq): New function.
18892 (mark_limbo_die_list): Delete.
18893 (dwarf2out_init): Don't call ggc_add_root.
18894
18895 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
18896
18897 The following changes are merged from itanium-sched-branch:
18898
18899 2003-01-08 David Edelsohn <edelsohn@gnu.org>
18900
18901 * doc/md.texi: Clarify assignment of units to automata description.
18902
18903 2003-01-08 Vladimir Makarov <vmakarov@redhat.com>
18904
18905 * genautomata.c (unit_decl): Remove members
18906 `the_same_automaton_unit' and
18907 `the_same_automaton_message_reported_p'.
18908 (process_unit_to_form_the_same_automaton_unit_lists,
18909 form_the_same_automaton_unit_lists_from_regexp,
18910 form_the_same_automaton_unit_lists, the_same_automaton_lists):
18911 Remove them.
18912 (annotation_message_reported_p): New global variable.
18913 (check_unit_distribution_in_reserv,
18914 check_regexp_units_distribution): New functions.
18915 (check_unit_distributions_to_automata): Rewrite it.
18916
18917 2003-01-04 Vladimir Makarov <vmakarov@redhat.com>
18918
18919 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
18920 Use continue instead of break if cycle is too big.
18921
18922 2002-12-20 Vladimir Makarov <vmakarov@redhat.com>
18923
18924 * genautomata.c (check_unit_distributions_to_automata): Output at
18925 most one message for a unit.
18926 (process_unit_to_form_the_same_automaton_unit_lists): Check
18927 automaton of units instead of units themself.
18928
18929 * doc/md.texi: Describe the constraint about assigning unit to
18930 automata.
18931
18932 2002-12-20 Jan Hubicka <jH@suse.cz>
18933 Vladimir Makarov <vmakarov@redhat.com>
18934
18935 * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
18936 and `in_set_p'.
18937 (gen_cpu_unit): Initialize the new members.
18938 (process_regexp_cycles): Calculate minimal finish cycle too. Set
18939 up `min_occ_cycle_num'.
18940 (evaluate_max_reserv_cycles): Change the function call.
18941 (CLEAR_BIT): New macro.
18942 (states_union, state_shift): Use the mask.
18943 (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
18944 (form_reservs_matter): New function.
18945 (make_automaton): Call the function and use the mask.
18946 (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
18947 account.
18948
18949 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
18950
18951 * config/ia64/itanium2.md (lfetch): Change the insn reservation.
18952
18953 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
18954
18955 * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
18956 for Itanium.
18957
18958 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
18959
18960 * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
18961 default cpu.
18962
18963 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
18964 2002-10-31 Dale Johannesen <dalej@apple.com>
18965
18966 * haifa-sched.c (find_set_reg_weight): New function.
18967 (find_insn_reg_weight): Use the new function.
18968 (schedule_block): Do sorting ready queue always
18969 after insn issue.
18970
18971 2002-11-27 Vladimir Makarov <vmakarov@redhat.com>
18972
18973 * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
18974
18975 2002-11-19 Vladimir Makarov <vmakarov@redhat.com>
18976
18977 * haifa-sched.c (choice_entry): New structure.
18978 (choice_stack, cycle_issued_insns): New variables.
18979 (max_issue): Rewrite it.
18980 (choose_ready): Set up ready_try for unknown insns too.
18981 (schedule_block): Allocate and free choice_stack. Set up
18982 and modify cycle_issued_insns.
18983
18984 * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
18985 with and without filling the bundle.
18986 (bundling): Combine calls of issue_nops_and_insn.
18987
18988 2002-10-17 Vladimir Makarov <vmakarov@redhat.com>
18989
18990 * config/ia64/itanium1.md: New file.
18991
18992 * config/ia64/itanium2.md: New file.
18993
18994 * config/ia64/ia64.md: Move DFA descriptions into the new files.
18995 Remove the old pipeline description.
18996
18997 * config/ia64/ia64.c (ia64_override_options): Add aliases of
18998 itanium processor names.
18999
19000 2002-10-16 Vladimir Makarov <vmakarov@redhat.com>
19001
19002 * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
19003 (ia64_reorg): Set up queried unit codes for Itanium2 too.
19004
19005 * config/ia64/ia64.md: Add descriptions for Itanium2.
19006
19007 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
19008
19009 * config/ia64/ia64.h (processor_type): New enumeration.
19010 (ia64_tune, ia64_tune_string): New external declarations.
19011 (TARGET_OPTIONS): Add option `tune='.
19012
19013 * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
19014 variables.
19015 (ia64_override_options): Set up `ia64_tune'.
19016 (ia64_sched_reorder2): Set up `clocks' only for Itanium.
19017 (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
19018 (bundling): Add nops for MM-insns only for Itanium.
19019 (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
19020 Itanium.
19021
19022 * config/ia64/ia64.md (cpu): New attribute.
19023 (DFA description): Enable it only for Itanium.
19024
19025 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
19026 Richard Henderson <rth@redhat.com>
19027
19028 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
19029 MASK_EARLY_STOP_BITS.
19030 (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
19031 (TARGET_SWITCHES): Rename option `tune-stop-bits' to
19032 `early-stop-bits'.
19033
19034 * config/ia64/ia64.c (ia64_dfa_new_cycle,
19035 final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
19036 instead of TARGET_TUNE_STOP_BITS.
19037
19038 * doc/invoke.texi: Rename option `-mtune-stop-bits' to
19039 `-mearly-stop-bits'.
19040
19041 * config/ia64/ia64.c (automata_option "v"): Comment it.
19042
19043 2002-10-07 Vladimir Makarov <vmakarov@redhat.com>
19044
19045 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
19046 New macros.
19047 (TARGET_SWITCHES): Add entries for the new option.
19048
19049 * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
19050 dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
19051 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
19052 global variables.
19053 (ia64_sched_reorder2): Set up `clocks'.
19054 (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
19055 (ia64_dfa_new_cycle): Set up add_cycle. Permit sorting ready
19056 queue when TARGET_TUNE_STOP_BITS.
19057 (bundling): Insert additional nops for MM-insns.
19058 (final_emit_insn_group_barriers): Add insertion of stop bits
19059 according `stops_p'.
19060 (ia64_reorg): Initiate the new varibales.
19061
19062 * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
19063
19064 2002-10-02 Vladimir Makarov <vmakarov@redhat.com>
19065
19066 * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
19067 insns at the end of block insn scheduling.
19068
19069 2002-09-30 Vladimir Makarov <vmakarov@redhat.com>
19070
19071 * sched-deps.c (remove_dependence, group_leader): Remove it.
19072 (add_dependence): Add dependence to group leader to.
19073 (set_sched_group_p): Add dependence to the first insn of the
19074 schedule group too.
19075 (sched_analyze_insn): Make dependence to jump as anti-dependence.
19076 Change true dependence by anti-dependence when
19077 `reg_pending_barrier'.
19078
19079 * sched-rgn.c (init_ready_list, can_schedule_ready_p,
19080 add_branch_dependences): Ignore schedule groups.
19081
19082 * sched-ebb.c (init_ready_list): Ditto.
19083
19084 * (move_insn, set_priorities): Ditto.
19085
19086 * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
19087 flag is clear after reload.
19088 (adjust_cost): Change cost only for output dependencies.
19089
19090 * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
19091
19092 2002-09-26 Vladimir Makarov <vmakarov@redhat.com>
19093
19094 * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
19095
19096 * target.h (gcc_target): Add member
19097 `dependencies_evaluation_hook'.
19098
19099 * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
19100 macro.
19101 (TARGET_SCHED): Add initiatialization of the new member.
19102
19103 * sched-ebb.c: Include `target.h'.
19104 (schedule_ebb): Call `dependencies_evaluation_hook'.
19105
19106 * sched-rgn.c (schedule_region): Call
19107 `dependencies_evaluation_hook'.
19108
19109 * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
19110 New macro.
19111 (ia64_dependencies_evaluation_hook): New function.
19112
19113 * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
19114 Describe the new hook.
19115
19116 2002-09-25 Vladimir Makarov <vmakarov@redhat.com>
19117
19118 * target.h (gcc_target): Add members
19119 `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
19120
19121 * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
19122 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
19123 macros.
19124 (TARGET_SCHED): Add initiatialization of the new members.
19125
19126 * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
19127 insn scheduling too.
19128 (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
19129 initialize `ready_try'.
19130 (schedule_block): Use `dfa_new_cycle'. Sort `ready' only unless
19131 `dfa_new_cycle' says not to do it.
19132
19133 * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
19134 bundling.
19135
19136 * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
19137
19138 * config/ia64/ia64.c: Include `hashtab.h'.
19139 (ia64_first_cycle_multipass_dfa_lookahead_guard,
19140 ia64_dfa_new_cycle, final_emit_insn_group_barriers,
19141 ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
19142 initiate_bundle_states, finish_bundle_states, bundle_state_hash,
19143 bundle_state_eq_p, insert_bundle_state,
19144 initiate_bundle_state_table, finish_bundle_state_table,
19145 try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
19146 get_template, get_next_important_insn, bundling): New functions.
19147 (ia64_internal_sched_reorder): Remove it.
19148 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
19149 TARGET_SCHED_DFA_NEW_CYCLE): New macros.
19150 (ia64_safe_itanium_requires_unit0): Remove it.
19151 (group_barrier_needed_p): Place group barrier right before a real
19152 insn.
19153 (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
19154 Remove them.
19155 (bundle_name): New variable.
19156 (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
19157 _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
19158 _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
19159 pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
19160 temp_dfa_state, prev_cycle_state): New global variables.
19161 (insn_matches_slot, maybe_rotate, finish_last_head,
19162 rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
19163 cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
19164 find_best_packet, itanium_reorder, dump_current_packet,
19165 schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
19166 (sched_data, sched_ready, sched_types): Remove them.
19167 (ia64_sched_init): Initiate only `last_scheduled_insn' and call
19168 `init_insn_group_barriers'.
19169 (ia64_sched_reorder, ia64_sched_reorder2): Call
19170 ia64_dfa_sched_reorder.
19171 (ia64_variable_issue): Rewrite it.
19172 (bundle_state): New structure.
19173 (index_to_bundle_states, bundle_states_num,
19174 allocated_bundle_states_chain, free_bundle_state_chain): New
19175 global variables.
19176 (ia64_sched_finish): Add stop bits and call `bundling' after the
19177 2nd insn scheduling.
19178 (ia64_use_dfa_pipeline_interface): Return zero always.
19179 (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
19180 insn scheduling.
19181 (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
19182 `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
19183 (ia64_reorg): Add bundling insns.
19184
19185 * doc/tm.texi
19186 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
19187 TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
19188
19189 2002-09-23 Vladimir Makarov <vmakarov@redhat.com>
19190
19191 * config/ia64/ia64.md: Add Itanium1 DFA description.
19192 (itanium_class): Add `nop' and `pre_cycle'. Add
19193 define_function_unit for `nop'.
19194 (nop): Change attribute `itanium_class'.
19195 (pre_cycle): New define_insn.
19196
19197 * config/ia64/ia64-protos.h (bundling_p): New external variable.
19198 (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
19199 ia64_produce_address_p): New function prototypes.
19200
19201 * config/ia64/ia64.c (bundling_p): New global variable.
19202 (ia64_use_dfa_pipeline_interface,
19203 ia64_first_cycle_multipass_dfa_lookahead,
19204 ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
19205 functions.
19206 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
19207 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
19208 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
19209 TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
19210 (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
19211 ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
19212 (dfa_pre_cycle_insn): New variable.
19213
19214 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
19215
19216 * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
19217 constructions.
19218
19219 * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
19220 New function prototypes.
19221
19222 * genattrtab.c (main): Process the new constructions.
19223
19224 * genautomata.c (gen_presence_absence_set,
19225 process_presence_absence_names, process_presence_absence_patterns,
19226 add_presence_absence, check_absence_pattern_sets): Add parameter
19227 `final_p'.
19228 (unit_decl): Add new members `final_presence_list' and
19229 `final_absence_list'.
19230 (unit_pattern_rel_decl): Add new member `final_p'.
19231 (gen_final_presence_set, gen_final_absence_set): New functions.
19232 (process_decls): Use member `final_p'.
19233 (temp_reserv): New global variable.
19234 (reserv_sets_are_intersected): Add processing `final_presence_set'
19235 and `final_absence_set'.
19236 (initiate_states): Allocate `temp_reserv'.
19237 (unit_final_presence_set_table, unit_final_absence_set_table): New
19238 gloabal variables.
19239 (initiate_presence_absence_pattern_sets): Initiate them.
19240 (NDFA_to_DFA): Fix typo.
19241 (output_description): Output `final_presence_set' and
19242 `final_absence_set'.
19243
19244 * doc/md.texi (final_presence_set, final_absence_set): Describe
19245 them.
19246
19247 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
19248
19249 * genautomata.c (transform_3): Process a missing case (nothing on
19250 unit place).
19251
19252 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
19253
19254 * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
19255 comments about queried units and the minimization.
19256
19257 * doc/md.texi: Ditto.
19258
19259 * genautomata.c (create_composed_state): Return nonzero if the new
19260 state has been created.
19261 (first_cycle_unit_presence): New function.
19262 (state_is_differed): Add new parameter. Use the new function.
19263 Take queried units into account.
19264 (partition_equiv_class): Pass additional parameter to
19265 `state_is_differed'.
19266 (merge_states): Process composed states too.
19267 (build_automaton, create_automata, output_min_issue_delay_table,
19268 output_tables, output_statistics): Output more information.
19269 (output_reserved_units_table): Use function
19270 `first_cycle_unit_presence'.
19271 (output_tables): Output table of queried units even if the
19272 minimization is switched on.
19273 (write_automata): Output code for querying units even if the
19274 minimization is switched on.
19275
19276 2002-09-19 Vladimir Makarov <vmakarov@redhat.com>
19277
19278 * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
19279 syntax of the constructions.
19280
19281 * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
19282 extended syntax of the constructions.
19283
19284 * genautomata.c (unit_rel_decl): Rename it to
19285 `unit_pattern_rel_decl'.
19286 (pattern_set_el, pattern_reserv): New structures.
19287 (pattern_set_el_t, pattern_reserv_t): New types.
19288 (gen_presence_absence_set): New function.
19289 (process_presence_absence): Remove it.
19290 (process_presence_absence_names,
19291 process_presence_absence_patterns): New functions.
19292 (get_presence_absence_set): Remove it.
19293 (initiate_presence_absence_sets): Rename it on
19294 `initiate_presence_absence_pattern_sets'. Use new function
19295 `form_reserv_sets_list'.
19296 (form_reserv_sets_list, check_presence_pattern_sets,
19297 check_absence_pattern_sets, output_pattern_set_el_list): New
19298 functions.
19299 (unit_decl): Change types of members `presence_list' and
19300 `absence_list'.
19301 (unit_rel_decl): Rename member `names_num' to `all_names_num'.
19302 (decl): Change types of members `excl', `presence', and `absence'.
19303 (get_str_vect): Rename `par_flag' to `paren_p'. Add null element
19304 at the end of the vector.
19305 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
19306 gen_automaton, gen_regexp_repeat, gen_regexp_allof,
19307 gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
19308 (gen_presence_set, gen_absence_set): Use new function
19309 `gen_presence_absence_set'.
19310 (add_presence_absence): Process `pattern_list' instead of
19311 `source_list'.
19312 (process_decls): USe new functions
19313 `process_presence_absence_names' and
19314 `process_presence_absence_patterns'.
19315 (reserv_sets_are_intersected): Use new function
19316 `check_presence_pattern_sets'.
19317 (presence_set, absence_set): Remove them.
19318 (unit_presence_set_table, unit_absence_set_table): New global
19319 variables.
19320 (output_description): Use new function
19321 `output_pattern_set_el_list'.
19322 (generate): Use `initiate_presence_absence_pattern_sets'.
19323
19324 2002-09-18 Vladimir Makarov <vmakarov@redhat.com>
19325
19326 * genattr.c (main): Add output of prototype of new interface
19327 function `dfa_clean_insn_cache'.
19328
19329 * genautomata.c (output_dfa_clean_insn_cache_func): New function.
19330 (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
19331 (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
19332 the generated code.
19333 (write_automata): Call the new function.
19334
19335 2003-01-09 Jan Hubicka <jh@suse.cz>
19336
19337 * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
19338 correctly.
19339
19340 2003-01-09 Paolo Carlini <pcarlini@unitus.it>
19341
19342 * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
19343
19344 2003-01-09 J"orn Rennecke <joern.rennecke@superh.com>
19345
19346 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
19347 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
19348 (CONSTRAINT_LEN): Provide default definition.
19349 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
19350 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
19351 (EXTRA_CONSTRAINT_STR): Likewise.
19352 (REG_CLASS_FROM_CONSTRAINT): Define.
19353 * genoutput.c (check_constraint_len, constraint_len): New functions.
19354 (validate_insn_alternatives): Check CONSTRAINT_LEN for each
19355 constraint / modifier.
19356 (gen_insn): Call check_constraint_len.
19357 * local-alloc.c (block_alloc): Update to use new macros / pass
19358 second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
19359 * ra-build.c (handle_asm_insn): Likewise.
19360 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
19361 (constrain_operands, peep2_find_free_register): Likewise.
19362 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
19363 * regmove.c (find_matches): Likewise.
19364 * reload.c (push_secondary_reload, find_reloads): Likewise.
19365 (alternative_allows_memconst): Likewise.
19366 * reload1.c (maybe_fix_stack_asms): Likewise.
19367 (reload_cse_simplify_operands): Likewise.
19368 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
19369 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
19370 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
19371 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
19372 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
19373 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
19374
19375 * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
19376
19377 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
19378
19379 * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
19380 length.
19381 (*extzv_1_r_h8300hs): Likewise.
19382 (*extzv_1_r_inv_h8300): Likewise.
19383 (*extzv_1_r_inv_h8300hs): Likewise.
19384
19385 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
19386
19387 * config/h8300/h8300.h (PREDICATE_CODES): New.
19388
19389 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
19390
19391 * config/h8300/h8300.md (*addsi3_upper): New.
19392 (*iorsi3_shift): Likewise.
19393 (two splitters): Likewise.
19394 (*addsi3_shift): Likewise.
19395 (two splitters): Likewise.
19396
19397 2003-01-09 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
19398
19399 * Makefile.in (optabs.o): Add dependency on basic-block.h.
19400 * basic-block.h (control_flow_insn_p): Fuction was exported.
19401 * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
19402 * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
19403 notes only when the region is contained in a single basic block.
19404
19405 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
19406
19407 PR inline-asm/8832
19408 * tree.h (expand_asm): New prototype.
19409 * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
19410 to do so.
19411 * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
19412 down to expand_asm.
19413 * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
19414 * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
19415 (volatile_refs_p) [ASM_INPUT]: Likewise.
19416 (side_effects_p) [ASM_INPUT]: Likewise.
19417
19418 2003-01-09 Jan Hubicka <jh@suse.cz>
19419
19420 * i386.md (*mul*): FIx constraints; remove confused comment; fix
19421 athlon_decode attributes
19422 (imul/k8 optimization peep2s): New.
19423
19424 * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
19425 * i386.md (type attribute): Add ssecomi.
19426 (unit, memory, prefix attributes): Handle ssecomi.
19427 (cvt?2? patterns): Fix athlon_decode attribute
19428 (comi patterns): Set attribute to ssecomi.
19429
19430 PR target/8343
19431 * m68k.md (umulsidi, mulsidi expanders): Use register operand.
19432
19433 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
19434
19435 * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
19436 that match register_operands.
19437 * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
19438 register_operand the default case.
19439
19440 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
19441
19442 PR c/8032
19443 * c-typeck.c (process_init_element) [RECORD_TYPE]: For
19444 an empty element, do not advance the pointer to unfilled
19445 fields if there are pending initializers.
19446
19447 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
19448
19449 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
19450 (install-gcc-tooldir, install-cpp, installdirs,
19451 install-common, install-driver, install-info, install-man,
19452 install-headers, install-include-dir, install-headers-tar,
19453 install-headers-cpio, install-headers-cp, install-mkheaders,
19454 install-collect2, uninstall): Prepend $(DESTDIR) to
19455 destination paths in all (un)installation commands.
19456 (install-driver): Rewrite $(LN) commands to support DESTDIR
19457 with "ln" as well as with "ln -s".
19458 (installdirs): Simply use mkinstalldirs.
19459 (install-libgcc, install-multilib): Also pass DESTDIR.
19460 * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
19461 installation destination variable ldir.
19462 * config/alpha/t-osf4, config/arm/t-netbsd,
19463 config/ia64/t-hpux, config/mips/t-iris5-6,
19464 config/pa/t-hpux-shlib, config/rs6000/t-aix43,
19465 config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
19466 config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
19467 in the definition of SHLIB_INSTALL.
19468 * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
19469 $(libsubdir) in the installation commands.
19470
19471 2003-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
19472
19473 * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
19474 non-optimizing compile.
19475 (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
19476 compile.
19477
19478 2003-01-08 Douglas B Rupp <rupp@gnat.com>
19479
19480 * config/i386/i386.c (ix86_attribute_table): Add new attributes
19481 ms_struct and gcc_struct.
19482 (ix86_handle_struct_attribute): New function.
19483 (ix86_ms_bitfield_layout_p): Update to take new attributes
19484 into account.
19485 * doc/extend.texi: Document new attributes.
19486 * testsuite/gcc.dg/bf-ms-attrib.c: New test.
19487
19488 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
19489
19490 PR optimization/8750
19491 * config/i386/i386.c (ix86_expand_prologue): Don't allow
19492 scheduling pass to move insns across __alloca call.
19493
19494 2003-01-08 Dale Johannesen <dalej@apple.com>
19495
19496 * config/rs6000/rs6000.md: Replace *store_multiple_string
19497 with *stmsi[3-8].
19498
19499 2003-01-08 Jeff Sturm <jsturm@one-point.com>
19500
19501 PR target/9210
19502 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
19503 Set SYMBOL_REF_FLAG on local data sym_ref.
19504
19505 2003-01-08 Dale Johannesen <dalej@apple.com>
19506
19507 * function.c (assign_parms): Don't set pretend_args_size if
19508 REG_PARM_STACK_SPACE.
19509 config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
19510 pretend_args_size.
19511
19512 2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
19513
19514 * gcc.hlp: Delete.
19515
19516 2003-01-09 Jan Hubicka <jh@suse.cz>
19517
19518 * i386.c (ix86_expand_int_addcc): Fix thinko.
19519
19520 2003-01-08 David Edelsohn <edelsohn@gnu.org>
19521
19522 * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
19523 * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
19524 as hook_bool_tree_hwi_hwi_tree_true.
19525 (rs6000_emit_allocate_stack): Use TARGET_32BIT.
19526 (rs6000_emit_epilogue): Same.
19527 (rs6000_output_mi_thunk): Re-implement as RTL.
19528 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
19529 xcoffout_declare_function if any debugging enabled.
19530
19531 2003-01-08 Chris Demetriou <cgd@broadcom.com>
19532
19533 * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
19534 targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
19535 * config/mips/mips.h (enum processor_type): Rename
19536 PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
19537 PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
19538 Add PROCESSOR_M4K.
19539 (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
19540 (ISA_MIPS32R2): New define.
19541 (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
19542 (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
19543 (ISA_HAS_PREFETCH): Add support for MIPS32R2.
19544 (MIPS_ISA_DEFAULT): Likewise. Also, fix indentation.
19545 (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2. Add new
19546 predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
19547 (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
19548 compiling MIPS16 code.
19549 (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
19550 comment.
19551 (ISA_HAS_SEB_SEH): New define.
19552 (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
19553 * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
19554 processor_type value renaming. Add support for MIPS32R2.
19555 Clean up comments, and move "sb1" entry with other MIPS64 CPU
19556 entries.
19557 (override_options): Reimplement -mipsN option handling so that
19558 it will work correctly for -mips32r2. Avoid branch-likely
19559 instructions on MIPS32R2.
19560 * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
19561 (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
19562 (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
19563 (extendhisi2_hw, extendqisi2_hw): New.
19564 * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
19565 for MIPS32R2. Add new predefine __mips_isa_rev for MIPS32,
19566 MIPS32R2, and MIPS64.
19567 (LINK_SPEC): Pass -mips32r2 to linker.
19568 * config/mips/t-isa3264: Built -mips32r2 multilibs.
19569 * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
19570 for mips32r2 in the -march description. Alphabetically sort
19571 CPU names in the -march description. Add long-missed -mips32
19572 and -mips64 to MIPS option summary.
19573
19574 * config.gcc: Update copyright years to include 2003.
19575 * config/mips/mips.c: Likewise.
19576 * config/mips/mips.h: Likewise.
19577 * config/mips/mips.md: Likewise.
19578 * config/mips/netbsd.h: Likewise.
19579 * doc/invoke.texi: Likewise.
19580
19581 2003-01-08 Andreas Schwab <schwab@suse.de>
19582
19583 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
19584 variable.
19585 * configure: Regenerated.
19586
19587 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
19588
19589 * config/h8300/h8300.c (output_logical_op): Replace byte/word
19590 extraction of det with b0, b1, w0, w2, etc.
19591 (compute_logical_op_length): Likewise.
19592 (compute_logical_op_cc): Likewise.
19593
19594 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
19595
19596 * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
19597 HIGH on all variants.
19598
19599 2003-01-08 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
19600
19601 * Makefile.in (PARTITION_H): New.
19602 (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
19603 * basic-block.h: Include hard-reg-set.h.
19604
19605 2003-01-08 Richard Earnshaw <rearnsha@arm.com>
19606
19607 * arm.h (ENABLE_XF_PATTERNS): Delete.
19608 * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
19609 (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
19610 (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
19611 (cmpxf_trap): Delete.
19612 (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
19613
19614 2003-01-08 Jan Hubicka <jh@suse.cz>
19615
19616 * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
19617 (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
19618 (add??cc): New expanders.
19619 * i386.c (expand_int_addcc): New function.
19620 * i386-protos.h (expand_int_addcc): Declare.
19621
19622 * alias.c (memory_modified_1): New static function.
19623 (memory_modified): New static varaible.
19624 (memory_modified_in_insn_p): New global function.
19625 * rtl.h (memory_modified_in_insn_p): Declare.
19626 * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
19627 references.
19628
19629 * expr.h (emit_conditional_add): Declare.
19630
19631 2003-01-07 Janis Johnson <janis187@us.ibm.com>
19632
19633 PR other/8947
19634 * doc/invoke.texi (-malign-double): Explain that the option breaks
19635 binary compatibility.
19636
19637 2003-01-08 Andreas Schwab <schwab@suse.de>
19638
19639 * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
19640 should come from the generic *-*-linux* entry.
19641
19642 2003-01-07 Jan Hubicka <jh@suse.cz>
19643
19644 * cselib.c (cselib_current_insn_in_libcall): New static variable.
19645 (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
19646 we are inside libcall.
19647 * cselib.h (elt_loc_list): Add in_libcall.
19648 * gcse.c (do_local_cprop): Do not copy propagate using insns
19649 in libcalls.
19650
19651 2003-01-07 David Edelsohn <edelsohn@gnu.org>
19652
19653 * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
19654 not normally affect to issue rate.
19655
19656 2003-01-07 Jan Hubicka <jh@suse.cz>
19657
19658 * genopinit.c (optabs): Add addc_optab.
19659 * ifcvt.c (noce_try_store_flag): Rename to ...
19660 (noce_try_addcc): ... this one; handle generic conditional increment.
19661 (noce_process_if_block): Update noce_try_addcc call.
19662 * optabs.c (emit_conditional_add): New.
19663 (init_obtabs): Initialize addc_optab.
19664 * optabs.h (optab_index): Add OTI_addcc.
19665 (addcc_optab): New macro.
19666 * md.texi: Document addMcc
19667
19668 PR target/8322
19669 * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
19670 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
19671 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
19672
19673 * reload1.c (delete_output_reload): Avoid repeated attempts
19674 to delete insn.
19675
19676 2003-01-07 Andreas Schwab <schwab@suse.de>
19677
19678 * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
19679 Move --enable-initfini-array check ...
19680 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here. Define
19681 HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
19682 Don't AC_SUBST gcc_cv_initfinit_array. Use AC_TRY_RUN.
19683 * configure: Rebuild.
19684
19685 2003-01-07 Richard Henderson <rth@redhat.com>
19686
19687 * alias.c (find_base_value): Only use new_reg_base_value shortcut
19688 if the register is set once.
19689
19690 2003-01-07 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
19691
19692 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
19693 __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
19694 * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
19695
19696 2003-01-07 Benjamin Kosnik <bkoz@redhat.com>
19697 Sunil Davasam <sunil.k.davasam@intel.com>
19698
19699 PR libstdc++/9076
19700 * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
19701 DW_CFA_same_value, read next and ignore.
19702
19703 2003-01-07 Richard Henderson <rth@redhat.com>
19704
19705 * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
19706
19707 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
19708
19709 * cfg.c: Include alloc-pool.h
19710 (edge_pool): New pool.
19711 (bb_pool): New pool.
19712 (first_deleted_edge): Remove.
19713 (first_deleted_block): Remove.
19714 (init_flow): Alloc/free the pools.
19715 (free_edge): Use pools.
19716 (alloc_block): Ditto.
19717 (expunge_block): Ditto.
19718 (cached_make_edge): Ditto.
19719
19720 * Makefile.in (cfg.o): Add alloc-pool.h dependency.
19721
19722 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
19723
19724 * et-forest.c: Include alloc-pool.h.
19725 (struct et_forest): Add node_pool and occur_pool.
19726 (et_forest_create): Create the new pools.
19727 (et_forest_delete): Delete them.
19728 (et_forest_add_node): Allocate and free using pools.
19729 (et_forest_add_edge): Ditto.
19730 (et_forest_remove_node): Ditto.
19731 (et_forest_remove_edge): Ditto.
19732
19733 * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
19734
19735 2003-01-07 Kazu Hirata <kazu@cs.umass.edu>
19736
19737 * config/h8300/h8300.c (output_logical_op): Simplify and
19738 optimize the handling of SImode.
19739 * config/h8300/h8300.c (compute_logical_op_length): Update
19740 accordingly.
19741 * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
19742
19743 2003-01-07 Richard Sandiford <rsandifo@redhat.com>
19744
19745 * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
19746 big-endian correction to indirect arguments too.
19747
19748 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
19749
19750 Segher Boessenkool <segher@koffie.nl>
19751
19752 * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
19753 (alt_reg_names): Ditto, fix formatting.
19754 * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
19755
19756 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
19757
19758 * config/h8300/h8300.c (final_prescan_insn): Constify uid.
19759 (output_logical_op): Constify intval and det.
19760 (compute_logical_length): Likewise.
19761 (compute_logical_cc): Likewise.
19762 (output_a_shift): Constify mask.
19763 (h8300_encode_label): Constify len.
19764
19765 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
19766
19767 * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
19768 (h8300_expand_epilogue): Likewise.
19769
19770 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
19771
19772 Segher Boessenkool <segher@koffie.nl>
19773
19774 * config/rs6000/altivec.md: Remove spaces from assembler
19775 instruction argument lists.
19776
19777 2003-01-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19778
19779 * config/c4x/c4x.c (c4x_naked_function_p): Rename from
19780 c4x_assembler_function_p.
19781 (c4x_null_epilogue_p): Complement return value, all uses updated.
19782 (c4x_insert_attributes): Add naked.
19783 * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
19784 * doc/extend.texi: Update C4x function attributes.
19785
19786 2003-01-06 Richard Henderson <rth@redhat.com>
19787
19788 * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
19789 properly when changing "local-ness".
19790 * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
19791
19792 2003-01-06 Dale Johannesen <dalej@apple.com>
19793
19794 * config/darwin-protos.h: Add prototypes for new section functions.
19795
19796 2003-01-06 Chris Demetriou <cgd@broadcom.com>
19797
19798 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
19799 to EABI.
19800
19801 2003-01-06 Zack Weinberg <zack@codesourcery.com>
19802
19803 * hwint.h: If the current compiler has no 64-bit type at all,
19804 make HOST_WIDEST_INT 32 bits.
19805
19806 2003-01-06 Eric Christopher <echristo@redhat.com>
19807
19808 * config/mips/mips.md (movdf_internal2): Fix constraints.
19809
19810 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
19811
19812 * config/h8300/h8300.md (*twoshifts_l16_r1): New.
19813
19814 2003-01-06 Richard Sandiford <rsandifo@redhat.com>
19815
19816 * config/mips/mips.md (leadi): Use dla rather than la.
19817
19818 2003-01-06 Svein E. Seldal <Svein.Seldal@solidas.com>
19819
19820 * config/c4x/c4x.h: Updated specs for new gas format. Fixed bug
19821 in C33_FLAG. Added proper C33 support in ASM_FILE_START macro.
19822
19823 2003-01-06 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
19824
19825 * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
19826 redefinition.
19827
19828 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
19829
19830 * config/h8300/h8300.md (*extzv_8_23): New.
19831
19832 2003-01-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
19833
19834 * pa64-hpux.h (JCR_SECTION_NAME): Define.
19835 (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
19836 USE_EH_FRAME_REGISTRY when defining.
19837
19838 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
19839
19840 * config/h8300/h8300.c (output_a_shift): Do not output a
19841 variable shift.
19842 * config/h8300/h8300.md (two splitters): New.
19843
19844 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
19845
19846 * config/mips/mips.md: Disable the movstrsi define_split.
19847
19848 2003-01-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19849
19850 * alloc-pool.c: Don't include "libiberty.h".
19851 * config/sparc/gmon-sol2.c: Include <fcntl.h>.
19852 * convert.c (convert_to_real): Hide unused variable.
19853
19854 2003-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19855
19856 * Makefile.in (gtyp-gen.h): Const-ify.
19857 * gcov-dump.c (tag_table): Likewise.
19858
19859 2003-01-04 Bruce Korb <bkorb@gnu.org>
19860
19861 * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
19862 of *both* the file name and the fix name.
19863
19864 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
19865
19866 * config.gcc (hppa*64*-*-hpux11*): Define extra_parts. Don't use
19867 collect2.
19868 * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
19869 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
19870 * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
19871 GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
19872 GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
19873 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
19874 elfos.h.
19875 (EH_FRAME_IN_DATA_SECTION): Delete define.
19876 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
19877 (STARTFILE_SPEC): Use crtbegin.o.
19878 (ENDFILE_SPEC): Use crtend.o.
19879 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
19880 SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
19881 PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
19882 DTOR_LIST_BEGIN): Define.
19883 * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
19884 (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
19885 * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
19886
19887 2002-12-31 Larin Hennessy <larin@science.oregonstate.edu>
19888
19889 * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
19890 * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
19891 m88k-*-sysv3*, Sony NewsOS. Remove references to i860.
19892 Cleanup handling of replacement text.
19893 * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
19894
19895 2003-01-04 Bruce Korb <bkorb@gnu.org>
19896
19897 * fixinc/tests/base/math.h: removed obsolete results
19898 * fixinc/tests/base/stdlib.h: ditto
19899 * fixinc/tests/base/sys/param.h: ditto
19900 * fixinc/tests/base/sys/stat.h: ditto
19901 * fixinc/tests/base/time.h: ditto
19902 * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
19903 * fixinc/tests/base/sys/byteorder.h: ditto
19904 * fixinc/inclhack.def: Remove superfluous backslashes
19905
19906 2003-01-04 Kazu Hirata <kazu@cs.umass.edu>
19907
19908 * config/h8300/h8300-protos.h: Add prototypes for
19909 the new functions defined below.
19910 * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
19911 define.
19912 (dosize): Emit RTL instead of assembly code.
19913 (push): Likewise.
19914 (pop): Likewise.
19915 (h8300_output_function_prologue): Remove.
19916 (h8300_expand_prologue): New.
19917 (h8300_expand_epilogue): New.
19918 (h8300_output_function_epilogue): Do only the reset of
19919 pragma_saveall.
19920 * config/h8300/h8300.md (push_h8300): New.
19921 (push_h8300hs): Likewise.
19922 (pop_h8300): Likewise.
19923 (pop_h8300hs): Likewise.
19924 (*stm_h8300s_2): Change the name to stm_h8300s_2.
19925 (*stm_h8300s_3): Change the name to stm_h8300s_3.
19926 (*stm_h8300s_4): Change the name to stm_h8300s_4.
19927 (*ldm_h8300s_2): New.
19928 (*ldm_h8300s_3): Likewise.
19929 (*ldm_h8300s_4): Likewise.
19930 (return): Likewise.
19931 (*return_1): Likewise.
19932 (prologue): Likewise.
19933 (epilogue): Likewise.
19934 (monitor_prologue): Likewise.
19935
19936 2003-01-03 Dale Johannesen <dalej@apple.com>
19937
19938 * config/darwin.h: (EXTRA_SECTIONS): Add machopic_symbol_stub1,
19939 machopic_picsymbol_stub1.
19940 (EXTRA_SECTION_FUNCTIONS): Ditto.
19941 * rs6000/rs6000.c: Update copyright.
19942 (machopic_output_stub): Use them. Remove an insn from stub code.
19943
19944 2003-01-02 Jason Merrill <jason@redhat.com>
19945
19946 * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
19947
19948 * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
19949 static/external decls.
19950
19951 * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
19952 outermost scope.
19953 * c-decl.c (c_make_fname_decl): Push the decls there, too.
19954
19955 2003-01-03 Kazu Hirata <kazu@cs.umass.edu>
19956
19957 * config/h8300/h8300-protos.h: Add a prototype for
19958 h8300_current_function_interrupt_function_p.
19959 * config/h8300/h8300.c (interrupt_handler): Remove.
19960 (os_task): Likewise.
19961 (monitor): Likewise.
19962 (pragma_interrupt): New.
19963 (WORD_REG_USED): Use
19964 h8300_current_function_interrupt_function_p.
19965 (dosize): Likewise.
19966 (h8300_output_function_prologue): Likewise.
19967 Do not set interrupt_handler, os_task, monitor.
19968 (h8300_output_function_prologue): Use
19969 h8300_current_function_interrupt_function_p.
19970 Do not set interrupt_handler, os_task, monitor.
19971 (h8300_current_function_interrupt_function_p): New.
19972 (h8300_pr_interrupt): Set pragma_interrupt.
19973 (h8300_insert_attributes): Reset pragma_interrupt.
19974
19975 2003-01-03 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19976
19977 * doc/install.texi (Configuration): Fix markup for reference to
19978 gcc/config.gcc.
19979
19980 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
19981
19982 * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
19983 (*iorhi3_two_qi): Likewise.
19984 (*iorsi3_zexthi): Likewise.
19985 (*xorhi3_zextqi): Likewise.
19986 (*xorsi3_zexthi): Likewise.
19987 (*xorsi3_zextqi): Likewise.
19988
19989 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
19990
19991 * config/h8300/h8300.c (stack_pointer_operand): New.
19992 (const_int_gt_2_operand): Likewise.
19993 (const_int_ge_8_operand): Likewise.
19994 * config/h8300/h8300.md (a splitter): Likewise.
19995 (a peephole2): Likewise.
19996 * config/h8300/h8300-protos.h: Add prototypes for the new
19997 functions above.
19998
19999 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
20000
20001 * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
20002 objc/objc-act.h: Fix copyright years.
20003
20004 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
20005
20006 * doc/passes.texi: Fix documentation for -fssa-ccp
20007
20008 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
20009
20010 * gccbug.in: Update for new categories.
20011
20012 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20013
20014 * config/h8300/h8300.md: Reorder some patterns.
20015
20016 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20017
20018 * config/h8300/h8300.c (output_logical_op): Fix a warning.
20019
20020 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20021
20022 * config/darwin-protos.h, config/c4x/c4x-protos.h,
20023 config/cris/cris-protos.h, config/i370/i370-protos.h,
20024 config/i960/i960-protos.h, config/ia64/ia64-protos.h,
20025 config/v850/v850-protos.h: Use struct, and don't conditionally
20026 compile on GCC_C_PRAGMA_H.
20027
20028 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20029
20030 * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
20031 * config/h8300/h8300-protos.h: Likewise.
20032 * config/sh/sh-protos.h: Likewise.
20033
20034 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20035
20036 * config/arm/arm-protos.h: Use struct cpp_reader instead of
20037 cpp_reader.
20038 * config/h8300/h8300-protos.h: Likewise.
20039 * config/sh/sh-protos.h: Likewise.
20040
20041 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20042
20043 * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
20044 arm_pr_long_calls_off): Use struct.
20045 * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
20046 : Similarly.
20047 Don't include cpplib.h.
20048 * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
20049 sh_pr_nosave_low_regs): Similarly.
20050
20051 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20052
20053 * config/h8300/h8300.c: Include cpplib.h.
20054
20055 2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
20056
20057 * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
20058 objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
20059 objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
20060 "GCC" in the copyright header.
20061
20062 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20063
20064 * c-pragma.c (c_register_pragma): New.
20065 (init_pragma): Use it.
20066 * c-pragma.h (cpp_register_pragma): Don't declare.
20067 (c_register_pragma): New.
20068 * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
20069 * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
20070 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
20071 * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
20072 * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
20073 * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
20074 * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
20075 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
20076 * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
20077 * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
20078 * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
20079 * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
20080
20081 See ChangeLog.8 for earlier changes.
This page took 1.088061 seconds and 5 git commands to generate.