OSDN Git Service

5f410d35924963ddac058e374698a964f7ebe937
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
2
3         * builtins.c (expand_builtin_expect_jump): Remove redundant
4         tests that are also in any_condjump_p().
5
6 2003-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7
8         * libgcc2.c: Delete sysV68 L_trampoline section.
9         * config/m68k/mot3300-crt0.S: Delete file.
10         * config/m68k/mot3300Mcrt0.S: Likewise.
11
12 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
13
14         * config/aoutos.h: Remove.
15         * config.gcc: Remove reference to aoutos.h.
16         * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
17
18 2003-06-14  Kazu Hirata  <kazu@cs.umass.edu>
19
20         * doc/install.texi: Follow spelling conventions.
21         * doc/tm.texi: Likewise.
22         * config/fp-bit.c: Likewise.
23         * config/arm/arm.c: Likewise.
24         * config/frv/frv.c: Likewise.
25         * config/ns32k/NOTES: Likewise.
26         * config/ns32k/STATUS: Likewise.
27
28 2003-06-14  Roger Sayle  <roger@eyesopen.com>
29             Zack Weinberg  <zack@codesourcery.com>
30
31         * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
32         * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
33         * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
34
35         * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
36         * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
37         * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
38         * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
39         * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
40         * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
41         * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
42         * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
43         * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
44         * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
45         * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
46         * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
47         * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
48         * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
49         * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
50         * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
51         * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
52         * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
53         * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
54         * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
55
56 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
57
58         * opts.sh (POSIXLY_CORRECT): Unset it.
59
60         * tree.h (init_function_start): Remove filename and line paramters.
61         * function.c (init_function_start): Remove filename and line
62         parameters. Use DECL_SOURCE_LOCATION.
63         * c-decl.c (store_parm_decls): Adjust init_function_start call.
64         (c_expand_body_1): Likewise.
65         * coverage.c (create_coverage): Likewise.
66         * objc/objc-act.c (build_tmp_function_decl): Set line number to
67         zero.
68         (hack_method_prototype): Adjust init_function_start call.
69
70 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
71
72         PR target/3724
73         * arm/linux-elf.h (PROFILE_HOOK): Define.
74
75 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
76
77         PR target/11183
78         * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
79
80 2003-06-14  Roger Sayle  <roger@eyesopen.com>
81
82         * opts.sh: Work around a mysterious feature in cygwin's gawk
83         where specifying the input files explicitly has a different
84         behavior to piping them via stdin.
85
86 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
87
88         * doc/sourcebuild.texi: Update.
89
90 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
91
92         PR target/11183
93         * arm.c (output_move_double): Pass SImode to adjust_address.
94
95 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
96
97         * Makefile.in: Update to use common.opt and lang_opt_files.
98         (c-options.c, c-options.h): Remove.
99         (options.c, options.h): Add.
100         * c-opts.c: Include options.h not c-options.h.
101         * common.opt: New file.
102         * configure, configure.in: Add lang_opt_files.
103         * opts.c: Include flags.h and diagnostic.h.
104         (common_handle_option): New.
105         (handle_option): Update to recognize common options and all
106         language-dependent options.
107         * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
108         (struct cl_option): Make flags of type int.
109         * opts.h: Flag option with front ends to which it applies.
110         Handle duplicate options.
111         * toplev.c (filename): Remove.
112         (independent_decode_option): Don't handle filenames and -quiet.
113         (process_options, do_compile): Update.
114
115 2003-06-14  Nick Clifton  <nickc@redhat.com>
116
117         * doc/install.texi (Specific): Add description of different
118         ARM supported file format targets.
119
120 Sat Jun 14 11:12:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
121
122         * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
123         inside delay slots.
124
125 2003-06-13  Matt Kraai  <kraai@alumni.cmu.edu>
126
127         * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
128         * unwind-pe.h (size_of_encoded_value): Do not define if
129         NO_SIZE_OF_ENCODED_VALUE is defined.
130
131 2003-06-13  Roger Sayle  <roger@eyesopen.com>
132
133         * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
134         expanding a complex constant into a CONCAT target.
135
136 2003-06-13  Zack Weinberg  <zack@codesourcery.com>
137
138         * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
139         (ASM_FILE_START_1): Delete.
140         * config/i386/att.h, config/i386/sco5.h,
141         config/i386/sysv3.h
142         (ASM_FILE_START_1): Delete.
143
144 2003-06-13  Kelley Cook  <kelleycook@wideopenwest.com>
145
146         * config/i386/bsd.h: Remove ASM_FILE_START.
147         * config/i386/djgpp.h: Likewise.
148         * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
149
150         * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
151         * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
152
153 2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>
154
155         PR bootstrap/10835
156         * haifa-sched.c (max_lookahead_tries,
157         cached_first_cycle_multipass_dfa_lookahead,
158         cached_issue_rate): New variables.
159         (max_issue): Check the number of tries.
160         (choose_ready): Calculate max_lookahead_tries.
161         (sched_init): Check cached_issue_rate.
162
163 2003-06-13  Richard Henderson  <rth@redhat.com>
164
165         * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
166         * cfgrtl.c (purge_dead_edges): Expect it too.
167
168 2003-06-13  Jim Wilson  <wilson@tuliptree.org>
169             Eric Botcazou  <ebotcazou@libertysurf.fr>
170
171         PR bootstrap/10983
172         * combine.c (make_extraction): Use gen_lowpart_for_combine
173         when extracting from a REG and not in the destination of a SET.
174
175 2003-06-13  Doug Evans  <dje@sebabeach.org>
176
177         * tsystem.h (abort): Declare in inhibit_libc case to remove build
178         warnings for addvsi3, et.al.
179
180 2003-06-13  Aldy Hernandez  <aldyh@redhat.com>
181
182         * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
183
184         * simplify-rtx.c (simplify_subreg): Same.
185
186         * emit-rtl.c (gen_lowpart_common): Same.
187
188 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
189
190         * builtins.c: Fix comment typos.
191         * fold-const.c: Likewise.
192
193 2003-06-13  Doug Evans  <dje@sebabeach.org>
194             Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
195
196         * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
197         * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
198         (m32r_va_arg): Use it.
199         * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
200         (RETURN_IN_MEMORY): Ditto.
201
202 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
203
204         * c-typeck.c: Remove #if 0 clauses.
205
206         PR other/1494
207         * config/alpha/openbsd.h, config/i386/openbsd.h,
208         config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
209         residual reference to EGCS.
210
211 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
212
213         * arm.c (output_call_mem): If the address references the link-register
214         use an instruction sequence that avoids early-clobbering IP.
215         (eliminate_lr2ip): Delete.
216
217 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
218
219         * c-format.c (format_types_orig): Disallow '*' width/precision in
220         asm_fprintf format checks.
221
222 2003-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
223
224         * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
225         non-integral types from integer register save area slots.
226
227 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
228
229         * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
230
231 2003-06-13  Florian Weimer  <fw@deneb.enyo.de>
232
233         * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
234
235 2003-06-13  Kaz Kojima  <kkojima@gcc.gnu.org>
236
237         * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
238         to file_end_indicate_exec_stack.
239
240 2003-06-12  Richard Henderson  <rth@redhat.com>
241
242         PR target/11089
243         * config/i386/i386.md (sse_movaps): Use an expander to force
244         one operand to be a register.
245         (sse_movups): Likewise.
246
247 2003-06-13  Doug Evans  <dje@sebabeach.org>
248
249         Remove some build warnings.
250         * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
251         (__do_global_ctors,__do_global_dtors): Ditto.
252
253 2003-06-12  Richard Henderson  <rth@redhat.com>
254
255         PR middle-end/10557
256         * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
257
258 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
259
260         * config/m32r/m32r.md: Fix a comment typo.
261
262 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
263             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
264
265         PR target/10142
266         * config/sparc/sparc.c (function_arg_record_value_parms): Add
267         new 'stack' field.
268         (function_arg_record_value_1): Set 'stack' to 1 if we run out of
269         integer slots for an integer field.
270         (function_arg_record_value_3): Shift vector index.
271         (function_arg_record_value_2): Likewise.
272         (function_arg_record_value): Initialize 'stack' to 0.
273         Set 'stack' to 1 if we run out of integer slots for an integer field.
274         Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
275
276 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
277
278         PR optimization/10955
279         * unroll.c (unroll_loop): Fix off-by-one bug.
280
281 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
282
283         * config/rs6000/rs6000.c (function_arg): Remove typo.
284
285 2003-06-12  Richard Henderson  <rth@redhat.com>
286
287         * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
288         and UNSPEC_DTPOFF.
289
290 2003-06-12  Richard Henderson  <rth@redhat.com>
291
292         PR middle-end/10475
293         * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
294         for extracting sub-words.
295
296 2003-06-12  Richard Henderson  <rth@redhat.com>
297
298         PR target/7594
299         * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
300         (zero_extendqihi2, zero_extendqisi2): Likewise.
301
302 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
303
304         * config/rs6000/rs6000.c (function_arg): Always split vectors for
305         e500 if it's a stdarg function.
306         (function_arg_advance): Advance 2 registers for vectors in a
307         stdarg function.
308         (init_cumulative_args): Initialize stdarg.
309         (rs6000_spe_function_arg): New.
310
311         * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
312
313 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
314
315         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
316
317 2003-06-12  Roger Sayle  <roger@eyesopen.com>
318
319         PR middle-end/168
320         * fold-const.c (tree_expr_nonnegative_p):  Handle addition
321         and multiplication of zero extensions, floating point division,
322         and integer<->fp, fp<->fp and zero extension conversions.
323         The built-in ceil and floor functions preserve signedness.
324
325 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
326
327         * ChangeLog: Follow spelling conventions.
328         * ChangeLog.2: Likewise.
329         * c-decl.c: Likewise.
330         * cfgloop.h: Likewise.
331         * cgraph.c: Likewise.
332         * coverage.c: Likewise.
333         * cppcharset.c: Likewise.
334         * cpphash.h: Likewise.
335         * cpplex.c: Likewise.
336         * cpplib.c: Likewise.
337         * dbxout.c: Likewise.
338         * df.c: Likewise.
339         * dwarf2out.c: Likewise.
340         * dwarfout.c: Likewise.
341         * emit-rtl.c: Likewise.
342         * explow.c: Likewise.
343         * gcov-io.c: Likewise.
344         * gcov-io.h: Likewise.
345         * gcov.c: Likewise.
346         * gengtype.c: Likewise.
347         * ggc.h: Likewise.
348         * opts.c: Likewise.
349         * real.c: Likewise.
350         * reload.c: Likewise.
351         * stmt.c: Likewise.
352
353 2003-06-12  Janis Johnson  <janis187@us.ibm.com>
354
355         * doc/install.texi (m32r-*-elf): Change company to Renesas.
356
357 Thu Jun 12 20:00:55 CEST 2003  Jan Hubicka  <jh@suse.cz>
358
359         * basic-block.h (flow_delete_block_noexpunge): Kill.
360         * cfgrtl.c (flow_delete_block_noexpunge): Merge to
361         rtl_delete_block.
362
363 2003-06-10  Richard Henderson  <rth@redhat.com>
364
365         PR inline-asm/4823
366         * reg-stack.c (any_malformed_asm): New.
367         (check_asm_stack_operands): Set it.
368         (convert_regs_1): Check it before aborting.
369
370 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
371
372         * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
373
374 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
375
376         * c-opts.c (complain_wrong_lang): Add on argument.
377         Print no- switch if on is false.
378         (c_common_decode_option): Adjust caller.
379
380 2003-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
381
382         * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
383         to initialize GOT register.
384
385 2003-06-12  Roger Sayle  <roger@eyesopen.com>
386
387         * fold-const.c (tree_expr_nonnegative_p): Add support for
388         floating point constants, addition and multiplication.
389
390 2003-06-12  J"orn Rennecke <joern.rennecke@superh.com>
391
392         * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
393         constraint modifier for operand 0.
394
395 2003-06-12  Hans-Peter Nilsson  <hp@axis.com>
396
397         Don't warn on dollars in builtin macro definitions,
398         e.g. __REGISTER_PREFIX__.
399         * cpphash.h (struct cpp_reader): Move member warn_dollars...
400         * cpplib.h (struct cpp_options): ...to here.  Change type to
401         unsigned char.
402         * cppinit.c (cpp_create_reader): Set it to 1 here.
403         (post_options): Don't set it here.
404         * c-opts.c (c_common_init_options): Reset it to 0 here.
405         (finish_options): Set it here.
406         * cpplex.c (forms_identifier_p): Tweak for new location of
407         warn_dollars.
408
409         * configure.in (assembler dwarf2 debug_line support): Define insn
410         for cris-*-* and mmix-*-*.
411         * configure: Regenerate.
412
413 2003-06-11  Uwe Stieber  <uwe@kaos-group.de>
414
415         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
416         powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
417         (sh-*-elf*): Add sh*-*-kaos* support.
418         * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
419         config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
420         config/sh/kaos-sh.h: New files.
421
422 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
423
424         * gcse.c (fis_get_condition): Make it a global function.
425         * reload1.c (reload_cse_move2add): Detect implicit sets.
426         * rtl.h: Add a prototype for fis_get_condition.
427
428 2003-06-11  Richard Henderson  <rth@redhat.com>
429
430         * stmt.c (expand_asm_operands): Don't warn for memories with
431         queued addresses.
432
433 2003-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
434
435         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
436         brackets.
437
438 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
439
440         * hooks.c (hook_int_size_t_constcharptr_int_0): New.
441         * hooks.h (hook_int_size_t_constcharptr_int_0): New.
442         * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
443         (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
444         * langhooks.c (lhd_decode_option): Remove.
445         * langhooks.h (struct lang_hooks): Remove decode_option.
446         * opts.c (handle_option): No longer use decode_option.
447
448 2003-06-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
449
450         * cfgloopanal.c (variable_initial_value): Update the set of altered
451         registers correctly.
452
453 2003-06-11  Roger Sayle  <roger@eyesopen.com>
454             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
455
456         * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
457         * config/i386/netbsd-elf.h: Likewise.
458         * config/m32r/m32r.h: Likewise.
459         * config/mn10300/mn10300.h: Likewise.
460         * config/stormy16/stormy16.h: Likewise.
461         * config/v850/v850.h: Likewise.
462         * config/vax/netbsd-elf.h: Likewise.
463         * config/xtensa/elf.h: Likewise.
464         * config/xtensa/linux.h: Likewise.
465
466 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
467
468         * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
469         DWARF 2 default.
470
471         * config/mips/dbxmdebug.h: New file.
472         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
473         gas and --with-stabs.
474
475 2003-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
476
477         * expr.c (can_move_by_pieces): align argument may be unused.
478
479 2003-06-11  J"orn Rennecke <joern.rennecke@superh.com>
480
481         * expr.c (convert_move): Handle moves between two CONCATs.
482
483 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
484
485         * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
486         !TARGET_H8300.
487
488 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
489
490         * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
491         * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
492         (TARGET_RTL_DUMP): Likewise.
493         (TARGET_SWITHCES): Remove -mrtl-dump.
494
495 2003-06-10  Richard Henderson  <rth@redhat.com>
496
497         * optabs.c (gen_cond_trap): Fix prepare_operand typo.
498
499 2003-06-10  Richard Henderson  <rth@redhat.com>
500
501         * config/ia64/ia64.md (call_gp): Fix memory mode.
502
503 2003-06-10  James E Wilson  <wilson@tuliptree.org>
504
505         PR target/8812
506         * reload1.c (choose_reload_regs): For equiv reg, add loop over all
507         hard regs for reload_reg_used_at_all and reg_class_contents checks.
508
509 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
510
511         * config/h8300/h8300.c (print_operand): Remove support for
512         operand character 'b'.
513         Add the AND case to operand character 'c'.
514         * config/h8300/h8300.md (two anonymous patterns): Replace
515         operand character 'b' with 'c'.
516
517 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
518
519         * config/h8300/h8300.c (print_operand): Remove support for
520         operand character 'u'.
521
522 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
523
524         * configure.in: Fix typo.
525         * configure: Regenerate.
526
527 2003-06-10  Loren James Rittle  <ljrittle@acm.org>
528
529         * config/alpha/alpha.c (unicosmk_file_end): Add conditional
530         compilation guard.
531
532 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
533
534         * sh-protos.h (function_symbol): Declare.
535         * sh.c (expand_block_move, expand_ashiftrt): Use it.
536         (sh_expand_prologue, sh_expand_epilogue): Likewise.
537         (sh_initialize_trampoline): Likewise.
538         (function_symbol): New function.
539         * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
540         (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
541         (call_value_pop, shcompact_return_tramp): Likewise.
542
543         * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
544
545         * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
546         target register.
547
548 2003-06-10  DJ Delorie  <dj@redhat.com>
549
550         * doc/md.texi (Machine Constraints): Document stormy's Z
551         constraint.
552
553 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
554
555         * except.c (call_site_base): Mark with GTY.
556
557 2003-06-10  Richard Earnshaw  <rearnsha@arm.com>
558
559         * arm-proto.h: Convert to ISO C90 prototypes.
560         * arm.c: Likewise.
561
562 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
563
564         * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
565
566 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
567
568         * calls.c (expand_call): Convert structure_value_addr to Pmode if
569         necessary.
570
571 2003-06-10  Andrew Haley  <aph@redhat.com>
572
573         * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
574         (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
575         (lhd_decl_ok_for_sibcall): New.
576         * langhooks.c (lhd_decl_ok_for_sibcall): New.
577         * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
578         * calls.c (expand_call): Check lang_hook before generating a
579         sibcall.
580
581 2003-06-10  DJ Delorie  <dj@redhat.com>
582
583         * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
584         which matches (const_int 0) for addhi3.
585         * config/stormy16/stormy16.md: Document known constraints.
586         (addhi3): Handle adding zero.
587
588 2003-06-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
589
590         * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
591         * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
592         * config/m32r/m32r-protos.h: Prototype it.
593
594 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
595
596         * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
597         common to rs6000 sysv targets.
598         * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
599         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
600
601 2003-06-10  Nick Clifton  <nickc@redhat.com>
602
603         * config.gcc: Add arm-wince-pe target.
604         * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
605         Add comment about default apcs26 support.
606         * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
607         multilib.
608         (MULTILIB_DIRNAMES): Add 'apcs32'.
609         * config/arm/t-wince-pe: New makefile fragment.
610         * config/arm/wince-pe.h: New file.  Overrides a few definitions
611         in arm/pe.h
612
613 2003-06-10  Roger Sayle  <roger@eyesopen.com>
614
615         * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
616         * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
617         when x is easily negated and f is sin, tan or atan.
618         (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
619         sin(x) with flag_unsafe_math_optimizations.
620         (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
621         sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
622
623 2003-06-10  Roger Sayle  <roger@eyesopen.com>
624
625         * fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
626         is a floating point type *and* we currently honor NaNs.
627         (fold <NE_EXPR>): Likewise.
628
629 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
630
631         PR c++/11131
632         * tree-inline.c (inlinable_function_p): Call the language-specific
633         hook early.
634
635 2003-06-09  David Taylor  <dtaylor@emc.com>
636
637         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg):  Skip over
638         the f_res field.
639
640 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
641
642         * configure.in: Remove references to host_truncate_target.
643         * configure: Regenerate.
644         * config.gcc: Remove references to truncate_target,
645         host_truncate_target.
646
647         * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
648         Replace "build_canonical" with build, "host_canonical" with host.
649         * configure.in: Use GCC_TOPLEV_SUBDIRS.
650         * aclocal.m4: Include ../config/acx.m4.
651         * configure: Regenerate.
652
653 2003-06-09  David Taylor  <dtaylor@emc.com>
654
655         * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
656         bytes of padding in the __va_list_tag structure a name (reserved).
657
658 2003-06-09  Jason Merrill  <jason@redhat.com>
659
660         * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
661
662 2003-06-09  Osku Salerma  <osku@iki.fi>
663
664         * c-format.c (check_format_string, get_constant): New.
665         (handle_format_attribute, handle_format_arg_attribute,
666         decode_format_attr): Change to use above functions.
667
668 2003-06-09  Richard Henderson  <rth@redhat.com>
669
670         * stmt.c (expand_asm_operands): Re-word warning.
671
672 2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
673
674         PR target/8787
675         * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
676         if -masm=intel.
677
678 2003-06-09  James E Wilson  <wilson@tuliptree.org>
679
680         * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
681         config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
682         Add libgcc exception.
683
684 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
685             Ayal Zaks  <gcchaifa@us.ibm.com>
686
687         * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
688         (insvsi*): Add insert_word attribute.
689         * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
690         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
691         power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
692
693 2003-06-09  Kazu Hirata  <kazu@cs.umass.edu>
694
695         * fold-const.c (fold): Fix a comment typo.
696
697 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
698
699         * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
700         removed.
701
702 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
703
704         * sh.c (gen_block_redirect): Use locators.
705
706 2003-06-09  Richard Earnshaw  <rearnsha@arm.com>
707
708         * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
709         cast to int.
710
711 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
712
713         * configure.in: Assume gas 2.14 and above can handle MIPS relocation
714         operators.
715         * configure: Regenerated.
716
717 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
718             Alexandre Oliva  <aoliva@redhat.com>
719
720         * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
721         (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
722         (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
723         n32/64 PIC.
724         (MUST_SAVE_REGISTERS): Delete.
725         * config/mips/mips.c (mips_frame_info): Remove extra_size field.
726         (machine_function): Add global_pointer field.
727         (mips_classify_constant): Check for (const $gp) using pointer equality
728         with pic_offset_table_rtx.
729         (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
730         (mips_restore_gp): Use current_function_outgoing_args_size.
731         (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
732         GP_REG_FIRST + 28.  Handle relocation strings that have
733         more than one '('.
734         (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
735         (mips_global_pointer): New function.
736         (mips_save_reg_p): New function, mostly split out from...
737         (compute_frame_size): ...here.  Remove handling of extra_size.
738         Reclaim args_size if no variables depend on it.  Don't treat gp
739         as a special case: handle it in the main GPR loop.
740         (mips_initial_elimination_offset): Fix comment.
741         (save_restore_insns): Save every register in the GPR mask,
742         removing distinction between mask and real_mask.
743         (mips_output_function_prologue): Update .frame psuedo-op after
744         the removal of extra_size.  Move the SVR4 PIC stack allocation
745         and cprestore instructions to mips_expand_prologue.
746         (mips_gp_insn): New function.
747         (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
748         the chosen global pointer.  Handle SVR4 PIC stack allocation
749         in the same way as other ABIs.  Adjust varargs code accordingly.
750         Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
751         to emit the loadgp sequence.  Follow it with a loadgp_blockage
752         if not using explicit relocs.
753         (mips_output_function_epilogue): Reinstate the default gp register.
754         (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
755         (mips16_optimize_gp): Likewise.
756         * config/mips/mips.md (UNSPEC_LOADGP): Remove.
757         (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
758         (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
759         (loadgp): Remove.
760         (loadgp_blockage, cprestore): New instructions.
761         (builtin_setjmp_setup): Implement using emit_move_insn.  Use
762         pic_offset_table_rtx.
763         (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
764         (builtin_longjmp): Use gen_raw_REG to force use of $28.
765
766 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
767
768         * config/mips/mips-protos.h (mips_output_division): Declare.
769         * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
770         (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
771         (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
772         (TARGET_CHECK_ZERO_DIV): New macro.
773         (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
774         * config/mips/mips.c (mips_output_division): New function.
775         * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
776         account when calculating the default length of a division.
777         (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
778         Enable regardless of optimization level.  Use mips_output_division.
779         (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
780         udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
781         divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
782         modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
783         udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
784         umoddi3_internal): Remove.
785
786 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
787
788         * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
789         (mips_sw_reg_names): Likewise.
790         (mips_regno_to_class): Change hilo entry to NO_REGS.
791         (hilo_operand): Use MD_REG_P.
792         (extend_operator): New predicate.
793         (override_options): Remove 'a' constraint.
794         (mips_secondary_reload_class): Remove hilo handling.  Also remove
795         handling of (plus sp reg) reloads for mips16.
796         (mips_register_move_cost): Remove hilo handling.
797         * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
798         (MD_REG_LAST): Remove hilo from range.
799         (HILO_REGNUM): Delete.
800         (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
801         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
802         (PREDICATE_CODES): Add entry for extend_operator.
803         (DEBUG_REGISTER_NAMES): Change hilo entry to "".
804         * config/mips/mips.md: Remove hilo clobbers wherever they occur.
805         Remove constraints from multiplication define_expands.  Remove
806         clobbers from "decorative" define_expand patterns.
807         (UNSPEC_HILO_DELAY): Delete.
808         (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
809         (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
810         Adjust C code to just emit insns for !TARGET_64BIT.
811         (mulsidi3_internal): Rename to mulsidi3_32bit.
812         (mulsidi3_64bit): Use a "d" constraint for the destination.
813         Use extend_operator so that the pattern can handle umulsidi3 as well.
814         Split the instruction after reload.
815         (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
816         (umulsidi3_internal): Rename to umulsidi3_32bit.
817         (umulsidi3_64bit): Remove.
818         (*smsac_di, *umsac_di): Line-wrap fixes.
819         (udivsi3_internal): Don't allow operand 2 to be constant.
820         (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
821         (movdi_internal2, movsi_internal): Remove hilo alternatives.
822         (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
823
824 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
825
826         PR target/10913
827         * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
828         PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
829         PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
830         PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
831         SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
832         (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
833         PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
834         asm_out_text_file with asm_out_file.
835         * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
836         * config/mips/elf.h (TEXT_SECTION): Undefine.
837         * config/mips/elf64.h (TEXT_SECION): Undefine.
838         * config/mips/openbsd.h (TEXT_SECION): Undefine.
839         * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
840         (override_options): Disable small-data optimizations unless using
841         gas or explicit relocations.
842         (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
843         iris6_asm_named_section, iris6_asm_file_start): Remove code for
844         handling TARGET_FILE_SWITCHING.
845         (copy_file_data): Move into TARGET_IRIX6 block.
846
847 2003-06-08  Richard Henderson  <rth@redhat.com>
848
849         * expr.h (EXPAND_MEMORY): New.
850         * expr.c (expand_expr): Check it.
851         * stmt.c (expand_asm_operands): Provide it when the constraint
852         requires a memory.  Warn for memory input constraints without
853         a memory operand.
854
855 2003-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
856
857         * varasm.c: Don't include c-tree.h.
858
859 2003-06-08  Andreas Jaeger  <aj@suse.de>
860
861         * predict.h: Convert to ISO C90 prototypes.
862         * predict.c: Likewise.
863         * tree-dump.h: Likewise.
864         * tree-dump.c: Likewise.
865         * diagnostic.h: Likewise.
866         * diagnostic.c: Likewise.
867         * combine.c: Likewise.
868
869         * rtl.h: Convert prototypes of combine.c to ISO C90.
870
871 Sun Jun  8 21:27:41 CEST 2003  Jan Hubicka  <jh@suse.cz>
872
873         * cfglayout.c (insn_scope): New static function
874         (block_locators_*, line_locators*, file_locators*): New static varrays.
875         (scope_to_insns_initialize): Use them.
876         (insn_line, insn_file): New functions.
877         (scope_to_insns_finalize): Use insn_scope.
878         (prologue_locator, epilogue_locator): New global variables.
879         * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
880         make_call_insn_raw, emit_copy_of_insn_after): Use locators.
881         (emit_insn_after_scope, emit_insn_before_scope
882         emit_jump_insn_after_scope, emit_jump_insn_before_scope
883         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
884         (emit_insn_after_setloc, emit_insn_before_setloc
885         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
886         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
887         use locators.
888         * final.c (notice_source_line): Use locators.
889         (final_start_function): Set initial source file and line.
890         (final_scan_insn): Use locators.
891         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
892         noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
893         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
894         noce_process_if_block, find_cond_trap): Likewise.
895         * integrate.c (copy_insn_list): Likewise.
896         * jump.c (duplicate_loop_exit_test): LIkewise.
897         * print-rtl.c (print_rtx): Print locators.
898         * recog.c (peephole2_optimize): Likewise.
899         * rtl.h (INSN_SCOPE): Remove.
900         (emit_insn_after_scope, emit_insn_before_scope
901         emit_jump_insn_after_scope, emit_jump_insn_before_scope
902         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
903         (emit_insn_after_setloc, emit_insn_before_setloc
904         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
905         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
906         (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
907         * unroll.c (copy_loop_body): Use locators.
908         * function.c (set_insn_locators): New function.
909         (thread_prologue_and_epilogue_insns): Set the locators accordingly.
910
911 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
912
913         * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
914         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
915         _fixsfdi _fixunssfdi.
916         (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
917         popcounthi2.
918         (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
919         * config/h8300/clzhi2.c: New.
920         * config/h8300/ctzhi2.c: Likewise.
921         * config/h8300/parityhi2.c: Likewise.
922         * config/h8300/popcounthi2.c: Likewise.
923
924 Sun Jun  8 15:52:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
925
926         * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
927         * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
928
929         * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
930         (dump_bb): New based on old dump_bb in cfgrtl.c
931         (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
932         * cfghooks.h (cfgh_verify_flow_info): Return status.
933         * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
934         * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
935         (dump_bb): Remove generic parts.
936         (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
937         (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
938
939 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
940
941         * Makefile.in: Rename options.c and options.h to c-options.c and
942         c-options.h.
943         (OBJS): Remove options.o.
944         * c-opts.c: Don'tInclude c-options.h instead of options.h.
945         * opts.c: Don't include options.h.
946         (find_opt): Can't use enum opt_code or N_OPTS.
947         * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
948         * opts.sh: ... here.
949
950 2003-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
951             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
952
953         PR pch/9830
954         * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
955         if HAVE_MINCORE is defined.
956         (MAP_FAILED): Define if not defined.
957         (gt_pch_save): Test against MAP_FAILED.
958         (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
959         the mapping address to the preferred base after checking it
960         is possible to do so. Test against MAP_FAILED.
961         * configure.in: Test for the presence of mincore in libc.
962         * config.in: Regenerate.
963         * configure: Regenerate.
964
965 2003-06-07  Richard Henderson  <rth@redhat.com>
966
967         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
968         conditional compilation guard.
969
970 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
971
972         * optabs.c (expand_abs): Set result_unsignedp to 1 if
973         flag_trav is zero.
974
975 2003-06-07  Richard Henderson  <rth@redhat.com>
976
977         * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
978
979 2003-06-07  Richard Henderson  <rth@redhat.com>
980
981         * basic-block.h (EDGE_SIBCALL): New.
982         (EDGE_ALL_FLAGS): Update.
983         * cfg.c (dump_edge_info): Add sibcall name.
984         * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
985         * cfgrtl.c (purge_dead_edges): Handle sibcalls.
986
987 2003-06-07  Andreas Jaeger  <aj@suse.de>
988
989         * mklibgcc.in (lib2funcs): Remove _exit.
990         * libgcc2.c: Remove L_exit.
991         * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
992
993         * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
994
995         * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
996
997         * ggc.h: Convert to ISO C90 prototypes.
998         * ggc-none.c: Likewise.
999         * ggc-common.c: Likewise.
1000         * ggc-page.c: Likewise.
1001         * ggc-simple.c: Likewise.
1002
1003         * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
1004
1005         * system.h: Poison INIT_SECTION_PREAMBLE.
1006
1007 2003-06-07  Zack Weinberg  <zack@codesourcery.com>
1008
1009         * config.gcc (with_cpu handling): Translate sparc64 in
1010         $machine to --with-cpu=v9.
1011         * config/alpha/alpha.c
1012         (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
1013         (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
1014
1015         * target.h: New hook asm_out.file_end.
1016         * target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
1017         * toplev.c (compile_file): Use targetm.asm_out.file_end.
1018         * system.h: Poison ASM_FILE_END.
1019         * varasm.c (file_end_indicate_exec_stack): New.
1020         * output.h: Prototype it.
1021         * doc/tm.texi: Document TARGET_ASM_FILE_END and
1022         file_end_indicate_exec_stack.  Delete references to attasm.h.
1023
1024         * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
1025         (ASM_FILE_END): Delete; move code...
1026         * config/darwin.c (darwin_file_end): Here; new function.
1027         * config/darwin-protos.h: Prototype it.
1028         * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
1029         rename unicosmk_file_end.
1030         * config/arm/aof.h (ASM_FILE_END): Delete; move code...
1031         * config/arm/arm.c (aof_file_end): ... here; new static function.
1032         Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
1033         Make aof_dump_imports and aof_dump_pic_table static.
1034         * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
1035         Set TARGET_ASM_FILE_END to avr_file_end.
1036         * config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
1037         Set TARGET_ASM_FILE_END to c4x_file_end.
1038         * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
1039         make static. Take no arguments.  Set TARGET_ASM_FILE_END to
1040         h8300_file_end.
1041         * config/i370/i370.h (ASM_FILE_END): Delete; move code...
1042         * config/i370/i370.c (i370_file_end): ... here; new static function.
1043         Set TARGET_ASM_FILE_END to i370_file_end.
1044          * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
1045          Take no arguments.  Call file_end_indicate_exec_stack if
1046          NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
1047         * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
1048         Define NEED_INDICATE_EXEC_STACK to 0.
1049         * config/i386/linux.h, config/i386/linux64.h: Redefine
1050         NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
1051         * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
1052         i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
1053         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
1054         ia64_hpux_file_end, make static.  Take no arguments.
1055         * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
1056         commands_in_prologues, commands_in_epilogues): Delete.
1057         (function_epilogue): Update to match.
1058         * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
1059         make static.  Take no arguments.
1060         (iris6_asm_file_end): Rename iris6_file_end, make static, use
1061         mips_file_end, take no arguments.
1062         Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
1063         appropriate.
1064         * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
1065         make static, take no arguments. Set TARGET_ASM_FILE_END to
1066         mmix_file_end.
1067         * config/pa/pa.c (output_deferred_plabels): Make static, take
1068         no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
1069         * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
1070         (ASM_FILE_END): Delete; move code...
1071         * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
1072         new static function.
1073
1074         * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
1075         * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
1076         Don't set ASM_FILE_END.
1077         * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
1078         * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
1079         * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
1080         file_end_indicate_exec_stack; don't set ASM_FILE_END.
1081         * config/alpha/unicosmk.h, config/i386/cygming.h
1082         * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
1083         * config/arm/arm-protos.h, config/alpha/alpha-protos.h
1084         * config/avr/avr-protos.h, config/c4x/c4x-protos.h
1085         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
1086         * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
1087         * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
1088
1089 Sat Jun  7 18:32:13 CEST 2003  Jan Hubicka  <jh@suse.cz>
1090
1091         * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
1092         specified.
1093
1094 Sat Jun  7 15:20:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
1095
1096         * Makefile.in (stageprofile_build): Kill redundant target.
1097         * i386.c (mdep_reorg): Don't pad jumps for Athlon.
1098
1099 2003-06-07  Andreas Jaeger  <aj@suse.de>
1100
1101         * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
1102
1103         * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
1104         * config/dsp16xx/dsp16xx.h: Likewise.
1105         * config/i386/i386.h: Likewise.
1106         * config/ip2k/ip2k.h: Likewise.
1107
1108 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
1109
1110         * Makefile.in (OJBS, c-opts.o): Update.
1111         (c-options.c, c-options.h): Rename options.h and options.c.
1112         (options.h): Rename options_.h.
1113         (opts.o): New.
1114         * c-common.h (c_common_handle_option): Replace c_common_decode_option.
1115         (c_common_init_options): Update prototype.
1116         * c-lang.c (c_init_options): Update prototype.
1117         (LANG_HOOKS_HANDLE_OPTION): Override.
1118         (LANG_HOOKS_DECODE_OPTION): Drop.
1119         * c-opts.c: Include opts.h and options.h instead of c-options.h
1120         and c-options.c.
1121         (lang_flags): Move to file scope.
1122         (find_opt, c_common_decode_option): Remove.
1123         (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
1124         CL_REJECT_NEGATIVE): Move to opts.h.
1125         (missing_arg): Update prototype.
1126         (c_common_init_options): Update for new prototype.
1127         (c_common_handle_options): Filenames are passed as N_OPTS.
1128         * hooks.c (hook_int_void_0): New.
1129         * hooks.h (hook_int_void_0): New.
1130         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
1131         (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
1132         (LANG_HOOKS_INITIALIZER): Update.
1133         * langhooks.h (init_options): Update.
1134         (handle_option): New.
1135         * opts.c, opts.h: New files.
1136         * opts.sh: Update c file to include opts.h and options.h.
1137         * toplev.c: Include opts.h; change options.h to options_.h.
1138         (parse_options_and_default_flags): Get lang_mask, use
1139         handle_option for language-specific handling.
1140         * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
1141         (LANG_HOOKS_HANDLE_OPTION): Override.
1142         (objc_init_options): Update.
1143
1144 2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
1145             Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
1146
1147         PR other/7031
1148         * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
1149         gcov.
1150
1151 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
1152
1153         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
1154         section names.
1155         * configure: Regenerate.
1156
1157 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
1158
1159         * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
1160
1161 2003-06-06  James E Wilson  <wilson@tuliptree.org>
1162
1163         PR inline-asm/10890
1164         * reload1.c (merge_assigned_reloads): Abort only if two reloads have
1165         different in fields.
1166
1167 2003-06-06  Nathanael Nerode  <neroden@gcc.gnu.org>
1168
1169         * configure.in: Make $(target_subdir) correspond with top level usage.
1170         * Makefile.in: Likewise.
1171         * configure: Regenerate.
1172
1173 2003-06-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1174
1175         * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
1176         ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
1177         unsigned HOST_WIDE_INT.
1178         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
1179         Likewise.
1180         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
1181         Likewise.
1182
1183 2003-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1184
1185         * doc/install.texi (Prerequisites): New section documenting
1186         tools and packages necessary prior to building and/or
1187         modifying GCC.
1188         * doc/install.texi2html: Also generate prerequisites.html.
1189
1190 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
1191
1192         PR target/11052
1193         * ifcvt.c (noce_process_if_block): Fail if the destination has
1194         side-effects.
1195
1196 2003-06-06  Jason Merrill  <jason@redhat.com>
1197
1198         * stmt.c (resolve_asm_operand_names): Rename from
1199         resolve_operand_names.  No longer static.  Avoid needless copying.
1200         Don't build array of constraints.
1201         (expand_asm_operands): Build it here.
1202         * tree.h: Declare resolve_asm_operand_names.
1203
1204         * stmt.c (expand_decl): Put artificial vars into registers even
1205         when not optimizing, and don't mark the regs as user vars.
1206
1207 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
1208
1209         * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
1210         of the generated register.
1211
1212 2003-06-06  Daniel Jacobowitz  <drow@mvista.com>
1213
1214         * config.gcc: Add a missing sparc64 case.
1215
1216 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
1217
1218         * mklibgcc.in: Propagate .note.GNU-stack section if needed into
1219         the .hidden assembly stubs.
1220
1221 2003-06-06  H.J. Lu <hongjiu.lu@intel.com>
1222
1223         * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
1224         and x86_64-*-*.
1225
1226         * config/i386/mmintrin.h: Update version and add alternate
1227         intrinsic names.
1228         * config/i386/xmmintrin.h: Likewise.
1229
1230         * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
1231         intrinsics to ...
1232         * config/i386/emmintrin.h: Here. New file.
1233
1234 2003-06-06  Roger Sayle  <roger@eyesopen.com>
1235
1236         * fold-const.c (fold <ABS_EXPR>):  Re-fold the result of folding
1237         fabs(-x) into fabs(x).  Use tree_expr_nonnegative_p to determine
1238         when the ABS_EXPR (fabs or abs) is not required.
1239         (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
1240         always nonnegative from fold to here.  Additionally, cabs and fabs
1241         are always non-negative, and pow and atan are non-negative if
1242         their first argument is non-negative.
1243
1244         * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
1245         Evaluate cabs of a constant at compile-time.  Convert cabs of a
1246         non-complex argument into fabs.  Convert cabs(z) into
1247         sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
1248         -funsafe-math-optimizations or -ffast-math.
1249         (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
1250         Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
1251
1252 Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
1253
1254         * sourcebuild.texi (Front End Directory): Document new hooks.
1255
1256 Fri Jun  6 11:02:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
1257
1258         * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
1259         * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
1260         stack frames.
1261         (pro_epilogue_adjust_stack_rex64_2): New pattern
1262
1263 Fri Jun  6 11:03:14 CEST 2003  Jan Hubicka  <jh@suse.cz>
1264                                Pop Sebastian
1265                                Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1266
1267         * cfghooks.h, cfghooks.c: New files.
1268         * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
1269         (OBJS): Add cfghooks.o.
1270         (cfghooks.o): New rule.
1271         * basic-block.h (split_edge): Rename to rtl_split_edge.
1272         (verify_flow_info): Rename to rtl_verify_flow_info.
1273         (cfghooks.h): Included here.
1274         * cfgrtl.c (split_edge): Renamed rtl_split_edge.
1275         (verify_flow_info): Renamed rtl_verify_flow_info.
1276         * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
1277
1278         * basic-block.h (split_block, split_edge, flow_delete_block,
1279         redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
1280         (flow_delete_block_noexpunge):  Return void.
1281         * cfg.c (verify_flow_info): New function.
1282         * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
1283         try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
1284         Use delete_block.
1285         * cfglayout.c (function_footer): Rename to...
1286         (cfg_layout_function_footer): ... this variable
1287         (unlink_insn_chain): Make global.
1288         (fixup_reorder_chain, record_effective_endpoints): Update.
1289         (cleanup_unconditional_jumps): Use delete_block.
1290         (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
1291         (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
1292         (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
1293         * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block):  Delete.
1294         (cfg_layout_function_footer): Declare.
1295         * cfgloopmanip (split_loop_bb): Do not update RBI.
1296         (remove_bbs): Use delete_block.
1297         (loop_reidrect_edge, loop_delete_branch_edge): Use
1298         redirect_edge_and_branch.
1299         (create_preheader): Use split_block and redirect_edge_and_branch_force.
1300         (split_edge_with): Likewise.
1301         * cfgrtl.c: Include cfglayout.h
1302         (split_edge): Rename to ...
1303         (rtl_split_edge) ... this one; make local.
1304         (redirect_edge_and_branch): Rename to ...
1305         (rtl_redirect_edge_and_branch) ... this one; make local.
1306         (redirect_edge_and_branch_force): Rename to ...
1307         (rtl_redirect_edge_and_branch_force) ... this one; make local.
1308         (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
1309         (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
1310         cfglayout.c; update to directly call RTL counterparts.
1311         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
1312         * ifcvt.c (find_cond_trap): Use delete_block.
1313         (find_if_case_1): Use delete_block.
1314         (find_if_case_2): Use delete_block.
1315         * rtl.h (unlink_insn_chain): Declare.
1316         * toplev.c (rtl_reigster_cfg_hooks): New.
1317
1318 2003-06-05  Richard Henderson  <rth@redhat.com>
1319
1320         * recog.c (peephole2_optimize): Revert last change.
1321
1322 2003-06-05  Richard Henderson  <rth@redhat.com>
1323
1324         * recog.c (peephole2_optimize): Don't split block unless
1325         can_throw_internal.
1326
1327 2003-06-06  Kazu Hirata  <kazu@cs.umass.edu>
1328
1329         * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
1330         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
1331
1332 2003-06-05  Kelley Cook  <kelleycook@wideopenwest.com>
1333
1334         PR optimization/4490
1335         * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
1336         * doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
1337         documentation to accurately reflect what these options do.
1338
1339 2003-06-06  Kaz Kojima  <kkojima@gcc.gnu.org>
1340
1341         * config/sh/linux.h (STARTFILE_SPEC): Handle -pie.  Simplify.
1342         (ENDFILE_SPEC): Redefine to handle -pie.
1343
1344 2003-06-05  Phil Edwards <phil@jaj.com>
1345
1346         * Makefile.in (qmtest-g++): Use target_alias, not target.
1347
1348 2003-06-05  Per Bothner  <pbothner@apple.com>
1349
1350         * toplev.c (push_srcloc):  Simplify behavior to save current location
1351         and set current location to parameters.
1352         (pop_srcloc):  Simplify semantics.
1353         (lang_dependent_init):  Remove now-useless initial push_srcloc.
1354
1355 2003-05-06  Richard Henderson  <rth@redhat.com>
1356
1357         * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
1358         language-specific tree codes.
1359
1360 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1361
1362         PR middle-end/9986
1363         * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
1364         BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
1365
1366 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
1367
1368         * install.tex: Document profiledbootstrap.
1369
1370         * configure.in:  Add support for lang.stageprofile and
1371         lang.stagefeedback
1372         * Makefile.in (clean, distclean): Kill new stages
1373         (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
1374         (STAGE2_FLAGS_TO_PASS): ... this one.
1375         (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
1376         (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
1377         (stageprofile_build, stageprofile_copy, stagefeedback_build,
1378         stagefeedback_copy): New.
1379         (restageprofile, restagefeedback, stageprofile-start,
1380         stageprofile, stagefeedback-start): Likewise.
1381
1382 2003-06-05  David Miller  <davem@redhat.com>
1383             Richard Henderson  <rth@redhat.com>
1384
1385         * optabs.c (HAVE_conditional_trap): Provide default.
1386         (gen_conditional_trap): Likewise.
1387         (init_optabs): Merge init_traps.
1388         (gen_cond_trap): Use prepare_operand.  Restructure and avoid ifdef.
1389
1390 Thu Jun  5 14:59:44 CEST 2003  Jan Hubicka  <jh@suse.cz>
1391
1392         * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
1393         is REG for nonzero_bits (REG) == 8.
1394
1395 Thu Jun  5 13:23:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
1396
1397         * i386.md (align): Fix warning; clarify what to do when no p2align
1398         is available.
1399
1400 2003-06-05  Nick Clifton  <nickc@redhat.com>
1401
1402         * config.gcc (m32r-elf): Revert previous delta.
1403         * config/m32r/t-m32r (crtinit.o): Fix rule to work with
1404         multilibs.  Remove m32rx specific version.
1405         (crtfini.o): Likewise.
1406         (EXTRA_MULTILIB_PARTS): Define.
1407
1408 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1409
1410         * doc/md.texi (Machine Constraints): Correct the meaning of
1411         constraints related to floating-point registers on SPARC.
1412
1413 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
1414             Paolo Bonzini  <bonzini@gnu.org>
1415
1416         PR target/10663
1417         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
1418         assembler and linker output to /dev/null.
1419         Use a 'sed' construct instead of 'grep -A1'.
1420         * configure: Regenerate.
1421
1422 2003-06-04  Richard Henderson  <rth@redhat.com>
1423
1424         * config/i386/i386.c (struct ix86_address): Add seg.
1425         (no_seg_address_operand): New.
1426         (ix86_decompose_address): Restructure PLUS loop.  Accept one
1427         UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
1428         to test for a regnum, not stack_pointer_rtx.
1429         (ix86_address_cost): Reduce cost if non-default segment.
1430         (legitimate_address_p): Remove UNSPEC_TP check.
1431         (get_thread_pointer): Add to_reg argument.  Don't represent
1432         the thread pointer as a memory load.
1433         (legitimize_tls_address): Split out of ...
1434         (legitimize_address): ... here.
1435         (print_operand_address): Handle parts.seg.
1436         (ix86_expand_move): Use legitimize_tls_address.
1437         (ix86_rtx_costs): Handle UNSPEC_TP.
1438         * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
1439         (TARGET_TLS_DIRECT_SEG_REFS): New.
1440         (TARGET_SWITCHES): Add tls-direct-seg-refs.
1441         (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
1442         (PREDICATE_CODES): Add no_seg_address_operand.
1443         * config/i386/i386.md (lea_1): Use it.
1444         (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
1445         (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
1446         * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
1447         * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
1448         * doc/invoke.texi: Add -mtls-direct-seg-refs.
1449
1450 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
1451
1452         * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
1453         (QMTEST_GPP_TESTS): Use "g++" by default.
1454         (stamp-qmtest): Tweak database creation.
1455         (QMTEST_DIR/context): Update context file format.
1456         (qmtest-g++): Tweak command-line.
1457
1458 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1459
1460         * Makefile.in (varasm.o): Don't set -Wno-error.
1461         * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
1462
1463 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
1464
1465         PR bootstrap/3163
1466         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
1467         (gcc_AC_FUNC_MMAP_BLACKLIST): New.
1468         * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
1469         and AC_CHECK_FUNCS lists, respectively.  Use
1470         gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
1471         AC_FUNC_MMAP_FILE.
1472         * configure, config.in: Regenerate.
1473
1474 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1475
1476         * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
1477         * arm.c (arm_output_function_prologue): Fix format specifiers.
1478         * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
1479         * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
1480         HOST_WIDE_INT_PRINT_DEC.
1481         * vax.c (vax_output_function_prologue): Fix format specifiers.
1482
1483 2003-06-04  Richard Henderson  <rth@redhat.com>
1484
1485         * cse.c (find_best_addr): Consider binary operators even if second
1486         argument is not CONST_INT.
1487
1488 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1489
1490         * doc/invoke.texi (max-cse-path-length): Document.
1491
1492 2003-06-04  Richard Henderson  <rth@redhat.com>
1493
1494         * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
1495
1496 2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
1497
1498         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
1499         Remove semi-colon at the end of the expression.
1500
1501 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1502
1503         * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
1504         * i370.h (mvs_function_name_length): Likewise.
1505         * i960.h (CONSTANT_ALIGNMENT): Likewise.
1506         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
1507         * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
1508         * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
1509         * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
1510         variable.
1511
1512 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
1513
1514         * config.gcc: Reorganize --with-cpu logic.  Set
1515         configure_default_options according to the default CPU, --with-cpu,
1516         --with-arch, --with-tune, --with-schedule, --with-abi, and
1517         --with-float.  Check for legal values of various options.
1518         * configure.in: Define configure_default_options in configargs.h.
1519         * configure: Regenerated.
1520         * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
1521         (TARGET_DEFAULT_FLOAT_P): New macros.
1522         * gcc.c (do_option_spec): New function.
1523         (struct default_spec, option_default_specs): New.
1524         (main): Call do_option_spec.
1525         * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
1526         config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
1527         config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
1528
1529         * doc/install.texi: Update --with-cpu documentation.  Mention
1530         --with-arch, --with-schedule, --with-tune, --with-abi, and
1531         --with-float.
1532         * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
1533
1534 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
1535
1536         * config.gcc: Only process --with-cpu logic in the third pass.
1537
1538 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
1539
1540         * config.gcc: Reorganize --with-cpu section.  Remove an
1541         obsolete comment about the default CPU for x86-64.  Fix
1542         a typo for the ep9312.  Update the list of supported PowerPC
1543         CPUs.  Support a limited set of new --with-cpu options
1544         for i386.
1545
1546 2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
1547
1548         * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
1549         complex numbers <= 32 bits into two registers.
1550
1551 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1552
1553         * alpha.c (print_operand_address): Fix format specifier warnings.
1554         * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
1555         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
1556         * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
1557         * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
1558         * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
1559         ASM_OUTPUT_SKIP): Likewise.
1560         * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1561         * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1562         * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
1563         Likewise.
1564         * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1565         * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
1566         * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
1567         * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1568         * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
1569         * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
1570         * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1571         * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
1572         * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
1573         * svr3.h (ASM_OUTPUT_COMMON): Likewise.
1574
1575 2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
1576
1577         * c-decl.c (c_init_decl_processing): Clear input_file_name
1578         while building common nodes.
1579         * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
1580         Don't add working directory for strings like <built-in> .
1581
1582 2003-06-04  David Edelsohn  <edelsohn@gnu.org>
1583
1584         * doc/install.texi (*-ibm-aix*): Native as and ld required
1585         to bootstrap on AIX 5L.
1586
1587 2003-06-04  Richard Henderson  <rth@redhat.com>
1588
1589         * c-common.c (handle_cleanup_attribute): New.
1590         (c_common_attributes): Add it.
1591         * c-decl.c (finish_decl): Honor the cleanup attribute.
1592         * doc/extend.texi (Variable Attributes): Document it.
1593
1594         * unwind-c.c: New file.
1595         * Makefile.in (LIB2ADDEH): Add it.
1596         * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
1597         config/ia64/t-ia64: Likewise.
1598
1599 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
1600
1601         * function.c (trampolines_created): New variable.
1602         (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
1603         * function.h (trampolines_created): Add.
1604         * config/s390/linux.h (ASM_FILE_END): Define.
1605         * config/alpha/linux-elf.h (ASM_FILE_END): Define.
1606         * config/m68k/linux.h (ASM_FILE_END): Define.
1607         * config/rs6000/linux.h (ASM_FILE_END): Define.
1608         * config/rs6000/linux64.h (ASM_FILE_END): Define.
1609         * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
1610         * config/sparc/linux.h (ASM_FILE_END): Define.
1611         * config/sparc/linux64.h (ASM_FILE_END): Define.
1612         * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
1613         * config/i386/linux.h (SUBTARGET_FILE_END): Define.
1614         * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
1615
1616 Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
1617
1618         * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
1619         (ix86_reorg): Use it.
1620         * i386.md (align): New insn pattern.
1621
1622 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1623
1624         * toplev.c (rest_of_type_compilation): Fix typo.
1625
1626 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
1627             Alan Modra  <amodra@bigpond.net.au>
1628
1629         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
1630         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
1631         * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
1632         * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
1633         * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
1634         * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
1635         (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
1636         * config/rs6000/rs6000.c (output_profile_hook): Likewise.
1637
1638         * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
1639         Pass it to $gcc_cv_as.
1640         * configure: Rebuilt.
1641
1642         * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
1643         (print_operand): Allow TARGET_AIX to be non-constant.
1644         (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
1645         Define unconditionally.
1646         (rs6000_elf_declare_function_name): New function.
1647         * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
1648         non-constant.
1649         * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
1650         to 1.
1651         (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
1652         [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
1653         is defined.
1654         (TARGET_AIX): Define to 1 if TARGET_64BIT.
1655         (PROCESSOR_DEFAULT): Remove.
1656         (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
1657         INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
1658         [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
1659         (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
1660         -m32 and -m64.
1661         (MULTILIB_DEFAULTS): Define.
1662         (SUBSUBTARGET_EXTRA_SPECS): Define.
1663         (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
1664         (TARGET_TOC): Define only if !RS6000_BI_ARCH.
1665         (TARGET_NO_TOC): Remove.
1666         [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
1667         TARGET_PROTOTYPE): Define to 0.
1668         (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
1669         (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
1670         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
1671         if !TARGET_64BIT.
1672         (USER_LABEL_PREFIX): Remove.
1673         (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
1674         (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
1675         if TARGET_64BIT.
1676         (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
1677         (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
1678         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
1679         (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
1680         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
1681         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
1682         TARGET_64BIT.
1683         (RS6000_CALL_GLUE): Likewise.
1684         (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
1685         RESTORE_FP_SUFFIX): Likewise.
1686         (ASM_DECLARE_FUNCTION_NAME): Remove.
1687         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
1688         DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
1689         name if TARGET_64BIT.
1690         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
1691         !TARGET_64BIT.
1692         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
1693         (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
1694         (DRAFT_V4_STRUCT_RET): Define.
1695         (SIGNAL_FRAMESIZE): New enum value.
1696         (MD_FALLBACK_FRAME_STATE_FOR): Define.
1697         * config/rs6000/default64.h: New file.
1698         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
1699         options.
1700         (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
1701         to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
1702         if !TARGET_64BIT.
1703         [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
1704         (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
1705         function.
1706         (TARGET_OS_SYSV_CPP_BUILTINS): Define.
1707         (TARGET_OS_CPP_BUILTINS): Use it.
1708         (CPP_SYSV_SPEC): Remove.
1709         (CPP_SPEC): Remove cpp_sysv.
1710         (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
1711         Add SUBSUBTARGET_EXTRA_SPECS.
1712         (SUBSUBTARGET_EXTRA_SPECS): Define.
1713         * config/rs6000/biarch64.h: New file.
1714         * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
1715         New prototype.
1716         * config/rs6000/x-linux64: New file.
1717         * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
1718         multilibs.
1719         * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
1720         * config/rs6000/eabi-cn.asm: Likewise.
1721         * config/rs6000/tramp.asm: Likewise.
1722         * config/rs6000/sol-ci.asm: Likewise.
1723         * config/rs6000/sol-cn.asm: Likewise.
1724         * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
1725         (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
1726         * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
1727         _CALL_AIXDESC section.
1728         * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
1729         defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
1730         or default32.
1731
1732 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
1733
1734         * config.gcc: Revert accidentally committed ARM changes.
1735
1736 2003-06-04  Roger Sayle  <roger@eyesopen.com>
1737
1738         * builtins.c (dconstpi, dconste): New mathematical constants.
1739         (init_builtin_dconsts): New function to initialize dconstpi
1740         and dconste.
1741         (fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
1742         compile time with -ffast-math when x is an integer constant.
1743         Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
1744         atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
1745
1746 2003-06-04  Roger Sayle  <roger@eyesopen.com>
1747
1748         * calls.c (expand_call): Avoid calling pure or const functions
1749         when the result is ignored (or void) and none of the arguments
1750         are volatile.  Move warning diagnostic earlier in function.
1751
1752 2003-06-04  Andreas Jaeger  <aj@suse.de>
1753
1754         * system.h: Do not poison TDESC_SECTION_ASM_OP,
1755         RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
1756
1757 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1758
1759         * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
1760         optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
1761         handle %ll, optimize regular character case.
1762
1763 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1764
1765         * Makefile.in (cse.o): Add params.h dependency.
1766         * cse.c: Include params.h.
1767         (PATHLENGTH): Removed.
1768         (struct cse_basic_block_data): Make path array dynamic.
1769         (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
1770         of PATHLENGTH.
1771         (cse_main, cse_basic_block): Allocate path array.
1772         * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
1773
1774 Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
1775
1776         * i386.c (ix86_reorg): Replace the jump instead of adding nop.
1777         * i386.md (UNSPEC_REP): New constant.
1778         (return_internal_long): New pattern.
1779
1780 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1781
1782         PR optimization/11018
1783         * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
1784         consistently to decide whether the scratch register is really
1785         required.
1786
1787 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1788
1789         PR optimization/10876
1790         * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
1791         new 'O' constraint for constant 4096.
1792         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
1793         * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
1794         Do not transform into MINUS insn for constant 4096.
1795         (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
1796         for constant 4096 as third operand.
1797         (addsi3 expander): Remove.
1798         (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
1799         new alternative for constant 4096 as third operand.
1800         (subdi3 expander): Do not transform into PLUS insn for constant 4096.
1801         (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
1802         operand.
1803         (subsi3 expander): Remove.
1804         (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
1805         constant 4096 as third operand.
1806         * doc/md.texi (Machine Constraints): Document new 'O' constraint for
1807         the SPARC port.
1808
1809 2003-06-03  Chris Demetriou  <cgd@broadcom.com>
1810
1811         * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
1812
1813 2003-06-04  Andreas Jaeger  <aj@suse.de>
1814
1815         * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
1816
1817         * config/i386/i386.c (ix86_expand_prologue): Do not use
1818         SUBTARGET_PROLOGUE.
1819
1820         * system.h: Poision SUBTARGET_PROLOGUE.
1821
1822         * config/arm/arm-protos.h: Remove unused rdate_section prototype.
1823
1824         * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
1825         dependend code.
1826
1827         * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
1828
1829         * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
1830         INSN_CACHE_LINE_WIDTH.
1831
1832         * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
1833         (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
1834         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
1835
1836         * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
1837         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
1838
1839         * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
1840         (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
1841         (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
1842         (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
1843         (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
1844         (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
1845
1846         * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
1847         DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
1848         DBX_WORKING_DIRECTORY.
1849
1850         * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
1851         DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
1852
1853         * config/frv/frv-protos.h: Remove unused const_section
1854         declaration.
1855         * config/vax/vax-protos.h: Likewise.
1856
1857         * output.h: Remove CONST_SECTION_ASM_OP usage.
1858
1859         * system.h: Poison CONST_SECTION_ASM_OP.
1860
1861         * crtstuff.c (__do_global_dtors_aux): Remove usage of
1862         CRT_GET_RFIB_TEXT.
1863         (frame_dummy): Likewise.
1864         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
1865         * system.h: Poison CRT_GET_RFIB_TEXT.
1866
1867         * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
1868
1869         * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
1870         (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
1871         (recognized_function): Likewise.
1872         (read_scan_file): Likewise.
1873
1874 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1875
1876         * optabs.c (expand_binop): Optimize complex multiplication for
1877         the case of squaring a complex argument.
1878
1879 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1880
1881         * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
1882         non-volatile operands of binary operations.
1883         (prepare_cmp_insn): Likewise.
1884
1885 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1886
1887         * varasm.c (force_const_mem): Handle alignment of constants not
1888         representable as a type in the front-end language.
1889
1890 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
1891
1892         * flow.c (initialize_uninitialized_subregs): Use
1893         emit_move_insn instead of emitting a hardcoded move.
1894
1895 2003-06-03  Richard Henderson  <rth@redhat.com>
1896
1897         * optabs.c (expand_abs_nojump): Split out from ...
1898         (expand_abs): ... here.
1899         * optabs.h (expand_abs_nojump): Declare.
1900         * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
1901         * Makefile.in (ifcvt.o): Depend on optabs.h.
1902
1903 2003-06-03  Alan Modra  <amodra@bigpond.net.au>
1904
1905         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
1906
1907 2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
1908
1909         * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
1910         (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
1911         to yes.
1912         * configure.in: Allow default_use_cxa_atexit to determine the
1913         value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
1914         disabled.
1915         * configure: Regenerate.
1916
1917 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
1918
1919         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
1920         * doc/gcc.texi: Remove vms.texi section.
1921         * doc/vms.texi: Remove obsolete file.
1922
1923 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
1924
1925         * configure.in (inhibit_libc): Don't define when configuring
1926         with --with-newlib --with-headers.
1927         * configure: Regenerate.
1928
1929         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
1930
1931 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1932
1933         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
1934         IRIX 6 without GNU ld.
1935         * configure: Regenerate.
1936
1937 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1938
1939         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
1940         of a complex number rather than invoke mov_optab directly.
1941
1942 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
1943
1944         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
1945         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
1946
1947 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1948
1949         * config/i386/x86-64.h: Remove two target-independent comments;
1950          replace "GNU CC" with "GCC".
1951
1952 2003-06-03  Anthony Green  <green@redhat.com>
1953
1954         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
1955
1956 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1957
1958         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
1959         New builtins representing ISO C99's cabs, cabsf and cabsl.
1960         * builtins.c (expand_builtin_fabs): New function.
1961         (expand_builtin_cabs): New function.
1962         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
1963         using expand_builtin_fabs and expand_builtin_cabs respectively.
1964
1965         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
1966
1967 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
1968
1969         * function.c (assign_parms): Split complex arguments.
1970
1971         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
1972
1973         * expr.h (SPLIT_COMPLEX_ARGS): Define.
1974         (split_complex_types): Protoize.
1975         (split_complex_values): Protoize.
1976
1977         * calls.c (expand_call): Split complex arguments on architectures
1978         that require it.
1979         (split_complex_values): New.
1980         (split_complex_types): New.
1981
1982         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
1983         (rs6000_function_value): Handle complex values on AIX.
1984         (rs6000_complex_function_value): New.
1985
1986         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
1987
1988         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
1989         (SPLIT_COMPLEX_ARGS): New.
1990
1991 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
1992
1993         * configure.in (HAVE_LD_PIE): Check for ld -pie.
1994         * config.in: Rebuilt.
1995         * configure: Rebuilt.
1996         * toplev.c (flag_pie, flag_shlib): New variables.
1997         (f_options): Add -fpie and -fPIE.
1998         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
1999         Set flag_shlib if flag_pic and not -fpie/-fPIE.
2000         * flags.h (flag_pic, flag_shlib): Add.
2001         * varasm.c (default_binds_local_p): Use flag_shlib instead of
2002         flag_pic.
2003         * gcc.c (LINK_PIE_SPEC): Define.
2004         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
2005         (option_map): Add --pie -> -pie mapping.
2006         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
2007         and -fPIE the same way as -fPIC.
2008         * config/openbsd.h (ASM_SPEC): Likewise.
2009         * config/frv/frv.h (ASM_SPEC): Likewise.
2010         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
2011         * config/arm/semi.h (ASM_SPEC): Likewise.
2012         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
2013         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
2014         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
2015         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
2016         * config/m68k/linux.h (CPP_SPEC): Likewise.
2017         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
2018         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
2019         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
2020         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
2021         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
2022         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
2023         * config/netbsd-aout.h (ASM_SPEC): Likewise.
2024         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
2025         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
2026         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
2027         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
2028         * config/sparc/sparc.h (ASM_SPEC): Likewise.
2029         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
2030         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
2031         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
2032         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
2033         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
2034         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
2035         Simplify.
2036         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2037         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2038         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2039         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2040         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2041         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2042         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
2043         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
2044
2045 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
2046
2047         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
2048         != 0 handling.  Pass 0 to store_by_pieces.
2049         (expand_builtin_mempcpy): Add endp argument.  Don't call
2050         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
2051         directly.  If ignoring result, only do expand_call.
2052         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
2053         otherwise.
2054         (expand_builtin_strncpy, expand_builtin_memset): Adjust
2055         store_by_pices callers.
2056         (expand_builtin): Adjust expand_builtin_memcpy and
2057         expand_builtin_mempcpy callers.
2058         * expr.c (can_move_by_pieces): New function.
2059         (move_by_pieces): Add endp argument, return to resp. memory at end
2060         or one byte earlier depending on endp.
2061         (store_by_pieces): Likewise.
2062         (emit_block_move): Adjust call to move_by_pieces.
2063         (emit_push_insn): Adjust move_by_pieces caller.
2064         * expr.h (can_move_by_pieces): New prototype.
2065         (store_by_pieces): Adjust prototypes.
2066         * rtl.h (move_by_pieces): Adjust prototype.
2067         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
2068         caller.
2069
2070 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
2071
2072         * doc/md.texi (Processor pipeline description): Improve wording.
2073
2074 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
2075
2076         * c-opts.c (c_common_handle_option): New, pulled out of
2077         c_common_decode_option.  Substitute uses of argv.
2078         (c_common_decode_option): Broken into two.
2079
2080 2003-06-02  Roger Sayle  <roger@eyesopen.com>
2081             Zack Weinberg  <zack@codesourcery.com>
2082
2083         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
2084         test of TREE_CONSTANT_POOL_ADDRESS_P.
2085
2086 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2087
2088         * mips.c: Don't include output.h twice.
2089         * stormy16.c: Likewise.
2090         * xtensa.c: Likewise.
2091         * output.h: Protect against multiple inclusion.
2092
2093 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
2094
2095         * sh.h (OLD_ARG_MODE): New macro.
2096         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
2097         (FUNCTION_ARG_1): Break out of:
2098         (FUNCTION_ARG).  Use OLD_ARG_MODE.
2099
2100 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2101
2102         * gcc/config.gcc Add support multilib parts for m32rx processor.
2103
2104 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2105
2106         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
2107         (mostlyclean): Delete c-options.c and c-options.h.
2108
2109 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
2110
2111         * c-opts.c (CL_REJECT_NEGATIVE): New.
2112         (c_common_decode_option): Update to use it.
2113         * c.opt: Update documentation; use RejectNegative.
2114         * opts.sh: Handle RejectNegative.
2115
2116 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
2117
2118         * ggc-page.c (init_ggc): Give better diagnostics on failure to
2119         open /dev/zero.
2120         * toplev.c (crash_signal): Reset handling for received signal
2121         to SIG_DFL.
2122
2123 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
2124
2125         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
2126         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
2127         (arm_use_dfa_pipeline_interface): Implement.
2128         * config/arm/arm.md (arm): New automaton.
2129         (write_buf): Remove function units; new cpu unit.
2130         (write_blockage): Remove function units; new cpu unit.
2131         (core): Remove function units; new cpu unit.
2132         (r_mem_f_wbuf): New instruction reservation.
2133         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
2134         (store1_ldsched, store2, store3, store4): Likewise.
2135         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
2136         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
2137         (multi_cycle, single_cycle): Likewise.
2138         * config/arm/fpa.md (armfp): New automaton.
2139         (fpa): Remove function units; new cpu unit.
2140         (fpa_mem): Remove function unit; new cpu unit.
2141         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
2142         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
2143
2144 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2145
2146         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
2147         * c-format.c (enum format_type): Add asm_fprintf_format_type.
2148         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
2149         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
2150         (format_types_orig): Renamed from format_types.  Add new data.
2151         (format_types): Declare as pointer.
2152         (handle_format_attribute): Move later in file so we have all
2153         necessary declarations.  Add section to capture HOST_WIDE_INT.
2154         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
2155         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
2156
2157 2003-06-01  Andreas Jaeger  <aj@suse.de>
2158
2159         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
2160         ROUND_TYPE_SIZE_UNIT.
2161
2162         * stor-layout.c (finalize_record_size): Remove usages of
2163         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
2164         (finalize_type_size): Likewise.
2165         (layout_type): Likewise.
2166
2167         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
2168
2169         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
2170
2171         * config/d30v/d30v.h: Remove text copied from the manual.
2172
2173 2003-06-01  Roger Sayle  <roger@eyesopen.com>
2174             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2175             Geoffrey Keating  <geoffk@apple.com>
2176
2177         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
2178         constants as condition code values.
2179
2180 2003-06-01  DJ Delorie  <dj@redhat.com>
2181
2182         * cppmacro.c (warn_of_redefinition): Handle cases where the two
2183         definitions have different numbers of tokens.
2184
2185 2003-06-01  Andreas Jaeger  <aj@suse.de>
2186
2187         * gen-protos.c (main): Readd unused attribute for argc.
2188
2189 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
2190
2191         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
2192         * c.opt: End in blank line.
2193         * opts.sh: Take AWK from environment if available; use C locale.
2194
2195 2003-06-01  Andreas Schwab  <schwab@suse.de>
2196
2197         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
2198
2199 2003-06-01  Andreas Jaeger  <aj@suse.de>
2200
2201         * gen-protos.c (main): Revert patch to check for argument.
2202
2203 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
2204
2205         PR target/11044
2206         * config/i386/i386.md (length attribute): Set length to 4
2207         for instructions of type "fcmp".
2208
2209 2003-06-01  Andreas Jaeger  <aj@suse.de>
2210
2211         * toplev.c: Use ISO C90 prototypes.
2212
2213         * toplev.h: Use ISO C90 prototypes.
2214
2215         * genrecog.c: Use ISO C90 prototypes.
2216         (nodes_identical): Correct declaration to match prototype.
2217         (maybe_both_true): Likewise.
2218         (merge_trees): Likewise.
2219
2220         * genpeep.c (gen_peephole): Remove #if 0 code.
2221         Use ISO C90 prototypes.
2222
2223         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
2224         Remove #if 0'ed function simplify_by_alternatives.
2225         (optimize_attrs): Remove #if 0'ed code.
2226         Remove ^L.
2227         Use ISO C90 prototypes.
2228         (make_canonical): Remove #if 0'ed code.
2229         (convert_const_symbol_ref): Remove #if 0'ed function.
2230
2231         * gen-protos.c (main): Check for argument.
2232
2233         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
2234
2235         * params.h: Use ISO C90 prototypes.
2236         * params.c: Likewise.
2237         * intl.c: Likewise.
2238         * intl.h: Likewise.
2239         * lists.c: Likewise.
2240         * errors.c: Likewise.
2241         * errors.h: Likewise.
2242         * gencodes.c: Likewise.
2243         * genpreds.c: Likewise.
2244         * genattr.c: Likewise.
2245         * gen-protos.c: Likewise.
2246         * genflags.c: Likewise
2247         * genconditions.c: Likewise.
2248         * genautomata.c: Likewise.
2249         * gencheck.c: Likewise.
2250         * genconfig.c: Likewise.
2251         * genconstants.c: Likewise.
2252         * genemit.c: Likewise.
2253         * genextract.c: Likewise.
2254         * gengenrtl.c: Likewise.
2255         * gengtype.c: Likewise.
2256         * gengtype.h: Likewise.
2257         * genopinit.c: Likewise.
2258         * genoutput.c: Likewise.
2259         * gensupport.c: Likewise.
2260         * gensupport.h: Likewise.
2261
2262         * sdbout.h: Use ISO C90 prototypes.
2263
2264         * sdbout.c (CONTIN): Removed empty macro.
2265         (sdbout_one_type): Remove CONTIN usages.
2266         Remove ^Ls.
2267         (tag_of_ru_type): Remove #if 0'ed function.
2268         (sdbout_symbol): Remove #if 0'ed code.
2269         (sdbout_one_type): Remove a #if 1.
2270         (sdbout_one_type): Remove #if 0'ed code.
2271         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
2272         Remove PARAMS, use ISO C90 prototypes for all functions.
2273
2274 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
2275
2276         * rtl.def (CONST_DOUBLE): Update comment.
2277
2278 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
2279
2280         * opts.sh: Remove path from sort.
2281
2282 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
2283
2284         PR/9680
2285         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
2286         TARGET_SPE for SPE_VECTOR_MODE.
2287
2288 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
2289
2290         * toplev.c (botch): Remove.
2291         (do_abort): Remove.
2292         (set_Wunused): Comment.
2293         (set_Wextra): Comment.
2294         Remove ^L's.
2295         (rest_of_compilation): Factor out common code into functions.
2296         (rest_of_handle_inlining): New.
2297         (rest_of_handle_ssa): New.
2298         (rest_of_handle_cse): New.
2299         (rest_of_handle_gcse): New.
2300         (rest_of_handle_loop_optimize): New.
2301         (rest_of_handle_jump_bypass): New.
2302         (rest_of_handle_sibling_calls): New.
2303         (rest_of_handle_null_pointer): New.
2304         (rest_of_handle_addresof): New.
2305         (rest_of_handle_flow): New.
2306         (rest_of_handle_branch_prob): New.
2307         (rest_of_handle_if_conversion): New.
2308         (rest_of_handle_tracer): New.
2309         (rest_of_handle_loop2): New.
2310         (rest_of_handle_cse2): New.
2311         (rest_of_handle_life): New.
2312         (rest_of_handle_combine): New.
2313         (rest_of_handle_if_after_combine): New.
2314         (rest_of_handle_regmove): New.
2315         (rest_of_handle_sched): New.
2316         (rest_of_handle_old_regalloc): New.
2317         (rest_of_handle_new_regalloc): New.
2318         (rest_of_handle_regrename): New.
2319         (rest_of_handle_reorder_blocks): New.
2320         (rest_of_handle_sched2): New.
2321         (rest_of_handle_new_regalloc): New.
2322         (rest_of_handle_old_regalloc): New.
2323         (rest_of_handle_regrename): New.
2324         (rest_of_handle_reorder_blocks): New.
2325         (rest_of_handle_stack_regs): New.
2326         (rest_of_handle_machine_reorg): New.
2327         (rest_of_handle_delay_slots): New.
2328         (rest_of_handle_final): New.
2329
2330         * toplev.h (botch): Remove prototype.
2331         (do_abort): Same.
2332
2333 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
2334
2335         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
2336         * c-opts.c: Include c-options.h and c-options.c.
2337         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
2338         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
2339         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
2340         OPT, opt_comp): Remove.
2341         (missing_arg, c_common_init_options, c_common_decode_option,
2342         write_langs): Update for macro redefinitions and enumeration
2343         name changes.
2344         * c.opt, opts.sh: New files.
2345         * doc/passes.texi: Update.
2346
2347 2003-05-31  Andreas Jaeger  <aj@suse.de>
2348
2349         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
2350         usage.
2351
2352         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
2353
2354         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
2355
2356         * system.h: Poison ALLOCATE_TRAMPOLINE.
2357
2358         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
2359         * system.h: Poison HANDLE_PRAGMA.
2360
2361 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
2362
2363         * doc/invoke.texi: Update dump file names.
2364
2365 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2366
2367         * c-format.c (format_length_info, format_char_info,
2368         format_flag_spec, format_flag_pair, format_kind_info):
2369         De-const-ify structure members.
2370
2371 2003-05-31  Roger Sayle  <roger@eyesopen.com>
2372
2373         * flags.h (flag_wrapv): New flag controlling overflow semantics.
2374         * toplev.c (flag_wrapv): Declare the variable with default false.
2375         (lang_independent_options): New option "-fwrapv" to set the above.
2376
2377         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
2378         as x, when signed arithmetic overflow wraps around.
2379         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
2380         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
2381         overflow when flag_wrapv is true.
2382
2383         * doc/invoke.texi: Document new -fwrapv command line option.
2384         * doc/c-tree.texi: Mention that the overflow semantics of
2385         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
2386         upon both flag_wrapv and flag_trapv.
2387
2388 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
2389
2390         * doc/install.texi (mips-sgi-irix5): Add missing
2391         HTML <hr> marker.
2392
2393 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
2394
2395         * doc/md.texi (Machine Constraints): Document
2396         missing SPARC constraints.
2397
2398 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
2399
2400         * doc/md.texi (Automaton pipeline description): Use
2401         "type" instead of "cpu" as the attribute in the examples.
2402
2403 2003-05-30  Stan Shebs  <shebs@apple.com>
2404
2405         * system.h: Poison OBJC_PROLOGUE.
2406
2407 2003-05-30  Roger Sayle  <roger@eyesopen.com>
2408
2409         * emit-rtl.c (gen_complex_constant_part): New function for getting
2410         the constant real or imaginary part of a complex constant.
2411         (gen_realpart): Use it.
2412         (gen_imagpart): Likewise.
2413
2414 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
2415
2416         * doc/invoke.texi: Fix typos.
2417         * doc/rtl.texi: Likewise.
2418
2419 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
2420
2421         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
2422         mode.
2423         * config/h8300/crtn.asm: Likewise.
2424         * config/h8300/lib1funcs.asm: Likewise.
2425         * config/h8300/h8300.c (asm_file_start): Likewise.
2426         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
2427         h8300snelf emulations for normal mode.
2428         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
2429         emulations for normal mode.
2430
2431 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
2432
2433         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
2434         true if TARGET_NORMAL_MODE.
2435
2436 2003-05-30  Roger Sayle  <roger@eyesopen.com>
2437
2438         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
2439         making a substitution.
2440         (dead_libcall_p): If directly replacing a libcall with a
2441         constant value produces an invalid instruction, also try forcing
2442         the constant into the constant pool.
2443         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
2444         obvious that the source is a constant.
2445         (compress_float_constant): Use set_unique_reg_note to place
2446         REG_EQUAL notes on instructions.
2447
2448 2003-05-30  Eric Christopher  <echristo@redhat.com>
2449
2450         * config/mips/mips.c (extern_list): Add GTY marker.
2451         (extern_head): Separate out definition. Add marker.
2452         (mips_output_external): Use ggc_alloc for extern_list
2453         allocation.
2454         (mips_output_external_libcall): Ditto.
2455
2456 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
2457
2458         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
2459         later.
2460
2461 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2462
2463         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
2464         warnings.
2465         (PRINT_OPERAND): Likewise.
2466
2467 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2468
2469         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
2470         -mdebug/-no-mdebug switches ...
2471         (MDEBUG_ASM_SPEC): ... here.
2472         Use only with gas.
2473         (EXTRA_SPECS): Initialize mdebug_asm_spec.
2474
2475 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
2476
2477         * gthr-gnat.c: Remove #undef UNUSED.
2478         (__gnat_default_lock, __gnat_default_unlock): Prototype.
2479         (__gnat_task_lock, __gnat_task_unlock): Make declarations
2480         prototypes.
2481         (__gnat_install_locks): Convert declaration to ISO C90, make
2482         parameter declarations prototypes, and remove blank line.
2483         * gthr-gnat.h (__gnat_install_locks): Make parameter
2484         declarations prototypes.
2485
2486 2003-05-29  Jason Merrill  <jason@redhat.com>
2487
2488         * Makefile.in (unstrap): Remove stage_last after make unstage1.
2489
2490 2003-05-29  Roger Sayle  <roger@eyesopen.com>
2491
2492         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
2493
2494 2003-05-29  Roger Sayle  <roger@eyesopen.com>
2495             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
2496
2497         PR bootstrap/10169
2498         * mips-tfile.c (main): Use getopt_long instead of getopt.
2499         Add new command line option --version to display version.
2500         Treat --verbose like -v to report a single line version.
2501         (options): New global variable for getopt_long.
2502         * mips-tdump.c (main): Use getopt_long instead of getopt.
2503         New command line options -v, --version and -verbose to display
2504         the program version number (to match mips-tfile's behavior).
2505         (options): New global variable for getopt_long.
2506
2507         * gcov.c (options): Zero-terminate getopt_long array.
2508         * gcov-dump.c (options): Likewise.
2509
2510         * Makefile.in (mips-tdump.o): Add dependency on version.h.
2511
2512 2003-05-29  Stan Shebs  <shebs@apple.com>
2513
2514         Remove OBJC_PROLOGUE everywhere.
2515         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
2516         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
2517         * config/d30v/d30v.h: Similarly.
2518         * config/ip2k/ip2k.h: Similarly.
2519         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
2520
2521 2003-05-29  Roger Sayle  <roger@eyesopen.com>
2522
2523         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
2524         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
2525         (expand_unreachable_stmt): Expand unreachable while statements
2526         using genrtl_do_stmt_1.
2527
2528 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
2529
2530         * config/mips/mips-protos.h (mips_output_load_label): Declare.
2531         * config/mips/mips.c (mips_output_load_label): New function.
2532         (mips_output_conditional_branch): Use it.
2533         * config/mips/mips.md (jump): And here.
2534
2535 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
2536
2537         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
2538         (xtensa_split_operand_pair): New proto.
2539         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
2540         (smalloffset_double_mem_p): Delete.
2541         (gen_float_relational, printx, print_operand, xtensa_va_arg):
2542         Fix whitespace.
2543         (xtensa_split_operand_pair): New.
2544         (xtensa_dbx_register_number): Fix formatting.
2545         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
2546         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
2547         instead of splitting them into single-word moves.  Remove unnecessary
2548         checks for reload_in_progress and reload_completed.
2549         (movdi_internal, movdf_internal): Change to post-reload split patterns.
2550         Add constraints to allow constant operands.
2551         (movsf_internal): Allow CONST_INT operands.
2552
2553 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
2554
2555         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
2556         fragment i386/x-mingw32.
2557         * config/i386/x-mingw32: New file. Make local_includedir
2558         relative to EXEC_PREFIX.
2559
2560 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
2561
2562         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
2563         (MD_STARTFILE_PREFIX): Define.
2564
2565 2003-05-27  Denis Chertykov  <denisc@overta.ru>
2566
2567         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
2568         VOIDmode.
2569         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
2570         call of cselib_invalidate_regno.
2571
2572 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
2573
2574         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
2575         -lthread to -lpthread.
2576
2577 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2578             Bruce Korb  <bkorb@gnu.org>
2579             Arno Klaassen  <arno@heho.snv.jussieu.fr>
2580
2581         * fixinc/inclhack.def: Add missing declaration of getpagesize()
2582         to unistd.h on Solaris 2.5.1.
2583         Fix prototype of recv() and send() in sys/socket.h on
2584         Solaris 2.5.1 and 2.6.
2585         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
2586         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
2587         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
2588         * fixinc/fixincl.x: Regenerate.
2589
2590 2003-05-27  Jason Merrill  <jason@redhat.com>
2591
2592         * tree.c (expr_first, expr_length): New fns.
2593         * tree.h: Declare them.
2594
2595         * tree.c (iterative_hash_expr): Hash commutative expressions
2596         consistently.
2597
2598 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2599
2600         * tree.h (contains_placeholder_p): Now returns bool.
2601         (CONTAINS_PLACEHOLDER_P): New macro.
2602         (type_contains_placeholder_p): New function.
2603         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
2604         (contains_placeholder_p): Now returns bool.
2605         Rework to use CONTAINS_PLACEHOLDER_P macro.
2606         (type_contains_placeholder_p): New function.
2607         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
2608         type_contains_placeholder_p.
2609         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
2610         Use CONTAINS_PLACEHOLDER_P macro.
2611         * builtins.c (fold_builtin): Likewise.
2612         * calls.c (initialize_argument_information): Likewise.
2613         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
2614         * explow.c (expr_size): Likewise.
2615         * expr.c (store_constructor, get_inner_reference): Likewise.
2616         * function.c (assign_parms): Likewise.
2617         * stor-layout.c (variable_size): Likewise.
2618
2619 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
2620
2621         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
2622         attribute.
2623
2624 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2625
2626         * doc/contrib.texi (Contributors): Update Kean Johnston.
2627
2628 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
2629
2630         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
2631
2632 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
2633
2634         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
2635         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
2636         Replace "GNU CC" with "GCC".
2637
2638 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
2639
2640         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
2641         intermediate computation.
2642
2643 2003-05-23  Eric Christopher  <echristo@redhat.com>
2644
2645         * config/mips/mips.md (clzsi, clzdi): New patterns.
2646
2647 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
2648
2649         * gcc.c (default_compilers): Use -o to specify preprocessor's output
2650         file.  Make -no-integrated-cpp work when building PCH files.
2651         * objc/lang-specs.h: Likewise.
2652
2653 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
2654
2655         * fixinc/Makefile.in: Correct description.
2656         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
2657         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
2658         fixinc/genfixes: Replace "GNU CC" with "GCC".
2659
2660 2003-05-23  Roger Sayle  <roger@eyesopen.com>
2661
2662         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
2663         builtin functions (and their __builtin_* variants).
2664         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
2665         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
2666         optimizing.
2667
2668         * doc/extend.texi: Document new tan and atan builtins, and
2669         their float and long double variants.
2670
2671 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
2672
2673         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
2674         __sparcv9 in the TARGET_ARCH64 case.
2675
2676 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
2677
2678         * i386.c (ix86_reorg): Calls are also jumps.
2679
2680 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
2681
2682         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
2683         note containing an EXPR_LIST, process all the arguments.
2684
2685 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
2686                                Andreas Jaeger  <aj@suse.de>
2687
2688         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
2689         do not use assertion.
2690
2691 2003-05-23  Mike Stump  <mrs@apple.com>
2692
2693         * tlink.c (scan_linker_output): Add support for darwin linker, as it
2694         emits unresolved symbols one per line, consuming the entire line.
2695
2696 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
2697             Zack Weinberg <zack@codesourcery.com>
2698
2699         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
2700         * config/m68k/m68k.c (m68k_output_function_prologue):
2701         Remove code under #if NEED_PROBE.
2702         * config/m68k/m68k.h: Don't define NEED_PROBE.
2703         * config/m68k/m68k.md: Remove "probe" insn.
2704         * doc/md.texi: Remove documentation of "probe" pattern.
2705
2706 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
2707
2708         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
2709
2710 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2711
2712         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
2713         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
2714
2715 2003-05-22  Roger Sayle  <roger@eyesopen.com>
2716
2717         * real.c (real_maxval): New function to return the largest finite
2718         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
2719         * real.h (real_maxval): Prototype here.
2720         * fold-const.c (fold_inf_compare): Transform comparisons against
2721         +-Infinity into comparisons against DBL_MAX (or equivalent).
2722
2723 2003-05-22  Mike Stump  <mrs@apple.com>
2724
2725         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
2726         default.
2727
2728 2003-05-22  DJ Delorie  <dj@redhat.com>
2729
2730         * calls.c (expand_call): If the arg block is going to grow
2731         downward, we need argblock to point to the top of the block,
2732         not the bottom.
2733
2734 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2735
2736         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
2737
2738         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
2739         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
2740
2741 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2742
2743         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
2744         * m68k.c: Likewise.
2745         * m68k.h: Likewise.
2746
2747 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
2748
2749         PR other/2873
2750         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
2751         expressions to prevent triggering on recent curses.h,
2752         linux/nls.h, or X11/Xlib.h.
2753         (stdio_va_list): Add _G_va_list to bypass pattern.
2754         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
2755         * fixinc/fixincl.x: Regenerate.
2756
2757 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
2758
2759         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
2760         switches when --target-help option is specified.
2761
2762 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2763
2764         PR bootstrap/10805
2765         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
2766         failure with Sun assembler 5.0 Alpha 03/27/98.
2767
2768 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
2769
2770         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
2771         to match system compiler convention.
2772
2773 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2774
2775         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
2776         value, not just if defined.
2777         Update copyright year.
2778
2779 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2780
2781         PR target/6428
2782         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
2783         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
2784         option is used without `-static'.
2785         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
2786         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
2787
2788 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
2789
2790         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
2791         TARGET_SERIALIZE_VOLATILE): Delete.
2792         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
2793         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
2794         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
2795         "-mno-serialize-volatile".
2796         * config/xtensa/xtensa.c (print_operand): Remove checks of
2797         TARGET_SERIALIZE_VOLATILE.
2798         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
2799         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
2800         "-mserialize-volatile" and "-mno-serialize-volatile" options.
2801
2802 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
2803
2804         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
2805         (nested_function): Likewise.
2806         (notype_nested_function): Likewise.
2807
2808 2003-05-21  Nick Clifton  <nickc@redhat.com>
2809
2810         * config/stormy16/stormy-abi: Update overflow type for
2811         R_XSTORMY16_16 reloc.
2812
2813 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
2814
2815         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
2816         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
2817         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
2818         * print-tree.c (print_node): Remove ambient-boundedness.
2819         * tree.h (tree_common): Remove bounded_flag.
2820         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
2821         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
2822         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
2823         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
2824         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
2825         Remove.
2826         (TYPE_QUALS): Remove BOUNDED.
2827         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
2828         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
2829         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
2830         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
2831         VA_LIST_POINTER_DEPTH): Remove.
2832         (struct tree_type): Remove pointer_depth.
2833
2834 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2835
2836         * c-pretty-print.c (pp_c_integer_literal): Use
2837         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
2838
2839 2003-05-20  Roger Sayle  <roger@eyesopen.com>
2840             Kazu Hirata  <kazu@cs.umass.edu>
2841             Joern Rennecke  <joern.rennecke@superh.com>
2842
2843         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
2844         setcc and jump, if they exist.  If substituted instruction
2845         fails to validate, store current effort in a REG_EQUAL note.
2846         (cprop_insn): Don't attempt further substitutions if the
2847         current instruction has been deleted.
2848         (local_cprop_pass): Likewise.
2849
2850         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
2851         one is attached to the jump instruction.
2852         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
2853
2854 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
2855
2856         PR c++/9738
2857         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
2858         even if not first.
2859
2860 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2861
2862         * genautomata.c (output_description, output_automaton_units,
2863         output_state_arcs): Add missing specifiers.
2864
2865 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
2866
2867         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
2868         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
2869         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
2870         (nsau): Rename to do_nsau.  Provide alternate version for use when
2871         the NSAU instruction is available.
2872         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
2873         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
2874         * config/xtensa/xtensa-config.h: Update comments to match binutils.
2875         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
2876         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
2877         (TARGET_ABS, TARGET_ADDX): Define.
2878         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
2879         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
2880         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
2881         *subx8): Set predicate condition to TARGET_ADDX.
2882         (abssi2): Set predicate condition to TARGET_ABS.
2883         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
2884         "-maddx", and "-mno-addx" options.
2885         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
2886
2887 2003-05-20  Kevin Ryde <user42@zip.com.au>
2888             Wolfgang Bangerth <bangerth@dealii.org>
2889
2890         PR/10355
2891         * doc/extend.texi: Put a warning into the documentation
2892         of attribute regparm.
2893
2894 2003-05-20  Jason Merrill  <jason@redhat.com>
2895
2896         * tree.c (expr_last): New fn.
2897         * tree.h: Declare it.
2898         * objc/objc-act (expr_last): Rename to objc_expr_last.
2899
2900 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
2901
2902         * sh.c (sh_register_move_cost): Add clase for moving between
2903         FP registers and MAC registers.
2904
2905 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
2906
2907         * pa/milli64.S ($$mulI): Fix typo.
2908
2909 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
2910
2911         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
2912         (nonlocal_set_p): Remove initial blank line.
2913         * dwarf2out.c (simple_type_size_in_bits): Likewise.
2914         * et-forest.c (et_forest_create): Likewise.
2915         * explow.c (stabilize): Likewise.
2916         * fix-header.c (write_lbrac): Likewise.
2917         * graph.c (start_fct, node_data): Likewise.
2918         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
2919         * rtlanal.c (global_reg_mentioned_p): Likewise.
2920         * tree.c (bit_position): Likewise.
2921
2922 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
2923
2924         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
2925         -lthread to -lpthread.
2926
2927 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
2928
2929         * c-opts.c (c_common_decode_option): Don't accept dollars
2930         as identifier characters in assembly.
2931         * doc/cpp.texi: Document this.
2932
2933 2003-05-19  Seth Arnold  <sarnold@wirex.com>
2934             Aldy Hernandez  <aldyh@redhat.com>
2935
2936         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
2937         vrsave_size twice.
2938
2939 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
2940
2941         * doc/tm.texi (function_arg): Fix typo.
2942
2943 2003-05-19  Matt Austern  <austern@apple.com>
2944
2945         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
2946         * c-common.h (warn_invalid_offsetof): Declare.
2947         * c-common.c (warn_invalid_offsetof): Define.
2948         * doc/invoke.texi: Document -Winvalid-offsetof.
2949         * testsuite/g++.dg/other/offsetof3.C: New.
2950         * testsuite/g++.dg/other/offsetof4.C: New.
2951
2952 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
2953             David Edelsohn  <edelsohn@gnu.org>
2954
2955         * config/rs6000/rs6000.c (rs6000_alignment_string,
2956         rs6000_alignment_flags): New variables.
2957         (rs6000_parse_alignment_option): New function.
2958         (rs6000_override_options): Call it.
2959         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
2960         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
2961         macros.
2962         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
2963         natural alignment if TARGET_NATURAL_ALIGNMENT
2964         (ROUND_TYPE_ALIGN): Always use default record alignment if
2965         TAGET_NATURAL_ALIGNMENT.
2966         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
2967         (ROUND_TYPE_ALIGN): Same.
2968         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
2969         (ROUND_TYPE_ALIGN): Same.
2970         * doc/invoke.texi (Option Summary, PowerPC Options): Document
2971         new options.
2972
2973 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
2974
2975         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
2976         of a function using ASMSPEC, prepend a star.
2977
2978 2003-05-19  Jason Merrill  <jason@redhat.com>
2979
2980         * tree-inline.c (copy_body_r): Avoid generating &* during inline
2981         substitution.
2982
2983 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
2984
2985         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
2986         not mark assignments to the hard frame pointer as being stack
2987         frame related.
2988         (xstormy16_expand_epilogue): Mark adjustments to the stack
2989         pointer as being stack frame related.
2990
2991 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
2992
2993         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
2994         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
2995         (PREDICATE_CODES): Add hilo_operand.
2996         * config/mips/mips.c (hilo_operand): New predicate.
2997         (mips_adjust_insn_length): Account for the number nops that might
2998         be needed to avoid hardware hazards.
2999         * config/mips/mips.md (dslot): Remove attribute.
3000         (hazard): New attribute.
3001         (can_delay): Use it.  Check for calls, branches & jumps.
3002         (muldi3): Use the standard dmult pattern for mips16 code.
3003         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
3004
3005 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
3006
3007         * config/mips/mips-protos.h (final_prescan_insn,
3008         mips_count_memory_refs, mips_fill_delay_slot): Remove.
3009         * config/mips/mips.h (delay_type, dslots_load_total,
3010         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
3011         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
3012         mips_load_reg3, mips_load_reg4): Remove.
3013         (MASK_STATS): Remove.
3014         (MASK_EXPLICIT_RELOCS): Reuse its value.
3015         (TARGET_STATS): Remove.
3016         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
3017         Warn that -mstats is now ignored.
3018         (FINAL_PRESCAN_INSN): Undefine.
3019         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
3020         (ASM_OUTPUT_REG_POP): Likewise.
3021         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
3022         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
3023         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
3024         mips_fill_delay_slot, mips_count_memory_refs,
3025         final_prescan_insn): Remove.
3026         (output_block_move): Remove calls to mips_count_memory_refs.
3027         (print_operand): Remove printing of #nop for TARGET_STATS.
3028         (mips_output_function_epilogue): Remove TARGET_STATS code.
3029         Reorganize setting of fnnmae.
3030         * config/mips/mips.md: Remove handling of dslot statistics
3031         throughout file.  Change all fcmp patterns into normal asm
3032         templates, removing calls to mips_fill_delay_slot.
3033         * doc/invoke.texi: Remove documentation of -mstats.
3034
3035 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
3036
3037         * config/mips/mips.c (mips_class_max_nregs): Return the number of
3038         words in the mode.
3039
3040 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
3041
3042         * config/mips/mips.c (override_options): Disable explicit
3043         relocs for old ABIs unless using gas.
3044
3045 2003-05-18  Eric Christopher  <echristo@redhat.com>
3046
3047         * config/mips/mips.h: Remove definition of g_switch_value.
3048
3049 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
3050
3051         * flags.h (g_switch_value): Change to an unsigned
3052         HOST_WIDE_INT.
3053         * toplev.c (g_switch_value): Likewise.
3054
3055         * config/alpha/alpha.c (small_symbolic_operand): Remove
3056         g_switch_value cast.
3057         (alpha_in_small_data_p): Cast size to an unsigned
3058         HOST_WIDE_INT.
3059
3060         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
3061         unsigned HOST_WIDE_INT.
3062         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
3063         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
3064
3065         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
3066         unsigned HOST_WIDE_INT.
3067         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
3068         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
3069         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
3070
3071         * config/rs6000/rs6000.c (rs6000_file_start): Use
3072         HOST_WIDE_INT_PRINT_UNSIGNED.
3073         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
3074         (rs6000_elf_in_small_data_p): Cast size to unsigned
3075         HOST_WIDE_INT.
3076         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
3077         Remove.
3078         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
3079         g_switch_set.
3080         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
3081         g_switch_value cast.
3082
3083 2003-05-18  Roger Sayle  <roger@eyesopen.com>
3084             Zack Weinberg  <zack@codesourcery.com>
3085
3086         PR middle-end/10472
3087         * builtins.c (expand_builtin_memcpy):  Call force_operand on
3088         expressions and use simplify_gen_binary to create the addition.
3089
3090 2003-05-18  Andreas Schwab  <schwab@suse.de>
3091
3092         * config/m68k/m68k.md: Use define_constants for unspec numbers.
3093
3094 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
3095
3096         * config/sparc/sparc.h: Define sparc for now.
3097 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
3098
3099         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
3100
3101         * config/stormy16/stormy16.h: Remove about 3000 lines of
3102         target-independent comments.  Update copyright notice.
3103
3104         * doc/collect2.texi: GNU CC -> GCC.
3105         * doc/headerdirs.texi: GNU CC -> GCC.
3106
3107 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
3108
3109         * hashtable.h (struct ht_identifier): Add data member "hash_value".
3110         * hashtable.c (ht_lookup): Use it when searching, remember.
3111         (ht_expand): Do not recompute.
3112         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
3113
3114 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
3115
3116         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
3117
3118 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
3119
3120         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
3121         Default here.
3122         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
3123         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
3124         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
3125         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
3126         config/arm/linux-elf.h, config/arm/rtems-elf.h,
3127         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
3128         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
3129         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
3130         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
3131         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
3132         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
3133         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
3134         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
3135         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
3136         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
3137         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
3138         Don't define __ELF__.
3139         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
3140         Define __ELF__.
3141         * doc/cpp.texi: Document __ELF__.
3142         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
3143
3144 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3145
3146         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
3147         always use stdarg.
3148         * c-errors.c (pedwarn_c99): Likewise.
3149         * c-format.c (status_warning): Likewise.
3150         * c-semantics.c (build_stmt): Likewise.
3151         * calls.c (emit_library_call, emit_library_call_value): Likewise.
3152         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
3153         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
3154         * diagnostic.c (build_message_string, output_printf,
3155         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
3156         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
3157         error_with_decl, fnotice): Likewise.
3158         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
3159         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
3160         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
3161         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
3162         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
3163         dw2_asm_output_encoded_addr_rtx): Likewise.
3164         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
3165         * errors.c (warning, error, fatal, internal_error): Likewise.
3166         * final.c (output_operand_lossage, asm_fprintf): Likewise.
3167         * fix-header.c (fatal): Likewise.
3168         * gcc.c (fatal, error, notice): Likewise.
3169         * gcov.c (fnotice): Likewise.
3170         * genattrtab.c (attr_rtx, attr_printf): Likewise.
3171         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
3172         * gensupport.c (message_with_line): Likewise.
3173         * mips-tfile.c (fatal, error): Likewise.
3174         * protoize.c (notice): Likewise.
3175         * ra-debug.c (ra_debug_msg): Likewise.
3176         * read-rtl.c (fatal_with_file_and_line): Likewise.
3177         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
3178         * tree.c (build, build_nt, build_function_type_list): Likewise.
3179
3180 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
3181
3182         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
3183         * gcc.c (cpp_predefines): Remove.
3184         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
3185         (static_specs): Remove predefines.
3186         * system.h: Poison CPP_PREDEFINES.
3187         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
3188         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
3189
3190 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
3191
3192         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
3193         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
3194         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
3195         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
3196
3197 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
3198
3199         PR c/9209
3200         * c-common.c, c-common.h (dollars_in_ident): Remove.
3201         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
3202         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
3203         * cpphash.h (warned_dollar): Rename warn_dollars.
3204         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
3205         Permit dollars regardless of -std=.
3206         (post_options): Set warn_dollars.
3207         * cpplex.c (forms_identifier_p): Use warn_dollars.
3208         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
3209         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
3210         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
3211         Update documentation.
3212
3213 2003-05-17  Andreas Schwab  <schwab@suse.de>
3214
3215         * config/m68k/m68k.c (m68k_output_function_prologue): Use
3216         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
3217         formatting a HOST_WIDE_INT.
3218         (m68k_output_function_epilogue): Likewise.
3219
3220 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
3221
3222         * doc/install.texi: Remove information about desupported targets.
3223
3224 2003-05-17  Andreas Schwab  <schwab@suse.de>
3225
3226         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
3227         * config/m68k/linux.h: Likewise.
3228         * config/m68k/m68k-none.h: Likewise.
3229         * config/m68k/netbsd-elf.h: Likewise.
3230         * config/m68k/sgs.h: Likewise.
3231         * config/m68k/m68k.h: Likewise.
3232         * config/m68k/m68k.md: Likewise.
3233         * config/m68k/m68k.c: Likewise.
3234         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
3235         constraints.
3236         * doc/invoke.texi (Option Summary): Remove -mfpa.
3237         (M680x0 Options): Likewise.
3238
3239 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
3240
3241         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
3242
3243 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
3244
3245         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
3246         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
3247         config/sparc/rtemself.h, config/sparc/sol2-64.h,
3248         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
3249         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
3250
3251 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
3252
3253         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
3254         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
3255
3256 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
3257
3258         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
3259         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
3260         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
3261         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
3262         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
3263         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
3264         sparc/sysv4.h,
3265         * sparc/sysv4-only.h: New.
3266
3267 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
3268
3269         * function.c (assign_parms): Check for zero size args.
3270
3271 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3272
3273         * cfgloopanal.c (test_for_iteration): Use string concatentation on
3274         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
3275         function calls into one.
3276         * dbxout.c (dbxout_symbol): Likewise.
3277         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
3278         * dwarf2asm.c (dw2_asm_output_data_uleb128,
3279         dw2_asm_output_data_sleb128): Likewise.
3280         * genrecog.c (debug_decision_2): Likewise.
3281         * loop.c (emit_prefetch_instructions): Likewise.
3282         * print-rtl.c (print_rtx): Likewise.
3283         * print-tree.c (print_node_brief, print_node): Likewise.
3284         * ra-debug.c (dump_igraph, dump_graph_cost,
3285         dump_static_insn_cost): Likewise.
3286         * ra-rewrite.c (dump_cost): Likewise.
3287         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
3288         * sreal.c (dump_sreal): Likewise.
3289         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
3290         * varasm.c (assemble_vtable_entry): Likewise.
3291
3292         * avr.c (avr_output_function_prologue,
3293         avr_output_function_epilogue, print_operand): Fix format specifier
3294         warnings.
3295         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
3296         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
3297
3298 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
3299
3300         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
3301         and ! TARGET_STRING cases.
3302
3303         * doc/cppopts.texi (-undef): Fix texinfo warning.
3304
3305         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
3306         * cppfiles.c (validate_pch): When -H is used, print some information
3307         about PCH files found.
3308
3309 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3310
3311         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
3312         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
3313         * config/mips/t-sr71k: Likewise.
3314
3315 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3316
3317         * arc.c (arc_output_function_prologue,
3318         arc_output_function_epilogue): Fix format specifier warnings.
3319         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
3320
3321         * v850.c (print_operand): Fix format specifier warnings.
3322
3323         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
3324         specifier warnings.
3325
3326         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
3327         format specifier warnings.
3328
3329         * ip2k.c (function_prologue, function_epilogue, print_operand):
3330         Fix format specifier warnings.
3331         * ip2k.md: Likewise.
3332
3333         * i960.c (i960_output_function_prologue, i960_print_operand,
3334         i960_print_operand_addr): Fix format specifier warnings.
3335
3336         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
3337         (i370_output_function_prologue): Fix format specifier warnings.
3338         * i370.h (PRINT_OPERAND): Likewise.
3339
3340         * fr30.c (fr30_print_operand): Fix format specifier warnings.
3341
3342         * dsp16xx.c (print_operand_address): Fix format specifier warning.
3343         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
3344
3345         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
3346         specifier warnings.
3347
3348         * alpha.c (print_operand_address, alpha_start_function,
3349         unicosmk_output_ssib): Use string concatentation on
3350         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
3351         function calls into one.
3352         * arm.c (arm_print_operand): Likewise.
3353         * cris.c (cris_asm_output_mi_thunk): Likewise.
3354         * frv.c (frv_asm_output_mi_thunk): Likewise.
3355         * ia64.c (ia64_print_operand, process_set): Likewise.
3356         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
3357         Likewise.
3358         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
3359         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
3360         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
3361         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
3362         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
3363         * s390.c (s390_assemble_integer): Likewise.
3364         * sparc.c (sparc_flat_function_prologue,
3365         sparc_flat_function_epilogue): Likewise.
3366         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
3367         * vax.c (vax_output_mi_thunk): Likewise.
3368
3369         * frv.c (frv_print_operand_memory_reference): Fix format specifier
3370         warning.
3371         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
3372
3373         * m68k.c (m68k_output_function_epilogue): Fix format specifier
3374         warnings.
3375
3376         * stormy16-protos.h (xs_hi_general_operand,
3377         xs_hi_nonmemory_operand): Prototype.
3378         * stormy16.c (xstormy16_output_shift): Fix format specifier
3379         warnings.
3380
3381         * cris.c: Fix format specifier warnings.
3382
3383 2003-05-16  Nick Clifton  <nickc@redhat.com>
3384
3385         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
3386
3387 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
3388
3389         * doc/bugreport.texi: Remove most of the of the preface of the
3390         bugs section.
3391
3392 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
3393
3394         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
3395         .save XX, r0.
3396
3397 2003-05-15  Roger Sayle  <roger@eyesopen.com>
3398
3399         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
3400
3401 2003-05-15  Eric Christopher  <echristo@redhat.com>
3402
3403         * cfgcleanup.c (merge_blocks): Fix return value.
3404
3405 2003-05-15 Eric Christopher <echristo@redhat.com>
3406
3407         * combine.c (expand_compound_operation): Make sure
3408         that zero_extend operation is profitable.
3409
3410 2003-05-15  Richard Henderson  <rth@redhat.com>
3411
3412         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
3413         code protected by USE_GNULIBC_1.
3414
3415 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
3416
3417         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
3418         remove hppa*-*-mpeix* which could not be built, and prune
3419         files from tmake_file= or tm_file= lists that don't exist.
3420
3421         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
3422         * config/alpha/t-interix, config/arm/conix-elf.h
3423         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
3424         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
3425         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
3426         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
3427         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
3428         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
3429         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
3430         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
3431         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
3432         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
3433         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
3434         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
3435         * config/m68k/tower-as.h, config/m68k/tower.h
3436         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
3437         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
3438         * config/m88k/m88k-protos.h, config/m88k/m88k.c
3439         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
3440         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
3441         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
3442         * config/mips/rtems64.h, config/mips/sni-gas.h
3443         * config/mips/sni-svr4.h, config/mips/t-ecoff
3444         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
3445         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
3446         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
3447         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
3448         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
3449         * config/romp/romp-protos.h, config/romp/romp.c
3450         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
3451         * config/rs6000/aix3newas.h, config/rs6000/mach.h
3452         * config/sparc/bsd.h, config/sparc/hal.h
3453         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
3454         * config/sparc/lynx.h, config/sparc/netbsd.h
3455         * config/sparc/sp86x-aout.h, config/sparc/splet.h
3456         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
3457         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
3458         * config/sparc/t-halos, config/sparc/t-sparcbare
3459         * config/sparc/t-splet, config/sparc/t-sunos41
3460         * config/v850/rtems.h: Delete file.
3461
3462 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
3463
3464         * config/rs6000/rs6000-protos.h (function_value): Protoize.
3465
3466         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
3467
3468         * config/rs6000/rs6000.c (rs6000_function_value): New.
3469
3470 2003-05-15  Philip Blundell  <philb@gnu.org>
3471
3472         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
3473         All uses updated.
3474         (arm_tune_xscale): New variable.
3475         (arm_override_options): Set it.
3476         (arm_adjust_cost): Use it in place of arm_arch_xscale.
3477         (arm_gen_load_multiple): Likewise.
3478         (arm_gen_store_multiple): Likewise.
3479         * config/arm/arm.md (is_xscale): Likewise.
3480         * config/arm/arm.h (arm_tune_xscale): Declare.
3481
3482 2003-05-15  Philip Blundell  <philb@gnu.org>
3483
3484         PR target/10730
3485         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
3486         involving invalid constants.
3487
3488 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3489
3490         * pa.c (hppa_expand_prologue): Remove blockage.
3491
3492 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
3493
3494         * doc/bugreport.texi: Remove most of the bug reporting
3495         instructions and merge them into bugs.html.
3496
3497 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
3498
3499         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
3500         g_switch_value to unsigned HOST_WIDE_INT.
3501
3502 2003-05-14  Eric Christopher  <echristo@redhat.com>
3503
3504         * combine.c: Fix header comments.
3505         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
3506         to all calls and prototype.
3507
3508 2003-05-14  Roger Sayle  <roger@eyesopen.com>
3509
3510         PR optimization/10764
3511         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
3512         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
3513         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
3514         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
3515         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
3516         the corresponding *fyl2x_?fxf3 instructions.
3517
3518 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
3519
3520         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
3521         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
3522         XCHAL_HAVE_L32R): New.
3523         * config/xtensa/xtensa-protos.h (non_const_move_operand,
3524         xtensa_load_constant, xtensa_function_prologue,
3525         xtensa_function_epilogue): Delete prototypes.
3526         (xtensa_expand_prologue): New.
3527         * config/xtensa/xtensa.c (frame_size_const,
3528         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
3529         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
3530         xtensa_function_prologue): Delete.
3531         (add_operand, xtensa_mem_offset): Formatting.
3532         (move_operand): If the const16 option is available, allow any SFmode
3533         and SImode constants.
3534         (xtensa_emit_move_sequence): Inline the former contents of
3535         xtensa_load_constant with modifications to handle the const16 option.
3536         (override_options): Add xtensa_char_to_class['W'] and set it to
3537         the general register class only if the const16 option is enabled.
3538         Fix formatting.  Disallow PIC when using the const16 option.
3539         (print_operand): Reorganize to switch on "letter" instead of the
3540         RTL code.  Add output_operand_lossage calls for invalid cases.
3541         Add support for 't' and 'b' letters.
3542         (xtensa_expand_prologue): New function to replace
3543         xtensa_function_prologue and xtensa_reorg.
3544         (xtensa_function_epilogue): Declare this as static.  Delete code
3545         to print the retw.n or retw instruction.
3546         (xtensa_return_addr): Use A0_REG instead of 0.
3547         (xtensa_rtx_costs): Add costs for using the const16 option.
3548         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
3549         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
3550         (TARGET_SWITCHES): Add "const16" and "no-const16".
3551         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
3552         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
3553         using the const16 option.
3554         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
3555         (TRAMPOLINE_SIZE): Change from 49 to 59.
3556         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
3557         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
3558         when using the const16 option.
3559         (PREDICATE_CODES): Delete non_const_move_operand.
3560         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
3561         UNSPECV_ENTRY.
3562         (movdi, movdf): If the source is a constant, always expand to a
3563         sequence of movsi insns.
3564         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
3565         (movsi_internal, movsf_internal): Add alternative using const16 insns.
3566         (movsf): Add const16 support.
3567         (entry, prologue, epilogue): New.
3568         (set_frame_ptr): Add missing mode for unspec_volatile operation.
3569         Likewise for subsequent split pattern.
3570         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
3571         "-mconst16" and "-mno-const16" options.
3572
3573 2003-05-14  Richard Henderson  <rth@redhat.com>
3574
3575         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
3576         to be DImode register.  Merge load_symptr.
3577         * config/ia64/ia64.md (load_symptr): Remove.
3578
3579 2003-05-14  Richard Henderson  <rth@redhat.com>
3580
3581         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
3582         DEFERRED_CONSTANT_P.
3583         * integrate.c (copy_rtx_and_substitute): Update use.
3584         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
3585         to the copy generated.
3586         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
3587         of the constant to see if we should emit.
3588         (mark_constant): Similarly.
3589         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
3590
3591 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
3592
3593         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
3594         move record condition.
3595         (movdi_internal2): Same.
3596
3597 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
3598
3599         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
3600         (GCOV_TAG_*) Force type to gcov_unsigned_t.
3601         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
3602         (struct gcov_var): Remove modified. Add start, length, offset,
3603         overread. Have buffer array for libgcov.
3604         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
3605         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
3606         * gcov-io.c (gcov_open): Set mode, do not read anything.
3607         (gcov_close): Write final block.
3608          (gcov_write_block, gcov_allocate): New.
3609         (gcov_write_bytes): Make static. Write or allocate buffer.
3610         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
3611         null.
3612         (gcov_write_string): Adjust.
3613         (gcov_write_tag)
3614         (gcov_write_length): Adjust. Flush the block.
3615         (gcov_write_tag_length): Buffer can never be null.
3616         (gcov_read_bytes): Make static. Read in block.
3617         (gcov_sync): Moved here. Adjust.
3618         (gcov_seek): Moved here. Adjust.
3619         * coverage.c (read_counts_file): Adjust.
3620         * gcov-dump.c (print_prefix): Add position parameter.
3621         (flag_dump_positions): New flag.
3622         (options, main, print_usage): Add it.
3623         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
3624         tag_summary): Adjust.
3625         * gcov.c (read_graph_file, read_count_file): Adjust.
3626         * libgcov.c (gcov_exit): Adjust.
3627
3628         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
3629         (libgcov.a): Depend on libgcc.a.
3630         (gcov.o, gcov-dump.o): Add gcov-io.c.
3631         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
3632
3633         * loop.c (check_dbra_loop): Factor common test.
3634
3635 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
3636
3637         * doc/md.texi (Automaton pipeline description): Grammar fixes.
3638
3639 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
3640
3641         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
3642         (TARGET_INITIALIZER): Include it.
3643         * target.h (struct gcc_target): Add machine_dependent_reorg field.
3644         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
3645         * system.h: Poison MACHINE_DEPENDENT_REORG.
3646
3647         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
3648         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
3649         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3650         (alpha_handle_trap_shadows): Remove "first insn" parameter.
3651         (alpha_align_insns): Likewise.
3652         (alpha_reorg): Likewise.  Make static.  Update calls to above
3653         functions.
3654
3655         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
3656         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
3657         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3658         (arm_reorg): Remove parameter.  Make static.
3659
3660         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
3661         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
3662         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3663         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
3664         Remove parameter.
3665
3666         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
3667         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
3668         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3669         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
3670         Remove parameter.
3671
3672         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
3673         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
3674         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
3675
3676         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
3677         * config/frv/frv.c: Remove orphaned comment.
3678
3679         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
3680         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
3681         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3682         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
3683         Remove parameter.
3684
3685         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
3686         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
3687         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3688         (emit_insn_group_barriers): Remove "first insn" parameter.
3689         (emit_all_insn_group_barriers): Likewise.
3690         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
3691         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
3692
3693         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
3694         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
3695         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3696         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
3697         Remove parameter.
3698
3699         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
3700         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
3701         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3702         (m68hc11_reorg): Make static.  Remove parameter.
3703
3704         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
3705         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
3706         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3707         (conditionalize_optimization): Remove parameter.
3708         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
3709         Make static.  Update call to conditionalize_optimization.
3710
3711         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
3712         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
3713         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3714         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
3715         Make static.
3716
3717         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
3718         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
3719         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3720         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
3721         Remove parameter.
3722
3723         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
3724         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
3725         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3726         (pa_combine_instructions): Remove "first insn" parameter.
3727         (remove_useless_addtr_insns): Likewise.
3728         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
3729
3730         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
3731         commented-out definition.
3732
3733         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
3734         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
3735         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3736         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
3737         Remove parameter.
3738
3739         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
3740         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
3741         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3742         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
3743         Remove parameter.
3744         (sh_output_mi_thunk): Call sh_reorg directly.
3745         * config/sh/sh.md: Update comment.
3746
3747         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
3748         commented-out definition.
3749
3750         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
3751         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
3752         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3753         (v850_reorg): Make static.  Remove parameter.
3754
3755         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
3756         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
3757         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
3758         (xtensa_reorg): Make static.  Remove parameter.
3759
3760         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
3761         (TARGET_MACHINE_DEPENDENT_REORG): Document.
3762
3763 2003-05-13  Richard Henderson  <rth@redhat.com>
3764
3765         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
3766         the old decl had instantiated DECL_RTL.
3767
3768 2003-05-13  Mike Stump  <mrs@apple.com>
3769
3770         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
3771
3772 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
3773
3774         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
3775         HOST_WIDE_INT argument.
3776
3777 2003-05-13  Jason Merrill  <jason@redhat.com>
3778
3779         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
3780
3781         * tree.c (iterative_hash_expr): New fn.
3782
3783         * c-semantics.c (emit_local_var): Don't mess with temp slots if
3784         there's no initializer.
3785
3786 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
3787
3788         * final.c (final_scan_insn): Apply the effects of frame-related
3789         delay slot insns before emitting a delayed branch.
3790
3791 2003-05-13  Nick Clifton  <nickc@redhat.com>
3792
3793         * config/mcore/mcore.md (jump): Use emit_jump_insn.
3794
3795 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
3796
3797         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
3798         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
3799
3800 2003-05-12  DJ Delorie  <dj@redhat.com>
3801
3802         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
3803         (emit_push_insn): Don't use push when the source alignment is less
3804         than the stack's push rounding.
3805
3806 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
3807
3808         * diagnostic.c (output_format): Add support for %m.
3809         (output_printf, output_verbatim, diagnostic_set_info,
3810         verbatim): Set err_no field of the text_info structure being
3811         initialized.
3812         (fatal_io_error): Delete function.
3813         * diagnostic.h (text_info): Add err_no field.
3814         * toplev.h (fatal_io_error): Delete prototype.
3815
3816         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
3817         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
3818         * objc/objc-act.c: Replace all calls to fatal_io_error with
3819         calls to fatal_error; add ": %m" to the end of all the affected
3820         error messages.
3821
3822 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
3823
3824         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
3825         * rtl.h: Prototype it.
3826         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
3827         when appropriate.
3828
3829 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
3830
3831         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
3832         ("*iorsi3_oi"): Likewise.
3833
3834 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
3835
3836         * arm.md (compare_scc): Use shorter sequence for EQ case.
3837         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
3838         (and_scc_scc): Ensure split only applies when there is a dominance
3839         of the comparisons.
3840         (and_scc_scc_nodom): New insn-and-split pattern.
3841
3842 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
3843
3844         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
3845         to _Unwind_SetGRPtr().
3846
3847 2003-05-13  Michael Eager <eager@mvista.com>
3848
3849         * Makefile.in: Initialize program_transform_cross_name from
3850         @program_transform_name@ instead of target_alias.
3851
3852 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
3853             Alan Modra  <amodra@bigpond.net.au>
3854             Jakub Jelinek  <jakub@redhat.com>
3855
3856         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
3857         * configure: Rebuild.
3858         * config/rs6000/rs6000-protos.h: Update.
3859         * config/rs6000/rs6000.c (rs6000_tls_size): New.
3860         (rs6000_tls_size_string): New.
3861         (rs6000_parse_tls_size_option): New.
3862         (rs6000_legitimize_tls_address): New.
3863         (rs6000_tls_get_addr): New.
3864         (rs6000_got_sym): New.
3865         (rs6000_tls_symbol_ref): New.
3866         (rs6000_tls_symbol_ref_1): New.
3867         (rs6000_get_some_local_dynamic_name): New.
3868         (rs6000_get_some_local_dynamic_name_1): New.
3869         (TARGET_HAVE_TLS): New.
3870         (TARGET_CANNOT_FORCE_CONST_MEM): New.
3871         (rs6000_override_options): Handle -mtls-size option.
3872         (constant_pool_expr_1): Handle TLS symbols.
3873         (rs6000_legitimize_address): Handle TLS symbols.
3874         (rs6000_tls_referenced_p): New.
3875         (rs6000_legitimate_address): Handle TLS symbols.
3876         (rs6000_emit_move): Handle TLS symbols.
3877         (print_operand): Handle TLS symbols.
3878         (uses_TOC): Handle TLS symbols.
3879         (rs6000_emit_prologue): Use symbol for unspec constant.
3880         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
3881         (some_ld_name): New.
3882         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
3883         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
3884         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
3885         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
3886         Support TLS.
3887         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
3888         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
3889         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
3890         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
3891         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
3892         tls_tls_64): New.
3893         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
3894
3895 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
3896
3897         * Makefile.in (stage2_build, stage3_build, stage4_build):
3898         Set BUILD_CC to the same as CC.
3899
3900 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
3901
3902         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
3903
3904 2003-05-12  Andreas Schwab  <schwab@suse.de>
3905
3906         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
3907         as unused.
3908         (bundling): Initialize 'pos'.
3909         (ia64_expand_builtin): Initialize 'rmode'.
3910
3911 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
3912
3913         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
3914         (ASM_OUTPUT_ALIGNED_COMMON): Same.
3915         (ASM_OUTPUT_LOCAL): Same.
3916
3917 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
3918
3919         * varasm.c (output_constant):  Fix underflow.
3920
3921 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
3922
3923         PR other/10745
3924         * configure.in: Correct detection of GNU ld version number.
3925         * configure: Regenerated.
3926
3927 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
3928
3929         * diagnostic.c (diagnostic_for_decl): Take a
3930         diagnostic_context argument.  Restructure to be consistent
3931         with diagnostic_report_diagnostic.
3932         (diagnostic_count_diagnostic): Now static.  Take a
3933         diagnostic_info argument, not just a diagnostic_t.  Some code
3934         moved here from internal_error.  Move a case label for
3935         clarity.
3936         (diagnostic_action_after_output): New function.  Code moved
3937         here from internal_error and fatal_error.
3938         (bug_report_request): New #define so that this text appears in
3939         only one place.
3940         (diagnostic_report_diagnostic): Update to match changes to
3941         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
3942         (diagnostic_set_info): Call gettext here.
3943
3944         (pedwarn): Update comment.  Don't call gettext here.
3945         (sorry): Use report_diagnostic.  Don't call gettext here.
3946         (fatal_error): Remove final fnotice and exit, but call
3947         real_abort to prevent warnings about noreturn function returning.
3948         (internal_error): Likewise.  Don't do ICE suppression here nor
3949         call context->internal_error.
3950         (warning_with_decl): Suppress for decls in system headers.
3951         Adjust call to diagnostic_for_decl.
3952         (pedwarn_with_decl): Likewise.
3953         (error_with_decl): Adjust call to diagnostic_for_decl.
3954         (error_recursion): Use bug_report_request.
3955
3956         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
3957         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
3958         diagnostic_count_diagnostic.
3959
3960 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3961
3962         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
3963
3964 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
3965
3966         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
3967         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
3968         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
3969
3970 2003-05-12  Roger Sayle  <roger@eyesopen.com>
3971
3972         * doc/rtl.texi: Document zero_extract as a valid destination
3973         of a set insn.
3974
3975 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
3976
3977         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
3978         '.'.  Change all local symbol definitions and references to use LSYM.
3979
3980 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
3981
3982         * expr.h (assemble_static_space): Update prototype.
3983         * output.h (assemble_zeros, output_constant): Likewise.
3984         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
3985         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
3986         it 64bit clean.
3987         * elf.h (ASM_OTUPUT_SKIP): Likewise.
3988         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
3989         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
3990         Expect HOST_WIDE_INT operand.
3991         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
3992         Expect HOST_WIDE_INT operand.
3993         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
3994         Expect HOST_WIDE_INT operand.
3995         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
3996         HOST_WIDE_INT operand.
3997         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
3998         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
3999         * aout.h (ASM_OTUPUT_SKIP): Likewise.
4000         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
4001         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
4002         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
4003         * frv.h (ASM_OTUPUT_SKIP): Likewise.
4004         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
4005         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
4006         Make it 64bit
4007         clean.
4008         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
4009         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
4010         Make it 64bit clean.
4011         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
4012         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
4013         HOST_WIDE_INT operand
4014         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
4015         Expect HOST_WIDE_INT operand
4016         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
4017         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
4018         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
4019         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
4020         Likewise.
4021         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
4022         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
4023         Likewise.
4024         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
4025         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
4026         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
4027         ASM_OUTPUT_SKIP): Likewise.
4028         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
4029         Likewise.
4030         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
4031         ASM_OUTPUT_SKIP): Likewise.
4032         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
4033         ASM_OUTPUT_SKIP): Likewise.
4034         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
4035         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
4036         ASM_OUTPUT_SKIP): Likewise.
4037         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
4038         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
4039         ASM_OUTPUT_SKIP): Likewise.
4040         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
4041         Likewise.
4042         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
4043         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
4044         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
4045         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
4046         ASM_OUTPUT_SKIP): Make it 64bit clean.
4047         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
4048         Make it 64bit clean.
4049         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
4050         ASM_OUTPUT_SKIP): Make it 64bit clean.
4051         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
4052         64bit clean.
4053         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
4054         HOST_WIDE_INT argument
4055         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
4056         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
4057         HOST_WIDE_INT argument
4058         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
4059         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
4060         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
4061         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
4062         HOST_WIDE_INT argument
4063         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
4064         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
4065         * varasm.c (asm_output_bss, asm_output_aligned_bss,
4066         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
4067         HOST_WIDE_INT argument
4068
4069 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
4070
4071         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
4072         favor of walk_tree_without_duplicates.  Add comments.
4073
4074 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
4075
4076         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
4077         (struct alloc_pool_def): New element 'id'.
4078         * alloc-pool.c (fancy_abort): Extern function prototype.
4079         (abort): Macro which uses fancy_abort.
4080         (struct allocation_object_def): New structure.
4081         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
4082         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
4083         (last_id): New variable.
4084         (create_alloc_pool): Add the offset of u.data to size of element,
4085         increase and use last_id.
4086         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
4087         (pool_alloc): Likewise. Set ID for elements.
4088         (pool_free): Check whether the PTR was allocated from POOL.
4089
4090 2003-05-11  Richard Henderson  <rth@redhat.com>
4091
4092         PR c/10675
4093         * c-decl.c: Include hashtab.h.
4094         (detect_field_duplicates): New.
4095         (finish_struct): Use it.
4096         * Makefile.in (c-decl.o): Update.
4097         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
4098         (component_decl_list, component_decl_list2,
4099         components, components_notype): Build list in reverse order.
4100         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
4101
4102         * tree.c (chainon): Special case op2 null as well.
4103         Reorg for clarity.
4104
4105 2003-05-11  Roger Sayle  <roger@eyesopen.com>
4106
4107         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
4108         to implement log, logf and logl built-ins as inline x87 intrinsics.
4109         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
4110         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
4111         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
4112
4113         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
4114         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
4115
4116 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4117
4118         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
4119
4120         * sparc.c (print_operand): Fix uninitialized warning.
4121
4122 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4123
4124         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
4125         real insns.
4126         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
4127         condition.
4128
4129 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
4130
4131         * doc/cpp.texi: Fix typos.
4132
4133 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4134
4135         * config/s390/s390.c (s390_function_arg_float): New function.
4136         (s390_function_arg_pass_by_reference): Use it.
4137         (s390_function_arg_advance): Likewise.
4138         (s390_function_arg): Likewise.
4139         (s390_va_arg): Likewise
4140
4141 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
4142
4143         * coverage.h (coverage_counter_alloc): New function.
4144         * function.h (struct function): Remove arc_profile flag.
4145         * coverage.c (fn_ident): Remove.
4146         (fn_b_ctrs, no_coverage): New.
4147         (get_coverage_counts): Use current_function_funcdef_no.
4148         (coverage_counter_alloc): New.
4149         (coverage_counter_ref): Adjust.
4150         (coverage_begin_output): Check no_coverage. Use
4151         current_function_funcdef_no.
4152         (coverage_end_function): Likewise.
4153         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
4154         than clearing flag_inline_functions. Do not clear arc_profile
4155         flag.
4156         * function.c (prepare_function_start): Do not set arc_profile
4157         flag.
4158         * profile.c (instrument_edges): Return number of instrumented
4159         edges. Use a for loop.
4160         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
4161         local to here and simplify. Use profile_arc_flag not arc_profile
4162         flag.
4163         (find_spanning_tree): Reformat.
4164         * toplev.c (rest_of_compilation): Use profile_arc_flags and
4165         flag_test_coverage rather than arc_profile flag.
4166
4167 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
4168
4169         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
4170
4171 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4172
4173         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
4174
4175 2003-05-11  Bruno Haible  <bruno@clisp.org>
4176
4177         * cppfiles.c (find_or_create_entry): Preserve errno.
4178
4179 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
4180
4181         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
4182         cpplib as it's a Standard Predefined Macro.
4183         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
4184         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
4185         __STDC_HOSTED__ appropriately.
4186         * cpplib.h (_cpp_init_builtins): Update.
4187         * fix-header.c (read_scan_file): Update.
4188         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
4189
4190 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4191
4192         PR C++/689
4193         PR C++/9257
4194         * c-opts.c (c_common_decode_option): Don't set
4195         warn_ctor_dtor_privacy wen -Wall.
4196         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
4197
4198 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
4199
4200         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
4201         patch.
4202
4203 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
4204
4205         * diagnostic.c: Reorder functions for clarity, putting all the
4206         functions in the "error" family next to each other, and
4207         likewise all the functions in the "error_with_decl" family.
4208         Some other routines were moved too.  Add comments.
4209         (vbuild_message_string): Fold into sole caller.
4210
4211
4212 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
4213
4214         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
4215         (EH_RETURN_HANDLER_RTX): Likewise.
4216         (expand_builtin_eh_return): Do not copy stack adjustment
4217         if EH_RETURN_STACKADJ_RTX is not defined.
4218         (expand_eh_return): Likewise.  Also, do not pass stack
4219         adjustment as argument to the eh_return pattern.
4220         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
4221         because EH_RETURN_STACKADJ_RTX is not defined.
4222         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
4223         is not defined, treat stack pointer like a regular register.
4224         (uw_init_context_1): Set up fake initial stack pointer register.
4225         (uw_install_context_1): Do not compute stack adjustment if
4226         EH_RETURN_STACKADJ_RTX is not defined.
4227
4228         * config/i386/i386.md ("eh_return"): Remove first argument.
4229         * config/mips/mips.md ("eh_return"): Likewise.
4230         * config/rs6000/rs6000.md ("eh_return"): Likewise.
4231         * config/sh/sh.md ("eh_return"): Likewise.
4232
4233         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
4234
4235 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
4236
4237         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
4238
4239 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
4240
4241         * defaults.h (GCOV_TYPE_SIZE): Remove.
4242         * gcov-io.h (gcov_type): Set to specific mode int on target.
4243         (gcov_unsigned_t, gcov_position_t): New.
4244         (GCOV_TYPE_NODE): New.
4245         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
4246         (GCOV_COUNTERS_SUMMABLE): New.
4247         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
4248         gcov_ctr_info, gcov_info): Adjust types.
4249         (gcov_var): Adjust types.
4250         (gcov_write_unsigned, gcov_write_tag,
4251         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
4252         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
4253         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
4254         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
4255         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
4256         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
4257         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
4258         __gcov_init, __gcov_merge_add): Adjust gcov types.
4259         * coverage.c (ctr_merge_functions): Constify.
4260         (ctr_names): New.
4261         (read_counts_file): Adjust gcov types. Only summarize & merge
4262         summable counters.
4263         (coverage_counter_ref): Use GCOV_TYPE_NODE.
4264         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
4265         build_ctr_info_value, build_gcov_info): Adjust types.
4266         * profile.c (branch_prob): Adjust gcov types.
4267         * gcov_dump (dump_file): Adjust gcov types.
4268
4269 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
4270
4271         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
4272         constants.
4273         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
4274         * arm.c (arm_select_dominance_cc_mode): Renamed from
4275         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
4276         Callers updated.
4277         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
4278
4279 2003-05-09  Roger Sayle  <roger@eyesopen.com>
4280
4281         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
4282         as unsigned to avoid signed/unsigned comparison warnings.
4283
4284 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
4285
4286         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
4287         instruction if the Xtensa density option is enabled.
4288
4289 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
4290
4291        * mklibgcc.in: Remove extra quotes.
4292
4293 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
4294
4295         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
4296         of int_ftype_void.
4297
4298 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
4299
4300         * reload1.c (reload_cse_move2add): Don't turn an implicit
4301         truncation into a self-set in the narrow mode.
4302
4303 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
4304
4305         * arm.md (clzsi2): The CLZ instruction is predicable.
4306
4307 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
4308
4309         * config/xtensa/xtensa.c: Formatting.
4310
4311 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
4312
4313         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
4314         instead of TREE_OPERAND to access the operand of a
4315         CONSTRUCTOR node.
4316
4317 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
4318
4319         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
4320         one operand.
4321
4322 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
4323
4324         * toplev.h (warning_with_file_and_line): Don't declare.
4325         (error_with_file_and_line): Likewise.
4326         * diagnostic.c (error_with_file_and_line): Remove.
4327         (warning_with_file_and_line): Likewise.
4328
4329 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
4330
4331         * c-parse.in (if_stmt_locus): New object.
4332         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
4333         (select_or_iter_stmt rule): Likewise.
4334         (if_stmt_file): Remove.
4335         (if_stmt_line): Likewise.
4336         * jump.c: include "diagnostic.h"
4337         (never_reached_warning): Don't use warning_with_file_and_line.
4338         * Makefile.in (jump.o): Add dependce on diagnostic.h
4339
4340 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
4341
4342         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
4343         Move code handling pieces not larger than a word to..
4344         * function.c (assign_parms): ..here, but use change_address instead
4345         of adjust_address and operand_subword, and expand_binop instead of
4346         expand_shift.  Adjust calls to move_block_from_reg.
4347         * expr.h (move_block_from_reg): Update declaration.
4348         (copy_blkmode_from_reg): Formatting.
4349         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
4350         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
4351         move_block_from_reg calls.
4352         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
4353         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
4354         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
4355         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
4356         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
4357         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
4358         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
4359         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
4360         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
4361
4362 2003-05-08  DJ Delorie  <dj@redhat.com>
4363
4364         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
4365         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
4366         variable-sized types).
4367         (xstormy16_function_arg): New.  Pass them that way too.
4368         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
4369         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
4370
4371 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
4372
4373         * mklibgcc.in: Use mkinstalldirs when installing multilib
4374         directories.
4375
4376 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
4377
4378         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
4379         instead of CODE_FOR_jump
4380
4381 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
4382
4383         * objc/objc-act.c (error_with_ivar): Don't use
4384         error_with_file_and_line.
4385         (warn_with_method): Don't use warning_with_file_and_line.
4386
4387 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4388
4389         * stmt.c (emit_locus): New macro.
4390         (emit_filename): Remove.
4391         (emit_lineno): Likewise.
4392         (struct stmt_status): Replace members x_emit_filename and
4393         x_emit_lineno with x_emit_locus.
4394         (set_file_and_line_for_stmt): Adjust.
4395         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
4396         (warn_if_unused_value): Likewise.
4397         (check_seenlabel): Likewise.
4398
4399 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4400
4401         * c-decl.c (define_label): Tidy.  Don't use any of
4402         error_with_file_and_line or warning_with_file_and_file.
4403         (pending_xref_error): Likewise.
4404         (store_parm_decls): Likewise.
4405         (current_function_prototype_locus): New object.  Package from
4406         current_function_prototype_file and current_function_prototype_line.
4407         (start_function): Use it.
4408         (current_function_prototype_file): Remove.
4409         (current_function_prototype_line): Remove;
4410
4411 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4412
4413         * builtins.c (readonly_data_expr): New function.
4414         (expand_builtin_memmove): Optimize any rodata source, not just
4415         strings.
4416
4417 2003-05-07  David Mosberger <davidm@hpl.hp.com>
4418
4419         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
4420
4421 2003-05-07  Richard Henderson  <rth@redhat.com>
4422
4423         * config/i386/i386.c (ix86_split_long_move): Fix base register
4424         mode for XFmode splits for TARGET_64BIT.
4425
4426 2003-05-07  Richard Henderson  <rth@redhat.com>
4427
4428         * sched-ebb.c (schedule_ebb): Supply the correct starting
4429         block number to save_line_notes.
4430
4431 2003-05-07  Richard Henderson  <rth@redhat.com>
4432
4433         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
4434         (dump_file): Likewise.
4435
4436 2003-05-07  David Mosberger <davidm@hpl.hp.com>
4437
4438         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
4439         forget to preserve gp.
4440         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
4441
4442         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
4443         .prologue directive.
4444         Use .skip instead of data8 for .bss section to make Intel
4445         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
4446         explicit in the .mib bundles and remove the unnecessary stop
4447         bits.  Replace local labels with normal labels, to make ias
4448         happy.  Don't register __do_global_ctors_aux here, do it in
4449         crtend.asm instead.
4450
4451         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
4452         __do_global_ctors_aux in .init_array section instead of
4453         declaring it as a hidden global.  Replace local labels with
4454         ordinary labels to make ias happy.
4455
4456 2003-05-07  Richard Henderson  <rth@redhat.com>
4457
4458         PR c++/10570
4459         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
4460         * flags.h, toplev.c, doc/invoke.texi: Likewise.
4461
4462         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
4463         * unwind.inc (_Unwind_DeleteException): Check for null
4464         exception_cleanup.
4465
4466         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
4467         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
4468         * unwind.h: Declare them.
4469         * libgcc-std.ver (GCC_3.3): Export them.
4470
4471 2003-05-07  Richard Henderson  <rth@redhat.com>
4472
4473         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
4474         not _Unwind_Word.
4475
4476 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
4477
4478         * stmt.c (force_label_rtx): New function, based on logic
4479         formerly found in expand_expr.
4480         * expr.h: Prototype it.
4481         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
4482         appropriate.
4483         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
4484
4485         * print-tree.c (debug_tree): Free the table after we're done
4486         with it.  Use putc.
4487
4488 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
4489
4490         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
4491         Unreverse arguments for __ev_subw.
4492
4493         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
4494
4495 2003-05-07  Nick Clifton  <nickc@redhat.com>
4496
4497         * config/stormy16/stormy-abi: Update to include
4498         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
4499         R_XSTORMY16_12 relocs.
4500
4501 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
4502
4503         * function.c (assign_parms): Correct reversed reg_parm_stack_space
4504         test.  Add partial in-regs size to stack_args_size.
4505
4506 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4507
4508         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
4509         as a C only option.
4510
4511 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
4512
4513         * gcov-io.h (GCOV_LOCKED): New #define.
4514         (GCOV_LINKAGE): Make sure it is #defined.
4515         (gcov_write_string, gcov_write_tag, gcov_write_length,
4516         gcov_read_string, gcov_time): Poison in libgcov.
4517         (gcov_seek_end): Remove.
4518         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
4519         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
4520         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
4521         GCOV_TAG_SUMMARY_LENGTH): New #defines.
4522         (gcov_write_tag, gcov_write_length): Not in libgcov.
4523         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
4524         (gcov_write_tag, gcov_write_length): Not in libgcov.
4525         (gcov_write_tag_length): New.
4526         (gcov_write_summary): Use gcov_write_tag_length.
4527         * libgcov.c: Always #include gcov-io.h.
4528         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
4529         (GCOV_LINKAGE): Define to nothing for L_gcov.
4530         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
4531         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
4532         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
4533         (read_count_file): Likewise.
4534         * gcov-dump.c (dump_file): Likewise.
4535         * coverag.c (read_counts_file): Likewise.
4536
4537 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
4538
4539         PR other/10658
4540         * gcc.c (process_command): Update copyright date.
4541
4542 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
4543
4544         * doc/install.texi (mips-*-*):  Add note about libstdc++.
4545
4546 2003-05-06  DJ Delorie  <dj@redhat.com>
4547
4548         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
4549         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
4550         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
4551
4552 2003-05-06    <neil@cat.daikokuya.co.uk>
4553
4554         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
4555         and -Wstrict-prototypes if C++.
4556
4557 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
4558
4559         * config/rs6000/linuxspe.h: New file.
4560
4561         * config.gcc: Add powerpc-*-linux-gnuspe* target.
4562
4563 2003-05-06  Richard Henderson  <rth@redhat.com>
4564
4565         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
4566         previous frame didn't save sp.  Clear sp for next frame.
4567         (uw_install_context_1): Honor saved sp from frame.
4568
4569 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
4570
4571         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
4572         (mips_move_1word, mips_move_2words): Remove declaration.
4573         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
4574         (mips_restore_gp): Remove insn argument.
4575         * config/mips/mips.h (FP_REG_RTX_P): New macro.
4576         * config/mips/mips.c (volatile_buffer): Remove.
4577         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
4578         (mips_move_1word, mips_move_2words): Remove, replacing with...
4579         (mips_output_move): ...this new function.
4580         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
4581         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
4582         handling of floating-point constants.  Handle zero CONST_DOUBLE
4583         arguments.
4584         (mips_annotate_frame_insn): Replace with...
4585         (mips_set_frame_expr): ...this, which just takes one argument.
4586         (mips_frame_set): Change the register argument to an rtx.
4587         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
4588         check whether moves should be split.  Use mips_split_64bit_move
4589         to split them.  Use mips_subword to generate the high and low
4590         parts of a paired FPR.  Adjust calls to frame_set and
4591         mips_set_frame_expr.
4592         (mips_expand_prologue): Simplify due to above changes.
4593         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
4594         targets, replacing xisting register-only versions.
4595         (UNSPEC_STORE_DF_HIGH): New unspec.
4596         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
4597         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
4598         (*paradoxical_extendhidi2): Remove.
4599         (movdi_internal, movdi_internal2): Use mips_output_move.
4600         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
4601         (movsf_internal1, movsf_internal2): Likewise.
4602         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
4603         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
4604         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
4605         Add m <- G alternative.
4606         (load_df_low, load_df_high, store_df_low): New patterns.
4607         (movhi_internal): Use @ template instead of calling a function.
4608         Remove unnecessary 'z' alternatives.
4609         (movqi_internal): Likewise.
4610         (exception_receiver): Update call to mips_restore_gp.
4611
4612 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
4613
4614         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
4615         (mips_delegitimize_address): Declare.
4616         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
4617         (FIND_BASE_TERM): Define.
4618         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
4619         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
4620         Handle small-data addresses.
4621
4622 2003-05-05  Roger Sayle  <roger@eyesopen.com>
4623
4624         * real.c (real_powi): New function to calculate the value of
4625         a real raised to an integer power, i.e. pow(x,n) for int n.
4626         (real_sqrt): Convert to using the faster do_add, do_multiply
4627         and do_divide API for consistency with the rest of real.c.
4628         * real.h (real_powi): Prototype here.
4629         * builtins.c (fold_builtin):  Avoid local variable mode when
4630         evaluating sqrt at compile time.  Attempt to evaluate pow at
4631         compile-time, by checking for an integral exponent.
4632
4633 2003-05-05  Richard Henderson  <rth@redhat.com>
4634
4635         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
4636
4637 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
4638
4639         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
4640         other FreeBSD ports.
4641         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
4642         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
4643
4644 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
4645
4646         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
4647         expanded variables.
4648         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
4649
4650 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
4651
4652         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
4653         * varasm.c (struct varasm_status): Add deferred_constants field.
4654         (n_deferred_strings): Delete variable.
4655         (n_deferred_constants): New #define.
4656         (struct constant_descriptor_tree): Kill next and label fields.
4657         (const_hash_table, MAX_HASH_TABLE): Delete.
4658         (const_desc_htab): New static variable.
4659         (const_hash): Rename const_desc_hash, and make it fit the
4660         hashtab.h interface.
4661         (const_desc_eq): New.
4662         (const_hash_1, compare_constant): Const-ify arguments.
4663         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
4664         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
4665         (output_constant_def): Do the lookup/insert using the
4666         hashtab.h interface.  Don't muck with n_deferred_constants or
4667         DEFERRED_CONSTANT_P here.
4668         Always call maybe_output_constant_def_contents.
4669         (maybe_output_constant_def_contents): Take a pointer to the
4670         descriptor, not the EXP and RTL separately.  Return
4671         immediately if this constant is not deferred.  Defer output of
4672         everything, except writable string constants.  Update
4673         n_deferred_constants here.
4674         (output_constant_def_contents): Now takes just one argument,
4675         an rtx.  Clear DEFERRED_CONSTANT_P here.
4676         (mark_constant_pool): Update for rename of n_deferred_strings.
4677         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
4678
4679         (init_varasm_status): Clear p->deferred_constants.
4680         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
4681
4682 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4683
4684         * builtins.c (expand_builtin_stpcpy): Only expand when the length
4685         of the source string can be evaluated at compile-time.
4686
4687 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
4688
4689         * testsuite/gcc.c-torture/compile/simd-6.c: New.
4690
4691         * c-typeck.c (digest_init): Handle arrays of vector constants.
4692
4693 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
4694
4695         * builtins.c (expand_builtin_mempcpy): New function.
4696         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
4697         ignored into strcpy no matter what arguments it has.
4698         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
4699         expand_builtin_mempcpy.
4700
4701 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
4702
4703         * testsuite/gcc.dg/20030505.c: New.
4704
4705         * c-typeck.c (convert_for_assignment): Opaque pointers can
4706         interconvert.
4707
4708         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
4709         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
4710         (spe_init_builtins): Rename all pv2si_type_node to
4711         opaque_p_V2SI_type_node.
4712         Remove declaration of pv2si_type_node.
4713         (is_ev64_opaque_type): Accept opaque pointers.
4714
4715 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
4716
4717         * config/rs6000/rs6000.c (validate_condition_mode): Use
4718         flag_finite_math_only.
4719         (rs6000_reverse_condition): Never return UNKNOWN; use
4720         flag_finite_math_only.
4721         (rs6000_generate_compare): Use flag_finite_math_only.
4722         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
4723         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
4724         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
4725
4726         * toplev.c (check_global_declarations): Suppress not-used warning
4727         for volatile variables.
4728
4729 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
4730
4731         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
4732         usage of bitfield instructions for mode1 != BLKmode, only ignoring
4733         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
4734         (store_field): Likewise.
4735
4736 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
4737
4738         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
4739         evsubifw to builtins accepting 5-bit unsigned constants.
4740         (easy_vector_constant): Return if V1DImode.  Fix typo.
4741
4742 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
4743
4744         * config/rs6000/spe.h: Revert licensing change from last patch.
4745
4746 2003-05-05  DJ Delorie  <dj@redhat.com>
4747
4748         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
4749         before reload, but defer the split until after.
4750         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
4751         to match.
4752
4753 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
4754
4755         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
4756         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
4757
4758 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4759
4760         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
4761         is defined.
4762
4763 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4764
4765         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
4766         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
4767         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
4768
4769         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
4770         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
4771         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
4772         New.
4773
4774         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
4775         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
4776
4777         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
4778         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
4779         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
4780         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
4781         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
4782         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
4783         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
4784         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
4785         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
4786         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
4787         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
4788         BUILT_IN_STRDUP): Add "nonnull" attribute.
4789
4790 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4791
4792         * expr.c (store_field): Don't clobber TEMP in shift: it might be
4793         a variable.
4794         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
4795         whose purpose is to step up the alignment.
4796         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
4797
4798         * stor-layout.c (compute_record_mode): Relax restriction
4799         on fields crossing word boundaries forcing BLKmode.
4800
4801 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
4802
4803         * cppinit.c (cpp_create_reader, post_options): Warn about
4804         trigraphs unless explicity set or -trigraphs.
4805         * cpplex.c (warn_in_comment): New.
4806         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
4807         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
4808         * doc/cppopts.texi, doc/cpp.texi: Update.
4809
4810 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4811
4812         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
4813         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
4814         namespace clash.
4815         (GCOV_MERGE_FUNCTIONS): New.
4816         (gcov_merge_fn): Declare.
4817         (struct gcov_ctr_info): New field "merge".
4818         (__gcov_merge_add): Declare.
4819         * coverage.c (ctr_merge_functions): New.
4820         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
4821         of gcov_ctr_info type.
4822         * libgcov.c (__gcov_merge_add): New.
4823         (gcov_exit): Call a hook to merge values of counters.
4824
4825 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
4826
4827         * toplev.h (pedwarn_with_file_and_line): Don't declare.
4828         * diagnostic.c (pedwarn_with_file_and_line): Remove.
4829
4830 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4831
4832         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
4833
4834 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4835
4836         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
4837         expand_builtin_frame_address): Update prototypes.
4838         (expand_builtin_constant_p, expand_builtin_strlen,
4839         expand_builtin_strcpy, expand_builtin_memset,
4840         expand_builtin_bzero, expand_builtin_args_info,
4841         expand_builtin_frame_address): Pass in just the argument(s)
4842         needed, not the entire expression `exp'.
4843         (expand_builtin): Update all calls to these functions.
4844
4845 2003-05-03  Richard Henderson  <rth@redhat.com>
4846
4847         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
4848         <BUILT_IN_DWARF_SP_COLUMN>: New.
4849         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
4850         (BUILT_IN_DWARF_SP_COLUMN): New.
4851         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
4852         (expand_builtin_dwarf_sp_column): New.
4853         * except.h: Update to match.
4854         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
4855         (execute_cfa_program): Record location expression address
4856         before extracting length.
4857         (uw_update_context_1): Install old CFA into stack pointer column.
4858         (uw_init_context_1): Set cfa_reg to stack pointer column.
4859
4860 2003-05-03  Richard Henderson  <rth@redhat.com>
4861
4862         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
4863         return bool.
4864         (toc_relative_expr_p): Likewise.
4865         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
4866         (legitimate_constant_pool_address_p): Move from rs6000.h, change
4867         into a function, downcase all users.
4868         (legitimate_small_data_p): Likewise.
4869         (legitimate_offset_address_p): Likewise.
4870         (legitimate_indexed_address_p): Likewise.
4871         (legitimate_indirect_address_p): Likewise.
4872         (legitimate_lo_sum_address_p): Likewise.
4873         (rs6000_mode_dependent_address): Likewise.
4874         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
4875         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
4876         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
4877         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
4878         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
4879         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
4880         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
4881         * config/rs6000/rs6000-protos.h: Update.
4882
4883 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
4884
4885         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
4886         (REVERSE_CONDITION): Define.
4887
4888         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
4889         to branch_positive_comparison_operator.
4890         (ccr_bit): Check that sCOND conditions are actually a positive bit.
4891         (print_operand): Remove %D substitution.
4892         (rs6000_emit_sCOND): Generate complement operation to ensure that
4893         sCOND input is a positive bit.
4894         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
4895         same order as bCOND, and add the missing ones.  Remove the %D
4896         substitutions from the scc patterns.
4897
4898         * simplify-rtx.c (simplify_relational_operation): Add case for
4899         ! (fabs(x) < 0.0).
4900
4901 2003-05-03  Bruce Korb  <bkorb@gnu.org>
4902
4903         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
4904         in fixincl.x
4905         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
4906
4907 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
4908
4909         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
4910
4911 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
4912
4913         PR c/10604
4914         * c-common.c (warn_sign_compare): Initialize to -1.
4915         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
4916         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
4917         for C++ only.
4918         (c_common_post_options): Set warn_sign_compare from extra_warnings
4919         if it's still -1 at this point.
4920
4921         * toplev.c (maybe_warn_unused_parameter): New static variable.
4922         (set_Wextra): New static function.
4923         (W_options): Remove "extra".
4924         (decode_W_option): Call set_Wextra.
4925         (independent_decode_option): Likewise.
4926         (set_Wunused): Cooperate with set_Wextra in setting
4927         warn_unused_parameter.
4928         (rest_of_compilation): No need to check extra_warnings as
4929         well as warn_uninitialized.
4930
4931         * c-typeck.c (build_binary_op, build_conditional_expr):
4932         No need to check extra_warnings as well as warn_sign_compare.
4933         (internal_build_compound_expr): No need to check extra_warnings
4934         as well as warn_unused_value.
4935         * function.c (expand_function_end): No need to check extra_warnings
4936         as well as warn_unused_parameter.
4937         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
4938         as well as warn_unused_value.
4939
4940         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
4941
4942         * Makefile.in: Disable -Werror for gengtype-lex.o.
4943
4944 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
4945
4946         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
4947         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
4948         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
4949         * calls.c (emit_call_1): Likewise.
4950         (expand_call): For calls initializing constant memory, replace
4951         emission of standalone mem /u clobber with function usage entry.
4952         * expr.c (emit_block_move_via_libcall): Likewise.
4953         * cse.c (count_reg_usage, case EXPR_LIST): New case.
4954         * flow.c (propagate_one_insn): Pass entire operand of
4955         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
4956         * integrate.c (try_constants): For CALL_INSNs, substitute constants
4957         within the FUNCTION_USAGE also.
4958         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
4959         FUNCTION_USAGE lists.
4960         * reload1.c (replace_pseudos_in): Renamed.
4961         (reload): Use it for clobbers surviving until the end of the reload.
4962
4963 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4964
4965         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
4966         gen_lowpart on non-integer modes.
4967
4968         * stor-layout.c (place_field): When adjusting offset_align, use
4969         desired_align, not DECL_ALIGN.
4970
4971 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
4972
4973         * c-decl.c (pending_invalid_xref_file): Remove.
4974         (pending_invalid_xref_line): Remove.
4975         (pending_invalid_xref_location): New.
4976         (lookup_label): Use location_t and input_location directly.
4977         (lookup_tag): Likewise.
4978         (pending_xref_error): Likewise.
4979         (c_expand_body_1): Likewise.
4980         * c-common.c (x_expand_start_cond): Likewise.
4981         * c-semantics.c (genrtl_for_stmt): Likewise.
4982         (find_reachable_label): Likewise.
4983         * expr.c (expand_expr): Likewise.
4984         * integrate.c (output_inline_function): Likewise.
4985         * tree-inline.c (find_alloca_call): Likewise.
4986         (find_builtin_longjmp_call): Likewise.
4987         * gcc.c (input_filename): Make static.
4988
4989 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
4990
4991         * config/mips/mips.md: Fix comment typo.
4992
4993         * config/mips/mips.c (mips_integer_op): New structure.
4994         (MIPS_MAX_INTEGER_OPS): Define.
4995         (mips_const_insns): Use mips_build_integer to determine the number
4996         of instructions needed to load a CONST_INT.
4997         (move_operand): Reject compound CONST_INTs.
4998         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
4999         (mips_move_integer): New fn.
5000         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
5001         (mips_legitimize_move): Only legitimize constants when moving
5002         word or subword values.
5003
5004 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
5005
5006         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
5007
5008 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5009
5010         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
5011         modifying it.
5012
5013 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
5014             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5015
5016         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
5017         Hernandez, and Kazu Hirata.  Update Richard Henderson.
5018
5019 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
5020
5021         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
5022         to tentative declaration.
5023
5024         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
5025         (SYMBOL_FLAG_SMALL_V4): Delete.
5026         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
5027         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
5028         (rs6000_elf_in_small_data_p): Add extra section names.  Add
5029         comment about TREE_PUBLIC test.
5030
5031         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
5032         expand_stmt on result of expand_unreachable_stmt.
5033
5034 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5035
5036         * doc/contrib.texi (Contributors): Add Daniel Berlin.
5037
5038 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
5039
5040         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
5041         number of automata.
5042
5043         * config/rs6000/rs6000.c (symbol_ref_operand): Check
5044         SYMBOL_REF_FUNCTION_P on AIX.
5045         (current_file_function_operand): Same.
5046         * config/rs6000/rs6000.md (call,call_value): Force non-function
5047         symbol_ref into register on AIX.
5048
5049 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
5050
5051         * calls.c (struct arg_data): Move offset, slot_offset, size and
5052         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
5053         (initialize_argument_information): Adjust call to locate_and_pad_parm.
5054         Delete alignment_pad var.  Don't calculate slot_offset here.
5055         (emit_library_call_value_1): Delete alignment_pad, offset and size
5056         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
5057         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
5058         partial in-regs here.  Formatting fixes.
5059         * expr.h (struct locate_and_pad_arg_data): New struct.
5060         (locate_and_pad_parm): Adjust declaration.
5061         * function.c (assign_parms): Localize vars.  Use "locate" instead of
5062         other arg location vars.  Don't invoke FUNCTION_ARG or
5063         FUNCTION_INCOMING_ARG unless pretend_named is different from
5064         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
5065         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
5066         Use slot_offset for stack home of reg parms.  Correct test for
5067         parm passed in memory.  Formatting fixes.
5068         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
5069         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
5070         Correct initial_offset_ptr handling.  Localize vars.  Always pad
5071         locate->offset even when in_regs.
5072
5073 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
5074
5075         * Makefile.in (TREE_H): Replace location.h with input.h.
5076         (GTFILES) Remove location.h
5077         (gt-lists.h): Replace gt-location.h with gt-input.h
5078         * input.h (input_filename, input_line): Remove variables.
5079         (location_s, location_t): Move from location.h.
5080         (input_location): New.
5081         (input_filename, input_line): New #defines.
5082         * location.h: Remove.
5083         * tree.h: Replace location.h with input.h.
5084         (input_filename, input_line): Remove.
5085         * diagnostic.h: Replace location.h with input.h.
5086         * gcc.h (input_filename, input_filename_length): Remove declarations.
5087         * toplev.c (input_filename, input_line): Remove.
5088         (input_location): Define.
5089         (push_srcloc, pop_srcloc): Adjust.
5090         * diagnostic.c (diagnostic_report_current_module): Adjust.
5091
5092 2003-05-02  Nick Clifton  <nickc@redhat.com>
5093
5094         * configure.in: Add xstormy16 to list of targets that has a nop
5095         instruction and hence which can be tested to see if the
5096         assembler supports the --gdwarf2 switch.
5097         * configure: Regenerate.
5098
5099 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
5100
5101         PR target/8257
5102         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
5103         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
5104         Avoid undefined shifts by making the shift operand unsigned.
5105
5106 2003-05-01  DJ Delorie  <dj@redhat.com>
5107
5108         * reload.c (find_reloads): Also check that all of a multi-reg
5109         value is in the class.
5110
5111 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
5112
5113         * scan.h (lineno): Revert the rename here.
5114
5115 2003-05-01  Stan Shebs  <shebs@apple.com>
5116
5117         * config/darwin.c (darwin_encode_section_info): Call
5118         default_encode_section_info.
5119
5120 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
5121
5122         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
5123         (movsi_internal1): Use new mfjmpr attribute.
5124         (movhi_internal): Same.
5125         (movqi_internal): Same.
5126         (movcc_internal1): Same.
5127         (movdi_internal64): Same.
5128         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
5129         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
5130         * config/rs6000/40x.md: Add fpu_405.
5131         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
5132         into power4misc automata.  Remove extraneous parentheses.
5133         * config/rs6000/440.md: New file.
5134         * config/rs6000/rs6000.c (processor_target_table): Add 440,
5135         440fp.  Rename 405f to 405fp.
5136         (function_arg_padding): Correct formatting.
5137         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
5138
5139 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
5140
5141         * input.h (lineno): Rename to ...
5142         (input_line): ... here.
5143         * tree.h (lineno): Rename to ...
5144         (input_line): ... here.
5145         * scan.h (lineno): Rename to ...
5146         (input_line): ... here.
5147         * toplev.c (lineno): Rename to ...
5148         (input_line): ... here.
5149         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
5150         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
5151         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
5152         store_parm_decls, c_expand_body_1): Likewise.
5153         * c-errors.c (pedwarn_c99): Likewise.
5154         * c-format.c (status_warning): Likewise.
5155         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
5156         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
5157         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
5158         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
5159         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
5160         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
5161         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
5162         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
5163         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
5164         * coverage.c (create_coverage): Likewise.
5165         * diagnostic.c (pedwarn, sorry, error, fatal_error,
5166         internal_error, warning, diagnostic_report_current_module,
5167         inform): Likewise.
5168         * expr.c (expand_expr): Likewise.
5169         * integrate.c (expand_inline_function,
5170         output_inline_function): Likewise.
5171         * rtl-error.c (file_and_line_for_asm): Likewise.
5172         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
5173         walk_tree): Likewise.
5174         * tree.c (make_node): Likewise.
5175         * ada, cp, f, java, objc, treelang: Likewise.
5176         * objc/objc-act.c (objc_init): Rename lineno to input_line.
5177         (build_module_descriptor, build_selector_translation_table,
5178         build_protocol_template, build_method_prototype_list_template,
5179         build_category_template, build_selector_table,
5180         build_class_template, build_super_template, build_ivar_template,
5181         build_ivar_list_template, build_method_list_template,
5182         build_method_template, add_instance_variable): Likewise.
5183
5184         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
5185         name from input_filename.
5186
5187 2003-04-30  Eric Christopher  <echristo@redhat.com>
5188             Richard Sandiford <rsandifo@redhat.com>
5189
5190         * configure: Regenerate from patches below.
5191         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
5192         for all symbolic operands.
5193         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
5194         to function.
5195         * config/mips/linux.h: Fix typo.
5196         * Merge from mips-3_4-rewrite branch:
5197
5198         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
5199
5200                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
5201                 handling local labels when TARGET_ABICALLS.
5202
5203         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
5204
5205                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
5206                 integer argument.
5207                 (mips_expand_call): Likewise.
5208                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
5209                 (FIXED_REGISTERS): Clear $31 entry.
5210                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
5211                 (EPILOGUE_USES): Define.
5212                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
5213                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
5214                 (override_options): Add a 'j' register class.
5215                 (mips_expand_call): Handle sibcalls
5216                 (mips_expand_epilogue): Handle epilogues for sibcalls.
5217                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
5218                 (sibcall_epilogue): New pattern.
5219                 (call, call_value): Adjust calls to mips_expand_call.
5220                 (sibcall, sibcall_value): New expanders.
5221                 (sibcall_internal, sibcall_value_internal): New patterns.
5222                 (sibcall_value_multiple_internal): New pattern.
5223
5224         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
5225
5226                 * config/mips/mips.md (extended_mips16): New attribute.
5227                 (define_attr length): Default to 8 if extended_mips16 == yes.
5228                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
5229                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
5230                 (call_internal): Set extended_mips16 to yes for direct jumps.
5231                 Remove redundant mode attribute.
5232                 (call_value_internal, call_value_multiple_internal): Likewise.
5233                 (call_split): Remove redundant mode attribute.
5234                 (call_value_split, call_value_multiple_split): Likewise.
5235
5236                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
5237                 of unaligned offsets.
5238
5239                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
5240                 of SYMBOL_GENERAL.
5241
5242         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
5243
5244                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
5245                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
5246                 for mips16 code.
5247
5248         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
5249
5250                 * config/mips/mips.h (ADDRESS_COST): Define.
5251
5252         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
5253
5254                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
5255                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
5256                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
5257
5258         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
5259
5260                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
5261                 of a two-instruction sequence.  Add register->memory alternative.
5262                 (truncdihi2, truncdiqi2): Likewise.
5263                 Rework shift/truncate instructions so that they only handle right
5264                 shifts of 32 (or more, in the case of arithmetic shifts).
5265                 Add patterns for truncate/sign-extend.
5266
5267         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
5268
5269                 * configure.in (mips*-*-*): Check for explicit relocation support.
5270                 * configure: Regenerate.
5271
5272         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
5273
5274                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
5275                 and -mno-explicit-relocs.
5276                 (MASK_EXPLICIT_RELOCS): Define.
5277                 (TARGET_EXPLICIT_RELOCS): Use it.
5278                 (mips_split_addresses): Remove declaration.
5279                 * config/mips/mips.c (override_options): Update comment for
5280                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
5281
5282         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
5283
5284                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
5285                 a CONST as identity.  Check the return value of gen_lowpart_common.
5286
5287         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
5288
5289                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
5290                 references for TARGET_EXPLICIT_RELOCS.
5291                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
5292                 !TARGET_MIPS16.
5293
5294         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
5295
5296                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
5297                 (addsi3): Remove redundant constraints.
5298                 (addsi3_internal): Use separate register & constant alternatives.
5299                 Use a 'Q' constraint and "addiu" insn for the latter.
5300                 (adddi3_internal_3, addsi3_internal_2): Likewise.
5301
5302         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
5303
5304                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
5305                 (mips_expand_unaligned_store): Declare.
5306                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
5307                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
5308                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
5309                 (UNSPEC_ULD, UNSPEC_USD): Remove.
5310                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
5311                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
5312                 (extv, extzv): Use mips_expand_unaligned_load.
5313                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
5314                 predicate for operand 3.
5315                 (movsi_ulw, movsi_usw): Replace with...
5316                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
5317                 (movdi_uld, movdi_usd): Likewise replace with...
5318                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
5319
5320         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
5321
5322                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
5323                 * config/mips/mips.h (LEA_REGS): New register class.
5324                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
5325                 (GR_REG_CLASS_P): Include LEA_REGS.
5326                 (DANGEROUS_FOR_LA25_P): New macro.
5327                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
5328                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
5329                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
5330                 entries to LEA_REGS.
5331                 (mips_global_pic_constant_p): New function.
5332                 (override_options): Add 'e' register constraint.
5333                 (mips_secondary_reload_class): Return LEA_REGS when reloading
5334                 a dangerous constant into a class containing $25.
5335                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
5336                 (movsi_internal): Likewise.
5337
5338         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
5339
5340                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
5341                 * config/mips/mips.md (call_split): New insn.
5342                 (call_value_split, call_value_multiple_split): New insns.
5343                 (call_internal): Turn into a define_insn_and_split.  Split the
5344                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
5345                 (call_value_internal, call_value_multiple_internal): Likewise.
5346
5347         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
5348
5349                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
5350                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
5351                 (mips_encode_section_info): Don't take symbol visibility into
5352                 account if TARGET_ABICALLS.  Add more commentary.
5353                 * config/mips/mips.md: Add commentary above reloc constants.
5354
5355         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
5356
5357                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
5358                 from mips_legitimize_move.  Legitimize constant pool references.
5359                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
5360                 a REG_EQUAL note to the last instruction.
5361
5362         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
5363
5364                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
5365                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
5366                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
5367                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
5368                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
5369                 (UNSPEC_RELOC_GPREL16): Rename to...
5370                 (RELOC_GPREL16): ...this.
5371                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
5372                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
5373                 (macro_calls): New attribute.
5374                 (length): Use it to set the default length of calls.  Don't allow
5375                 calls to have delay slots if macro_calls is "yes".
5376                 (luisi, luidi): New patterns.
5377                 (lowsi, lowdi): Use '%R' to print the relocation.
5378                 (lowdi_extend): Remove.
5379                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
5380                 (call_internal): Merge alternatives.  Always use "jal".
5381                 (call_value_internal, call_value_multiple_internal): Likewise.
5382                 (reloc_gprel16): Remove.
5383                 * config/mips/mips.c (mips_got_alias_set): New variable.
5384                 (mips_classify_constant): Handle the new relocation constants.
5385                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
5386                 (mips_symbolic_address_p): Return false if generating explicit relocs.
5387                 Otherwise allow local PIC symbols to have an offset.
5388                 (mips_splittable_symbol_p): New function.
5389                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
5390                 (mips_const_insns): Always accept HIGH.
5391                 (call_insn_operand): Don't accept global symbols if using explicit
5392                 relocs.
5393                 (move_operand): Don't accept HIGH when generating PIC.
5394                 (mips_reloc, mips_lui_reloc): New functions.
5395                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
5396                 be a valid right-hand-side for a SET pattern.
5397                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
5398                 (mips_emit_high): New function.
5399                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
5400                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
5401                 address should be used.  Use mips_emit_high to generate the
5402                 high part of such an address.  Adjust the global symbol + offset
5403                 case to match the change to mips_force_temprorary.
5404                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
5405                 If generating explicit-reloc PIC, load the address of global
5406                 symbols from the GOT.  Use mips_emit_high to emit the high part
5407                 of an address.
5408                 (mips_simplify_dwarf_addr): New function.
5409                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
5410                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
5411                 (mips_expand_call): Load the addresses of global functions using
5412                 %call* relocs if generating explicit-reloc PIC.  Don't generate
5413                 an exception_receiver pattern.
5414                 (override_options): Initialize mips_got_alias_set.
5415                 (print_relocation): Remove in favor of...
5416                 (mips_reloc_string): ...this new function.
5417                 (print_operand): Handle '%R'.  Use mips_reloc_string.
5418                 (print_operand_address): Use print_operand to print the symbolic
5419                 part of a LO_SUM address.
5420                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
5421                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
5422                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
5423                 for local symbols.
5424
5425         2003-02-02  Eric Christopher  <echristo@redhat.com>
5426
5427                 * config/mips/mips.c (mips_sign_extend): Remove.
5428                 * config/mips/mips-protos.h: Ditto.
5429                 * config/mips/mips.md (movdi_internal2_extend): Remove.
5430                 (extendsidi2): Fix mode of convert_memory_address.
5431
5432         2003-01-24  Eric Christopher  <echristo@redhat.com>
5433
5434                 * config/mips/mips.md: Rewrite zero_extend* and extend*
5435                 patterns. Use explicit instructions and split after reload
5436                 for register extensions.
5437                 (ashlsi3_internal1_extend): New combiner pattern for
5438                 shift and extend combinations.
5439                 * config/mips/mips.h: Change Pmode back to ptr_mode
5440                 for performance enhancement.
5441                 * combine.c (expand_compound_operation): Make sure
5442                 that zero_extend operation is profitable.
5443
5444         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
5445
5446                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
5447                 addresses depend on ptr_mode rather than Pmode.
5448                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
5449                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
5450                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
5451                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
5452                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
5453                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
5454                 (tablejump_internal1): Remove condition.
5455                 (tablejump_internal2): Change condition to TARGET_64BIT.
5456                 (cpaddsi): Rename to...
5457                 (cpadd): ...this.
5458                 (cpadddi): Remove.
5459
5460         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
5461
5462                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
5463                 mips_address_cost, mips_check_split, double_memory_operand,
5464                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
5465                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
5466                 (mips_legitimate_address_p): Return bool.
5467                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
5468                 mips_legitimize_address, mips_legitimize_move,
5469                 mips_expand_call): Declare.
5470                 (mips_return_addr): Move outside #ifdef RTX_CODE.
5471
5472                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
5473                 (PIC_FN_ADDR_REG): New reg_class.
5474                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
5475                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
5476                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
5477                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
5478                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
5479                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
5480                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
5481                 (LEGITIMATE_PIC_OPERAND): Undefine.
5482                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
5483                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
5484                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
5485                 (FUNCTION_MODE): Change to SImode.
5486                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
5487                 most constants.  Treat const_artih_operands specially if they
5488                 occur in a PLUS or MINUS.
5489                 (CONSTANT_POOL_COST): New macro.
5490                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
5491                 Add LO_SUM handling.
5492                 (ADDRESS_COST): Undefine.
5493                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
5494                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
5495                 to call_insn_operand and remove CONST_INT.
5496
5497                 * config/mips/mips.c: Include integrate.h.
5498                 (SINGLE_WORD_MODE_P): New macro.
5499                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
5500                 (mips_constant_info, mips_address_info): New structs.
5501                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
5502                 (mips_classify_constant, mips_classify_symbol,
5503                 mips_valid_base_register_p, mips_symbolic_address_p,
5504                 mips_classify_address, mips_symbol_insns,
5505                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
5506                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
5507                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
5508                 mips_print_relocation): New functions.
5509                 (const_arith_operand): New operand predicate.
5510                 (arith_operand): Use it.
5511                 (mips_const_double_ok, mips16_simple_memory_operand,
5512                 simple_memory_operand, double_memory_operand, mips_check_split,
5513                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
5514                 mips16_gp_offset_p, mips16_output_gp_offset,
5515                 mips16_constant_after_function_p, mips16_constant): Remove.
5516                 (call_insn_operand): Be more fussy about symbolic constants.
5517                 Use register_operand.
5518                 (move_operand): Use mips_symbolic_address_p to check symbolic
5519                 operands and general_operand to check the rest.
5520                 (symbolic_operand): Use mips_classify_constant.
5521                 (mips_legitimate_address_p): Use mips_classify_address.
5522                 (mips_move_1word): Combine handling of symbolic addresses.
5523                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
5524                 (move_move_2words): Likewise.  Assume addresses are offsettable
5525                 if they need to refer to more than one word.  Add HIGH handling.
5526                 (mips_restore_gp): Use ptr_mode for the GP save slot.
5527                 (mips_expand_call): New function, combining the old mips.md
5528                 call and call_internal define_expands.  If the address isn't
5529                 a call_insn_operand, force it into a register.  For SVR4 PIC,
5530                 emit an exception_receiver instruction after the call.
5531                 (override_options): Only override flag_pic for TARGET_ABICALLS
5532                 if it is currently zero.  Allow mips_split_addresses when
5533                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
5534                 Add new register class letter, 'c'.
5535                 (print_operand): Use mips_classify_constant for constant operands.
5536                 (print_operand_address): Use mips_classify_address.
5537                 (mips_output_function_prologue): Don't use .cprestore.
5538                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
5539                 via the frame pointer if current_function_calls_eh_return.
5540                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
5541                 to mark whether a symbol is local or global.
5542                 (build_mips16_call_stub): Expect the address of the function rather
5543                 than a MEM reference to it.  Update call generation sequences.
5544                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
5545                 small-data adjustments.
5546
5547                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
5548                 length for loads and stores.
5549                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
5550                 (define_attr type): Add const and prefetch.
5551                 (define_attr length): Use mips_const_insns for const instructions.
5552                 Use mips_fetch_insns for load and store instructions.
5553                 (define_attr single_insn): New.
5554                 (define_attr can_delay): Use it.
5555                 (define_attr abicalls): Remove.
5556                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
5557                 (addsi3_internal_2): Add 'Q' constraint.
5558                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
5559                 (high): Remove.
5560                 (lowsi): Renamed from low.
5561                 (lowdi): New pattern.
5562                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
5563                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
5564                 (loadgp): Change operand 0 to an immediate_operand.
5565                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
5566                 beforehand.
5567                 (cpaddsi, cpadddi): New patterns.
5568                 (tablejump_internal3, tablejump_internal4): Remove define_expands
5569                 and associated define_splits.
5570                 (call, call_value): Use mips_expand_call.
5571                 (call_internal): New, replacing all existing call_internal* insns.
5572                 (call_value_internal): Likewise call_value_internal*.
5573                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
5574                 (untyped_call): Remove if (operands[0]) magic.
5575                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
5576                 (prefetch_di_address, prefetch_di): Likewise.
5577                 (leasi, leadi): Remove.
5578                 (reloc_gprel16): New.
5579
5580                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
5581                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
5582                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
5583
5584         2003-01-08  Eric Christopher  <echristo@redhat.com>
5585
5586                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
5587                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
5588                 configure check for libgloss.
5589                 * config/mips/elf64.h: Ditto.
5590                 * config/mips/mips.c: Remove ABI_MEABI.
5591                 * config/mips/mips.h: Ditto.
5592
5593         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
5594
5595                 Fix merge fallout.
5596                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
5597                 (muldi3_internal): Remove outdated comment.
5598                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
5599                 (*smsac_di, *umsac_di): Likewise.  Reformat.
5600                 (umulsi3_highpart): Minor formatting tweaks.
5601                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
5602                 redundant scratch operand.  Minor formatting tweak.
5603                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
5604                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
5605                 (smulsi3_highpart): As for the unsigned version.
5606                 (smulsi3_highpart_internal): Likewise.
5607                 (smulsi3_highpart_mulhi_internal): Likewise.
5608                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
5609                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
5610                 (*smul_acc_di): Remove duplicated pattern.
5611                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
5612                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
5613                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
5614
5615         2002-10-22  Eric Christopher  <echristo@redhat.com>
5616
5617                 * config/mips/mips-protos.h (mips_return_addr): New.
5618                 * config/mips/mips.c (mips_return_addr): New.
5619                 (movdi_operand): Remove.
5620                 (se_register_operand): Ditto.
5621                 (se_reg_or_0_operand): Ditto.
5622                 (se_uns_arith_operand): Ditto.
5623                 (se_arith_operand): Ditto.
5624                 (se_nonmemory_operand): Ditto.
5625                 (extend_operator): Ditto.
5626                 (highpart_shift_operator): Ditto.
5627                 (mips_initial_elimination_offset): Remove return address pointer
5628                 elimination.
5629                 (mips_reg_names): Remove $ra.
5630                 (mips_regno_to_class): Ditto.
5631                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
5632                 and TARGET_64BIT.
5633                 (POINTER_BOUNDARY): Remove.
5634                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
5635                 (PROMOTE_MODE): Promote to Pmode.
5636                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
5637                 (Pmode): Define to TARGET_64BIT.
5638                 (FUNCTION_MODE): Define as Pmode.
5639                 (mips_args): Remove deleted functions.
5640                 (SIZE_TYPE): Depend on POINTER_SIZE.
5641                 (PTRDIFF_TYPE): Ditto.
5642                 (FIXED_REGISTERS): Fix extra registers.
5643                 (CALL_USED_REGISTERS): Ditto.
5644                 (CALL_REALLY_USED_REGISTERS): Ditto.
5645                 (RAP_REG_NUM): Remove.
5646                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
5647                 (RETURN_ADDR_RTX): Define to mips_return_addr.
5648                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
5649                 (CAN_ELIMINATE): Ditto.
5650                 * config/mips/mips.md: For DImode patterns, take into account
5651                 deletions above. Split mulsidi patterns into sign_extend and
5652                 zero_extend.
5653
5654         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
5655                     Michael Meissner  <meissner@redhat.com>
5656
5657                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
5658                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
5659                 mop up unnecessarly moves through LO.
5660                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
5661                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
5662                 change mtlo/macc sequences into mul/add sequences when a three-
5663                 address mul is available.
5664                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
5665                 (*mul_sub_si): Fix contraint for operand 5.
5666                 (*muls): Use in 32-bit code as well.
5667                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
5668                 if the destination is LO.  Remove duplicate define_split.
5669                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
5670                 (*msac_di): Likewise.  Fix formatting.
5671                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
5672                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
5673                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
5674                 (*xmulsi3_neg_highpart_mulhi): Likewise.
5675                 (*mul_acc_64bit_di): Remove.
5676                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
5677
5678         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
5679
5680                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
5681                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
5682                 (MULTILIB_DIRNAMES): Remove long32.
5683                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
5684                 (MULTILIB_REDUNDANT_DIRS): Remove.
5685
5686         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
5687
5688                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
5689                 * gcc.c (driver_self_specs): New variable.
5690                 (do_self_spec): New function.
5691                 (main): Use it to process driver_self_specs.
5692
5693         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
5694
5695                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
5696                 Remove DImode define_split for !TARGET_64BIT.
5697                 (anddi3): Remove !TARGET_64BIT support from here as well.
5698                 Change operand 2's predicate to se_uns_arith_operand.
5699                 Add constant alternatives to define_insn.
5700                 (iordi3, xordi3, *nordi3): Likewise.
5701                 (anddi3_internal1, xordi3_immed): Remove.
5702
5703         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5704
5705                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
5706                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
5707                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
5708                 * config/mips/mips.md: Apply same renaming here.
5709
5710         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5711
5712                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
5713                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
5714                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
5715                 * config/mips/mips.md (define_attr cpu): Remove r4320.
5716                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
5717
5718         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5719
5720                 * config/mips/mips.c (mips16_strings): New variable.
5721                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
5722                 symbol in mips16_strings.  Free the list.
5723                 (mips_encode_section_info): Keep track of local strings.
5724
5725         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5726
5727                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
5728                 (sordered_df, sordered_sf): Remove.
5729                 * config/mips/mips.c (get_float_compare_codes): New fn.
5730                 (gen_int_relational, gen_conditional_move): Use it.
5731
5732         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
5733
5734                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
5735                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
5736                 * config/mips/mips.c (fcc_register_operand): New function.
5737                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
5738                 (override_options): Allow TFmode values in float registers
5739                 if ISA_HAS_8CC.
5740                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
5741                 to fcc_register_operand.  Remove misleading source constraint.
5742                 Use mips_emit_fcc_reload.
5743                 (reload_outcc): Duplicate reload_incc.
5744
5745
5746 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
5747
5748         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
5749
5750 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
5751
5752         * tree-inline.c (inlinable_function_p): Back out last change, it's
5753         unnecessary.
5754
5755 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
5756
5757         * ggc-page.c (TREE_EXP_SIZE): Define.
5758         (extra_order_size_table): New entry for expr trees with
5759         two operands.
5760
5761 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
5762
5763         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
5764         (c_expand_start_cond): Adjust.
5765         (c_expand_end_cond): Don't use warning_with_file_and_file.
5766         (shadow_warning): Likewise.
5767
5768 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
5769
5770         * tree.h (DECL_POINTER_DEPTH): Remove.
5771         (struct tree_decl): Remove pointer_depth.
5772
5773 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
5774
5775         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
5776         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
5777         (rs6000_xcoff_encode_section_info): Remove.
5778         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
5779         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
5780         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
5781         Use SYMBOL_REF_FLAGS.
5782         (rs6000_elf_encode_section_info): Call default_encode_section_info for
5783         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
5784         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
5785         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
5786         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
5787         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
5788
5789 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
5790
5791         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
5792
5793 2003-04-30  Andreas Schwab  <schwab@suse.de>
5794
5795         * doc/extend.texi (Other Builtins): Enclose multiple word data
5796         type in braces for @deftypefn.
5797
5798 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5799
5800         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
5801
5802         * doc/install.texi (--enable-threads): Document "gnat" option.
5803
5804 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
5805
5806         * diagnostic.h (output_formatted_scalar): Tweak.
5807         * diagnostic.c (output_long_decimal): Likewise.
5808         (output_unsigned_decimal): Likewise.
5809         (output_long_unsigned_decimal): Likewise.
5810         (output_octal): Likewise.
5811         (output_long_octal): Likewise.
5812         (output_hexadecimal): Likewise.
5813         (output_long_hexadecimal): Likewise.
5814         (output_pointer): New function.
5815         (output_format): Use it.  Recognize "%p" format specifier.
5816
5817 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5818
5819         * function.c (purge_addressof_1): Postpone insn in fewer cases.
5820
5821 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
5822
5823         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
5824         call abort() after running out of stack space.
5825
5826         * c-typeck.c (function_types_compatible_p): Ignore incompatible
5827         'volatile' qualifiers on a function's return type in GNU mode.
5828
5829 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
5830
5831         * expr.c (emit_group_load): Dump parallels of simd types to
5832         memory.
5833
5834 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
5835
5836         * genautomata.c (add_vect): Check undefined value for range type
5837         too.
5838
5839 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
5840
5841         * configure.in:  More general test for cmp --ignore-initial.
5842         * configure:  Regenerate.
5843
5844 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5845
5846         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
5847         (layout_decl, place_field): Likewise.
5848         Also make minor type and whitespace changes.
5849
5850         * tree.c (save_expr): Don't fold a COMPONENT_REF.
5851
5852 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
5853
5854         * calls.c (expand_call): When modes of target and valreg match, force
5855         sibcall failure when target is a MEM.
5856
5857 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
5858
5859         * tree-inline.c (inlinable_function_p): Don't support inlining
5860         functions using varargs.
5861
5862         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
5863
5864         * dwarf2out.c (output_call_frame_info): No need to output EH
5865         unwind information if all_throwers_are_sibcalls.
5866
5867         * c-semantics.c (expand_unreachable_stmt): Return a tree.
5868         (expand_stmt): Update for change to expand_unreachable_stmt.
5869         (expand_unreachable_if_stmt): Likewise.
5870
5871         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
5872
5873 2003-04-29  Jason Merrill  <jason@redhat.com>
5874
5875         PR middle-end/10336
5876         * jump.c (never_reached_warning): Really stop looking if we reach
5877         the beginning of the function.
5878
5879 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
5880
5881         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
5882         Remove redundant macros.
5883         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
5884         (LOCAL_LABEL_PREFIX): Define unconditionally.
5885         (NO_DOT_IN_LABEL): Clarify comment.
5886         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
5887         definition to "long int".
5888
5889 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
5890
5891         bootstrap/10452
5892         * gengtype-yacc.y: Improve portability.
5893
5894 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
5895
5896         * config.gcc: Install obsolete target list for GCC 3.3.
5897         * doc/install.texi: Mention in specific-target instructions
5898         that certain configurations are deprecated.
5899
5900 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
5901
5902         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
5903
5904 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5905
5906         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
5907         * gcc.c (display_help): Likewise.
5908         * toplev.c (f_options): Likewise.
5909         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
5910         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
5911         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
5912         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
5913         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
5914
5915 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
5916
5917         * varasm.c (default_assemble_visibility): Use assemble_name.
5918
5919 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
5920
5921         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
5922         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
5923         (SIZE_TYPE): New macro.
5924         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
5925         (SET_ASM_OP): New macro.
5926         (HANDLE_SYSV_PRAGMA): New macro.
5927         (ASM_WEAKEN_LABEL): New macro.
5928
5929 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
5930
5931         PR c++/10180
5932         * tree-inline.c (expand_call_inline): Call push_srcloc when
5933         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
5934
5935 2003-04-28  Mike Stump  <mrs@apple.com>
5936
5937         * gdbinit.in: Update to reflect new identifier structure.
5938
5939 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
5940
5941         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
5942         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
5943         struct tree_complex, struct tree_vector): Remove RTL field.
5944         (CONSTRUCTOR_ELTS): Use elt 0.
5945         * tree.def (CONSTRUCTOR): Delete first of its two operands.
5946         * varasm.c (output_constant_def): Remove early exit if
5947         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
5948         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
5949         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
5950         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
5951
5952 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
5953
5954         * c-decl.c (finish_decl): When prototype with asmspec is found
5955         for built-in, adjust built_in_decls as well as expr.c decls.
5956         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
5957         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
5958         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
5959
5960 2003-04-28  Richard Henderson  <rth@redhat.com>
5961
5962         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
5963         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
5964         integral constant mult operand.
5965         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
5966         (const_smulsi3_highpart_v8plus): Likewise.
5967         (const_smulsi3_highpart): Likewise.
5968         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
5969         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
5970         (const_umulsi3_highpart_v8plus): Likewise.
5971         (const_umulsi3_highpart): Likewise.
5972
5973 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
5974
5975         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
5976         Define as 1.
5977
5978 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
5979
5980         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
5981
5982 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
5983
5984         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
5985         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
5986         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
5987         functions.
5988         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
5989
5990 2003-04-28  Nick Clifton  <nickc@redhat.com>
5991
5992         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
5993
5994 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
5995
5996         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
5997         output_constant_def, use its result instead of TREE_CST_RTL (exp).
5998         Can assume it has the form (mem (symbol_ref ".LCxxx")).
5999         (expand_expr <COMPONENT_REF>): Can always just extract the
6000         relevant field of a CONSTRUCTOR.
6001         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
6002         ARRAY_RANGE_REF>): Make control flow explicit.
6003         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
6004         an INTEGER_CST.
6005
6006 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
6007
6008         * reload1.c (reg_set_luid): Fix a comment typo.
6009
6010 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
6011
6012         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
6013         struct deferred_string, const_str_htab): Kill.
6014         (n_deferred_strings): New static variable.
6015         (build_constant_desc): Set SYMBOL_REF_DECL of the new
6016         symbol_ref to point to the constant.
6017         (output_constant_def): When a deferred string is forced out,
6018         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
6019         (mark_constant): Likewise.
6020         (maybe_output_constant_def_contents): When deferring a string
6021         constant, just set STRING_POOL_ADDRESS_P and increment
6022         n_deferred_strings.
6023         (mark_constant_pool): Check n_deferred_strings, not the size
6024         of const_str_htab.
6025         (init_varasm_once): No need to create const_str_htab.
6026
6027         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
6028         SYMBOL_REF_DECL points to a constant.
6029
6030 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
6031
6032         * varasm.c (output_constant_def): Split out two new static
6033         functions, build_constant_desc and maybe_output_constant_def_contents.
6034         Restructure for comprehensibility.  Don't call
6035         output_addressed_constants.  Treat defstr being non-NULL for
6036         STRING_POOL_ADDRESS_P constants as an invariant.
6037         (struct deferred_string): Remove labelno field.
6038         (output_constant_def_contents): Kill labelno argument. Call
6039         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
6040         asm_out.internal_label.
6041         (mark_constant): Update call to output_constant_def_contents.
6042         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
6043         constants as an invariant.
6044
6045 2003-04-26  Richard Henderson  <rth@redhat.com>
6046
6047         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
6048         (ix86_expand_call, ix86_rtx_consts): Likewise.
6049
6050 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6051
6052         * doc/md.texi (cmpstr): Document additional restrictions.
6053
6054 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
6055
6056         * flags.h (time_report): Remove.
6057         * timevar.c (timevar_enable): New.
6058         (TIMEVAR_ENABLE): Remove, use timevar_enable.
6059         (timevar_init): Rename from init_timevar.
6060         * timevar.h (timevar_init): Rename from init_timevar.
6061         * toplev.c (time_report): Make static.
6062         (do_compile): Conditionally call init_timevar first.
6063         (preprocess_options): Move some code to do_compile.
6064
6065 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
6066
6067         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
6068
6069 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
6070
6071         * _cpp_lex_direct: Remove pointless code.
6072
6073 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
6074
6075         * doc/extend.texi (Function Attributes): Document "near" and "far"
6076         for 68HC11 and 68HC12.
6077
6078 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6079
6080         * expr.c (store_field): When making temporary for store, don't
6081         make it TYPE_QUAL_CONST.
6082
6083 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
6084
6085         * toplev.c (read_integral_parameter):  Use "argument" in error
6086         message to distinguish it from actual invalid options.
6087
6088 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
6089
6090         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
6091         addition of __PIC__ and __pic__ macros.
6092         * config/xtensa/xtensa.h: Clean up indentation.
6093
6094 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
6095
6096         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
6097         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
6098         (SUBTARGET_CPP_SPEC): Define.
6099         (LIB_SPEC): Delete.
6100         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
6101         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
6102         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
6103         Define.
6104         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
6105         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
6106
6107 2003-04-25  H.J. Lu <hjl@gnu.org>
6108
6109         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
6110         for return mode.
6111         (ia64_expand_builtin): Set rmode to SImode for
6112         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
6113         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
6114         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
6115         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
6116
6117 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
6118
6119         * configure.in (make_compare_target):  Test for GNU cmp and set this
6120         variable appropriately.
6121         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
6122         compare4-lean): Rename actual targets to slowcompare*.  New compare*
6123         targets depend on names based on make_compare_target.
6124         * configure:  Regenerated.
6125
6126 2003-04-25  Richard Henderson  <rth@redhat.com>
6127
6128         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
6129         to clobber ar.pfs and ar.unat.
6130         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
6131         fix test for spilling ar.pfs to the stack.
6132
6133 2003-04-25  Richard Henderson  <rth@redhat.com>
6134
6135         PR opt/10315
6136         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
6137         checks during reload; use validize_mem instead of adjust_address.
6138
6139 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
6140
6141         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
6142         return values from recog_memoized().
6143
6144 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6145
6146         PR opt/8705
6147         * gcse.c (try_replace_reg): On a successful substitution of a constant
6148         into a single set, try to simplify the source of the set.
6149         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
6150         constant source.
6151
6152 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
6153
6154         * cpplex.c (cpp_token_len): Tighten up.
6155         (cpp_token_as_text): Need extra byte now.
6156         * cpplib.c (glue_header_name): Need extra 2 bytes.
6157         * cppmacro.c (cpp_macro_definition): Need extra byte.
6158
6159 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
6160
6161         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
6162         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
6163         where they might be not present. Use their _sp64 equivalent
6164         instead.
6165
6166 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
6167
6168         * i386.md (cvtsi2sdq): Fix typo in previous patch.
6169
6170 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
6171
6172         * configure.in: Check whether mbstowcs works.
6173         * configure, config.in: Regenerate.
6174         * intl.c: Use HAVE_WORKING_MBSTOWCS.
6175
6176 2003-04-24  H.J. Lu <hjl@gnu.org>
6177
6178         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
6179         for __sync_bool_compare_and_swap_di for int return type.
6180
6181         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
6182         Change return type to int.
6183         (__sync_bool_compare_and_swap): Likewise.
6184
6185 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
6186
6187         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
6188         looking for fallthru edge.
6189
6190         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
6191         Fix.
6192         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
6193         athlon-fvector): New.
6194         (athlon_*): Revisit to match new optimization guide.
6195         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
6196         * i386.md (cvt??2?? patterns): Fix modes.
6197         (fistp patterns): Set modes.
6198
6199         Accidentaly commited with my earlier reload patch:
6200         PR c/10308
6201         * reload.c (find_reloads_address_1): Reload plus at the place of
6202         index register.
6203
6204 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
6205
6206         New GCOV_TAG_FUNCTION layout
6207         * coverage.c (struct function_list): Replace name with ident.
6208         (struct counts_entry): Likewise.
6209         (fn_ident): New.
6210         (htab_counts_entry_hash, htab_counts_entry_eq,
6211         htab_counts_entry_del): Adjust.
6212         (reads_count_file, get_coverage_counts,
6213         coverage_begin_output, coverage_end_function): Adjust.
6214         (build_fn_info_type, build_fn_info_value): Likewise.
6215         * gcov-dump.c (tag_function): Adjust.
6216         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
6217         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
6218         * gcov.c (struct function_info): Add ident.
6219         (read_graph_file, read_count_file): Adjust.
6220         * libgcov.c (gcov_exit): Adjust.
6221
6222 2003-04-23  Richard Henderson  <rth@redhat.com>
6223
6224         PR opt/8300
6225         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
6226         after initialize_uninitialized_subregs; update reg info assuming
6227         new pseudos were created.
6228
6229 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
6230
6231         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
6232         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
6233         (lex_string): Take cpp_string with full spelling.
6234         (cb_ident): Update.
6235         (c_lex): Update diagnostics.
6236         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
6237         (create_literal): New.
6238         (lex_string): Unterminated literals have type CPP_OTHER.
6239         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
6240         for CPP_OTHER.
6241         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
6242         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
6243         * cpplib.c (parse_include, do_line, do_linemarker,
6244         destringize_and_run): Update for token storing full spelling.
6245         * cpplib.h: Update token spelling types.
6246         * cppmacro.c (stringify_arg, check_trad_stringification):
6247         Update for token storing full spelling.
6248
6249 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
6250
6251         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
6252
6253 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
6254
6255         * arm.h (TARGET_OPTIONS): Add value field.
6256
6257 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
6258
6259         * doc/extend.texi: Remove duplicate 2003 copyright date.
6260
6261 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
6262
6263         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
6264         (libgcov.a): Depends on LIBGCC_DEPS.
6265         * basic-block.h (profile_info): Moved here from coverage.h. Made
6266         a pointer.
6267         * coverage.c (struct function_list): Fixed array of counter types.
6268         (struct counts_entry): Keyed by counter type, contains summary.
6269         (profile_info): Moved to profile.c.
6270         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
6271         vars.
6272         (profiler_label): Remove.
6273         (ctr_labels): New.
6274         (set_purpose, label_for_tag, build_counter_section_fields,
6275         build_counter_section_value, build_counter_section_data_fields,
6276         build_counter_section_data_values, build_function_info_fields,
6277         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
6278         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
6279         build_ctr_info_value, build_gcov_info): New.
6280         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
6281         (reads_counts_file): Adjust.
6282         (get_coverage_counts): Takes counter number. Add summary
6283         parameter. Adjust.
6284         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
6285         create counter array labels.
6286         (coverage_end_function): Adjust.
6287         (create_coverage): Adjust.
6288         (find_counters_section): Remove.
6289         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
6290         (struct section_info, struct profile_info): Remove.
6291         (profile_info): Moved to basic-block.h.
6292         (coverage_counter_ref): Takes a counter number.
6293         (get_coverage_counts): Takes a counter number. Added summary
6294         parameter.
6295         (find_counters_section): Remove.
6296         * gcov-dump.c (tag_arc_counts): Rename to ...
6297         (tag_counters): ... here. Adjust.
6298         (tag_table): Move tag_counters to 3rd entry. Remove
6299         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
6300         (dump_file): Check for counter tag values here.
6301         (tag_summary): Adjust.
6302         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
6303         * gcov-io.h (GCOV_LOCKED): New.
6304         (GCOV_TAG_ARC_COUNTS): Rename to ...
6305         (GCOV_TAG_COUNTS_BASE): ... here.
6306         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
6307         Remove.
6308         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
6309         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
6310         GCOV_TAG_IS_COUNTER): New.
6311         (struct gcov_ctr_summary): New.
6312         (struct gcov_summary): Adjust.
6313         (struct gcov_counter_section): Remove.
6314         struct gcov_counter_section_data): Remove.
6315         (struct gcov_function_info): Rename to ...
6316         (struct gcov_fn_info): ... here. Adjust.
6317         (struct gcov_ctr_info): New.
6318         (struct gcov_info): Adjust.
6319         * gcov.c (read_count_file): Adjust.
6320         (output_lines): Adjust.
6321         * libgcov.c (gcov_exit): Adjust.
6322         (__gcov_flush): Adjust.
6323         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
6324         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
6325         probably_never_executed_bb_p, compute_frequency_function): Adjust
6326         profile_info use.
6327         * profile.c (struct counts_entry): Remove.
6328         (profile_info): Define here.
6329         (get_exec_counts): Adjust get_coverage_counts call.
6330         (compute_branch_probablilities): Remove find_counters_section
6331         call.
6332         (gen_edge_profiler): Adjust coverage_counter_ref call.
6333         * tracer.c (tail_duplicate): Adjust profile_info use.
6334
6335 2003-04-23  Roger Sayle  <roger@eyesopen.com>
6336
6337         PR optimization/10339
6338         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
6339         directly instead of unsafely transforming call into a memcmp.
6340         (expand_builtin_strncmp): Likewise.
6341
6342 2003-04-22  Roger Sayle  <roger@eyesopen.com>
6343
6344         * alias.c (mark_constant_function):  Check for constancy and
6345         purity even of void functions.  Update both the function decl
6346         and the cgraph RTL info with the results.
6347
6348 2003-04-22  Roger Sayle  <roger@eyesopen.com>
6349
6350         * real.c (do_add): Change to return a bool indicating that the
6351         result of the operation may be inexact due to loss of precision.
6352         (do_multiply): Likewise.
6353         (do_divide): Likewise.
6354
6355 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
6356             Loren James Rittle  <ljrittle@acm.org>
6357
6358         * dwarf2out.c (fde_table_allocated): Mark with GTY.
6359         (decl_die_table_allocated): Likewise.
6360         (abbrev_die_table_allocated): Likewise.
6361         (line_info_table_allocated): Likewise.
6362         (separate_line_info_table_allocated): Likewise.
6363         (pubname_table_allocated): Likewise.
6364         (arange_table_allocated): Likewise.
6365         (ranges_table_allocated): Likewise.
6366         (decl_die_table_in_use): Unconditionalize; mark with GTY.
6367         (abbrev_die_table_in_use): Likewise.
6368         (line_info_table_in_use): Likewise.
6369         (separate_line_info_table_in_use): Likewise.
6370         (pubname_table_in_use): Likewise.
6371         (arange_table_in_use): Likewise.
6372         (ranges_table_in_use): Likewise.
6373         (have_location_lists): Likewise.
6374         (emitcount): New GTY-marked static, moved...
6375         (maybe_emit_file): ...from here.
6376         (label_num): New GTY-marked static, moved...
6377         (gen_internal_sym): ...from here.
6378
6379 2003-04-22  Richard Henderson  <rth@redhat.com>
6380
6381         PR 8866
6382         * rtl.h (MEM_NOTRAP_P): New.
6383         (MEM_COPY_ATTRIBUTES): Copy it.
6384         * rtlanal.c (may_trap_p): Check it.
6385         * expr.c (do_tablejump): Set it.
6386         * doc/rtl.texi (Flags): Document it.
6387
6388         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
6389
6390 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
6391
6392         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
6393         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
6394
6395 2003-04-22  Vincent Celier <celier@gnat.com>
6396
6397         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
6398         --enable-threads=gnat.
6399         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
6400         * configure.in: Add gnat to the list of thread packages
6401         * configure: Rebuild.
6402         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
6403
6404 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
6405
6406         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
6407
6408 2003-04-22  Devang Patel  <dpatel@apple.com>
6409
6410         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
6411         parameter count.
6412         (_cpp_copy_replacement_text): Same.
6413
6414 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
6415
6416         * c-lex.c (c_lex): Handle CPP_OTHER differently.
6417         * cppexp.c (_cpp_parse_expr): Similarly.
6418         * cpplex.c (SPELL_CHAR): Remove.
6419         (_cpp_lex_direct): Stray chars are saved as byte strings.
6420         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
6421         handle SPELL_CHAR.
6422         (cpp_avoid_paste): Update handling of CPP_OTHER.
6423         * cpplib.h: Spell CPP_OTHER like a number.
6424         (struct cpp_token): Remove member c.
6425         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
6426
6427 2003-04-22  David Turner <novalis@gnu.org>
6428
6429         * gbl-ctors.h: Add special license exception.
6430         * libgcc2.h: Likewise.
6431         * tsystem.h: Likewise.
6432         * gcov-io.h: Likewise.
6433
6434 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
6435
6436         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
6437         macro defaulting to original BRANCH_COST heuristic.
6438         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
6439
6440         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
6441
6442 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
6443
6444         * config/rs6000/t-spe: Merge in t-fprules into file.
6445
6446         * config.gcc: Add t-spe to powerpc-eabispe.
6447
6448 2003-04-22  Kean Johnston  <jkj@sco.com>
6449
6450         * tlink.c (recompile_files): Add missing '=' to putenv calls
6451
6452 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
6453
6454         * ginclude/stddef.h: Provide C++ safe offsetof.
6455
6456 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
6457
6458         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
6459         for reg notes, if there are no substitutions, just use a SUBREG.
6460
6461 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
6462
6463         * Makefile.in (calls.o): Depend on except.h.
6464         * calls.c: Include except.h.
6465         (emit_call_1): Call note_eh_region_may_contain_throw if
6466         appropriate.
6467         * except.c (eh_region): Add may_contain_throw.
6468         (expand_eh_region_end_cleanup): Do not include handler code when
6469         it cannot be reached.
6470         (note_eh_region_may_contain_throw): New function.
6471         * except.h (note_eh_region_may_contain_throw): New function.
6472
6473 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
6474
6475         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
6476         changes.
6477
6478 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
6479
6480         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
6481         64-bit long doubles.
6482
6483 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
6484
6485         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
6486         a number of conversions required for type consistency and previously
6487         stripped off by STRIP_NOPS.
6488
6489         * calls.c (expand_call): Prevent sibcall optimization for calls to
6490         nested subprograms.
6491
6492         * expmed.c (extract_bit_field): Reverse operands of && condition to
6493         prevent a potential division by zero in the previously first branch.
6494         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
6495
6496 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
6497
6498         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
6499         (subrange_type_die): Likewise.
6500         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
6501         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
6502
6503 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
6504
6505         Break out coverage routines to new file.
6506         * Makefile.in (COVERAGE_H): New variable
6507         (C_OBJS): Add coverage.o
6508         (coverage.o): New target.
6509         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
6510         dependencies.
6511         (GTFILES): Adjust.
6512         (gt-coverage.h): New target.
6513         (gt-profile.h): Remove.
6514         * profile.h: Remove. Move to ...
6515         * coverage.h: ... here. New. #include gcov-io.h.
6516         * gcov-io.h: Move function definitions to ...
6517         * gcov-io.c: ... here. New.
6518         * profile.c: Move coverage routines to coverage.c.
6519         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
6520         end_branch_prob): Adjust.
6521         * coverage.c: New. Coverage routines from profile.c
6522         (coverage_counter_ref, coverage_init, coverage_finish,
6523         coverage_end_function, coverage_begin_output,
6524         coverage_counter_ref, get_coverage_counts): Define.
6525         * gcov-dump.c, gcov.c: #include gcov-io.c.
6526         * libgcov.c: Likewise. Adjust.
6527         * loop-init.c: Don't #include profile.h
6528         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
6529         * rtl.h: Add coverage prototypes.
6530         * toplev.c (compile_file): Init coverage, not branch_prob.
6531         Always call coverage_finish.
6532         (rest_of_compilation): Call coverage_end_function.
6533
6534 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
6535
6536         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
6537
6538 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
6539
6540         * c-ppoutput.c (cb_include): Don't take a cpp_token.
6541         * cppfiles.c: Don't undef strcmp.
6542         (find_include_file): Don't take a cpp_token.  Check for empty
6543         file names.
6544         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
6545         (cpp_push_include): Simplify.
6546         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
6547         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
6548         (parse_include): Similary.  Don't check for zero-length filenames.
6549         (do_include_common, do_pragma_dependency): Update accordingly.
6550         * cpplib.h (struct cpp_callbacks): Change prototype of include.
6551
6552 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6553
6554         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
6555         details of conflict handling.
6556
6557         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
6558         when conversion overflows.
6559
6560         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
6561
6562         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
6563         before clearing.
6564
6565 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
6566
6567         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
6568         have the same form as the old RTL.
6569
6570 2003-04-21  Andreas Jaeger  <aj@suse.de>
6571
6572         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
6573
6574 2003-04-20  Chris Lattner  <sabre@nondot.org>
6575             Zack Weinberg  <zack@codesourcery.com>
6576
6577         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
6578         genrtl_cleanup_stmt.  Correct comment at head of
6579         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
6580
6581         * stmt.c (struct nesting): Kill n_function_calls.
6582         (expand_start_bindings): Don't set
6583         thisblock->data.block.n_function_calls.
6584         (expand_end_bindings): Compare function_call_count against 0.
6585         (expand_cleanups): Kill DONT_DO argument; all callers passed
6586         NULL_TREE. All callers updated to match.
6587
6588 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
6589
6590         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
6591         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
6592         (output_constant_def): Remove code predicated on
6593         defer_addressed_constants_flag.
6594
6595         * output.h: Remove prototypes of deleted functions.
6596         * c-typeck.c (constructor_subconstants_deferred): Kill.
6597         (struct initializer_stack): Remove 'deferred' field.
6598         (start_init): Remove all references to the above.
6599         (finish_init): Likewise. Also remove never-executed call to
6600         output_deferred_addressed_constants.  Pull assignment to
6601         defstr out of if expression.
6602
6603 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
6604
6605         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
6606         NOTE_NEWLINE): Remove.
6607         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
6608         to handle new form of line note type.
6609
6610 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
6611
6612         * target.h (encode_section_info): Add new argument carrying
6613         the RTL to be modified by the hook.
6614
6615         * varasm.c (make_decl_rtl, output_constant_def): Update calls
6616         to encode_section_info.
6617         (default_encode_section_info): Take and use RTL argument,
6618         don't use TREE_CST_RTL or DECL_RTL.
6619         * output.h: Update prototype of default_encode_section_info.
6620         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
6621         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
6622         Update calls to encode_section_info.
6623
6624         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
6625         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
6626         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
6627         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
6628         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
6629         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
6630         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
6631         except for PE dllimport/dllexport.  Update calls to
6632         default_encode_section_info.
6633
6634         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
6635         Update prototypes.
6636
6637         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
6638
6639 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6640
6641         PR/8705
6642         * pa.md (movccfp): New expander.
6643         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
6644         Reverse fcmp conditions.
6645
6646 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6647
6648         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
6649         of operand 1 correctly.
6650
6651 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6652
6653         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
6654         * gcov.c (output_lines): Don't be so fussy about going past EOF.
6655
6656 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
6657
6658         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
6659         (cppcharset.o): New target.
6660         * c-lex.c (is_extended_char): Move to cppcharset.c.
6661         (utf8_extend_token): Delete.
6662         * cppcharset.c: New file.
6663         * cpphash.h (_cpp_valid_ucn): New.
6664         * cpplex.c (lex_identifier): Update prototype.
6665         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
6666         escapes.
6667         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
6668         in cppcharset.c.
6669         (lex_number, lex_identifier, cpp_parse_escape): Update.
6670         (_cpp_lex_direct): Update to handle UCNs.
6671         (cpp_avoid_paste): Don't paste to form a UCN.
6672
6673 2003-04-19  Roger Sayle  <roger@eyesopen.com>
6674
6675         * builtins.c (expand_builtin):  Don't expand a pure or const
6676         built-in function if the result will be ignored and none of
6677         its arguments are volatile.
6678
6679 2003-04-19  Kean Johnston  <jkj@sco.com>
6680
6681         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
6682         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
6683         target fragment now: t-sco5; dont compile crti.o.
6684         * config/i386/sco5.h: major overhaul to remove all COFF remnants
6685         and to use elfos.h for most definitions.
6686         (BSS_SECTION_ASM_OP): set correct segment attributes.
6687         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
6688         (DWARF2_UNWIND_INFO): Always set to 1.
6689         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
6690         (MD_STARTFILE_PREFIX_1): Define.
6691         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
6692         (DEFAULT_LINKER): Define if not specified to configure.
6693         (CTORS_SECTION_ASM_OP): Remove COFF crud.
6694         (DTORS_SECTION_ASM_OP): Remove COFF crud.
6695         (WINT_TYPE): Define.
6696         (SDB_DEBUGGING_INFO): Remove.
6697         (EXTRA_SECTIONS): Likewise.
6698         (EXTRA_SECTION_FUNCTIONS): Likewise.
6699         (CTOR_LIST_BEGIN): Likewise.
6700         (CTOR_LIST_END): Likewise.
6701         (INIT_SECTION_FUNCTION): Likewise.
6702         (FINI_SECTION_FUNCTION): Likewise.
6703         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
6704         (LOCAL_LABEL_PREFIX): Likewise.
6705         (NON_SAVING_SETJMP): Likewise.
6706         (RETURN_POPS_ARGS): Likewise.
6707         (ASM_OUTPUT_SKIP): Likewise.
6708         (TARGET_ASM_NAMED_SECTION): Likewise.
6709         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
6710         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
6711         (ASM_OUTPUT_IDENT): Likewise.
6712         (ASM_OUTPUT_CASE_LABEL): Likewise.
6713         (ASM_OUTPUT_ASCII): Likewise.
6714         (ASM_OUTPUT_LIMITED_STRING): Likewise.
6715         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
6716         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6717         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6718         (ASM_FINISH_DECLARE_OBJECT): Likewise.
6719         (ASM_DECLARE_OBJECT_NAME): Likewise.
6720         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
6721         (ASM_DECLARE_FUNCTION_NAME): Likewise.
6722         (ASM_DECLARE_RESULT): Likewise.
6723         (ASM_WEAKEN_LABEL): Likewise.
6724         (SUPPORTS_WEAK): Likewise.
6725         (APPLY_RESULT_SIZE): Likewise.
6726         (LPREFIX): Likewise.
6727         (ALIGN_ASM_OP): Likewise.
6728         (ASCII_DATA_ASM_OP): Likewise.
6729         (IDENT_ASM_OP): Likewise.
6730         (ASM_SHORT): Likewise.
6731         (ASM_LONG): Likewise.
6732         (TYPE_ASM_OP): Likewise.
6733         (SIZE_ASM_OP): Likewise.
6734         (STRING_ASM_OP): Likewise.
6735         (SKIP_ASM_OP): Likewise.
6736         (EH_FRAME_SECTION_ASM_OP): Likewise.
6737         (READONLY_DATA_SECTION_ASM_OP): Likewise.
6738         (INIT_SECTION_ASM_OP): Likewise.
6739         (FINI_SECTION_ASM_OP): Likewise.
6740         (TEXT_SECTION_ASM_OP): Likewise.
6741         (DATA_SECTION_ASM_OP): Likewise.
6742         (TYPE_OPERANT_FORMAT): Likewise.
6743         (ASM_SPEC): Remove COFF code.
6744         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
6745         cause -pg to emit an error; use pcrt1elf.o with -pp
6746         (ENDFILE_SPEC): Likewise.
6747         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
6748         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
6749         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
6750         add -z alt_resolve to support weak symbols the way GCC wants them.
6751         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
6752         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
6753         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
6754         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
6755         (CRTSTUFF_T_CFLAGS_S): Define.
6756         (MULTILIB_OPTIONS): Likewise.
6757         (MULTILIB_DIRNAMES): Likewise.
6758         (MULTILIB_MATCHES): Likewise.
6759         (MULTILIB_EXTRA_OPTS): Likewise.
6760         (LIBGCC): Likewise.
6761         (INSTALL_LIBGCC): Likewise.
6762         (crti.o): Remove.
6763         * config/i386/t-sco5gas: Remove.
6764         * doc/install.texi: Updated for new OpenServer instructions.
6765         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
6766
6767 2003-04-19  Kean Johnston  <jkj@sco.com>
6768
6769         * fixinc/check.tpl: Allow user to over-ride diff program.
6770         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
6771         (sco_math): Added test for SCO math header files.
6772         (sco_regset): Added check for conflicts with ieeefp.h.
6773         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
6774         * fixinc/fixincl.x: Regenerated
6775         * fixinc/tests/base/math.h: Added sco_math tests.
6776         * fixinc/tests/base/string.h: New file.
6777         * fixinc/tests/base/sys/regset.h: New file.
6778
6779 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6780
6781         * cpphash.h (struct cpp_buffer): Remove backup_to.
6782         * cpplex.c (BACKUP, get_effective_char): Die.
6783         (_cpp_skip_block_comment): Assume '*' is location on entry.
6784         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
6785         (IF_NEXT_IS): Update.
6786         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
6787
6788 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
6789
6790         * README.Portability: Move to a new section and obsolete K+R
6791         portability issues.
6792
6793 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
6794
6795         * rtlanal.c (subreg_offset_representable_p):  Fix call of
6796         subreg_lowpart.
6797
6798 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6799
6800         * cpphash.h (struct cpp_reader): New member warned_dollar.
6801         * cpplex.c (continues_identifier_p): New function.
6802         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
6803         lex_number and lex_string, and simplify.
6804         (parse_slow, unescaped_terminator_p): Die.
6805         (_cpp_lex_direct): Update.
6806
6807 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6808
6809         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
6810
6811 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
6812
6813         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
6814         fork behavior.
6815
6816 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6817
6818         * cppexp.c (eval_token): Permit true and false even if pedantic.
6819
6820 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6821
6822         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
6823
6824 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
6825
6826         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
6827         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
6828         (struct include_file): Remove fefcnt, mapped members.
6829         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
6830         (read_include_file): Don't use mmap, terminate buffers in '\r'.
6831         (purge_cache): Don't use munmap.
6832         * cpphash.h (CPP_BUF_COLUMN): Update.
6833         (lexer_state): Remove lexing_comment.
6834         (struct _cpp_line_note): New.
6835         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
6836         next_line and need_line.  Remove col_adjust and saved_flags.
6837         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
6838         _cpp_skip_block_comment, scan_out_logical_line): New.
6839         (_cpp_init_mbchar): Remove.
6840         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
6841         (cpp_read_main_file): Set line to 1 earlier.
6842         (post_options): -traditional-cpp doesn't want trigraphs.
6843         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
6844         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
6845         _cpp_get_fresh_line): New.
6846         (handle_newline, skip_escaped_newlines, trigraph_p,
6847         continue_after_nul, _cpp_init_mbchar): Remove.
6848         (get_effective_char): Update.
6849         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
6850         (skip_line_comment): Simplify.
6851         (skip_whitespace, parse_identifier, parse_slow, parse_number,
6852         parse_string): Update.
6853         (cpp_lex_direct): Use clean lines and process line notes.  Update.
6854         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
6855         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
6856         directly.
6857         (_cpp_handle_directive): Don't set saved_flags.
6858         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
6859         cpp_undef, handle_assertion, cpp_push_buffer): Update.
6860         (_cpp_pop_buffer): Free notes.
6861         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
6862         * cpppch.c (cpp_read_state): \n terminate buffer.
6863         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
6864         (copy_comment): Use _cpp_skip_block_comment.
6865         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
6866         Simplify.
6867         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
6868         save_replacement_text): Update.
6869         (scan_out_logical_line): Update to use clean lines and process
6870         line notes.
6871         * fix-header.c (read_scan_file): Update.
6872
6873 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
6874
6875         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
6876         null begin parameter (as well as pointer to null).
6877         (__deregister_frame_info_bases): Likewise.
6878
6879 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6880
6881         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
6882         hard or virtual register and copy into pseudo if replacement fails.
6883
6884         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
6885
6886         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
6887
6888 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
6889
6890         * calls.c (expand_call): Move special case for constructor calls
6891         to right place. Ensures constructor calls used to initialize
6892         arguments get a clean outgoing argument block for themselves.
6893         Move check for stack deallocation completeness until after last
6894         deallocation.  Add stack_pointer_delta to set of state
6895         variables saved and restored along with current stack_level.
6896
6897         * integrate.c (expand_inline_function): Ensure non-const actuals
6898         don't end up const in the caller's flow after conversion to possibly
6899         const formal type.
6900
6901 2003-04-18  Vincent Celier  <celier@gnat.com>
6902
6903         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
6904         and *_DIV_EXPR as TRUNC_*_EXPR.
6905
6906 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
6907
6908         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
6909         for orphaned jump tables.
6910
6911 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
6912
6913         * reload1.c: Revert my previous patch on 2002-04-17.
6914
6915 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6916
6917         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
6918         Add Segher Boessenkool.
6919
6920 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
6921
6922         PR c/9177
6923         * c-decl.c (c_expand_body): Don't garbage collect the function
6924         body if we are going to dump it later.
6925
6926 2003-04-18  Richard Henderson  <rth@redhat.com>
6927
6928         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
6929         (alpha_end_function): Don't set them.
6930         (decl_in_text_section): Remove.
6931         (alpha_encode_section_info): Remove.
6932         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
6933         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
6934         sections, rather than decl_in_text_section results.
6935
6936 2003-04-18  Roger Sayle  <roger@eyesopen.com>
6937
6938         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
6939         and SIGN_EXTRACT.
6940
6941 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
6942
6943         PR optimization/7675
6944         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
6945         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
6946         nested functions if they refer to declarations from parent functions.
6947         * stmt.c (expand_decl): Don't put automatic variables in registers
6948         if the DECL_NONLOCAL flag is set.
6949
6950 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
6951
6952         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
6953         consider those to be movable where the source matches
6954         want_to_gcse_p.
6955         (update_ld_motion_stores): In comment, refer to
6956         compute_ld_motion_mems for validity of replacement.
6957
6958 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
6959
6960         * gcov-dump.c (tag_summary): Remove max_sum
6961         * gcov-io.h (gcov_summary, gcov_write_summary,
6962         gcov_read_summary): Kill max_sum.
6963         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
6964         message more verbose.
6965
6966         * emit-rtl.c (subreg_hard_regno):  Check that register is
6967         representable.
6968
6969         * reload.c (reload_inner_reg_of_subreg):  When register is not
6970         representable, reload the whole thing.
6971         (find_reloads): Likewsie.
6972         * rtlanal.c (subreg_representable_p):  New function.
6973
6974         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
6975         allow negative probabilities for edges from the call to exit.
6976         (branch_prob): Do not add fake edges for functions that may return
6977         twice.
6978
6979 2003-04-17  DJ Delorie  <dj@redhat.com>
6980
6981         * toplev.c (target_options): Add value field.
6982         (set_target_switch): Handle target options with values.
6983         * doc/tm.texi: Document how fixed vs variable target
6984         options work.
6985         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
6986         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
6987         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
6988         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
6989         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
6990         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
6991         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
6992         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
6993         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
6994         Add value initializer to target options.
6995
6996 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
6997
6998         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
6999
7000 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
7001
7002         * reload1.c (move2add_last_cc0): New.
7003         (reload_cse_move2add): Detect implicit sets.
7004         (move2add_note_store): Notice a store into cc0.
7005
7006 2003-04-17  Roger Sayle  <roger@eyesopen.com>
7007
7008         PR c/10375
7009         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
7010         function attributes.
7011
7012 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
7013
7014         * doc/sourcebuild.texi (Test Suites): Document support for testing
7015         binary compatibility (moved from testsuite/README.compat).
7016
7017 2003-04-17  Richard Henderson  <rth@redhat.com>
7018
7019         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
7020
7021 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
7022
7023         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
7024         the one provided by the FSF.
7025
7026 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7027
7028         * doc/install.texi (Binaries): Update URL and list of platforms
7029         provided by ftp.thewrittenword.com.
7030
7031 2003-04-17  Richard Henderson  <rth@redhat.com>
7032
7033         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
7034         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
7035         * config/xtensa/xtensa.md (call, call_value): Likewise.
7036
7037 2003-04-17  Richard Henderson  <rth@redhat.com>
7038
7039         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
7040         (print_operand_address): Likewise.
7041         (ep_memory_operand): Likewise.
7042         (special_symbolref_operand): Likewise.
7043         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
7044         (v850_encode_section_info): Call default_encode_section_info.
7045         (v850_strip_name_encoding): Remove.
7046         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
7047         (ASM_OUTPUT_LABELREF): Remove.
7048         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
7049         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
7050         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
7051         (ENCODED_NAME_P): Remove.
7052         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
7053         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
7054         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
7055
7056 2003-04-17  Richard Henderson  <rth@redhat.com>
7057
7058         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
7059         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
7060         SYMBOL_REF_FUNCTION_P.
7061
7062 2003-04-17  Richard Henderson  <rth@redhat.com>
7063
7064         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
7065         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
7066         (text_segment_operand): Likewise.
7067
7068 2003-04-17  Richard Henderson  <rth@redhat.com>
7069
7070         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
7071         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
7072         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
7073         (sh_encode_section_info): Remove.
7074         (sh_strip_name_encoding): Remove.
7075         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
7076         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
7077         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
7078         (ASM_OUTPUT_LABELREF): Remove.
7079         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
7080         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
7081
7082 2003-04-17  Richard Henderson  <rth@redhat.com>
7083
7084         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
7085         (tls_model_chars): Remove.
7086         (larl_operand): Use SYMBOL_REF_FLAGS.
7087         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
7088         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
7089         (s390_output_mi_thunk): Likewise.
7090         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
7091         (s390_function_profiler): Likewise.
7092         (s390_encode_section_info): Use default_encode_section_info
7093         and SYMBOL_FLAG_ALIGN1.
7094         (s390_strip_name_encoding): Remove.
7095         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
7096         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
7097         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
7098
7099 2003-04-17  Richard Henderson  <rth@redhat.com>
7100
7101         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
7102         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
7103         (print_operand_address): Likewise.
7104
7105         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
7106         * config/ns32k/ns32k.c (expand_block_move): Don't check
7107         flag_unroll_loops.
7108
7109 2003-04-17  Richard Henderson  <rth@redhat.com>
7110
7111         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
7112         SYMBOL_REF_FLAG.
7113
7114 2003-04-17  Richard Henderson  <rth@redhat.com>
7115
7116         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
7117
7118         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
7119         (SYMBOL_REF_MODEL): New.
7120         (LIT_NAME_P): Move from m32r.h.
7121         (m32r_select_section): Remove.
7122         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
7123         (m32r_strip_name_encoding): Remove.
7124         (m32r_in_small_data_p): New.
7125         (small_data_operand): Use SYMBOL_REF_SMALL_P.
7126         (addr24_operand): Use SYMBOL_REF_MODEL.
7127         (call26_operand): Likewise.
7128         (addr32_operand): Tidy.
7129         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
7130         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
7131         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
7132         (READONLY_DATA_SECTION_ASM_OP): Remove.
7133         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
7134         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
7135         (TARGET_ASM_SELECT_SECTION): Remove.
7136         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
7137         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
7138         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
7139         (ASM_OUTPUT_LABELREF): Remove.
7140
7141 2003-04-17  Richard Henderson  <rth@redhat.com>
7142
7143         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
7144         (encode_section_info): Remove.
7145         * config/ip2k/ip2k-protos.h: Update.
7146
7147 2003-04-17  Richard Henderson  <rth@redhat.com>
7148
7149         * varasm.c (default_encode_section_info): Don't set
7150         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
7151         * config/i370/i370.c (i370_encode_section_info): Remove.
7152         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
7153         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
7154         * config/i370/i370.md (movsi): Likewise.
7155
7156         * config/i370/t-i370: Add missing backslash.
7157
7158 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
7159
7160         * doc/invoke.texi (inline-limit): Fix pasto.
7161
7162 2003-04-17  Richard Henderson  <rth@redhat.com>
7163
7164         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
7165         (small_call_insn_operand): Use it.
7166         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
7167         (h8300_eightbit_constant_address_p): Use it.
7168         (SYMBOL_FLAG_TINY_DATA): New.
7169         (h8300_tiny_constant_address_p): Use it.
7170         (h8300_encode_label, h8300_strip_name_encoding): Remove.
7171         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
7172         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
7173         (ASM_OUTPUT_LABELREF): Remove.
7174
7175 2003-04-16  Richard Henderson  <rth@redhat.com>
7176
7177         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
7178         all users with SYMBOL_REF_SMALL_P.
7179         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
7180         (frv_encode_section_info): Remove.
7181         (frv_strip_name_encoding): Remove.
7182         (frv_in_small_data_p): Merge tests from encode_section_info.
7183         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
7184         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
7185         (SDATA_NAME_P): Remove.
7186         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
7187         (ASM_OUTPUT_LABELREF): Remove.
7188         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
7189
7190         * config/frv/frv.c (frv_asm_out_constructor): New.
7191         (frv_asm_out_destructor): New.
7192         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
7193         (DTORS_SECTION_ASM_OP): New.
7194         (ASM_OUTPUT_CONSTRUCTOR): Remove.
7195         (ASM_OUTPUT_DESTRUCTOR): Remove.
7196
7197 2003-04-16  Richard Henderson  <rth@redhat.com>
7198
7199         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
7200         SYMBOL_REF_LOCAL_P; abort if not pic.
7201         (cris_encode_section_info): Remove.
7202
7203 2003-04-16  Richard Henderson  <rth@redhat.com>
7204
7205         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
7206         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
7207
7208         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
7209         flag_inline_trees.
7210
7211 2003-04-16  Richard Henderson  <rth@redhat.com>
7212
7213         * config/avr/avr.c (avr_encode_section_info): Remove.
7214         (avr_insert_attributes): New.
7215         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
7216         (avr_assemble_integer): Likewise.
7217
7218 2003-04-16  Richard Henderson  <rth@redhat.com>
7219
7220         * arc.c (arc_encode_section_info): Remove.
7221         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
7222         (arc_print_operand, arc_print_operand_address): Likewise.
7223         * arc.h (EXTRA_CONSTRAINT): Likewise.
7224
7225 2003-04-16  Roger Sayle  <roger@eyesopen.com>
7226
7227         * c-semantics.c (find_reachable_label): New function to find a
7228         potentially reachable label in an expression.
7229         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
7230         assumes the start of the IF_STMT is unreachable (dead) code.
7231         (expand_unreachable_stmt): Similar to expand_stmt but assumes
7232         the start of the statement list is unreachable (dead) code.
7233         (genrtl_if_stmt):  If the controlling expression of the IF
7234         is constant, use expand_unreachable_stmt for the THEN or ELSE
7235         clause as appropriate.
7236         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
7237         the body of a SWITCH statement.
7238         (expand_stmt): The code immediately following a "return",
7239         "break", "continue" or "goto" is unreachable.
7240         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
7241
7242 2003-04-16  Richard Henderson  <rth@redhat.com>
7243
7244         * rtl.h (MEM_ALIAS_SET): Update documentation.
7245         * doc/rtl.texi (Special Accessors): New node.
7246         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
7247
7248 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
7249
7250         * reload1.c (reload_cse_noop_set_p): Return false if mode of
7251         SET_DEST is not the same as that returned by...
7252         * cselib.h (cselib_reg_set_mode): ... new function.
7253         * cselib.c (cselib_reg_set_mode): Define it.
7254         (REG_VALUES): Document semantics of first element as set mode.
7255         (cselib_subst_to_values): Skip first element if ELT is NULL.
7256         (cselib_lookup): Likewise.  Insert past the first element.
7257         (cselib_invalidate_regno): NULLify first element.
7258         (cselib_record_set): Set first element.
7259
7260 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
7261
7262         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
7263         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
7264         * tree.h: Add prototypes for the two new functions.
7265         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
7266         updates introduced in the previous revision by call to saved_expr_p.
7267         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
7268
7269         * expr.c (store_field): Force usage of bitfield instructions when
7270         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
7271         (expand_expr, case BIT_FIELD_REF): likewise.
7272
7273 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
7274
7275         PR middle-end/8866
7276         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
7277         jumptables.
7278
7279 2003-04-16  Richard Henderson  <rth@redhat.com>
7280
7281         * config/ia64/ia64.c (sdata_symbolic_operand): Use
7282         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
7283         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
7284         (function_operand): Use SYMBOL_REF_FUNCTION_P.
7285         (ia64_expand_load_address): Likewise.
7286         (ia64_assemble_integer): Likewise.
7287         (ia64_encode_section_info): Remove.
7288         (ia64_strip_name_encoding): Remove.
7289         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
7290         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
7291
7292 2003-04-16  Richard Henderson  <rth@redhat.com>
7293
7294         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
7295         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
7296         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
7297         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
7298         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
7299         (global_symbolic_operand): Similarly.
7300         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
7301         (tls_symbolic_operand_type): Likewise.
7302         (alpha_encode_section_info): Use default_encode_section_info.
7303         (alpha_strip_name_encoding): Remove.
7304         (get_tls_get_addr): Split out from ...
7305         (alpha_legitimize_address): ... here.
7306         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
7307         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
7308         (alpha_initialize_trampoline): Use init_one_libfunc.
7309         (alpha_setup_incoming_varargs): Mark unused parameters.
7310         (alpha_initial_elimination_offset): Likewise.
7311         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
7312         (unicosmk_unique_section): Use default_strip_name_encoding.
7313         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
7314
7315 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
7316
7317         * config.gcc: Add t-spe for eabispe.
7318
7319         * config/rs6000/t-spe: New.
7320
7321 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
7322
7323         Re-apply this patch:
7324
7325         2002-05-16  Dale Johannesen  <dalej@apple.com>
7326           * combine.c (cant_combine_insn_p):  Reenable combinations
7327           involving hard regs unless CLASS_LIKELY_SPILLED_P.
7328
7329 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7330
7331         PR/10271
7332         * pa-protos.h (function_arg): Remove last argument.
7333         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
7334         * pa.h (struct hppa_args): Add member incoming.
7335         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
7336         member incoming.
7337         (FUNCTION_ARG): Revise call to function_arg.
7338         (FUNCTION_INCOMING_ARG): Delete.
7339
7340 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
7341
7342         * configure.in: Unify the code which creates symlinks to a
7343         just-built as, ld, objdump, and nm with the code that detects
7344         their presence for purposes of feature tests.
7345         * configure: Regenerate.
7346
7347 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
7348
7349         * varasm.c (output_constant_def): Do not consult
7350         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
7351         (after_function_constants, output_after_function_constants): Delete.
7352         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
7353         * config/mips/mips-protos.h, config/mips/mips.c
7354         (mips16_constant_after_function_p): Delete.
7355         * config/mips/mips.h: Delete #if-0-ed definition of
7356         CONSTANT_AFTER_FUNCTION_P.
7357         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
7358         mention of CONSTANT_AFTER_FUNCTION_P in comment.
7359
7360 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
7361
7362         * tree.c (next_decl_uid): Mark with GTY.
7363         (next_type_uid): Likewise.
7364
7365 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
7366
7367         PR target/9594:
7368         * sh.c (barrier_align): Also recognize stuff_delay_slot as
7369         an indicator that a barrier was created by branch splitting.
7370
7371 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
7372
7373         * c-decl.c (implicitly_declare): Copy declarations that are going
7374         to be placed in a local scope.
7375
7376 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
7377
7378         * invoke.texi (Spec Files): Wrap if-exists-else example.
7379         (MCore): Remove duplicate @itemx entries and @opindex entries.
7380
7381 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
7382
7383         * unwind.inc (_Unwind_Backtrace): New function.
7384         * unwind.h (_Unwind_Backtrace): Declare it.
7385         * libgcc-std.ver (_Unwind_Backtrace): Export it.
7386
7387 2003-04-14  Jason Merrill  <jason@redhat.com>
7388
7389         PR middle-end/10336, c++/10401
7390         * jump.c (never_reached_warning): Also stop looking if we reach the
7391         beginning of the function.
7392
7393 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7394
7395         PR target/10338
7396         PR bootstrap/10198
7397         PR bootstrap/10140
7398         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
7399
7400 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
7401
7402         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
7403
7404 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7405
7406         * optabs.c (expand_binop): In multi-word add cases, ensure
7407         XTARGET is copied to TARGET if they are different.
7408
7409 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
7410
7411         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
7412         to region, possible after integration of function with unreachable
7413         regions that were optimized away.
7414
7415 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
7416
7417         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
7418         instead of TOC_REGISTER in epilogue in
7419         current_function_calls_eh_return functions.
7420
7421 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
7422
7423         * doc/extend.texi (Empty Structures): Correct description of G++'s
7424         handling of these structures.
7425
7426         * c-decl.c (grokdeclarator): Reject extern redeclarations of
7427         static variables.
7428
7429 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
7430
7431         * config/rs6000/rs6000.md (define_constants): Define constants for
7432         all UNSPEC usage, including new values for TLS support.
7433         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
7434         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
7435         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
7436         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
7437         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
7438         eh_set_lr_di): Use them.
7439         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
7440         rs6000_emit_epilogue) Use them.
7441
7442         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
7443
7444 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
7445
7446         * Makefile.in (c-opts.o): Use custom action.
7447
7448 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
7449
7450         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
7451
7452 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7453
7454         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
7455         handle "superflat arrays" in Ada.
7456
7457         * integrate.c (expand_inline_function): Don't inline if would
7458         lose /u on a BLKmode TARGET.
7459
7460 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
7461
7462         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
7463         extracted from dbxout_type.
7464         (dbxout_range_type): print large bounds in octal format.
7465         (dbxout_type): Replace extracted code by call to
7466         print_int_cst_bounds_in_octal_p.
7467
7468         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
7469         of DW_LANG_Ada83 for Ada units.
7470
7471 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
7472
7473         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
7474         temporary used to round CONST_INT sizes.
7475
7476         * tree.c (int_fits_type_p): Extract generic checks from the case
7477         of constant type bounds. Refine the checks against constant type
7478         bounds to allow for possible decisions against each of these bounds
7479         without requiring both bounds to be constant.
7480         (tree_int_cst_msb): Put back.
7481         * tree.h (tree_int_cst_msb): Likewise.
7482
7483         * global.c (global_conflicts): Prevent allocation of call clobbered
7484         hard regs to pseudos live across abnormal edges, as later passes are
7485         not ready to handle them.
7486
7487         * fold-const.c (fold): Reorder tests for conditional expressions.
7488
7489         * expr.c (highest_pow2_factor): Return unsigned.
7490         * expr.h (offset_address): Likewise.
7491         * emit-rtl.c (offset_address): POW2 argument now unsigned.
7492
7493 2003-04-14  Roger Sayle  <roger@eyesopen.com>
7494
7495         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
7496         string literals at compile-time.
7497
7498 2003-04-14  Roger Sayle  <roger@eyesopen.com>
7499
7500         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
7501         comparison operation and c1/c2 are floating point constants into
7502         x swap(cmp) (c1 - c2).
7503
7504 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
7505
7506         * genautomata.c (output_translate_vect): Fix a typo in loop
7507         condition.
7508
7509 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
7510
7511         PR target/10377
7512         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
7513         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
7514         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
7515         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
7516         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
7517         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
7518         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
7519         ("*extopqihi_swap_side", "*extopqisi_swap_side")
7520         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
7521         When next to constraint R, replace constraint i with n.
7522
7523 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
7524
7525         PR opt/10024
7526         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
7527
7528 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7529
7530         * doc/contrib.texi (Contributors): Correct my entry.
7531
7532 2003-04-13  Roger Sayle  <roger@eyesopen.com>
7533
7534         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
7535         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
7536         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
7537         implies DECL_BUILT_IN to simplify logic.
7538         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
7539
7540 2003-04-13  Roger Sayle  <roger@eyesopen.com>
7541
7542         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
7543         (BT_FN_PTR_SIZE_SIZE): Likewise.
7544         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
7545         New built-in functions for malloc, calloc and strdup respectively.
7546         * calls.c (special_function_p): No need to handle malloc-like
7547         functions any longer.  ECF_MALLOC is set via built-in attributes.
7548
7549         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
7550
7551         * doc/extend.texi: Document these new built-in functions.
7552
7553 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7554
7555         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
7556         (expand_builtin_stpcpy): New.
7557         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
7558         * builtins.def: Add mempcpy & stpcpy support.
7559         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
7560
7561 2003-04-13  Nick Clifton  <nickc@redhat.com>
7562
7563         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
7564         "GCC".
7565         * config/rs6000/40x.md, config/rs6000/603.md,
7566         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
7567         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
7568         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
7569         config/rs6000/aix43.h, config/rs6000/aix51.h,
7570         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
7571         config/rs6000/altivec.h, config/rs6000/altivec.md,
7572         config/rs6000/beos.h, config/rs6000/darwin.h,
7573         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
7574         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
7575         config/rs6000/freebsd.h, config/rs6000/gnu.h,
7576         config/rs6000/host-darwin.c, config/rs6000/linux.h,
7577         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
7578         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
7579         config/rs6000/netbsd.h, config/rs6000/power4.md,
7580         config/rs6000/rios1.md, config/rs6000/rios2.md,
7581         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
7582         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
7583         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
7584         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
7585         config/rs6000/spe.md, config/rs6000/sysv4.h,
7586         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
7587         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
7588
7589 2003-04-13  Nick Clifton  <nickc@redhat.com>
7590
7591         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
7592         support for -mcall-aix switch.
7593         * config/rs6000/eabiaix.h: Delete.
7594         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
7595         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
7596         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
7597         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
7598         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
7599         debug_stack_info, output_function_profiler,
7600         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
7601         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
7602         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
7603         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
7604         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
7605         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
7606         multilibs.
7607         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
7608         (MULTILIB_EXCEPTIONS): Delete.
7609         (MULTILIB_MATCHES): Remove mcall-aix matches.
7610
7611         * doc/fragments.texi: Replace -mcall-aix example with an ARM
7612         one.
7613         * doc/install.texi: Delete powerpc-*-eabiaix target.
7614         * doc/invoke.texi: Remove documentation of mcall-aix switch.
7615         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
7616         * config.gcc: Delete powerpc-*-eabiaix target.
7617
7618 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
7619
7620         * doc/invoke.texi: Fix typos.
7621         * doc/tm.texi: Likewise.
7622
7623 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
7624
7625         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
7626
7627 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
7628
7629         * tree.c (build_constructor): New function.
7630         * tree.h: Prototype it.
7631
7632         * c-typeck.c (build_c_cast, pop_init_level)
7633         * profile.c (build_function_info_value, build_gcov_info_value)
7634         (create_profiler):
7635         Use build_constructor.
7636
7637         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
7638
7639         * objc/objc-act.c (build_constructor):
7640         Rename objc_build_constructor. Use build_constructor.
7641         (build_objc_string_object, objc_add_static_instance)
7642         (init_def_list, init_objc_symtab, init_module_descriptor)
7643         (generate_static_references, build_selector_translation_table)
7644         (build_descriptor_table_initializer, generate_descriptor_table)
7645         (build_protocol_initializer, build_ivar_list_initializer)
7646         (generate_ivars_list, build_dispatch_table_initializer)
7647         (generate_dispatch_table, generate_protocol_list)
7648         (build_category_initializer, build_shared_structure_initializer):
7649         Update to match.
7650
7651 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
7652
7653         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
7654
7655 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7656
7657         * config/m68hc11/m68hc11-protos.h
7658         (m68hc11_eq_compare_operator): Declare
7659         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
7660         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
7661         (d_register_operand): Check the operand mode.
7662         (hard_addr_reg_operand): Likewise.
7663
7664 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7665
7666         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
7667         pattern for dbcc/ibcc generation for 68HC12.
7668         ("doloop_end"): New pattern.
7669         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
7670         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
7671         ("m68hc12_dbcc_dec_qi"): New pattern.
7672         ("m68hc12_dbcc_inc_qi"): New pattern.
7673         (split): Add split for the above when we can't use dbcc/ibcc due to
7674         reloading.
7675         (peephole2): Add peephole2 to generate the above when possible.
7676
7677 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7678
7679         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
7680         mode of operand 0.
7681         (peephole2 optimize const load): Likewise for operand 2.
7682         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
7683         clobbers CC_REGNUM.
7684         ("*rotrhi3_with_carry"): Likewise.
7685         (ashift:DI 1 split): Update pattern to create the above rotate.
7686         (lshiftrt:DI 1 split): Likewise.
7687
7688 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7689
7690         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
7691         ("tstqi_z_used" split): Use it.
7692         ("cmphi_z_used"): Likewise.
7693         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
7694         ("cmpqi_z_used"): Likewise.
7695
7696 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
7697
7698         PR c++/7910
7699         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
7700
7701 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
7702
7703         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
7704         * configure, config.in: Regenerate.
7705         * intl.c (gcc_gettext_width): New function.
7706         * intl.h: Prototype it.
7707
7708 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7709
7710         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
7711         recognize -mnorelax.
7712         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
7713         (REG_CLASS_NAMES): Add its name.
7714         (REG_CLASS_CONTENTS): Define its content.
7715
7716 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
7717
7718         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
7719         parameters so that offsets are valid for far definition.
7720         (__mulsi3): Likewise and use ret to return.
7721         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
7722
7723 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
7724
7725         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
7726
7727 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
7728
7729         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
7730         containing a libgcc.a, move lib* to the corresponding stage dir.
7731
7732         * Makefile.in (stage1-start, stage2-start, stage3-start,
7733         stage4-start): Move $(SPECS) to specs in stage dir.
7734         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
7735         back as $(SPECS).
7736
7737         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
7738         object files from the non-libgcc/ multilib directories as well.
7739
7740 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
7741
7742         * profile.c (read_counts_file): Initialise 'checksum'.
7743
7744         * emit-rtl.c (gen_rtx): Really correct typo.
7745
7746         PR c++/9393
7747         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
7748         * configure.in: Check for gettimeofday.
7749         * tree.c (flag_random_seed): Define.
7750         (default_flag_random_seed): New.
7751         (append_random_chars): Use flag_random_seed rather than trying
7752         to acquire randomness here.
7753         * tree.h (default_flag_random_seed): Declare.
7754         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
7755         descriptions.
7756         (decode_f_option): Handle -frandom-seed.
7757         (print_switch_values): Call default_flag_random_seed.
7758         * flags.h (flag_random_seed): Declare.
7759         * configure: Regenerate.
7760         * config.in: Regenerate.
7761         * config/alpha/t-crtfm: Use -frandom-seed.
7762
7763         * doc/extend.texi (Empty Structures): New.
7764
7765         * c-pch.c: Include flags.h.  Add comments to routines.
7766         (struct c_pch_validity): New.
7767         (get_ident): Update PCH file version number.
7768         (pch_init): Output current debugging type.
7769         (c_common_valid_pch): Check debugging type.
7770         * Makefile.in (c-pch.o): Update dependencies.
7771         * flags.h (debug_type_names): Declare.
7772         * toplev.c (debug_type_names): Move out of decode_g_option.
7773
7774 2003-04-11  Eric Christopher  <echristo@redhat.com>
7775
7776         * emit-rtl.c (gen_rtx): Fix typos.
7777
7778 2003-04-11  Richard Henderson  <rth@redhat.com>
7779
7780         * emit-rtl.c (gen_rtx): Zero '0' fields.
7781
7782 2003-04-11  Richard Henderson  <rth@redhat.com>
7783
7784         PR c++/10202
7785         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
7786         not COMPLETE_TYPE_P for re-invoking layout_decl.
7787
7788 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
7789
7790         * doc/bugreport.texi: Fix paragraph breaking between sections
7791         in preparation for TeXinfo's paragraph indentation fixes.
7792         * doc/extend.texi: Ditto.
7793         * doc/invoke.texi: Ditto.
7794         * doc/objc.texi: Ditto.
7795         * doc/gcov.texi: Wrap 'gcov' in @command{}.
7796         * doc/invoke.texi (Darwin Options): Add a preamble.
7797
7798 2003-04-11  Richard Henderson  <rth@redhat.com>
7799
7800         * config/i386/i386.c (tls_model_chars): Remove.
7801         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
7802         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
7803         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
7804         (tls_symbolic_operand_1): Likewise.
7805         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
7806         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
7807         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
7808         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
7809         bits "copied from i386.h" with default_encode_section_info.
7810
7811 2003-04-11  Richard Henderson  <rth@redhat.com>
7812
7813         * rtl.def (SYMBOL_REF): Add two 0 fields.
7814         * gengtype.c (adjust_field_rtx_def): Handle them.
7815         * print-rtl.c (print_rtx): Print them.
7816         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
7817         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
7818         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
7819         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
7820         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
7821         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
7822         (SYMBOL_FLAG_MACH_DEP): New.
7823         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
7824         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
7825         (assemble_static_space): Set SYMBOL_REF_FLAGS.
7826         (assemble_trampoline_template): Likewise.
7827         (output_constant_def, force_const_mem): Likewise.
7828         (default_encode_section_info): New.
7829         * output.h: Declare it.
7830         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
7831
7832 2003-04-11  Richard Henderson  <rth@redhat.com>
7833
7834         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
7835         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
7836         * optabs.c (init_optabs): Initialize them.
7837         (init_libfuncs): Use init_one_libfunc.
7838         * calls.c (expand_call): Use gcov_flush_libfunc.
7839         * expr.c (store_constructor): Use setbits_libfunc.
7840         * function.c (expand_main_function): Use init_one_libfunc.
7841         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
7842
7843 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
7844
7845         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
7846         documentation; add DECL_FRIEND_CONTEXT.
7847
7848 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7849
7850         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
7851         notes on linker selection and configuration for 64-bit HP-UX port.
7852         * doc/invoke.texi (hppa): Remove hppa text from description for
7853         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
7854         and -threads options.
7855
7856         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
7857         libc.a on libdld.sl when -static is specified and -nolibdld is not
7858         specified.
7859         * pa64-hpux.h (LIB_SPEC): Likewise.
7860         * pa-hpux11.h (LIB_SPEC): Likewise.
7861         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
7862         is not specified.
7863
7864 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
7865
7866         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
7867         not IDENTIFIER_LOCAL_VALUE.
7868
7869 2003-04-11  Richard Henderson  <rth@redhat.com>
7870
7871         PR c/10201
7872         * expr.c (expand_expr): Move DECL_RTL frobbing ...
7873         * stor-layout.c (layout_decl): ... here.
7874
7875 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
7876
7877         * doc/invoke.texi: Eliminate extra white-space caused by
7878         @gccoptlist{ on its own line.
7879         * doc/invoke.texi: Ensured there are two spaces between each option.
7880         * doc/invoke.texi: Re-wrapped option lines that were too wide.
7881         Added @gol to options that didn't have them.
7882
7883 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
7884
7885         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
7886         gcov-iov.h.
7887
7888         Simplify interface to gcov reading and writing.
7889         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
7890         gcov_alloc, gcov_modified, gcov_errored): Move into ...
7891         (struct gcov_var gcov_var): ... this static structure.
7892         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
7893         Return void.
7894         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
7895         read object.
7896         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
7897         (gcov_reserve_length): Remove.
7898         (gcov_write_tag): New.
7899         (gcov_write_length): Adjust.
7900         (gcov_read_summary, gcov_write_summary): Adjust.
7901         (gcov_eof, gcov_ok): Rename to ...
7902         (gcov_is_eof, gcov_is_error): ... here. Return error code.
7903         (gcov_save_position, gcov_resync): Rename to ...
7904         (gcov_position, gcov_seek): ... here.
7905         (gcov_skip, gcov_skip_string): Remove.
7906         (gcov_error): Remove.
7907         (gcov_open, gcov_close): Adjust.
7908         * gcov.c (find_source): Take const char *, copy it on allocation.
7909         (read_graph_file): Adjust.
7910         (read_count_file): Adjust.
7911         * libgcov.c (gcov_exit): Adjust.
7912         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
7913         tag_arc_counts, tag_summary): Return void. Adjust.
7914         (struct tag_format): Adjust proc member.
7915         (dump_file): Adjust gcov calls.
7916
7917 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
7918
7919         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
7920         mkfixinc.sh.
7921         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
7922         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
7923         build != host sysrooted builds.
7924         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
7925         TARGET_SYSTEM_ROOT even on sysrooted natives.
7926         * configure: Rebuilt.
7927
7928 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
7929
7930         * c-decl.c (struct binding_level): Add shadowed_tags and
7931         function_body; remove this_block, tag_transparent, and
7932         subblocks_tag_transparent; update comments.
7933         (clear_binding_level, lookup_tag_reverse): Kill.
7934         (make_binding_level): Use ggc_alloc_cleared or memset.
7935         (lookup_tag): Remove struct binding_level* parameter.  All
7936         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
7937         current_binding_level->tags if asked for thislevel_only or if
7938         we might have to diagnose "struct foo; union foo;"
7939         (pushlevel): Ignore argument.  Do not push another binding
7940         level on the transition from the parameters to the top level
7941         of the function body; just tweak the flags and proceed.
7942         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
7943         a function body, separate the parameter list from the
7944         top-level local variables.
7945         (set_block): Do nothing.
7946         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
7947         shadowed_tags if necessary.
7948         (warn_if_shadowing): Nuke the special case for local shadowing
7949         parameter.
7950         (pushdecl): Do not create a shadow entry if we are replacing
7951         an older decl in the same binding level.
7952         (pushdecl_function_level): Tweak for new way of indicating
7953         function scope.
7954         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
7955         (start_function): Don't set subblocks_tag_transparent.
7956         (finish_function): Fix up the binding_level stack for totally
7957         empty functions.  Otherwise, don't call poplevel.
7958
7959         * c-common.c (shadow_warning): MANDATORY argument is no longer
7960         necessary.  Always use plain warning.
7961         * c-common.h: Update to match.
7962
7963         * cfglayout.c (scope_to_insns_initialize): Clear block when we
7964         hit the FUNCTION_DECL.
7965         * function.c: Do not create cyclic tree structure.
7966
7967 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
7968
7969         * c-tree.h (struct lang_identifier): Replace global_value,
7970         local_value members with symbol_value, tag_value.  Kill
7971         implicit_decl and limbo_value.
7972         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
7973         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
7974         C_MISSING_PROTOTYPE_WARNED): Kill.
7975         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
7976         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
7977         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
7978         (implicit_decl_warning, lookup_name_current_level,
7979         record_function_scope_shadow): Don't prototype.
7980         (pushdecl_function_level): Prototype.
7981
7982         * c-decl.c (truly_local_externals): New variable.
7983         (struct binding_level): Adjust commentary.
7984         (get_function_binding_level, clear_limbo_values,
7985         record_function_scope_shadow): Kill.
7986         (lookup_name_current_level, implicit_decl_warning): Are now static.
7987         (any_external_decl, record_external_decl): New static functions.
7988         (clone_underlying type): Split out of pushdecl.
7989         (c_print_identifier): Update to match changes to struct
7990         lang_identifier.
7991         (poplevel): Delete #if 0 block.  Make externals invisible
7992         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
7993         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
7994         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
7995         (duplicate-decls): For real parm decl after a forward decl,
7996         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
7997         foo(...) { } with only a warning.  Say whether a previous
7998         declaration was implicit.
7999         (warn_if_shadowing): Now handles all shadowing, not just
8000         local-over-local.  Clarify comments.
8001         (pushdecl): Rewritten.  There is no longer a distinction
8002         between global and local symbol values; they're all
8003         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
8004         DECL_EXTERNAL decls, and use any_external_decl to check
8005         against previous externals.  Kill #if 0 blocks.  Don't
8006         tolerate error_mark_node being NULL.
8007         (pushdecl_top_level): Handle only those cases which
8008         Objective C (the only user) needs.
8009         (pushdecl_function_level): New function.
8010         (implicitly_declare): Create ordinary decls with
8011         C_DECL_IMPLICIT set.  Recycle old decls, however they got
8012         created.
8013         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
8014         for C_DECL_INVISIBLE symbols.
8015         (lookup_name_current_level): Likewise.  Use chain_member.
8016         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
8017         Use pushdecl_function_level.
8018         (builtin_function): Use C_DECL_INVISIBLE.
8019         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
8020         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
8021         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
8022         (identifier_global_value): Same.  Must scan
8023         global_binding_level in extremis.
8024
8025         * c-typeck.c (undeclared_variable): New static function, split
8026         from build_external_ref.
8027         (build_external_ref): Use DECL_CONTEXT, not
8028         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
8029         an instance variable.  Restructure for clarity.
8030         * objc/objc-act.c: Use identifier_global_value, not
8031         IDENTIFIER_GLOBAL_VALUE.
8032
8033 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
8034
8035         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
8036         not Working Paper.
8037         * doc/invoke.texi (C++ Dialect Options): Same.
8038
8039 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
8040
8041         * tree.c (tree_operand_check_failed): New function.
8042         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
8043         TREE_RTL_OPERAND_CHECK): New checking macros.
8044         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
8045         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
8046         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
8047         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
8048         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
8049         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
8050         checking macros.
8051
8052 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
8053
8054         PR inline-asm/8803
8055         * function.c (instantate_virtual_regs):  Verify that all ASM statements
8056         match after the virutal regs instantiation.
8057
8058 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
8059
8060         * ia64-protos.h (addp4_optimize_ok): New.
8061         * ia64.c (addp4_optimize_ok): New.
8062         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
8063         (*ptr_extend_plus_2): Ditto.
8064
8065 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
8066
8067         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
8068         not with convert_memory_address.
8069         (store_constructor): Ditto, and same for copy_size_rtx.
8070         (expand_expr): Ditto.
8071
8072 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
8073
8074         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
8075
8076 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
8077
8078         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
8079         even if it is configured to be write-through.
8080
8081 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
8082
8083         * config/s390/s390.c (larl_operand): Do not allow symbols
8084         marked with '@'.
8085         (s390_encode_section_info): Mark symbols with forced 1-byte
8086         alignment with '@'.
8087         (s390_strip_name_encoding): Strip '@'.
8088         (legitimize_pic_address): Handle symbols that are not valid
8089         LARL operands in 64-bit mode.
8090
8091 2003-04-10  Andrew Haley  <aph@redhat.com>
8092
8093         * tree-inline.c (inlinable_function_p): Disable inlining for
8094         synchronized methods.
8095
8096 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
8097
8098         * c-common.h (lang_statement_code_p): Remove declaration.
8099         (statement_code_p): Ditto.
8100         (c_common_stmt_codes): Define; list of c-common statement codes.
8101         (statement_code_p): New extern declaration.
8102         (STATEMENT_CODE_P): Define.
8103         (INIT_STATEMENT_CODES): Define.
8104         * c-common.c (statement_code_p): Kill the function, declare
8105         as an array of bools instead.
8106         (lang_statement_code_p): Remove.
8107         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
8108         (c_safe_from_p): Ditto.
8109         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
8110         to initialize the statement_code_p array.
8111         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
8112         statement_code_p.
8113         (copy_tree_r): Ditto.
8114         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
8115         statement tree codes.
8116         * cp/lex.c (cxx_init): Add missing print line break.  Use
8117         INIT_STATEMENT_CODES to initialize the statement_code_p array.
8118         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
8119         instead of statement_code_p.
8120         * cp/pt.c (tsubst_expr): Ditto.
8121         * cp/tree.c (verify_stmt_tree_r): Ditto.
8122         (cp_statement_code_p): Remove.
8123         (init_tree): Don't set lang_statement_code_p, it's gone.
8124
8125 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
8126             Zack Weinberg  <zack@codesourcery.com>
8127
8128         * regrename.c (struct du_chain): Use a bitfield for reg_class.
8129         * cse.c (struct qty_table_elem, struct table_elt, struct set):
8130         Use bitfields for fields holding enum rtx_code or
8131         enum machine_mode values.  Add comments explaining size choices.
8132
8133 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
8134
8135         * config/fp-bit.c (unpack_d): Handle pair of doubles with
8136         different signs correctly.
8137
8138 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
8139
8140         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
8141         (reg_pending_barrier): Make it of the enumeration type.
8142         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
8143         TRUE_BARRIER.
8144         (sched_analyze): Ditto.
8145         (sched_analyze_insn): Ditto.  Use anti-dependencies for
8146         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
8147         (init_deps_global): Initialize the barrier as NO_BARRIER.
8148
8149 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
8150
8151         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
8152         Check that asm insn starts on a new cycle.  Add nops after asm
8153         insn to end bundle.
8154         (bundling): Move insn type evaluation from the loop.  Call
8155         issue_nops_and_insn with the new parameter.  Ignore changing
8156         position for nops after asm insn.
8157
8158 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
8159
8160         * optabs.c: Comment that gen_add2_insn and others may actually
8161         return emitted insns, if the gen functions turn out to return
8162         emitted insns.
8163         * reload1.c (reload_cse_move2add): Cope with emitted insns from
8164         gen_add2_insn.
8165
8166 2003-04-09  Richard Henderson  <rth@redhat.com>
8167
8168         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
8169         but not tls_symbolic_operand.
8170         (ia64_expand_load_address): Remove scratch operand.
8171         (ia64_expand_tls_address): Split out from ia64_expand_move.
8172         (ia64_expand_move): Split symbolics only after reload.
8173         (ia64_emit_cond_move): New.
8174         * config/ia64/ia64-protos.h: Update.
8175         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
8176         (symbolic splitter): Accept SImode operands too.
8177         (cmove splitter): Use ia64_emit_cond_move.
8178
8179 2003-04-09  Nick Clifton  <nickc@redhat.com>
8180
8181         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
8182         newer.
8183         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
8184         instead of -mno-fpu.
8185         * config/arm/semi.h (ASM_SPEC): Likewise.
8186         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
8187         but only if -msoft-float is specified pass.  Otherwise pass
8188         -mfpu=softvfp.
8189
8190 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8191
8192         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
8193         free_EXPR_LIST_node.
8194
8195 2003-04-08  Roger Sayle  <roger@eyesopen.com>
8196
8197         * fold-const.c (fold):  Use "fold" following build in more places.
8198         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
8199         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
8200
8201 2003-04-08  Roger Sayle  <roger@eyesopen.com>
8202
8203         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
8204         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
8205         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
8206         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
8207         Delete function scope "fcode" variable to avoid shadowing.
8208
8209 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
8210
8211         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
8212         Take into account DWARF_INITIAL_LENGTH_SIZE.
8213
8214 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
8215
8216         * reorg.c (fill_slots_from_thread): When considering changing the
8217         insn following a reg-to-reg copy insn to use the source reg of the
8218         copy, bail out if there's overlap between the registers.
8219
8220 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8221
8222         * function.c (postponed_insns): New.
8223         (purge_addressof_1): Postpone processing of insns if addressofs
8224         are not put into stack.
8225         (purge_addressof): Process postponed insns.
8226
8227 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
8228
8229         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
8230         this is FP_MODE_DOUBLE .
8231         * sh.c (ra.h): #include.
8232         (push_regs): Add second parameter.  Changed all callers.
8233         If necessary, set fpscr before saving floating point registers.
8234         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
8235         do saves / restores with SZ == 1.
8236         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
8237         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
8238         registers are being restored, restore FPSCR only after restoring them.
8239
8240 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
8241
8242         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
8243         regardless of architecture.
8244         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
8245
8246 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
8247
8248         * sh.c (push_regs, calc_live_regs): Return int.  Take single
8249         HARD_REG_SET * parameter.  Changed all callers.
8250
8251 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
8252
8253         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
8254         GOTOFF operand.
8255         (legitimize_pic_address): Move plus outside the unspec.
8256         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
8257         for validity.
8258
8259 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
8260
8261         * gcov-io.h (gcov_save_position): Remove __inline__ from
8262         declaration.
8263
8264 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
8265
8266         * doc/install.texi: Use @command and @samp for single- and
8267         multi-word commands respectively.
8268         * doc/makefile.texi: Likewise.
8269         * doc/sourcebuild.texi: Likewise.
8270
8271 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
8272             Richard Henderson  <rth@redhat.com>
8273
8274         PR c/9516
8275         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
8276         favor of looping and tail recursion for TREE_LIST and binops.
8277
8278 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8279
8280         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
8281         for insns without luid.
8282
8283 2003-04-07  Glen Nakamura  <glen@imodulo.com>
8284
8285         PR opt/8634
8286         * explow.c (maybe_set_unchanging): Don't flag non-static const
8287         aggregate type initializers with RTX_UNCHANGING_P.
8288
8289 2003-04-07  Richard Henderson  <rth@redhat.com>
8290
8291         PR opt/8634
8292         * function.c (purge_addressof_1): Don't try arithmetics for
8293         unchanging memories.
8294
8295 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
8296
8297         * doc/sourcebuild.texi (Test Suites): Document testing support for
8298         gcov and profile-directed optimizations; describe gcc.misc-tests.
8299
8300 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
8301
8302         PR target/10077
8303         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
8304
8305 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
8306
8307         * doc/rtl.texi (Comparison operations): Update to
8308         record the allowed comparison modes.
8309
8310 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
8311
8312         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
8313         V2SI_type_node to opaque_V2SI_type_node.  Rename all
8314         V2SF_type_node to opaque_V2SF_type_node.
8315         (rs6000_init_builtins): Define opaque_V2SI_type_node and
8316         opaque_V2SF_type_node.
8317         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
8318         opaque_V2SF_type_node are opaque types.
8319
8320 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
8321
8322         * gcse.c (replace_store_insn): Use single_set.
8323
8324 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
8325
8326         Change gcov file interface to single file at a time.
8327         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
8328         Convert to C89 prototypes.
8329         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
8330         gcov_error, gcov_modified): New static variables.
8331         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
8332         functions.
8333         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
8334         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
8335         (gcov_read_summary, gcov_write_summary): Adjust.
8336         (gcov_save_position, gcov_reserve_length, gcov_write_length):
8337         Adjust.
8338         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
8339         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
8340         (da_file_position, da_file_seek, da_file_write, da_file_read):
8341         Remove.
8342         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
8343         * gcov.c (gcov_type): Don't typedef here.
8344         (IN_GCOV): #define
8345         (read_graph_file, read_count_file): Adjust.
8346         * gcov-dump.c (gcov_type): Don't typedef here.
8347         (IN_GCOV): #define.
8348         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
8349         Remove FILE parameter, adjust.
8350         (struct tag_format): Adjust proc member.
8351         (dump_file): Adjust.
8352         * libgcov.c (IN_LIBGCOV): #define.
8353         (gcov_exit): Adjust.
8354         * loop-init.c: Don't #include gcov-io.h
8355         * profile.c (struct counts_entry): New structure to hold counter
8356         values.
8357         (struct section_reference, struct da_index_entry): Remove.
8358         (bbg_file, da_file): Remove.
8359         (htab_counts_index_hash, htab_counts_index_eq,
8360         htab_counts_index_del): Replace with ...
8361         (htab_counts_entry_hash, htab_counts_entry_eq,
8362         htab_counts_entry_del): ... these.
8363         (cleanup_counts_index, index_counts_file): Remove.
8364         (read_counts_file): New function.
8365         (get_exec_counts): Adjust.
8366         (compute_branch_probabilities): Don't free the exec counts here.
8367         (branch_prob): Adjust.
8368         (init_branch_prob): Adjust.
8369         (end_branch_prob): Adjust.
8370
8371 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
8372
8373         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
8374         -mfloat-gprs.
8375
8376         * config/rs6000/rs6000.c: Delete rs6000_fprs.
8377         Declare rs6000_float_gprs.
8378         Declare rs6000_float_gprs_string.
8379         (rs6000_parse_float_gprs_option): New.
8380         (rs6000_override_options): Genericize rs6000_parse_* calls to use
8381         rs6000_parse_yes_no_option.
8382         Change check for cpu=8540, to use TARGET_E500.
8383         (rs6000_parse_isel_option): Delete.
8384         (rs6000_parse_spe_option): Delete.
8385         (rs6000_parse_vrsave_option): Delete.
8386
8387         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
8388         Define rs6000_float_gprs_string.
8389         (TARGET_OPTIONS): Add rs6000_float_gprs option.
8390
8391         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
8392
8393         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
8394
8395 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
8396
8397         PR opt/10024
8398         * cfglayout.c (cfg_layout_redirect_edge):
8399         Redirect any branch edges unified with the fallthru one.
8400         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
8401         case fallthru edges when called via cfglayout.c
8402
8403 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
8404
8405         * c-typeck.c (output_init_element): Check for type == error_mark_node.
8406
8407 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
8408
8409         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
8410         split.
8411         (a splitter): Do zero-extension via HImode.
8412
8413 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
8414
8415         * doc/invoke.texi: Eliminate extra white-space caused by
8416         @gccoptlist{ on its own line.
8417         * doc/invoke.texi: Ensured there are two spaces between each option.
8418         * doc/invoke.texi: Re-wrapped option lines that were too wide.
8419         Added @gol to options that didn't have them.
8420
8421 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
8422
8423         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
8424
8425 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
8426
8427         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
8428         at the sizes of the relevant structures, rather than relying
8429         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
8430         sizes of any such we don't know about.  Use
8431         lang_hooks.identifier_size for IDENTIFIER_NODE.
8432
8433         (initializer_zerop): Use CONSTRUCTOR_ELTS.
8434         * tree.def: Update commentary.  Make fourth element of
8435         the definition for all 'c' and 'x' nodes zero.
8436
8437         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
8438         * langhooks-def.h: Update to match.
8439         * langhooks.c: New default, lhd_tree_size.
8440
8441         * c-common.def (SRCLOC): Kill.
8442         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
8443         Remove entirely - was already #if-ed out.
8444
8445
8446 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
8447
8448         * mklibgcc.in: Use a here document to avoid running afoul of
8449         shells that generate control-A from "echo \1".
8450
8451 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
8452
8453         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
8454         option.
8455
8456         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
8457         rs6000_spe.
8458
8459         * config/rs6000/eabi.h (TARGET_E500): Define.
8460
8461         * config/rs6000/rs6000.h (TARGET_E500): Define.
8462         (TARGET_OPTIONS): Add spe= option.
8463         Declare rs6000_spe and rs6000_spe_string extern.
8464
8465         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
8466         Change TARGET_SPE to TARGET_E500.
8467         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
8468         !TARGET_FPRS.
8469         (print_operand): Same.
8470         (rs6000_generate_compare): Same.
8471         (output_cbranch): Same.
8472         (rs6000_spe): Declare.
8473         (rs6000_spe_string): Declare.
8474         (rs6000_override_options): Call rs6000_parse_spe_option.
8475         (rs6000_parse_spe_option): New.
8476
8477 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
8478
8479         * hashtable.c (gcc_obstack_init): Delete this function
8480         and everything related to it.
8481         * hashtable.h: Remove prototype.
8482         * bitmap.c (bitmap_element_allocate): Cleanup redundant
8483         defines.  Cleanup some unnecessary whitespace.
8484         * defaults.h (obstack_chunk_alloc): Redefine with
8485         appropriate casts for libiberty obstacks.
8486         (obstack_chunk_free): Ditto.
8487         (OBSTACK_CHUNK_SIZE): Define, default to 0.
8488         (gcc_obstack_init): Define as a call to _obstack_begin.
8489         * tree.c (print_obstack_statistics): Delete this unused
8490         function.
8491         * tree.h (obstack): Don't forward-declare.
8492         (print_obstack_statistics): Delete prototype.
8493         (print_obstack_name): Ditto.
8494         (gcc_obstack_init): Ditto.
8495         * rtl.h (gcc_obstack_init): Ditto.
8496         * java/jv-scan.c (gcc_obstack_init): Delete this
8497         function, its prototype and related defines.
8498         * java/jvgenmain.c (gcc_obstack_init): Delete this
8499         function, and related defines.
8500         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
8501         (obstack_chunk_free): Ditto
8502
8503 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
8504
8505         * dbxout.c (dbxout_handle_pch): Move prototype out from
8506         #if defined DBX_DEBUGGING_INFO.
8507
8508 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
8509
8510         * gcov.c (struct arc_info): Replace local_span with cycle.
8511         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
8512         (solve_flow_graph): Set is_call_return.
8513         (add_line_counts): Adjust. In block mode, blocks attach to last line.
8514         (accumulate_line_counts): Find graph cycles, not spanning tree.
8515         (output_branch_count): Adjust.
8516         (output_lines): Adjust.
8517         * doc/gcov.texi: Update.
8518
8519 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
8520
8521         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
8522         the second alternative to "#".
8523
8524 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
8525
8526         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
8527         (single_zero_operand): Likewise.
8528
8529 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
8530
8531         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
8532         * df.c: Include alloc-pool.h, not obstack.h.
8533         (df_ref_obstack): Remove.
8534         (df_ref_pool, df_link_pool): Add pools.
8535         (df_alloc): Init the new pools.
8536         (df_free): And free them.
8537         (df_link_create): Use the pools.
8538         (df_ref_create): Ditto.
8539
8540 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
8541
8542         * simplify-rtx.c: Fix formatting.
8543
8544 2003-04-05  Andrew Pinski  <apinski@apple.com>
8545
8546         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
8547         reg with reg1 == reg2 and offset1 = -8.
8548
8549 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
8550
8551         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
8552         multiply costs.  Correct Power4 divide costs.
8553         * config/rs6000/power4.md: Restore multiply and FP latency.
8554
8555 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8556
8557         * alias.c (find_base_term): Export.
8558         * rtl.h (find_base_term): Declare.
8559         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
8560         instead of flag_exceptions.  Move test for parameter passing ...
8561         (store_killed_in_insn): ... here.
8562
8563 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8564
8565         PR bootstrap/10267
8566         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
8567         for configuring.
8568
8569 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
8570
8571         * dbxout.c (scope_labelno): Add GTY.
8572         (have_used_extensions): Add GTY.
8573         (source_label_number): Add GTY.
8574         (lastfile): Add GTY.
8575         (lastfile_is_base): New.
8576         (base_input_file): New.
8577         (dbxout_handle_pch): New.
8578         (dbx_debug_hooks): Add handle_pch.
8579         (xcoff_debug_hooks): Likewise.
8580         (dbxout_function_end): Remove scope_labelno.
8581         (dbxout_init): Set base_input_file.
8582         (dbxout_handle_pch): New.
8583         (dbxout_source_file): Honour lastfile_is_base.
8584         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
8585         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
8586         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
8587         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
8588         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
8589         * debug.h (struct gcc_debug_hooks): Add handle_pch.
8590         * c-pch.c (pch_init): Don't call start_source_file, but do call
8591         handle_pch.
8592         (c_common_write_pch): Call handle_pch.
8593         (c_common_read_pch): Don't call start_source_file,
8594         or end_source_file.
8595
8596 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
8597
8598         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
8599         use of default attributes to agree MEM_ALIGN macro.
8600
8601 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
8602
8603         * dbxout.c (dbxout_type): When printing type index of range type
8604         whose bounds are printed in octal format, print type of parent type if
8605         it exists so enumerated type descriptions are not transformed
8606         into unsigned types.
8607
8608 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
8609
8610         * config/h8300/h8300-protos.h: Add a prototype for
8611         compute_a_shift_cc.
8612         * config/h8300/h8300.c (shift_one): Update the CC status.
8613         (shift_two): Likewise.
8614         (output_a_shift_cc): Set cc_inline and cc_special.
8615         (compute_a_shift_cc): New.
8616         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
8617
8618 2003-04-04  Richard Henderson  <rth@redhat.com>
8619
8620         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
8621
8622 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
8623
8624         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
8625         * fixinc/fixincl.x: Rebuilt.
8626         * fixinc/tests/base/stdio.h: Regenerated.
8627
8628 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
8629
8630         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
8631
8632 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
8633
8634         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
8635         (NORMAL_MODE).
8636         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
8637
8638 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8639
8640         * doc/contrib.texi (Contributors): Add entries for Wolfgang
8641         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
8642         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
8643         Danny Smith, and Ulrich Weigand.
8644         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
8645         entry.
8646
8647 2003-04-04  Nick Clifton  <nickc@redhat.com>
8648
8649         * config/sparc/sol2-bi.h: Revert previous delta.
8650         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
8651
8652 2003-04-04  Nick Clifton  <nickc@redhat.com>
8653
8654         * config/v850/v850.c (expand_prologue): Only use register save
8655         helper functions if long calls are not being used.
8656         Add a clobber of r11 id using long calls.
8657         (pattern_is_ok_for_prologue): Account for the extra clobber.
8658         (construct_save_jarl): Likewise.
8659         * config/v850/v850.md (prolog pattern): Do not use this pattern
8660         for v850e's.
8661
8662 2003-04-04  Andreas Schwab  <schwab@suse.de>
8663
8664         * stor-layout.c (layout_decl): Avoid syntax error in last change
8665         when PCC_BITFIELD_TYPE_MATTERS is defined but not
8666         EMPTY_FIELD_BOUNDARY.
8667
8668 2003-04-03  Jason Merrill  <jason@redhat.com>
8669
8670         PR c/10175
8671         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
8672         Look backwards for a line note.
8673
8674 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
8675
8676         * fix-header.c (read_scan_file): Defer switch processing.
8677
8678 2003-04-03  Matt Austern  <austern@apple.com>
8679
8680         * cpppch.c (reset_ht): Remove.
8681         (cpp_read_state): Remove loop to reset hashtable identifiers.
8682         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
8683         after pch file is written.
8684         * ggc.h (gt_pch_fixup_stringpool): Declare.
8685         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
8686         hashnode's value to another hashtable, then clear the original.
8687         (saved_ident_hash): Define.
8688         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
8689         store definitions in ident_hash, and clear ident_hash.
8690         (gt_pch_fixup_stringpool): Define.  Restore definitions from
8691         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
8692
8693 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
8694
8695         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
8696
8697 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
8698
8699         PR optimization/10157
8700         * gcse.c (can_copy_p): Rename it to can_copy.
8701         (can_copy_init_p): Remove.
8702         (compute_can_copy): Use can_copy instead of can_copy_p.
8703         (can_copy_p): New exported function. Call compute_can_copy.
8704         (hash_scan_set): Use it.
8705         (gcse_main): Don't call compute_can_copy.
8706         (bypass_jumps): Don't call compute_can_copy.
8707         * rtl.h (can_copy_p): Declare.
8708         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
8709         copy if the mode doesn't support copy operations.
8710
8711 2003-04-03  Jason Merrill  <jason@redhat.com>
8712
8713         * Makefile.in (unstrap): Also remove stage_last.
8714
8715         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
8716         (dwarf2out_source_line): Don't do anything if line==0.
8717
8718         * stor-layout.c (do_type_align): New fn, split out from...
8719         (layout_decl): ...here.  Do all alignment calculations for
8720         FIELD_DECLs here.
8721         (update_alignment_for_field): Not here.
8722         (start_record_layout, debug_rli): Remove unpadded_align.
8723         * tree.h (struct record_layout_info_s): Remove unpadded_align.
8724         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
8725         or DECL_MODE on the CONST_DECLs.
8726         (finish_struct): Don't mess with DECL_ALIGN.
8727
8728 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
8729
8730         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
8731
8732 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
8733
8734         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
8735         function is an interrupt handler.
8736
8737         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
8738         restoring target registers with EH_RETURN_STACKADJ_RTX; use
8739         multiple registers in round-robin fashion.
8740
8741 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8742
8743         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
8744         * system.h (CHAR_BITFIELD): New.
8745
8746 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
8747
8748         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
8749         and LE.
8750         (another peephole2): Likewise.
8751
8752 2003-04-03  Nick Clifton  <nickc@redhat.com>
8753
8754         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
8755         (DEF_ARCH64_SPEC): Likewise.
8756
8757 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
8758
8759         * i386.c (constant_address_p): Use legitimate_constant_p.
8760         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
8761
8762 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
8763
8764         * config/h8300/h8300-protos.h: Add a prototype for
8765         gtle_operator.
8766         * config/h8300/h8300.c (gtle_operator): New.
8767         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
8768         gtle_operator.
8769         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
8770         and LE.
8771
8772 2003-04-02  Richard Henderson  <rth@redhat.com>
8773
8774         * libgcc-std.ver (_Unwind_GetCFA): New.
8775         * unwind-dw2.c (_Unwind_GetCFA): New.
8776         * unwind-libunwind.c (_Unwind_GetCFA): New.
8777         * unwind-sjlj.c (_Unwind_GetCFA): New.
8778         * unwind.h: Declare it.
8779
8780 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
8781
8782         PR inline-asm/8088
8783         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
8784         when MMX/SSE is not available.
8785
8786 2003-04-02  Mike Stump  <mrs@apple.com>
8787
8788         * doc/install.texi (Specific): Update pointers to apple.com.
8789
8790 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
8791
8792         * i386.c (override_options):  Disable red zone by default on i386.
8793         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
8794         Do not test TARGET_64BIT together with TARGET_RED_ZONE
8795
8796 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
8797
8798         * config/h8300/h8300.md (a peephole2): Tighten the condition.
8799
8800 2003-04-02  Richard Henderson  <rth@redhat.com>
8801
8802         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
8803
8804 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
8805
8806         * config/h8300/h8300.md (a peephole2): New.
8807
8808 2003-04-02  Richard Henderson  <rth@redhat.com>
8809
8810         * except.c (sjlj_find_directly_reachable_regions): Recognize when
8811         must-not-throw region has been deleted.
8812
8813 2003-04-02  Richard Henderson  <rth@redhat.com>
8814
8815         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
8816         optimization when flag_exceptions not enabled.
8817
8818 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
8819
8820         * config/rs6000/rs6000.c
8821         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
8822         macros.
8823         (rs6000_issue_rate): Add case for 8540.
8824         (rs6000_use_sched_lookahead): New function.
8825
8826         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
8827         units into MU ones.
8828         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
8829         reservation before retirement.
8830         (ppc8540_multiply, ppc8540_load, ppc8540_store,
8831         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
8832         Remove additional cycle in the reservation before retirement.
8833         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
8834         reservation of ppc8540_issue.
8835
8836 2003-04-02  Andreas Schwab  <schwab@suse.de>
8837
8838         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
8839
8840 2003-04-01  Richard Henderson  <rth@redhat.com>
8841
8842         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
8843         notes for nothrow calls if flag_forced_unwind_exceptions.
8844         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
8845         (sjlj_find_directly_reachable_regions): Likewise.
8846         (reachable_handlers): Likewise.
8847         (can_throw_external): Likewise.
8848         (collect_one_action_chain): Record cleanups after catch-all and
8849         must-not-throw if flag_forced_unwind_exceptions.
8850         * flags.h (flag_forced_unwind_exceptions): Declare.
8851         * toplev.c (flag_forced_unwind_exceptions): New.
8852         (lang_independent_options): Add it.
8853         * doc/invoke.text: Add it.
8854
8855 2003-04-01  David Mosberger <davidm@hpl.hp.com>
8856
8857         * config/ia64/crti.asm: Clean up trailing whitespace.
8858         Remove trailing hashes (#) from identifiers.
8859
8860         * config/ia64/crtn.asm: Ditto.
8861
8862         * config/ia64/crtend.asm: Remove trailing hashes (#) from
8863         identifiers.
8864         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
8865         directives.  Drop explicit bundling---it just makes the code
8866         harder to read.  Don't save/restore gp needlessly.
8867
8868         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
8869         identifiers (they're only needed if the identifier would clash
8870         with a register name otherwise).
8871         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
8872         directives.  Drop explicit bundling---it just makes the code
8873         harder to read.
8874         (__do_jv_register_classes): Ditto.
8875         (.fini_array): Remove "progbits" (newer
8876         assemblers don't like wrong section-types).
8877         (.init_array): Ditto.
8878
8879 2003-04-01  Roger Sayle  <roger@eyesopen.com>
8880
8881         PR fortran/9974
8882         * gcse.c (reg_killed_on_edge): New function to test whether the
8883         given reg is overwritten by any instruction queued on an edge.
8884         (bypass_block): Ignore substitutions killed on incoming edges.
8885         Don't bypass outgoing edges that have queued instructions.
8886
8887 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
8888
8889         * real.h (EXP_BITS): Make room for...
8890         (struct real_value): ... added canonical bit.
8891         (struct real_format): Added pnan.
8892         (mips_single_format, mips_double_format, mips_extended_format,
8893         mips_quad_format): New.
8894         * real.c: Copy p to pnan in all formats.
8895         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
8896         (real_nan): Use pnan to compute significand's shift.
8897         (real_identical): Disregard significand in canonical
8898         NaNs.
8899         (real_hash): Likewise.  Take signalling into account.
8900         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
8901         Disregard significand bits in canonical NaNs.  Set all bits of
8902         canonical NaN if !qnan_msb_set.
8903         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
8904         qnan_msb_set to tell the base double format.
8905         (ibm_extended_format): Use 53 as pnan.
8906         (mips_single_format, mips_double_format, mips_extended_format,
8907         mips_quad_format): Copied from the corresponding ieee/ibm
8908         formats, with qnan_msb_set false.
8909         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
8910         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
8911         * config/mips/mips.c (override_options): Use mips_single_format
8912         and mips_double_format.  Default TFmode to mips_quad_format.
8913         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
8914         * config/mips/t-irix6: Likewise.
8915         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
8916         * config/fp-bit.c (pack_d, unpack_d): Obey it.
8917
8918 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
8919
8920         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
8921         (live_image_destructor): Reset image to initial state.
8922         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
8923
8924 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
8925
8926         * config/sparc/sparc.c (input_operand): Accept bare
8927         CONSTANT_P_RTX operands.
8928
8929 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8930
8931         * gcse.c (struct ls_expr): Added pattern_regs field.
8932         (ldst_entry): Initialize it.
8933         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
8934         (store_ops_ok): Use regs precomputed by them.
8935         (find_loads, store_killed_in_insn, load_kills_store): Change return
8936         type to bool.
8937         (store_killed_before, store_killed_after): Take position of register
8938         set in account.
8939         (reg_set_info): Store position of the setter.
8940         (gcse_main): Enable store motion.
8941         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
8942         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
8943         sharing.
8944         (simple_mem): Enable store motion of non-symbol mems.
8945         (regvec): Type changed.
8946         (LAST_AVAIL_CHECK_FAILURE): New.
8947         (compute_store_table_current_insn): New.
8948         (build_store_vectors): Computation of availability and anticipatability
8949         moved ...
8950         (compute_store_table, find_moveable_store): ... here.
8951         (delete_store): Remove senseless comment.
8952         (store_motion): Reorganize.
8953
8954 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
8955
8956         * config/mips/mips.c (override_options): Provide mappings for
8957         HI_REGNUM and LO_REGNUM.
8958         * config/mips/mips.h (MD_DBX_FIRST): Define.
8959
8960 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8961
8962         * combine.c (merge_outer_ops): Fix typo.
8963
8964         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
8965
8966 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
8967
8968         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
8969         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
8970         imul_compare.  Add lmul_compare.
8971         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
8972         in second pair of dispatch slots.  Model stores more accurately.
8973         Tweak multiply model.  Add bypasses for CR instructions dependent
8974         on complicated compares.
8975         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
8976         (muldi3): Add lmul_compare patterns.
8977         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
8978         and FPSTORE_UX to split instructions and add COMPARE,
8979         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
8980         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
8981         (rs6000_rtx_costs): Separate POWER4 multiply case.
8982
8983 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
8984
8985         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
8986         Do nothing if __builtin_return_address was not used.
8987
8988 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
8989
8990         * i386.md (test patterns):  Allow memory operand in operand1.
8991
8992 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
8993
8994         * testsuite/gcc.c-torture/execute/simd-3.c: New.
8995
8996         * expr.c (expand_expr): Handle VECTOR_CST.
8997         (const_vector_from_tree): New.
8998
8999         * varasm.c (output_constant): Handle VECTOR_CST.
9000
9001         * c-typeck.c (digest_init): Build a vector constant from a
9002         VECTOR_TYPE.
9003
9004         * config/rs6000/rs6000.c: Remove prototype for
9005         easy_vector_constant.
9006         (easy_vector_constant): Add mode parameter.  Rewrite to handle
9007         more easy constants.
9008         (rs6000_emit_move): Pass mode to easy_vector_constant.
9009         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
9010         (emit_easy_vector_insn): New.
9011         (easy_vector_same): New.
9012         (EASY_VECTOR_15): New macro.
9013         (EASY_VECTOR_15_ADD_SELF): New macro.
9014         (bdesc_2arg): Rename to xorv2si3.
9015         (easy_vector_constant_add_self): New.
9016         (input_operand): Allow vector constants.
9017
9018         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
9019         easy_vector_constant, easy_vector_constant_add_self.
9020         (EXTRA_CONSTRAINT): Add 'W'.
9021
9022         * config/rs6000/rs6000-protos.h: Add prototype for
9023         easy_vector_constant, emit_easy_vector_insn.
9024
9025         * config/rs6000/altivec.md (xorv8hi3): New.
9026         (xorv16qi3): New.
9027         Remove all _const0 patterns.
9028         (movv4si_internal): Rewrite to use code.  Add vector constant to
9029         vector alternative.  Add splitter.
9030         (movv8hi_internal): Same.
9031         (movv16qi_internal): Same.
9032         (movv4sf_internal): Same.
9033         Change the unspecs for vspltis* to use constants.
9034
9035         * config/rs6000/spe.md ("xorv4hi3"): New.
9036         ("spe_evxor"): Rename to xorv2si3.
9037         ("xorv1di3"): New.
9038         Remove all _const0 patterns.
9039         (movv2si_internal): Rewrite to use code.  Add vector constant to
9040         alternatives.  Add splitter.
9041         (movv4hi_internal): Add vector constant to alternatives.
9042         (movv1di_internal): Same.
9043         (movv2sf_internal): Same.
9044
9045 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
9046
9047         PR c/9936
9048         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
9049         variably-sized arrays in parameters.
9050         (set_save_expr_context): New function.
9051         (c_expand_body): Use it, via walk_tree.
9052
9053 2003-03-31  Eric Christopher  <echristo@redhat.com>
9054
9055         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
9056         (combinable_i3pat): Remove call to expand_field_assignment and
9057         #if 0'd code.
9058
9059 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
9060
9061         PR c++/10278
9062         * c-common.c (finish_label_address_expr): Handle the
9063         error_mark_node.
9064
9065 2003-03-31  Richard Henderson  <rth@redhat.com>
9066
9067         * real.c (real_identical): Reorg so as to not compare
9068         signalling for normals.
9069
9070 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
9071
9072         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
9073
9074 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
9075
9076         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
9077         notes as they are boggus.
9078         (m68hc11_gen_movqi): Likewise.
9079
9080 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
9081
9082         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
9083         save the soft registers after the frame pointer so that gdb can unwind
9084         the frame more easily.
9085         (expand_epilogue): Likewise in opposite order; allow to use X register
9086         as scratch if the return value is by reference.
9087
9088 2003-03-31  Jason Merrill  <jason@redhat.com>
9089
9090         PR java/10145
9091         * stor-layout.c (update_alignment_for_field): Respect
9092         DECL_USER_ALIGN for zero-length bitfields, too.
9093         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
9094         fields.
9095
9096 2003-03-31  Matt Austern  <austern@apple.com>
9097
9098         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
9099         (count_defs): Keep track of number of defs as well as total size.
9100         (write_defs): Put every definition in cpp_savedstate's defs array.
9101         (comp_hashnode): Define.  Comparison function for qsort.
9102         (cpp_write_pch_deps): Sort definitions before writing them.
9103         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
9104         (collect_ht_nodes): Define.
9105         (cpp_valid_state): When verifying that undefined identifiers in
9106         the pch file are still undefined, read a sorted list of undefined
9107         identifiers, collect all defined identifiers into a sorted list,
9108         and walk through both lists to make sure there's no match.
9109
9110 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
9111
9112         * config/h8300/h8300.md (a peephole2): New.
9113
9114 2003-03-31  Michael Matz  <matz@suse.de>
9115
9116         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
9117
9118 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
9119
9120         PR target/10177
9121         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
9122         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
9123         all call-clobbered registers as used.
9124
9125 2003-03-31  Michael Matz  <matz@suse.de>
9126
9127         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
9128         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
9129
9130 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
9131
9132         * gcov.c: Add -a & -u options.
9133         (struct arc_info): Add local_span, is_call_non_return,
9134         is_nonlocal_return, is_unconditional flags, remove is_call flag.
9135         (struct block_info): Add flags, is_call_site, is_nonlocal_return
9136         members. Make encodings a union with span member.
9137         (struct function_info): Add blocks_executed, line, src, line_next
9138         members.
9139         (struct coverage_info): Make branches a union with blocks member.
9140         (struct source_info): Add functions member.
9141         (object_summary, program_count): New global variables.
9142         (flag_all_blocks, flag_unconditional): New flags.
9143         (find_source, output_branch_count): New functions.
9144         (print_usage): Adjust.
9145         (options): Adjust.
9146         (process_args): Adjust.
9147         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
9148         <GCOV_TAG_BLOCKS>: Read flags.
9149         <GCOV_TAG_LINES>: Adjust.
9150         (read_count_file): Process SUMMARY tags.
9151         (solve_flow_graph): Set is_unconditional and clear is_call_site
9152         appropriately.
9153         (add_branch_counts): Adjust. Don't count unconditional branches.
9154         (add_line_counts): Deal with all-blocks mode, accumulate block
9155         coverage.
9156         (accumulate_line_counts): Adjust, generate local spanning tree for
9157         all-blocks mode.
9158         (output_lines): Adjust.
9159         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
9160         * doc/gcov.texi: Document.
9161
9162 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
9163
9164         * config/h8300/h8300.md: Organize peephole2's that transform
9165         (compare (reg:HI) (const_int)).
9166
9167 2003-03-31  Roger Sayle  <roger@eyesopen.com>
9168
9169         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
9170         (init_emit_once): Initialize dconstm2 and dconsthalf here.
9171         * real.h (dconstm2, dconsthalf): Add prototypes here.
9172         * real.c (real_sqrt): Use dconsthalf rather than local copy.
9173         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
9174         exp(x/2.0) remember to fold the division if possible.
9175         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
9176         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
9177         1.0/(x*x) and pow(x,0.5) as sqrt(x).
9178
9179 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
9180
9181         * config/h8300/h8300.md (a new peephole2): New.
9182
9183 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
9184
9185         * gcse.c (simple_mem): Return false for floating-point accesses
9186         if flag_float_store is true.
9187
9188 2003-03-30  Roger Sayle  <roger@eyesopen.com>
9189
9190         * gcse.c (gcse_constant_p): New function to identify constants
9191         suitable for constant propagation, including COMPARE with two
9192         integer constant arguments.
9193         (hash_scan_set): Use gcse_constant_p.
9194         (find_avail_set): Likewise.
9195         (cprop_insn): Likewise.
9196         (do_local_cprop): Likewise.
9197         (find_implicit_sets): Likewise.
9198         (find_bypass_set): Likewise.
9199
9200 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
9201
9202         * except.h: Remove definition of varray_type.
9203
9204 2003-03-30  Richard Henderson  <rth@redhat.com>
9205
9206         PR opt/10011, opt/10252:
9207         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
9208         before post-gcse cse pass.
9209
9210 2003-03-30  Roger Sayle  <roger@eyesopen.com>
9211
9212         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
9213
9214 2003-03-30  DJ Delorie  <dj@redhat.com>
9215
9216         * profile.c (instrument_edges): Make sure any newly created
9217         jump insns have correct jump label info.
9218
9219 2003-03-30  Richard Henderson  <rth@redhat.com>
9220
9221         * cfgbuild.c (make_edges): Use tablejump_p.
9222         * cfgcleanup.c (label_is_jump_target_p): Likewise.
9223         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
9224         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
9225         (try_redirect_by_replacing_jump): Likewise.
9226         (redirect_edge_and_branch): Likewise.
9227         * cse.c (fold_rtx): Likewise.
9228         * jump.c (delete_related_insns): Likewise.
9229         * rtlanal.c (get_jump_table_offset): Likewise.
9230         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
9231
9232 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9233
9234         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
9235         (STRICT2_WARN): Likewise.
9236
9237 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9238
9239         PR other/6955
9240         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
9241         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
9242
9243 2003-03-30  Richard Henderson  <rth@redhat.com>
9244
9245         PR c/10083
9246         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
9247         don't zero_extend const inputs.
9248
9249 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
9250
9251         * reload1.c (reload_cse_move2add): Fix a comment typo.
9252
9253 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
9254
9255         * config/h8300/h8300.md (a peephole2): Remove useless code.
9256
9257 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
9258
9259         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
9260         (*iorsi3_and_lshiftrt): Likewise.
9261         (*iorsi3_zero_extract): Likewise.
9262
9263 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
9264
9265         * config/h8300/h8300.md (*insv_si_8_8): New.
9266         (*insv_si_8_8_lshiftrt_8): Likewise.
9267         (a peephole2): Likewise.
9268
9269 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9270
9271         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
9272         Uniformly use bugfix instead of bug fix.
9273
9274 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9275
9276         PR doc/895
9277         * ONEWS: Remove those items that already appear in the EGCS
9278         release notes on our web pages.
9279
9280 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
9281
9282         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
9283         TARGET_HARD_FLOAT.  Reformat.
9284         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
9285
9286 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
9287
9288         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
9289         work on Solaris 2.5.1.
9290
9291 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
9292
9293         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
9294         section of h8300.md
9295         (*addsi3_and_nor_r_1): Likewise.
9296
9297 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
9298
9299         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
9300         set up before any trapping memory access if flag_non_call_exceptions.
9301
9302 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
9303
9304         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
9305
9306         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
9307
9308 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9309
9310         * configure.in: Clarify comments.
9311         * configure: Regenerate.
9312
9313 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
9314
9315         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
9316         label even if pool empty when generating PIC.
9317         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
9318
9319 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
9320             Dhananjay Deshpande  <dhananjayd@kpit.com>
9321
9322         PR target/10205
9323         * config/h8300/h8300.c (h8300_initial_elimination_offset):
9324         Correct the offset computation when TARGET_NORMAL.
9325
9326 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
9327
9328         PR target/10067
9329         * config/sparc/sparc.md (jump pattern): Correct order
9330         when issuing the annuling marker.
9331
9332 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
9333
9334         PR c/8281
9335         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
9336         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
9337
9338 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
9339
9340         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
9341         globalize_label.
9342         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
9343         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
9344         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
9345         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
9346         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
9347         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
9348         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
9349
9350 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
9351
9352         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
9353         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
9354         notes after hoisting.
9355         (load_mems): Adjust replace_loop_mems call.
9356
9357 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
9358             Richard Henderson  <rth@redhat.com>
9359
9360         PR target/10114 and PR target/10084
9361         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
9362
9363 2003-03-27  Richard Henderson  <rth@redhat.com>
9364
9365         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
9366
9367 2003-03-27  Roger Sayle  <roger@eyesopen.com>
9368
9369         * fold-const.c (fold_inf_compare):  New function to simplify FP
9370         comparisons against +Infinity or -Infinity.
9371         (fold):  Optimize floating point comparisons against Infs and NaNs.
9372
9373 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
9374
9375         * libgcov.c: Provide only dummy functions if libc is not available.
9376
9377 2003-03-27  Richard Henderson  <rth@redhat.com>
9378
9379         * real.h (struct real_value): Add signalling.
9380         (EXP_BITS): Decrement.
9381         * real.c (get_canonical_qnan): Don't set MSB-1.
9382         (get_canonical_snan): Likewise.  Set signalling.
9383         (real_identical): Compare signalling.
9384         (round_for_format): Remove force-one-bit on code.
9385         (real_nan): Likewise.  Set signalling.
9386         (encode_ieee_single): Add force-one-bit code; honor signalling.
9387         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
9388         (decode_ieee_single): Set signalling.
9389         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
9390
9391 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
9392
9393         PR ada/9953
9394         * ada/Makefile.in (gnatlib configuration for HPUX): Split
9395         the general section for HPUX into specific sections for
9396         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
9397         11 case.
9398
9399 2003-03-27  Glen Nakamura  <glen@imodulo.com>
9400
9401         PR opt/10087
9402         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
9403         while incrementing giv.
9404         (record_biv): Check for duplicate biv locations and
9405         set (struct induction *) v->same if found.
9406
9407 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
9408
9409         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
9410         v0.9 API change: replace read of UNW_REG_HANDLER with
9411         unw_get_proc_info().
9412         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
9413         with unw_get_proc_info().
9414         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
9415         unw_get_proc_info().
9416
9417 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
9418
9419         * config/rs6000/8540.md: Use presence_set instead of absence_set.
9420
9421 2003-03-26  Richard Henderson  <rth@redhat.com>
9422
9423         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
9424
9425 2003-03-26  Roger Sayle  <roger@eyesopen.com>
9426
9427         PR bootstrap/10051, PR bootstrap/10169.
9428         * mips-tfile.c (init_file): Don't provide a static initializer.
9429         (initialize_init_file): Initialize the contents of init_file.
9430         (add_file): Call initialize_init_file if not already initialized.
9431
9432 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
9433
9434         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
9435         registers used for global asm variables.
9436         (s390_frame_info, s390_arg_frame_offset): Likewise.
9437         (s390_emit_prologue, s390_emit_epilogue): Likewise.
9438
9439 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
9440
9441         * config/rs6000/8540.md: New file.
9442
9443         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
9444         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
9445         reservations for imul.
9446
9447         * config/rs6000/rs6000.md: Include 8540.md.  Change
9448         delayed_compare onto mult_compare for insns generating
9449         multiplication.
9450         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
9451         New type attribute values.
9452
9453         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
9454         fpsimple instead of fp.
9455         (*divsf3_gpr): Use type vecfdiv instead of fp.
9456         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
9457         instead of vecfloat.
9458         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
9459         (spe_brinc): Use type brinc instead of veccomplex.
9460         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
9461         veccomplex.
9462         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
9463         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
9464         *movv2sf_internal): Define type attribute values for all
9465         alternatives.
9466         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
9467         of fpcompare.
9468         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
9469         instead of fpcompare.
9470
9471 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
9472
9473         * config/rs6000/power4.md: Allow delay between dispatch and
9474         function units for simple instructions.  Correct store units.
9475         Allow branch to occupy as many dispatch slots as necessary.
9476
9477 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
9478
9479         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
9480         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
9481         zero extend old to it.
9482         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
9483         operand.
9484
9485 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
9486
9487         PR target/7784
9488         * reload.c (find_reloads_address): Handle
9489         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
9490         all base registers.
9491
9492 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
9493
9494         PR other/10203
9495         * version.c: Reference the GCC web site in the URL.
9496
9497 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
9498
9499         * c-incpath.c (add_standard_paths): Add both "translated" and
9500         non-translated header paths.
9501
9502 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
9503
9504         * doc/install.texi (*-*-freebsd*): Update with known status.
9505
9506 2003-03-21  Jason Merrill  <jason@redhat.com>
9507
9508         PR optimization/10171
9509         * unroll.c (unroll_loop): Don't delete the jump at the end unless
9510         we also delete a jump at the beginning.
9511
9512 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
9513
9514         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
9515         contributor.
9516
9517 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
9518
9519         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
9520         constants are not expensive.
9521
9522 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
9523
9524         PR opt/10056
9525         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
9526         jump jumping to the next instruction.
9527         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
9528
9529 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9530
9531         * doc/passes.texi (Passes): Properly document that we do not
9532         perform jump2 any longer; remove command-line option -dJ.
9533
9534 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
9535
9536         PR optimization/8746
9537         * config/i386/i386.md (and promoting splitters): Disable HImode to
9538         SImode promoting when the sign bit matters and is not preserved, or
9539         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
9540         for size.
9541
9542 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
9543
9544         * config/h8300/h8300.md (a peephole2): Extend to support loads
9545         in QImode and HImode.
9546
9547 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
9548
9549         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
9550         _return_far
9551         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
9552         (MULTILIB_EXCEPTIONS): Likewise.
9553         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
9554         by calling some board support routine.
9555         ("call_value"): Likewise.
9556         ("*return_void"): Likewise for return.
9557         ("*return_16bit"): Likewise.
9558         ("*return_32bit"): Likewise.
9559         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
9560         for 68HC11 too.
9561         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
9562         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
9563         -mlong-calls for 68HC11.
9564         * config/m68hc11/larith.asm (declare_near): New macro.
9565         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
9566         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
9567         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
9568         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
9569         (__mulhi32): Likewise.
9570         (ret): Update macro for 68HC11.
9571         (__far_trampoline): Implement for 68HC11.
9572         (__call_a16, __call_a32, __return_void, __return_16): New support
9573         routines for 68HC11 memory bank switching calling support.
9574         (__return_32): Likewise.
9575
9576 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
9577
9578         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
9579
9580 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
9581
9582         * doc/install.texi (Testing): Mention test result links from build
9583         status pages.
9584
9585 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
9586
9587         * function.c (put_var_into_stack): Change bool parameter to int.
9588         (gen_mem_addressof): Likewise.
9589         * rtl.h (gen_mem_addressof): Likewise.
9590         * tree.h (put_var_into_stack): Likewise.
9591         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
9592         gen_mem_addressof or put_var_into_stack.
9593         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
9594         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
9595
9596 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
9597
9598         * config/h8300/h8300.md (a peephole2): New.
9599
9600 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
9601
9602         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
9603
9604 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9605
9606         * doc/contrib.texi (Contributors): Update Janis Johnson.
9607
9608 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
9609
9610         PR target/10072
9611         * combine.c (simplify_if_then_else): Check that the mode
9612         has MODE_INT class before applying the (OP Z (mult COND C2))
9613         transformation.
9614
9615 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
9616
9617         PR optimization/9414
9618         * config/sparc/sparc.md (widening peepholes): Use
9619         widen_memory_access instead of change_address.
9620
9621 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
9622
9623         PR c++/7086
9624         * c-typeck.c (c_mark_addressable): Adjust calls to
9625         put_var_into_stack.
9626         * expr.c (expand_expr): Likewise.
9627         * function.c (put_var_into_stack): Add rescan parameter.  Do not
9628         call fixup_var_refs when rescan is false.
9629         (gen_mem_addressof): Likewise.
9630         (assign_parms): Adjust calls to put_var_into_stack.
9631         (setjmp_protect): Likewise.
9632         (setjmp_protect_args): Likewise.
9633         * rtl.h (gen_mem_addressof): Change prototype.
9634         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
9635         * tree.h (put_var_into_stack): Change prototype.
9636
9637 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
9638
9639         PR middle-end/9967
9640         * builtins.c (expand_builtin_fputs): When optimizing for size,
9641         don't transform fputs into fwrite.
9642
9643 2003-03-23  Glen Nakamura <glen@imodulo.com>
9644
9645         PR c/8224
9646         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
9647         when signedness changes for division or modulus.
9648
9649 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
9650
9651         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
9652         globalize_label.
9653
9654 2003-03-23  Roger Sayle  <roger@eyesopen.com>
9655
9656         PR c/10178
9657         * stmt.c (expand_end_case_type): Check for overflow in range when
9658         determining whether to use a bit-test implementation.
9659
9660 2003-03-23  Richard Henderson  <rth@redhat.com>
9661
9662         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
9663         before flow2.
9664         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
9665
9666 2003-03-23  Richard Henderson  <rth@redhat.com>
9667
9668         PR opt/10116
9669         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
9670         from then_bb or else_bb after flow2.
9671
9672 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
9673
9674         * configure.in: Check whether it is necessary to link against
9675         libm to use ldexp.
9676         * configure: Regenerate.
9677         * Makefile.in: Add LDEXP_LIB substitution variable.
9678
9679 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
9680
9681         * config/h8300/h8300.md: Fix comment typos.
9682
9683 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9684
9685         * pa.c (output_cbranch): Fix typo in comment.
9686
9687 2003-03-22  Richard Henderson <rth@redhat.com>
9688
9689         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
9690         after reload.
9691
9692 2003-03-22  DJ Delorie  <dj at redhat dot com>,
9693         Bruce Korb  <bkorb at gnu dot org>
9694
9695         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
9696         buggy Solaris 2.6 mutex/cond initializers.
9697         (solaris_mutex_init): Rename to solaris_mutex_init_2.
9698         * fixinc/fixincl.x: Regenerate.
9699         * fixinc/tests/base/pthread.h: Update.
9700         * fixinc/fixincl.c(initialize): be explicit about the default case
9701         and indicate verbose level when being very, very verbose.
9702         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
9703
9704 2003-03-22  Andreas Jaeger  <aj@suse.de>
9705
9706         * config/i386/i386.c (ix86_init_machine_status): Return value.
9707
9708 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9709
9710         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
9711         conditional branch to the following instruction.  Use next_real_insn
9712         instead of next_active_insn.
9713         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
9714         instead of next_active_insn.
9715
9716 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
9717
9718         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
9719         instead of 'm' constraint in forced-split alternatives.
9720         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
9721         VALIDATE_ADDRESS parameter to operand_subword.
9722
9723 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
9724
9725         * config/h8300/h8300.c (notice_update_cc): Correctly handle
9726         the case where the set destination is STRICT_LOW_PART.
9727
9728 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
9729
9730         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
9731         c30 instead of a c40 processor.
9732
9733 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
9734
9735         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
9736
9737 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
9738
9739         * c-common.c: Include intl.h.
9740         (shadow_warning): Rewrite to allow better diagnostic translations.
9741         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
9742         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
9743         use it throughout.
9744         * Makefile.in (c-common.o): Add intl.h.
9745
9746 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
9747
9748         * config.gcc: Remove 'float_format'.
9749
9750         * fixproto: Define NULL and size_t in generated stdlib.h and
9751         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
9752         Rearrange file generation loop for readability.  Generate time.h,
9753         string.h if missing.
9754         * tsystem.h: Include <string.h>, <time.h> unconditionally.
9755         * config.gcc: Blow away POSIX defines.
9756
9757 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
9758
9759         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
9760
9761 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
9762
9763         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
9764         writing .interrupt command.
9765         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
9766         if it's a far or near function.
9767         ("call_value"): Likewise.
9768         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
9769         near attributes.
9770         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
9771         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
9772         (m68hc11_initial_elimination_offset): Set current_function_far
9773         according to attributes.
9774         (expand_prologue): Likewise.
9775         (trap_handler_symbol): New global to keep track of trap handlers.
9776         (m68hc11_encode_section_info): Mark symbol as far if needed; set
9777         trap symbol.
9778         (m68hc11_is_far_symbol): New function.
9779         (m68hc11_is_trap_symbol): New function.
9780         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
9781         (m68hc11_is_trap_symbol): Declare.
9782
9783 2003-03-21  Jan Hubicka  <jh@suse.cz>
9784
9785         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
9786         only when amount of saved regs changed.
9787         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
9788         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
9789
9790 2003-03-21  Jan Hubicka  <jh@suse.cz>
9791
9792         PR inline-asm/7916
9793         * function.c (instantiate_virtual_regs_lossage): New function.
9794         (instantiate_virtual_regs_1): Use it.
9795         (instantiate_virtual_regs): Do not continue in substition when insn has
9796         been deleted.
9797
9798 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
9799
9800         * combine.c (make_field_assignment): Fix a warning.
9801
9802 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
9803
9804         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
9805
9806 2003-03-21  Dale Johannesen  <dalej@apple.com>
9807
9808         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
9809         priority for R2 on Darwin.
9810         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
9811
9812 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
9813
9814         * combine.c (make_field_assignment): Remove unnecessary AND
9815         when storing into zero_extract.
9816
9817 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
9818
9819         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
9820         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
9821         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
9822         in comment.
9823
9824 2003-03-21  DJ Delorie  <dj@redhat.com>
9825
9826         * optabs.c (init_integral_libfuncs): Make sure we init at least up
9827         to "long long" size words.
9828
9829 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
9830
9831         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
9832         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
9833         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
9834
9835 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9836
9837         PR doc-bug/9813
9838         * doc/extend.texi: Move misplaced paragraph about underscores in
9839         variables in macros.
9840
9841 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9842             Richard Henderson  <rth@redhat.com>
9843
9844         PR optimization/8366
9845         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
9846         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
9847         PIC+SYMBOLIC_CONST in other modes than Pmode.
9848         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
9849         the form PIC+SYMBOLIC_CONST as mode dependent.
9850
9851 2003-03-21  DJ Delorie  <dj@redhat.com>
9852
9853         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
9854         sure we always emit at least one insn.
9855
9856 2003-03-21  Christopher Faylor  <cgf@redhat.com>
9857
9858         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
9859         stub t-cygming. Use common target header cygming.h. Add extra
9860         c_target_obj and cxx_target_obj file. Default cygwin to posix
9861         threading. Enforce i386 as float format.
9862         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
9863         Remove cygwin.h as target header. Use common target header
9864         cygming.h  Enforce i386 as float format. Correct typo.
9865         * config/i386/cygming.h: New file, containing definitions
9866         common to mingw32 and cygwin.
9867         * config/i386/cygwin.h: Remove definitions common to cygwin and
9868         mingw.  Simplify special spec logic.  Define "wrappers" around
9869         certain include path defines to accommodate -mno-cygwin.
9870         Remove some #if 0'ed code.
9871         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
9872         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
9873         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
9874         * config/i386/mingw32.h: Remove definitions common to cygwin and
9875         mingw.
9876         (EXTRA_OS_CPP_BUILTINS): Adjust.
9877         (TARGET_VERSION): Define.
9878         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
9879         mingw32.h definitions.
9880         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
9881         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
9882         Add compilation rules for cygwin1.o cygwin2.o.
9883         * config/i386/cygwin1.c: New file.
9884         * config/i386/cygwin2.c: New file.
9885         * config/i386/t-cygming: New makefile stub.
9886
9887 2003-03-20  Richard Henderson  <rth@redhat.com>
9888
9889         * fold-const.c (extract_muldiv_1): Revert changing order of
9890         operands in case MULT_EXPR of 2003-02-16 patch.
9891
9892 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
9893         Merge changes from new-regalloc-branch
9894
9895         From Michael Matz  <matz@suse.de>
9896         * df.c (df_ref_record_1): Move init of loc to safe point.
9897         Only recurse on interesting things in parallels.
9898         Handle CLASS_CANNOT_CHANGE_MODE smarter.
9899         (df_uses_record): Ditto.
9900
9901         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
9902         it's already okay to use memory operands in (IE doesn't require
9903         adding another insn or anything).
9904
9905 2003-03-20  Richard Henderson  <rth@redhat.com>
9906
9907         PR middle-end/6348
9908         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
9909         different from word_mode.
9910
9911 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9912
9913         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
9914         source operand to those that can be extracted with bld.
9915
9916 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
9917
9918         PR 10066
9919         * arm.md (UNSPEC_PIC_BASE): New constant.
9920         (pic_add_dot_plus_four): Wrap with unspec.
9921         (pic_add_dot_plus_eight): Likewise.
9922
9923 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9924
9925         * config/h8300/h8300.md (*insv_si_1_n): New.
9926         (*insv_si_1_n_lshiftrt): Likewise.
9927
9928 2003-03-20  Roger Sayle  <roger@eyesopen.com>
9929
9930         * fold-const.c (fold_mathfn_compare): New function to simplify
9931         comparisons against built-in math functions.  Fold comparisons
9932         of sqrt against constants.
9933         (fold): Call fold_mathfn_compare when appropriate.
9934
9935 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
9936
9937         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
9938         information.
9939
9940 2003-03-20  Per Bothner  <pbothner@apple.com>
9941
9942         Various cleanups to help compile server.
9943
9944         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
9945         and pass that to _cpp_init_hashtable.
9946         (cpp_read_main_file):  Drop hash_table* argument; don't call
9947         _cpp_init_hashtable.
9948         * cpplib.h:  Update declarations to match.
9949         * c-opts.c (c_common_init_options):  Pass ident_hash to
9950         cpp_create_reader.
9951         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
9952         * fix-header.c (read_scan_file):  Likewise pass NULL table to
9953         cpp_create_reader rather than cpp_read_main_file.
9954
9955         * cppfiles.c (cpp_rename_file):  Generalized and renamed
9956         to cpp_change_file.
9957         * cpplib.h:  Update declaration to match.
9958         * c-opts.c (push_command_line_line, finish_options):  Change
9959         cpp_rename_file calls to cpp_change_file.
9960
9961         * line-map.c (add_line_map):  Allow leaving the outermost file.
9962         Allowing entering an outermost-file after the initial time.
9963
9964         * toplev.c (pop_srcloc):  Allow popping from initial file.
9965
9966 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
9967
9968         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
9969
9970 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9971
9972         * config/h8300/h8300.md (a peephole2): New.
9973
9974 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
9975
9976         * config/h8300/h8300.md (*addsi3_and_r_1): New.
9977         (*addsi3_and_not_r_1): Likewise.
9978
9979 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
9980
9981         * Makefile.in (STRICT2_WARN): Add @WERROR@.
9982         (GCC_WARN_CFLAGS): Remove $(WERROR).
9983         (fixinc.sh-warn): New.
9984         * ada/Make-lang.in (ada-warn): Add $(WERROR).
9985         * cp/Make-lang.in (cp-warn): Add $(WERROR).
9986         * f/Make-lang.in (f-warn): Add $(WERROR).
9987         * java/Make-lang.in (java-warn): Add $(WERROR).
9988         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
9989
9990 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9991
9992         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
9993         langhooks-def.h (lhd_tree_dump_dump_tree),
9994         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
9995         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
9996         true and false in return statements.
9997
9998 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
9999
10000         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
10001         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
10002         DWARF_INITIAL_LENGTH_SIZE.
10003         (output_compilation_unit_header, output_pubnames, output_aranges)
10004         (output_line_info): Output 0xffffffff escape value for 64-bit
10005         DWARF extension.
10006         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
10007
10008 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
10009
10010         * config/s390/s390.c (s390_preferred_reload_class): Do not
10011         force constants to the pool unless necessary.
10012         (s390_decompose_address): Prefer to use pointer as base,
10013         not index register.
10014         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
10015         Q alternative.
10016         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
10017         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
10018         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
10019         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
10020         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
10021
10022 2003-03-19  Jan Hubicka  <jh@suse.cz>
10023
10024         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
10025         * i386.c (use_fast_prologue_epilogue): Remove.
10026         (ix86_frame): New field save_regs-using_mov;
10027         (ix86_compute_frame_layout):  Decide on fast prologues;
10028         allocate saved registers in red zone.
10029         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
10030
10031 2003-03-19  Nick Clifton  <nickc@redhat.com>
10032
10033         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
10034
10035 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10036
10037         PR 10062
10038         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
10039         * pa-protos.h (output_lbranch): New prototype.
10040         * pa.c (compute_frame_size): Change size of the frame marker on the
10041         64-bit ports to 48 bytes.
10042         (pa_output_function_prologue): Document why SAVE_SP is set.
10043         (hppa_expand_prologue): Save previous stack pointer into frame marker
10044         on targets which use the hpux unwind library.
10045         (output_cbranch): Use output_lbranch.
10046         (output_lbranch): New function to output long unconditional branches.
10047         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
10048         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
10049         64-bit ports.
10050         * pa.md (jump): Use output_lbranch.
10051         (allocate_stack): New expander for dynamic stack allocation.
10052
10053 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
10054
10055         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
10056         when debugging on XCOFF targets.  Delete "abi" temp.
10057
10058         PR target/10073
10059         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
10060
10061 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
10062
10063         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
10064         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
10065         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
10066
10067         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
10068         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
10069         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
10070
10071 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
10072
10073         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
10074         the result of machopic_function_base_name.
10075         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
10076         string rather than a static array.
10077
10078         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
10079
10080         * gengtype.c: Include rtl.h.
10081         (enum rtx_code): Don't define.
10082         (rtx_format): Make declaration match rtl.h.
10083         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
10084         users.
10085         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
10086         * Makefile.in (gengtype.o): Update dependencies.
10087
10088 2003-03-18  Andreas Schwab  <schwab@suse.de>
10089
10090         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
10091         martin@blom.org.
10092
10093 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
10094
10095         * function.c (next_block_index): Mark with GTY.
10096
10097         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
10098
10099 2003-03-18  Richard Henderson  <rth@redhat.com>
10100
10101         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
10102         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
10103         until after reload.
10104
10105 2003-03-18  Richard Henderson  <rth@redhat.com>
10106
10107         * builtins.c (expand_builtin_unop): New target_mode operand;
10108         use it to convert the result to the correct mode.
10109         (expand_builtin): Update all callers.
10110
10111 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
10112
10113         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
10114
10115 2003-03-18  Jan Hubicka  <jh@suse.cz>
10116
10117         * i386.md:  Fix previous commit that mistakely applied the patch
10118         twice.
10119
10120         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
10121         canonicalized.
10122         (memrefs_conflict_p): Likewise.
10123         (addr_side_effect_eval): Canonicalize the constructed address.
10124
10125 2003-03-18  Jan Hubicka  <jh@suse.cz>
10126
10127         * i386.md (cvtts?2si peep2): New.
10128
10129 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
10130
10131         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
10132
10133 2003-03-18  Andreas Schwab  <schwab@suse.de>
10134
10135         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
10136         for format.
10137
10138 2003-03-17  Jason Merrill  <jason@redhat.com>
10139
10140         PR c++/10091
10141         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
10142         an unaligned member of TREE_ADDRESSABLE type.
10143
10144 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
10145
10146         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
10147         (TARGET_PROFILE_KERNEL): Define.
10148         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
10149         (PROFILE_BEFORE_PROLOGUE): Don't define.
10150         (PROFILE_KERNEL): Remove hacks.
10151         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
10152         (rs6000_stack_info): No need to save lr if just for profiling when
10153         TARGET_PROFILE_KERNEL.
10154         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
10155         (output_function_profiler): Localize label generation.  Emit code
10156         for kernel profiling.
10157
10158 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
10159
10160         * config/h8300/h8300-protos.h: Add a prototype for
10161         byte_accesses_mergeable_p.
10162         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
10163         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
10164         (a splitter): Likewise.
10165         (*iorsi3_ashift_16_ashift_24): Likewise.
10166         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
10167
10168 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10169
10170         * dwarf2asm.h: Delete obsolete comment.
10171         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
10172         dw2_asm_output_pcrel, dw2_asm_output_addr,
10173         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
10174         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
10175         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
10176         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
10177
10178 2003-03-17  Zack Weinberg <zack@codesourcery.com>
10179
10180         * c-tree.h (struct lang_identifier): Remove error_locus field.
10181         (IDENTIFIER_ERROR_LOCUS): Kill.
10182         (record_function_scope_shadow): New prototype.
10183         * c-typeck.c (build_external_ref): Don't complain if
10184         decl is error_mark_node.  When not at file scope, bind the
10185         decl's local value to error_mark_node to suppress further
10186         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
10187
10188         * c-decl.c (get_function_binding_level): New static function.
10189         (record_function_scope_shadow): New exported function.
10190         (c_make_fname_decl): Use get_function_binding_level.
10191
10192 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
10193
10194         * stmt.c (tail_recursion_args): Call promote_mode to set
10195         unsignedp flag correctly before calling convert_move.
10196
10197 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10198
10199         * loop-unroll.c (decide_peel_completely,
10200         decide_unroll_constant_iterations, decide_unroll_stupid,
10201         decide_unroll_runtime_iterations, decide_peel_simple): Set
10202         loop->has_desc.
10203
10204 2003-03-17  Jan Hubicka  <jh@suse.cz>
10205
10206         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
10207
10208 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10209
10210         * function.c (assign_parms): For a struct value address passed as
10211         first argument, delay the function's result RTL setup code until
10212         after the emission of parameter conversions.
10213
10214 2003-03-17  Dave Love  <fx@gnu.org>
10215             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10216
10217         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
10218         __arch64__ to match Compaq cc.
10219
10220 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
10221
10222         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
10223         (c_common_init): Set EBCDIC in cpp options.
10224         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
10225         not conditional compilation.
10226         * cpplib.h (struct cpp_options): New entry EBCDIC.
10227
10228 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
10229
10230         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
10231
10232 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10233
10234         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
10235         argument to 0 for redirect_jump.
10236
10237 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
10238
10239         PR c++/8805
10240         * except.c (eh_region_u_cleanup): Add prev_try.
10241         (expand_eh_region_end_cleanup): Set it.
10242         (reachable_handlers): Use it to skip over cleanup blocks.
10243
10244 2003-03-17  Andreas Jaeger  <aj@suse.de>
10245
10246         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
10247
10248 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
10249
10250         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
10251         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
10252         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
10253         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
10254
10255 2003-03-16  Richard Henderson  <rth@redhat.com>
10256
10257         * simplify-rtx (simplify_binary_operation): Don't abort for
10258         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
10259
10260 2003-03-16  Richard Henderson  <rth@redhat.com>
10261
10262         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
10263         optimize_size as well.
10264
10265 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
10266
10267         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
10268         for D register to specify the low part of it, aka B.
10269         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
10270         the register if we are loading 1 or -1 to it; avoid using temp
10271         register when moving X/Y to Y/X.
10272         (m68hc11_gen_movqi): Likewise.
10273         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
10274
10275 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
10276
10277         PR optimization/9016
10278         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
10279         into the constant pool.
10280
10281 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
10282
10283         PR target/9164
10284         * tree.c (get_narrower): For extensions with unchanged bit number,
10285         return the unsignedness of the outer mode.
10286
10287 2003-03-16  Roger Sayle  <roger@eyesopen.com>
10288
10289         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
10290         to avoid "may be used uninitialized" warning on ia64-hpux.
10291         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
10292
10293 2003-03-16  Andreas Jaeger  <aj@suse.de>
10294
10295         * configure.in: Improve check for memcheck.h.
10296         * configure: Regenerated.
10297
10298 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
10299
10300         * doc/cppopts.texi: Remove documentation of -A-.
10301
10302 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
10303
10304         * doc/libgcc.texi: Remove @tie.
10305
10306 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
10307
10308         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
10309         (rtx_pair): Added new element update_label_nuses, renamed to
10310         replace_label_data.
10311         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
10312         replace_label_data instead of rtx_pair.
10313         * loop.c (load_mems): Likewise.
10314         * rtlanal.c (replace_label): Replace label in pool constants and in
10315         INSN_LIST (in REG_LABEL note).
10316         (subrtx_p): Renamed to rtx_referenced_p.
10317         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
10318         LABEL_REF with CODE_LABEL, traverse constants from pool.
10319
10320 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
10321             Zack Weinberg  <zack@codesourcery.com>
10322
10323         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
10324         * doc/libgcc.texi: New file.
10325         * doc/interface.texi: Delete paragraph about libgcc interface.
10326         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
10327
10328 2003-03-15  Jason Merrill  <jason@redhat.com>
10329
10330         PR debug/9039
10331         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
10332
10333         PR debug/6387
10334         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
10335         function DIEs at toplevel.
10336         (decls_for_scope): At -g1, don't descend into subblocks.
10337
10338 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
10339
10340         * varasm.c (struct rtx_const): Change type of un.addr member
10341         to struct holding an additional 'symbol' member.
10342         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
10343         with equal string addresses as equal.
10344         (simplify_subtraction): Adapt to struct rtx_const change.
10345
10346 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
10347
10348         * fix-header.c (read_scan_file): Read main file before handling -D.
10349
10350 2003-03-15  Roger Sayle  <roger@eyesopen.com>
10351
10352         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
10353         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
10354         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
10355         (find_sub_basic_blocks): Likewise.
10356         * cgraphunit.c (cgraph_expand_functions): Likewise.
10357         * dwarf2out.c (prune_unused_types): Likewise.
10358         * expr.c (store_field): Likewise.
10359         * genextract.c (print_path): Likewise.
10360         * haifa-sched.c (schedule_insn): Likewise.
10361         * lcm.c (compute_antinout_edge): Likewise.
10362         * loop-unroll.c (decide_peel_once_rolling): Likewise.
10363         * ra-colorize.c (ra_colorize_free_all): Likewise.
10364         * ra-debug.c (dump_igraph): Likewise.
10365         (debug_hard_reg_set): Likewise.
10366         * reg-stack.c (reg_to_stack): Likewise.
10367         * rtlanal.c (refers_to_regno_p): Likewise.
10368         * tracer.c (layout_superblocks): Likewise.
10369
10370 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
10371
10372         * fix-header.c (read_scan_file): Fix thinko.
10373
10374 2003-03-15  Glen Nakamura  <glen@imodulo.com>
10375
10376         * reload1.c (choose_reload_regs): Use && instead of ||
10377         with REG_CANNOT_CHANGE_MODE_P condition.
10378
10379 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
10380
10381         * Makefile.in: Update.
10382         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
10383         * c-lex.c (init_c_lex): Register builtins hook is dead.
10384         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
10385         (c_common_decode_option): Don't call cpp_handle_option.
10386         Handle -A, -D and -U.
10387         (handle_deferred_opts): Simplify.
10388         (finish_options): Define builtins and command line macros.
10389         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
10390         * cppinit.c: Don't include intl.h.
10391         (init_builtins): Rename cpp_init_builtins.  No hook to call.
10392         (init_library): Don't need to sort options.
10393         (cpp_create_reader): Don't set pending.
10394         (cpp_destroy): Don't free pending.
10395         (struct pending_option, cl_directive_handler, struct cpp_pending,
10396         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
10397         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
10398         cl_options, cpp_handle_option): Remove.
10399         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
10400         cpp_finish_options): Remove.
10401         (cpp_init_builtins): New.
10402         * fix-header.c (read_scan_file): Update to handle -D.  Fix
10403         handling of -I.  Replace call to cpp_finish_options.
10404
10405 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10406
10407         PR optimization/9387
10408         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
10409         for conditional returns.
10410
10411 2003-03-14  Jason Merrill  <jason@redhat.com>
10412
10413         PR optimization/6871
10414         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
10415
10416 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
10417
10418         * c-opts.c (finish_options): New.
10419         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
10420         (missing_arg): Handle OPT_include and OPT_imacros.
10421         (c_common_init, c_common_parse_file): Use finish_options.
10422         (handle_deferred_opts): Update.
10423         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
10424         (cpp_finish_options): Don't handle -imacros here.
10425         (no_fil): Remove.
10426         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
10427
10428 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
10429
10430         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
10431         rs6000_maybe_dead if !fromprolog.
10432
10433 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
10434
10435         * Makefile.in: Update.
10436         * c-common.h (fe_file_change, pp_file_change): New.
10437         * c-lex.c (init_c_lex): Don't set cb_file_change.
10438         (c_common_parse_file): Move to c-opts.c.
10439         (cb_file_change): Rename fe_file_change.
10440         * c-opts.c: Include debug.h.
10441         (warn_unused_macros, include_cursor): New.
10442         (push_command_line_include, cb_file_change): New.
10443         (COMMAND_LINE_OPTIONS): Handle -include.
10444         (c_common_decode_option): Use local warn_unused_macros.
10445         Handle OPT_include.
10446         (c_common_post_options): Set file change callback.
10447         (handle_deferred_opts): Skip -include.  Don't free the array.
10448         (c_common_init): Call cpp_finish_options here, and push an
10449         initial -include file.
10450         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
10451         (preprocess_file): Don't call cpp_finish_options.
10452         (init_pp_output): Don't set the file change callback.
10453         (pp_file_change): Return if no line commands or no output.
10454         * cpphash.h (next_include_file, first_unused_line): Remove.
10455         * cppinit.c (include_head, include_tail): Remove.
10456         (cpp_destroy): Don't free -include chain.
10457         (cpp_finish_options): Don't handle -include, or worry about
10458         -Wunused-macros.
10459         (_cpp_maybe_push_include_file): Remove.
10460         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
10461         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
10462         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
10463         Used flag is set based upon the state of the warn_unused_macros
10464         flag, and so use of first_unused_line is unnecessary.
10465
10466 2003-03-13  Jan Hubicka  <jh@suse.cz>
10467
10468         * cselib.c (clear_table): Do not take argument; always clear just
10469         used slots.
10470         (cselib_process_insn):  Update call of clear_table
10471         (cselib_init): Do not call clear_table.
10472         (cselib_finish): Clear table.
10473
10474         * cse.c (count_reg_usage): Do not check side_effects_p.
10475         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
10476         like noop.
10477         (find_reg_equal_equiv_note): Do not use find_reg_note.
10478
10479 2003-03-14  Richard Henderson  <rth@redhat.com>
10480
10481         PR target/9700
10482         * config/alpha/alpha.c (alpha_va_start): Account for
10483         current_function_pretend_args_size in the AP offset.
10484
10485         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
10486         (INITIAL_ELIMINATION_OFFSET): Move out of line.
10487         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
10488         (alpha_initial_elimination_offset) New.
10489         * config/alpha/alpha-protos.h: Update.
10490
10491 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
10492
10493         * stmt.c (expand_start_case): Call emit_queue ().
10494
10495 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
10496             Alexandre Oliva  <aoliva@redhat.com>
10497
10498         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
10499         words in new abis.
10500
10501 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
10502
10503         PR optimization/8396
10504         * tree-inline.c (initialize_inlined_parameters): Make sure the value
10505         of read-only constant arguments is passed with the right type.
10506
10507 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
10508
10509         * doc/extend.texi (Function Names): Make the example compilable.
10510
10511 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
10512
10513         * config/rs6000/rs6000.c (processor_target_table): Really allow
10514         GP optional instructions on Power4.
10515
10516 2003-03-13  Roger Sayle  <roger@eyesopen.com>
10517
10518         * calls.c (flags_from_decl_or_type): Factor and remove redundant
10519         conditional tests.
10520
10521 2003-03-13  Mike Stump  <mrs@apple.com>
10522
10523         * ggc-page.c (struct page_entry): Remove varray.h header.
10524         Add index_by_depth field.
10525         Remove save_in_use_p field.
10526         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
10527         by_depth_max, by_depth, and save_in_use fields.
10528         (INITIAL_PTE_COUNT): Add.
10529         (save_in_use_p_i): Add.
10530         (save_in_use_p): Add.
10531         (adjust_depth): Add.
10532         (move_ptes_to_front): Add.
10533         (push_depth): Add.
10534         (push_by_depth): Add.
10535         (prefetch): Add.
10536         (free_page): Add support for and use faster data structures.
10537         (ggc_alloc): Likewise.
10538         (init_ggc): Likewise.
10539         (ggc_recalculate_in_use_p): Likewise.
10540         (ggc_pop_context): Likewise.
10541         (clear_marks): Likewise.
10542         (ggc_pch_read): Likewise.
10543         * Makefile.in (ggc-page.o): Remove varray.h.
10544
10545 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10546
10547         * ChangeLog: Rotated last year's entries to...
10548         * ChangeLog.8: New.
10549
10550         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
10551         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
10552         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
10553         config/ia64/ia64-protos.h, config/ia64/ia64.c,
10554         config/ia64/ia64.h, config/ia64/ia64.md,
10555         config/ia64/itanium1.md, config/ia64/itanium2.md,
10556         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
10557         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
10558
10559 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
10560
10561         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
10562         Differentiate endianness.
10563         (s6000_override_options): Use cpu type instead of TARGET_SPE.
10564
10565 2003-03-13  Nick Clifton  <nickc@redhat.com>
10566
10567         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
10568         LDM instructions with writeback enabled.
10569         (output_return_instruction): Likewise.
10570
10571         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
10572         (CALL_USED_REGISTERS): Remove definition.
10573         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
10574
10575 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
10576
10577         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
10578         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
10579         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
10580         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
10581         (rs6000_legitimize_address): Formatting.
10582         (rs6000_emit_move): Likewise.
10583         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
10584         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
10585         (rs6000_elf_select_section): Comment reason for shlib being
10586         set for ABI_AIX.
10587         (rs6000_elf_unique_section): Likewise.
10588         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
10589         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
10590         as well as flag_pic.
10591         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
10592         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
10593         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
10594
10595 2003-03-13  Richard Henderson  <rth@redhat.com>
10596
10597         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
10598
10599         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
10600         (ia64_gp_save_reg): Remove.
10601         (struct ia64_frame_info): Move to the beginning of the file;
10602         add reg_save_gp.
10603         (ia64_expand_call): Rearrange for new call patterns.
10604         (ia64_reload_gp): New.
10605         (ia64_split_call): New.
10606         (ia64_compute_frame_size): Allocate reg_save_gp.
10607         (ia64_expand_prologue): Save reg_save_gp.
10608         (ia64_expand_epilogue): Don't restore gp.
10609         (ia64_hard_regno_rename_ok): Remove R4 hack.
10610         (ia64_function_ok_for_sibcall): New.
10611         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
10612         call try_split on sibcall pattern.
10613         * config/ia64/ia64-protos.h: Update.
10614         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
10615         Rename from nopic versions.  Confiscate 2nd argument to call as
10616         a marker.
10617         (call_pic, call_value_pic, sibcall_pic): Remove.
10618         (call_gp, call_value_gp, sibcall_gp): New.
10619         (builtin_setjmp_setup): Remove.
10620         (builtin_setjmp_receiver): Call ia64_reload_gp.
10621
10622 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10623
10624         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
10625         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
10626         "GNU CC" with "GCC".
10627
10628         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
10629         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
10630         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
10631         GCC, not GNU CC.
10632
10633         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
10634         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
10635
10636         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
10637         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
10638         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
10639         "GNU CC" with "GCC".
10640
10641         * config/v850/lib1funcs.asm, config/v850/rtems.h,
10642         config/v850/v850-c.c, config/v850/v850-protos.h,
10643         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
10644         GCC, not GNU CC.
10645
10646         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
10647         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
10648         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
10649         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
10650         GNU CC.
10651
10652 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
10653
10654         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
10655
10656 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10657
10658         * fixinc/fixinc.interix: Remove dead code (most of it).
10659         * fixinc/fixinc.dgux: Remove.
10660
10661         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
10662         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
10663
10664 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10665
10666         * pa.c (pa_init_builtins): Fix warning.
10667
10668 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
10669
10670         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
10671         (ASM_OUTPUT_XDATA_SHORT): Remove.
10672         (ASM_OUTPUT_XDATA_INT): Remove.
10673         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
10674         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
10675         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
10676         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
10677
10678 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
10679
10680         PR c++/7050
10681         * expr.c (store_expr): Don't attempt to store void-typed trees,
10682         just evaluate them for side effects.
10683
10684 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
10685
10686         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
10687         * cppinit.c (push_include): Move with changes to cppfiles.c.
10688         (cpp_read_main_file): Mark named operators here...
10689         (cpp_finish_options): ...not here.  Update.
10690         (_cpp_maybe_push_include_file): Update.
10691         * cpplib.h (cpp_push_include, cpp_rename_file): New.
10692
10693 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10694
10695         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
10696         _gcc_COMPUTE_GAS_VERSION.
10697         * configure.in: Use them.
10698         * configure: Regenerate.
10699
10700 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
10701
10702         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
10703         to detect carry.
10704         (subdi3): Reorder emitted instructions.
10705
10706 2003-03-12  Andreas Jaeger  <aj@suse.de>
10707
10708         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
10709         NETBSD_OS_CPP_BUILTINS_LP64.
10710
10711 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10712
10713         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
10714         Rearrange.  Reorganize.
10715         * configure.in: Rearrange.
10716         * configure: Regenerate.
10717
10718 2003-03-12  Andreas Jaeger  <aj@suse.de>
10719
10720         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
10721         LP64 targets.
10722
10723         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
10724         _LP64.
10725
10726         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
10727         _LP64 macros here.
10728         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
10729
10730         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
10731         NETBSD_OS_CPP_BUILTINS_LP64.
10732         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
10733         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
10734
10735         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
10736
10737 2003-03-12  Jan Hubicka  <jh@suse.cz>
10738
10739         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
10740
10741 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
10742
10743         Fix PR target/9797 and PR c/9853.
10744         * stmt.c (expand_decl_init): Call push_temp_slots () and
10745         pop_temp_slots ().
10746
10747 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
10748
10749         * sh.c: Include basic-block.h.
10750         (sh_output_mi_thunk, emit_load_ptr): New functions.
10751         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
10752
10753 2003-03-12  Nick Clifton  <nickc@redhat.com>
10754
10755         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
10756         (CALL_USED_REGISTERS): Likewise.
10757         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
10758         describing how this value is calculated.
10759
10760 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
10761
10762         * configure.in (rlim_t): Define to long if no valid definition
10763         found in sys/resource.h.
10764         * config.in, configure: Regenerate.
10765
10766 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
10767
10768         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
10769         TARGET_OS_CPP_BUILTINS.
10770         * config/mcore/mcore-pe.h: Similarly.
10771         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
10772         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
10773
10774 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
10775
10776         PR c/9928
10777         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
10778         only if it is a VAR_DECL.
10779
10780 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
10781
10782         PR optimization/9888
10783         * config/i386/i386.md (jcc_1): Fix range.
10784         (jcc_2): Likewise.
10785         (jump): LIkewise.
10786         (doloop_end_internal): Likewise.
10787
10788 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
10789
10790         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
10791         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
10792         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
10793         DLL_IMPORT_EXPORT_PREFIX and "i."
10794         (i386_pe_dllexport_name_p): Here.
10795         (i386_pe_dllimport_name_p): Here.
10796         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
10797         not 9 chars when getting identifier name.
10798         (i386_pe_mark_dllimport): Here.
10799         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
10800         not 9 chars when getting identifier name. Correct comment.
10801         (i386_pe_strip_name_encoding): Here. Add comments for different
10802         cases.
10803         (gen_fastcall_suffix): Break down xmalloc() argument to
10804         components.
10805         (gen_stdcall_suffix): Likewise.
10806         Update copyright year.
10807
10808 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
10809
10810         PR optimization/9888
10811         * config/i386/i386.md (movsi_1): Remove special alternatives
10812         for %eax register.
10813         (movsi_1_nointernunit): Likewise.
10814         (movhi_1): Likewise.
10815         * config/i386/i386.c (memory_address_length): Do not use
10816         short displacement when there is no base.
10817         (ix86_attr_length_address_default): Handle LEA instructions.
10818
10819 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
10820
10821         * c-cppbuiltin.c (builtin_define_std): Make non-static.
10822
10823 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
10824
10825         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
10826         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
10827         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
10828         * config/freebsd.h (CPP_PREDEFINES): Remove.
10829         (TARGET_OS_CPP_BUILTINS): New.
10830         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
10831         instead of TARGET_OS_CPP_BUILTINS.
10832         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
10833
10834 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
10835
10836         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
10837
10838 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
10839
10840         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
10841         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
10842
10843         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
10844
10845 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
10846
10847         * toplev.c (independent_decode_option): Return success for --help,
10848         --target-help and --version.
10849
10850 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
10851
10852         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
10853         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
10854         specified.
10855         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
10856         DRIVER_SELF_SPECS.
10857         (LINK_SPEC): Let endian options affect the linker emulation name.
10858
10859 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
10860
10861         * sh.md (reload_inqi): Fix mode for source in second set.
10862
10863 2003-03-11  Jan Hubicka  <jh@suse.cz>
10864
10865         * cselib.c (cselib_invalidate_mem_1): Move too ...
10866         (cselib_invalidate_mem): ... here; use new list
10867         (dummy_val, first_containing_mem): New static variables.
10868         (clear_table): Initialize first_containing_mem.
10869         (discard_useless_values):  Compact the containing_mem list.
10870         (add_mem_for_addr): Add to the list.
10871         * cselib.h (cselib_val): Add next_containing_mem.
10872
10873 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
10874
10875         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
10876         instructions for e500.
10877
10878 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
10879
10880         * Makefile.in: Update.
10881         * c-cppbuiltin.c: Include tm_p.h.
10882
10883 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
10884
10885         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
10886
10887         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
10888         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
10889         (_Unwind_SetGR): Same.
10890         (_Unwind_GetGRPtr): New.
10891         (_Unwind_SetGRPtr): New.
10892         (uw_update_context_1): Use accesor functions instead of accessing
10893         context->reg[] directly.
10894         (uw_install_context_1): Same.
10895         (execute_cfa_program): Same.
10896         (__frame_state_for): Same.
10897
10898         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
10899         the synthetic register offset.
10900
10901         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
10902
10903 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
10904
10905         * config/cris/cris.md: Remove lingering EGCS reference.
10906         ("*extopqihi_side_biap"): For HI operation, match
10907         cris_additive_operand_extend_operator, not
10908         cris_operand_extend_operator.  Adjust condition.
10909         ("*extopqihi_side", "*extopqihi"): Ditto.
10910         ("*extopqisi_side_biap"): Correct operand numbers in condition.
10911         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
10912         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
10913         ("*extophisi_swap"): Ditto.
10914         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
10915         PLUS, not cris_operand_extend_operator.  Adjust condition and
10916         output template.
10917         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
10918         * config/cris/cris.h (PREDICATE_CODES): Add
10919         cris_additive_operand_extend_operator.
10920         * config/cris/cris.c (cris_additive_operand_extend_operator):
10921         New predicate.
10922
10923 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
10924
10925         * df.c (read_modify_subreg_p): Change from static to global.
10926         * df.h (read_modify_subreg_p): Add prototype.
10927         * sched-deps.c (sched_analyze_1): Generate true dependency for
10928         strict_low_part, certain subregs and zero/sign_extract.
10929
10930 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
10931
10932         * Makefile.in: Update.
10933         * c-common.c: Don't include real.h or except.h.
10934         (REGISTER_PREFIX): Remove.
10935         (builtin_define_std, builtin_define_with_value,
10936         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
10937         builtin_define_type_max, builtin_define_type_precision,
10938         builtin_define_float_constants): Move to c-cppbuiltin.c.
10939         (c_stddef_cpp_builtins): New.
10940         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
10941         * c-cppbuiltin.c: New, extracted from c-common.c.
10942         (define__GNUC__): New.
10943         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
10944         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
10945         (cpp_unique_options): Don't support no-gcc.
10946         (do_spec_1): Remove support of version specs.
10947         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
10948         * doc/passes.texi: Update.
10949         * doc/tm.texi: Update.
10950
10951 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
10952
10953         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
10954
10955 2003-03-10  Andrew Pinski  <apinski@apple.com>
10956
10957         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
10958         is on should not get here.
10959         (machopic_indirect_data_reference): If dynamic-no-pic is on just
10960         generate high/low parts of the address.
10961         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
10962         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
10963         symbol and labels with a new reg.  Dynamic-no-pic does not have a
10964         pic_offset_table_rtx.
10965         (machopic_select_section): Change references of flag_pic to
10966         MACHOPIC_INDIRECT.
10967         (machopic_asm_out_destructor): Likewise.
10968         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
10969         reference of flag_pic to MACHOPIC_INDIRECT.
10970         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
10971         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
10972         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
10973         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
10974         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
10975         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
10976         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
10977         (TARGET_DYNAMIC_NO_PIC): Define.
10978         (SUBTARGET_SWITCHES): Define, have sub-target switches for
10979         dynamic-no-pic.
10980         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
10981         rs6000_override_options to here. Dynamic-no-pic overrides
10982         pic.
10983         (CC1_SPEC): Change from not static then pic to not static and not
10984         dynamic-no-pic then pic.
10985         * config/rs6000/rs6000.c (rs6000_override_options): Move the
10986         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
10987         (rs6000_legitimize_reload_address): Add case for loading floating in
10988         dynamic-no-pic.
10989         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
10990         of flag_pic to MACHOPIC_INDIRECT.
10991         (secondary_reload_class): Conditional change the reference of
10992         flag_pic to MACHOPIC_INDIRECT.
10993         (rs6000_output_mi_thunk): Change reference of flag_pic to
10994         MACHOPIC_INDIRECT.
10995         (output_profile_hook): Likewise.
10996         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
10997         * config/rs6000/rs6000.md (movdf_low): Add the case for
10998         MACHO_DYNAMIC_NO_PIC_P.
10999         (call): Change references for flag_pic in TARGET_MACHO to
11000         MACHOPIC_INDIRECT.
11001         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
11002         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
11003         * doc/invoke.texi (-mdynamic-no-pic): Document.
11004
11005 2003-03-10  Devang Patel  <dpatel@apple.com>
11006
11007         PR c++/9394
11008         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
11009         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
11010         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
11011         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
11012         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
11013         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
11014
11015 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
11016
11017         PR optimization/7189
11018         * toplev.c (rest_of_compilation):  Move
11019         check_function_return_warnings up to just after
11020         delete_unreachable_blocks.
11021
11022 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
11023
11024         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
11025         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
11026         Declare.
11027         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
11028         for reg rename optimization to avoid using Z and Y registers.
11029
11030 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
11031
11032         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
11033         when adding to X and Y since leax/leay are fast.
11034         ("*addhi3"): Accept 'I' constraint when adding to address register.
11035         ("rotlhi3"): Operand 1 must be a register_operand.
11036         (peephole2): New peephole to optimize some adds.
11037         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
11038         to represent -2 .. 2 small integer range.
11039
11040 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
11041
11042         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
11043         each 16-bit rotation.
11044
11045 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
11046
11047         * c-opts.c (add_prefixed_path): Don't use concat.  When
11048         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
11049         cpp_GCC_INCLUDE_DIR_len characters.
11050
11051 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
11052
11053         * testsuite/gcc.dg/altivec-9.c: New file.
11054
11055         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
11056         (rs6000_emit_prologue): Use rs6000_frame_related instead.
11057
11058 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
11059
11060         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
11061         vectors.
11062         (__ev_convert_u64): Remove macro.  Define as inline.
11063         (__ev_convert_s64): Same.
11064
11065 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
11066
11067         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
11068         (rs6000_stack_t): Add spe_64bit_regs_used.
11069
11070         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
11071         spe_64bit_regs_used, and use it to determine the size of the
11072         frame.
11073         (spe_func_has_64bit_regs_p): New.
11074         (spe_synthesize_frame_save): New.
11075         (rs6000_frame_related): Handle SPE synthetic registers.
11076         (rs6000_emit_prologue): Only save in 64-bits if the function used
11077         any registers in 64-bit mode.
11078         (rs6000_emit_epilogue): Same, but for restore.
11079
11080 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
11081
11082         * arm.h (enum floating_point_type): Delete.  Replace with...
11083         (enum fputype): ... new.
11084         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
11085         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
11086         * arm.md (attr fpu): Reworked for new underlying enum values.
11087         * arm.c (arm_fpu_arch): Now enum fputype.
11088         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
11089         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
11090         Update uses of arm_fpu_arch and arm_fpu_tune.
11091
11092 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
11093
11094         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
11095         (try_crossjump_to_edge): Replace refereces to one jump table by
11096         references to identical jump table.
11097         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
11098         (replace_label): Moved to rtlanal.c.
11099         (struct rtx_pair): Moved to rtl.h.
11100         * rtl.h (struct rtx_pair): Moved from loop.c.
11101         (replace_label): New extern function.
11102         (subrtx_p): New extern function.
11103         (tablejump_p): New extern function.
11104         * rtlanal.c (replace_label): Moved from loop.c.
11105         (subrtx_p_1): New static function.
11106         (subrtx_p): New function.
11107         (tablejump_p): New function.
11108
11109 2003-03-10  Jan Hubicka  <jh@suse.cz>
11110
11111         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
11112
11113         * cfgcleanup.c (merge_blocks): Return where to iterate next.
11114         (try_optimize_cfg): Use return value of merge_blocks
11115
11116 2003-03-10  Michael Matz  <matz@suse.de>
11117
11118         * cfg.c (unchecked_make_edge): New.
11119         (cached_make_edge): Use it.
11120         * basic-block.h (unchecked_make_edge): Declare.
11121         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
11122
11123 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
11124
11125         * fpa.md: New file.  Move all patterns relating to FPA co-processor
11126         to here...
11127         * arm.md: ... from here.
11128         (cirrus.md, fpa.md): Include at end of description.
11129         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
11130         (pic_load_addr_based): Remove register constraint from expander.
11131         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
11132         (sordered, sungt, sunle, sunge, sunlt): Likewise.
11133         (eh_epilogue, tablejump): Likewise.
11134
11135 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11136
11137         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
11138         on operands if it has a PLACEHOLDER_EXPR.
11139
11140 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
11141             Mostafa Hagog
11142
11143         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
11144         condition.
11145
11146 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
11147
11148         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
11149         * config/ip2k/ip2k.h: Similarly.
11150         * config/m32r/m32r.h: Similarly.
11151         * config/m68hc11/m68hc11.h: Similarly.
11152         * config/mn10200/mn10200.h: Similarly.
11153         * config/mn10300/mn10300.h: Similarly.
11154         * config/pdp11/pdp11.h: Similarly.
11155         * config/v850/v850.h: Similarly.
11156         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
11157         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
11158         * config/mips/iris3.h: Remove #if 0 block.
11159
11160 2003-03-09  Roger Sayle  <roger@eyesopen.com>
11161             Joern Rennecke <joern.rennecke@superh.com>
11162
11163         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
11164         pending argument upon return from handle_braces here.
11165         (do_spec_2): Instead handle it upon return from do_spec_1 here.
11166
11167 2003-03-09  Roger Sayle  <roger@eyesopen.com>
11168             Joern Rennecke <joern.rennecke@superh.com>
11169
11170         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
11171         pending argument upon return from handle_braces here.
11172         (do_spec_2): Instead handle it upon return from do_spec_1 here.
11173
11174 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11175
11176         * varasm.c (make_decl_one_only): Use declare_weak().
11177
11178 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11179
11180         PR middle-end/9986
11181         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
11182         after the common builtins.
11183         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
11184         * pa.c (TARGET_INIT_BUILTINS): Define.
11185         (pa_init_builtins): New function.
11186
11187         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
11188         space has been allocated for the outgoing arguments, set the arg
11189         pointer for a call emitted after virtuals have been instantiated
11190         using the stack pointer offset, otherwise abort.
11191
11192 2003-03-09  DJ Delorie  <dj@redhat.com>
11193
11194         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
11195
11196 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
11197
11198         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
11199         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
11200         conversion to integer.
11201         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
11202
11203 2003-03-09  Roger Sayle  <roger@eyesopen.com>
11204
11205         * builtins.def: Fix typo and improve grammar.
11206         * loop-unroll.c (decide_peel_completely): Tidy log message.
11207
11208 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
11209
11210         * config/h8300/h8300.md (*tstsi_upper_bit): New.
11211         (*iorsi3_e2f): Likewise.
11212
11213 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
11214
11215         * config/h8300/h8300.c (h8300_and_costs): Return the number of
11216         assembly instructions needed.
11217         (h8300_shift_costs): Likewise.
11218
11219 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
11220
11221         * config/cris/aout.h (ENDFILE_SPEC): Undef.
11222
11223         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
11224         moves from here ...
11225         * expr.c (emit_move_insn_1): ... to here.
11226
11227         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
11228         (TARGET_OS_CPP_BUILTINS): New macro.
11229         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
11230         (TARGET_OS_CPP_BUILTINS): New macro.
11231         (CPP_PREDEFINES): Don't define.  Move old definitions and...
11232         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
11233         (TARGET_CPU_CPP_BUILTINS): New macro.
11234         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
11235         definitions and the optional __PIC__, __pic__ and
11236         __NO_UNDERSCORES__ definitions to...
11237         (TARGET_OS_CPP_BUILTINS): New macro.
11238
11239         * flags.h (flag_leading_underscore): Declare.
11240
11241         * c-opts.c (c_common_post_options): On fopen failure, return
11242         false, not NULL.
11243
11244 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
11245
11246         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
11247         config.h.
11248         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
11249         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
11250
11251 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
11252
11253         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
11254         CPP_PREDEFINES.
11255         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
11256         CPP_PREDEFINES.
11257
11258 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
11259
11260         * c-common.h (c_common_init, c_common_post_options): Update.
11261         * c-objc-common.c (c_objc_common_init): Update for new prototype.
11262         * c-opts.c (saved_lineno): New.
11263         (c_common_post_options, c_common_init): Update prototypes,
11264         move call to cpp_read_main_file from latter to former.
11265         * c-tree.h (c_ojbc_common_init): Update.
11266         * langhooks-def.h (lhd_post_options): New.
11267         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
11268         * langhooks.c (lhd_post_options): New.
11269         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
11270         * toplev.c (no_backend): New.
11271         (process_options): Call post_options hook and set main_input_filename
11272         and input_filename here.
11273         (lang_dependent_init, do_compile): post_options hook moved to
11274         process_options.
11275         * objc/objc-act.c (objc_init): Update prototype.
11276         * objc/objc-act.h (objc_init): Update prototype.
11277
11278 2003-03-08  Roger Sayle  <roger@eyesopen.com>
11279
11280         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
11281         a complex or vector type, using a load in the original mode.
11282
11283 2003-03-08  Jan Hubicka  <jh@suse.cz>
11284
11285         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
11286         * gt-cgraph.h: New GC file.
11287         * cgraph.c (known_fns): New static variable.
11288         (cgraph_node): Add the decl into varray.
11289
11290 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
11291
11292         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
11293
11294 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
11295
11296         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
11297         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
11298         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
11299         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
11300         All callers changed.
11301         * arm.md, arm.h, arm-protos.h: Updated.
11302
11303         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
11304         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
11305         * arm.c (arm_regno_class, f_register_operand): Updated.
11306
11307 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
11308
11309         * config/cris/cris.h: Remove EGCS references.
11310         (CPP_SPEC): Remove "-$".
11311         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
11312
11313 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
11314
11315         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
11316         preference to CPP_PREDEFINES.
11317
11318 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
11319
11320         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
11321
11322 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
11323
11324         * config/h8300/h8300.md (*extzv_16_8): New.
11325
11326 2003-03-08  Jan Hubicka  <jh@suse.cz>
11327
11328         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
11329         * cgraph.h: (cgraph_local_info): Add can_inline_once
11330         (cgraph_global_info): Add inline_once.
11331         (cgraph_node): Add previous.
11332         (cgraph_remove_node): New.
11333         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
11334         function.
11335         (cgraph_optimize): Call it.
11336         (cgraph_finalize_function):  Set inlinable flags.
11337         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
11338         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
11339         (cgraph_expand_function): Likewise.
11340         * cgraph.c
11341         (cgraph_node): Put nodes into doubly linked chain.
11342         (cgraph_remove_node): New function.
11343         * flags.h (flag_inline_functions_called_once): Declare.
11344         * tree-inline.c: Include cgraph.h
11345         (inlinable_functions_p): Add extra argument to bypass limits.
11346         (expand_call_inline):  Obey cgraph flag.
11347         * tree-inline.h (tree_inlinable_function_p): Update prototype.
11348
11349 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11350
11351         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
11352         irreducible loops.
11353
11354         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
11355         loops info correctly.
11356
11357 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
11358
11359         PR middle-end/7796
11360         * unroll.c (calculate_giv_inc): Handle constants being
11361         loaded with LSHIFTRT.
11362
11363 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
11364
11365         * config/rs6000/rs6000.c (processor_target_table): Do not disable
11366         GP optional instructions on Power3, Power4, 620, and 630.
11367
11368 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
11369
11370         * calls.c: Fix comment formatting.
11371         * cfgloopanal.c: Likewise.
11372         * cfgloopmanip.c: Likewise.
11373         * combine.c: Likewise.
11374         * dwarf2out.c: Likewise.
11375         * ggc-common.c: Likewise.
11376         * langhooks.c: Likewise.
11377         * loop-unroll.c: Likewise.
11378         * loop.c: Likewise.
11379         * ra-build.c: Likewise.
11380         * sbitmap.c: Likewise.
11381         * toplev.c: Likewise.
11382
11383 2003-03-07  James E Wilson  <wilson@tuliptree.org>
11384
11385         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
11386
11387 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
11388
11389         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
11390         support -no-integrated-cpp.
11391
11392         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
11393         than langhooks.name.
11394
11395 2003-03-07  Michael Matz  <matz@suse.de>
11396
11397         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
11398         (DF_FOR_REGALLOC): New.
11399         * df.c (df_ref_record): Set DF_REF_STRIPPED.
11400         (read_modify_subreg_p): Simplify.
11401         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
11402         Use DF_FOR_REGALLOC.
11403         * ra.h (struct web): New member subreg_stripped.
11404         (invalid_mode_change_regs): Declare.
11405         * ra.c (invalid_mode_change_regs): New.
11406         (init_ra): Initialize it.
11407         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
11408         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
11409         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
11410         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
11411         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
11412
11413 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
11414
11415         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
11416         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
11417         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
11418         machine description file from ...
11419         * cirrus.md: ... here.
11420
11421 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
11422
11423         * config/h8300/h8300.md (a peephole2): Don't use
11424         reg_overlap_mentioned_p.
11425
11426 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
11427
11428         * c-pch.c: Include langhooks.h.
11429         (IDENT_LENGTH): New.
11430         (get_ident): New.
11431         (pch_ident): Delete.
11432         (pch_init): Use get_ident, IDENT_LENGTH.
11433         (c_common_valid_pch): Likewise.  Also, use actual language
11434         in warning message.
11435         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
11436
11437         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
11438         c-parse.in.
11439         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
11440         gt-objc-objc-act.h.
11441         (gt-objc-objc-act.h): New rule.
11442         * objc/lang-specs.h: Support PCH.
11443         * objc/objc-act.c: Include gt-objc-objc-act.h.
11444         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
11445         (build_selector_reference_decl): Move idx out, mark for PCH.
11446         (build_class_reference_decl): Likewise.
11447         (build_objc_string_decl): Move *_idx out, mark for PCH.
11448         (build_tmp_function_decl): Move xxx out, mark for PCH.
11449
11450 2003-03-06  Dale Johannesen  <dalej@apple.com>
11451
11452         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
11453         global functions for inlining on Darwin.
11454
11455 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
11456
11457         * haifa-sched.c (schedule_block): Don't call reorder when sorting
11458         is prohibited.
11459
11460 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
11461
11462         * Makefile.in (c-ppoutput.o): Update.
11463         * c-common.h (init_pp_output): New.
11464         (preprocess_file): Update.
11465         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
11466         Register builtins.
11467         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
11468         Make call to cpp_read_main_file common to whether preprocessing
11469         or not.  Don't register builtins.
11470         * c-ppoutput.c: Include c-pragma.h.
11471         (setup_callbacks): Rename init_pp_output.
11472         (preprocess_file): No longer setup callbacks or call
11473         cpp_read_main_file.
11474         * cpphash.h (_cpp_init_mbchar): New.
11475         * cppinit.c (init_library): Call _cpp_init_mbchar.
11476         * cpplex.c (_cpp_init_mbchar): New.
11477
11478 2003-03-06  Roger Sayle  <roger@eyesopen.com>
11479
11480         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
11481         MEM, try loading the MEM into a register and taking the low-part
11482         of that, to help CSE see the use of the MEM in its true mode.
11483
11484 2003-03-05  Tom Tromey  <tromey@redhat.com>
11485
11486         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
11487         Define.
11488
11489 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
11490
11491         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
11492         operand 2.
11493         ("*ineqbranchsi"): Likewise.
11494
11495 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
11496
11497         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
11498         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
11499         register store followed by a stack increment.
11500
11501 2003-03-05  Chris Moller  <cmoller@redhat.com>
11502
11503         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
11504         to inhibit saving CARRY_REGS.
11505
11506         * config/stormy16/stormy16.c (xs_hi_general_operand):
11507         added predicate to detect and error-out on out-of-range
11508         const_ints for movhi.
11509         * config/stormy16/stormy16.md (movhi): use
11510         xs_hi_general_operand.
11511
11512         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
11513         added a check for local vbl size overflow.
11514         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
11515         added predicate to detect and error-out on out-of-range
11516         const_ints for addhi and subhi.
11517         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
11518         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
11519
11520         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
11521         add a term to accept PRE_MODIFY addresses.
11522         * config/stormy16/stormy16.c (xstormy16_expand_move):
11523         add code to expand PRE_MODIFY addresses to an add followed
11524         by a move.
11525
11526 2003-03-06  Jason Merrill  <jason@redhat.com>
11527
11528         * tree-inline.c (inlinable_function_p): Revert earlier change
11529         pending investigation.
11530
11531 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
11532
11533         * config/h8300/h8300.md (a new peephole2): New.
11534
11535 2003-03-06  Jan Hubicka  <jh@suse.cz>
11536
11537         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
11538
11539 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11540
11541         * dwarf2out.c (size_of_die): Compute size of external reference to
11542         die correctly.
11543
11544 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
11545
11546         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
11547         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
11548         expanders.
11549
11550 2003-03-05  Roger Sayle  <roger@eyesopen.com>
11551
11552         * expr.h (lang_expand_expr): Delete obsolete prototype.
11553
11554 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
11555
11556         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
11557
11558 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
11559
11560         * config/h8300/h8300.md (a peephole2): Generalize to
11561         accept a memory operand.
11562
11563 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
11564
11565         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
11566         * config/alpha/alpha.c (print_operand, case '+'): New.
11567         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
11568         (call_value_osf_1_noreturn): Likewise.
11569
11570 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11571
11572         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
11573         (expand_end_bindings): Likewise.
11574
11575 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11576
11577         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
11578         (epilogue): Don't generate return_external_pic when emitting PA 2.0
11579         code.
11580
11581 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
11582
11583         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
11584
11585         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
11586
11587         * hooks.c (hook_rtx_rtx_null): New.
11588
11589         * hooks.h (hook_rtx_rtx_null): Protoize.
11590
11591         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
11592         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
11593
11594         * target.h (struct gcc_target): Add dwarf_register_span.
11595
11596         * dwarf2out.c (multiple_reg_loc_descriptor): New.
11597         (one_reg_loc_descriptor): New.
11598         (reg_loc_descriptor): Add support for values that span more than
11599         one register.
11600
11601 2003-03-05  Jan Hubicka  <jh@suse.cz>
11602
11603         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
11604         * alias.c:  Include cgraph.h
11605         (mark_constant_function): Use cgraph_rtl_info.
11606         * calls.c:  Include cgraph.h
11607         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
11608         calls.
11609         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
11610         * cgraph.c (cgraph_rtl_info): New function.
11611         * cgraph.h (cgraph_rtl_info): Declare
11612         (cgraph_rtl_info): Likewise.
11613         * function.h (struct function): Add recursive_call_emit.
11614         * toplev.c: Include cgraph.h.
11615         (rest_of_compilation): Set preferred_incoming_stack_boundary.
11616
11617 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
11618
11619         * config/h8300/h8300.c (output_simode_bld): Clear the
11620         destination first if possible.
11621         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
11622         alternative.
11623         (extzv_1_r_inv_h8300hs): Likewise.
11624
11625 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11626
11627         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
11628         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
11629         * cfgloop.c (flow_loop_free): Made global.
11630         (establish_preds): New static function.
11631         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
11632         (get_loop_exit_edges): New.
11633         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
11634         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
11635         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
11636         loops.
11637         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
11638         removability of an edge.
11639         (fix_irreducible_loops): New static function.
11640         (find_path, remove_path): Add ability to remove enclosing loops.
11641         (unloop): New.
11642         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
11643         flags.
11644         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
11645         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
11646         not neccessary.
11647         (decide_peel_completely, peel_loops_completely): Allow complete peeling
11648         of non-duplicable once rolling loops.
11649         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
11650
11651 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
11652
11653         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
11654         for align_jumps is 4.
11655
11656         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
11657         use GENERAL_REGS.
11658
11659 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
11660
11661         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
11662         according to va_arg type.
11663         (EXPAND_BUILTIN_VA_ARG): Remove.
11664         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
11665         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
11666
11667 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
11668
11669         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
11670         else clauses.
11671
11672 2003-03-05  Michael Matz  <matz@suse.de>
11673
11674         * i386/i386.c (ix86_save_reg): Also test
11675         current_function_uses_const_pool.
11676
11677 2003-03-05  Michael Matz  <matz@suse.de>
11678
11679         * unwind.h: Add the GPL exception.
11680         * Makefile.in (USER_H): Add unwind.h.
11681
11682 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
11683
11684         PR c/9799
11685         * c-typeck.c (push_init_level): Add sanity check.
11686
11687 2003-03-05  Jan Hubicka  <jh@suse.cz>
11688
11689         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
11690         RTL inlining is done.
11691
11692         * cgraphunit.c (cgraph_mark_local_functions): New local function.
11693         (cgraph_optimize): Mark local functions.
11694         * i386-protos.h (init_cumulative_args): Update prototype.
11695         * i386.c (init_cumulative_args): Use register passing convention for
11696         local functions.
11697
11698         * cgraph.c (cgraph_global_info_ready): New global variable
11699         (cgraph_local_info, cgraph_global_info): New functions.
11700         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
11701         structures.
11702         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
11703         Declare.
11704         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
11705         (cgraph_mark_functions_to_output): Use inline_many.
11706         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
11707         (cgraph_expand_functions): Expand inline functions last.
11708         (cgraph_optimize): Do not emit uneeded functions.
11709
11710 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
11711
11712         * expr.c (convert_modes): Check for legal hard register.
11713
11714 2003-03-04  Tom Tromey  <tromey@redhat.com>
11715
11716         * doc/sourcebuild.texi (Front End Directory): Document tags.
11717         * configure: Rebuilt.
11718         * configure.in (target_list): Added tags.
11719         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
11720         TAGS files by reference.
11721         * objc/Make-lang.in (objc.tags): New target.
11722
11723 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11724
11725         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
11726         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
11727         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
11728         gcov_read_string, gcov_write_length): Modified to enable reading/
11729         writing of whole .da file just once.
11730         (da_file_open, da_file_close, da_file_eof, da_file_error,
11731         da_file_position, da_file_seek, da_file_write, da_file_read): New
11732         functions.
11733         (actual_da_file, actual_da_file_position, actual_da_file_length,
11734         actual_da_file_buffer, actual_da_file_buffer_size): New static
11735         functions.
11736         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
11737         just once.
11738
11739
11740 2003-03-04  Andreas Schwab  <schwab@suse.de>
11741
11742         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
11743         offset without frame pointer.
11744
11745 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
11746
11747         * expr.c (expand_expr): Call promote_mode to set unsignedp.
11748
11749 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11750
11751         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
11752         * configure: Regenerated.
11753         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
11754
11755 2003-03-04  Andreas Jaeger  <aj@suse.de>
11756
11757         * configure.in: Check for <memcheck.h>.
11758         * configure: Regenerated.
11759
11760         * config.in: Define HAVE_MEMCHECK_H.
11761
11762         * ggc-common.c: Use <memcheck.h> if available instead of
11763         <valgrind.h>.
11764         * ggc-page.c: Likewise.
11765         * cppfiles.c: Likewise.
11766
11767 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
11768
11769         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
11770
11771 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11772
11773         PR c/9262
11774         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
11775         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
11776
11777 2003-03-04  Jan Hubicka  <jh@suse.cz>
11778
11779         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
11780         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
11781         for -O3.
11782
11783 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11784
11785         * configure.in: Delete three unused variables.  Move a variable
11786         definition closer to its use.  Simplify use_collect2 logic.  Start to
11787         organize.  Simplify tests for in-tree gas and ld.
11788         * configure: Regenerate.
11789
11790 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
11791
11792         * Makefile.in: Update.
11793         * c-common.c (flag_no_line_commands, flag_no_output,
11794         flag_dump_macros, flag_dump_includes): New.
11795         * c-common.h (flag_no_line_commands, flag_no_output,
11796         flag_dump_macros, flag_dump_includes, preprocess_file): New.
11797         (init_c_lex): Update prototype.
11798         * c-lex.c (init_c_lex): Update prototype; move some code to
11799         c_common_init.
11800         * c-opts.c (preprocess_file): Subsume into c_common_init.
11801         (c_common_decode_option): Update flags.
11802         (c_common_init): Move code from preprocess_file and init_c_lex.
11803         (sanitize_cpp_opts): Update.
11804         * c-ppoutput.c: New, cppmain.c almost verbatim.
11805         * cpphash.h (struct printer): Remove.
11806         (struct cpp_reader): Remove print.
11807         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
11808         cpp_preprocess_file): Remove.
11809         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
11810         and dump_includes.
11811         * cppmain.c: Remove.
11812         * doc/passes.texi: Update.
11813
11814 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11815
11816         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
11817         (assign_stack_local_1): Perform overall stack alignment only when
11818         STACK_ALIGNMENT_NEEDED is nonzero.
11819         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
11820
11821         * pa.c (compute_frame_size): Rename fsize to size.  Account for
11822         alignment to a word boundary before general register save block.  Only
11823         account for double-word alignment before floating point register save
11824         block if one or more are saved.  Don't allocate space for %r3 when
11825         frame pointer is needed.
11826         (hppa_expand_prologue): Include alignment to word boundary in local
11827         frame size.
11828         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
11829         (STACK_ALIGNMENT_NEEDED): Define.
11830
11831 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
11832
11833         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
11834         global register variables.
11835
11836 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
11837
11838         * reload.c (reload_adjust_reg_for_mode): New function.
11839         (subst_reloads): Call it.
11840         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
11841         * reload.h (reload_adjust_reg_for_mode): Declare.
11842         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
11843         Call it.
11844
11845 2003-03-03  James E Wilson  <wilson@tuliptree.org>
11846
11847         * optabs.c (add_equal_note): Delete SUBREG_REG use.
11848         Fixes PR c/7872.
11849
11850 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11851
11852         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
11853         (*ixorsi3_lshiftrt_16): New.
11854         (*iorsi3_ashift_16): Remove.
11855
11856 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11857
11858         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
11859         pattern.
11860
11861 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
11862
11863         * doc/install.texi (Specific): Update entry for powerpc-darwin.
11864
11865 2003-03-03  Richard Henderson  <rth@redhat.com>
11866
11867         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
11868
11869 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
11870
11871         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
11872         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
11873         (rs6000_variable_issue): Do not return negative value.
11874         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
11875         scheduling pass.
11876
11877 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11878
11879         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
11880         prune_unused_types calls.
11881
11882 2003-03-03  Jason Merrill  <jason@redhat.com>
11883
11884         * tree-inline.c (find_builtin_longjmp_call): Save and restore
11885         lineno and input_filename.
11886         (find_alloca_call): Likewise.
11887         (inlinable_function_p): Run the langhook earlier.
11888
11889         * calls.c (compute_argument_addresses): Give the new MEMs a
11890         minimum alignment of PARM_BOUNDARY.
11891
11892 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
11893
11894         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
11895         subtarget_asm_isa_spec.
11896         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
11897         (ASM_SPEC): Define as SH_ASM_SPEC.
11898         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
11899         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
11900         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
11901         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
11902
11903         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
11904         and align_jumps if not set.
11905         Force align_jumps to be at least 2.
11906         When relaxing, force align_functions to be at least the maximum of
11907         align_loops, align_jumps and 4.
11908         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
11909         (sh_loop_align): Honour align_loops_log.
11910
11911         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
11912         to check for indirect_jump_scratch.
11913         (indirect_jump_scratch): Add second set.
11914         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
11915         when looking for indirect_jump_scratch.
11916         Extract scratch register taking new structure of indirect_jump_scratch
11917         into account.
11918         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
11919
11920 2003-03-03  Jan Hubicka  <jh@suse.cz>
11921
11922         * calls.c (rtx_for_function_call): Take the address as an argument
11923         (expand_call): Do not modify the expression.
11924
11925         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
11926         optimizing.
11927
11928 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11929
11930         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
11931         TARGET_H8300H and TARGET_H8300S.
11932
11933 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11934
11935         * config/h8300/h8300.md (a peephole2): New.
11936
11937 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11938
11939         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
11940         operands[0] and operands[1] are different.
11941
11942 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
11943
11944         * reload1.c (reload_cse_move2add): Remove variable success.
11945
11946 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11947
11948         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
11949         warnings.
11950
11951 2003-03-02  Richard Henderson  <rth@redhat.com>
11952
11953         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
11954         * config.in, configure: Rebuild.
11955         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
11956         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
11957         paired ldtoffx and ldxmov annotations.
11958         (load_symptr_internal1): Remove.
11959         (load_symptr_high, load_symptr_low): New.
11960
11961 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
11962
11963         * c-incpath.c (add_path): Fix sysp assignment.
11964
11965 2003-03-02  Kurt Garloff  <garloff@suse.de>
11966
11967         * params.def: Introduce parameter max-inline-insns-rtl for
11968         a separate limit for the RTL inliner.
11969         * params.h: Likewise.
11970         * integrate.c (function_cannot_inline_p): Use it.
11971         * toplev.c (decode_f_option): Set multiple parameters
11972         controlling inlining with -finline-limit.
11973         * params.def: Fix orthographic and typographic errors.
11974         * doc/invoke.texi: Document parameters controlling inlining
11975         and the way -finline-limit sets multiple of them.
11976
11977         * tree.h (struct tree_decl): Introduce inlined_function_flag,
11978         recording whether the function became eligible for inlining
11979         by a compiler flag rather than the declaration.
11980         Provide DID_INLINE_FUNC macro to access it.
11981         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
11982         * cp/decl.c (grokfndecl): Likewise.
11983         * toplev.c (rest_of_compilation): Likewise.
11984         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
11985         * print-tree.c (print_node): Report it.
11986         * params.def: Introduce new max-inline-insns-auto limit.
11987         * params.h: Likewise.
11988         * tree-inline.c (inlinable_function_p): Apply it to functions
11989         with DID_INLINE_FUNC set.
11990         * toplev.c (decode_f_option): Initialize it from -finline-limit
11991         value.
11992         * doc/invoke.texi: Document new parameter.
11993
11994 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
11995
11996         * fix-header.c (read_scan_file): Don't reference simplify_path.
11997
11998 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
11999
12000         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
12001         min/max instructions by default as may result in reload errors.
12002
12003 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12004
12005         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
12006         avoid reload problems; define split for it.
12007
12008 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
12009
12010         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
12011         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
12012         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
12013         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
12014         rotatert and rotate.
12015         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
12016         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
12017         ("*rotrhi3_addr"): New split for shift insns on address register.
12018         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
12019         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
12020         (___rotrhi3): Likewise.
12021         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
12022
12023 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
12024
12025         * toplev.c (aux_base_name): Moved from toplev.h.
12026         (filename): Constify.
12027         (lang_dependent_init): Don't duplicate name.
12028         (process_options): Set aux_base_name here, not...
12029         (do_compile): ...here.  Change protoype.
12030         (toplev_main): Move some code from do_compile.
12031         * toplev.h: Remove aux_base_name.
12032
12033 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
12034
12035         * config/h8300/h8300-protos.h: Add a prototype for
12036         iorxor_operator.
12037         * config/h8300/h8300.c (print_operand): Handle 'c'.
12038         (iorxor_operator): New.
12039         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
12040         * config/h8300/h8300.md (*iorhi3_zext): Remove.
12041         (*iorsi3_zexthi): Likewise.
12042         (*iorsi3_zextsi): Likewise.
12043         (*xorhi3_zextqi): Likewise.
12044         (*xorsi3_zexthi): Likewise.
12045         (*xorsi3_zextsi): Likewise.
12046         (*ixorhi3_zext): New.
12047         (*ixorsi3_zext_qi): Likewise.
12048         (*ixorsi3_zext_hi): Likewise.
12049
12050 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
12051
12052         * c-incpath.c (remove_component_p, simplify_path): Move back to
12053         cppfiles.c.
12054         (remove_duplicates): Use cpp_simplify_path.
12055         * c-incpath.h (simplify_path): Remove.
12056         * c-lex.c: Don't include c-incpath.h.
12057         (init_c_lex): Remove simplify_path.
12058         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
12059         (find_or_create_entry, validate_pch): Revert.
12060
12061 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
12062
12063         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
12064           an external cpp during compilation.
12065         (option_map): Likewise.
12066         * objc/lang-specs.h (default_compilers): Similarly.
12067         * doc/invoke.texi: Document -no-integrated-cpp flag.
12068
12069 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
12070
12071         * config/h8300/h8300.md (zero_extendqisi2): Change to an
12072         expander.
12073         (*zero_extendqisi2_h8300): New.
12074         (*zero_extendqisi2_h8300hs): New.
12075         (two splitters): New.
12076
12077 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12078
12079         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
12080
12081 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
12082
12083         * config/h8300/h8300.md (a peephole2): Remove dead code.
12084
12085 2003-03-01  Roger Sayle  <roger@eyesopen.com>
12086
12087         PR c++/9367
12088         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
12089         (BT_FN_INT_CONST_STRING_VALIST_ARG,
12090         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
12091         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
12092         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
12093         BT_FN_INT_STRING_CONST_STRING_VAR,
12094         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
12095         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
12096         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
12097         ATTR_NONNULL_3): Also include the nothrow attribute.
12098         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
12099         vsnprintf, vscanf, vsscanf): Don't define attributes here.
12100         * builtins.def (putchar, puts): Make full C89 built-ins.
12101         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
12102         vsscanf, vsnprintf, vsprintf): New built-ins.
12103         * c-common.c (c_common_nodes_and_builtins): Handle new macro
12104         DEF_FUNCTION_TYPE_VAR_3.
12105
12106         * doc/extend.texi: Document these new built-in functions.
12107
12108 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
12109
12110         * config/h8300/h8300.md (a peephole2): New.
12111
12112 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
12113
12114         * predict.c (estimate_bb_frequencies): Correctly set
12115         real_values_initialized after initialization.
12116
12117 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
12118
12119         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
12120         cppinit.o, cppdefault.o, fix-header): Update.
12121         * c-incpath.c: New file.
12122         * c-incpath.h: New file.
12123         * c-lex.c: Include c-incpath.h.
12124         (init_c_lex): Register path simplifier.
12125         * c-opts.c: Include cppdefault.h and c-incpath.h.
12126         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
12127         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
12128         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
12129         (missing_arg, c_common_decode_option): Handle them.
12130         (c_common_post_options): Register include chains.
12131         (print_help): Update.
12132         * cppdefault.h (struct default include): Update.
12133         Move some macros to ...
12134         * cppdefault.c: ... here.
12135         (cpp_include_defaults): Add extra field add_sysroot.
12136         * cppfiles.c (include_file, search_from, find_or_create_entry,
12137         cpp_included, find_include_file, remap_filename): Update for
12138         renaming of search_path to cpp_path, and of the chain headers.
12139         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
12140         * cpphash.h (struct search_path): Move to cpplib.h.
12141         (struct cpp_buffer, struct cpp_reader): Update.
12142         (_cpp_simplify_pathname): Remove.
12143         * cppinit.c: Don't include prefix.h and cppdefault.h.
12144         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
12145         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
12146         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
12147         no_pth, cpp_handle_options): Remove.
12148         (struct pending_option): Remove chain members.
12149         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
12150         cpp_handle_option): Update.
12151         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
12152         (struct cpp_options): Remove quote_include, bracket_include,
12153         include_prefix, include_prefix_len, verbose, ignore_srcdir,
12154         no_standard_includes, no_standard_cplusplus_includes.
12155         (struct cpp_callbacks): Add simplify_path.
12156         (cpp_handle_options): Remove.
12157         * fix-header.c: Include c-incpath.h.
12158         (read_scan_file): Update to use c-incpath functionality.
12159         * doc/passes.texi: Update.
12160
12161 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
12162
12163         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
12164         satisfies EXTRA_CONSTRAINT 'U'.
12165
12166 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
12167
12168         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
12169         register.
12170         (*tst_extzv_memqi_1_n): Change to a splitter.
12171         (a peephole2): Update.
12172
12173 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
12174
12175         * predict.c (estimate_bb_frequencies): Initialize the sreal
12176         constants once per compilation.
12177
12178 2003-02-28  Richard Henderson  <rth@redhat.com>
12179
12180         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
12181
12182 2003-02-28  scott snyder  <snyder@fnal.gov>
12183
12184         * flags.h: Add flag_eliminate_unused_debug_types.
12185         * toplev.c: Add flag_eliminate_unused_debug_types.
12186         (f_options): Add -feliminate-unused-debug-types.
12187         * dwarf2out.c (struct file_table): Add emitted member.
12188         (splice_child_die): Fix the parent pointer for the child being
12189         spliced.
12190         (lookup_filename): Maintain file_table.emitted array.  Don't
12191         output .file directive here.
12192         (maybe_emit_file): (new)
12193         (init_file_table): Set up file_table.emitted.
12194         (dwarf2out_source_line): Use maybe_emit_file.
12195         (dwarf2out_start_source_file): Use maybe_emit_file.
12196         (dwarf2out_init): Use maybe_emit_file.
12197         (prune_unused_types_walk_attribs): (new)
12198         (prune_unused_types_mark): (new)
12199         (prune_unused_types_walk): (new)
12200         (prune_unused_types_prune): (new)
12201         (prune_unused_types): (new)
12202         (dwarf2out_finish): Call prune_unused_types if
12203         flag_eliminate_unused_debug_types is set.
12204         * doc/invoke.texi (Option Summary): Add
12205         -feliminate-unused-debug-types.
12206         (Debugging Options): Likewise.
12207
12208 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
12209
12210         * doc/invoke.texi: Change .pch to .gch.
12211         * cppfiles.c (open_file_pch): Likewise.
12212         * gcc.c (default_compilers): Likewise.
12213
12214 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
12215
12216         * floatlib.c: Remove.
12217
12218 2003-02-28  Jason Merrill  <jason@redhat.com>
12219
12220         * stor-layout.c (variable_size): Leave a "minus 1" outside the
12221         SAVE_EXPR.
12222
12223 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
12224
12225         * config/rs6000/power4.md: Add compare bypass.
12226
12227 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
12228
12229         * config/netbsd.h: Update copyright years.
12230         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
12231         -pthread is specified on the command line.
12232
12233 2003-02-28  Dale Johannesen <dalej@apple.com>
12234
12235         * loop.c (struct movable): Add insert_temp, shrink savemode.
12236         (scan_loop): Accept invariants that require copying; mark as
12237         insert_temp.
12238         (combine_movables): Don't combine insert_temp movables.
12239         (move_movables): Insert copies for insert_temp movables.
12240         Don't record the info based on regno for insert_temp's.
12241
12242 2003-02-28  Joel Sherrill <joel@OARcorp.com>
12243
12244         PR 9638/other
12245         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
12246         this constant defaults to 1.
12247
12248 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
12249
12250         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
12251
12252 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
12253
12254         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
12255         ARMv5e processor, not just for XScale.  Instructions are predicable.
12256         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
12257
12258 2003-02-28  Nick Clifton  <nickc@redhat.com>
12259
12260         * config/arm/arm.c (note_invalid_constants): Change parameter type
12261         from bool to int.
12262
12263 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
12264
12265         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
12266         test of bit 7.
12267         (*tst_extzv_memqi_1_n): Likewise.
12268         (a peephole2): New.
12269
12270 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
12271
12272         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
12273         #ifndef __mips16.
12274
12275 2003-02-28  Jan Hubicka  <jh@suse.cz>
12276
12277         * combine.c (gen_lowpart_for_combine): Update handling of
12278         subregs_of_mode
12279         * flow.c (life_analysis, mark_used_regs): Likewise.
12280         * regclass.c (subregs_of_mode): Turn into single bitmap.
12281         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
12282         dealing with subregs_of_mode
12283         * regs.h (subregs_of_mode): Update prototype.
12284
12285 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
12286
12287         * emit-rtl.c (set_reg_attrs_for_parm): New function.
12288         * rtl.h (set_reg_attrs_for_parm): New exported function.
12289         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
12290         set_reg_attrs_from_mem.
12291
12292 2003-02-27  Roger Sayle  <roger@eyesopen.com>
12293             Zack Weinberg <zack@codesourcery.com>
12294
12295         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
12296
12297 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
12298
12299         * reload1.c (sext_for_mode): Remove.
12300         (reload_cse_move2add): Use trunc_int_for_mode instead of
12301         sext_for_mode.
12302         (move2add_note_store): Likewise.
12303         Reset register information if we see a set in non-integer
12304         mode.
12305
12306 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
12307
12308         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
12309         option.
12310         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
12311         * config/rs6000/aix51.h: Same.
12312         * config/rs6000/aix52.h: Same.
12313         * config/rs6000/power4.md: Additional VMX bypasses.
12314
12315 2003-02-27   Geert Bosch <bosch@gnat.com>
12316
12317         * toplev.c (print_version): Add indentation for GGC heuristics and
12318         output after printing version information.
12319
12320 2003-02-27  James E Wilson  <wilson@tuliptree.org>
12321
12322         * combine.c (simplify_comparison): Require integral mode when
12323         permuting SUBREG with AND.
12324
12325 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
12326
12327         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
12328
12329 2003-02-27  Nick Clifton  <nickc@redhat.com>
12330
12331         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
12332         deleted when cirrus instructions were added.
12333
12334 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
12335
12336         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
12337         POSIX thread support by default.
12338
12339 2003-02-27  Roger Sayle  <roger@eyesopen.com>
12340
12341         * config/i386/cygwin.h: Don't include any other files directly.
12342         * config/i386/mingw32.h: Don't include cygwin.h directly.
12343         * config.gcc (cygwin, mingw32, uwin): Instead make these files
12344         explicit in the tm_files variable.
12345
12346 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
12347
12348         * config/rs6000/rs6000.md: Add TI constant splitter.
12349
12350 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
12351
12352         * builtins.c (purge_builtin_constant_p): Handle subreg of
12353         constant_p_rtx too.
12354
12355         * function.c (assign_stack_local_1): Truncate constant added to
12356         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
12357
12358 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
12359
12360         * config.gcc: Add power4 to PowerPC with_cpu list.
12361
12362 2003-02-26  Jan Hubicka  <jh@suse.cz>
12363
12364         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
12365
12366 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12367
12368         * gcov-dump.c (print_prefix): Fix signedness warning.
12369         * gcov-io.h (struct counter_section, struct counter_section_data): New.
12370         (struct function_info): n_arc_counts field removed, n_counter_sections,
12371         counter_sections fields added.
12372         (struct gcov_info): arc_counts, n_arc_counts fields removed,
12373         n_counter_sections, counter_sections fields added.
12374         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
12375         profile sections.
12376         * profile.h (MAX_COUNTER_SECTIONS): New.
12377         (struct section_info): New.
12378         (struct profile_info): count_instrumented_edges,
12379         count_edges_instrumented_now fields removed, n_sections, section_info
12380         fields added.
12381         (find_counters_section): Declare.
12382         * profile.c (struct function_list): count_edges field removed,
12383         n_counter_sections, counter_sections fields added.
12384         (set_purpose, label_for_tag, build_counter_section_fields,
12385         build_counter_section_value, build_counter_section_data_fields,
12386         build_counter_section_data_value, build_function_info_fields,
12387         build_function_info_value, build_gcov_info_fields,
12388         build_gcov_info_value): New static functions.
12389         (find_counters_section): New function.
12390         (instrument_edges, get_exec_counts, compute_branch_probabilities,
12391         branch_prob, create_profiler): Modified to support multiple profile
12392         sections.
12393
12394 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12395
12396         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
12397         is 8 * STACK_BOUNDARY.
12398         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
12399
12400 2003-02-26  Michael Matz  <matz@suse.de>
12401
12402         * ra-colorize.c (merge_moves): Fix list handling.
12403
12404 2003-02-26  Nick Clifton  <nickc@redhat.com>
12405
12406         * config/arm/arm.c (is_load_address): Rename to...
12407         (arm_memory_load_p) ... this and make it check for SUBREGs and
12408         constant loads that will be converted into loads from the
12409         minipool.
12410         (is_cirrus_insn): Rename to ...
12411         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
12412         of CIRRUS_NO with CIRRUS_NOT.
12413         (cirrus_reorg): Use renamed functions.
12414         (note_invalid_constants): Change from a void function to bool.
12415         Add an extra parameter, saying whether the fixups should be
12416         pushed.  Return true if fixups are needed.
12417         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
12418         of CIRRUS_NO with CIRRUS_NOT.
12419         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
12420         other floating point co-processors can also affect this.
12421         * config/arm/arm.md ("type" attribute): Add mav_farith and
12422         mav_dmult.  Replace references to "cirrus_type" attribute with
12423         "type".
12424         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
12425         ("cirrus_type" attribute): Delete - use "type" instead.
12426         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
12427         'normal'.
12428
12429 2003-02-25  Jan Hubicka  <jh@suse.cz>
12430
12431         * objc-act.c: Include cgraph.h
12432         (mark_referenced_methods): New function.
12433         (objc_init): Call it.
12434         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
12435
12436         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
12437         mode.
12438
12439         * optabs.c (expand_fix): Do not widen the input operand.
12440
12441         * expr.c (emit_group_store):  Fix crash when converting single
12442         register into complex register.
12443
12444         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
12445         * alias.c: Include timevar.h
12446         (init_alias_analysis):  Set timevar
12447         * jump.c: Include timevar.h
12448         (rebuild_jump_labels):  Set timevar
12449         * regcalss.c: Include timevar.h
12450         (reg_scan):  Set timevar
12451         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
12452
12453 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12454
12455         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
12456
12457         * Makefile.in (loop-unroll.o): New.
12458         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
12459         (unroll_and_peel_loops): Declare.
12460         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
12461         flag_old_unroll_loops.
12462         * loop.c (loop_invariant_p): Ditto.
12463         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
12464         flag_old_unroll_all_loops.
12465         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
12466         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
12467         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
12468         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
12469         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
12470         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
12471         PARAM_MAX_ONCE_PEELED_INSNS): New.
12472         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
12473         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
12474         instead of old one.
12475         (flag_peel_loops): New.
12476         (lang_independent_options): The new flags added.
12477         (rest_of_compilation): Call new unroller.
12478         (process_options): Setup flags for coexistence of old and new unroller.
12479         * doc/invoke.texi: Document new options.
12480         * doc/passes.texi: Document new unroller pass.
12481
12482 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
12483
12484         * fixinc/fixincl.x: Regenerate
12485
12486 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
12487
12488         * function.c (assign_parms): Set reg_attrs for parameters passed in
12489         registers.
12490
12491 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
12492
12493         PR target/9681
12494         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
12495
12496 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
12497
12498         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
12499         pseudo-op.
12500
12501 2003-02-25  Roger Sayle  <roger@eyesopen.com>
12502
12503         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
12504         * cse.c (invalidate_skipped_set):  Likewise.
12505         * integrate.c (subst_constants):  Likewise.
12506         * jump.c (reversed_comparison_code_parts):  Likewise.
12507         * loop.c (canonicalize_condition):  Likewise.
12508         * simplify-rtx.c (simplify_relational_operation):  Likewise.
12509
12510 2003-02-25  Roger Sayle  <roger@eyesopen.com>
12511
12512         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
12513         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
12514         the appropriate macro to define built-in function.
12515         (fmod,fmodf,fmodl): New built-in functions.
12516
12517         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
12518
12519 2003-02-25  Richard Henderson  <rth@redhat.com>
12520
12521         * config/i386/i386.c (function_arg): Pass variable sized
12522         structures correctly on the stack.
12523
12524 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
12525
12526         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
12527         does not reduce the cost of SET.
12528
12529 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12530
12531         PR target/9732
12532         * config/rs6000/rs6000.c (first_reg_to_save): Handle
12533         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
12534         (rs6000_emit_prologue): Likewise.
12535         (rs6000_emit_epilogue): Likewise.
12536         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
12537         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
12538
12539 2003-02-25  Richard Henderson  <rth@redhat.com>
12540
12541         * real.c (real_to_integer2): Force overflow result only for
12542         unsigned overflow.
12543
12544 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
12545
12546         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
12547
12548 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
12549             Richard Henderson  <rth@redhat.com>
12550
12551         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
12552         there is no similar load.
12553
12554 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
12555             Richard Henderson  <rth@redhat.com>
12556
12557         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
12558         sched-rgn.c.
12559         (add_forward_dependence): New function prototype.
12560
12561         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
12562         sched-init.h.
12563         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
12564         them to haifa-sched.c.
12565
12566         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
12567         haifa_classify_insn): Move them from sched-rgn.c.
12568
12569         * sched-deps.c (add_dependence): Return flag of creating a new
12570         entry.
12571         (add_forward_dependence): New function.
12572         (compute_forward_dependences): Use the function.
12573
12574         * sched-ebb.c (earliest_block_with_similiar_load): New function.
12575         (add_deps_for_risky_insns): New function.
12576         (schedule_ebb): Call the function.
12577
12578 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
12579
12580         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
12581         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
12582
12583         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
12584         opaque types fail.
12585
12586         * c-typeck.c (comptypes): Change call to vector_types_compatible
12587         to vector_opaque_p.
12588         (convert_for_assignment): Call vector_opaque_p instead of
12589         vector_types_compatible.
12590         (really_start_incremental_init): Disallow initialization of opaque
12591         types.
12592
12593         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
12594         Define TARGET_VECTOR_OPAQUE_P.
12595         (TARGET_INITIALIZER): Same.
12596
12597         * target.h (struct gcc_target): Remove vector_types_compatible.
12598         Add vector_opaque_p.
12599
12600         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
12601         Remove.
12602         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
12603         a vector type.  Change return type to bool.
12604         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
12605         (TARGET_VECTOR_OPAQUE_P): Define.
12606
12607         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
12608         target hook.
12609         Include target.h.
12610         (cp_parser_init_declarator): Fix typo in function comments.
12611
12612 2003-02-25  Jan Hubicka  <jh@suse.cz>
12613
12614         * Makefile.in (lcm.o):  Add dependency on function.h
12615         * lcm.c (function.h): Include.
12616         * i386.c (machine_function, ix86_stack_locals,
12617         * ix86_save_varrargs_registers) : Move to
12618         ...
12619         * i386.h (machine_function, ix86_stack_locals,
12620         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
12621         (ix86_optimize_mode_switching): New.
12622         * i386.md (fix patterns): Set ix86_optimize_mode_switching
12623
12624 2003-02-25  Nick Clifton  <nickc@redhat.com>
12625
12626         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
12627         of fourth arg is 'fndecl' not 'indirect'.  Update comment
12628         describing the function's parameters.
12629
12630 2003-02-24  Jan Hubicka  <jh@suse.cz>
12631
12632         * combine.c (simplify_shift_const):  Fix previous patch.
12633
12634 2003-02-24  Jeff Law  <law@redhat.com>
12635
12636         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
12637         alternative.
12638         (testsi_1, testhi_1, testqi_1): Likewise.
12639
12640 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12641
12642         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
12643         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
12644         * doc/extend.texi (Tru64 Pragmas): Reflect this.
12645
12646         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
12647         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
12648         * fixinc/fixincl.x: Regenerate.
12649         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
12650         testcase.
12651         Fixes PR c/5059, c/6126, other/9671.
12652
12653 2003-02-24  Roger Sayle  <roger@eyesopen.com>
12654
12655         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
12656         from handle_braces in "%{...}".
12657
12658 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
12659
12660         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
12661         (prepare_move_operands): Handle TLS operands.
12662         (tls_symbolic_operand): New.
12663         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
12664         (legitimize_pic_address): Do nothing for the TLS symbol.
12665         (sh_encode_section_info): Handle TLS case.
12666         (sh_strip_name_encoding): Drop TLS encoding.
12667         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
12668         * config/sh/sh.h (SH_TLS_ENCODING): Define.
12669         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
12670         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
12671         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
12672         * config/sh/sh.md: Define TLS UNSPEC constants.
12673         (type): Add tls_load.
12674         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
12675         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
12676         ("tls_initial_exec"): New insn.
12677         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
12678         ("load_gbr"): New insn.
12679
12680         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
12681         * configure: Regenerate.
12682
12683 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
12684
12685         PR 9297, PR 9722
12686         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
12687         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
12688         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
12689         (enum block_op_methods): Reorder for better store_expr optimization.
12690         * expr.c (store_expr): Test bit 1 of "want_value" for call param
12691         stores, test bit 0 for original want_value meaning.  Pass
12692         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
12693         recursive calls, and calls to expand_param.
12694         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
12695         expected, set target to 0 rather than to subtarget.  Formatting.
12696
12697 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
12698
12699         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
12700
12701 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12702
12703         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
12704         new default behavior.
12705         * ggc-common.c: Include sys/resource.h.
12706         (ggc_rlimit_bound): New function.
12707         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
12708         defaults to account for rlimits.
12709
12710 2003-02-22  Richard Henderson  <rth@redhat.com>
12711
12712         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
12713
12714 2003-02-22  Kelley Cook <kelley@dwhoops.info>
12715
12716         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
12717         (ix86_tune_string): Rename from ix86_cpu_string.
12718
12719 2003-02-22  Kelley Cook <kelleycook@comcast.net>
12720
12721         * config/i386/i386.c: Replace "mcpu" with "mtune".
12722         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
12723         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
12724         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
12725         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
12726
12727 2003-02-23  Andreas Schwab  <schwab@suse.de>
12728
12729         * config.gcc: Delete references to m68k/t-linux and
12730         m68k/t-linux-aout.
12731         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
12732
12733 2003-02-22  Jan Hubicka  <jh@suse.cz>
12734
12735         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
12736         of track scheduling patch.
12737
12738 2003-02-22  Jan Hubicka  <jh@suse.cz>
12739
12740         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
12741         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
12742
12743 2003-02-22  Jan Hubicka  <jh@suse.cz>
12744
12745         * c-decl.c (c_expand_body_1): Fix.
12746
12747 2003-02-22  Jan Hubicka  <jh@suse.cz>
12748
12749         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
12750
12751         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
12752         when not optimizing.
12753         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
12754         when not expensive.
12755         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
12756         optimizing;  Delete trivially dead insns early; fix optimize check.
12757
12758         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
12759         dependency on cgraph.h
12760         * c-decl.c: Include cgraph.h
12761         (finish_function): Update call of tree_inlinable_function_p.
12762         * c-objc-common.c: Include cgraph.h
12763         * cgraph.h: New file.
12764         * cgraphunit.c: New file.
12765         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
12766         (cgraph_nodes, cgraph_n_nodes): Globalize.
12767         (cgraph_finalize_function, cgraph_finalize_compilation_unit
12768         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
12769         Move into cgraphunit.c
12770         * tree-inline.c: Include cgraph.h
12771         * tree-inline.c: Include cgraph.h
12772
12773 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
12774
12775         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
12776         for copying a register.
12777
12778 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
12779
12780         PR other/3782
12781         * toplev.c (process_options): If flag_detailed_statistics is set,
12782         then set time_report as well.
12783
12784         PR c/8828
12785         * jump.c (never_reached_warning): Don't fall through BARRRIER
12786         insns.  Update comments to reflect what the function really does.
12787
12788 2003-02-21  Roger Sayle  <roger@eyesopen.com>
12789
12790         * fold-const.c (omit_one_operand): No longer static.
12791         * tree.h (omit_one_operand): Prototype here.
12792         (div_and_round_double): Keep fold-const.c prototypes together.
12793         * builtins.c (builtin_mathfn_code): Handle binary built-in
12794         funtions, such as "pow" and "atan2".
12795         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
12796         Simplify optimizations using "type" the builtin's return type.
12797
12798 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
12799
12800         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
12801         Fix functionalization typo.
12802
12803         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
12804         in an asm.
12805
12806 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12807
12808         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
12809         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
12810         documentation.
12811         * ggc-common.c: Include params.h
12812         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
12813         init_ggc_heuristics): New functions.
12814         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
12815         init_ggc_heuristics): Prototype.
12816         * toplev.c (print_version):  Output GGC heuristics.
12817         (parse_options_and_default_flags): Call init_ggc_heuristics.
12818
12819 2003-02-22  Jan Hubicka  <jh@suse.cz>
12820
12821         * i386.c (def_builtin):  Special case 64bit builtins.
12822         (MASK_SSE164, MASK_SSE264): New constants.
12823         (builtin_description): Add 64bit builtins.
12824         (ix86_init_mmx_sse_builtins): Likewise.
12825         * i386.h (enum ix86_builtins): Likewise.
12826         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
12827         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
12828         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
12829         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
12830         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
12831         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
12832         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
12833
12834 2003-02-22  Jan Hubicka  <jh@suse.cz>
12835
12836         * i386.c (builtin_description): Add __builtin_ia32_paddq and
12837         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
12838          and __builtin_ia32_psubq128.
12839         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
12840         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
12841         (mmx_adddi3, mmx_subdi3): New.
12842         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
12843         * xmmintrin.h (_mm_movepi64_pi64): New.
12844         (_mm_add_epi64, _mm_sub_epi64): fix.
12845         (_mm_mul_pu16): Rename to...
12846         (_mm_mul_su32): ... this one.
12847
12848         * builtins.c (expand_builtin_expect):  Do not predict
12849         flag_guess_branch_prob is not set.
12850         * c-semantics.c (expand_stmt): Likewise.
12851         * predict.c (predict_insn): Likewise.
12852         * stmt.c (expand_continue_loop): Likewise.
12853         * toplev.c (rest_of_compilation): Do not call
12854         note_prediction_to_br_prob and note_prediction_to_br_prob
12855         when not optimizing.
12856
12857 2003-02-21  Jan Hubicka  <jh@suse.cz>
12858
12859         * cfgrtl.c (commit_edge_insertions):  Call
12860         find_many_sub_basic_block only when some code has been emitted.
12861         (commit_edge_insertions_watch_calls): Bring into sync with
12862         commit_edge_insertions
12863
12864 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
12865
12866         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
12867
12868         * sh.md (binary_sf_op): Use extra constant operand instead of
12869         negating constant operand 4.
12870         * sh.c (sh_expand_binop_v2sf): Supply it.
12871
12872 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
12873
12874         * cpphash.h (struct lexer_state): Add directive_wants_padding.
12875         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
12876         for directives of type INCL.
12877         (glue_header_name, parse_include): Use get_token_no_padding.
12878         * cppmacro.c (replace_args): If directive_wants_padding,
12879         provide padding tokens.
12880
12881 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
12882
12883         * config/h8300/h8300.md (a peephole2): New.
12884
12885 2003-02-21  Jan Hubicka  <jh@suse.cz>
12886
12887         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
12888         (commit_edge_insertions): Call find_many_sub_basic_blocks
12889
12890         * reg-stack.c (convert_regs): Cleax aux for blocks.
12891
12892 2003-02-21  Jan Hubicka  <jh@suse.cz>
12893
12894         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
12895
12896 2003-02-21  Glen Nakamura  <glen@imodulo.com>
12897
12898         PR optimization/8613
12899         * builtins.c (expand_builtin): Emit postincrements before expanding
12900         builtin functions.
12901
12902 2003-02-21  Ben Elliston  <bje@redhat.com>
12903
12904         PR other/5634
12905         * doc/install.texi (Configuration): Explain using $HOME instead of
12906         the ~ metacharacter when referring to home directories.
12907
12908 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
12909
12910         * configure.in (TARGET_SYSTEM_ROOT): Set default to
12911         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
12912         '${exec_prefix}' (in addition to the expansion thereof) as
12913         relocatable.
12914         * configure: Rebuilt.
12915
12916 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
12917
12918         * config/h8300/h8300.md (addhi3_incdec): Change the name to
12919         *addhi3_incdec.
12920         (addsi3_incdec): Change the name to *addsi3_incdec.
12921
12922 2003-02-20  Roger Sayle  <roger@eyesopen.com>
12923
12924         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
12925
12926 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
12927
12928         PR fortran/9038
12929         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
12930         options to be ignored.
12931         (c_common_decode_option): Ignore them when preprocessing.
12932
12933 2003-02-20  Jan Hubicka  <jh@suse.cz>
12934
12935         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
12936         global variables.
12937         (lang_independent_options):  Add -fsched2-use-superblocks
12938         -fsced2-use-traces.
12939         (rest_of_compilation): Deal with it.
12940         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
12941         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
12942         Declare.
12943         * rtl.h (reg_to_stack):  Update prototype.
12944         * reg-stack.c (reg_to_stack): Return when something has changed;
12945         update liveness when executing after superblock scheduling.
12946
12947         * combine.c (simplify_shift_const):  Simplify few special cases
12948         into constants.
12949
12950 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
12951
12952         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
12953         (add.,subf.,neg.): Change attribute to fast_compare.
12954         All DFA descriptions updated.
12955
12956 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
12957
12958         Change base class access representation.
12959         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
12960         TREE_VIA_PRIVATE): Remove.
12961         (BINFO_BASEACCESSES): New binfo elt.
12962         (BINFO_BASEACCESS): New accessor.
12963         (BINFO_ELTS): Increase.
12964         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
12965         (access_public_node, access_protected_node,
12966         access_private_node): New global nodes.
12967         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
12968         * dbxout.c (dbxout_type): Adjust.
12969         * dwarf2out.c (gen_inheritance_die): Add access parameter.
12970         (gen_member_die): Adjust.
12971         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
12972         (output_type): Adjust.
12973         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
12974
12975         Change base class access representation. Share virtual base
12976         binfos.
12977         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
12978         call.
12979         * cp/class.c (build_base_path): Likewise.
12980         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
12981         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
12982         (make_new_vtable): Adjust.
12983         (force_canonical_binfo_r): Delete.
12984         (force_canonical_binfo): Delete.
12985         (mark_primary_virtual_base): Delete.
12986         (dfs_unshared_virtual_bases): Delete.
12987         (mark_primary_bases): Adjust.
12988         (maybe_warn_about_overly_private_class): Adjust.
12989         (dfs_base_derived_from): Delete.
12990         (base_derived_from): Follow the inheritance chain.
12991         (struct find_final_overrider_data): Add vpath member.
12992         (dfs_find_final_overrider): Adjust.
12993         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
12994         (find_final_overrider): Adjust.
12995         (update_vtable_entry_for_fn): Adjust.
12996         (modify_all_vtables): Adjust.
12997         (walk_subobject_offsets): Adjust.
12998         (layout_nonempty_base_or_field): Adjust.
12999         (layout_empty_base): Remove last parameter. Adjust.
13000         (build_base_field): Adjust.
13001         (build_base_fields): Adjust.
13002         (propagate_binfo_offsets): Remove last parameter. Adjust.
13003         (dfs_set_offset_for_unshared_vbases): Delete.
13004         (layout_virtual_bases): Adjust.
13005         (finish_struct_1): Adjust.
13006         (init_class_processing): Don't init access nodes.
13007         (dfs_get_primary_binfo): Delete.
13008         (get_primary_binfo): Adjust.
13009         (dump_class_hierarchy_r): Remove most derived arg, add IGO
13010         parameter. Adjust.
13011         (dump_class_hierarchy): Adjust.
13012         (finish_vtbls): Adjust.
13013         (get_original_base): Delete.
13014         (build_vtt_inits): Adjust.
13015         (dfs_build_secondary_vptr_vtt_inits): Adjust.
13016         (dfs_ctor_vtable_bases_queue_p): Adjust.
13017         (build_ctor_vtbl_group): Adjust.
13018         (dfs_accumulate_vtbl_inits): Adjust.
13019         (build_vtbl_initializer): Adjust.
13020         (build_vbase_offset_vtbl_entries): Adjust.
13021         (add_vcall_offset_vtbl_entries_1): Adjust.
13022         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
13023         (access_*_node): Remove.
13024         (CANONICAL_BINFO): Delete.
13025         (BINFO_UNSHARED_MARKED): Remove.
13026         (BINFO_MARKED): Set LANG_FLAG_0 directly.
13027         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
13028         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
13029         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
13030         Delete.
13031         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
13032         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
13033         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
13034         Delete.
13035         (BINFO_DEPENDENT_BASE_P): New.
13036         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
13037         index.
13038         (markedp, unmarkedp): Adjust.
13039         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
13040         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
13041         find_vbase_instance, binfo_for_vbase): Delete.
13042         (copied_binfo, original_binfo): Declare.
13043         (finish_base_specifier): Add virtual_p arg.
13044         (unshare_base_binfos): Delete.
13045         (copy_base_binfos): Declare.
13046         (reverse_path): Delete.
13047         * cp/decl.c (xref_basetypes): Access and virtuality passed
13048         differently. Don't copy direct base binfos here. Call
13049         copy_base_binfos.
13050         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
13051         (initialize_vtbl_ptrs): Adjust.
13052         (expand_member_init): Adjust.
13053         * cp/parser.c (cp_parser_base_specifier): Adjust.
13054         * cp/pt.c (instantiate_class_template): Adjust.
13055         (get_template_base_recursive): Adjust.
13056         * cp/rtti.c (get_pseudo_ti_init): Adjust.
13057         (get_pseudo_ti_desc): Adjust.
13058         * cp/tree.c (unshare_base_binfos): Rename to ...
13059         (copy_base_binfos): ... here, reimplement.
13060         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
13061         (reverse_path): Remove.
13062         * cp/typeck.c (get_delta_difference): Adjust error messages.
13063         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
13064         * cp/search.c (lookup_base_r): Adjust.
13065         (dynamic_cast_base_recurse): Adjust.
13066         (canonical_binfo): Remove.
13067         (dfs_canonical_queue): Remove.
13068         (dfs_assert_unmarked_p): Remove.
13069         (assert_canonical_unmarked): Remove.
13070         (shared_marked_p, shared_unmarked_p): Remove.
13071         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
13072         (dfs_access_in_type): Adjust.
13073         (access_in_type): Adjust.
13074         (dfs_accessible_queue_p): Adjust.
13075         (dfs_accessible_p): Adjust.
13076         (is_subobject_of_p_1, is_subobject_of_p): Remove.
13077         (struct lookup_field_info): Remove from_dep_base_p field.
13078         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
13079         (lookup_field_r): Remove dependent base code.
13080         (lookup_member): Likewise.
13081         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
13082         (dfs_unmarked_real_bases_queue_p): Remove.
13083         (dfs_marked_real_bases_queue_p): Remove.
13084         (dfs_skip_vbases): Remove.
13085         (dfs_get_pure_virtuals): Adjust.
13086         (markedp, unmarkedp): Adjust.
13087         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
13088         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
13089         (dfs_unmark): Adjust.
13090         (dfs_get_vbase_types):Remove.
13091         (dfs_build_inheritance_graph_order): Remove.
13092         (get_vbase_types): Remove
13093         (dfs_find_vbase_instance): Remove.
13094         (find_vbase_instance): Remove.
13095         (dfs_debug_unmarkedp): Adjust.
13096         (dependent_base_p): Remove.
13097         (dfs_push_type_decls): Adjust.
13098         (dfs_push_decls): Adjust.
13099         (dfs_no_overlap_yet): Adjust.
13100         (copied_binfo): New function.
13101         (original_binfo): New function.
13102         (binfo_for_vbase): Remove.
13103
13104         Change base class access representation.
13105         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
13106         (add_interface_do): Likewise.
13107
13108 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
13109
13110         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
13111         * config/rs6000/power4.md (power4-store,power4-vecstore): New
13112         insn reservations.
13113         (power4-fpstore): Compact.
13114
13115 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
13116
13117         * config/h8300/h8300.md (*iorsi3_w): New.
13118
13119 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
13120
13121         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
13122         * rtl.c (reg_note_name): Likewise.
13123         * rtl.h (enum reg_note): Likewise.
13124         * doc/invoke.texi: Likewise.
13125         * doc/rtl.texi: Likewise.
13126
13127 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
13128
13129         * bb-reorder.c (find_traces_1_round): Fix comment typo.
13130
13131 2003-02-19  Roger Sayle  <roger@eyesopen.com>
13132
13133         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
13134         addition in the presence of signaling NaNs.
13135
13136 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
13137
13138         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
13139
13140 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13141
13142         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
13143         ORing with 0xffff??00 with the highest bit of the ?? part set.
13144         (compute_logical_op_length): Update.
13145         (compute_logical_op_cc): Likewise.
13146
13147 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
13148
13149         * bb-reorder.c (find_traces_1_round): Fixed condition for small
13150         destination block with multiple predecessors.
13151         (connect_traces): Check whether the block is a start of trace.
13152
13153 2003-02-19  Jan Hubicka  <jh@suse.cz>
13154
13155         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
13156         * function.c (assign_params): Likewise.
13157         * arm-protos.h (arm_init_cumulative_args): Update prototype.
13158         * arm.c (arm_init_cumulative_args): Update function.
13159         * arm.h (INIT_CUMULATIVE_ARGS): Update.
13160         * avr-protos.h (init_cumulative_args): Update prototype.
13161         * avr.c (init_cumulative_args): Update function.
13162         * avr.h (INIT_CUMULATIVE_ARGS): Update.
13163         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
13164         * d30v.c (d30v_init_cumulative_args): Update function.
13165         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
13166         * frv-protos.h (frv_init_cumulative_args): Update prototype.
13167         * frv.c (frv_init_cumulative_args): Update function.
13168         * frv.h (INIT_CUMULATIVE_ARGS): Update.
13169         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
13170         * pa.h (INIT_CUMULATIVE_ARGS): Update.
13171         * sparc-protos.h (init_cumulative_args): Update prototype.
13172         * sparc.c (init_cumulative_args): Update function.
13173         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
13174         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
13175
13176 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13177
13178         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
13179         (*ashiftsi_sextqi_7): Likewise.
13180
13181 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13182
13183         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
13184         ISO C99 and C++.
13185
13186         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
13187         for C++ on IRIX 6.5.1[89].
13188         * fixinc/tests/base/internal/sgimacros.h: New file.
13189
13190         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
13191         * fixinc/tests/base/internal/wchar_core.h: New file.
13192
13193         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
13194         socklen_t definition.
13195         * fixinc/fixincl.x: Regenerate.
13196         * fixinc/tests/base/sys/socket.h: New file.
13197         Fixes PR libgcj/9652.
13198
13199 2003-02-19  Jan Hubicka  <jh@suse.cz>
13200
13201         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
13202
13203 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
13204
13205         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
13206         align_jumps_max_skip and align_loops_max_skip.
13207
13208 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
13209
13210         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
13211         test size if named section.
13212
13213 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
13214
13215         * expr.c (expand_expr): Use gen_int_mode for the argument
13216         to gen_rtx_MULT.
13217
13218 2003-02-19  Jan Hubicka  <jh@suse.cz>
13219
13220         * i386.md (cosxf2):  Fix conditional.
13221
13222 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13223
13224         * config/h8300/h8300.md (extendqisi2): Change to an expander.
13225         (*extendqisi2_h8300): New.
13226         (*extendqisi2_h8300hs): Likewise.
13227
13228 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
13229
13230         * config/h8300/h8300-protos.h: Update the prototype for
13231         split_adds_subs.  Remove the prototypes for
13232         const_int_le_2_operand and const_int_le_6_operand.
13233         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
13234         (const_int_le_2_operand): Remove.
13235         (const_int_le_6_operand): Likewise.
13236         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
13237         for const_int_le_2_operand and const_int_le_6_operand.
13238         * config/h8300/h8300.md: Update all uses of split_adds_subs.
13239         (a peephole2): New.
13240
13241 2003-02-18  Jan Hubicka  <jh@suse.cz>
13242
13243         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
13244         (cgraph_expand_function): Rewrite.
13245
13246 2003-02-18  Matt Austern <austern@apple.com>
13247
13248         * toplev.c, langhooks.c, langhooks-def.h: Move
13249         write_global_declarations from toplev.c to langhooks.c.
13250
13251 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13252
13253         * config/h8300/h8300.c (general_operand_src): Always check
13254         MODE.
13255         (general_operand_dst): Likewise.
13256
13257 2003-02-18  Roger Sayle  <roger@eyesopen.com>
13258
13259         * convert.c (convert_to_real): Also optimize (float)log(x) into
13260         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
13261
13262 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
13263
13264         * config/sh/sh.c (unspec_caller_rtx_p): New.
13265         (sh_cannot_copy_insn_p): New.
13266         (TARGET_CANNOT_COPY_INSN_P): New.
13267
13268 2003-02-18  Richard Henderson  <rth@redhat.com>
13269
13270         * c-common.c (handle_used_attribute): Accept static data too.
13271
13272 2003-02-18  Nick Clifton  <nickc@redhat.com>
13273             Aldy Hernandez  <aldyh@redhat.com>
13274
13275         * testsuite/gcc.dg/20030218-1.c: New.
13276
13277         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
13278
13279         * target-def.h (TARGET_INITIALIZER): Add
13280         TARGET_VECTOR_TYPES_COMPATIBLE.
13281         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
13282
13283         * target.h (struct gcc_target): Add field vector_types_compatible.
13284
13285         * c-typeck.c (comptypes): Take into account
13286         TARGET_VECTOR_TYPES_COMPATIBLE.
13287         (convert_for_assignment): Same.
13288
13289         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
13290         (rs6000_spe_vector_types_compatible): New.
13291         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
13292
13293 2003-02-19  Andreas Schwab  <schwab@suse.de>
13294
13295         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
13296         * toplev.c: Include langhooks-def.h.
13297
13298 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
13299
13300         * config/mips/mips.h (enum processor_type): Sort entries
13301         alphabetically.
13302         * config/mips/mips.md (define_attr cpu): Sync with processor_type
13303         enum values, including adding entries that were missing.
13304
13305 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
13306
13307         * sh.c (calc_live_regs): Also check GET_CODE when checking if
13308         initial value for PR_REG is still the PR_REG register.
13309
13310 2003-02-18  Jim Wilson  <wilson@redhat.com>
13311
13312         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
13313         instruction in output template.
13314         (bsp_value): Change output template from string to C code, add %,
13315         before actual instruction.
13316         (flushrs): Mark as not predicable.
13317
13318 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
13319
13320         * inclhack.def (netbsd_bogus_semicolon): New fix.
13321         * fixincl.x: Rebuilt.
13322         * tests/base/ctype.h: Update.
13323
13324 2003-02-18  Roger Sayle  <roger@eyesopen.com>
13325
13326         * fold-const.c (negate_expr_p): New function to determine whether
13327         an expression can be negated cheaply.
13328         (fold) [MINUS_EXPR]: Use it to determine whether to transform
13329         -A - B into -B - A for floating point types.
13330
13331 2003-02-18  Roger Sayle  <roger@eyesopen.com>
13332
13333         * sbitmap.c (sbitmap_resize): New function.
13334         * sbitmap.h (sbitmap_resize): Prototype here.
13335         * recog.c (split_all_insns): Use sbitmap_resize.
13336
13337 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13338
13339         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
13340         insn length.
13341         (extendqisi2): Likewise.
13342         (*extendhisi2_h8300): Likewise.
13343
13344 2003-02-18  Matt Austern <austern@apple.com>
13345
13346         * langhooks.h, langhooks-def.h: introduce new langhook,
13347         final_write_globals, with write_global_declarations as default.
13348         * toplev.c: Move invocation of wrapup_global_declarations from
13349         compile_file to new function, write_global_declarations.  Change
13350         compile_file to use final_write_globals hook.  Change
13351         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
13352         conditional.
13353
13354 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13355
13356         * pa.md: Correct and enhance comment.
13357
13358 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
13359
13360         * gcc.c (validate_switches): Don't scan past closing '}'.
13361
13362 2003-02-18  Ben Elliston  <bje@redhat.com>
13363
13364         PR c++/1607
13365         * doc/extend.texi (Function Attributes): Document the effect of
13366         the C++ "this" parameter on the counting of arguments for the
13367         "format" and "format_arg" attributes.
13368
13369 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
13370
13371         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
13372         (__ev_stdw): Same.
13373         (__ev_stdh): Same.
13374
13375 2003-02-17  Jan Hubicka  <jh@suse.cz>
13376
13377         * recog.c (split_all_insns):  Fix memory overflow.
13378
13379 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
13380
13381         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
13382         (cmphi): Likewise.
13383         (*cmphi_h8300): Likewise.
13384         (*cmphi_h8300hs): Likewise.
13385         (cmpsi): Likewise.
13386         (7 peephole2): Likewise.
13387
13388 2003-02-16  Jan Hubicka  <jh@suse.cz>
13389
13390         * c-typeck.c (build_c_cast):  Fold constant variables into
13391         initial values.
13392
13393 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13394
13395         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
13396         (Binaries): Ditto for Sinix/Reliant Unix.
13397
13398 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
13399
13400         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
13401         not overlap the final result register.
13402
13403 2003-02-16 Arend Bayer <arend.bayer@web.de>
13404            Richard Henderson  <rth@redhat.com>
13405
13406         PR c/8068
13407         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
13408         rearrange mult arguments for less recursion.
13409         (extract_muldiv): New.  Prevent runaway recursion.
13410
13411 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
13412
13413         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
13414         MASK_ALIGN_DOUBLE.
13415
13416 2003-02-15  Roger Sayle  <roger@eyesopen.com>
13417
13418         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
13419         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
13420         (ext_80387_constants_table): Global table of 80387 special constants
13421         guarded by ext_80387_constants_init flag when not initialized.
13422         (init_ext_80387_constants): New function to initialize this table.
13423         (standard_80387_constant_p): Extend to recognize extra 80387
13424         constants, in XFmode, on processors where this is a win.
13425         (standard_80387_constant_opcode): New function to return the
13426         opcode associated with standard_80387_constant_p.
13427         (standard_80387_constant_rtx): New function to return the XFmode
13428         CONST_DOUBLE associated with standard_80387_constant_p.
13429         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
13430
13431         * config/i386/i386-protos.h (standard_80387_constant_opcode):
13432         Prototype here.
13433         (standard_80387_constant_rtx): Likewise.
13434
13435         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
13436         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
13437         *movtf_integer): Simplify using new standard_80387_constant_opcode.
13438
13439 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
13440
13441         * doc/invoke.texi (Optimize Options): Correct @option syntax.
13442
13443 2003-02-15  Richard Henderson  <rth@redhat.com>
13444
13445         * Makefile.in (cfglayout.o): Depend on TARGET_H.
13446         * cfglayout.c: Include target.h.
13447         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
13448         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
13449         * target.h (struct gcc_target): Add cannot_copy_insn_p.
13450
13451         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
13452         (TARGET_CANNOT_COPY_INSN_P): New.
13453         (override_options): Revert 2003-02-08 hack.
13454
13455 2003-02-15  Richard Henderson  <rth@redhat.com>
13456
13457         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
13458         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
13459
13460 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
13461
13462         * config/rs6000/rs6000.h (processor_type): Add PPC440.
13463         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
13464         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
13465         TARGET_SCHED_VARIABLE_ISSUE): Define.
13466         (rs6000_use_dfa_pipeline_interface): New function.
13467         (rs6000_multipass_dfa_lookahead): New Function.
13468         (rs6000_variable_issue): New function.
13469         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
13470         (rs6000_issue_rate): Add PPC440.
13471         * config/rs6000/rs6000.md (unspec list): Correct typo.
13472         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
13473         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
13474         cmp, delayed_cr, mfcr, mtcr.
13475         (automata_option): Set "ndfa".
13476         (extendMMNN2): Update attributes.
13477         (movcc_internal1): Discourage move to non-cr0.  Update
13478         attributes.
13479         (movMM_update): Update attributes.
13480         (cmpMM_internal): Update attributes.
13481         (sCC CR materialization): Update attributes.
13482         (branch patterns): Do not discourage non-cr0.
13483         (cr logical patterns): Prefer destructive register allocation.
13484         Update attributes.
13485         (movesi_from_cr): Update attribute.
13486         (mtcrf_operation): Update attribute.
13487         (mtcrfsi): Update attribute.
13488         * config/rs6000/40x.md: New file.
13489         * config/rs6000/603.md: New file.
13490         * config/rs6000/6xx.md: New file.
13491         * config/rs6000/7450.md: New file.
13492         * config/rs6000/7xx.md: New file.
13493         * config/rs6000/mpc.md: New file.
13494         * config/rs6000/power4.md: New file.
13495         * config/rs6000/rios1.md: New file.
13496         * config/rs6000/rios2.md: New file.
13497         * config/rs6000/rs64.md: New file.
13498         [Some DFA descriptions based on work by Michael Hayes]
13499
13500 2003-02-15  Richard Henderson  <rth@redhat.com>
13501
13502         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
13503         successors with multiple predecessors.
13504         (connect_traces): Try harder to copy traces of length 1.
13505
13506         * function.h (struct function): Add computed_goto_common_label,
13507         computed_goto_common_reg.
13508         * function.c (free_after_compilation): Zap them.
13509         * stmt.c (expand_computed_goto): Use them to produce one
13510         indirect branch per function.
13511
13512 2003-02-15  Richard Henderson  <rth@redhat.com>
13513
13514         * cfgcleanup.c: Include params.h.
13515         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
13516         too many outgoing edges from a block.
13517         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
13518         * params.def (max-crossjump-edges): New.
13519         * doc/invoke.texi: Document it.
13520
13521 2003-02-15  Richard Henderson  <rth@redhat.com>
13522
13523         * recog.c (split_all_insns): Include new blocks in life update;
13524         do a global life update.
13525
13526 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
13527
13528         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
13529         Update copyright.
13530         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
13531         -mno-cygwin case.
13532
13533 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
13534
13535         PR optimization/7702
13536         * reload1.c (reload_cse_simplify_set): Honor
13537         CANNOT_CHANGE_MODE_CLASS.
13538
13539 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
13540
13541         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
13542         function.
13543         * config/mn10300/mn10300-protos.h: Declare it.
13544         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
13545         attribute cc of instructions that may use clr.
13546
13547 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
13548
13549         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
13550         (x - (x & y)) is found.
13551
13552 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13553
13554         * configure.in: Fix typo.
13555         * configure: Regenerate.
13556
13557 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
13558
13559         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
13560
13561 2003-02-13  Adam Nemet  <anemet@lnxw.com>
13562
13563         PR opt/2391
13564         * combine.c: Fix spelling in comment.
13565         (cached_nonzero_bits): New function.
13566         (cached_num_sign_bit_copies): New function.
13567         (nonzero_bits_with_known): New macro.
13568         (num_sign_bit_copies_with_known): New macro.
13569         (nonzero_bits1): Rename from nonzero_bits.  Add three new
13570         arguments.  Change calls from nonzero_bits to
13571         nonzero_bits_with_known.
13572         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
13573         three new arguments.  Change calls from num_sign_bit_copies to
13574         num_sign_bit_copies_with_known.
13575         (nonzero_bits): New macro.
13576         (num_sign_bit_copies): New macro.
13577         (update_table_tick): Don't traverse identical subexpression more
13578         than once.
13579         (get_last_value_validate): Likewise.
13580
13581 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
13582
13583         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
13584         * function.h (struct emit_status): Length of regno_pointer_align
13585         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
13586         not regno_pointer_align_length (i.e. length actually used, not
13587         length as allocated)
13588
13589         * config/i386/i386.c (struct stack_local_entry): New.
13590         (struct machine_function): Replace huge array with alist.
13591         (assign_386_stack_local): Change to match.
13592
13593 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
13594
13595         * inclhack.def (hpux_long_double): Tighten select and add bypass
13596         regexp.
13597         * fixincl.x: Rebuilt.
13598
13599 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
13600
13601         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
13602         edge and block ends with a jump insn it must be simple jump.
13603
13604 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
13605
13606         * Makefile.in (PREPROCESSOR_DEFINES): Add
13607         @TARGET_SYSTEM_ROOT_DEFINE@.
13608         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
13609         is specified or if building a cross compiler.
13610         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
13611         if the sysroot is under $exec_prefix.
13612         * configure: Regenerated.
13613         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
13614         defined.
13615         (struct default_include): Add add_sysroot field.
13616         (cpp_SYSROOT): Declare.
13617         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
13618         field.
13619         (cpp_SYSROOT): New variable.
13620         * cppinit.c (cpp_create_reader): Initialize
13621         CPP_OPTION (pfile, sysroot).
13622         (init_standard_includes): Handle add_sysroot.  Do not
13623         add unrelocated copies of relocated directories.
13624         (COMMAND_LINE_OPTIONS): Add -isysroot.
13625         (cpp_handle_option): Handle -isysroot.
13626         * cpplib.h (struct cpp_options): Add sysroot member.
13627         * gcc.c (The Specs Language): Update description of %I.
13628         (target_system_root_changed): New variable.
13629         (process_command): Conditionalize make_relative_prefix call
13630         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
13631         target_system_root_changed.
13632         (do_spec_1): Add -isysroot to %I.
13633         * doc/invoke.texi (Spec Files): Update description of %I.
13634         * doc/install.texi (--with-sysroot): Update comment about
13635         relocation.
13636
13637 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
13638
13639         * config/h8300/h8300.md (a peephole2): New.
13640
13641 2003-02-13  Robert Lipe <robertlipe@usa.net>
13642             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13643
13644         * doc/install.texi (Specific): Update three SCO-related URLs.
13645
13646 2003-02-13  Andreas Schwab  <schwab@suse.de>
13647
13648         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
13649         Parenthesize properly.
13650         (NPREDECESORS): Parenthesize properly.
13651
13652 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13653
13654         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
13655
13656 2003-02-12  Roger Sayle  <roger@eyesopen.com>
13657
13658         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
13659         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
13660
13661         * reg-stack.c (subst_stack_regs_pat): Add support for binary
13662         UNSPEC instructions (e.g. "fpatan").
13663
13664 2003-02-12  Mike Stump  <mrs@apple.com>
13665
13666         * varray.c (element_size): Remove.
13667         (uses_ggc): Remove.
13668         (element): Add.
13669         (varray_init): Use new interface.
13670         (varray_grow): Use new interface.
13671         (varray_clear): Use new interface.
13672
13673 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
13674
13675         * config/rs6000/spe.h: Add casts to the arguments of the following
13676         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
13677         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
13678         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
13679         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
13680         __ev_get_u16, __ev_get_s16.
13681
13682 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
13683
13684         * config/h8300/h8300.md (a peephole2): New.
13685
13686 2003-02-12  Jan Hubicka  <jh@suse.cz>
13687
13688         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
13689         (OBJS): Add callgraph.o
13690         (callgraph.o): New.
13691         * c-decl.c (expand_body_1): Break out from ...
13692         (expand_body): This one;  change calling convention
13693         (finish_function): Move some of expand_body logic here.
13694         (c_expand_deferred_function): Update call of expand_body
13695         (c_expand_stmt): Use c_expand_body_1.
13696         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
13697         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
13698         * c-tree.h (c_expand_body): Declare.
13699         * callgraph.c: New file.
13700         * flags.h (flag_unit_at_a_time): Declare.
13701         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
13702         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
13703         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
13704         * langhooks.h (struct lang_hooks_for_callgraph): New.
13705         (struct lang_hooks): Add callgraph field.
13706         * toplev.c (flag_unit_at_a_time): New.
13707         (lang_independent_options): Add flag_unit_at_a_time.
13708         (process_options): Disable unit-at-a-time mode for frontends not
13709         supporting callgraph.
13710         * tree-inline.c (typedef struct inline_data): Add "decl"
13711         (expand_call_inline): Update callgraph.
13712         (optimize_inline_calls): Set id.decl.
13713         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
13714         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
13715         cgraph_calls_p): Declare.
13716         * invoke.texi (-funit-at-a-time): Document
13717
13718 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
13719
13720         * config/rs6000/spe.h: Fix misc formatting.
13721         (__ev_create_ufix32_fs): Cast ev argument.
13722         (__ev_create_sfix32_fs): Same.
13723         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
13724         (__ev_get_ufix32_fs_internal): Same.
13725
13726 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
13727
13728         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
13729         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
13730
13731 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
13732
13733         * cpplib.c (do_include_common): Move warnings for
13734         #include_next and #import out to callers.  Use early-return
13735         instead of nested ifs.  Don't do check_eol here.
13736         (parse_include): Do check_eol here with the rest of the
13737         parsing stuff.
13738         (do_include_next, do_import): Now handle warnings.
13739
13740 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13741
13742         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
13743
13744 2003-02-12  Jan Hubicka  <jh@suse.cz>
13745
13746         * predict.c (estimate_probability):  Fix roundoff error.
13747
13748 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
13749
13750         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
13751         (two peephole2): New.
13752
13753 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
13754
13755         * config/h8300/h8300.md (several peephole2): Replace
13756         find_regno_note with peep2_reg_dead_p.
13757
13758 2003-02-11  Richard Henderson  <rth@redhat.com>
13759
13760         * gcse.c (lookup_set): Remove unused argument PAT.  Update
13761         both callers.
13762
13763 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
13764
13765         * diagnostic.c (real_abort): New.
13766         (diagnostic_report_diagnostic): Call real_abort on error.
13767         * diagnostic.h (diagnostic_abort_on_error): New.
13768         (struct diagnostic_context): Add abort_on_error field.
13769         * toplev.c (setup_core_dumping): New.
13770         (decode_d_option): Handle 'H' case.
13771         * doc/invoke.texi (Debugging Options): Document -dH.
13772
13773 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
13774
13775         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
13776         which refers to obsolete directories.
13777
13778 2003-02-11  Richard Henderson  <rth@redhat.com>
13779
13780         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
13781
13782 2002-10-21  Jan Hubicka  <jh@suse.cz>
13783
13784         * i386.c (contains_128bit_aligned_vector_p): New function.
13785         (ix86_function_arg_boundary): Properly align vector modes.
13786
13787 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
13788
13789         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
13790         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
13791         as a SET pattern.
13792
13793 2003-02-11  Roger Sayle  <roger@eyesopen.com>
13794
13795         * builtins.c:  Fix failure caused by commiting wrong patch.
13796
13797 2003-02-11  Dale Johannesen  <dalej@apple.com>
13798         * ra-build.c (compare_and_free_webs):  Relax checking.
13799         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
13800         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
13801
13802 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
13803
13804         PR optimization/9651
13805         * rtlanal.c (may_trap_p): Handle FIX.
13806
13807 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
13808
13809         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
13810         * doc/invoke.texi: Extra alias.
13811
13812 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
13813
13814         * config/rs6000/host-darwin.c: Fix comment.
13815
13816 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
13817
13818         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
13819         predicate for mod result.
13820
13821 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13822
13823         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
13824         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
13825         * fixincl.x: Rebuilt.
13826         * tests/base/stdlib.h: Update.
13827         * tests/base/ctype.h: New file.
13828
13829 2003-02-11  Jan Hubicka  <jh@suse.cz>
13830
13831         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
13832
13833 2003-02-11  Richard Henderson  <rth@redhat.com>
13834
13835         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
13836         appropriated as globals.
13837         (ix86_expand_clrstr): Similarly.
13838         * config/i386/i386.md (cmpstrsi): Similarly.
13839
13840 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
13841
13842         * config/h8300/h8300.md (a peephole2): Add a case of 255.
13843
13844 2003-02-11  Roger Sayle  <roger@eyesopen.com>
13845
13846         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
13847         (pow_optab, atan2_optab): Define corresponding macros.
13848         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
13849         * genopinit.c (optabs): Implement pow_optab and atan2_optab
13850         using pow?f3 and atan2?f3 patterns.
13851         * builtins.c (expand_errno_check): New function to update errno
13852         if necessary, split out from expand_builtin_mathfn.
13853         (expand_builtin_mathfn): Use expand_errno_check.
13854         (expand_builtin_mathfn_2): New function to handle expanding binary
13855         math functions, reusing the code in expand_errno_check.
13856         (expand_builtin): Handle the pow and atan2 math built-ins,
13857         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
13858         expand_builtin_mathfn_2.
13859
13860         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
13861
13862 2003-02-11  Jan Hubicka  <jh@suse.cz>
13863
13864         * combine.c (combine_simplify_rtx): Fix folding of
13865         nested float_truncates.
13866
13867 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
13868
13869         * config/h8300/h8300.md (a peephole2): Fix a typo.
13870
13871 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
13872
13873         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
13874         register number.
13875
13876 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
13877
13878         * config/h8300/h8300-protos.h: Add a prototype for
13879         gtuleu_operator.
13880         * config/h8300/h8300.c (gtuleu_operator): New.
13881         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
13882         * config/h8300/h8300.md (a peephole2): New.
13883
13884 2003-02-11  Jan Hubicka  <jh@suse.cz>
13885
13886         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
13887
13888 2003-02-11  Jan Hubicka  <jh@suse.cz>
13889
13890         * predict.c (choose_function_section): Choose sections correctly.
13891
13892 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13893
13894         * reload1.c (first_label_num): New.
13895         (reload): Index offsets_known_at and offsets_at using difference of
13896         label number and first label number.  Don't use offset pointers.
13897         (set_label_offsets, set_initial_label_offsets): Likewise.
13898
13899 2003-02-10  Roger Sayle  <roger@eyesopen.com>
13900
13901         * mips-tfile.c (init_file): Add missing initializers in the
13902         "#ifdef __alpha" case.
13903         (file_offset, max_file_offset): Declare as unsigned long.
13904         (write_varray): Cast to "unsigned long" in comparisons against
13905         either file_offset or max_file_offset.
13906         (write_object): Likewise.
13907         (read_seek): Likewise.
13908         (copy_object): Likewise. Declare "ifd" as int to match its use
13909         in add_ext_symbol, and avoid signed/unsigned conditional warning.
13910
13911 2003-02-10  Nick Clifton  <nickc@redhat.com>
13912             Aldy Hernandez  <aldyh@redhat.com>
13913
13914         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
13915         override options which have been specified on the command line.
13916
13917 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
13918
13919         * config/h8300/h8300.md (abssf2): New.
13920         (*abssf2_h8300): Likewise.
13921         (*abssf2_h8300hs): Likewise.
13922
13923 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
13924
13925         * tree.c (build_tree_list):  Fix parameter names in comment.
13926
13927 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
13928
13929         * config/rs6000/ppc64-fp.c: New file.
13930         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
13931
13932 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
13933
13934         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
13935         * bb-reorder.c (make_reorder_chain): Deleted.
13936         (make_reorder_chain_1): Deleted.
13937         (find_traces): New function.
13938         (rotate_loop): New function.
13939         (mark_bb_visited): New function.
13940         (find_traces_1_round): New function.
13941         (copy_bb): New function.
13942         (bb_to_key): New function.
13943         (better_edge_p): New function.
13944         (connect_traces): New function.
13945         (copy_bb_p): New function.
13946         (get_uncond_jump_length): New function.
13947         (reorder_basic_blocks): Use new functions (Software Trace Cache).
13948         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
13949         boundaries.
13950
13951 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
13952
13953         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
13954
13955 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
13956
13957         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
13958         (DECL_LIVE_RANGE_RTL): Remove.
13959
13960 2003-02-10  Nick Clifton  <nickc@redhat.com>
13961
13962         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
13963         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
13964         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
13965         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
13966         config/arm/freebsd.h, config/arm/linux-elf.h,
13967         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
13968         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
13969         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
13970         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
13971         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
13972         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
13973         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
13974         and reformat as appropriate.
13975
13976 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
13977
13978         * config/h8300/clzsi2.c: Remove.
13979         * config/h8300/ctzsi2.c: Likewise.
13980         * config/h8300/paritysi2.c: Likewise.
13981         * config/h8300/popcountsi2.c: Likewise.
13982         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
13983         ctzsi2, paritysi2, and popcountsi2.
13984
13985 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
13986             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
13987
13988         PR c/7741
13989         * c-decl.c (duplicate_decls): Discard the initializer of the
13990         new decl when the types are conflicting.
13991
13992 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
13993
13994         * Makefile.in (sreal.o): Added.
13995         (predict.o): Depends on sreal.h instead of real.h.
13996         * sreal.c: New file.
13997         * sreal.h: New file.
13998         * predict.c: Use sreal.c instead of real.c.
13999
14000 2003-02-10  Nick Clifton  <nickc@redhat.com>
14001
14002         * Contributed support for the Cirrus EP9312 "Maverick"
14003         floating point co-processor.  Written by Aldy Hernandez
14004         <aldyh@redhat.com>.
14005         (config/arm/arm.c): Add Cirrus support.
14006         (config/arm/arm.h): Likewise.
14007         (config/arm/aout.h): Likewise.
14008         (config/arm/arm.md): Likewise.
14009         (config/arm/arm-protos.h): Likewise.
14010         (config.gcc): Likewise.
14011         (doc/invoke.texi): Describe new -mcpu value and new
14012         -mcirrus-fix-invalid-insns switch,
14013         (cirrus.md): New file.
14014
14015 2003-02-10  Jan Hubicka  <jh@suse.cz>
14016
14017         * combine.c (combine_simplify_rtx): Simplify using
14018         (float_truncate (float x)) is (float x)
14019         (float_extend (float_extend x)) is (float_extend x).
14020
14021 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
14022
14023         * calls.c (try_to_integrate): Tidy stack_usage_map access.
14024         (emit_library_call_value_1): Likewise.  Formatting.
14025         (store_one_arg): Likewise.
14026
14027 2003-02-09  Nick Clifton  <nickc@redhat.com>
14028             Aldy Hernandez  <aldyh@redhat.com>
14029
14030         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
14031         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
14032         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
14033         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
14034         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
14035         docs.  Add range test for immediate value.
14036
14037 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
14038
14039         Rename spe_evxor to xorv2si3.
14040         (xorv4hi3): New.
14041         (xorv1di3): New.
14042
14043 2003-02-10  Glen Nakamura  <glen@imodulo.com>
14044
14045         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
14046         tag.
14047
14048 2003-02-10  Jan Hubicka  <jh@suse.cz>
14049
14050         * i386.c (vector_move_operand): New predicate.
14051         (ix86_expand_vector_move): Be happy about 0.
14052         * i386.h (PREDICATE_CODES): Add sse-move_operand.
14053         * i386.md (mov*_internal): Add 'C' alternative.
14054
14055 2003-02-09  Jan Hubicka  <jh@suse.cz>
14056
14057         * i386.md (floathi*): Deal with SSE.
14058
14059 2003-02-09  Jan Hubicka  <jh@suse.cz>
14060
14061         * simplify-rtx.c (simplify_unary_operation,
14062         simplify_binary_operation):  Deal with vector modes
14063         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
14064
14065 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
14066
14067         * toplev.c (rest_of_compilation): Recompute register usage after
14068         split_all_insns.
14069
14070 2003-02-09  Richard Henderson  <rth@redhat.com>
14071
14072         * libgcc-std.ver (__clztf2): New.
14073         (__ctztf2, __popcounttf2, __paritytf2): New.
14074         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
14075         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
14076         adjust code to match the different type sizes.
14077         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
14078         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
14079
14080         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
14081         TImode; select word_mode and twice that.
14082         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
14083         select the modes from float, double, and long double.
14084         (init_optabs): Remove duplicate initializations.
14085
14086 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
14087
14088         * doc/install.texi: Squeeze and streamline section on
14089         testing and regression checking.
14090
14091 2003-02-09  Jan Hubicka  <jh@suse.cz>
14092
14093         * i386.md (ahi?v*3): Set third operand type to TImode.
14094         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
14095
14096         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
14097         integer mode.
14098
14099         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
14100         Change code so they are arithmetic expressions now.
14101         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
14102         simplify_ternary_operation): Deal with VEC_* expressions.
14103
14104         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
14105
14106 2003-02-08  Jan Hubicka  <jh@suse.cz>
14107
14108         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
14109         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
14110         possibly got duplicated.
14111
14112 2003-02-08  Richard Henderson  <rth@redhat.com>
14113
14114         * config/alpha/alpha.c (override_options): Turn off explicit
14115         relocs until post-peep2 code duplication resolved.
14116
14117 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
14118
14119         * optabs.c (expand_unop): Widen clz properly when clz is done
14120         via libcall.
14121
14122 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
14123
14124         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
14125         * config/h8300/crti.asm: Likewise.
14126         * config/h8300/crtn.asm: Likewise.
14127         * config/h8300/ctzsi2.c: Likewise.
14128         * config/h8300/fixunssfsi.c: Likewise.
14129         * config/h8300/h8300-protos.h: Likewise.
14130         * config/h8300/h8300.c: Likewise.
14131         * config/h8300/h8300.h: Likewise.
14132         * config/h8300/h8300.md: Likewise.
14133         * config/h8300/paritysi2.c: Likewise.
14134         * config/h8300/popcountsi2.c: Likewise.
14135         * config/h8300/rtems.h: Likewise.
14136
14137 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14138
14139         * doc/invoke.texi: Documentation for my previous commit.
14140         * doc/passes.texi: Ditto.
14141
14142 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14143
14144         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
14145         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
14146         Declare.
14147         (DLTHE_FLAG_UPDATE_FREQ): New.
14148         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
14149         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
14150         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
14151         fix_bb_placement, fix_bb_placements, place_new_loop,
14152         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
14153         New static functions.
14154         (fix_loop_placement, can_duplicate_loop_p,
14155         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
14156         New functions.
14157
14158         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
14159         unswitch_loops): Declare.
14160         * loop-init.c: New file.
14161         * loop-unswitch.c: New file.
14162         * Makefile.in (loop-init.o, loop-unswitch.o): New.
14163         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
14164         * toplev.c (DFI_loop2): New dump.
14165         (flag_unswitch_loops): New.
14166         (lang_independent_options): Add it.
14167         (rest_of_compilation): Call new loop optimizer.
14168         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
14169
14170 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
14171
14172         * config/h8300/clzsi2.c: New.
14173         * config/h8300/ctzsi2.c: Likewise.
14174         * config/h8300/paritysi2.c: Likewise.
14175         * config/h8300/popcountsi2.c: Likewise.
14176         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
14177
14178 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
14179
14180         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
14181         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
14182         (ctzsi2): New pattern.
14183         (ffssi2): Use clz instead of unspec.
14184         (clzdi2): Rename from cntlzd2.
14185         (ctzdi2): New pattern.
14186         (ffsdi2): Use clz instead of unspec.
14187
14188 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
14189
14190         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
14191         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
14192         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
14193         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
14194
14195 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
14196
14197         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
14198
14199 2003-02-07  Richard Henderson  <rth@redhat.com>
14200
14201         PR 9226
14202         * gcse.c (local_cprop_find_used_regs): New.
14203         (local_cprop_pass): Use it.
14204
14205 2003-02-07  Fred Fish  <fnf@intrinsity.com>
14206
14207         * mips-tfile.c (parse_def): Parenthesize assignments to fix
14208         precedence bugs.
14209
14210 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
14211
14212         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
14213
14214 2003-02-07  Roger Sayle  <roger@eyesopen.com>
14215
14216         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
14217         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
14218         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
14219         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
14220         builtin functions (and their __builtin_* variants).
14221         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
14222         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
14223         when not optimizing.
14224
14225         * doc/extend.texi: Document new pow and atan2 builtins, and
14226         their float and long double variants.  Realphabetize builtins.
14227
14228 2003-02-07  Jan Hubicka  <jh@suse.cz>
14229
14230         * i386.md (sse2_nandv2di3): Fix.
14231
14232 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
14233
14234         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
14235         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
14236         definition.
14237         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
14238         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
14239
14240 2003-02-07  Jan Hubicka  <jh@suse.cz>
14241
14242         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
14243
14244 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
14245
14246         * cfg.c (dump_flow_info): Add back accidently deleted line.
14247
14248 2003-02-07  Andrey Petrov <petrov@netbsd.org>
14249
14250         * optabs.c (expand_float): Search wider integer modes first.
14251
14252 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
14253
14254         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
14255         based on preprocessor flag.
14256
14257 2003-02-07  Roger Sayle  <roger@eyesopen.com>
14258             Richard Henderson  <rth@redhat.com>
14259
14260         * gcse.c (implicit_sets): New.
14261         (compute_hash_table_work): Include them in hash table.
14262         (find_implicit_sets, fis_get_condition): New.
14263         (one_cprop_pass): Allocate and free implicit_sets; call
14264         find_implicit_sets before building hash table.
14265
14266 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
14267
14268         * config/t-netbsd (USER_H): Revert previous change.
14269
14270 2003-02-07  Gabor Greif  <ggreif@lucent.com>
14271
14272         * doc/c-tree.texi (Namespaces): Fix typo.
14273
14274 2003-02-07  Jan Hubicka  <jh@suse.cz>
14275
14276         * regrename.c (do_replace, find_oldest_value_reg,
14277         copyprop_hardreg_forward_1): Update register attributes.
14278
14279 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
14280
14281         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
14282         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
14283         variables starting with underscore.
14284         (struct unit_usage): New structure.
14285         (unit_usages, cycle_alt_unit_usages): New global variables.
14286         (check_unit_distribution_in_reserv): Remove it.
14287         (store_alt_unit_usage): New function.
14288         (check_regexp_units_distribution): Rewrite it.
14289
14290 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14291
14292         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
14293         target_cpu_default.
14294         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
14295         if not MASK_NO_SPACE_REGS.
14296         (output_call): Adjust return pointer, don't load new space register
14297         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
14298         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
14299         TARGET_NO_SPACE_REGS is true.
14300         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
14301         conditions.
14302         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
14303         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
14304         true.  Use bve when TARGET_64BIT is true.
14305
14306 2003-02-06  Richard Henderson  <rth@redhat.com>
14307
14308         * combine.c (nonzero_bits): Fix double break.
14309
14310 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
14311             Richard Henderson <rth@redhat.com>
14312
14313         PR c/9530
14314         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
14315         from functions that return a float to functions that don't.
14316
14317 2003-02-06  Jan Hubicka  <jh@suse.cz>
14318
14319         * i386.c (x86_inter_unit_moves): New variable.
14320         (ix86_secondary_memory_needed): Fix 64bit case, honor
14321         TARGET_INTER_UNIT_MOVES
14322         * i386.h (x86_inter_unit_moves): Declare.
14323         (TARGET_INTER_UNIT_MOVES): New macro.
14324         * i386.md (movsi_1): Cleanup constraints; disable
14325         when not doing inter-unit moves.
14326         (movsi_1_nointernunit): New.
14327         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
14328         (movdi_1_rex64_nointerunit): New.
14329         (mivsf_1): disable when not doing inter-unit moves.
14330         (movsf_1_nointerunit): New.
14331
14332         * basic-block.h (inside_basic_block_p):  Declare.
14333         * cfgbuild.c (inside_basic_block_p): Make global.
14334         * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
14335         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
14336         update CFG.
14337         (fix_basic_block_boundaries, add_missing_bbs): New.
14338         (rank): Use profile.
14339         (scheudle_ebbs): Rely on CFG; update coments.
14340
14341 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
14342
14343         * Makefile.in (host_hook_obj): New.
14344         (OBJS): Add $(host_hook_obj).
14345         (host_default.o): New rule.
14346         * config.gcc (host_hook_obj): New, default to host-default.o.
14347         (powerpc-*-darwin*): Use host-darwin.o.
14348         (out_host_hook_obj): New.
14349         * configure: Regenerate.
14350         * configure.in: Print information about out_host_hook_obj, substitute
14351         into output files.
14352         * host-default.c: New file.
14353         * hosthooks.h: New file.
14354         * toplev.c (general_init): Call host_hooks.extra_signals.
14355         * config/rs6000/host-darwin.c: New file.
14356         * config/rs6000/x-darwin: New file.
14357         * doc/hostconfig.texi: Add documentation for new host hook.
14358         Rearrange existing documentation.
14359
14360 2003-02-05  Roger Sayle  <roger@eyesopen.com>
14361
14362         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
14363         with *targetm.delegitimize_address.
14364         (rtl_for_decl_location): Likewise.
14365         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
14366         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
14367
14368         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
14369         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
14370         prototype.
14371         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
14372         i386_simplify_dwarf_addr.  Made static.  Prototyped.
14373         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
14374         i386_simplify_dwarf_addr to ix86_delegitimize_address.
14375         (ix86_find_base_term): Likewise.
14376         (maybe_get_pool_constant): Likewise.
14377
14378         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
14379         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
14380         prototype.
14381         * config/s390/s390.c (s390_delegitimize_address): Renamed from
14382         s390_simplify_dwarf_addr.  Made static.  Prototyped.
14383         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
14384
14385 2003-02-05  Richard Henderson  <rth@redhat.com>
14386
14387         PR c/8602
14388         * integrate.c (output_inline_function): Reset input_filename
14389         and lineno from the decl before rest_of_compilation.
14390
14391 2003-02-05  Richard Henderson  <rth@redhat.com>
14392
14393         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
14394         (CTZ_DEFINED_VALUE_AT_ZERO): New.
14395         * doc/rtl.texi, doc/tm.texi: Document them.
14396
14397         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
14398         of the value at zero properly.
14399         * fold-const.c (tree_expr_nonnegative_p): Likewise.
14400         * simplify-rtx.c (simplify_unary_operation): Likewise.
14401
14402         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
14403         (CTZ_DEFINED_VALUE_AT_ZERO): New.
14404
14405         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
14406         (TARGET_EXPAND_BUILTIN): Remove.
14407         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
14408         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
14409         (enum arm_builtins): Remove.
14410         * config/arm/arm.md (UNSPEC_CLZ): Remove.
14411         (clzsi2): Rename from clz; use clz instead of unspec.
14412         (ctzsi2): New.
14413         * config/arm/arm-protos.h: Update.
14414
14415 2003-02-05  Jan Hubicka  <jh@suse.cz>
14416
14417         * i386-protos.h (x86_emit_floatuns):  Declare.
14418         * i386.c (x86_emit_floatuns): New global function.
14419         * i386.md (floatunssisf2, floatunsdisf2,
14420         floatunsdidf2):  New patterns.
14421
14422 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14423
14424         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
14425
14426 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
14427
14428         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
14429           config/ia64/linux.h
14430
14431 2003-02-05  Roger Sayle  <roger@eyesopen.com>
14432
14433         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
14434
14435 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
14436
14437         PR optimization/8555
14438         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
14439         instead of aborting.
14440
14441 2003-02-04  Richard Henderson  <rth@redhat.com>
14442
14443         * config/i386/i386.md (UNSPEC_BSF): Remove.
14444         (ffssi2): Split into cmove and no_cmove insns and splitters;
14445         lose pentium float trick for now.
14446         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
14447         (ctzsi2, clzsi2, bsr): New.
14448
14449 2003-02-04  Richard Henderson  <rth@redhat.com>
14450
14451         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
14452         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
14453         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
14454         (ffsdi2): Use popcount instead of unspec.
14455         (popcountdi2): Rename from *popcnt.
14456         (ctzdi2, clzdi2, getf_exp_tf): New.
14457
14458 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
14459
14460         * genconfig.c (main): Generate CC0_P.
14461         * rtl.h (CC0_P): Remove.
14462
14463 2003-02-04  Richard Henderson  <rth@redhat.com>
14464
14465         * libgcc2.h, libgcc2.c (__ffsSI2): New.
14466         (__ffsDI2): Rename from __ffsdi2.
14467         * mklibgcc.in (lib2funcs): Add _ffssi2.
14468
14469 2003-02-04  Richard Henderson  <rth@redhat.com>
14470
14471         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
14472         rounds with a "bit table" lookup.
14473
14474 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14475
14476         * reload.c (find_reloads): Do not use the mode specified in the insn
14477         pattern as reload mode for address operands.  Do not generate optional
14478         reloads for operands where a mandatory reload was already pushed.
14479
14480 2003-02-04  Richard Henderson  <rth@redhat.com>
14481
14482         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
14483         builtins instead of inline assembly.
14484
14485 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
14486
14487         PR c/9376
14488         * libgcc2.c (__subvdi3): Fix typo.
14489
14490 2003-02-04  Jan Hubicka  <jh@suse.cz>
14491
14492         * i386.md (movti_rex64):  Fix constraint.
14493
14494 2003-02-04  Jan Hubicka  <jh@suse.cz>
14495
14496         * i386.md (vector push splitters):  Fix typo in resolving conflict.
14497
14498 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
14499
14500         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
14501
14502 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
14503
14504         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
14505         for recent libstdc++.  Remove formatting cruft.
14506
14507 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
14508
14509         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
14510         attribute even if input file name is absolute, but one of the
14511         includes is relative.
14512
14513 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
14514
14515         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
14516         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
14517         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
14518
14519 2003-02-03  Richard Henderson  <rth@redhat.com>
14520
14521         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
14522         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
14523         return type to "int".  Shuffle declarations and undef int trap.
14524         * libgcc2.h: Remove their declarations.
14525         * optabs.c (expand_unop): Force outmode to int for bitops.
14526
14527 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
14528
14529         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
14530         coprocessor registers before floating-point registers.
14531         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
14532         to account for a previously removed register.
14533         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
14534         Delete unused macros.
14535
14536 2003-02-03  Jan Hubicka  <jh@suse.cz>
14537
14538         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
14539         (mov*_internal): Fix predicates; require one of operands to not be
14540         memory.
14541         (SSE?MMX move expanders):  Fix predicates; force one of operands to
14542         register.
14543         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
14544         (movups/movupd/movdqu patterns): Force one of operands to not be
14545         memory.
14546
14547 2003-02-03  Roger Sayle  <roger@eyesopen.com>
14548
14549         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
14550         takes a single rtx and returns it unmodified.
14551         * hooks.h (hook_rtx_rtx_identity): Prototype here.
14552         * target.h (struct gcc_target): Add "delegitimize_address"
14553         field to target structure.
14554         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
14555         for delegitimize_address target using hook_rtx_rtx_identity.
14556         (TARGET_INITIALIZER): Initialize delegitimize_address field
14557         using TARGET_DELEGITIMIZE_ADDRESS macro.
14558         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
14559         extensions of constant pool references.  Use delegitimize_address
14560         to undo the obfuscation of "-fpic".
14561         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
14562
14563         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
14564         i386_simplify_dwarf_addr.
14565         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
14566         (maybe_get_pool_constant): Likewise.
14567
14568 2003-02-03  Jan Hubicka  <jh@suse.cz>
14569
14570         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
14571
14572 2003-02-03  Jan Hubicka  <jh@suse.cz>
14573
14574         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
14575
14576 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14577
14578         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
14579         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
14580
14581 2003-02-02  Andreas Schwab  <schwab@suse.de>
14582
14583         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
14584
14585 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
14586
14587         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
14588         (epilogue_insns): Likewise.
14589
14590 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14591
14592         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
14593
14594 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14595
14596         * pa-protos.h (attr_length_millicode_call): Remove second argument.
14597         (attr_length_indirect_call, attr_length_indirect_call,
14598         attr_length_save_restore_dltp): New prototypes.
14599         * pa.c (attr_length_millicode_call): Remove second argument.  Check
14600         INSN_ADDRESSES_SET_P in distance calculation.
14601         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
14602         INSN_ADDRESSES.
14603         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
14604         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
14605         Call attr_length_call directly.
14606         (attr_length_indirect_call, output_indirect_call,
14607         attr_length_save_restore_dltp): New functions.
14608         * pa.md (attr_length_millicode_call): Drop second argument from all
14609         patterns.
14610         (return_internal_pic): Delete.
14611         (return_external_pic): Remove use of PIC register and pic operand and
14612         flag checks.
14613         (epilogue): Use return_internal for both normal and pic code.
14614         (call, call_value): Emit new 32-bit pic patterns for symref and
14615         indirect calls.  Remove uses for arg pointer and pic register.
14616         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
14617         call_reg_pic_post_reload, call_val_symref_pic,
14618         call_val_symref_pic_post_reload, call_val_reg_pic,
14619         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
14620         Implement define_split and define_peephole2 patterns for pre reload
14621         patterns.
14622         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
14623         call_value_internal_reg_64bit): Shorten names.
14624         (all call patterns): Explicitly indicate registers used and clobbered.
14625         Use attr_length_indirect_call and attr_length_save_restore_dltp for
14626         attribute length calculation.  Move code generation for indirect calls
14627         to output_indirect_call.
14628         (sibcall, sibcall_value): Don't restore PIC register.
14629         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
14630         register retore.
14631
14632 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14633
14634         * doc/install.texi (Testing): Simplify and compress instructions
14635         concerning Dejagnu.
14636
14637 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14638
14639         * collect2.c (pexecute_pid): Rename to pid.
14640         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
14641         pid.
14642
14643 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
14644
14645         * doc/extend.texi (Function Attributes): Remove documentation
14646         for PowerPC Windows NT function attributes..
14647
14648 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
14649
14650         * dwarf2out.c (gen_type_die): Check for typedefs before calling
14651         for TYPE_MAIN_VARIANT.
14652
14653 2003-02-01  Richard Henderson  <rth@redhat.com>
14654
14655         * libgcc2.c: Include auto-host.h.
14656         (ATTRIBUTE_HIDDEN): New.
14657         (__clz_tab): Don't declare here for clz and ctz.
14658         (__clzsi2, __clzdi2): Use count_leading_zeros.
14659         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
14660         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
14661         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
14662         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
14663
14664 2003-02-01  Richard Henderson  <rth@redhat.com>
14665
14666         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
14667         to the conditional.
14668         (ashlsi3_1_zext splitter): Likewise.
14669
14670 2003-02-01  Richard Henderson  <rth@redhat.com>
14671
14672         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
14673         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
14674         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
14675         return type to Wtype.
14676
14677         * libgcc-std.ver (GCC_3.4): Fix inheritance.
14678
14679         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
14680         expander input constraint.
14681
14682 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
14683
14684         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
14685         OTI_parity.
14686         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
14687         * optabs.c (widen_clz, expand_parity): New.
14688         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
14689         for libcalls to clz, ctz, popcount, and parity.
14690         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
14691         parity_optab, and set up libfunc handlers.
14692         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
14693         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
14694         __popcount_tab): New.
14695         * libgcc2.h: Declare them.
14696         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
14697         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
14698         and parity_optab.
14699         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
14700         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
14701         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
14702         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
14703         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
14704         BUILT_IN_PARITYLL): New.
14705         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
14706         and add optab argument.
14707         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
14708         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
14709         * expr.c (expand_expr): Handle them.
14710         * fold-const.c (tree_expr_nonnegative_p): Likewise.
14711         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
14712         * reload1.c (eliminate_regs): Handle them.
14713         (elimination_effects): Likewise.
14714         * function.c (instantiate_virtual_regs_1): Likewise
14715         * genattrtab.c (check_attr_value): Likewise.
14716         * simplify-rtx.c (simplify_unary_operation): Likewise.
14717         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
14718         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
14719         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
14720         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
14721         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
14722         __builtin_arm_clz.
14723         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
14724         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
14725         * doc/extend.texi (Other Builtins): Add new builtins.
14726         * doc/md.texi (Standard Names): Add new patterns.
14727
14728 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
14729
14730         * reload.c: Revert 2003-01-31 change.
14731
14732 2003-02-01  Jan Hubicka  <jh@suse.cz>
14733
14734         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
14735
14736 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
14737
14738         * flags.h (flag_volatile): Remove declaration.
14739         (flag_volatile_global, flag_volatile_static): Likewise.
14740         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
14741         * toplev.c (flag_volatile): Remove definition.
14742         (flag_volatile_global, flag_volatile_static): Likewise.
14743         (f_options): Remove corresponding entries here.
14744         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
14745         or flag_volatile_static.
14746         * doc/invoke.texi: Remove documentation of -fvolatile,
14747         -fvolatile-global and -fvolatile-static.
14748
14749 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14750
14751         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
14752         updating of total_code_bytes from prologue to epilogue.
14753
14754 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
14755
14756         * reload.c (find_reloads): Do not use the mode specified in the insn
14757         pattern as reload mode for address operands.  Do not generate optional
14758         reloads for operands where a mandatory reload was already pushed.
14759         Generate optional reloads only in the final pass though find_reloads.
14760         (have_replacement_p): New function.
14761
14762 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14763
14764         * doc/install.texi (Testing): Remove a reference to our obsolete
14765         /testresults web pages and strip redundant information concerning
14766         test results.
14767         (Binaries): Refer to Microsoft Windows instead of listing all
14768         possible variants.
14769
14770 2003-02-01  Jan Hubicka  <jh@suse.cz>
14771
14772         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
14773         RTL chain.
14774
14775         * combine.c (simplify_set): Reverse order of ragumetns to
14776         REG_CANNOT_CHANGE_MODE_P
14777         * df.c (df_def_record_1): Likewise.
14778         * recog.c (register_operand): Likewise.
14779         * simplify-rtx.c (simplify_subreg): Likewise.
14780         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
14781         CANNOT_CHANGE_MODE_CLASS.
14782         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
14783         Likewise.
14784         * reload.c (push_reload): Likewise.
14785         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14786         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14787         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14788         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
14789         * mips.c (mips_cannot_change_mode_class): Update.
14790         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14791         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14792         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14793         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
14794         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
14795         * sh.c (sh_cannot_change_mode_class): Update.
14796         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
14797         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
14798
14799 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
14800
14801         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
14802         change to LINK_COMMAND_SPEC in gcc.c.
14803
14804 2003-01-31  Jan Hubicka  <jh@suse.cz>
14805
14806         PR c/9506
14807         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
14808
14809 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14810
14811         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
14812         duplicated code.
14813
14814 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
14815
14816         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
14817         (BINFO_ELTS): New #define.
14818         * stor-layout.c (finalize_record_size): Don't set them.
14819         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
14820         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
14821         (BINFO_LANG_ELTS): New #define.
14822         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
14823         * java/class.c (make_class): Use BINFO_ELTS.
14824         (set_super_info): Likewse.
14825         (add_interface_do): Likewise.
14826         * objc/objc-act.c (start_class): Use BINFO_ELTS.
14827
14828 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
14829
14830         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
14831         (times): Don't ever declare if not HAVE_TIMES.
14832         (clock): Don't ever declare if not HAVE_CLOCK.
14833
14834 2003-01-30  Richard Henderson  <rth@redhat.com>
14835
14836         * flow.c (update_life_info): Zap life info after cleanup_cfg.
14837         (regno_uninitialized): Use correct live at function entry set.
14838         (regno_clobbered_at_setjmp): Likewise.
14839
14840         * expr.c (store_expr): Promote all MEM intermediates to regs.
14841
14842 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
14843
14844         * config/arm/arm.c: Fix comment typos.
14845         * config/arm/arm.h: Likewise.
14846         * config/arm/netbsd-elf.h: Likewise.
14847         * config/arm/netbsd.h: Likewise.
14848
14849 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
14850
14851         * gengtype.c (struct walk_type_data): Add needs_cast_p.
14852         (walk_type): Set needs_cast_p in walk_type_data.
14853         (write_types_process_field): Supply casts when required to suppress
14854         warnings.
14855         (write_root): Cast gt_pch_n_S to suppress warning.
14856         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
14857         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
14858         when they might exist.
14859         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
14860         insn-conditions.o, and rs6000.o.
14861
14862 2003-01-30  Richard Henderson  <rth@redhat.com>
14863
14864         * ggc-page.c (G.context_depth_allocations): New.
14865         (G.context_depth_collections): New.
14866         (alloc_page): Set G.context_depth_allocations.
14867         (ggc_collect): Set G.context_depth_collections.
14868         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
14869         (ggc_pop_context): Early exit for no allocations or collections.
14870
14871 2003-01-30  Richard Henderson  <rth@redhat.com>
14872
14873         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
14874
14875 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
14876
14877         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
14878         size, the link register is always saved if any other register is
14879         saved.
14880
14881 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
14882
14883         * config/h8300/h8300-protos.h: Update the prototype for
14884         compute_plussi_cc.
14885         (cpp_reader): Declare before it is used.
14886         * config/h8300/h8300.c (compute_plussi_cc): Change the return
14887         type to int.
14888         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
14889         see an unknown H8 variant.
14890
14891 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
14892
14893         PR target/9316
14894         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
14895         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
14896         * config/rs6000/t-rtems: New file. multilib variants to match OS.
14897         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
14898         rs6000/t-ppcgas so we get the desired multilibs.
14899
14900 2003-01-30  Nick Clifton  <nickc@redhat.com>
14901
14902         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
14903         when popping saved IP register off the stack.
14904
14905 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
14906
14907         * config/rs6000/aix43.h: Fix comment typos.
14908         * config/rs6000/aix51.h: Likewise.
14909         * config/rs6000/aix52.h: Likewise.
14910         * config/rs6000/altivec.h: Likewise.
14911         * config/rs6000/rs6000.c: Likewise.
14912         * config/rs6000/rs6000.h: Likewise.
14913         * config/rs6000/rs6000.md: Likewise.
14914         * config/rs6000/spe.md: Likewise.
14915
14916 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
14917
14918         * c-common.c (builtin_define_float_constants): Define
14919         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
14920
14921 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
14922
14923         * config/sh/lib1funcs.asm: Fix comment typos.
14924         * config/sh/linux.h: Likewise.
14925         * config/sh/sh.c: Likewise.
14926         * config/sh/sh.md: Likewise.
14927
14928 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
14929
14930         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
14931
14932 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
14933
14934         * config/fp-bit.h (__make_dp): Declare if TMODES.
14935
14936 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
14937
14938         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
14939         general_operand_src and general_operand_dst.
14940
14941 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
14942
14943         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
14944         Return true for variable sized types.
14945         (rs6000_va_arg): Handle variable sized types passed by reference
14946         on non-SVR4 ABI.
14947
14948 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
14949
14950         * arm.c (arm_legtimize_address): New function.
14951         * arm-protos.h (arm_legtimize_address): Add prototype.
14952         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
14953         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
14954         do ... while (0)
14955
14956 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
14957
14958         PR bootstrap/9296
14959         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
14960         depended on it being defined until now.
14961
14962 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
14963
14964         PR target/9295
14965         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
14966         RTEMS code knows which C++ initialization style the toolset
14967         configuration is using.
14968
14969 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
14970
14971         PR bootstrap/9293
14972         * config/m68k/t-crtstuff: Replace spaces with tabs, add
14973          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
14974
14975 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
14976
14977         PR bootstrap/9292
14978         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
14979         RTEMS threads.
14980         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
14981
14982 2003-01-29  Nick Clifton  <nickc@redhat.com>
14983
14984         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
14985         not $(srcdir).
14986
14987 2003-01-29  Andrew Haley  <aph@redhat.com>
14988
14989         * tree-inline.c (walk_tree): Add CHAR_TYPE.
14990
14991 2003-01-29  Jan Hubicka  <jh@suse.cz>
14992
14993         * i386.md (subdi3_carry_rex64): Fix typo.
14994
14995 2003-01-28  Stan Shebs  <shebs@apple.com>
14996
14997         * coretypes.h (cpp_reader): Forward declare struct.
14998         * c-pragma.h (cpp_reader): Remove forward declaration.
14999         * hashtable.h (cpp_reader): Likewise.
15000         * scan.h (cpp_reader): Likewise.
15001         * tree.h (cpp_reader): Likewise.
15002         * config/darwin-protos.h (cpp_reader): Likewise.
15003         * config/arm/arm-protos.h (cpp_reader): Likewise.
15004         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
15005         struct cpp_reader in prototypes.
15006
15007 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
15008
15009         * doc/install.texi: Add documentation for installation into
15010         tooldirs and with DESTDIR.
15011
15012 2003-01-28  Richard Henderson  <rth@redhat.com>
15013
15014         * config.gcc (ia64*-*-aix*): Remove.
15015         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
15016         * config/ia64/unwind-aix.c: Remove file.
15017
15018 2003-01-28  Andreas Schwab  <schwab@suse.de>
15019
15020         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
15021         register.
15022         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
15023         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
15024         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
15025         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
15026         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
15027         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
15028         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
15029
15030 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
15031
15032         * combine.c (nonzero_bits): Fix check for negative divide operands.
15033
15034 2003-01-28  Richard Henderson  <rth@redhat.com>
15035
15036         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
15037         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
15038
15039 2003-01-28  Richard Henderson  <rth@redhat.com>
15040
15041         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
15042
15043         * config/cris/cris.c (cris_address_cost): Make static.
15044         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
15045         * config/cris/cris.h (ADDRESS_COST): Remove.
15046         * config/cris/cris-protos.h: Update.
15047
15048 2003-01-23  Mike Stump  <mrs@apple.com>
15049
15050         * regclass.c (init_reg_autoinc): New function.
15051         (regclass): Move initialization of forbidden_inc_dec_class from
15052         here...
15053         (init_regs): to here.  Avoids reinitialization for each function,
15054         saving compilation time.
15055
15056 2003-01-28  Jason Merrill  <jason@redhat.com>
15057
15058         * cpplib.h (struct cpp_options): Add warn_deprecated field.
15059         * cppinit.c (cpp_create_reader): Turn it on by default.
15060         * c-opts.c (c_common_decode_option): Set it.
15061         * cpplib.c (do_pragma_once): Only complain about #pragma once
15062         if warn_deprecated is set.
15063
15064 2003-01-28  Dale Johannesen  <dalej@apple.com>
15065
15066         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
15067         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
15068         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
15069
15070 2003-01-28  Richard Henderson  <rth@redhat.com>
15071
15072         * target.h (targetm.address_cost): New.
15073         * target-def.h (TARGET_ADDRESS_COST): New.
15074         (TARGET_RTX_COSTS): Uncomment.  Oops.
15075         * cse.c (address_cost): Use new target hook.
15076         (default_address_cost): New.
15077         * output.h (default_address_cost): Declare.
15078         * hooks.c (hook_int_rtx_0): New.
15079         * hooks.h (hook_int_rtx_0): Declare.
15080         * loop.c (combine_givs_p): Remove if 0 code.
15081         * system.h (ADDRESS_COST): Poison.
15082
15083         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
15084         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
15085         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
15086         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
15087         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
15088         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
15089         config/xtensa/xtensa.c, config/xtensa/xtensa.h
15090         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
15091         (ADDRESS_COST): Remove.
15092
15093         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
15094         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
15095         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
15096         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
15097         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
15098         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
15099         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
15100         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
15101         config/mips/mips.c, config/mips/mips.h,
15102         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
15103         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
15104         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
15105         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
15106         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
15107         config/vax/vax.c, config/vax/vax.h
15108         (foo_address_cost): Make static.
15109         (TARGET_ADDRESS_COST): New.
15110         (ADDRESS_COST): Remove.
15111
15112         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
15113         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
15114         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
15115         config/stormy16/stormy16.h
15116         (ADDRESS_COST): Move code ...
15117         (foo_address_cost): ... here.
15118         (TARGET_ADDRESS_COST): New.
15119
15120         * config/m32r/m32r.c (m32r_address_cost): Remove.
15121         * config/m32r/m32r-protos.h: Update.
15122
15123         * config/mmix/mmix.c (mmix_address_cost): Remove.
15124         * config/mmix/mmix-protos.h: Update.
15125
15126         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
15127         mn10300_address_cost; move unsig allocation ...
15128         (mn10300_address_cost): ... here.
15129         (TARGET_ADDRESS_COST): New.
15130         * config/mn10300/mn10300-protos.h: Update.
15131         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
15132
15133         * doc/tm.texi: Update.
15134
15135 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
15136
15137         * haifa-sched.c (schedule_insn): Return necessary cycle advance
15138         after issuing the insn.
15139         (rank_for_schedule): Make a insn with /S the highest priority
15140         insn.
15141         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
15142         (choose_ready): Check SCHED_GROUP_P.
15143         (schedule_block): Advance cycle after issuing insn if it is
15144         necessary.  Don't reorder insns if there is an insn with /S.
15145         (set_priorities): Ignore schedule groups.
15146
15147         * sched-deps.c (remove_dependence, group_leader): Remove the
15148         functions.
15149         (add_dependence): Ignore schedule groups.
15150         (set_sched_group_p): Don't make copy of dependencies from previous
15151         insn of the schedule group.  Add anti-dependency to the previous
15152         insn of the schedule group.
15153         (compute_forward_dependences): Ignore schedule groups.
15154
15155         * sched-ebb.c (init_ready_list): Ignore schedule groups.
15156
15157         * sched-rgn.c (init_ready_list): Ditto.
15158         (can_schedule_ready_p): Ditto.
15159
15160 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
15161
15162         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
15163         register to another one.
15164
15165 2003-01-28  Richard Henderson  <rth@redhat.com>
15166
15167         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
15168
15169 2003-01-28  Roger Sayle  <roger@eyesopen.com>
15170
15171         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
15172
15173 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
15174
15175         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
15176         class contains a floating-point register, return the size of the
15177         mode in half words.
15178
15179 2003-01-28  Jan Hubicka  <jh@suse.cz>
15180
15181         * i386.c (ix86_carry_flag_operator):  New predicate.
15182         (fcmov_operator): Fix whitespace.
15183         (ix86_expand_carry_flag_compare):  Deal with floating point.
15184         (ix86_expand_int_movcc): Deal with fp; update insn expansion
15185         (ix86_expand_int_addcc): Likewise.
15186         (ix86_expand_strlensi_unroll_1): likewsie.
15187         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
15188         * i386.md (add?i_carry_rex64): Use new predicate.
15189         (sub?i3_carry_rex64): Likewise.
15190         (x86_mov?icc_0_m1*): Likewise.
15191
15192 2003-01-28  Andreas Schwab  <schwab@suse.de>
15193
15194         * cfgloopmanip.c (create_preheader): Initialize src to avoid
15195         warning.
15196
15197         * expmed.c (emit_store_flag): Fix cast to avoid sign
15198         comparison warning.
15199
15200         * combine.c (force_to_mode): Add cast to fix warning when
15201         STORE_FLAG_VALUE is negative.
15202
15203 2003-01-27  Richard Henderson  <rth@redhat.com>
15204
15205         * Makefile.in (cse.o): Depend on TARGET_H.
15206         * cse.c (rtx_cost): Use targetm.rtx_costs.
15207         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
15208         * doc/tm.texi: Update.
15209
15210         * target.h (targetm.rtx_costs): New.
15211         * target-def.h (TARGET_RTX_COSTS): New.
15212         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
15213         * hooks.h: Update.
15214
15215         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
15216         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
15217         * config/alpha/alpha.h (PROCESSOR_MAX): New.
15218         (CONST_COSTS, RTX_COSTS): Remove.
15219
15220         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
15221         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
15222         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
15223         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
15224         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
15225         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
15226         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
15227         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
15228         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
15229         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
15230         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
15231         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
15232         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
15233         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
15234         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
15235         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
15236         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
15237         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
15238         config/v850/v850.c, config/v850/v850.h,
15239         config/xtensa/xtensa.c, config/xtensa/xtensa.h
15240         (CONST_COSTS, RTX_COSTS): Move code ...
15241         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
15242
15243         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
15244         (arm_rtx_costs, TARGET_RTX_COSTS): New.
15245         * config/arm/arm-protos.h: Update.
15246         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
15247
15248         * config/avr/avr.h (CONST_COSTS): Move code ...
15249         * config/avr/avr.c (avr_rtx_costs): ... here.
15250         (default_rtx_costs): Make static.
15251         * config/avr/avr-protos.h: Update.
15252
15253         * config/h8300/h8300.c (const_costs): Make static.
15254         (h8300_and_costs, h8300_shift_costs): Likewise.
15255         * config/h8300/h8300-protos.h: Update.
15256
15257         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
15258         (CONST_COSTS): Move code ...
15259         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
15260         default_rtx_costs; update for signature change.
15261         * config/ip2k/ip2k-protos.h: Update.
15262
15263         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
15264         (CONST_COSTS): Move code ...
15265         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
15266         (TARGET_RTX_COSTS): New.
15267         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
15268         * config/m68hc11/m68hc11-protos.h: Update.
15269
15270         * config/m68k/m68k.c (const_int_cost): Make static.
15271         * config/m68k/m68k-protos.h: Update.
15272
15273         * config/mcore/mcore.c (mcore_const_costs): Make static.
15274         (mcore_and_cost, mcore_ior_cost): Likewise.
15275         * config/mcore/mcore-protos.h: Update.
15276
15277         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
15278         (mmix_rtx_cost_recalculated): Remove.
15279         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
15280         * config/mmix/mmix-protos.h: Update.
15281
15282         * config/sh/sh.c (shiftcosts): Make static.
15283         (addsubcosts, andcosts, multcosts): Likewise.
15284         * config/sh/sh-protos.h: Update.
15285
15286         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
15287         (sparc_rtx_costs): Make static; update for change in signature.
15288         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
15289         * config/sparc/sparc-protos.h: Update.
15290
15291         * config/v850/v850.c (const_costs): Make static.
15292         * config/v850/v850-protos.h: Update.
15293
15294         * config/vax/vax.h (RTX_COSTS): Remove.
15295         (CONST_COSTS): Move code ...
15296         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
15297         from vax_rtx_cost.
15298         (vax_rtx_costs, TARGET_RTX_COSTS): New.
15299
15300 2003-01-27  Richard Henderson  <rth@redhat.com>
15301
15302         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
15303         * config/vax/vax-protos.h: Update.  Really.
15304
15305 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
15306
15307         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
15308         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
15309         zero if no hardware floating point.
15310         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
15311         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
15312         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
15313         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
15314         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
15315         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
15316         even FP registers on N32 and N64.
15317         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
15318         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
15319         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
15320         even-register-like alignment to 128-bit arguments.
15321         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
15322         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
15323         on N32 or N64.
15324         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
15325         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
15326         (TPBIT): Set to tp-bit.c.
15327         (tp-bit.c): Create out of fp-bit.c.
15328
15329 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
15330
15331         * c-parse.in: Remove '%expect 32' directive in objc mode.
15332
15333 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
15334
15335         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
15336         (LIBGCOV): New variable.
15337         (libgcc.mk): Add LIBGCOV.
15338         (LIBGCC_DEPS): Add libgcov.c.
15339         (libgcov.a): New target.
15340         (clean): Remove libgcov.a.
15341         (install-libgcc): Do libgcov too.
15342         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
15343         with libgcov.a.
15344         * libgcc2.c (L_gcov): Move into ...
15345         * libgcov.c: ... here. New file.
15346         * mklibgcc.in: Add libgcov rules.
15347         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
15348
15349         * doc/invoke.texi (profile-arcs, test-coverage): Update and
15350         clarify.
15351
15352         * profile.c (index_counts_file): Remove duplicate check for open file.
15353
15354 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
15355
15356         * gcc/doc/invoke.texi (Optimization Options): Group together
15357         optional and experimental flags.  Move trapv and bounds-check
15358         out of this section.  Group floating point flags together.
15359         (Code Gen Options): Move trapv and bounds-check to here.
15360
15361 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
15362
15363         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
15364
15365 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
15366
15367         PR optimization/9090
15368         * function.c (purge_addressof_1): After pushing an addressed register
15369         onto the stack, simplify the result.
15370
15371 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
15372
15373         * doc/extend.texi: Fix typo.
15374
15375 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
15376
15377         * doc/cppopts.texi: Fix typo.
15378         * doc/objc.texi: Likewise.
15379         * doc/passes.texi: Likewise.
15380
15381 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
15382
15383         * real.c (ibm_extended_format): Add 53 to minimum exponent.
15384         (encode_ibm_extended): Adjust.
15385
15386 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
15387
15388         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
15389         timevar_id enumerations.
15390
15391 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
15392
15393         * combine.c: Fix formatting.
15394
15395 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
15396
15397         * doc/gccint.texi: Update the copyright.
15398
15399 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
15400
15401         * doc/cpp.texi: Fix typos.
15402         * doc/extend.texi: Likewise.
15403         * doc/gty.texi: Likewise.
15404         * doc/install.texi: Likewise.
15405         * doc/passes.texi: Likewise.
15406         * doc/rtl.texi: Likewise.
15407         * doc/tm.texi: Likewise.
15408
15409 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
15410
15411         * config/ia64/fde-glibc.c: Fix comment typos.
15412         * config/ia64/hpux.h: Likewise.
15413         * config/ia64/ia64.c: Likewise.
15414         * config/ia64/ia64.h: Likewise.
15415         * config/ia64/unwind-ia64.c: Likewise.
15416
15417 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
15418
15419         * config/i386/i386-modes.def: Fix comment typos.
15420         * config/i386/i386.c: Likewise.
15421         * config/i386/i386.md: Likewise.
15422
15423 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
15424
15425         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
15426         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
15427         ASM_FINISH_DECLARE_OBJECT before defining it.
15428         * toplev.c (rest_of_decl_compilation):  Don't define
15429         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
15430         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
15431         parameters for DWARF2 targets because they _are_ used.
15432
15433 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
15434
15435         * fp-bit.h: Define macros for TFmode floating-point constants
15436         in IBM-extended TFmode types.
15437         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
15438         widths.
15439         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
15440         TFmode type.
15441
15442         * config/fp-bit.h: Define macros for TFmode floating-point
15443         constants in IEEE quad TFmode type.  Declare functions according
15444         to L_ macros.
15445         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
15446         (TFtype, TItype, UTItype): Define if TMODES is defined.
15447         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
15448         (F_T_BITOFF, D_T_BITOFF): Define.
15449         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
15450         guaranteed to be wide enough.
15451         * config/fp-bit.c: Check for L_ macros for tf functions.
15452         (__thenan_tf): New.
15453         (nan): Adjust.
15454         (pack_d, unpack_d): Support IEEE 854 quad type.
15455         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
15456         from FRAC_NBITS, FRAC_BITS and NGARDS.
15457         (usi_to_float): Cast constants to be shifted to fractype
15458         instead of assuming long long is wide enough.
15459         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
15460
15461 2003-01-26  Andreas Jaeger  <aj@suse.de>
15462
15463         * df.c: Remove prototype of unused function df_regno_rtl_debug.
15464
15465 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
15466
15467         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
15468         (DBBIT_FUNCS): Added _df_to_tf.
15469         (TPBIT_FUNCS): New.
15470         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
15471         (LIBGCC_DEPS): Added TPBIT.
15472         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
15473
15474         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
15475         been able to move the result to target.
15476
15477         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
15478         for the appropriate mode.
15479
15480         * calls.c (emit_library_call_value_1): Handle return values
15481         in a PARALLEL.
15482
15483         * rtl.c (get_mode_alignment): Moved to...
15484         * stor-layout.c: ... here.
15485
15486         * print-rtl.c (print_rtx): Don't print MEM details in
15487         GENERATOR_FILEs.
15488
15489 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
15490
15491         * df.h: Update comments, tidy formatting.
15492         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
15493         REVERSE, UNION, INTERSECTION.  All uses updated.
15494         (OLD_DF_INTERFACE): Remove.
15495         (struct insn_info): Remove commented out insn field.
15496         * df.c: Update comments, tidy formatting.
15497         (df_def_table_realloc): Remove.
15498
15499
15500 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
15501
15502         * calls.c (save_fixed_argument_area): Tidy.
15503         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
15504         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
15505         call chain loop at 1 if !try_tail_call.  Formatting.
15506         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
15507         Use save_fixed_argument_area and restore_fixed_argument_area.
15508
15509 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15510
15511         * df.c (df_uses_record): Handle CC0.
15512
15513 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
15514
15515         * reload.c (maybe_memory_address_p): New function.
15516         (find_reloads_address): Use it instead of memory_address_p.
15517
15518 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
15519
15520         * final.c (shorten_branches): Align the address of code label
15521         when computing initial lengths and addresses.
15522
15523 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
15524
15525         * config/m68hc11/m68hc11.md: Fix a comment typo.
15526
15527 2003-01-25  Andreas Jaeger  <aj@suse.de>
15528
15529         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
15530         TARGET_MACHO.
15531
15532 2003-01-25  Roger Sayle  <roger@eyesopen.com>
15533
15534         * gcse.c (bypass_last_basic_block): New global variable.
15535         (bypass_block):  Use redirect_edge_and_branch_force to redirect
15536         fall-through edges.  Use bypass_last_basic_block to determine
15537         which blocks have valid PRE information.
15538         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
15539
15540 2003-01-25  Jan Hubicka  <jh@suse.cz>
15541
15542         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
15543
15544 2003-01-25  Jan Hubicka  <jh@suse.cz>
15545                               Eric Botcazou <ebotcazou@libertysurf.fr>
15546         PR opt/8492
15547         * gcse.c (one_cprop_pass): Delete unreachable blocks.
15548
15549 2003-01-25  Richard Henderson  <rth@redhat.com>
15550
15551         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
15552         from ia64_aix_select_rtx_section.
15553         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
15554         instead of saving and restoring flag_pic.
15555         (ia64_rwreloc_unique_section): Similarly.
15556         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
15557         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
15558         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
15559         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
15560
15561 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
15562
15563         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
15564         comment.
15565
15566 2003-01-25  Richard Henderson  <rth@redhat.com>
15567
15568         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
15569
15570 2003-01-25  Kelley Cook <kelleycook@comcast.net>
15571
15572         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
15573
15574 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
15575
15576         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
15577         type for bitmaps.  Use unsigned long.
15578         (nBITMAP_WORD_BITS): New macro.
15579         (BITMAP_WORD_BITS): New macro.
15580         (rest of file): Use it.
15581         * bitmap.c: Use it.
15582
15583 2003-01-25  Richard Henderson  <rth@redhat.com>
15584
15585         2002-02-19  Robert Lipe  <robertlipe@usa.net>
15586         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
15587
15588 2003-01-25  Roger Sayle  <roger@eyesopen.com>
15589
15590         * builtins.c (purge_builtin_constant_p): Scan insn stream
15591         sequentially rather than by basic block.
15592         * function.c (purge_addressof): Simplify test with INSN_P.
15593
15594 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
15595
15596         * combine.c (simplify_comparison, case AND): Remove a redundant test.
15597
15598 2003-01-25  Roger Sayle  <roger@eyesopen.com>
15599
15600         * function.h (struct function): New field calls_constant_p.
15601         (current_function_calls_constant_p): New macro for above.
15602         * function.c (prepare_function_start): Initialize calls_eh_return
15603         and calls_constant_p.
15604         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
15605         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
15606         when the current_function_calls_constant_p.
15607         * integrate.c (expand_inline_function): Set calls_constant_p if
15608         the function being inlined has calls_constant_p set.
15609
15610 2003-01-25  Roger Sayle  <roger@eyesopen.com>
15611
15612         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
15613         optimizing, even if flag_gcse is true.
15614         * toplev.c (rest_of_compilation): purge_builtin_constant_p
15615         only needs to be called when "optimize > 0 && flag_gcse".
15616
15617 2003-01-25  Roger Sayle  <roger@eyesopen.com>
15618
15619         * stmt.c (emit_case_bit_tests): New routine to implement suitable
15620         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
15621         (case_bit_test_cmp): New comparison function for "qsort" to order
15622         case_bit_tests by decreasing number of destination nodes.
15623         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
15624         (expand_end_case_type): Use emit_case_bit_tests to implement
15625         suitable switch statments.
15626         (CASE_USE_BIT_TESTS): New target macro to disable the above.
15627         * Makefile.in (stmt.o): Add dependency on optab.h.
15628         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
15629
15630 2003-01-23  Andreas Schwab  <schwab@suse.de>
15631
15632         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
15633         __do_global_ctors_aux hidden global and don't put it in
15634         .init_array.
15635         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
15636         instead so that it comes first.
15637
15638 2003-01-25  Jan Hubicka  <jh@suse.cz>
15639
15640         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
15641         subreg is read/modify.
15642
15643 2003-01-25  Jan Hubicka  <jh@suse.cz>
15644
15645         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
15646         do libcall for large blocks.
15647         * i386.md (comi patterns): Set type to ssecomi.
15648         (sse2_unpck?pd): Fix mode of vec_select.
15649
15650         * cse.c: Include except.h
15651         (cse_set_around_loop):  Do not create new basic blocks.
15652         * Makefile.in (cse.o): Add dependnecy on except.h
15653
15654 2003-01-25  Jan Hubicka  <jh@suse.cz>
15655
15656         * builtins.c (fold_trunc_transparent_mathfn): New function.
15657         (fold_builtin): Use it.
15658         * convert.c (convert_to_real): Re-enable code to convert
15659         math functions; add support for floor familly functions.
15660
15661 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15662
15663         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
15664         dependencies on coretypes.h and $(TM_H).
15665
15666 2003-01-25  Jan Hubicka  <jh@suse.cz>
15667
15668         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
15669
15670 2003-01-24  Stuart Hastings  <stuart@apple.com>
15671
15672         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
15673
15674 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15675
15676         * config/c4x/c4x.md (UNSPEC_BU): New constants.
15677         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
15678         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
15679         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
15680         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
15681         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
15682         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
15683         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
15684
15685 2003-01-24  Jan Hubicka  <jh@suse.cz>
15686
15687         * emit-rtl.c (reg_attrs_htab): New static variable.
15688         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
15689         functions.
15690         (reg_rtx): Do not maintain regno_decl.
15691         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
15692         set_mem_attrs_from_reg): New global function.
15693         (init_emit): Do not initialize regno_decl.
15694         (init_emit_once): initialize reg_attrs_htab.
15695         * final.c (alter_subreg): Do not replace REG by SUBREG.
15696         (gen_mem_expr_from_op): Improve output.
15697         (output_asm_operands): Likewise.
15698         * function.c (assign_params): Do not set REGNO_DECL.
15699         * function.h (struct function): Kill regno_decl.
15700         (REGNO_DECL): Kill.
15701         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
15702         * print_rtl.c (print_rtx): Output REG information.
15703         * regclass.c (reg_scan_mark_refs): Update attrs.
15704         * reload1.c (alter_reg): Likewise.
15705         * simplify_rtx.c (simplify_subreg): Likewise.
15706         * stmt.c (expand_decl): Likewise.
15707         * rtl.def (REG): Add new field.
15708         * rtl.h (struct reg_attrs): New.
15709         (rtunion_def): At rtreg.
15710         (X0MEMATTR): Add checking.
15711         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
15712         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
15713         Declare.
15714         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
15715
15716 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
15717
15718         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
15719         (xtensa_emit_call, print_operand): Fix printf format strings
15720         to avoid compile warnings.
15721         (xtensa_function_prologue, xtensa_function_epilogue): Change type
15722         of "size" argument to HOST_WIDE_INT to fix compile warnings.
15723         * config/xtensa/xtensa-protos.h
15724         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
15725
15726 2003-01-24  Jan Hubicka  <jh@suse.cz>
15727
15728         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
15729         (implicit_built_in_decls): New global array.
15730         (mathfn_built_in): New global function.
15731         (fold_trunc_transparent_mathfn): New static function
15732         (expand_builtin_strstr, expand_bultin_strchr,
15733         expand_builtin_strpbrk, expand_builtin_strcpy,
15734         expand_builtin_strncpy, expand_bultin_strcmp,
15735         expand_bultin_strncat, expand_builtin_fputs): Use
15736         implicint_built_in_decls.
15737         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
15738         * builtins.def: Fix comments.
15739         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
15740         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
15741         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
15742         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
15743         (DEF_C99_C90RES_BULTIN): New.
15744         (*f, *l builtins): Update.
15745         * c-common.c (DEF_BUILTIN): Initialize implicit array.
15746         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
15747         * convert.c (strip_float_extensions): New global function.
15748         * tree.h (DEF_BUILTIN): Accept 10 arguments.
15749         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
15750         Declare.
15751         * java/builtins.c (define_builtin): Handle implicit.
15752         (DEF_BUILTIN): Update.
15753         * tm.texi (TARGET_C99_FUNCTIONS): Document.
15754         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
15755         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
15756         when using glibc2.
15757
15758 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
15759
15760         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
15761         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
15762         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
15763         * config/xtensa/crti.asm: New file.
15764         * config/xtensa/crtn.asm: New file.
15765         * config/xtensa/t-elf: New file.
15766         * config/xtensa/t-linux: New file.
15767         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
15768         Move various CFLAGS settings to new t-elf file.
15769
15770 2003-01-24  Richard Henderson  <rth@redhat.com>
15771
15772         PR optimization/4382
15773         * tree-inline.c (find_builtin_longjmp_call_1): New.
15774         (find_builtin_longjmp_call): New.
15775         (inlinable_function_p): Use it.
15776
15777 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15778
15779         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
15780         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
15781         * config/i386/i386.c (function_arg_pass_by_reference): New.
15782         (ix86_va_arg): Support arguments passed by reference.
15783
15784 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15785
15786         * cfgloopanal.c: New file.
15787         * cfgloopmanip.c: New file.
15788         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
15789         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
15790         cfglayout.o): Add dependency on cfgloop.h.
15791         (cfgloop.o): Add flags.h dependency.
15792         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
15793         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
15794         (struct loop, struct loops, flow_loops_find, flow_loops_update,
15795         flow_loops_free, flow_loops_dump, flow_loop_dump,
15796         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
15797         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
15798         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
15799         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
15800         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
15801         find_common_loop, verify_loop_structure): Declarations moved to ...
15802         * cfgloop.h: New file.
15803         * bb-reorder.c (reorder_basic_blocks): Modified.
15804         * cfglayout.c: Include cfgloop.h.
15805         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
15806         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
15807         (break_superblocks): New static function.
15808         (cfg_layout_finalize): Use it.
15809         (cfg_layout_split_block): New function.
15810         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
15811         fields.
15812         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
15813         changed.
15814         (cfg_layout_split_block): Declare.
15815         * cfgloop.c: Include cfgloop.h and flags.h.
15816         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
15817         get_loop_body): Avoid signed versus unsigned comparison warnings.
15818         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
15819         loop_latch_edge): Modified.
15820         (verify_loop_structure): Modified to use flags stored in loop structure;
15821         check irreducible loops.
15822         (cancel_loop, cancel_loop_tree): New functions.
15823         (estimate_probability): Use loop analysis code for predictions.
15824         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
15825         warnings.
15826         * doloop.c: Include cfgloop.h.
15827         * loop.c: Include cfgloop.h.
15828         * predict.c: Include cfgloop.h.
15829         * toplev.c: Include cfgloop.h.
15830         * unroll.c: Include cfgloop.h.
15831         * tracer.c (tracer): Modified.
15832
15833 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
15834
15835         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
15836
15837 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
15838
15839         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
15840         * configure: Regenerate.
15841
15842         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
15843         (tls_symbolic_reference_mentioned_p): Add prototype.
15844         (s390_tls_get_offset): Add prototype.
15845         (emit_pic_move): Remove prototype, replace by ...
15846         (emit_symbolic_move): .. this new prototype.
15847
15848         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
15849         (tls_model_chars): New global variable.
15850         (s390_encode_section_info): Encode TLS model.
15851         Use targetm.binds_local_p to check for local symbols.
15852         (s390_strip_name_encoding): New function.
15853         (TARGET_STRIP_NAME_ENCODING): Define.
15854
15855         (get_thread_pointer): New function.
15856         (legitimize_tls_address): New function.
15857         (legitimize_address): Call it.
15858         (emit_pic_move): Remove, replace by ...
15859         (emit_symbolic_move): ... this new function.
15860
15861         (larl_operand): Handle TLS operands.
15862         (legitimate_constant_p): Likewise.
15863         (s390_decompose_address): Likewise.
15864         (s390_cannot_force_const_mem): New function.
15865         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
15866
15867         (s390_output_symbolic_const): Handle TLS unspecs.
15868         (print_operand): New code 'J'.
15869         (machine_function): Add struct member 'some_ld_name'.
15870         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
15871
15872         (enum s390_builtin): New type.
15873         (code_for_builtin_64, code_for_builtin_31): New global variables.
15874         (s390_init_builtins, s390_expand_builtin): New functions.
15875         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
15876
15877         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
15878         (ASM_OUTPUT_LABELREF): Define.
15879         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
15880
15881         * config/s390/s390.md: Define TLS UNSPEC constants.
15882         ("movdi", "movsi"): Handle TLS operands.
15883         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
15884         ("*tls_load_64", "*tls_load_31"): New insns.
15885         ("call_value_tls", "call_value_tls_exp"): New expanders.
15886         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
15887         "bas_tls_64", "bas_tls_31"): New insns.
15888
15889 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
15890
15891         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
15892         spe ABI is configured, if requested.
15893
15894 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
15895
15896         * doc/passes.texi: Fix typo.
15897
15898 2003-01-24  Andreas Schwab  <schwab@suse.de>
15899
15900         * stor-layout.c (excess_unit_span): Only define if used.
15901
15902 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
15903
15904         * gcc/doc/invoke.texi (Optimization Options): List -O levels
15905         for each optimization flag.
15906
15907 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
15908
15909         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
15910
15911 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
15912
15913         * doc/bugreport.texi: Use @command instead of @code for commands.
15914         * doc/collect2.texi: Likewise.
15915         * doc/headerdirs.texi: Likewise.
15916         * doc/invoke.texi: Likewise.
15917         * doc/standards.texi: Likewise.
15918         * doc/tm.texi: Likewise.
15919         * doc/trouble.texi: Likewise.
15920
15921 2003-01-24  Nick Clifton  <nickc@redhat.com>
15922
15923         * config/arm/arm.c (use_return_insn): Do not use a single return
15924         instruction for interrupt handelrs which have to create a stack
15925         frame.
15926         (arm_expand_prologue): Do not pre-bias the return address of
15927         interrupt handlers which create a stack frame.
15928
15929 2003-01-24  Nick Clifton  <nickc@redhat.com>
15930
15931         * Add sh2e support:
15932
15933         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
15934
15935                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
15936                 med_cbranches.  Fix logic in short_cbranches.
15937
15938         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
15939
15940                 * config/sh/sh.md (delay for cbranch): Don't annul delay
15941                 slots on SH2e.
15942                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
15943                 cbranch with unfilled delay slot on SH2e.
15944                 (output_branch): Fill with a nop the delay slot of a
15945                 branch that required a delay slot but didn't get one.
15946
15947         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
15948
15949                 * doc/invoke.texi (SH options): Document -m2e.
15950                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
15951                 * config/sh/lib1funcs.asm: Likewise.
15952                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
15953                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
15954                 not __sh1__.
15955                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
15956                 SH2E up.
15957                 (SH3E_BIT): Renamed to...
15958                 (SH_E_BIT): ... this.  Replace all uses.
15959                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
15960                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
15961                 (TARGET_SWITCHES): Added 2e.
15962                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
15963                 (processor_type): Added PROCESSOR_SH2E.
15964                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
15965                 TARGET_SH2E, except in sqrtsf2_i.
15966                 (attribute cpu): Added sh2e.
15967                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
15968                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
15969                 * config.gcc: Add sh2e target support.
15970
15971 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
15972
15973         Rename -W to -Wextra.
15974         * c-decl.c:  Update comments.
15975         * c-typeck.c:  Likewise.
15976         * flags.h:  Likewise.
15977         * function.c:  Likewise.
15978         * stmt.c:  Likewise.
15979         * toplev.c:  Update comments.
15980         (W_options):  Add 'extra'.
15981         (display_help):  Remove '-W'.
15982         (decode_W_option):  Special warn_uninitialized treatment in the case
15983         of -Wextra.
15984         * doc/invoke.texi:  Update with new entries.
15985
15986 2003-01-23  Richard Henderson  <rth@redhat.com>
15987
15988         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
15989         in no-else-block case.  Add commentary.
15990
15991 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15992
15993         * configure.in: Revert last change.
15994
15995 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15996
15997         * configure.in: Don't include ansidecl.h in tconfig.h.
15998         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
15999         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
16000         ATTRIBUTE_UNUSED.
16001
16002         * configure: Regenerate.
16003
16004 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16005
16006         PR java/6748
16007         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
16008         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
16009         kernels.
16010
16011 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16012
16013         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
16014
16015 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
16016
16017         * genattrtab.c (write_attr_get): Mark 'insn' paramter
16018         as ATTRIBUTE_UNUSED.
16019
16020 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
16021
16022         * arm.c (thumb_base_register_rtx_p): New function.
16023         (thumb_index_register_rtx_p): New function.
16024         (thumb_legitimate_address_p): New function.
16025         (thumb_legitimate_offset_p): New function.
16026         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
16027         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
16028         definitions.
16029         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
16030         (THUMB_LEGITIMATE_OFFSET): Delte.
16031         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
16032         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
16033         (thumb_legitimate_offset_p): Likewise.
16034
16035 2003-01-23  Andreas Schwab  <schwab@suse.de>
16036
16037         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
16038
16039 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16040
16041         * fixinc/Makefile.in (FL_LIST): Revert last change.
16042
16043 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
16044
16045         PR other/7341
16046         * invoke.texi (ftest-coverage): Fix broken cross-reference.
16047         Change @code to @command for gcov command.
16048
16049         * gcc.texi: Adjust title of gcov section.
16050         Adjust copyright.
16051         * gcov.texi: Likewise.
16052
16053 2003-01-22  Roger Sayle  <roger@eyesopen.com>
16054
16055         PR optimization/8423
16056         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
16057         its argument is constant, or 0 if !flag_gcse.
16058         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
16059         if it's argument is constant.
16060         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
16061         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
16062         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
16063         * builtins.c (purge_builtin_constant_p): New function to force
16064         instantiation of any remaining CONSTANT_P_RTX nodes.
16065         * rtl.h (purge_builtin_constant_p): Prototype here.
16066         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
16067         pass after GCSE and before loop.
16068         (flag_gcse): No longer static.
16069         * flags.h (flag_gcse): Prototype here.
16070
16071 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
16072
16073         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
16074         introduced by last change.
16075
16076 2003-01-22  Andreas Schwab  <schwab@suse.de>
16077
16078         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
16079
16080 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
16081
16082         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
16083         request a scratch reg on H8S when the shift count is 8.
16084
16085 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
16086
16087         * config/s390/s390-protos.h (preferred_la_operand_p):
16088         Remove second parameter.
16089         * config/s390/s390.c (preferred_la_operand_p): Likewise.
16090         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
16091         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
16092         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
16093         Add peepholes to transform ADD to LOAD ADDRESS.
16094
16095 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
16096
16097         * arm.c (arm_address_register_rtx_p): New function.
16098         (arm_legitimate_address_p): New function.
16099         (arm_legitimate_index_p): New function.
16100         (legitimize_pic_address): Use arm_legitimate_index_p.
16101         * arm-protos.h (arm_legtimate_address_p): Add prototype.
16102         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
16103         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
16104
16105 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
16106
16107         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
16108         * config/s390/2064.md (define_bypass): Correct 'Load' and
16109         'Load-address' bypass values.
16110
16111 2003-01-22  Andreas Schwab  <schwab@suse.de>
16112
16113         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
16114
16115 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
16116
16117         * genautomata.c (output_internal_insn_latency_func,
16118         output_print_reservation_func): Short circuit when there is no
16119         automaton to generate code for.
16120
16121 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16122
16123         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
16124         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
16125
16126 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
16127
16128         * config/rs6000/rs6000.md: Remove warning.
16129         (builtin_setjmp_receiver): Likewise.
16130         * config/darwin.c (update_stubs): Slightly improve terrible hack
16131         with identifiers.  Add comment pointing out problems with it.
16132         (update_non_lazy_ptrs): Likewise.
16133
16134 2003-01-21  Richard Henderson  <rth@redhat.com>
16135
16136         * dwarf2out.c (lookup_filename): Fix printf format warning.
16137         * system.h (fread_unlocked, fwrite_unlocked): Undef.
16138
16139         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
16140         (fixincl.o-warn, gnu-regex.o-warn): New.
16141         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
16142         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
16143         * fixinc/fixincl.c (process): Fix printf format warning.
16144
16145 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
16146
16147         * dwarf2out (output_file_names): Don't crash if called
16148         with empty file_table.
16149
16150 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
16151
16152         * genautomata.c (output_internal_insn_latency_func): Add
16153         missing break statement to generated code.
16154
16155 2003-01-21  Roger Sayle  <roger@eyesopen.com>
16156
16157         * stmt.c (same_case_target_p): New function to determine whether
16158         two case labels branch to the same target.  Split out from...
16159         (group_case_nodes): ... here.  Use same_case_target_p instead.
16160         (strip_default_case_nodes): Remove explicit case nodes
16161         that branch to the default destination.
16162         (expand_end_case_type): Call strip_default_case_nodes after
16163         group_case_nodes, to simplify the case-list before we count it.
16164         Only generate table_label RTX when actually needed.  Try to share
16165         thiscase->exit_label and thiscase->data.case_stmt.default_label
16166         when a switch has no explicit default case.  Simplify test for
16167         constant index.
16168
16169 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
16170
16171         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
16172         \t.
16173         (*negsf2_h8300hs): Likewise.
16174         (*addsi3_lshiftrt_16_zexthi): Likewise.
16175         (*iorhi3_lshiftrt_8): Likewise.
16176
16177 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
16178
16179         * dwarf2out.c (fde_table_in_use): Mark GTY.
16180         (dwarf2out_cfi_label_num): New variable, marked GTY.
16181         (dwarf2out_cfi_label): Use it instead of static label_num.
16182         * emit-rtl.c (label_num): Mark GTY.
16183
16184 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
16185
16186         * config/h8300/h8300.c (output_plussi): Support H8/300.
16187         (compute_plussi_length): Likewise.
16188         (compute_plussi_cc): Likewise.
16189         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
16190         output assembly instructions.
16191
16192 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16193
16194         * calls.c (fix_unsafe_tree): Prototype.
16195
16196         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
16197         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
16198         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
16199         c-parse.o-warn): Add -Wno-error.
16200         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
16201
16202         * configure.in (--enable-werror): Add new flag.
16203         * doc/install.texi (--enable-werror): Document.
16204         * configure: Regenerate.
16205
16206         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
16207
16208 2003-01-21  Andreas Schwab  <schwab@suse.de>
16209
16210         * genautomata.c (output_internal_insn_latency_func): Fix missing
16211         close paren in output.
16212
16213 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
16214
16215         * genautomata.c: Space savings in generated code:
16216         (output_dfa_insn_code_func): Split out the table-enlargement
16217         path to an out-of-line static function, dfa_insn_code_enlarge.
16218         (output_internal_insn_latency_func): Use a lookup table for the
16219         default latencies.
16220         (output_print_reservation_func): Use a lookup table for the
16221         strings.
16222
16223 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
16224
16225         PR opt/7507
16226         * calls.c (fix_unsafe_tree): Split out from ...
16227         (expand_call): ... here.  Use it on the function address too.
16228
16229 2003-01-20  Richard Henderson  <rth@redhat.com>
16230
16231         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
16232
16233 2003-01-20  Richard Henderson  <rth@redhat.com>
16234
16235         PR opt/7154
16236         * stmt.c (expand_asm_operands): Validize memory operands.
16237
16238 2003-01-20  Richard Henderson  <rth@redhat.com>
16239
16240         PR opt/8848
16241         * ifcvt.c (noce_process_if_block): Correct arguments to
16242         modified_between_p for no-else-block case.
16243
16244 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
16245
16246         * config/h8300/h8300.c (const_costs): Remove a warning.
16247         (output_plussi): Likewise.
16248         (compute_plussi_length): Likewise.
16249         (compute_plussi_cc): Likewise.
16250
16251 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
16252
16253         * config/h8300/h8300.md (addsi_h8300): Remove the last
16254         alternative.
16255
16256 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
16257
16258         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
16259
16260 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16261
16262         * system.h (__NO_STRING_INLINES): Define.
16263
16264 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16265
16266         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
16267         is not a scalar int mode.
16268
16269 2003-01-20  Roger Sayle  <roger@eyesopen.com>
16270
16271         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
16272         insn's notes following a substitution inside a libcall.
16273
16274 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
16275
16276         * configure.in: Check for system-provided 'uchar' type.
16277         * configure, config.in: Regenerate.
16278         * cpphash.h: Only typedef 'uchar' if the system doesn't.
16279
16280 2003-01-20  Richard Henderson  <rth@redhat.com>
16281
16282         * expr.h (MUST_PASS_IN_STACK): Move implementation...
16283         * calls.c (default_must_pass_in_stack): ... here.
16284
16285 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
16286
16287         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
16288
16289         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
16290
16291         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
16292         Wrap up definition of `insn_alts'.
16293
16294         * genattrtab.c (main): Wrap up `insn_alts'.
16295
16296 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16297
16298         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
16299         prototyping.
16300         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
16301
16302         * config.in, configure: Regenerate.
16303
16304 2003-01-20  Nick Clifton  <nickc@redhat.com>
16305
16306         * config/arm/arm.md (sibcall_epilogue): Add an
16307         UNSPEC_PROLOGUE_USE to prevent the link register from being
16308         considered dead.
16309
16310 2003-01-20  Jan Hubicka  <jh@suse.cz>
16311
16312         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
16313
16314 2003-01-20  Andreas Schwab  <schwab@suse.de>
16315
16316         * system.h: Don't declare strsignal if the decl test hasn't been
16317         run yet.
16318
16319 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
16320
16321         * config/h8300/h8300.c (notice_update_cc): Don't assume that
16322         recog_data.operands[0] is always associated with cc0.
16323
16324 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
16325
16326         * collect2.c (ldgetname): Expand declaration to prototype.
16327         * read-rtl.c (atoll): Add prototype.
16328         * system.h (strsignal): Also declare if no declaration found.
16329
16330 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
16331
16332         * config.gcc (mips64*-*-linux*): Added.
16333         * config/mips/linux64.h, config/mips/t-linux64: New file.
16334         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
16335         * config/mips/mips.c (override_options): Use it.
16336         * config/mips/mips.h (TARGET_SWITCHES): Added...
16337         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
16338         * Makefile.in (SPECS): New.
16339         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
16340         * gcc.c (process_command): Move self-spec processing past spec
16341         file loading.
16342         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
16343         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
16344         CRTSTUFF_T_CFLAGS.
16345         (SPECS): Document.
16346         * doc/invoke.texi (-mabi-fake-default): Document.
16347
16348 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
16349
16350         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
16351         z_reg, z_reg_qi): Declare static and GTY().
16352         (da_reg): Remove.
16353         (create_regs_rtx): Don't create da_reg.
16354         ("gt-m68hc11.h"): Include for GTY roots.
16355         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
16356         and GTY() here.
16357         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
16358         (m68hc11_soft_tmp_reg): Likewise.
16359         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
16360
16361 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
16362
16363         * basic-block.h: Fix comment formatting.
16364         * calls.c: Likewise.
16365         * combine.c: Likewise.
16366         * convert.c: Likewise.
16367         * gcov.c: Likewise.
16368         * haifa-sched.c: Likewise.
16369         * libgcc2.c: Likewise.
16370         * loop.c: Likewise.
16371         * profile.c: Likewise.
16372         * system.h: Likewise.
16373
16374 2003-01-18  Roger Sayle  <roger@eyesopen.com>
16375
16376         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
16377
16378 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16379
16380         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
16381
16382 2003-01-17  Dale Johannesen  <dalej@apple.com>
16383
16384         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
16385           (*floatunssidf2_internal):  Ditto.
16386
16387 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
16388
16389         * alias.c: Fix comment typos.
16390         * basic-block.h: Likewise.
16391         * c-common.c: Likewise.
16392         * c-common.h: Likewise.
16393         * c-decl.c: Likewise.
16394         * c-opts.c: Likewise.
16395         * c-pragma.c: Likewise.
16396         * c-pretty-print.h: Likewise.
16397         * cfg.c: Likewise.
16398         * cfganal.c: Likewise.
16399         * cfgbuild.c: Likewise.
16400         * cfgcleanup.c: Likewise.
16401         * cfglayout.c: Likewise.
16402         * cfgrtl.c: Likewise.
16403         * convert.c: Likewise.
16404         * cpphash.h: Likewise.
16405         * cpplex.c: Likewise.
16406         * cpplib.h: Likewise.
16407         * df.h: Likewise.
16408         * diagnostic.c: Likewise.
16409         * diagnostic.h: Likewise.
16410         * dwarf2.h: Likewise.
16411
16412 2003-01-17  Stan Shebs  <shebs@apple.com>
16413
16414         * config/darwin-protos.h: Forward-declare struct cpp_reader.
16415
16416 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
16417
16418         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
16419         mistake in last checkin.
16420
16421 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
16422
16423         * et-forest.c: Fix comment typos.
16424         * et-forest.h: Likewise.
16425         * except.c: Likewise.
16426         * expr.c: Likewise.
16427         * flags.h: Likewise.
16428         * flow.c: Likewise.
16429         * gcc.c: Likewise.
16430         * gcse.c: Likewise.
16431         * genattrtab.c: Likewise.
16432         * genautomata.c: Likewise.
16433         * gengtype.c: Likewise.
16434         * genrecog.c: Likewise.
16435         * global.c: Likewise.
16436         * gthr-rtems.h: Likewise.
16437
16438 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16439
16440         * i386.c (x86_function_profiler): Fix format specifier.
16441
16442 2003-01-17  Richard Henderson  <rth@redhat.com>
16443
16444         * gengtype.c (walk_type): Allow paramN_is.
16445
16446 2003-01-17  Nick Clifton  <nickc@redhat.com>
16447
16448         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
16449
16450 2003-01-16  Richard Henderson  <rth@redhat.com>
16451
16452         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
16453
16454 2003-01-16  Richard Henderson  <rth@redhat.com>
16455
16456         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
16457         (alpha_next_sequence_number): Likewise.
16458         (alpha_this_literal_sequence_number): Likewise.
16459         (alpha_this_gpdisp_sequence_number): Likewise.
16460         (struct alpha_funcs, alpha_funcs_num): Likewise.
16461         (struct alpha_links): Fix branch merge error.
16462         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
16463
16464 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
16465
16466         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
16467         R. Ghazi.
16468
16469 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
16470
16471         * ifcvt.c: Fix comment typos.
16472         * lcm.c: Likewise.
16473         * libgcc2.c: Likewise.
16474         * local-alloc.c: Likewise.
16475         * loop.c: Likewise.
16476         * predict.c: Likewise.
16477         * ra-build.c: Likewise.
16478         * ra.c: Likewise.
16479         * ra-colorize.c: Likewise.
16480         * ra.h: Likewise.
16481         * ra-rewrite.c: Likewise.
16482         * regmove.c: Likewise.
16483         * reload.h: Likewise.
16484         * rtlanal.c: Likewise.
16485         * toplev.c: Likewise.
16486         * tree.h: Likewise.
16487         * unwind-dw2-fde-glibc.c: Likewise.
16488         * vmsdbgout.c: Likewise.
16489
16490 2003-01-16  Richard Henderson  <rth@redhat.com>
16491
16492         * dwarf2out.c (struct file_table): Remove.
16493         (FILE_TABLE_INCREMENT): Remove.
16494         (file_table): Make a varray; mark for GC.  Update all users.
16495         (file_table_last_lookup_index): Extract from struct file_table.
16496         (output_file_names): Fix unsigned compare warnings.
16497         (add_name_attribute): Remove inline marker.
16498         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
16499         (lookup_filename): Don't manage size of file_table.
16500         (init_file_table): Allocate file_table with GC.
16501         (dwarf2out_init): Don't record main_input_filename here.
16502         (dwarf2out_finish): Do it here instead.
16503
16504 2003-01-16  Bruce Korb  <bkorb@gnu.org>
16505
16506         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
16507
16508 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
16509
16510         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
16511         instead of rotldi3_mextr.
16512
16513 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
16514
16515         * haifa-sched.c (move_insn): Restore moving all schedule group.
16516         (set_priorities): Restore taking SCHED_GROUP_P into account.
16517
16518         * sched-deps.c (add_dependence): Restore processing the last group
16519         insn.
16520         (remove_dependence, group_leader): Restore the functions.
16521         (set_sched_group_p): Restore adding dependencies from previous insn
16522         in the group.
16523         (compute_forward_dependences): Restore usage of group_leader.
16524
16525         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
16526         account.
16527
16528         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
16529         account.
16530         (can_schedule_ready_p): Ditto.
16531         (add_branch_dependences): Restore skipping over the group insns.
16532
16533 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
16534
16535         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
16536         68HC12 pre/post inc/dec side effects.
16537
16538 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
16539
16540         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
16541
16542 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
16543
16544         * sh.md (mshflo_w_x): Fix description of operation.
16545
16546 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
16547
16548         * config/rs6000/rs6000.h: Mention Altivec registers in
16549         commentary.  Fix typo.
16550
16551 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
16552
16553         * config/rs6000/rs6000.md (movti_string): Remove clobber.
16554         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
16555         generate PARALLEL with clobber for TARGET_POWER.
16556
16557 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16558
16559         * ra-colorize.c (colorize_one_web): Initialize variable.
16560         * regmove.c (fixup_match_1): Likewise.
16561         * reload1.c (reload_as_needed): Likewise.
16562         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
16563
16564 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16565
16566         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
16567
16568 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16569
16570         * dbxout.c (lastfile, cwd): Fix `unused' warning.
16571         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
16572         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
16573         is_main_source, file_table, decl_die_table_in_use,
16574         abbrev_die_table_in_use, line_info_table_in_use,
16575         separate_line_info_table_in_use, pubname_table_in_use,
16576         arange_table_in_use, ranges_table_in_use,
16577         current_function_has_inlines): Likewise.
16578         * flow.c (life_analysis): Likewise.
16579         * genemit.c (gen_insn): Likewise.
16580         * protoize.c (cplus_suffix): Likewise.
16581
16582         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
16583         * arm.h (ROUND_UP_WORD): Likewise.
16584
16585         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
16586         warning.
16587         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
16588         init_emit_once): Likewise.
16589         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
16590         Likewise.
16591         * function.c (assign_stack_temp_for_type): Likewise.
16592         * loop.c (loop_invariant_p): Likewise.
16593         * recog.c (push_operand): Likewise.
16594         * regclass.c (init_reg_sets_1): Likewise.
16595         * reload.c (update_auto_inc_notes): Likewise.
16596         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
16597         * stmt.c (expand_asm_operands): Likewise.
16598         * stor-layout.c (start_record_layout): Likewise.
16599
16600 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
16601
16602         * config/c4x/c4x.md (epilogue): Correct last patch.
16603
16604 2003-01-15  Richard Henderson  <rth@redhat.com>
16605
16606         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
16607         also check that GP is being used.
16608         (alpha_find_lo_sum_using_gp): New.
16609         (alpha_does_function_need_gp): Use get_attr_usegp.
16610         * config/alpha/alpha-protos.h: Update.
16611         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
16612         as needed.
16613
16614 2003-01-15  Roger Sayle  <roger@eyesopen.com>
16615
16616         * gcse.c (one_cprop_pass): Change function arguments to take both
16617         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
16618         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
16619         (bypass_jumps): New function to perform separate jump bypassing pass.
16620         * rtl.h (bypass_jumps): Add function prototype.
16621         * timevar.def (TV_BYPASS): New timing variable.
16622         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
16623         (dump_file): New entry for the bypass RTL dump file.
16624         (rest_of_compilation): Insert new jump bypassing optimization
16625         pass after loop.
16626         * doc/passes.texi: Document new pass.
16627
16628 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16629
16630         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
16631         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
16632         * pa.h (TARGET_SOM_SDEF): Define.
16633         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
16634
16635 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
16636
16637         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
16638         allocate 4-bytes of locals on 68HC11.
16639         (expand_epilogue): Likewise.
16640         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
16641
16642 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
16643
16644         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
16645         and -mshort-double to the assembler to specify the ABI.
16646         (LINK_SPEC): Likewise.
16647         (CPP_SPEC): Pass HCS12 specific define.
16648         (MASK_M68S12): New define.
16649         (TARGET_M68S12): Likewise.
16650         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
16651         (TARGET_VERSION): Update.
16652         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
16653         (LINK_SPEC): Update.
16654         (ASM_SPEC): Update.
16655         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
16656         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
16657
16658 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
16659
16660         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
16661         the return code.
16662
16663 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
16664
16665         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
16666         flag before setting it.
16667
16668 2003-01-15  Roger Sayle  <roger@eyesopen.com>
16669
16670         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
16671         when loop condition is known true, i.e.  "while (1) { ... }".
16672         (genrtl_for_stmt): Similarly for "for" statements.
16673
16674 2003-01-15  Roger Sayle  <roger@eyesopen.com>
16675
16676         * real.c (real_sqrt): Return a bool result indicating whether
16677         a floating point exception or trap should be raised.
16678         * real.h (real_sqrt): Update function prototype.
16679         * builtins.c (fold_builtin): Only fold non-trapping square
16680         roots unless we're ignoring errno and trapping math.
16681
16682 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
16683
16684         * expr.h (emit_conditional_add): Add PARAMS to declaration.
16685         * gengtype-lex.l (malloc, realloc): Move defines after include of
16686         system.h.  Remove duplicate include of system.h.
16687
16688 2003-01-15  Roger Sayle  <roger@eyesopen.com>
16689
16690         PR middle-end/9009
16691         * optabs.c (expand_unop):  When manipulating the FP sign bit
16692         using integer operations, account for targets with different
16693         integer and FP word orders.
16694         (expand_abs): Likewise.
16695
16696 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
16697
16698         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
16699         file extension in section name.
16700
16701 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
16702
16703         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
16704         constant offset.
16705
16706 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
16707
16708         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
16709         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
16710         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
16711         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
16712
16713 2003-01-15  Jan Hubicka  <jh@suse.cz>
16714
16715         PR f/9258
16716         * global.c (struct allocno): Add no_stack_reg.
16717         (global_conflicts): Set no_stack_reg.
16718         (find_reg): Use it.
16719
16720         * convert.c (convert_to_real): Fold - and abs only when profitable.
16721         * fold-const.c (fold): Fold truncates in - and abs.
16722
16723 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
16724
16725         Segher Boessenkool  <segher@koffie.nl>
16726
16727         * predict.c (real_inv_br_prob_base): New variable.
16728         (propagate_freq): Use multiply by reciprocal instead of
16729         division.  Don't divide by 1.0 at all.
16730         (estimate_bb_frequencies): Similar.
16731
16732 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
16733
16734         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
16735         * configure: Rebuilt.
16736
16737 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
16738
16739         * config/s390/s390.c (s390_safe_attr_type): New function.
16740         (s390_use_dfa_pipeline_interface): New function, return true for z900.
16741         (s390_issue_rate): New function.
16742         (s390_agen_dep_p): New function.
16743         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
16744         (s390_adjust_cost): Return 'cost' if new DFA is used.
16745         (s390_adjust_priority): Delete function.
16746         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
16747         * config/s390/s390.md (atype attribute): Attribute 'atype' default
16748         determined by 'op_type'.
16749         (type attribute): Added more type attributes.
16750         * config/s390/2064.md: New DFA description for z900 pipeline.
16751
16752 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
16753
16754         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
16755         forced to memory.  Fixes PR bootstrap/9036.
16756
16757         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
16758         to set $gp before the call.
16759
16760 2003-01-14  Richard Henderson  <rth@redhat.com>
16761
16762         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
16763         for force_const_mem.
16764
16765 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16766
16767         * genattr.c (main): Rearrange output to avoid prototype warning.
16768         * genautomata.c (transform_3): Fix ambiguous-else warning.
16769         * local-alloc.c (requires_inout): Add parentheses around
16770         assignment used as truth-value.
16771         * timevar.c: Move system includes above local includes.  Include
16772         toplev.h
16773         * Makefile.in (timevar.o): Depend on toplev.h.
16774
16775 2003-01-14  Denis Chertykov  <denisc@overta.ru>
16776
16777         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
16778         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
16779
16780         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
16781         attributes.
16782         (TARGET_ATTRIBUTE_TABLE): New macro.
16783         (valid_machine_type_attribute): Remove.
16784         (valid_machine_decl_attribute): Remove.
16785         (ip2k_handle_progmem_attribute): New function.
16786         (ip2k_handle_fndecl_attribute): New function.
16787
16788 2003-01-10  Andrew Haley  <aph@redhat.com>
16789
16790         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
16791         registers to be in correct order.  Add rip.
16792
16793 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
16794
16795         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
16796         (*iorsi3_and_lshiftrt_9_sb): Likewise.
16797
16798 2003-01-14  Jan Hubicka  <jh@suse.cz>
16799
16800         * convert.c (strip_float_extensions):  Look for narrowest type handling
16801         FP constants.
16802
16803         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
16804         float1 CMP float2.
16805         * convert.c (strip_float_extensions): Make global.
16806         * tree.h (strip_float_extensions): Declare.
16807
16808 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
16809
16810         * timevar.def: define TV_NAME_LOOKUP.
16811         * timevar.c (timevar_pop): Be verbose when aborting.
16812
16813 2003-01-13  Andreas Schwab  <schwab@suse.de>
16814
16815         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
16816         $(parsedir), just move the temporary file at the end.
16817         ($(parsedir)/gengtype-yacc.c): Likewise.
16818
16819 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
16820
16821         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
16822         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
16823         splitting.
16824         * configure: Rebuilt.
16825
16826 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16827
16828         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
16829         internal_mcount): Don't use PARAMS.
16830         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
16831         ISO C style.
16832         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
16833
16834 2003-01-13  Andreas Schwab  <schwab@suse.de>
16835
16836         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
16837         directive.
16838
16839 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
16840
16841         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
16842         (*iorsi3_and_lshiftrt_n_sb): Likewise.
16843
16844 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
16845
16846         PR c++/9264
16847         * c-lex.c (c_lex): Set the token value to error_mark_node for
16848         invalid numeric constants.
16849
16850 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16851
16852         * c-pch.c (asm_file_startpos): Change to `long'.
16853         (pch_init): Use ftell, not ftello.
16854         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
16855         Use `long' instead of `off_t'.
16856         (c_common_read_pch): Likewise.
16857         * ggc-common.c (gt_pch_save): Use long/ftell instead of
16858         off_t/ftello.
16859
16860 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
16861
16862         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
16863
16864 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
16865
16866         * arm-protos.h (struct cpp_reader): Add declaration.
16867
16868 2003-01-11  Jan Hubicka  <jh@suse.cz>
16869
16870         PR target/9068
16871         * i386.c (output_fp_compare): Fix typo.
16872
16873 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
16874
16875         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
16876
16877 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
16878
16879         * Makefile.in (parsedir): New variable.
16880         (docobjdir): New variable.
16881         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
16882         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
16883         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
16884         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
16885         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
16886         Use docobjdir.
16887         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
16888         objc.maintainer-clean): Use parsedir.
16889
16890         * varasm.c (struct constant_descriptor_rtx): Remove unused
16891         `label' field.
16892
16893         * toplev.c (documented_lang_options): Document -Winvalid-pch.
16894
16895 2003-01-10  Richard Henderson  <rth@redhat.com>
16896
16897         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
16898         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
16899
16900 2003-01-10  Richard Henderson  <rth@redhat.com>
16901
16902         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
16903         not INTEGRAL_MODE_P when widening extensions.
16904
16905 2003-01-10  Richard Henderson  <rth@redhat.com>
16906
16907         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
16908
16909 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
16910
16911         * ggc-page.c (ggc_collect): Avoid overflow computing
16912         min_expand.
16913
16914         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
16915         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
16916         Remove calls.
16917         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
16918
16919 2003-01-10  Jan Hubicka  <jh@suse.cz>
16920
16921         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
16922         with weird operands.
16923
16924 2003-01-10  Dale Johannesen <dalej@apple.com>
16925
16926         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
16927         parameters.  Call check_sibcall_argument_overlap if indicated.
16928         (check_sibcall_argument_overlap):  Add mark_stored_args_map
16929         parameter.  Don't mark parameter area as clobbered if not set.
16930         (expand_call):  Adjust calls to above.
16931
16932 2003-01-10 Kelley Cook <kelleycook@comcast.net>
16933
16934         * configure.in (linker read-only and read-write section mixing):
16935         Squelch some assembler warnings.
16936         * configure: Likewise.
16937
16938 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
16939
16940         * doc/invoke.texi: Document -mtune, delete -mcpu
16941         option for S/390 and zSeries.
16942         * config/s390/s390.c (s390_tune_string) New variable.
16943         (s390_cpu_string) Delete variable.
16944         (override_options): Use s390_tune_string instead of
16945         s390_cpu_string.
16946         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
16947
16948 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
16949
16950         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
16951
16952 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
16953
16954         * jump.c (next_nonnote_insn_in_loop): New function.
16955         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
16956         next_nonnote_insn.
16957         (duplicate_loop_exit_test). Likewise.
16958
16959 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
16960
16961         Merge from pch-branch:
16962
16963         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
16964
16965         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
16966         load.
16967
16968         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
16969
16970         * cpplib.c (count_registered_pragmas): New function.
16971         (save_registered_pragmas): New function.
16972         (_cpp_save_pragma_names): New function.
16973         (restore_registered_pragmas): New function.
16974         (_cpp_restore_pragma_names): New function.
16975         * cpphash.h (_cpp_save_pragma_names): Prototype.
16976         (_cpp_restore_pragma_names): Likewise.
16977         * cpppch.c (struct save_macro_item): Split from save_macro_data.
16978         (struct save_macro_data): New field 'saved_pragmas'.
16979         (save_macros): Update for changes to struct save_macro_data.
16980         (cpp_prepare_state): Call _cpp_save_pragma_names, update
16981         for changes to struct save_macro_data.
16982         (cpp_read_state): Call _cpp_restore_pragma_names, update
16983         for changes to struct save_macro_data.
16984
16985         * cpppch.c (cpp_read_state): Restore the hashtable references
16986         in the cpp_reader.
16987
16988         * tree.h (built_in_decls): Mark for PCH.
16989
16990         * dbxout.c (lastfile): Don't mark for PCH.
16991
16992         * ggc.h: Document PCH calls into memory managers.
16993
16994         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
16995
16996         * doc/invoke.texi (Precompiled Headers): Document the
16997         directory form of PCH.
16998         * cppfiles.c (validate_pch): New function.
16999         (open_file_pch): Search suitably-named directories for PCH files.
17000
17001         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
17002
17003         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
17004         reorder options.
17005         (Type Information): Mention that the information is also
17006         used to implement PCH.
17007         * doc/passes.texi (Passes): Improve documentation of
17008         language-specific files.
17009
17010         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
17011
17012         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
17013         (struct walk_type_data): Add reorder_fn field.
17014         (walk_type): Process 'reorder' option.
17015         (write_types_process_field): Reorder parameters to gt_pch_note_object,
17016         call reorder_note_routine.
17017         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
17018         (ggc_wtd): Update for change to struct write_types_data.
17019         (pch_wtd): Likewise.
17020         * ggc.h (gt_pch_note_object): Reorder parameters.
17021         (gt_handle_reorder): New definition.
17022         (gt_pch_note_reorder): New prototype.
17023         * ggc-common.c (struct ptr_data): Add reorder_fn.
17024         (gt_pch_note_object): Reorder parameters.
17025         (gt_pch_note_reorder): New.
17026         (gt_pch_save): Call reorder_fn.
17027         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
17028
17029         * dbxout.c (cwd): Don't mark for PCH.
17030
17031         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
17032
17033         * gengtype.c (finish_root_table): Fix some warnings.
17034         (write_root): Handle TYPE_STRING.
17035         * ggc.h (gt_ggc_m_S): Add prototype.
17036         * stringpool.c (gt_ggc_m_S): New function.
17037
17038         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
17039
17040         * dwarf2out.c (dw2_string_counter): New.
17041         (AT_string_form): Use it.
17042         (same_dw_val_p): Update for removal of hashtable.h hash tables.
17043
17044         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
17045
17046         * dbxout.c: Include gt-dbxout.h.
17047         (lastfile): Mark for PCH/GGC.
17048         (cwd): Likewise.
17049         (struct typeinfo): Likewise.
17050         (typevec): Likewise.
17051         (typevec_len): Likewise.
17052         (next_type_number): Likewise.
17053         (struct dbx_file): Likewise.
17054         (current_file): Likewise.
17055         (next_file_number): Likewise.
17056         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
17057         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
17058         (dbxout_end_source_file): Don't free struct dbx_file.
17059         (dbxout_type): Use GGC to allocate typevec.
17060         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
17061         (GTFILES): Add dbxout.c.
17062         (gt-dbxout.h): New rule.
17063
17064         * Makefile.in (c-pch.o): Add debug.h as dependency.
17065         * c-pch.c: Include debug.h.
17066         (pch_init): Call start_source_file to keep nesting right.
17067         (c_common_read_pch): Add orig_name parameter.  Call
17068         start_source_file debug hook.  Call end_source_file debug hook.
17069         * c-common.h (c_common_read_pch): Update prototype.
17070         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
17071         callback.
17072         * cppfiles.c (struct include_file): Add new field `header_name'.
17073         (find_or_create_entry): Default it to `name'.
17074         (open_file_pch): Set it to the original header file searched for.
17075         (stack_include_file): Don't stack an empty buffer, just handle
17076         PCH files immediately.  Pass header_name field to read_pch callback.
17077
17078         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
17079
17080         * function.c (funcdef_no): Mark to be saved in a PCH.
17081
17082         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
17083
17084         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
17085
17086         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
17087
17088         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
17089
17090         * optabs.h (code_to_optab): Add GTY marker.
17091
17092         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
17093
17094         * Makefile.in (GTFILES): Add cpplib.h.
17095         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
17096         * c-decl.c (build_compound_literal): Don't use var_labelno.
17097         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
17098         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
17099         * varasm.c (const_labelno): Use gengtype to mark.
17100         (var_labelno): Likewise.
17101         (in_section): Likewise.
17102         (in_named_name): Likewise.
17103         (struct in_named_entry): Likewise.
17104         (in_named_htab): Likewise.
17105         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
17106         (init_varasm_once): Use GGC to allocate in_named_htab.
17107         * config/darwin.c (current_pic_label_num): Mark for PCH.
17108
17109         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
17110
17111         * ggc-simple.c (init_ggc_pch): New stub procedure.
17112         (ggc_pch_count_object): Likewise.
17113         (ggc_pch_total_size): Likewise.
17114         (ggc_pch_this_base): Likewise.
17115         (ggc_pch_alloc_object): Likewise.
17116         (ggc_pch_prepare_write): Likewise.
17117         (ggc_pch_write_object): Likewise
17118         (ggc_pch_finish): Likewise.
17119         (ggc_pch_read): Likewise.
17120
17121         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
17122
17123         * c-pch.c (c_common_write_pch): Write the macro definitions after
17124         the GCed data.
17125         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
17126         definitions after the GCed data.
17127         * cpplib.c (save_macros): New.
17128         (reset_ht): New.
17129         (cpp_write_pch_deps): Split out of cpp_write_pch.
17130         (cpp_write_pch_state): Split out of cpp_write_pch.
17131         (cpp_write_pch): Delete.
17132         (struct save_macro_data): Delete.
17133         (cpp_prepare_state): New.
17134         (cpp_read_state): Erase and restore initial macro definitions.
17135         * cpplib.h (struct save_macro_data): Forward-declare.
17136         (cpp_write_pch_deps): Prototype.
17137         (cpp_write_pch_state): Prototype.
17138         (cpp_write_pch): Delete prototype.
17139         (cpp_prepare_state): Prototype.
17140         (cpp_read_state): Add fourth argument.
17141
17142         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
17143
17144         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
17145         (write_array): Remove warning.
17146
17147         * gengtype.c (contains_scalar_p): New.
17148         (finish_root_table): Add the table to all languages, even if it's
17149         empty.
17150         (write_roots): Output gt_pch_scalar_rtab.
17151         * ggc-common.c (gt_pch_save): Write out scalars.
17152         (gt_pch_restore): Read scalars back.
17153
17154         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
17155         (struct page_entry): Delete pch_page field.
17156         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
17157         (clear_marks): Likewise.
17158         (sweep_pages): Likewise.
17159         (poison_pages): Likewise.
17160         (ggc_print_statistics): Likewise.
17161         (ggc_pch_read): Don't free objects read from a PCH.
17162         Properly set up in_use_p and page_tails.
17163
17164         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
17165
17166         * gengtype.c (struct write_types_data): New.
17167         (struct walk_type_data): Make `cookie' const; add extra
17168         prev_val item; add `orig_s' field.
17169         (walk_type): Update prev_val[3].
17170         (write_types_process_field): New.
17171         (write_func_for_structure): Take write_types_data structure.
17172         (write_types): New.
17173         (ggc_wtd): New.
17174         (pch_wtd): New.
17175         (write_types_local_process_field): New.
17176         (gc_mark_process_field): Delete.
17177         (write_local_func_for_structure): New.
17178         (gc_mark_func_name): Delete.
17179         (write_gc_types): Delete.
17180         (write_local): New.
17181         (finish_root_table): Don't include 'ggc_' in PFX.
17182         (write_root): Rename from write_root.  Fill pchw field of structures.
17183         (write_array): New.
17184         (write_roots): Rename from write_gc_roots.  Split out to write_array.
17185         Update to changes to other routines.  Write gt_pch_cache_rtab table.
17186         (main): Write PCH walking routines.
17187         * ggc-common.c: Include toplev.h, sys/mman.h.
17188         (ggc_mark_roots): For cache hashtables, also mark the hash table
17189         and the array of entries.
17190         (saving_htab): New.
17191         (struct ptr_data): New.
17192         (POINTER_HASH): New.
17193         (gt_pch_note_object): New.
17194         (saving_htab_hash): New.
17195         (saving_htab_eq): New.
17196         (struct traversal_state): New.
17197         (call_count): New.
17198         (call_alloc): New.
17199         (compare_ptr_data): New.
17200         (relocate_ptrs): New.
17201         (write_pch_globals): New.
17202         (struct mmap_info): New.
17203         (gt_pch_save): New.
17204         (gt_pch_restore): New.
17205         * ggc-page.c (ROUND_UP_VALUE): New.
17206         (ROUND_UP): New.
17207         (struct page_entry): Add field `pch_page'.
17208         (init_ggc): Use ROUND_UP.
17209         (struct ggc_pch_data): Declare.
17210         (init_ggc_pch): New.
17211         (ggc_pch_count_object): New.
17212         (ggc_pch_total_size): New.
17213         (ggc_pch_this_base): New.
17214         (ggc_pch_alloc_object): New.
17215         (ggc_pch_prepare_write): New.
17216         (ggc_pch_write_object): New.
17217         (ggc_pch_finish): New.
17218         (ggc_pch_read): New.
17219         * ggc.h (gt_pointer_operator): New.
17220         (gt_note_pointers): New.
17221         (gt_pch_note_object): New prototype.
17222         (gt_pointer_walker): New.
17223         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
17224         (LAST_GGC_ROOT_TAB): Update.
17225         (gt_pch_cache_rtab): Declare.
17226         (gt_pch_scalar_rtab): Declare.
17227         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
17228         (LAST_GGC_CACHE_TAB): Update.
17229         (gt_pch_save_stringpool): Declare.
17230         (gt_pch_restore_stringpool): Declare.
17231         (gt_pch_p_S): Declare.
17232         (gt_pch_n_S): Declare.
17233         (struct ggc_pch_data): Forward-declare.
17234         (init_ggc_pch): Declare.
17235         (ggc_pch_count_object): Declare.
17236         (ggc_pch_total_size): Declare.
17237         (ggc_pch_this_base): Declare.
17238         (ggc_pch_alloc_object): Declare.
17239         (ggc_pch_prepare_write): Declare.
17240         (ggc_pch_write_object): Declare.
17241         (ggc_pch_finish): Declare.
17242         (ggc_pch_read): Declare.
17243         (gt_pch_save): Declare.
17244         (gt_pch_restore): Declare.
17245         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
17246         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
17247         const_double_htab, mem_attrs_htab using GGC.
17248         * c-pch.c: Include ggc.h.
17249         (pch_init): Allow reading PCH file back.
17250         (c_common_write_pch): Call gt_pch_save.
17251         (c_common_read_pch): Call gt_pch_restore.
17252         * c-parse.in (init_reswords): Delete now-untrue comment.
17253         Allocate ridpointers using GGC.
17254         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
17255         calling expand_deferred_fns.
17256         * c-common.h (ridpointers): Mark for GTY machinery.
17257         * Makefile.in (stringpool.o): Update dependencies.
17258         (c-pch.o): Update dependencies.
17259         (ggc-common.o): Update dependencies.
17260         * stringpool.c: Include gt-stringpool.h.
17261         (gt_pch_p_S): New.
17262         (gt_pch_n_S): New.
17263         (struct string_pool_data): New.
17264         (spd): New.
17265         (gt_pch_save_stringpool): New.
17266         (gt_pch_restore_stringpool): New.
17267         * tree.c (init_ttree): Make type_hash_table allocated using GC.
17268
17269         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
17270
17271         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
17272         (output_mangled_typename): Don't pass size_t to printf.
17273
17274         * tree.h (union tree_type_symtab): Add tag to `address' field.
17275         (union tree_decl_u2): Add tag to 'i' field.
17276         * varasm.c (union rtx_const_un): Add tags to all fields.
17277         * gengtype.c (struct walk_type_data): New.
17278         (output_escaped_param): Take struct walk_type_data parameter.
17279         (write_gc_structure_fields): Delete.
17280         (walk_type): New.
17281         (write_gc_marker_routine_for_structure): Delete.
17282         (write_func_for_structure): New.
17283         (gc_mark_process_field): New.
17284         (gc_mark_func_name): New.
17285         (gc_counter): Delete.
17286         (write_gc_types): Use write_func_for_structure.
17287         (write_gc_roots): Use walk_type.
17288
17289         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
17290
17291         * ggc-common.c (ggc_mark_roots): Delete 'x'.
17292         (ggc_splay_dont_free): Fix warning about unused 'x'.
17293         (ggc_print_common_statistics): Remove warnings.
17294
17295         2002-10-01  Mike Stump  <mrs@apple.com>
17296
17297         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
17298         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
17299
17300         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
17301             Catherine Moore  <clm@redhat.com>
17302
17303         * Makefile (c-pch.o): Update dependencies.
17304         (LIBCPP_OBJS): Add cpppch.o.
17305         (cpppch.o): New.
17306         * c-common.c (c_common_init): Don't call pch_init here.
17307         * c-common.h (c_common_read_pch): Update prototype.
17308         * c-lex.c (c_common_parse_file): Call pch_init here.
17309         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
17310         (c_common_decode_option): Handle them.
17311         * c-pch.c: Include c-pragma.h.
17312         (save_asm_offset): Delete.
17313         (pch_init): Move contents of save_asm_offset into here, call
17314         cpp_save_state.
17315         (c_common_write_pch): Call cpp_write_pch.
17316         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
17317         cpp_valid_state.
17318         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
17319         * cppfiles.c (stack_include_file): Update for change to
17320         parameters of cb.read_pch.
17321         * cpphash.h (struct cpp_reader): Add `savedstate' field.
17322         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
17323         `restore_pch_deps' fields.
17324         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
17325         (cpp_save_state): Prototype.
17326         (cpp_write_pch): Prototype.
17327         (cpp_valid_state): Prototype.
17328         (cpp_read_state): Prototype.
17329         * cpppch.c: New file.
17330         * flags.h (version_flag): Remove prototype.
17331         * mkdeps.c (deps_save): New.
17332         (deps_restore): New.
17333         * mkdeps.h (deps_save): Prototype.
17334         (deps_restore): Prototype.
17335         * toplev.c (late_init_hook): Delete.
17336         (version_flag): Make static again.
17337         (compile_file): Don't call late_init_hook.
17338         * toplev.h (late_init_hook): Delete.
17339         * doc/cppopts.texi: Document -fpch-deps.
17340         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
17341
17342         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
17343
17344         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
17345         callers.
17346         (c_common_valid_pch): Rename from c_valid_pch, change callers.
17347         (c_common_read_pch): Rename from c_read_pch, change callers.
17348
17349         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
17350         a space between it and its argument.
17351
17352         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
17353
17354         * c-pch.c: New file.
17355         * toplev.h (late_init_hook): Declare.
17356         * toplev.c (late_init_hook): Define.
17357         (version_flag): Make globally visible.
17358         (compile_file): Call late_init_hook.
17359         (init_asm_output): Make output file seekable.
17360         * gcc.c (default_compilers): Update c-header rule.
17361         * flags.h (version_flag): Declare.
17362         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
17363         fields.
17364         * cppfiles.c (struct include_file): Add 'pch' field.
17365         (INCLUDE_PCH_P): New.
17366         (open_file_pch): New.
17367         (stack_include_file): Handle PCH files specially.
17368         (find_include_file): Call open_file_pch instead of open_file.
17369         (_cpp_read_file): Explain why open_file is used instead of
17370         open_file_pch.
17371         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
17372         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
17373         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
17374         in cpplib callbacks.
17375         * c-common.c (pch_file): Correct comment.
17376         (allow_pch): Define.
17377         (c_common_init): Call pch_init.
17378         * c-common.h (allow_pch): Declare.
17379         (pch_init): Declare.
17380         (c_valid_pch): Declare.
17381         (c_read_pch): Declare.
17382         (c_write_pch): Declare.
17383         * Makefile.in (c-pch.o): New.
17384         (C_AND_OBJC_OBJS): Add c-pch.o.
17385         * doc/invoke.texi (Precompiled Headers): Add index entries,
17386         complete truncated paragraph.
17387
17388         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
17389
17390         * c-common.c: (pch_file): Define.
17391         * c-common.h (pch_file): Declare.
17392         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
17393         (missing_arg): Require --output-pch= to have an argument.
17394         (c_common_decode_option): Handle --output-pch=.
17395         * gcc.c: Document new %V.
17396         (default_compilers): Handle compiling C header files.
17397         (do_spec_1): Implement %V.
17398         (main): Handle "gcc foo.h" without trying to run linker.
17399         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
17400         (Overall Options): Document what the driver does with header files,
17401         document new -x option possibilities.
17402         (Invoking G++): More documentation for PCH.
17403         (Precompiled Headers): New.
17404
17405         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
17406
17407         * ggc.h: Don't include varray.h.  Rearrange functions to be more
17408         organized.
17409         (ggc_add_root): Delete.
17410         (ggc_mark_rtx): Delete.
17411         (ggc_mark_tree): Delete.
17412         (struct ggc_statistics): Remove contents.
17413         * ggc-common.c: Remove unneeded includes.
17414         (struct ggc_root): Delete.
17415         (roots): Delete.
17416         (ggc_add_root): Delete.
17417         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
17418         (ggc_print_common_statistics): Remove most of the contents.
17419         * Makefile.in (GGC_H): No longer uses varray.h.
17420         (ggc-common.o): Update dependencies.
17421         (c-parse.o): Add varray.h to dependencies.
17422         (c-common.o): Add varray.h.
17423         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
17424         (mark_ident_hash): Rename to ggc_mark_stringpool.
17425         (init_stringpool): Don't use ggc_add_root.
17426         * c-parse.in: Include varray.h.
17427         * c-common.c: Include varray.h.
17428         * objc/Make-lang.in (objc-act.o): Add varray.h.
17429         * objc/objc-act.c: Include varray.h.
17430
17431         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
17432
17433         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
17434         (dw_cfi_oprnd1_desc): Likewise.
17435
17436         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
17437
17438         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
17439         move out of ifdef.
17440         (alpha_links): Use gengtype to mark; move out of ifdef.
17441         (mark_alpha_links_node): Delete.
17442         (mark_alpha_links): Delete.
17443         (alpha_need_linkage): Use GGC to allocate splay tree, struct
17444         alpha_links, strings.  Don't use ggc_add_root.
17445         * ggc-common.c (ggc_splay_alloc): New.
17446         (ggc_splay_dont_free): New.
17447         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
17448         (ggc_mark_tree): Likewise.
17449         (splay_tree_new_ggc): New.
17450         (ggc_splay_alloc): Declare.
17451         (ggc_splay_dont_free): Declare.
17452         * dwarf2asm.c: Include gt-dwarf2asm.h.
17453         (mark_indirect_pool_entry): Delete.
17454         (mark_indirect_pool): Delete.
17455         (indirect_pool): Use gengtype to mark.
17456         (dw2_force_const_mem): Don't use ggc_add_root.
17457         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
17458         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
17459         (gt-dwarf2asm.h): Depend on s-gtype.
17460
17461         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
17462
17463         * tree.h (union tree_type_symtab): Mark `die' field.
17464         * Makefile.in (dwarf2out.o): Update dependencies.
17465         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
17466         hash tables.
17467         (dw_cfi_oprnd1_desc): New function.
17468         (dw_cfi_oprnd2_desc): New function.
17469         (indirect_string_alloc): Delete.
17470         (debug_str_do_hash): New function.
17471         (debug_str_eq): New function.
17472         (mark_limbo_die_list): Delete.
17473         (dwarf2out_init): Don't call ggc_add_root.
17474
17475 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
17476
17477         The following changes are merged from itanium-sched-branch:
17478
17479         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
17480
17481         * doc/md.texi: Clarify assignment of units to automata description.
17482
17483         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
17484
17485         * genautomata.c (unit_decl): Remove members
17486         `the_same_automaton_unit' and
17487         `the_same_automaton_message_reported_p'.
17488         (process_unit_to_form_the_same_automaton_unit_lists,
17489         form_the_same_automaton_unit_lists_from_regexp,
17490         form_the_same_automaton_unit_lists, the_same_automaton_lists):
17491         Remove them.
17492         (annotation_message_reported_p): New global variable.
17493         (check_unit_distribution_in_reserv,
17494         check_regexp_units_distribution): New functions.
17495         (check_unit_distributions_to_automata): Rewrite it.
17496
17497         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
17498
17499         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
17500         Use continue instead of break if cycle is too big.
17501
17502         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
17503
17504         * genautomata.c (check_unit_distributions_to_automata): Output at
17505         most one message for a unit.
17506         (process_unit_to_form_the_same_automaton_unit_lists): Check
17507         automaton of units instead of units themself.
17508
17509         * doc/md.texi: Describe the constraint about assigning unit to
17510         automata.
17511
17512         2002-12-20  Jan Hubicka  <jH@suse.cz>
17513                     Vladimir Makarov  <vmakarov@redhat.com>
17514
17515         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
17516         and `in_set_p'.
17517         (gen_cpu_unit): Initialize the new members.
17518         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
17519         up `min_occ_cycle_num'.
17520         (evaluate_max_reserv_cycles): Change the function call.
17521         (CLEAR_BIT): New macro.
17522         (states_union, state_shift): Use the mask.
17523         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
17524         (form_reservs_matter): New function.
17525         (make_automaton): Call the function and use the mask.
17526         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
17527         account.
17528
17529         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
17530
17531         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
17532
17533         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
17534
17535         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
17536         for Itanium.
17537
17538         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
17539
17540         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
17541         default cpu.
17542
17543         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
17544                 2002-10-31  Dale Johannesen <dalej@apple.com>
17545
17546         * haifa-sched.c (find_set_reg_weight): New function.
17547         (find_insn_reg_weight): Use the new function.
17548         (schedule_block): Do sorting ready queue always
17549         after insn issue.
17550
17551         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
17552
17553         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
17554
17555         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
17556
17557         * haifa-sched.c (choice_entry): New structure.
17558         (choice_stack, cycle_issued_insns): New variables.
17559         (max_issue): Rewrite it.
17560         (choose_ready): Set up ready_try for unknown insns too.
17561         (schedule_block): Allocate and free choice_stack.  Set up
17562         and modify cycle_issued_insns.
17563
17564         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
17565         with and without filling the bundle.
17566         (bundling): Combine calls of issue_nops_and_insn.
17567
17568         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
17569
17570         * config/ia64/itanium1.md: New file.
17571
17572         * config/ia64/itanium2.md: New file.
17573
17574         * config/ia64/ia64.md: Move DFA descriptions into the new files.
17575         Remove the old pipeline description.
17576
17577         * config/ia64/ia64.c (ia64_override_options): Add aliases of
17578         itanium processor names.
17579
17580         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
17581
17582         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
17583         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
17584
17585         * config/ia64/ia64.md: Add descriptions for Itanium2.
17586
17587         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
17588
17589         * config/ia64/ia64.h (processor_type): New enumeration.
17590         (ia64_tune, ia64_tune_string): New external declarations.
17591         (TARGET_OPTIONS): Add option `tune='.
17592
17593         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
17594         variables.
17595         (ia64_override_options): Set up `ia64_tune'.
17596         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
17597         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
17598         (bundling): Add nops for MM-insns only for Itanium.
17599         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
17600         Itanium.
17601
17602         * config/ia64/ia64.md (cpu): New attribute.
17603         (DFA description): Enable it only for Itanium.
17604
17605         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
17606                     Richard Henderson  <rth@redhat.com>
17607
17608         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
17609         MASK_EARLY_STOP_BITS.
17610         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
17611         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
17612         `early-stop-bits'.
17613
17614         * config/ia64/ia64.c (ia64_dfa_new_cycle,
17615         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
17616         instead of TARGET_TUNE_STOP_BITS.
17617
17618         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
17619         `-mearly-stop-bits'.
17620
17621         * config/ia64/ia64.c (automata_option "v"): Comment it.
17622
17623         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
17624
17625         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
17626         New macros.
17627         (TARGET_SWITCHES): Add entries for the new option.
17628
17629         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
17630         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
17631         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
17632         global variables.
17633         (ia64_sched_reorder2): Set up `clocks'.
17634         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
17635         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
17636         queue when TARGET_TUNE_STOP_BITS.
17637         (bundling): Insert additional nops for MM-insns.
17638         (final_emit_insn_group_barriers): Add insertion of stop bits
17639         according `stops_p'.
17640         (ia64_reorg): Initiate the new varibales.
17641
17642         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
17643
17644         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
17645
17646         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
17647         insns at the end of block insn scheduling.
17648
17649         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
17650
17651         * sched-deps.c (remove_dependence, group_leader): Remove it.
17652         (add_dependence): Add dependence to group leader to.
17653         (set_sched_group_p): Add dependence to the first insn of the
17654         schedule group too.
17655         (sched_analyze_insn): Make dependence to jump as anti-dependence.
17656         Change true dependence by anti-dependence when
17657         `reg_pending_barrier'.
17658
17659         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
17660         add_branch_dependences): Ignore schedule groups.
17661
17662         * sched-ebb.c (init_ready_list): Ditto.
17663
17664         * (move_insn, set_priorities): Ditto.
17665
17666         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
17667         flag is clear after reload.
17668         (adjust_cost): Change cost only for output dependencies.
17669
17670         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
17671
17672         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
17673
17674         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
17675
17676         * target.h (gcc_target): Add member
17677         `dependencies_evaluation_hook'.
17678
17679         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
17680         macro.
17681         (TARGET_SCHED): Add initiatialization of the new member.
17682
17683         * sched-ebb.c: Include `target.h'.
17684         (schedule_ebb): Call `dependencies_evaluation_hook'.
17685
17686         * sched-rgn.c (schedule_region): Call
17687         `dependencies_evaluation_hook'.
17688
17689         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
17690         New macro.
17691         (ia64_dependencies_evaluation_hook): New function.
17692
17693         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
17694         Describe the new hook.
17695
17696         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
17697
17698         * target.h (gcc_target): Add members
17699         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
17700
17701         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
17702         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
17703         macros.
17704         (TARGET_SCHED): Add initiatialization of the new members.
17705
17706         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
17707         insn scheduling too.
17708         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
17709         initialize `ready_try'.
17710         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
17711         `dfa_new_cycle' says not to do it.
17712
17713         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
17714         bundling.
17715
17716         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
17717
17718         * config/ia64/ia64.c: Include `hashtab.h'.
17719         (ia64_first_cycle_multipass_dfa_lookahead_guard,
17720         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
17721         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
17722         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
17723         bundle_state_eq_p, insert_bundle_state,
17724         initiate_bundle_state_table, finish_bundle_state_table,
17725         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
17726         get_template, get_next_important_insn, bundling): New functions.
17727         (ia64_internal_sched_reorder): Remove it.
17728         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
17729         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
17730         (ia64_safe_itanium_requires_unit0): Remove it.
17731         (group_barrier_needed_p): Place group barrier right before a real
17732         insn.
17733         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
17734         Remove them.
17735         (bundle_name): New variable.
17736         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
17737         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
17738         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
17739         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
17740         temp_dfa_state, prev_cycle_state): New global variables.
17741         (insn_matches_slot, maybe_rotate, finish_last_head,
17742         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
17743         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
17744         find_best_packet, itanium_reorder, dump_current_packet,
17745         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
17746         (sched_data, sched_ready, sched_types): Remove them.
17747         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
17748         `init_insn_group_barriers'.
17749         (ia64_sched_reorder, ia64_sched_reorder2): Call
17750         ia64_dfa_sched_reorder.
17751         (ia64_variable_issue): Rewrite it.
17752         (bundle_state): New structure.
17753         (index_to_bundle_states, bundle_states_num,
17754         allocated_bundle_states_chain, free_bundle_state_chain): New
17755         global variables.
17756         (ia64_sched_finish): Add stop bits and call `bundling' after the
17757         2nd insn scheduling.
17758         (ia64_use_dfa_pipeline_interface): Return zero always.
17759         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
17760         insn scheduling.
17761         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
17762         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
17763         (ia64_reorg): Add bundling insns.
17764
17765         * doc/tm.texi
17766         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
17767         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
17768
17769         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
17770
17771         * config/ia64/ia64.md: Add Itanium1 DFA description.
17772         (itanium_class): Add `nop' and `pre_cycle'.  Add
17773         define_function_unit for `nop'.
17774         (nop): Change attribute `itanium_class'.
17775         (pre_cycle): New define_insn.
17776
17777         * config/ia64/ia64-protos.h (bundling_p): New external variable.
17778         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
17779         ia64_produce_address_p): New function prototypes.
17780
17781         * config/ia64/ia64.c (bundling_p): New global variable.
17782         (ia64_use_dfa_pipeline_interface,
17783         ia64_first_cycle_multipass_dfa_lookahead,
17784         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
17785         functions.
17786         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
17787         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
17788         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
17789         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
17790         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
17791         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
17792         (dfa_pre_cycle_insn): New variable.
17793
17794         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
17795
17796         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
17797         constructions.
17798
17799         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
17800         New function prototypes.
17801
17802         * genattrtab.c (main): Process the new constructions.
17803
17804         * genautomata.c (gen_presence_absence_set,
17805         process_presence_absence_names, process_presence_absence_patterns,
17806         add_presence_absence, check_absence_pattern_sets): Add parameter
17807         `final_p'.
17808         (unit_decl): Add new members `final_presence_list' and
17809         `final_absence_list'.
17810         (unit_pattern_rel_decl): Add new member `final_p'.
17811         (gen_final_presence_set, gen_final_absence_set): New functions.
17812         (process_decls): Use member `final_p'.
17813         (temp_reserv): New global variable.
17814         (reserv_sets_are_intersected): Add processing `final_presence_set'
17815         and `final_absence_set'.
17816         (initiate_states): Allocate `temp_reserv'.
17817         (unit_final_presence_set_table, unit_final_absence_set_table): New
17818         gloabal variables.
17819         (initiate_presence_absence_pattern_sets): Initiate them.
17820         (NDFA_to_DFA): Fix typo.
17821         (output_description): Output `final_presence_set' and
17822         `final_absence_set'.
17823
17824         * doc/md.texi (final_presence_set, final_absence_set): Describe
17825         them.
17826
17827         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
17828
17829         * genautomata.c (transform_3): Process a missing case (nothing on
17830         unit place).
17831
17832         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
17833
17834         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
17835         comments about queried units and the minimization.
17836
17837         * doc/md.texi: Ditto.
17838
17839         * genautomata.c (create_composed_state): Return nonzero if the new
17840         state has been created.
17841         (first_cycle_unit_presence): New function.
17842         (state_is_differed): Add new parameter.  Use the new function.
17843         Take queried units into account.
17844         (partition_equiv_class): Pass additional parameter to
17845         `state_is_differed'.
17846         (merge_states): Process composed states too.
17847         (build_automaton, create_automata, output_min_issue_delay_table,
17848         output_tables, output_statistics): Output more information.
17849         (output_reserved_units_table): Use function
17850         `first_cycle_unit_presence'.
17851         (output_tables): Output table of queried units even if the
17852         minimization is switched on.
17853         (write_automata): Output code for querying units even if the
17854         minimization is switched on.
17855
17856         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
17857
17858         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
17859         syntax of the constructions.
17860
17861         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
17862         extended syntax of the constructions.
17863
17864         * genautomata.c (unit_rel_decl): Rename it to
17865         `unit_pattern_rel_decl'.
17866         (pattern_set_el, pattern_reserv): New structures.
17867         (pattern_set_el_t, pattern_reserv_t): New types.
17868         (gen_presence_absence_set): New function.
17869         (process_presence_absence): Remove it.
17870         (process_presence_absence_names,
17871         process_presence_absence_patterns): New functions.
17872         (get_presence_absence_set): Remove it.
17873         (initiate_presence_absence_sets): Rename it on
17874         `initiate_presence_absence_pattern_sets'.  Use new function
17875         `form_reserv_sets_list'.
17876         (form_reserv_sets_list, check_presence_pattern_sets,
17877         check_absence_pattern_sets, output_pattern_set_el_list): New
17878         functions.
17879         (unit_decl): Change types of members `presence_list' and
17880         `absence_list'.
17881         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
17882         (decl): Change types of members `excl', `presence', and `absence'.
17883         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
17884         at the end of the vector.
17885         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
17886         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
17887         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
17888         (gen_presence_set, gen_absence_set): Use new function
17889         `gen_presence_absence_set'.
17890         (add_presence_absence): Process `pattern_list' instead of
17891         `source_list'.
17892         (process_decls): USe new functions
17893         `process_presence_absence_names' and
17894         `process_presence_absence_patterns'.
17895         (reserv_sets_are_intersected): Use new function
17896         `check_presence_pattern_sets'.
17897         (presence_set, absence_set): Remove them.
17898         (unit_presence_set_table, unit_absence_set_table): New global
17899         variables.
17900         (output_description): Use new function
17901         `output_pattern_set_el_list'.
17902         (generate): Use `initiate_presence_absence_pattern_sets'.
17903
17904         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
17905
17906         * genattr.c (main): Add output of prototype of new interface
17907         function `dfa_clean_insn_cache'.
17908
17909         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
17910         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
17911         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
17912         the generated code.
17913         (write_automata): Call the new function.
17914
17915 2003-01-09  Jan Hubicka  <jh@suse.cz>
17916
17917         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
17918         correctly.
17919
17920 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
17921
17922         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
17923
17924 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
17925
17926         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
17927         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
17928         (CONSTRAINT_LEN): Provide default definition.
17929         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
17930         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
17931         (EXTRA_CONSTRAINT_STR): Likewise.
17932         (REG_CLASS_FROM_CONSTRAINT): Define.
17933         * genoutput.c (check_constraint_len, constraint_len): New functions.
17934         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
17935         constraint / modifier.
17936         (gen_insn): Call check_constraint_len.
17937         * local-alloc.c (block_alloc): Update to use new macros / pass
17938         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
17939         * ra-build.c (handle_asm_insn): Likewise.
17940         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
17941         (constrain_operands, peep2_find_free_register): Likewise.
17942         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
17943         * regmove.c (find_matches): Likewise.
17944         * reload.c (push_secondary_reload, find_reloads): Likewise.
17945         (alternative_allows_memconst): Likewise.
17946         * reload1.c (maybe_fix_stack_asms): Likewise.
17947         (reload_cse_simplify_operands): Likewise.
17948         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
17949         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
17950         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
17951         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
17952         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
17953         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
17954
17955         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
17956
17957 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
17958
17959         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
17960         length.
17961         (*extzv_1_r_h8300hs): Likewise.
17962         (*extzv_1_r_inv_h8300): Likewise.
17963         (*extzv_1_r_inv_h8300hs): Likewise.
17964
17965 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
17966
17967         * config/h8300/h8300.h (PREDICATE_CODES): New.
17968
17969 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
17970
17971         * config/h8300/h8300.md (*addsi3_upper): New.
17972         (*iorsi3_shift): Likewise.
17973         (two splitters): Likewise.
17974         (*addsi3_shift): Likewise.
17975         (two splitters): Likewise.
17976
17977 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
17978
17979         * Makefile.in (optabs.o): Add dependency on basic-block.h.
17980         * basic-block.h (control_flow_insn_p): Fuction was exported.
17981         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
17982         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
17983         notes only when the region is contained in a single basic block.
17984
17985 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
17986
17987         PR inline-asm/8832
17988         * tree.h (expand_asm): New prototype.
17989         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
17990         to do so.
17991         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
17992         down to expand_asm.
17993         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
17994         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
17995         (volatile_refs_p) [ASM_INPUT]: Likewise.
17996         (side_effects_p) [ASM_INPUT]: Likewise.
17997
17998 2003-01-09  Jan Hubicka  <jh@suse.cz>
17999
18000         * i386.md (*mul*): FIx constraints; remove confused comment; fix
18001         athlon_decode attributes
18002         (imul/k8 optimization peep2s): New.
18003
18004         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
18005         * i386.md (type attribute): Add ssecomi.
18006         (unit, memory, prefix attributes): Handle ssecomi.
18007         (cvt?2? patterns): Fix athlon_decode attribute
18008         (comi patterns): Set attribute to ssecomi.
18009
18010         PR target/8343
18011         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
18012
18013 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
18014
18015         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
18016         that match register_operands.
18017         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
18018         register_operand the default case.
18019
18020 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
18021
18022         PR c/8032
18023         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
18024         an empty element, do not advance the pointer to unfilled
18025         fields if there are pending initializers.
18026
18027 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
18028
18029         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
18030         (install-gcc-tooldir, install-cpp, installdirs,
18031         install-common, install-driver, install-info, install-man,
18032         install-headers, install-include-dir, install-headers-tar,
18033         install-headers-cpio, install-headers-cp, install-mkheaders,
18034         install-collect2, uninstall): Prepend $(DESTDIR) to
18035         destination paths in all (un)installation commands.
18036         (install-driver): Rewrite $(LN) commands to support DESTDIR
18037         with "ln" as well as with "ln -s".
18038         (installdirs): Simply use mkinstalldirs.
18039         (install-libgcc, install-multilib): Also pass DESTDIR.
18040         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
18041         installation destination variable ldir.
18042         * config/alpha/t-osf4, config/arm/t-netbsd,
18043         config/ia64/t-hpux, config/mips/t-iris5-6,
18044         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
18045         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
18046         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
18047         in the definition of SHLIB_INSTALL.
18048         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
18049         $(libsubdir) in the installation commands.
18050
18051 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
18052
18053         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
18054         non-optimizing compile.
18055         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
18056         compile.
18057
18058 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
18059
18060         * config/i386/i386.c (ix86_attribute_table): Add new attributes
18061         ms_struct and gcc_struct.
18062         (ix86_handle_struct_attribute): New function.
18063         (ix86_ms_bitfield_layout_p): Update to take new attributes
18064         into account.
18065         * doc/extend.texi: Document new attributes.
18066         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
18067
18068 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
18069
18070         PR optimization/8750
18071         * config/i386/i386.c (ix86_expand_prologue): Don't allow
18072         scheduling pass to move insns across __alloca call.
18073
18074 2003-01-08  Dale Johannesen  <dalej@apple.com>
18075
18076         * config/rs6000/rs6000.md:  Replace *store_multiple_string
18077         with *stmsi[3-8].
18078
18079 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
18080
18081         PR target/9210
18082         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
18083         Set SYMBOL_REF_FLAG on local data sym_ref.
18084
18085 2003-01-08  Dale Johannesen  <dalej@apple.com>
18086
18087         * function.c (assign_parms):  Don't set pretend_args_size if
18088           REG_PARM_STACK_SPACE.
18089           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
18090           pretend_args_size.
18091
18092 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
18093
18094         * gcc.hlp: Delete.
18095
18096 2003-01-09  Jan Hubicka  <jh@suse.cz>
18097
18098         * i386.c  (ix86_expand_int_addcc): Fix thinko.
18099
18100 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
18101
18102         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
18103         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
18104         as hook_bool_tree_hwi_hwi_tree_true.
18105         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
18106         (rs6000_emit_epilogue): Same.
18107         (rs6000_output_mi_thunk): Re-implement as RTL.
18108         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
18109         xcoffout_declare_function if any debugging enabled.
18110
18111 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
18112
18113         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
18114         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
18115         * config/mips/mips.h (enum processor_type): Rename
18116         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
18117         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
18118         Add PROCESSOR_M4K.
18119         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
18120         (ISA_MIPS32R2): New define.
18121         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
18122         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
18123         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
18124         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
18125         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
18126         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
18127         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
18128         compiling MIPS16 code.
18129         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
18130         comment.
18131         (ISA_HAS_SEB_SEH): New define.
18132         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
18133         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
18134         processor_type value renaming.  Add support for MIPS32R2.
18135         Clean up comments, and move "sb1" entry with other MIPS64 CPU
18136         entries.
18137         (override_options): Reimplement -mipsN option handling so that
18138         it will work correctly for -mips32r2.  Avoid branch-likely
18139         instructions on MIPS32R2.
18140         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
18141         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
18142         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
18143         (extendhisi2_hw, extendqisi2_hw): New.
18144         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
18145         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
18146         MIPS32R2, and MIPS64.
18147         (LINK_SPEC): Pass -mips32r2 to linker.
18148         * config/mips/t-isa3264: Built -mips32r2 multilibs.
18149         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
18150         for mips32r2 in the -march description.  Alphabetically sort
18151         CPU names in the -march description.  Add long-missed -mips32
18152         and -mips64 to MIPS option summary.
18153
18154         * config.gcc: Update copyright years to include 2003.
18155         * config/mips/mips.c: Likewise.
18156         * config/mips/mips.h: Likewise.
18157         * config/mips/mips.md: Likewise.
18158         * config/mips/netbsd.h: Likewise.
18159         * doc/invoke.texi: Likewise.
18160
18161 2003-01-08  Andreas Schwab  <schwab@suse.de>
18162
18163         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
18164         variable.
18165         * configure: Regenerated.
18166
18167 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
18168
18169         * config/h8300/h8300.c (output_logical_op): Replace byte/word
18170         extraction of det with b0, b1, w0, w2, etc.
18171         (compute_logical_op_length): Likewise.
18172         (compute_logical_op_cc): Likewise.
18173
18174 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
18175
18176         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
18177         HIGH on all variants.
18178
18179 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
18180
18181         * Makefile.in (PARTITION_H): New.
18182         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
18183         * basic-block.h: Include hard-reg-set.h.
18184
18185 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
18186
18187         * arm.h (ENABLE_XF_PATTERNS): Delete.
18188         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
18189         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
18190         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
18191         (cmpxf_trap): Delete.
18192         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
18193
18194 2003-01-08  Jan Hubicka  <jh@suse.cz>
18195
18196         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
18197         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
18198         (add??cc): New expanders.
18199         * i386.c (expand_int_addcc): New function.
18200         * i386-protos.h (expand_int_addcc): Declare.
18201
18202         * alias.c (memory_modified_1): New static function.
18203         (memory_modified): New static varaible.
18204         (memory_modified_in_insn_p): New global function.
18205         * rtl.h (memory_modified_in_insn_p): Declare.
18206         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
18207         references.
18208
18209         * expr.h (emit_conditional_add): Declare.
18210
18211 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
18212
18213         PR other/8947
18214         * doc/invoke.texi (-malign-double): Explain that the option breaks
18215         binary compatibility.
18216
18217 2003-01-08  Andreas Schwab  <schwab@suse.de>
18218
18219         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
18220         should come from the generic *-*-linux* entry.
18221
18222 2003-01-07  Jan Hubicka  <jh@suse.cz>
18223
18224         * cselib.c (cselib_current_insn_in_libcall): New static variable.
18225         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
18226         we are inside libcall.
18227         * cselib.h (elt_loc_list): Add in_libcall.
18228         * gcse.c (do_local_cprop): Do not copy propagate using insns
18229         in libcalls.
18230
18231 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
18232
18233         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
18234         not normally affect to issue rate.
18235
18236 2003-01-07  Jan Hubicka  <jh@suse.cz>
18237
18238         * genopinit.c (optabs): Add addc_optab.
18239         * ifcvt.c (noce_try_store_flag): Rename to ...
18240         (noce_try_addcc): ... this one; handle generic conditional increment.
18241         (noce_process_if_block): Update noce_try_addcc call.
18242         * optabs.c (emit_conditional_add): New.
18243         (init_obtabs): Initialize addc_optab.
18244         * optabs.h (optab_index): Add OTI_addcc.
18245         (addcc_optab): New macro.
18246         * md.texi: Document addMcc
18247
18248         PR target/8322
18249         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
18250         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
18251         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
18252
18253         * reload1.c (delete_output_reload): Avoid repeated attempts
18254         to delete insn.
18255
18256 2003-01-07  Andreas Schwab  <schwab@suse.de>
18257
18258         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
18259         Move --enable-initfini-array check ...
18260         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
18261         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
18262         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
18263         * configure: Rebuild.
18264
18265 2003-01-07  Richard Henderson  <rth@redhat.com>
18266
18267         * alias.c (find_base_value): Only use new_reg_base_value shortcut
18268         if the register is set once.
18269
18270 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
18271
18272         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
18273         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
18274         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
18275
18276 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
18277             Sunil Davasam  <sunil.k.davasam@intel.com>
18278
18279         PR libstdc++/9076
18280         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
18281         DW_CFA_same_value, read next and ignore.
18282
18283 2003-01-07  Richard Henderson  <rth@redhat.com>
18284
18285         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
18286
18287 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
18288
18289         * cfg.c: Include alloc-pool.h
18290         (edge_pool): New pool.
18291         (bb_pool): New pool.
18292         (first_deleted_edge): Remove.
18293         (first_deleted_block): Remove.
18294         (init_flow): Alloc/free the pools.
18295         (free_edge): Use pools.
18296         (alloc_block): Ditto.
18297         (expunge_block): Ditto.
18298         (cached_make_edge): Ditto.
18299
18300         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
18301
18302 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
18303
18304         * et-forest.c: Include alloc-pool.h.
18305         (struct et_forest): Add node_pool and occur_pool.
18306         (et_forest_create): Create the new pools.
18307         (et_forest_delete): Delete them.
18308         (et_forest_add_node): Allocate and free using pools.
18309         (et_forest_add_edge): Ditto.
18310         (et_forest_remove_node): Ditto.
18311         (et_forest_remove_edge): Ditto.
18312
18313         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
18314
18315 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
18316
18317         * config/h8300/h8300.c (output_logical_op): Simplify and
18318         optimize the handling of SImode.
18319         * config/h8300/h8300.c (compute_logical_op_length): Update
18320         accordingly.
18321         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
18322
18323 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
18324
18325         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
18326         big-endian correction to indirect arguments too.
18327
18328 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
18329
18330         Segher Boessenkool  <segher@koffie.nl>
18331
18332         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
18333         (alt_reg_names): Ditto, fix formatting.
18334         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
18335
18336 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
18337
18338         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
18339         (output_logical_op): Constify intval and det.
18340         (compute_logical_length): Likewise.
18341         (compute_logical_cc): Likewise.
18342         (output_a_shift): Constify mask.
18343         (h8300_encode_label): Constify len.
18344
18345 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
18346
18347         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
18348         (h8300_expand_epilogue): Likewise.
18349
18350 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
18351
18352         Segher Boessenkool  <segher@koffie.nl>
18353
18354         * config/rs6000/altivec.md: Remove spaces from assembler
18355         instruction argument lists.
18356
18357 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
18358
18359         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
18360         c4x_assembler_function_p.
18361         (c4x_null_epilogue_p): Complement return value, all uses updated.
18362         (c4x_insert_attributes): Add naked.
18363         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
18364         * doc/extend.texi: Update C4x function attributes.
18365
18366 2003-01-06  Richard Henderson  <rth@redhat.com>
18367
18368         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
18369         properly when changing "local-ness".
18370         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
18371
18372 2003-01-06  Dale Johannesen  <dalej@apple.com>
18373
18374         * config/darwin-protos.h:  Add prototypes for new section functions.
18375
18376 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
18377
18378         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
18379         to EABI.
18380
18381 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
18382
18383         * hwint.h: If the current compiler has no 64-bit type at all,
18384         make HOST_WIDEST_INT 32 bits.
18385
18386 2003-01-06  Eric Christopher  <echristo@redhat.com>
18387
18388         * config/mips/mips.md (movdf_internal2): Fix constraints.
18389
18390 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
18391
18392         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
18393
18394 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
18395
18396         * config/mips/mips.md (leadi): Use dla rather than la.
18397
18398 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
18399
18400         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
18401         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
18402
18403 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
18404
18405         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
18406         redefinition.
18407
18408 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
18409
18410         * config/h8300/h8300.md (*extzv_8_23): New.
18411
18412 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18413
18414         * pa64-hpux.h (JCR_SECTION_NAME): Define.
18415         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
18416         USE_EH_FRAME_REGISTRY when defining.
18417
18418 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
18419
18420         * config/h8300/h8300.c (output_a_shift): Do not output a
18421         variable shift.
18422         * config/h8300/h8300.md (two splitters): New.
18423
18424 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
18425
18426         * config/mips/mips.md: Disable the movstrsi define_split.
18427
18428 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18429
18430         * alloc-pool.c: Don't include "libiberty.h".
18431         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
18432         * convert.c (convert_to_real): Hide unused variable.
18433
18434 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18435
18436         * Makefile.in (gtyp-gen.h): Const-ify.
18437         * gcov-dump.c (tag_table): Likewise.
18438
18439 2003-01-04  Bruce Korb  <bkorb@gnu.org>
18440
18441         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
18442         of *both* the file name and the fix name.
18443
18444 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
18445
18446         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
18447         collect2.
18448         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
18449         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
18450         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
18451         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
18452         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
18453         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
18454         elfos.h.
18455         (EH_FRAME_IN_DATA_SECTION): Delete define.
18456         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
18457         (STARTFILE_SPEC): Use crtbegin.o.
18458         (ENDFILE_SPEC): Use crtend.o.
18459         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
18460         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
18461         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
18462         DTOR_LIST_BEGIN): Define.
18463         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
18464         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
18465         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
18466
18467 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
18468
18469         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
18470         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
18471         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
18472         Cleanup handling of replacement text.
18473         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
18474
18475 2003-01-04  Bruce Korb  <bkorb@gnu.org>
18476
18477         * fixinc/tests/base/math.h: removed obsolete results
18478         * fixinc/tests/base/stdlib.h: ditto
18479         * fixinc/tests/base/sys/param.h: ditto
18480         * fixinc/tests/base/sys/stat.h: ditto
18481         * fixinc/tests/base/time.h: ditto
18482         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
18483         * fixinc/tests/base/sys/byteorder.h: ditto
18484         * fixinc/inclhack.def: Remove superfluous backslashes
18485
18486 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
18487
18488         * config/h8300/h8300-protos.h: Add prototypes for
18489         the new functions defined below.
18490         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
18491         define.
18492         (dosize): Emit RTL instead of assembly code.
18493         (push): Likewise.
18494         (pop): Likewise.
18495         (h8300_output_function_prologue): Remove.
18496         (h8300_expand_prologue): New.
18497         (h8300_expand_epilogue): New.
18498         (h8300_output_function_epilogue): Do only the reset of
18499         pragma_saveall.
18500         * config/h8300/h8300.md (push_h8300): New.
18501         (push_h8300hs): Likewise.
18502         (pop_h8300): Likewise.
18503         (pop_h8300hs): Likewise.
18504         (*stm_h8300s_2): Change the name to stm_h8300s_2.
18505         (*stm_h8300s_3): Change the name to stm_h8300s_3.
18506         (*stm_h8300s_4): Change the name to stm_h8300s_4.
18507         (*ldm_h8300s_2): New.
18508         (*ldm_h8300s_3): Likewise.
18509         (*ldm_h8300s_4): Likewise.
18510         (return): Likewise.
18511         (*return_1): Likewise.
18512         (prologue): Likewise.
18513         (epilogue): Likewise.
18514         (monitor_prologue): Likewise.
18515
18516 2003-01-03  Dale Johannesen  <dalej@apple.com>
18517
18518         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
18519           machopic_picsymbol_stub1.
18520           (EXTRA_SECTION_FUNCTIONS):  Ditto.
18521         * rs6000/rs6000.c:  Update copyright.
18522           (machopic_output_stub):  Use them.  Remove an insn from stub code.
18523
18524 2003-01-02  Jason Merrill  <jason@redhat.com>
18525
18526         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
18527
18528         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
18529         static/external decls.
18530
18531         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
18532         outermost scope.
18533         * c-decl.c (c_make_fname_decl): Push the decls there, too.
18534
18535 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
18536
18537         * config/h8300/h8300-protos.h: Add a prototype for
18538         h8300_current_function_interrupt_function_p.
18539         * config/h8300/h8300.c (interrupt_handler): Remove.
18540         (os_task): Likewise.
18541         (monitor): Likewise.
18542         (pragma_interrupt): New.
18543         (WORD_REG_USED): Use
18544         h8300_current_function_interrupt_function_p.
18545         (dosize): Likewise.
18546         (h8300_output_function_prologue): Likewise.
18547         Do not set interrupt_handler, os_task, monitor.
18548         (h8300_output_function_prologue): Use
18549         h8300_current_function_interrupt_function_p.
18550         Do not set interrupt_handler, os_task, monitor.
18551         (h8300_current_function_interrupt_function_p): New.
18552         (h8300_pr_interrupt): Set pragma_interrupt.
18553         (h8300_insert_attributes): Reset pragma_interrupt.
18554
18555 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18556
18557         * doc/install.texi (Configuration): Fix markup for reference to
18558         gcc/config.gcc.
18559
18560 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
18561
18562         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
18563         (*iorhi3_two_qi): Likewise.
18564         (*iorsi3_zexthi): Likewise.
18565         (*xorhi3_zextqi): Likewise.
18566         (*xorsi3_zexthi): Likewise.
18567         (*xorsi3_zextqi): Likewise.
18568
18569 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
18570
18571         * config/h8300/h8300.c (stack_pointer_operand): New.
18572         (const_int_gt_2_operand): Likewise.
18573         (const_int_ge_8_operand): Likewise.
18574         * config/h8300/h8300.md (a splitter): Likewise.
18575         (a peephole2): Likewise.
18576         * config/h8300/h8300-protos.h: Add prototypes for the new
18577         functions above.
18578
18579 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
18580
18581         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
18582         objc/objc-act.h: Fix copyright years.
18583
18584 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
18585
18586         * doc/passes.texi: Fix documentation for -fssa-ccp
18587
18588 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
18589
18590         * gccbug.in: Update for new categories.
18591
18592 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
18593
18594         * config/h8300/h8300.md: Reorder some patterns.
18595
18596 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
18597
18598         * config/h8300/h8300.c (output_logical_op): Fix a warning.
18599
18600 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
18601
18602         * config/darwin-protos.h, config/c4x/c4x-protos.h,
18603         config/cris/cris-protos.h, config/i370/i370-protos.h,
18604         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
18605         config/v850/v850-protos.h: Use struct, and don't conditionally
18606         compile on GCC_C_PRAGMA_H.
18607
18608 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
18609
18610         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
18611         * config/h8300/h8300-protos.h: Likewise.
18612         * config/sh/sh-protos.h: Likewise.
18613
18614 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
18615
18616         * config/arm/arm-protos.h: Use struct cpp_reader instead of
18617         cpp_reader.
18618         * config/h8300/h8300-protos.h: Likewise.
18619         * config/sh/sh-protos.h: Likewise.
18620
18621 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
18622
18623         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
18624         arm_pr_long_calls_off): Use struct.
18625         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
18626         : Similarly.
18627         Don't include cpplib.h.
18628         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
18629         sh_pr_nosave_low_regs): Similarly.
18630
18631 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
18632
18633         * config/h8300/h8300.c: Include cpplib.h.
18634
18635 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
18636
18637         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
18638           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
18639           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
18640           "GCC" in the copyright header.
18641
18642 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
18643
18644         * c-pragma.c (c_register_pragma): New.
18645         (init_pragma): Use it.
18646         * c-pragma.h (cpp_register_pragma): Don't declare.
18647         (c_register_pragma): New.
18648         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
18649         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
18650         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
18651         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
18652         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
18653         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
18654         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
18655         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
18656         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
18657         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
18658         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
18659         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
18660
18661 See ChangeLog.8 for earlier changes.