config.gcc (x86_64-*-linux*): Remove i386/t-crtstuff.
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2002-11-28  Jakub Jelinek  <jakub@redhat.com>
2
3         * config.gcc (x86_64-*-linux*) [tmake_file]: Remove i386/t-crtstuff.
4         * config/t-linux (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS).
5         * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Define.
6
7 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
8
9         * config/h8300/h8300.c (h8300_and_costs): New.
10         * config/h8300/h8300.h (RTX_COSTS): Use h8300_and_costs.
11         * config/h8300/h8300-protos.h: Add a prototype for
12         h8300_and_costs.
13
14 2002-11-27  Zack Weinberg  <zack@codesourcery.com>
15
16         * config/rs6000/rs6000.c (altivec_init_builtins): Make the
17         pointer argument in the prototypes of the following builtins
18         be (const TYPE *) rather than (TYPE *):
19          + __builtin_altivec_ld_internal_4sf
20          + __builtin_altivec_ld_internal_4si
21          + __builtin_altivec_ld_internal_8hi
22          + __builtin_altivec_ld_internal_16qi
23          + __builtin_altivec_lvsl
24          + __builtin_altivec_lvsr
25          + __builtin_altivec_lvebx
26          + __builtin_altivec_lvehx
27          + __builtin_altivec_lvewx
28          + __builtin_altivec_lvxl
29          + __builtin_altivec_lvx
30          + __builtin_altivec_dst
31          + __builtin_altivec_dstt
32          + __builtin_altivec_dstst
33          + __builtin_altivec_dststt
34
35 2002-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
36
37         * except.c (default_exception_section): Move variable into the
38         scope where it is used.
39
40 2002-11-27  Krister Walfridsson  <cato@df.lth.se>
41
42         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Test for
43         correct version.
44
45 2002-11-27  Kazu Hirata  <kazu@cs.umass.edu>
46
47         * config/h8300/h8300.h (OK_FOR_U): Remove extra parentheses.
48
49 2002-11-27  Kazu Hirata  <kazu@cs.umass.edu>
50
51         * config/h8300/h8300.c (h8300_shift_costs): New.
52         * config/h8300/h8300.h (RTX_COSTS): Use h8300_shift_costs.
53         * config/h8300/h8300-protos.h: Add a prototype for
54         h8300_shift_costs.
55
56 2002-11-27  Jim Wilson  <wilson@redhat.com>
57
58         * config/rs6000/spe.md (spu_evsplatfi, spu_evsplati): Swap operands
59         in output template.
60
61 2002-11-27  Casper S. Hornstrup  <chorns@users.sourceforge.net>
62
63         * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Define.
64         * config/i386/winnt.c (i386_pe_dllexport_name_p): Use
65         DLL_IMPORT_EXPORT_PREFIX, not '@'.
66         (i386_pe_dllimport_name_p): Likewise.
67         (i386_pe_mark_dllexport): Likewise.
68         (i386_pe_mark_dllimport): Likewise.
69         (i386_pe_encode_section_info): Likewise.
70         (i386_pe_strip_name_encoding): Likewise.
71
72 2002-11-27  Richard Henderson  <rth@redhat.com>
73
74         * mkmap-symver.awk (BEGIN): Set sawsymbol false.
75         (nm && NF == 3): Set sawsymbol true.
76         (END): Exit if no symbols seen.
77         (output): Fix map syntax error if no globals for the version.
78
79 Wed Nov 27 14:45:46 CET 2002  Jan Hubicka  <jh@suse.cz>
80
81         * builtins.def (DEF_C99_BUILTIN): Fix.
82
83 2002-11-26  Andrew Haley  <aph@redhat.com>
84
85         * unwind-sjlj.c (_Unwind_FindEnclosingFunction): Rename
86         from_Unwind_Find_Enclosing_Function.
87         * unwind-dw2.c (_Unwind_FindEnclosingFunction): Likewise.
88         * config/ia64/unwind-ia64.c (_Unwind_FindEnclosingFunction): Likewise.
89         * libgcc-std.ver (_Unwind_FindEnclosingFunction): Rename from
90         _Unwind_Find_Enclosing_Function, export @@GCC_3.3.
91         * unwind.h (_Unwind_FindEnclosingFunction): Add.
92
93 2002-11-26  Hartmut Penner  <hpenner@de.ibm.com>
94
95         * config/s390/s390.c (390_output_constant_pool): Set alignment
96         before label in 64 bit mode, behind otherwise.
97
98 2002-11-26  Richard Henderson  <rth@redhat.com>
99
100         * c-common.c (handle_visibility_attribute): Accept "default".
101         * tree.h (enum symbol_visibility): New.
102         (decl_visibility): Declare.
103         * target.h (gcc_target.visibility): Take visibility arg as integer.
104         * varasm.c (default_assemble_visibility): Likewise.
105         (decl_visibility): New.
106         (maybe_assemble_visibility): Use it.
107         * output.h (default_assemble_visibility): Update prototype.
108         * config/rs6000/rs6000.c (rs6000_assemble_visibility): Take
109         visibility arg as integer.
110         * doc/extend.texi: Document default visibility.
111
112 2002-11-26  Kazu Hirata  <kazu@cs.umass.edu>
113
114         * config/h8300/h8300.c: Adjust spacing.
115         * config/h8300/h8300.h: Likewise.
116
117 2002-11-26  Richard Henderson  <rth@redhat.com>
118
119         * hooks.c (hook_bool_void_false, hook_void_tree_int,
120         hook_void_FILEptr_constcharptr): Rename so that the return
121         type is first.
122         (hook_int_tree_tree_1, hook_void_tree, hook_void_tree_treeptr,
123         hook_bool_tree_false): New.
124         * hooks.h: Update.
125         * langhooks-def.h: Update for renames.
126         * target-def.h: Likewise.
127         * tree.c (default_comp_type_attributes,
128         default_set_default_type_attributes, default_insert_attributes,
129         default_function_attribute_inlinable_p,
130         default_ms_bitfield_layout_p): Remove.
131         * tree.h: Update.
132
133 2002-11-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
134
135         * pa-protos.h (function_value): New prototype.
136         * pa.c (function_value): Use a PARALLEL to return small aggregates on
137         TARGET_64BIT.
138         * pa.h (FUNCTION_VALUE): Use function_value.
139         * pa.md (call_value_internal_symref, call_value_internal_reg_64bit,
140         call_value_internal_reg, sibcall_value_internal_symref,
141         sibcall_value_internal_symref_64bit): Remove =rf constraint on return
142         value.
143
144 2002-11-26  John David Anglin  <dave@hiauly1.hia.nrc.ca>
145
146         * expr.c (gen_group_rtx, emit_group_move): New functions.
147         * expr.h (gen_group_rtx, emit_group_move): Prototype.
148         * function.c (expand_function_start): Use gen_group_rtx to create a
149         PARALLEL rtx to hold the return value when the real return rtx is a
150         PARALLEL.
151         (expand_function_end): Use emit_group_move to move the return value
152         from a PARALLEL to the real return registers.
153         * rtl.h (REG_FUNCTION_VALUE_P): Allow function values to be returned
154         in PARALLELs.
155
156 2002-11-26  Jason Thorpe  <thorpej@wasabisystems.com>
157
158         * config/t-libc-ok: Fix typo.
159
160 2002-11-26  Jakub Jelinek  <jakub@redhat.com>
161
162         * configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back
163         before AC_PROG_CC.
164         * configure: Rebuilt.
165
166 2002-11-26  Nathan Sidwell  <nathan@codesourcery.com>
167
168         * c-decl.c: (start_struct): Commonize flag setting.
169
170 2002-11-26  Jason Thorpe  <thorpej@wasabisystems.com>
171
172         * config/rs6000/rs6000.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): New.
173         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Use
174         RS6000_CPU_CPP_ENDIAN_BUILTINS.
175         * config/rs6000/netbsd.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): Redefine.
176
177 2002-11-26  Hartmut Penner  <hpenner@de.ibm.com>
178
179         * config/s390/s390.md (literal_pool_64, literal_pool_31 ): New
180         insns.
181         * config/s390/s390.c (struct machine_function): Introduction of
182         struct machine_function.
183         (s390_output_symbolic_const): Use of cfun.
184         (s390_optimize_prolog): Likewise.
185         (s390_fixup_clobbered_return_reg): Likewise.
186         (s390_frame_info): Likewise.
187         (s390_emit_prologue, s390_emit_epilogue): Likewise.
188         (s390_init_machine_status): New function.
189         (override_options): call s390_init_machine_status.
190         * config/s390/s390-protos.h (s390_output_constant_pool): Changed
191         prototype.
192
193 2002-11-26  Jakub Jelinek  <jakub@redhat.com>
194
195         * varasm.c (output_constant_pool): For pool constants in mergeable
196         section ensure each constant is padded to multiple of entity size.
197
198 2002-11-26  Jakub Jelinek  <jakub@redhat.com>
199
200         * varasm.c (default_exception_section): Move to...
201         * except.c (default_exception_section): ... here. Make
202         .gcc_except_table read-only if it is not expected to have any
203         dynamic relocations and linker handles it.
204         * dwarf2out.c (default_eh_frame_section): Make .eh_frame read-only
205         if it is not expected to have any dynamic relocations and linker
206         handles it.
207         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Check what ld does
208         when linking read-only and read-write sections together.
209         * configure, config.in: Rebuilt.
210         * crtstuff.c (EH_FRAME_SECTION_CONST): Define.
211         (__EH_FRAME_BEGIN__, __FRAME_END__): Add it.
212
213 2002-11-25  Aldy Hernandez  <aldyh@redhat.com>
214
215         * config/rs6000/spe.h (__ev_create_sfix32_fs): Change macro into
216         new function.
217         (__ev_create_ufix32_fs): Same.
218         (__ev_get_sfix32_fs_internal): New.
219         (__ev_get_sfix32_fs): Define to use function.
220         (__ev_get_ufix32_fs_internal): New.
221         (__ev_get_ufix32_fs): Define to use function.
222         (__ev_get_upper_ufix32_fs): Call __ev_get_ufix32_fs.
223         (__ev_get_lower_ufix32_fs): Same.
224         (__ev_get_upper_sfix32_fs): Call __ev_get_sfix32_fs.
225         (__ev_get_lower_sfix32_fs): Same.
226         (__ev_set_sfix32_fs_internal): New.
227         (__ev_set_ufix32_fs_internal): New.
228         (__ev_set_sfix32_fs): Call __ev_set_sfix32_fs_internal.
229         (__ev_set_ufix32_fs): Call __ev_set_ufix32_fs_internal.
230         (__ev_set_upper_sfix32_fs): Call function.
231         (__ev_set_lower_sfix32_fs): Same.
232         (__ev_set_upper_ufix32_fs): Same.
233         (__ev_set_lower_ufix32_fs): Same.
234
235 2002-11-25  Douglas B Rupp  <rupp@gnat.com>
236
237         * gcc.c (do_spec_1): Reset delete_this_arg to zero.
238
239 2002-11-25  Jason Thorpe  <thorpej@wasabisystems.com>
240
241         * config/elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.
242         * config/interix.h (HANDLE_SYSV_PRAGMA): Likewise.
243         * config/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise.
244         * config/lynx-ng.h (HANDLE_SYSV_PRAGMA): Likewise.
245         * config/lynx.h (HANDLE_SYSV_PRAGMA): Likewise.
246         * config/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise.
247         * config/openbsd.h (HANDLE_SYSV_PRAGMA: Likewise.
248         * config/alpha/elf.h (HANDLE_SYSV_PRAGMA): Likewise.
249         * config/arm/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise.
250         * config/cris/aout.h (HANDLE_SYSV_PRAGMA): Likewise.
251         * config/d30v/d30v.h (HANDLE_SYSV_PRAGMA): Likewise.
252         * config/frv/frv.h (HANDLE_SYSV_PRAGMA): Likewise.
253         * config/i386/djgpp.h (HANDLE_SYSV_PRAGMA): Likewise.
254         * config/i386/i386-interix.h (HANDLE_SYSV_PRAGMA): Likewise.
255         * config/i386/vxi386.h (HANDLE_SYSV_PRAGMA): Likewise.
256         * config/ia64/ia64.h (HANDLE_SYSV_PRAGMA): Likewise.
257         * config/m88k/m88k.h (HANDLE_SYSV_PRAGMA): Likewise.
258         * config/mmix/mmix.h (HANDLE_SYSV_PRAGMA): Likewise.
259         * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Likewise.
260         * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Likewise.
261         * config/sparc/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise.
262         * config/sparc/vxsparc64.h (HANDLE_SYSV_PRAGMA): Likewise.
263         * config/stormy16/stormy16.h (HANDLE_SYSV_PRAGMA): Likewise.
264         * config/alpha/osf.h (HANDLE_SYSV_PRAGMA): Don't undef before
265         defining.
266         * config/i386/sco5.h (HANDLE_SYSV_PRAGMA): Likewise.
267         * config/mips/iris5.h (HANDLE_SYSV_PRAGMA): Likewise.
268
269 2002-11-25  Dave Pitts  <dpitts@cozx.com>
270
271         * gcc/fixinc/mkfixinc.sh: add i370-*-openedition to bypass fixinc list
272
273 2002-11-25  Kazu Hirata  <kazu@cs.umass.edu>
274
275         * config/h8300/h8300.md (an anonymous pattern): New.
276
277 2002-11-25  Richard Henderson  <rth@redhat.com>
278
279         * alias.c (find_base_value): Use new_reg_base_value if it's live.
280         (copying_arguments): Make boolean.
281
282 2002-11-25  Jason Thorpe  <thorpej@wasabisystems.com>
283
284         * gcc.c (static_spec_functions): Add if-exists-else spec
285         function.
286         (if_exists_else_spec_function): New function.
287         * doc/invoke.texi: Document the if-exists-else spec function.
288
289         * config/netbsd-elf.h (NETBSD_STARTFILE_SPEC): For -static, use
290         "%:if-exists-else(crtbeginT%O%s crtbegin%O%s)".
291
292 2002-11-25  Jason Thorpe  <thorpej@wasabisystems.com>
293
294         * config.gcc (powerpc-*-netbsd*): Replace "svr4.h" with
295         "netbsd.h netbsd-elf.h" in tm_file.  Set tmake_file to
296         "${tmake_file} rs6000/t-netbsd".
297         * config/rs6000/netbsd.h: Rewrite.
298         * config/rs6000/t-netbsd: New file.
299
300 2002-11-25  Kazu Hirata  <kazu@cs.umass.edu>
301
302         * config/h8300/h8300.md (an anonymous pattern): Relax the
303         condition for the pattern.
304
305 2002-11-25  Aldy Hernandez  <aldyh@redhat.com>
306
307         * config/rs6000/rs6000.h (enum rs6000_builtins): Remove evmwlssf,
308         evmwlsmf, evmwlssfa, evmwlsmfa, evmwlssfaaw, evmwlsmfaaw,
309         evmwlssfanw, evmwlsmfanw.
310
311         * config/rs6000/rs6000.c (bdesc_2arg): Same.
312
313         * config/rs6000/spe.md: Same for patterns.
314
315 2002-11-25  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
316
317         PR c/8639
318         * fold-const.c (extract_muldiv): Don't propagate division unless
319         both arguments are multiples of C.
320
321 2002-11-25  Andrew Haley  <aph@redhat.com>
322
323         * libgcc-std.ver (_Unwind_Find_Enclosing_Function): Add.
324         * config/ia64/unwind-ia64.c (_Unwind_Find_Enclosing_Function): New.
325         * unwind-sjlj.c (_Unwind_Find_Enclosing_Function): Likewise.
326         * unwind-dw2.c (_Unwind_Find_Enclosing_Function): Likewise.
327
328 2002-11-24  Kazu Hirata  <kazu@cs.umass.edu>
329
330         * config/h8300/h8300.c (h8300_init_once): Fix a typo in the
331         target help message.
332
333 2002-11-24  Jason Thorpe  <thorpej@wasabisystems.com>
334
335         * config.gcc (*-*-netbsd*1.[7-9]*, *-*-netbsd*[2-9]*): Set
336         extra_parts to "crtbegin.o crtend.o crtbeginS.o crtendS.o
337         crtbeginT.o".
338         (arm*-*-netbsd*, i[34567]86-*-netbsd*, m68k*-*-netbsd*)
339         (ns32k-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Set extra_parts
340         to "" for a.out configurations.
341         * config/t-netbsd (CRTSTUFF_T_CFLAGS): Set to "-fPIC".
342
343 2002-11-24  Jason Thorpe  <thorpej@wasabisystems.com>
344
345         * config/alpha/netbsd.h (CPP_SUBTARGET_SPEC): Just use
346         NETBSD_CPP_SPEC directly.
347         (SUBTARGET_EXTRA_SPECS): Remove netbsd_cpp_spec.  Add
348         netbsd_endfile_spec.
349         (ENDFILE_SPEC): Use %(netbsd_endfile_spec).
350
351 2002-11-24  Jason Thorpe  <thorpej@wasabisystems.com>
352
353         * config/netbsd-elf.h (STARTFILE_SPEC): Rename to
354         NETBSD_STARTFILE_SPEC.
355         (STARTFILE_SPEC): Redefine in terms of NETBSD_STARTFILE_SPEC.
356         (ENDFILE_SPEC): Likewise.
357         * config/netbsd.h (LIB_SPEC, LIBGCC_SPEC): Likewise.
358
359 2002-11-24  Andreas Schwab  <schwab@suse.de>
360
361         * Makefile.in (install-driver): Remove versioned link before
362         trying to create it.
363
364         * config/m68k/m68k.c: Fix typo in last change defining
365         TARGET_ASM_CAN_OUTPUT_MI_THUNK.
366
367 2002-11-23  Kazu Hirata  <kazu@cs.umass.edu>
368
369         * config/h8300/h8300.c (print_operand): Update the use of
370         h8300_tiny_constant_address_p.
371         (h8300_adjust_insn_length): Likewise.
372         (h8300_tiny_constant_address_p): Check if the given rtx is a
373         variable declared with __attribute__ ((tiny_data)).
374
375 2002-11-22  Dale Johannesen  <dalej@apple.com>
376
377         * toplev.c (rest_of_compilation):  Fix comments.
378
379 2002-11-22  Geoffrey Keating  <geoffk@apple.com>
380
381         * aclocal.m4 (ac_cv_func_mmap_dev_zero): Darwin does not
382         allow mmap from /dev/zero.  Don't make decisions for the host
383         based on presence or absence of /dev/zero on the build machine.
384         (ac_cv_func_mmap_anon): Darwin does have working MMAP_ANON.
385         (AC_FUNC_MMAP_FILE): Darwin does have mmap of a file.
386         * configure: Regenerate.
387
388 2002-11-22  Daniel Jacobowitz  <drow@mvista.com>
389
390         * gcc.c (make_relative_prefix, split_directories)
391         (free_split_directories): Removed.
392
393 2002-11-22  Daniel Jacobowitz  <drow@mvista.com>
394
395         * configure.in: Set insn=nop for DWARF-2 tests on ARM.
396         * configure: Regenerated.
397
398 2002-11-22  Kazu Hirata  <kazu@cs.umass.edu>
399
400         * config/h8300/h8300.c (compute_a_shift_length): Fix the insn
401         length computation when xor.l is output.
402
403 2002-11-21  Jim Wilson  <wilson@redhat.com>
404
405         * config/rs6000/rs6000.c (function_arg): Set inner mode of SPE
406         vectors to SI.
407
408 2002-11-21  Bob Wilson  <bob.wilson@acm.org>
409
410         * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Declare.
411         * config/xtensa/xtensa.c (struct machine_function): Add
412         incoming_a7_copied flag.
413         (xtensa_copy_incoming_a7): Define.
414         (xtensa_emit_move_sequence): Use xtensa_copy_incoming_a7.
415         * config/xtensa/xtensa.md (movdi, movsf, movdf): Ditto.
416
417 Thu Nov 21 23:52:04 CET 2002  Jan Hubicka  <jH@suse.cz>
418
419         * i386-protos.h (x86_64_sign_extended_value): Fix prototype.
420         * i386.c (x86_64_general_operand, x86_64_szext_general_operand,
421         x86_64_nonmemory_operand, x86_64_movabs_operand,
422         x86_64_szext_nonmemory_operand, x86_64_immediate_operand,
423         ix86_expand_int_movcc): Update call of x86_64_sign_extended_value.
424         (local_symbolic_operand): Do not care the 64bit limits.
425         (x86_64_sign_extended_value): Remove allow_rip support.
426         (legitimate_pic_address_disp_p): Handle all cases allowed
427         with RIP addressing.
428         (legitimate_address_p): Use legitimate_pic_address_disp_p for PIC.
429         (legitimize_pic_address): Reorganize.
430         * i386.h (EXTRA_CONSTRAINT): Update call of x86_64_sign_extended_value.
431
432 2002-11-21  Jason Thorpe  <thorpej@wasabisystems.com>
433
434         * config.gcc (arm*-*-netbsdelf*): Enable configuration.
435         * config/arm/netbsd-elf.h: New file.
436
437 2002-11-21  Jason Thorpe  <thorpej@wasabisystems.com>
438
439         * config/arm/elf.h (SUBTARGET_EXTRA_SPECS): Add
440         subtarget_asm_float_spec.
441         (SUBTARGET_ASM_FLOAT_SPEC): Define, moving the
442         defaults from...
443         (ASM_SPEC): ...here.  Use subtarget_asm_float_spec.
444
445 2002-11-21  Nick Clifton  <nickc@redhat.com>
446
447         * config/fr30/fr30.md (movsf_constant_store): Move code to
448         detect 0.0 into fr30.c.
449         * config/fr30/fr30-protos.h (fr30_const_double_is_zero):
450         Prototype.
451         * config/fr30/fr30.c (fr30_const_double_is_zero): New
452         function.  Return true if the rtx is 0.0.
453
454 2002-11-21  Jason Thorpe  <thorpej@wasabisystems.com>
455
456         * config/arm/elf.h (ASM_SPEC, LINK_SPEC): Pass -EL
457         if -mlittle-endian is specified.
458
459 2002-11-21  Richard Earnshaw  <rearnsha@arm.com>
460
461         PR optimization/2903
462         * arm.md (anddi_notzesidi_di): Operand 2 is inverted not operand 1.
463         (anddi_notsesidi_di): Likewise.
464
465 2002-11-21  Kazu Hirata  <kazu@cs.umass.edu>
466
467         * config/h8300/h8300.c (print_operand): Use
468         h8300_eightbit_constant_address_p and
469         h8300_tiny_constant_address_p.
470         (h8300_adjust_insn_length): Likewise.
471         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Remove.
472         (TINY_CONSTANT_ADDRESS_P): Likewise.
473         (OK_FOR_U): Use eightbit_constant_address_p.
474
475 2002-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
476
477         * config/s390/libgcc-libc.ver: Add multilib support.
478         * config/s390/linux.h (MULTILIB_DEFAULT): Define.
479         * config/s390/t-linux64 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
480         MULTILIB_OSDIRNAMES, LIBGCC, INSTALL_LIBGCC,
481         EXTRA_MULTILIB_PARTS): Define.
482
483 2002-11-21  Richard Earnshaw  <rearnsha@arm.com>
484
485         * arm.c (arm_get_frame_size): A leaf function does not need its
486         stack padding to an aligned boundary if it has no frame.
487         (thumb_get_frame_size): Likewise.
488
489 2002-11-20  Steve Ellcey  <sje@cup.hp.com>
490
491         * emit-rtl.c (gen_reg_rtx): Simplify mapping of Complex type
492         to component type using GET_MODE_INNER.
493         * expr.c (emit_move_insn_1): Ditto.
494         * optabs.c (expand_binop): Ditto.
495         (expand_unop): Ditto.
496         (expand_complex_abs): Ditto.
497
498 2002-11-20  Douglas B Rupp  <rupp@gnat.com>
499
500         * hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64).
501
502 2002-11-20  DJ Delorie  <dj@redhat.com>
503
504         * config/stormy16/stormy16.c (s16builtins,
505         xstormy16_init_builtins, xstormy16_expand_builtin): New.
506         * config/stormy16/stormy16.md (divmodhi4, sdivlh, udivlh): New.
507
508 2002-11-20  Hans-Peter Nilsson  <hp@bitrange.com>
509
510         * Makefile.in (RUN_GEN, VALGRIND_DRIVER_DEFINES): New variables.
511         (DRIVER_DEFINES): Add $(VALGRIND_DRIVER_DEFINES).
512         (executing gencheck, genconfigs, genconditions, genflags,
513         gencodes, genconstants, genemit, genrecog, genopinit, genextract,
514         genpeep, genattr, genattrtab, genoutput, gengenrtl, genpreds,
515         gengtype, genprotos): Prepend $(RUN_GEN).
516         * configure.in: Move host compiler tests before --enable-checking
517         tests.
518         (--enable-checking=valgrind): New.
519         * config.in, configure: Regenerate.
520         * cppfiles.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):
521         Define as empty.
522         (read_include_file): When doing the mmap+1 trick,
523         valgrind-annotate the byte after the mmap:ed area as readable.
524         (purge_cache): Remove above annotation.
525         * gcc.c (execute) [ENABLE_VALGRIND_CHECKING]: Arrange to prepend
526         VALGRIND_PATH -q to each command.
527
528         * ggc-common.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):
529         Define as empty.
530         (ggc_realloc): Update valgrind annotations.
531         * ggc-page.c [!ENABLE_VALGRIND_CHECKING] (VALGRIND_DISCARD):
532         Define as empty.
533         (alloc_anon, free_page, ggc_alloc, poison_pages): Add machinery to
534         valgrind-annotate memory.
535
536 2002-11-20  Ulrich Weigand  <uweigand@de.ibm.com>
537
538         * recog.c (constrain_operands): Prefer exact match over reloadable
539         EXTRA_MEMORY_CONSTRAINT or EXTRA_ADDRESS_CONSTRAINT.
540
541         * reload.c (find_reloads): Always reload EXTRA_ADDRESS_CONSTRAINT
542         operands in Pmode.
543
544 2002-11-20 Â Eric Botcazou Â <ebotcazou@libertysurf.fr>
545
546         PR c/8518
547         * c-decl.c (duplicate_decls): Outline the second definition
548         of an extern inline function in all cases.
549
550 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
551
552         * stor-layout.c (place_field): Update rli->offset as well as
553         rli->bitpos.
554
555 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
556
557         * sched-deps.c (sched_analyze): Check HARD_REGNO_CALL_PART_CLOBBERED.
558
559 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
560
561         * config/sh/sh.md (udivsi3): Don't put udivsi3_i4_media instructions
562         into a libcall block.
563         (divsi3): Likewise divsi3_i4_media.
564
565 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
566
567         * global.c (find_reg): Check HARD_REGNO_NREGS before kicking
568         out another register.
569
570 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
571
572         * combine.c (force_to_mode): Only replace with (not Y) if all bits in fuller_mask
573         (not just mask) are set in C.
574
575 2002-11-19  Andreas Jaeger  <aj@suse.de>
576
577         * loop.c (record_giv): Initialize not_replaceable.
578         (check_final_value): Likewise.
579
580 2002-11-19  Kazu Hirata  <kazu@cs.umass.edu>
581
582         * config/h8300/h8300.c (h8300_init_once): Replace 1 with
583         MASK_H8300S.
584
585 2002-11-19  Vijay L. Khuspe  <vijayk1@kpit.com>
586
587         * config/h8300/h8300.c (h8300_init_once): Allow -mn switch
588         only if -mh or -ms present.
589         (h8300_eightbit_constant_address_p): Support the normal mode.
590         (h8300_tiny_constant_address_p): Likewise.
591         * config/h8300/h8300.h (TARGET_NORMAL_MODE): New.
592         (POINTER_SIZE): Add 16 bit pointer for the normal mode.
593         (Pmode): Evaluate to HImode for the normal mode.
594         (SIZE_TYPE): Evaluate to unsigned int for normal mode.
595         (PTRDIFF_TYPE): Evaluate to int for the normal mode.
596         (ASM_WORD_OP): Evaluate to word for the normal mode.
597         * config/h8300/h8300.md (tablejump_normal_mode): New.
598         (indirect_jump_normal_mode): New.
599         * config/h8300/t-h8300 (MULTILIB_OPTIONS): Pass -mn option to
600         directory.
601         (MULTILIB_DIRNAMES): Create target dependent directory
602         'normal'.
603         (MULTILIB_EXCEPTIONS): Don't turn on -mn on H8/300.
604         * doc/invoke.texi (gccoptlist): Describe the new switch -mn.
605
606 Tue Nov 19 23:50:56 CET 2002  Jan Hubicka  <jh@suse.cz>
607
608         * i386.md (length_immediate): Do not refer to insn address.
609         (jcc*, jmp patterns):  Compute length explicitly.
610
611 2002-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
612
613         PR c/8588
614         * optabs.c (expand_binop): Convert CONST_INTs in shift
615         operations too.
616
617 2002-11-19  Roger Sayle  <roger@eyesopen.com>
618
619         * gcse.c (gcse_emit_move_after): Correct typo in REG_EQUAL note.
620
621 2002-11-19  Kazu Hirata  <kazu@cs.umass.edu>
622
623         * config/h8300/h8300.md (an anonymous pattern): Relax the
624         condition to accept the same operands and/or subregs.
625
626 2002-11-19  Daniel Jacobowitz  <drow@mvista.com>
627
628         * config/sh/sh.c (gen_shl_and): Revert previous patch.
629         * config/sh/sh.md (ashrdi3+1, ashrdi3+2): Predicate on
630         reload_completed.
631
632 2002-11-19  Kazu Hirata  <kazu@cs.umass.edu>
633
634         * config/h8300/h8300.c (print_operand): Update the use of
635         EIGHTBIT_CONSTANT_ADDRESS_P.
636         (h8300_adjust_insn_length): Likewise.
637         (h8300_eightbit_constant_address_p): Check if the given rtx is
638         a variable with __attribute__((eightbit_data)).
639         * config/h8300/h8300.h (OK_FOR_U): Update the use of
640         EIGHTBIT_CONSTANT_ADDRESS_P.
641
642 2002-11-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
643
644         * doc/contrib.texi (Contributors): Add self as second contact in
645         addition to Jeff Law.
646
647 2002-11-19  Andreas Jaeger  <aj@suse.de>
648
649         * tree-inline.c: Move prototpyes of find_alloca_call_1 and
650         find_alloca_call to right place.
651
652 2002-11-19  Kazu Hirata  <kazu@cs.umass.edu>
653
654         * cppfiles.c: Fix formatting.
655
656 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
657
658         * gcc.c (The Specs Language): Document spec functions.
659         (static_spec_functions, lookup_spec_function)
660         (eval_spec_function, handle_spec_function)
661         (if_exists_spec_function, alloc_args): New.
662         (execute): Abort if processing_spec_function is true.
663         (do_spec_1): Hand off spec to handle_spec_function if %:
664         is encountered.  If processing_spec_function is true,
665         end any pending argument when the end of the string is reached.
666         (main): Use alloc_args to allocate the initial argument vector.
667         * gcc.h (struct spec_function): New.
668         (lang_specific_spec_functions): New extern.
669
670         * config/netbsd-elf.h (STARTFILE_SPEC): Add if-exists(crti%O%s).
671         (ENDFILE_SPEC): Add if-exists(crtn%O%s).
672         * config/alpha/netbsd.h (ENDFILE_SPEC): Likewise.
673
674         * doc/invoke.texi: Document spec functions.
675
676         * cppspec.c (lang_specific_spec_functions): New.
677         * gccspec.c: Likewise.
678
679 2002-11-18  Steve Ellcey  <sje@cup.hp.com>
680
681         * config/ia64/hpux_longdouble.h (FIXUNS_TRUNCTFSI2_LIBCALL): New.
682         (FIXUNS_TRUNCTFDI2_LIBCALL): New.
683         (fixunstfsi_libfunc): Change.
684         (fixunstfdi_libfunc): Change.
685         (sdiv_optab): Don't zero out SImode handler.
686         (udiv_optab): Don't zero out SImode handler.
687         (smod_optab): Don't zero out SImode handler.
688         (umod_optab): Don't zero out SImode handler.
689
690 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
691
692         PR preprocessor/8524
693         * cpplib.c (run_directive): Remove previous kludge to _Pragma.
694         Add a new one in its place, which hopefully works.
695         (skip_rest_of_line): Change test for bottom-of-context-stack.
696
697 Mon Nov 18 21:29:03 CET 2002  Jan Hubicka  <jh@suse.cz>
698
699         * i386.md (addqi_1_slp): Fix output template.
700         (subqi_1_slp): Fix type.
701
702 Sun Nov 17 00:01:28 CET 2002  Jan Hubicka  <jh@suse.cz>
703
704         * calls.c (alloca_call_p): New global function.
705         * tree.h (alloca_call_p): New.
706         * tree-inline.c (inlinable_function_p):  Do not inline when
707         function calls alloca.
708         (find_alloca_call, find_alloca_call_1): New functions.
709
710 2002-11-18  Kazu Hirata  <kazu@cs.umass.edu>
711
712         * config/h8300/h8300.md (*andorqi3): Use bor between bld and
713         bst.  Update the insn length.
714         (*andorhi3): Likewise.
715         (*andorsi3): Likewise.
716
717 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
718
719         * config/sh/sh-protos.h (sh_mark_label): Declare.
720         * config/sh/sh.c (sh_mark_label): New function, taken from
721         movdi_const, but fixing the case when the address has an addend.
722         * config/sh/sh.md (movdi_const, movdi_const_32bit): Use it.
723
724 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
725
726         * config/sh/sh.c (pool_node): New field: part_of_sequence_p.
727         (add_constant): Set it.
728         (dump_table): Don't reorder a constant if part_of_sequence_p.
729         (machine_dependent_reorg): Assume that float constants will
730         stay in their original order if used as a sequence.
731
732 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
733
734         * config/sh/sh.c (calc_live_regs): Update check for PIC liveness
735         in compact code.
736
737 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
738
739         * config/sh/sh.md (initialize_trampoline): Do not force the
740         trampoline address into R0_REGS here.
741
742 2002-11-17  Kazu Hirata  <kazu@cs.umass.edu>
743
744         * df.c: Fix formatting.
745
746 2002-11-17  Kazu Hirata  <kazu@cs.umass.edu>
747
748         * config/h8300/h8300.md (two anonymous patterns): Fix insn
749         lengths.
750
751 2002-11-17  Daniel Jacobowitz  <drow@mvista.com>
752
753         * sh.c (gen_shl_and): Don't create a zero_extend if the operand
754         is not an arith_reg_operand.
755
756 2002-11-17  Graham Stott  <graham.stott@btinternet.com>
757
758         * real.c (real_to_decimal): Fix buffer overrun when buffer size
759         is smaller than representation.
760
761 2002-11-17  Kazu Hirata  <kazu@cs.umass.edu>
762
763         * builtins.c: Fix formatting.
764
765 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
766
767         * config/h8300/h8300.md (two anonymous patterns): Fix typos.
768
769 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
770
771         * config/h8300/h8300.md: Fix formatting.
772
773 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
774
775         * config/h8300/h8300.md: Replace spaces with tabs.
776         * config/h8300/t-h8300: Remove a trailing empty line.
777
778 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
779
780         * tlink.c: Fix formatting.
781
782 2002-11-16  David Edelsohn  <edelsohn@gnu.org>
783
784         PR 8362
785         * config/rs6000/rs6000.c (rs6000_outout_load_multiple): New function.
786         * config/rs6000/rs6000.md (movti_string): Remove output modifier
787         when scratch register never needed.
788         (ldmsi[3-8]): New patterns.
789
790 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
791
792         * hard-reg-set.h: Follow spelling conventions.
793         * real.c: Likewise.
794         * target.h: Likewise.
795
796 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
797
798         * config/i386/x86-64.h (MCOUNT_NAME): Change into string literal.
799
800 2002-11-16  Kazu Hirata  <kazu@cs.umass.edu>
801
802         * optabs.c: Fix formatting.
803
804 Sat Nov 16 02:06:02 CET 2002  Jan Hubicka  <jh@suse.cz>
805
806         * athlon.md, k6.md, pentium.md, ppro.md: Handle shift1, rotate1
807         * i386.md (attribute type): Add type shift1 and rotate1.
808         (*_slp): Rewrite to have just two operands to avoid reload problems.
809
810 2002-11-15  Kazu Hirata  <kazu@cs.umass.edu>
811
812         * config/h8300/h8300.md (4 anonymous patterns): New.
813
814 2002-11-15  Geoffrey Keating  <geoffk@apple.com>
815
816         * params.def (GGC_MIN_HEAPSIZE): Fix GGC_ALWAYS_COLLECT problem.
817         * doc/invoke.texi: Correct description of what needs to be done to
818         force collection at every ggc_collect call.
819
820 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
821
822         * config/s390/s390.c (optimization_options): Set
823         flag_asynchronous_unwind_tables to 1 by default.
824
825 2002-11-15  Ulrich Weigand  <uweigand@de.ibm.com>
826
827         * config/s390/s390.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
828
829 Fri Nov 15 14:54:19 CET 2002  Jan Hubicka  <jh@suse.cz>
830
831         * i386-protos.h (x86_function_profiler): New function
832         * i386.h (MCOUNT_NAME): New.
833         (PROFILE_COUNT_REGISTER): New.
834         (FUNCTION_PROFILER): Move offline to ...
835         * i386.c (x86_function_profiler) ... here; fix 64bit support
836         * beos-elf.h (FUNCTION_PROFILER): Kill.
837         (MCOUNT_NAME): New.
838         * freebsd-aout.h (FUNCTION_PROFILER): Kill.
839         (MCOUNT_NAME): New.
840         (PROFILE_COUNT_REGISTER): New.
841         * linux.h (FUNCTION_PROFILER): Kill.
842         (MCOUNT_NAME): New.
843         * x86-64.h (FUNCTION_PROFILER): Kill.
844         (MCOUNT_NAME): New.
845         * freebsd.h (FUNCTION_PROFILER): Kill.
846         (MCOUNT_NAME): New.
847
848 2002-11-14  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
849
850         * config/arm/arm.h (EXPAND_BUILTIN_VA_ARG,
851         FUNCTION_ARG_PASS_BY_REFERENCE): Define.
852         * config/arm/arm.c (arm_va_arg,
853         arm_function_arg_pass_by_reference): New.
854         * config/arm/arm-protos.h: Add prototypes.
855
856 2002-11-14  Kazu Hirata  <kazu@cs.umass.edu>
857
858         * gthr-single.h: Fix formatting.
859
860 2002-11-14  Zack Weinberg  <zack@codesourcery.com>
861
862         * tree.c (tree_vec_elt_check_failed): New function.
863         * tree.h (TREE_VEC_ELT_CHECK): New checking macro.
864         (TREE_VEC_ELT): Use it.
865
866         * tree-inline.c (optimize_inline_calls): Don't copy a
867         zero-length vector.
868
869 2002-11-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
870
871         * diagnostic.c (sorry): Don't repeat "sorry, unimplemented" text.
872
873 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
874
875         * varasm.c (output_addressed_constants) [MINUS_EXPR]: Clear reloc if
876         both operands contain local relocations.
877         (categorize_decl_for_section): Don't use mergeable sections if
878         initializer has any relocations.
879
880 2002-11-14  Kazu Hirata  <kazu@cs.umass.edu>
881
882         * gthr-vxworks.h: Fix formatting.
883
884 2002-11-13  Janis Johnson  <janis187@us.ibm.com>
885
886         * doc/install.texi (Testing): Document extra Java testing.
887         * doc/sourcebuild.texi (Test Suites): Document libgcj testing.
888
889 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
890
891         * pa64-hpux.h (LINK_SPEC): Move "+Accept TypeMismatch" switch to the
892         beginning of the spec.
893         (LDD_SUFFIX, PARSE_LDD_OUTPUT): Delete.
894         (LD_INIT_SWITCH, LD_FINI_SWITCH): Define but don't enable.  Add comment
895         regarding problems with global constructors when using GNU ld.
896
897 2002-11-13  Kazu Hirata  <kazu@cs.umass.edu>
898
899         * gthr-solaris.h: Fix formatting.
900
901 2002-11-13  Kazu Hirata  <kazu@cs.umass.edu>
902
903         * gthr-posix.h: Fix formatting.
904
905 2002-11-12  Kazu Hirata  <kazu@cs.umass.edu>
906
907         * config/h8300/h8300.md (*andorsi3): New.
908
909 2002-11-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
910
911         * doc/install.texi (powerpc-*-linux-gnu*): Update binutils requirement.
912
913 2002-11-12  Kazu Hirata  <kazu@cs.umass.edu>
914
915         * config/h8300/h8300.c (tiny_constant_address_p): Parenthesize
916         expressions appropriately.
917
918 2002-11-12  Kazu Hirata  <kazu@cs.umass.edu>
919
920         * gthr-win32.h: Fix formatting.
921
922 2002-11-12  Kazu Hirata  <kazu@cs.umass.edu>
923
924         * config/h8300/h8300.c (single_one_operand): Correctly compute
925         mask when mode is SImode.
926         (single_zero_operand): Likewise.
927         * config/h8300/h8300.md (two new anonymous insns): New.
928
929 2002-11-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
930
931         * doc/contrib.texi (Contributors): Use GCJ instead of gcj to refer
932         to that entire project.
933
934 2002-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
935
936         * config/mips/t-iris6 (MULTILIB_OSDIRNAMES): Restore old
937         directories.
938
939 2002-11-11  Zack Weinberg  <zack@codesourcery.com>
940
941         * params.def (ggc-min-expand, ggc-min-heapsize): New parameters.
942         * doc/invoke.texi: Document them.
943
944         * ggc-page.c: Include params.h.  Remove definitions of
945         GGC_MIN_EXPAND_FOR_GC, GGC_MIN_LAST_ALLOCATED.  Replace
946         GGC_POISON with ENABLE_GC_CHECKING in ifdefs, delete #define.
947         (init_gcc): Don't set G.allocated_last_gc here.
948         (ggc_collect): Use PARAM_VALUE (GGC_MIN_HEAPSIZE) and
949         PARAM_VALUE (GGC_MIN_EXPAND) to decide whether or not to
950         perform collection.
951         * ggc-simple.c: Similarly.
952         * Makefile.in (ggc-common.o, ggc-simple.o): Add $(PARAMS_H) to
953         dependencies.
954
955 2002-11-11  Kazu Hirata  <kazu@cs.umass.edu>
956
957         * gthr-dce.h: Fix formatting.
958
959 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
960
961         PR c/8467
962         * stmt.c (tail_recursion_args): Handle DECL_MODE differing from the
963         mode of DECL_RTL case.
964
965 2002-11-11  Janis Johnson  <janis187@us.ibm.com>
966
967         * doc/contrib.texi: Merge in the list from the libstdc++ web pages.
968
969 Mon Nov 11 12:06:08 CET 2002  Jan Hubicka  <jh@suse.cz>
970
971         * i386.c (construct_container): Fix handling of SSE_CLASS.
972
973 2002-11-10  Joel Sherrill <joel@gcc.gnu.org>
974
975         * config/m68k/t-crtstuff (crti.o): Use this...
976         ($(T)crti.o): ... instead.
977         (crtn.o): Use this...
978         ($(T)crtn.o): ... instead.
979
980 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
981
982         PR c/8439
983         * recog.c (validate_replace_rtx_1) [PLUS]: Simplify only
984         if there is something new to be simplified.
985
986 2002-11-10  H.J. Lu <hjl@gnu.org>
987
988         * calls.c (PUSH_ARGS_REVERSED): Define only if not defined.
989         * expr.c (PUSH_ARGS_REVERSED): Likewise.
990
991         * config/i386/i386.h (PUSH_ARGS_REVERSED): Set to 1.
992
993 2002-11-10  Zack Weinberg  <zack@codesourcery.com>
994
995         * config/rs6000/sysv4.h: Define NO_IMPLICIT_EXTERN_C here...
996         * config/rs6000/linux.h, config/rs6000/linux64.h,
997         config/rs6000/windiss.h: ... not here.
998
999 2002-11-10  Jason Thorpe  <thorpej@wasabisystems.com>
1000
1001         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define
1002         __ABICALLS__ if TARGET_ABICALLS.
1003
1004 Sun Nov 10 18:49:21 CET 2002  Jan Hubicka  <jh@suse.cz>
1005
1006         * i386.h (MIN_UNITS_PER_WORD): Define to 8 for x86-64 libgcc.
1007
1008 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
1009
1010         * c-decl.c (grokdeclarator): Make error for duplicate type
1011         qualifiers into a pedwarn, disabled for C99.
1012
1013 2002-11-10  Hans-Peter Nilsson  <hp@bitrange.com>
1014
1015         * config/mmix/mmix.h (FUNCTION_ARG_CALLEE_COPIES): Define the same
1016         as FUNCTION_ARG_PASS_BY_REFERENCE.
1017
1018 2002-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1019
1020         * pa.h (STARTING_FRAME_OFFSET): Change offset for TARGET_64BIT to 16.
1021
1022         * config.gcc (hppa*64*-*-linux*): Shorten lines in tm_file define.
1023         (hppa*64*-*-hpux11*): Likewise.  Use elfos.h with gas.
1024         * pa.c (output_millicode_call): Use symbol difference rather than
1025         $PIC_pcrel$0 when using HP assembler.
1026         * pa64-hpux.h (TARGET_GAS): Define to 1 or 0 depending on whether or
1027         not elfos.h (i.e., gas) is being used.
1028         (ASM_FILE_START, STRING_ASM_OP, TEXT_SECTION_ASM_OP,
1029         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP, ASM_OUTPUT_ALIGNED_COMMON,
1030         ASM_OUTPUT_ALIGNED_LOCAL, GLOBAL_ASM_OP, ASM_DECLARE_FUNCTION_NAME,
1031         ASM_OUTPUT_EXTERNAL, ASM_OUTPUT_EXTERNAL_LIBCALL,
1032         ASM_OUTPUT_INTERNAL_LABEL, ASM_GENERATE_INTERNAL_LABEL): Define when
1033         using elfos.h.
1034         (TARGET_ASM_GLOBALIZE_LABEL): Undefine when using elfos.h.
1035         (DWARF2_ASM_LINE_DEBUG_INFO): Delete.
1036         (ASM_FILE_START): Add standard .SPACE and .SUBSPA defines when not
1037         using elfos.h.
1038         (TEXT_SECTION_ASM_OP, READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
1039         BSS_SECTION_ASM_OP): New HP style defines when not using elfos.h.
1040         (TARGET_ASM_NAMED_SECTION, MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL):
1041         Don't define when not using elfos.h.
1042         (ASM_DECLARE_RESULT): Don't define.
1043         * doc/install.texi (hppa*-hp-hpux*): Remove statement that HP assembler
1044         doesn't work on hppa64-hp-hpux11.
1045         (hppa*-hp-hpux11): Update.
1046
1047 2002-11-09  Jason Thorpe  <thorpej@wasabisystems.com>
1048
1049         * config/mips/netbsd.h (SUBTARGET_ASM_SPEC): Don't pass -KPIC
1050         to the assembler if -mno-abicalls was specified.
1051
1052 2002-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1053
1054         * pa-linux.h (PREFERRED_DEBUGGING_TYPE, DWARF2_ASM_LINE_DEBUG_INFO,
1055         ASM_OUTPUT_DEF): Delete.
1056
1057 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
1058
1059         * c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit.
1060
1061 2002-11-08  Dale Johannesen  <dalej@apple.com>
1062
1063         * dbxout.c (dbxout_type):  Fix stabs info for vector types.
1064
1065 2002-11-08  Neil Booth  <neil@daikokuya.co.uk>
1066
1067         PR preprocessor/8497
1068         PR preprocessor/8501
1069         * cpptrad.c (scan_out_logical_line): A '#' from a macro doesn't
1070         start a directive.  In assembler, #NUM is not a line directive.
1071
1072 2002-11-08  Neil Booth  <neil@daikokuya.co.uk>
1073
1074         * cppmain.c (cpp_preprocess_file): Loop to pop any -included
1075         buffers.
1076
1077 2002-11-08  Kazu Hirata  <kazu@cs.umass.edu>
1078
1079         * config/h8300/h8300.md (two anonymous test insns): New.
1080
1081 Fri Nov  8 11:20:19 CET 2002  Jan Hubicka  <jh@suse.cz>
1082
1083         * jump.c (mark_jump_label): Handle subregs of label_refs.
1084
1085 2002-11-07  David Mosberger  <davidm@hpl.hp.com>
1086
1087         * config/ia64/crtend.asm: Include "auto-host.h".
1088         [HAVE_INITFINI_ARRAY]: Invoke __do_global_ctors_aux via .init_array.
1089         * config/ia64/crtbegin.asm: Similarly.
1090         * config/ia64/t-ia64 (crtbegin.o): Include from current directory.
1091         (crtend.o, crtbeginS.o, crtendS.o): Likewise.
1092
1093         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): New.
1094         * configure.in: Use it if --enable-initfini-array not specified.
1095         * doc/install.texi (Configuration): Document --enable-initfini-array.
1096         * configure, config.in: Rebuild.
1097
1098 2002-11-07  Jason Thorpe  <thorpej@wasabisystems.com>
1099
1100         * config/arm/arm-protos.h (arm_get_frame_size)
1101         (thumb_get_frame_size): New prototypes.
1102         * config/arm/arm.c (arm_get_frame_size)
1103         (thumb_get_frame_size): New functions.
1104         (use_return_insn, arm_output_epilogue, arm_output_function_epilogue)
1105         (arm_compute_initial_elimination_offset, arm_expand_prologue): Use
1106         arm_get_frame_size.
1107         (thumb_expand_prologue, thumb_expand_epilogue): Use
1108         thumb_get_frame_size.
1109         * config/arm/arm.h (PREFERRED_STACK_BOUNDARY): Define.
1110         (machine_function): Add frame_size member.
1111         (THUMB_INITIAL_ELIMINATION_OFFSET): Use thumb_get_frame_size.
1112
1113 2002-11-07  Richard Earnshaw  <rearnsha@arm.com>
1114
1115         * arm.c (bit_count): Make argument unsigned long.  Return unsigned.
1116         Adjust code to use portable unsigned bit manipulation.
1117         (insn_flags, tune_flags): Change type to unsigned.
1118         (struct processors): Make flags unsigned long.
1119         (arm_override_options): Change type of count and current_bit_count
1120         to unsigned.
1121
1122 2002-11-07  Richard Earnshaw  <rearnsha@arm.com>
1123
1124         * arm/elf.h (TYPE_OPERAND_FMT): Prefix type with %.
1125
1126 Thu Nov  7 15:50:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
1127
1128         * sh.h (DWARF_FRAME_RETURN_COLUMN): Use DWARF_FRAME_REGNUM.
1129
1130 Thu Nov  7 11:18:01 CET 2002  Jan Hubicka  <jh@suse.cz>
1131
1132         * reg-stack.c (compensate_edge): Fix sanity check.
1133
1134 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
1135
1136         * config.gcc: Don't create crtbegin, crtend on Darwin; do create
1137         crt2.o.  Rearrange t-darwin makefiles.
1138         * crtstuff.c [OBJECT_FORMAT_MACHO]: Delete.
1139         * unwind-dw2-fde-darwin.c: New.
1140         * unwind-dw2-fde-glibc.c: Correct comment.
1141         * unwind-dw2-fde.c (__register_frame_info_bases)
1142         [DWARF2_OBJECT_END_PTR_EXTENSION]: Clear fde_end.
1143         (classify_object_over_fdes): Use last_fde.
1144         (add_fdes): Likewise.
1145         (linear_search_fdes): Likewise.
1146         * unwind-dw2-fde.h (struct object)
1147         [DWARF2_OBJECT_END_PTR_EXTENSION]: Add fde_end field.
1148         (last_fde): New.
1149         * config/darwin.h (STARTFILE_SPEC): Include crt2.o not crtbegin.o.
1150         (ENDFILE_SPEC): No crtend.o.
1151         * config/t-darwin: New.
1152         * config/i386/t-darwin: Delete.
1153         * config/darwin-crt2.c: New.
1154         * config/rs6000/t-darwin: Delete contents duplicated in t-rs6000
1155         or config/t-darwin.
1156
1157 2002-11-06  David Edelsohn  <edelsohn@gnu.org>
1158
1159         PR target/8480
1160         * config/rs6000/rs6000.md (movdi_internal64): Discourage
1161         FPR to FPR moves.
1162
1163 2002-11-06  Janis Johnson  <janis187@us.ibm.com>
1164
1165         * doc/contrib.texi: Merge in the list from the Java web pages.
1166
1167 2002-11-06  David O'Brien  <obrien@FreeBSD.org>
1168
1169         * config/sparc/freebsd: Fix typo.
1170
1171 2002-11-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1172
1173         * pa64-hpux.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Define.
1174
1175 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
1176
1177         * config/mips/mips.md (call_value_multiple_internal2): Use dla for
1178         non-SImode addresses.
1179
1180 2002-11-05  Bob Wilson  <bob.wilson@acm.org>
1181
1182         * config/xtensa/elf.h (LIB_SPEC): Add "-lhal".
1183
1184 2002-11-05  John David Anglin  <dave2hiauly1.hia.nrc.ca>
1185
1186         * pa64-hpux.h (LIB_SPEC): Fix p and pg options.
1187         (STARTFILE_SPEC): Remove p and pg options.
1188
1189 2002-11-05  Andrew Haley  <aph@redhat.com>
1190
1191         * fold-const.c (fold): Don't transform (a0 op compound(a1,a2))
1192         to (compound(a1,a0 op a2)) if a0 or a1 have side effects.
1193
1194 2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
1195
1196         * config/mips/mips.h (CANNOT_CHANGE_MODE_CLASS): Move comment to...
1197         * config/mips/mips.c (mips_cannot_change_mode_class): ...here.
1198
1199 2002-11-04  Dale Johannesen  <dalej@apple.com>
1200
1201         * doloop.c (doloop_modify_runtime):  Fix loop count computation
1202         for unrolled loops.
1203         * loop.c (loop_invariant_p):  Support calling from unroller.
1204
1205 2002-11-04  Ulrich Weigand  <uweigand@de.ibm.com>
1206
1207         * config/s390/s390.c (s390_decompose_address): Use arg_pointer_rtx
1208         for comparison.
1209
1210 2002-11-04  Aldy Hernandez  <aldyh@redhat.com>
1211
1212         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.
1213
1214         * config/rs6000/rs6000.h (CLASS_CANNOT_CHANGE_MODE_P): Remove.
1215         (CLASS_CANNOT_CHANGE_MODE): Remove.
1216         (CANNOT_CHANGE_MODE_CLASS): New.
1217
1218         * config/alpha/alpha.h: Same.
1219
1220         * config/ia64/ia64.h: Same.
1221
1222         * config/mips/mips.h: Same.
1223
1224         * config/s390/s390.h: Same.
1225
1226         * config/sh/sh.h: Same.
1227
1228         * config/pa/pa64-regs.h: Same.
1229
1230         * config/sh/sh-protos.h (sh_cannot_change_mode_class): Add prototype.
1231
1232         * config/sh/sh.c (sh_cannot_change_mode_class): New.
1233
1234         * config/mips/mips-protos.h (mips_cannot_change_mode_class): Add
1235         prototype.
1236
1237         * config/mips/mips.c (mips_cannot_change_mode_class): New.
1238
1239         * doc/tm.texi (Register Classes): Remove
1240         CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_P.
1241         Document CANNOT_CHANGE_MODE_CLASS.
1242
1243         * reload.c (push_reload): Use CANNOT_CHANGE_MODE_CLASS.
1244         (push_reload): Same.
1245
1246         * simplify-rtx.c (simplify_subreg): Same.
1247
1248         * reload1.c (choose_reload_regs): Same.
1249
1250         * recog.c (register_operand): Same.
1251
1252         * regrename.c (mode_change_ok): Change to use new
1253         CANNOT_CHANGE_MODE_CLASS infrastructure.
1254
1255         * regclass.c (cannot_change_mode_set_regs): New.
1256         Declare subregs_of_mode.
1257         (regclass): Use subregs_of_mode.
1258         Remove references to reg_changes_mode.
1259         (init_reg_sets_1): Remove class_can_change_mode and
1260         reg_changes_mode code.
1261         (invalid_mode_change_p): New.
1262         (dump_regclass): Use invalid_mode_change_p instead of
1263         class_can_change_mode.
1264         (regclass): Same.
1265         (record_operand_costs): Do not set reg_changes_mode.
1266
1267         * local-alloc.c (struct qty): Remove changes_mode field.
1268         (alloc_qty): Remove changes_mode initialization.
1269         (update_qty_class): Remove set of changes_mode.
1270         (find_free_reg): Use subregs_of_mode.
1271
1272         * global.c (find_reg): Use subregs_of_mode info.
1273
1274         * rtl.h (cannot_change_mode_set_regs): New prototype.
1275         (invalid_mode_change_p): Same.
1276         (REG_CANNOT_CHANGE_MODE_P): New macro.
1277
1278         * flow.c (mark_used_regs): Calculate subregs_of_mode.  Remove
1279         REG_CHANGES_MODE.
1280         (life_analysis): Clear subregs_of_mode.
1281
1282         * combine.c (subst): Pass class to CLASS_CANNOT_CHANGE_MODE_P.
1283         Remove use of CLASS_CANNOT_CHANGE_MODE.
1284         (simplify_set): Same.
1285         (gen_lowpart_for_combine): Calculate subregs_of_mode.  Remove
1286         REG_CHANGES_MODE.
1287
1288         * regs.h: Add extern for subregs_of_mode;
1289         Include hard-reg-set and basic-block.
1290         (REG_CHANGES_MODE): Delete.
1291
1292 2002-11-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1293
1294         * jump.c (never_reached_warning): Don't set contains_insn until the
1295         first line note is seen.
1296
1297 2002-11-03  David Edelsohn  <edelsohn@gnu.org>
1298
1299         * config/rs6000/rs6000.md (movti_string): Use string instructions.
1300
1301 2002-11-03  Roger Sayle  <roger@eyesopen.com>
1302
1303         PR c/7128
1304         * c-typeck.c (c_expand_asm_operands): Defend against
1305         error_mark_nodes in the output argument to avoid ICE.
1306
1307 2002-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1308
1309         PR middle-end/8408
1310         * genrecog.c (preds): Handle ADDRESSOF.
1311         (validate_pattern): Mark it as an lvalue.
1312
1313 2002-11-02  David Edelsohn  <edelsohn@gnu.org>
1314
1315         * config/rs6000/rs6000.c (rs6000_override_options): Use string
1316         instructions when optimizing for size.
1317
1318 2002-11-02  Kazu Hirata  <kazu@cs.umass.edu>
1319
1320         * config/h8300/h8300.h: Fix comment typos.
1321         * config/h8300/h8300.md: Likewise.
1322         * config/h8300/lib1funcs.asm: Likewise.
1323
1324 2002-11-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1325
1326         Revert this change:
1327
1328         *doc/install.texi (Installing GCC: Configuration): Clarify
1329         the only supported ways to configure gcc.
1330
1331 2002-11-01  Kazu Hirata  <kazu@cs.umass.edu>
1332
1333         * config/h8300/h8300.md (anonymous and:QI pattern): Use 'n'
1334         instead of 'O' for the constraint for the second operand.
1335
1336 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
1337
1338         PR c++/8391
1339         * toplev.c (rest_of_compilation): Do not refuse to output code for
1340         an inline function in a local class.
1341
1342 2002-11-01  David O'Brien  <obrien@FreeBSD.org>
1343
1344         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Define __arch64__.
1345         (TRANSFER_FROM_TRAMPOLINE): Reformat.
1346         Add comment.
1347
1348 2002-11-01  Kazu Hirata  <kazu@cs.umass.edu>
1349
1350         * config/h8300/h8300.h (CAN_ELIMINATE): Simplify.
1351
1352 2002-11-01  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
1353
1354         * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): New.
1355
1356 2002-11-01  Steve Ellcey  <sje@cup.hp.com>
1357
1358         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): Remove.
1359         (MASK_INLINE_DIV_THR): Remove.
1360         (TARGET_INLINE_DIV_LAT): Remove.
1361         (TARGET_INLINE_DIV_THR): Remove.
1362         (TARGET_INLINE_DIV): Remove.
1363         (MASK_INLINE_FLOAT_DIV_LAT): New macro.
1364         (MASK_INLINE_FLOAT_DIV_THR): New macro.
1365         (MASK_INLINE_INT_DIV_LAT): New macro.
1366         (MASK_INLINE_INT_DIV_THR): New macro.
1367         (TARGET_INLINE_FLOAT_DIV_LAT): New macro.
1368         (TARGET_INLINE_FLOAT_DIV_THR): New macro.
1369         (TARGET_INLINE_INT_DIV_LAT): New macro.
1370         (TARGET_INLINE_INT_DIV_THR): New macro.
1371         (TARGET_INLINE_FLOAT_DIV): New macro.
1372         (TARGET_INLINE_INT_DIV): New macro.
1373         * config/ia64/ia64.md (divsi3): Change to use new macros.
1374         (modsi3): Ditto.
1375         (udivsi3): Ditto.
1376         (umodsi3): Ditto.
1377         (divsi3_internal): Ditto.
1378         (divdi3): Ditto.
1379         (moddi3): Ditto.
1380         (udivdi3): Ditto.
1381         (umoddi3): Ditto.
1382         (divdi3_internal_lat): Ditto.
1383         (divdi3_internal_thr): Ditto.
1384         (divsf3): Ditto.
1385         (divsf3_internal_lat): Ditto.
1386         (divsf3_internal_thr): Ditto.
1387         (divdf3): Ditto.
1388         (divdf3_internal_lat): Ditto.
1389         (divdf3_internal_thr): Ditto.
1390         (divtf3): Ditto.
1391         (divtf3_internal_lat): Ditto.
1392         (divtf3_internal_thr): Ditto.
1393         * config/ia64/ia64.c (ia64_override_options): Change
1394         to check new macros for conflicts in settings.
1395         * doc/invoke.texi (-minline-divide-min-latency): Remove.
1396         (-minline-divide-max-throughput): Remove.
1397         (-minline-float-divide-min-latency): New.
1398         (-minline-float-divide-max-throughput): New.
1399         (-minline-int-divide-min-latency): New.
1400         (-minline-int-divide-max-throughput): New.
1401
1402 2002-11-01  Richard Earnshaw  (rearnsha@arm.com)
1403
1404         PR target/7856
1405         * arm.c (use_return_insn): Don't use a return insn if there are
1406         saved integer regs, but LR is not one of them.
1407
1408 Fri Nov  1 10:33:15 CET 2002  Jan Hubicka  <jh@suse.cz>
1409
1410         * expr.c (emit_move_insn):  Use SCALAR_FLOAT_MODE_P
1411         * machmode.h (SCALAR_FLOAT_MODE_P): New macro.
1412
1413 2002-10-31  Nathanael Nerode  <neroden@gcc.gnu.org>
1414
1415         PR optimization/6162
1416         * doc/md.texi: Document restriction on commutative operand
1417         specification.
1418
1419 2002-10-31  Eric Christopher  <echristo@redhat.com>
1420
1421         * explow.c (convert_memory_address): Use shallow_copy_rtx.
1422
1423 2002-10-31  Steve Ellcey  <sje@cup.hp.com>
1424
1425         * expmed.c (store_bit_field): Check FUNCTION_ARG_REG_LITTLE_ENDIAN.
1426
1427 2002-10-31  Steve Ellcey  <sje@cup.hp.com>
1428
1429         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set for non-floats.
1430
1431 Thu Oct 31  Dale Johannesen  <dalej@apple.com>
1432
1433         * config/rs6000/darwin.h:  Correct formatting in previous.
1434
1435 Thu Oct 31  Dale Johannesen  <dalej@apple.com>
1436
1437         * config/rs6000/darwin.h:  Enable -falign-xxx options.
1438
1439 Thu Oct 31 18:08:00 CET 2002  Jan Hubicka  <jh@suse.cz>
1440
1441         * i386.c (override_options): Set defaults for flag_omit_frame_pointer,
1442         flag_asynchronous_unwind_tables, flag_pcc_struct_return.
1443         * i386.c (optimization_options): Set flag_omit_frame_pointer,
1444         flag_asynchronous_unwind_tables, flag_pcc_struct_return to 2.
1445         Do not clear -momit-leaf-frame-pointer when profiling.
1446         (ix86_frame_pointer_required): Frame pointer is always required when
1447         profiling.
1448
1449 Thu Oct 31 16:09:44 CET 2002  Jan Hubicka  <jh@suse.cz>
1450
1451         * i386.md (negdf2_ifs_rex64): Don't allow GPR operand.
1452
1453 Thu Oct 31 12:45:55 2002  J"orn Rennecke <joern.rennecke@superh.com>
1454
1455         * sh.h (binary_logical_operator): Declare.
1456         * sh.c (binary_logical_operator): New function.
1457         * sh.md (xordi3+1): New combiner splitter pattern.
1458
1459 2002-10-31  David O'Brien  <obrien@FreeBSD.org>
1460
1461         * config/sparc/freebsd.h (TRANSFER_FROM_TRAMPOLINE): Define
1462         __enable_execute_stack function.
1463
1464 2002-10-30  Aldy Hernandez  <aldyh@redhat.com>
1465
1466         * c-common.c: Add GTY to vector_type_node_list.
1467
1468 2002-10-30  John David Anglin  <dave@hiauly.hia.nrc.ca>
1469
1470         * pa-linux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Define.
1471         * pa-protos.h (attr_length_millicode_call, attr_length_call,
1472         pa_init_machine_status): Declare new global functions.
1473         * pa.c (void copy_fp_args, length_fp_args, get_plabel): Declare and
1474         implement new functions.
1475         (attr_length_millicode_call, attr_length_call): Implement.
1476         (total_code_bytes): Change type to long.
1477         (pa_output_function_prologue): Compute total_code_bytes on TARGET_64BIT.
1478         Reset counter if flag_function_sections.
1479         (output_deferred_plabels): Set output alignment to 3 for TARGET_64BIT.
1480         (output_cbranch): Move call to gen_label_rtx.
1481         (output_millicode_call): Rewrite adding long TARGET_64BIT call, expose
1482         delay slot in all variants, shorten pc-relative calls.
1483         (output_call): Rewrite adding long TARGET_64BIT call, improved delay
1484         slot usage and exposure, various new call variants, and shortened
1485         sequences for some variants on TARGET_PA_20.
1486         Miscellaneous format changes.
1487         * pa.h (total_code_bytes): Change type to long.
1488         (MASK_LONG_CALLS, TARGET_LONG_CALLS, TARGET_LONG_ABS_CALL,
1489         TARGET_LONG_PIC_SDIFF_CALL, TARGET_LONG_PIC_PCREL_CALL): Define.
1490         (TARGET_SWITCHES): Add "-mlong-calls" and "-mno-long-calls" options.
1491         (EXTRA_CONSTRAINT, GO_IF_LEGITIMATE_ADDRESS,
1492         LEGITIMIZE_RELOAD_ADDRESS): Don't use long floating point loads and
1493         stores on TARGET_ELF32.
1494         *pa.md (define_delay): Allow insns in delay on TARGET_PORTABLE_RUNTIME.
1495         (unnamed patterns for mulsi3, divsi3, udivsi3, modsi3, umodsi3 and
1496         canonicalize_funcptr_for_compare expanders): Calculate attribute length
1497         attr_length_millicode_call().
1498         (call_internal_symref, call_value_internal_symref): Clobber register 1.
1499         Calculate attribute length using attr_length_call().
1500         (call_internal_reg_64bit, call_value_internal_reg_64bit): Move gp load
1501         to delay slot.
1502         (sibcall, sibcall_value): Rewrite.
1503         (sibcall_internal_symref, sibcall_value_internal_symref): Clobber
1504         register 1.  Use attr_length_call().
1505         (sibcall_internal_symref_64bit, sibcall_value_internal_symref_64bit):
1506         New patterns.
1507         (unamed pattern for canonicalize_funcptr_for_compare): Rewrite.
1508         * som.h (MEMBER_TYPE_FORCES_BLK): Define.
1509         * t-pa64 (TARGET_LIBGCC2_CFLAGS): Add "-mlong-calls".
1510         * doc/invoke.texi (mlong-calls): Document.
1511
1512 2002-10-30  Roger Sayle  <roger@eyesopen.com>
1513
1514         * fold-const.c (fold_binary_op_with_conditional_arg):  Improve
1515         handling of cases where one or both branches of the conditional
1516         have void type, i.e. throw an exception or don't return.
1517         (fold): Only apply (and undo) type conversion to the non-void
1518         branches of a COND_EXPR.
1519
1520 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
1521
1522         PR c++/8333
1523         * varasm.c (asm_output_aligned_bss): Do not call
1524         ASM_GLOBALIZE_LABEL.
1525
1526 2002-10-30  David Edelsohn  <edelsohn@gnu.org>
1527             Torbjorn Granlund  <tege@swox.com>
1528
1529         * config/rs6000/rs6000.md (load_toc_v4_PIC_1): Use preferred form
1530         for addressibility.
1531         (load_toc_v4_PIC_1b): Same.
1532
1533 2002-10-30  Kazu Hirata  <kazu@cs.umass.edu>
1534
1535         * config/h8300/h8300.c (h8300_eightbit_constant_address_p):
1536         Truncate the addresses for H8/300 using HImode.
1537
1538 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
1539
1540         * toplev.c (rest_of_type_compilation): Return early in case of
1541         errors.
1542         (check_global_declarations): Don't call debug_hooks->global_decl
1543         in case of errors.
1544
1545 2002-10-28  Andreas Bauer  <baueran@in.tum.de>
1546
1547         * doc/c-tree.texi (Tree overview): Fix typos.
1548
1549 2002-10-29  Phil Edwards  <pme@gcc.gnu.org>
1550
1551         * Makefile.in (gnucompare*):  Only record bad comparisons
1552         if there really was a bad comparison.
1553
1554 Tue Oct 29 19:32:16 CET 2002  Jan Hubicka  <jh@suse.cz>
1555
1556         * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Remove 'H'
1557         * i386.md (movsf*, movdf*): Use 'C' instead of 'H'
1558         * md.texi (machine dependent constraints): Document 'C'
1559
1560         * simplify-rtx.c (simplify_subreg): Fix const_int->vector subregging.
1561
1562         * i386.c (ix86_expand_vector_move): Fix.
1563
1564         * i386.c (ix86_expand_builtin): Use sse2_maskmovdqu_rex64.
1565         * i386.md (sse2_maskmovdqu_rex64): New pattern
1566
1567         PR target/8322
1568         * xmmintrin.h (_mm_stream_pi, _mm_stream_pd): Fix cast.
1569         (ix86_init_mmx_sse_builtins): Fix type.
1570
1571 2002-10-29  Jason Thorpe  <thorpej@wasabisystems.com>
1572
1573         * gthr-posix.h: Include <unistd.h> for feature tests.
1574         (sched_get_priority_max, sched_get_priority_min)
1575         (pthread_getschedparam, pthread_setschedparam): Only use
1576         if _POSIX_THREAD_PRIORITY_SCHEDULING is defined.
1577         (__gthread_objc_thread_set_priority): Don't treat all non-zero
1578         returns from sched_get_priority_max and sched_get_priority_min
1579         as an error.
1580
1581 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
1582
1583         * config/h8300/h8300.h (TARGET_DEFAULT): Make it
1584         MASK_QUICKCALL.
1585
1586 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
1587
1588         * config/h8300/h8300.c (h8300_eightbit_constant_address_p): New.
1589         (h8300_tiny_constant_address_p): Likewise.
1590         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Use
1591         h8300_eightbit_constant_address_p.
1592         (TINY_CONSTANT_ADDRESS_P): Use h8300_tiny_constant_address_p.
1593         * config/h8300/h8300-protos.h: Add the prototypes for the two
1594         new functions.
1595
1596 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
1597
1598         * reload1.c (update_eliminables): Unconditionally check if
1599         frame_pointer_needed has changed.
1600
1601 Tue Oct 29 15:37:39 CET 2002  Jan Hubicka  <jh@suse.cz>
1602
1603         * toplev.c (rest_of_compilation): Reorganize way reg_scan is called
1604         before final pass.
1605
1606 2002-10-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
1607
1608         * expr.c (expand_expr) [PLUS]: Don't use simplify_binary_operation;
1609         check for zero operands explicitly.
1610
1611 2002-10-29  Richard Sandiford  <rsandifo@redhat.com>
1612
1613         * config/mips/mips.md (extv, extzv, insv): Set size of referenced
1614         memory after adjusting to BLKmode.
1615
1616 2002-10-29  Kazu Hirata  <kazu@cs.umass.edu>
1617
1618         * config/h8300/h8300.h (MASK_*): New.
1619         (TARGET_*): Use MASK_*.
1620
1621 2002-10-28  Jason Thorpe  <thorpej@wasabisystems.com>
1622
1623         * config.gcc (*-*-netbsd*): Add NETBSD_ENABLE_PTHREADS to
1624         tm_defines if pthreads are enabled.
1625         * config/netbsd.h (LIB_SPEC): Only support the -pthread option
1626         if NETBSD_ENABLE_PTHREADS is defined.
1627
1628 2002-10-28  Kazu Hirata  <kazu@cs.umass.edu>
1629
1630         * ChangeLog.1: Fix typos.
1631         * cse.c: Fix a comment typo.
1632         * reload1.c: Likewise.
1633
1634 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
1635
1636         * fixinc/inclhack.def (libc1_G_va_list): Correct test_text.
1637         * fixinc/tests/base/_G_config.h: New file.
1638
1639 2002-10-27  Kazu Hirata  <kazu@cs.umass.edu>
1640
1641         * combine.c: Fix comment formatting.
1642         * loop.c: Likewise.
1643         * real.c: Likewise.
1644         * regclass.c: Likewise.
1645         * regmove.c: Likewise.
1646         * regrename.c: Likewise.
1647         * reg-stack.c: Likewise.
1648         * reload1.c: Likewise.
1649         * reload.c: Likewise.
1650         * reload.h: Likewise.
1651         * unroll.c: Likewise.
1652
1653 2002-10-27  Kazu Hirata  <kazu@cs.umass.edu>
1654
1655         * reload1.c (reload): Fix a comment typo.
1656
1657 Sun Oct 27 10:15:24 CET 2002  Jan Hubicka  <jh@suse.cz>
1658
1659         * linux64.h (DEFAULT_PCC_STRUCT_RETURN):  Define.
1660
1661 2002-10-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1662
1663         * Makefile.in (dwarf2out.o): Add dependendcy on hashtab.h.
1664         * dwarf2out.c: Include hashtab.h.
1665         (is_main_source): New static variable.
1666         (attr_checksum, die_checksum): Modified to handle die references.
1667         (same_loc_p, same_dw_val_p, same_attr_p, same_die_p, same_die_p_wrap,
1668         unmark_all_dies, htab_cu_hash, htab_cu_eq, htab_cu_del, check_duplicate_cu,
1669         record_comdat_symbol_number): New static functions.
1670         (output_comp_unit, compute_section_prefix, is_type_die, break_out_includes,
1671         mark_dies, unmark_dies, dwarf2out_start_source_file): Modified.
1672         * toplev.c (rest_of_decl_compilation): Call of dwarf2out_decl for type
1673         declarations added.
1674
1675 2002-10-26  Kazu Hirata  <kazu@cs.umass.edu>
1676
1677         * config/h8300/h8300.c (initial_offset): Change to
1678         h8300_initial_elimination_offset.
1679         * config/h8300/h8300.h (INITIAL_ELIMINATION_OFFSET): Use
1680         h8300_initial_elimination_offset.
1681         * config/h8300/h8300-protos.h: Update the prototype.
1682
1683 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
1684
1685         * config/mmix/mmix.h (LIBCALL_VALUE): Use
1686         MMIX_RETURN_VALUE_REGNUM, not MMIX_OUTGOING_RETURN_VALUE_REGNUM.
1687         (FUNCTION_VALUE_REGNO_P): Similar, but move code to...
1688         * config/mmix/mmix.c (mmix_function_value_regno_p): New.
1689         * config/mmix/mmix-protos.h: Remove needless ifdefs on TREE_CODE
1690         and RTX_CODE.
1691         (mmix_function_value_regno_p): Declare.
1692
1693         * config/mmix/mmix.md ("fixuns_truncdfdi2"): Replace unsigned_fix,
1694         invalid for floating point mode result, with fix.
1695
1696 2002-10-25  Mike Stump  <mrs@apple.com>
1697
1698         Fixes gcc.dg/warn-1.c.
1699         * c-typeck.c (warn_for_assignment): Don't print argument number, if zero.
1700
1701 Sat Oct 26 01:44:46 CEST 2002  Jan Hubicka  <jh@suse.cz>
1702
1703         * toplev.c (dump_file_index): Add DFI_ce3.
1704         (dump_file_info): Likewise.
1705         (rest_of_compilation): Run first ifcvt pass before tracer.
1706
1707 2002-10-25  Steve Ellcey  <sje@cup.hp.com>
1708
1709         * config/ia64/hpux.h (BITS_BIG_ENDIAN): Remove.
1710
1711 2002-10-25  Richard Henderson  <rth@redhat.com>
1712
1713         * real.c (real_to_decimal): If the >1 tens reduction loop results
1714         in a negative exponent, fall into the <1 pten computation.
1715
1716 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
1717
1718         PR middle-end/6994
1719         * c-objc-common.c (inline_forbidden_p): Can not inline
1720         functions containing structures or unions containing VLAs.
1721         * tree-inline.c (walk_tree): For all class 't' nodes, walk
1722         TYPE_SIZE and TYPE_SIZE_UNIT.
1723         (copy_tree_r): Copy types if they are variably modified.
1724
1725 2002-10-25  Ulrich Weigand  <uweigand@de.ibm.com>
1726
1727         * config/s390/s390.md: Remove old-style peepholes.
1728
1729 2002-10-25  Ulrich Weigand  <uweigand@de.ibm.com>
1730
1731         * config/s390/s390.c (s390_decompose_address): Do not range check the
1732         displacement if base or index is the argument pointer register.
1733
1734 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
1735
1736         PR other/3337
1737         PR bootstrap/6763
1738         PR bootstrap/8122
1739         * fixinc/inclhack.def (libc1_G_va_list): New fix.
1740         * fixinc/fixincl.x: Regenerate.
1741         * config/i386/linux.h: Move MD_FALLBACK_FRAME_STATE_FOR inside
1742         ifndef IN_LIBGCC2.  Wrap it together with signal.h and
1743         sys/ucontext.h inclusion in ifndef USE_GNULIBC_1.
1744         * configure.in (gcc_AC_CHECK_DECLS): Check vasprintf too.
1745         * config.in, configure: Regenerate.
1746
1747 2002-10-24  Igor Shevlyakov <igor@microunity.com>
1748
1749         * varasm.c (struct rtx_const): Array size 16 for V16QImode.
1750
1751 2002-10-24  Richard Henderson  <rth@redhat.com>
1752
1753         * config/i386/i386.c (x86_output_mi_thunk): Fix x86_64 pic jump.
1754
1755 2002-10-24  Kazu Hirata  <kazu@cs.umass.edu>
1756
1757         * config/h8300/h8300.c (initial_offset): Simplify by using
1758         round_frame_size.
1759
1760 2002-10-24  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1761
1762         * doc/install.texi (avr): Update required binutils version.
1763
1764 2002-10-24  Theodore A. Roth  <troth@openavr.org>
1765
1766         * doc/install.texi: Point avr users at more up-to-date information.
1767
1768 2002-10-24  Ulrich Weigand  <uweigand@de.ibm.com>
1769
1770         * config/s390/s390.md (movdi, movsi, movhi, movqi): Add peepholes2
1771         to pull operands out of the literal pool where possible.
1772
1773 2002-10-24  Denis Chertykov  <denisc@overta.ru>
1774
1775         * config/avr/avr.c (init_cumulative_args): Test fntype for zero.
1776
1777 2002-10-24  Steve Ellcey  <sje@cup.hp.com>
1778
1779         * expr.c (convert_move): If unsignedp is less then zero there
1780         is no equivalent code.
1781
1782 2002-10-24  Zack Weinberg  <zack@codesourcery.com>
1783
1784         * tree.def: Delete mention of nonexistent ARRAY_TYPE fields.
1785
1786 2002-10-24  Ulrich Weigand  <uweigand@de.ibm.com>
1787
1788         * config/s390/s390.h: Rework comments; re-sort target macro definitions
1789         according to the sequence they are defined in the manual.
1790         (POINTER_BOUNDARY): Remove.
1791
1792 2002-10-24  Kazu Hirata  <kazu@cs.umass.edu>
1793
1794         * config/h8300/h8300.c (round_frame_size): Replace 8 with
1795         BITS_PER_UNIT.
1796
1797 2002-10-24  Kazu Hirata  <kazu@cs.umass.edu>
1798
1799         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Make it
1800         64-bit safe.
1801         (TINY_CONSTANT_ADDRESS_P): Likewise.
1802
1803 2002-10-24  Richard Henderson  <rth@redhat.com>
1804
1805         * config/ia64/ia64.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): True.
1806         (ia64_output_mi_thunk): Rewrite to use rtl, and to handle the
1807         vcall offset.
1808
1809 2002-10-24  Richard Henderson  <rth@redhat.com>
1810
1811         PR opt/7944
1812         * reload.c (find_reloads_toplev): Mode of X is not important
1813         when simplifying subregs of constants.
1814
1815 2002-10-24  Richard Sandiford  <rsandifo@redhat.com>
1816
1817         * config.gcc (mips64vr-*-elf*, mips64vrel-*-elf*): Add
1818         MIPS_MARCH_CONTROLS_SOFT_FLOAT=1 to $tm_defines.
1819         * config/mips/mips.c (MIPS_MARCH_CONTROLS_SOFT_FLOAT): Default to 0.
1820         (override_options): Base default setting of MASK_SOFT_FLOAT on -march
1821         if MIPS_MARCH_CONTROLS_SOFT_FLOAT.
1822
1823 2002-10-24  Richard Sandiford  <rsandifo@redhat.com>
1824
1825         * optabs.c (expand_binop): Don't reuse the shift target in the
1826         middle of shift sequences.
1827
1828 2002-10-23  Ziemowit Laski <zlaski@apple.com>
1829
1830         * objc/objc-act.c (get_static_reference): Remove unneeded
1831         TYPE_BINFO initialization.
1832         (get_object-reference): Likewise.
1833         (build_constructor): Tighten precondition check.
1834         (finish_message_expr): Likewise.
1835
1836 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
1837
1838         * config/i386/i386.c (local_symbolic_operand): Move LABEL_REF test
1839         after CONST test.
1840
1841 2002-10-23  Steve Ellcey  <sje@cup.hp.com>
1842
1843         * config/ia64/ia64.c (hfa_element_mode): Don't allow 128 bit floats
1844         in HFAs.
1845
1846 2002-10-23  Richard Henderson  <rth@redhat.com>
1847
1848         * config/alpha/alpha.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): True.
1849         (alpha_output_mi_thunk_osf): Handle vcall_offset.
1850
1851 2002-10-23  Zack Weinberg  <zack@codesourcery.com>
1852
1853         * langhooks.h (struct lang_hooks_for_tree_inlining): Add
1854         var_mod_type_p.
1855         * langhooks-def.h: Default for tree_inlining.var_mod_type_p is
1856         hook_tree_bool_false.
1857
1858         * tree.c (variably_modified_type_p): Moved here from
1859         cp/tree.c.  Use lang_hooks.tree_inlining.var_mod_type_p for
1860         language-specific cases.  Due to this, must weaken some 'if
1861         and only if' checks to merely 'if'.
1862         * tree.h: Prototype variably_modified_type_p.
1863
1864         * tree-inline.c (walk_tree): #undef WALK_SUBTREE_TAIL at end.
1865
1866 2002-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
1867
1868         * config/s390/linux.h (CC1_SPEC, CC1PLUS_SPEC): Remove.
1869         * config/s390/s390.c (optimization_options): Disable -fcaller-saves.
1870
1871         * config/s390/s390-protos.h (fp_operand): Remove.
1872         * config/s390/s390.c (fp_operand): Remove.
1873         * config/s390/s390.md ("movdi"): Replace fp_operand by FP_REG_P.
1874         ("*movdi_lhi", "*movdi_lli", "*movdi_larl"): Likewise.
1875         ("movsi", "*movsi_lhi", "*movsi_lli"): Likewise.
1876         (movdi_31, movdf_31 splitters): Likewise.
1877
1878         * config/s390/s390.h (IEEE_FLOAT): Remove.
1879         (TARGET_FLOAT_FORMAT): Define in terms of TARGET_IEEE_FLOAT.
1880         (INT_REGNO_P): Rename to ...
1881         (GENERAL_REGNO_P): ... this.
1882         (FLOAT_REGNO_P): Rename to ...
1883         (FP_REGNO_P): ... this.
1884         (ADDR_REGNO_P): New macro.
1885         (GENERAL_REG_P, ADDR_REG_P, FP_REG_P, CC_REG_P): New macros.
1886         (REGNO_OK_FOR_DATA_P, REGNO_OK_FOR_FP_P): Remove.
1887         (DATA_REG_P, FP_REG_P, ADDRESS_REG_P): Likewise.
1888         (HARD_REGNO_NREGS): Adapt to macro renaming.
1889         (HARD_REGNO_MODE_OK): Likewise.
1890
1891 2002-10-23  David Edelsohn  <edelsohn@gnu.org>
1892             Geoff Keating  <geoffk@apple.com>
1893
1894         * config/rs6000/rs6000.c (rs6000_register_move_cost): New function.
1895         (rs6000_memory_move_cost): New function.
1896         * config/rs6000/rs6000-protos.h: Declare them.
1897         * config/rs6000/rs6000.h: Use them.
1898
1899 2002-10-23  Ulrich Weigand  <uweigand@de.ibm.com>
1900
1901         * libgcc2.c (__udiv_w_sdiv): Use attribute ((always_inline)) when
1902         inlining it into other libgcc2 routines.
1903         (__udivmoddi4): Likewise.
1904
1905 2002-10-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1906
1907         * doc/sourcebuild.texi (Test Suites): Improve.
1908
1909 2002-10-22  Stan Shebs  <shebs@apple.com>
1910
1911         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Add missing
1912         case for Darwin.
1913
1914 2002-10-22  Jim Wilson  <wilson@redhat.com>
1915
1916         * config/i386/i386.md (subdi3_1): Add call to ix86_binary_operator_ok.
1917
1918 Wed Oct 23 01:52:36 CEST 2002  Jan Hubicka  <jh@suse.cz>
1919
1920         PR other/8289
1921         * xmmintrin.h: Add const to the argument of loads.
1922
1923         * i386.md (pushv2di): New pattern.
1924         PR target/6890
1925         * xmmintrin.h (_MM_TRANSPOSE4_PS): New.
1926
1927 2002-10-22  Richard Henderson  <rth@redhat.com>
1928
1929         * target.h (gcc_target.asm_out): Merge output_mi_thunk and
1930         output_mi_vcall_thunk into a single hook.  Add can_output_mi_thunk.
1931         * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Don't conditionalize.
1932         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Remove.
1933         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1934         (TARGET_ASM_OUT): Update.
1935         * hooks.c (hook_bool_tree_hwi_hwi_tree_false): New.
1936         (hook_bool_tree_hwi_hwi_tree_true): New.
1937         (default_can_output_mi_thunk_no_vcall): New.
1938         * hooks.h: Declare them.
1939         * system.h (ASM_OUTPUT_MI_THUNK): Poison.
1940
1941         * config/alpha/alpha.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1942         (alpha_output_mi_thunk_osf): Add VCALL_OFFSET parameter.
1943         * config/arm/arm.c, config/cris/cris.c, config/frv/frv.c,
1944         config/i960/i960.c, config/ia64/ia64.c, config/m68k/m68k.c,
1945         config/mmix/mmix.c, config/pa/pa.c, config/sparc/sparc.c,
1946         config/stormy16/stormy16.c: Similarly.
1947
1948         * config/i386/i386.c (x86_output_mi_thunk): Merge vcall_offset code.
1949         Handle 64-bit properly.  Streamline.
1950         (x86_output_mi_vcall_thunk): Remove.
1951         (x86_this_parameter): Rename from ia32_this_parameter; handle 64-bit.
1952         (x86_can_output_mi_thunk): New.
1953         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Remove.
1954         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1955         (override_options): Don't zap targetm.asm_out.output_mi_vcall_thunk.
1956
1957         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Rename from
1958         output_mi_thunk; make static; always use function_section.
1959         (TARGET_ASM_OUTPUT_MI_THUNK): New.
1960         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1961         (rs6000_ra_ever_killed): Test no_new_pseudos not
1962         targetm.asm_out.output_mi_thunk in conjunction with thunks.
1963         * config/rs6000/rs6000-protos.h: Update.
1964         * config/rs6000/sysv4.h (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
1965         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't call
1966         xcoffout_declare_function when using rs6000_output_mi_thunk.
1967
1968         * config/s390/s390.c (s390_output_mi_thunk): Rename from
1969         s390_output_mi_vcall_thunk.
1970         (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
1971         (TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1972
1973         * config/vax/vax.c (vax_output_mi_thunk): Static; add vcall_offset.
1974         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): New.
1975         * config/vax/vax-protos.h: Update.
1976         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.
1977
1978 Wed Oct 23 00:33:11 CEST 2002  Jan Hubicka  <jh@suse,cz>
1979
1980         * i386.c (standard_sse_constant_p): Accept vector and integer zeros too.
1981         * i386.h (EXTRA_CONSTRAINT): Recognize 'C'
1982         * i386.md (movti_internal): Use 'C'
1983
1984         * xmmintrin.h (_mm_cmplt_epi*): New.
1985
1986 2002-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
1987
1988         * config/s390/s390.md ("*movdi_64"): Fix op_type attribute.
1989         ("*movdf_64"): Likewise.
1990         ("*lshrdi3_64"): Likewise.
1991         ("blockage"): Add length attribute.
1992         ("lit"): Likewise.
1993
1994 Tue Oct 22 23:51:34 CEST 2002  Jan Hubicka  <jh@suse.cz>
1995
1996         * i386.md: FIx typo.
1997         (sse2_cvtsi2sd, sse2_pslrdq): Fix template.
1998         (sse2_umulv2siv2di3): Fix predicate.
1999         (sse2_psadbw, ashrv8hi3, ashrv4si3, lshrv8hi3 lshrv4si3,
2000         lshrv2di3, ashlv8hi3, ashlv4si3, ashlv2di3): Likewise.
2001         * xmmintrin.h (_mm_mul_epu16): Rename to...
2002         (_mm_mul_epu32): This one.
2003         (_mm_cvtsi32_si128, _mm_cvtsi128_si32): New.
2004
2005         (contains_128bit_aligned_vector_p): Undo accidental checkin.
2006
2007 2002-10-22  Eric Christopher  <echristo@redhat.com>
2008
2009         * config/sparc/sparc.h: Add #error.
2010
2011 2002-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
2012
2013         * config.gcc [s390-*-linux]: Remove s390/t-linux from tmake_file.
2014         [s390x-*-linux*]: Likewise.
2015         * config/s390/t-linux: Remove.
2016         * config/s390/s390.h: Include fixdfdi.h when building libgcc2.
2017
2018 Tue Oct 22 19:07:03 CEST 2002  Jan Hubicka  <jh@suse.cz>
2019
2020         * i386.c (builtin_description): Add IX86_BUILTIN_PUNPCKHQDQ128.
2021         (ix86_expand_builtin): Fix MASKMOVDQU expasion.
2022         * i386.h (ix86_builtins): Add IX86_BUILTIN_PUNPCKHQDQ128.
2023         * i386.md (mmx_punpck?dq): Simplify.
2024         (sse2_pubpcklqdq): Fix.
2025         (sse2_pubpckhqdq): New.
2026         * xmmintrin.h (_mm_unpackhi_epi32): New.
2027
2028         * xmmintrin.h (_mm_cvt*, _mm_stream_pd): Fix prototypes.
2029         (_mm_shufflehi_epi16, _mm_shufflelo_epi16): Fix typo.
2030
2031 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
2032
2033         PR c++/7209
2034         * fold_const.c (fold_binary_op_with_conditional_arg): Always
2035         build compound_expr if we used save_expr.
2036
2037 2002-10-22  Alan Modra  <amodra@bigpond.net.au>
2038
2039         * output.h (SECTION_NOTYPE): Define.
2040         * varasm.c (default_section_type_flags_1): Set SECTION_NOTYPE for
2041         init array sections.
2042         (default_elf_asm_named_section): Mind SECTION_NOTYPE.
2043         * config/arm/arm.c (arm_elf_asm_named_section): Likewise.  Also
2044         merge TLS support.
2045
2046 2002-10-21  Richard Henderson  <rth@redhat.com>
2047
2048         * real.c (sticky_rshift_significand): Return inexact, don't
2049         or it in immediately.
2050         (sub_significands): Accept incomming carry.
2051         (div_significands, rtd_divmod): Update for sub_significands change.
2052         (round_for_format): Update for sticky_rshift_significand change.
2053         (do_add): Don't involve the inexact bit in addition, do give the
2054         inexact bit as the subtraction carry-in.
2055         (encode_internal, decode_internal, real_internal_format): New.
2056         * real.h (real_internal_format): Declare.
2057
2058 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2059
2060         * libgcc2.c: Fix __udiv_w_sdiv breakage on platforms that
2061         don't define sdiv_qrnnd.
2062
2063 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
2064
2065         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Simplify
2066         using IN_RANGE.
2067         (TINY_CONSTANT_ADDRESS_P): Likewise.
2068
2069 Tue Oct 22 00:04:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
2070
2071         * i386.c (builtin_description): Add punpcklqdq and movdq2q
2072         (ix86_init_mmx_sse_builtins): Add v2di_ftype_void, di_ftype_v2di,
2073         v16qi_ftype_pchar, void_ftype_pchar_v16qi, v4si_ftype_pchar,
2074         void_ftype_pchar_v4si; Initialize __builtin_ia32_movdq2q,
2075         __builtin_ia32_loaddqa, __builtin_ia32_loaddqu, __builtin_ia32_loadd
2076         __builtin_ia32_storedqa, __builtin_ia32_storedqu, __builtin_ia32_stored
2077         __builtin_ia32_setzero128.
2078         (ix86_expand_builtin): Handle IX86_BUILTIN_CLRTI, IX86_BUILTIN_LOADDQA,
2079         IX86_BUILTIN_LOADDQU, IX86_BUILTIN_LOADD, IX86_BUILTIN_STOREDQA,
2080         IX86_BUILTIN_STOREDQU, IX86_BUILTIN_STORED, Ix86_BUILTIN_MOVQ.
2081         * i386.h (ix86_builtins): Add IX86_BUILTIN_LOADDQA, IX86_BUILTIN_LOADDQU,
2082         IX86_BUILTIN_STOREDQA, IX86_BUILTIN_STOREDQU, IX86_BUILTIN_LOADD,
2083         IX86_BUILTIN_STORED, IX86_BUILTIN_CLRTI, IX86_BUILTIN_MOVDQ2Q,
2084         IX86_BUILTIN_PUNPCKLQDQ128, Ix86_BUILTIN_MOVQ.
2085         * i386.md (sse2_punpcklqdq, sse2_movqsse2_loadd, sse2_stored,
2086         sse2_movq): New patterns.
2087         (sse2_movdqa, sse2_movdqu, sse2_movdq2q): Fix.
2088         * xmmintrin.h (_mm_load_si128, _mm_loadu_si128, _mm_loadl_epi64,
2089         _mm_store_si128, _mm_storeu_si128, _mm_storel_epi64,
2090         _mm_setzero_si128, _mm_set_epi64, _mm_set_epi32, _mm_set_epi16,
2091         _mm_set_epi8, _mm_set1_epi64, _mm_set1_epi32, _mm_set1_epi16,
2092         _mm_set1_epi8, _mm_setr_epi64, _mm_setr_epi32, _mm_setr_epi16,
2093         _mm_setr_epi8, _mm_unpacklo_epi64,_mm_set_moveq): New functions.
2094         (_mm_insert_epi16): Fix.
2095
2096 2002-10-21  Dale Johannesen  <dalej@apple.com>
2097
2098         * config/rs6000/rs6000.c (rs6000_reverse_condition): Handle
2099             unsafe math reversals correctly for RTL generation.
2100           (output_cbranch):  Replace rs6000_reverse_condition call
2101             by its former definition.
2102
2103 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
2104
2105         * config/i386/i386.c (x86_64_sign_extended_value): Add allow_rip
2106         argument.  In CM_SMALL_PIC model consider SYMBOL_REFs binding locally or
2107         from constant pool or LABEL_REFs as sign extended if allow_rip.
2108         Change all +-1GB limits to +-16MB.
2109         (x86_64_general_operand, x86_64_szext_general_operand,
2110         x86_64_nonmemory_operand, x86_64_movabs_operand,
2111         x86_64_szext_nonmemory_operand, x86_64_immediate_operand,
2112         legitimate_address_p, ix86_expand_int_movcc): Update callers.
2113         (local_symbolic_operand): Don't allow offsets bigger than +-16MB
2114         in CM_SMALL_PIC model.
2115         (legitimate_pic_address_disp_p): Don't check offsets before
2116         calling local_symbolic_operand.
2117         (legitimize_pic_address): Force offsets bigger than +-16MB into
2118         register.
2119         * config/i386/i386.h (EXTRA_CONSTRAINT, CONST_COSTS): Likewise.
2120         * config/i386/i386-protos.h (x86_64_sign_extended_value): Update
2121         prototype.
2122
2123         * configure.in: Test for @GOTNTPOFF and @INDNTPOFF on IA-32 too.
2124         Add x86-64 test.  Set tls_first_minor to 14 on IA-32 and x86-64.
2125         * configure: Rebuilt.
2126         * config/i386/i386.c (x86_64_sign_extended_value): Don't allow TLS
2127         SYMBOL_REFs unless enclosed in UNSPEC.  Handle UNSPEC_DTPOFF,
2128         UNSPEC_GOTNTPOFF and UNSPEC_NTPOFF.
2129         (legitimate_address_p): Allow foo@dtpoff(base) even on TARGET_64BIT
2130         -fpic.
2131         (ix86_encode_section_info): Don't ever generate TLSGD or TLSLD for
2132         non-pic code if TARGET_64BIT.
2133         (legitimize_address): Generate 64-bit TLS sequences.
2134         (output_pic_addr_const): Support x86-64 TLS operators.
2135         (i386_output_dwarf_dtprel): Output 64-bit DTPOFF as .long f@DTPOFF, 0.
2136         (print_operand_address): Use %fs instead of %gs on TARGET_64BIT.
2137         Don't append (%rip) in 64-bit TLSGD and TLSLD sequences.
2138         (output_addr_const_extra): Support x86-64 TLS operators.
2139         (maybe_get_pool_constant): Handle TARGET_64BIT -fpic.
2140         (ix86_tls_get_addr): Use __tls_get_addr on TARGET_64BIT
2141         unconditionally.
2142         * config/i386/i386.md (*tls_global_dynamic_gnu): Renamed to...
2143         (*tls_global_dynamic_32_gnu): ..., add !TARGET_64BIT.
2144         (*tls_global_dynamic_sun): Renamed to...
2145         (*tls_global_dynamic_32_sun): ..., add !TARGET_64BIT.
2146         (tls_global_dynamic): Renamed to...
2147         (tls_global_dynamic_32): ... this.
2148         (tls_global_dynamic_64, *tls_global_dynamic_64): New.
2149         (*tls_local_dynamic_base_dynamic_gnu): Renamed to...
2150         (*tls_local_dynamic_base_dynamic_32_gnu): ..., add !TARGET_64BIT.
2151         (*tls_local_dynamic_base_dynamic_sun): Renamed to...
2152         (*tls_local_dynamic_base_dynamic_32_sun): ..., add !TARGET_64BIT.
2153         (tls_local_dynamic_base_dynamic): Renamed to...
2154         (tls_local_dynamic_base_dynamic_32): ... this.
2155         (tls_local_dynamic_base_dynamic_64,
2156         *tls_local_dynamic_base_dynamic_64): New.
2157         (*tls_local_dynamic_once): Renamed to...
2158         (*tls_local_dynamic_32_once): ... this.
2159
2160 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2161
2162         * libgcc2.c: Inline __udiv_w_sdiv when compiling __udivdi3,
2163         __divdi3, __umoddi3, or __moddi3.
2164
2165 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2166
2167         * c-opts.c (missing_arg): Use cl_options[opt_index].opt_code
2168         instead of just opt_index as switch expression.
2169
2170         * calls.c (store_one_arg): Change type of 'excess_align'
2171         to unsigned int.
2172
2173         * profile.c (output_gcov_string): Change type of 'temp'
2174         to size_t.
2175
2176 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2177
2178         * config/s390/fixdfdi.h (__fixunsdfdi, __fixdfdi): Add prototypes.
2179         (__fixunssfdi, __fixsfdi): Likewise.
2180         * config/s390/s390.c (s390_single_hi): Initialize 'value'.
2181         (s390_single_qi): Likewise.
2182         (s390_emit_epilogue): Initialize 'offset'.  Remove signed vs.
2183         unsigned comparison warning.
2184         (s390_return_addr_rtx): New function.
2185         * config/s390/s390-protos.h (s390_return_addr_rtx): Declare it.
2186         * config/s390/s390.h (RETURN_ADDR_RTX): Use it.
2187         (HARD_REGNO_MODE_OK): Rewrite condition to silence warnings.
2188
2189 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
2190
2191         * config/s390/s390.c (s390_output_mi_vcall_thunk): New function.
2192         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Define target hook.
2193         (s390_output_mi_thunk): Remove.
2194         (TARGET_ASM_OUTPUT_MI_THUNK): Remove.
2195
2196 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
2197
2198         * config/h8300/h8300.h (N_REG_CLASSES): Parenthesize.
2199
2200 2002-10-20  Richard Henderson  <rth@redhat.com>
2201
2202         * target.h (struct gcc_target): Line wrap.
2203
2204         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Static.
2205         (TARGET_ASM_OUTPUT_MI_THUNK): Define here...
2206         * config/alpha/alpha.h: ... not here.
2207         * config/alpha/alpha-protos.h: Update.
2208
2209         * config/arm/arm.c, config/arm/arm.h, config/arm/arm-protos.h
2210         config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
2211         config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.h,
2212         config/i386/i386-protos.h, config/i386/i386.c, config/i386/openbsd.h,
2213         config/i386/unix.h, config/i960/i960-protos.h, config/i960/i960.c,
2214         config/i960/i960.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
2215         config/ia64/ia64.h, config/m68k/linux.h, config/m68k/m68k-protos.h,
2216         config/m68k/m68k.c, config/m68k/netbsd-elf.h, config/m68k/openbsd.h,
2217         config/mmix/mmix-protos.h, config/mmix/mmix.c, config/mmix/mmix.h,
2218         config/pa/pa-protos.h, config/pa/pa.c, config/pa/pa.h,
2219         config/s390/s390-protos.h, config/s390/s390.c, config/s390/s390.h,
2220         config/sparc/openbsd.h, config/sparc/sparc-protos.h,
2221         config/sparc/sparc.c, config/sparc/sparc.h,
2222         config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
2223         config/stormy16/stormy16.h: Similarly.
2224
2225         * config/m68k/m68k.c (m68k_output_mi_thunk): Replicate mnemonic
2226         selection logic from call patterns.
2227
2228 2002-10-20  Mark Mitchell  <mark@codesourcery.com>
2229
2230         * config/m68k/m68k.c (m68k_output_mi_thunk): Fix typo.
2231
2232 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2233
2234         PR other/8202
2235         * i386.c (ix86_init_mmx_sse_builtins, ix86_expand_builtin): Define and
2236         expand __builtin_ia32_pslldqi128 and __builtin_ia32_psrldqi128.
2237         * i386.h (IX86_BUILTIN_PSLLDQI128, IX86_BUILTIN_PSRLDQI128): New.
2238         * xmmintrin.h (_mm_srli_si128, _mm_slli_si128): New.
2239
2240 2002-10-20  Roger Sayle  <roger@eyesopen.com>
2241
2242         PR c/761
2243         * toplev.c (flag_unsafe_profile_arcs): Remove.
2244         (flag_bounded_pointers): Remove.
2245         (flag_bounds_check): Correct comments.
2246         (lang_independent_options): Remove -funsafe-profile-arcs and
2247         -fbounded-pointers.  Correct -fbounds-check comments.
2248
2249         * flags.h: Correct flag_schedule_interblock comments.
2250         (flag_bounded_pointers): Remove prototype.
2251         (flag_bounds_check): Correct comments.
2252
2253         * c-opts.c (c_common_init_options): No need to mark
2254         flag_bounds_check as unspecified.
2255         (c_common_post_options): And no need to set it from
2256         flag_bounded_pointers if its still unspecified.
2257
2258         * doc/invoke.texi: Fix some overfull hboxes in "make dvi".
2259         Document --version, -feliminate-dwarf-2-dups, -fno-sched-interblock,
2260         -fno-sched-spec, -fsched-spec-load, -fsched-spec-load-dangerous,
2261         -fsched-verbose=n, -fno-branch-count-reg and -fbounds-check.
2262
2263 2002-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2264             Mark Mitchell  <mark@codesourcery.com>
2265
2266         * alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to
2267         match target.h.
2268         * arm-protos.h, arm.c (arm_output_mi_thunk): Likewise.
2269         * cris-protos.h, cris.c (cris_asm_output_mi_thunk): Likewise.
2270         * frv-protos.h, frv.c (frv_asm_output_mi_thunk): Likewise.
2271         * i386-protos.h, i386.c (x86_output_mi_vcall_thunk,
2272         x86_output_mi_thunk): Likewise.
2273         * i960-protos.h, i960.c (i960_output_mi_thunk): Likewise.
2274         * ia64-protos.h, ia64.c (ia64_output_mi_thunk): Likewise.
2275         * m68k-protos.h, m68k.c (m68k_output_mi_thunk): Likewise.
2276         * mmix-protos.h, mmix.c (mmix_asm_output_mi_thunk): Likewise.
2277         * rs6000-protos.h, rs6000.c (output_mi_thunk): Likewise.
2278         * s390-protos.h, s390.c (s390_output_mi_thunk): Likewise.
2279         * stormy16-protos.h, stormy16.c (xstormy16_asm_output_mi_thunk):
2280         Likewise.
2281         * vax-protos.h, vax.c (vax_output_mi_thunk): Likewise.
2282
2283         * target.h (gcc_target): Update output_mi_thunk and
2284         output_mi_vcall_thunk to take a HOST_WIDE_INT delta and
2285         vcall_index.
2286
2287         * config/alpha/alpha.c: Replace ASM_OUTPUT_MI_THUNK with
2288         TARGET_ASM_OUTPUT_MI_THUNK in comments.
2289         * config/alpha/vms.h (ASM_OUTPUT_MI_THUNK): Don't #undef it.
2290         (TARGET_ASM_OUTPUT_MI_THUNK): #undef it.
2291         * config/frv/frv.h (DEFAULT_VTABLE_THUNKS): Remove definition.
2292         * config/i386/i386-protos.h (x86_output_mi_vcall_thunk): Update
2293         signature.
2294         * config/i386/i386.c (x86_output_mi_vcall_thunk): Likewise.
2295         * config/i386/openbsd.h: Replace ASM_OUTPUT_MI_THUNK with
2296         TARGET_ASM_OUTPUT_MI_THUNK in comments.
2297         * config/i960/i960.h (ASM_OUTPUT_MI_THUNK): Don't define.
2298         (TARGET_ASM_OUTPUT_MI_THUNK): Do define.
2299         * config/m68k/openbsd.h: Replace ASM_OUTPUT_MI_THUNK with
2300         TARGET_ASM_OUTPUT_MI_THUNK in comments.
2301         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Remove #ifdef
2302         ASM_OUTPUT_MI_THUNK and replace with check of targetm.
2303
2304         * doc/tm.texi (TARGET_ASM_OUTPUT_MI_THUNK): Update signature.
2305         (TARGET_ASM_OUTPU_MI_VCALL_THUNK): Likewise.
2306
2307 2002-10-19  Brad Lucier  <lucier@math.purdue.edu>
2308
2309         * real.c (do_add): Fix 0+0 sign corner case.
2310         (do_divide): Fix Inf/0 corner case.
2311
2312 Sun Oct 20 00:31:31 CEST 2002  Jan Hubicka  <jh@suse.cz>
2313
2314         * i386.c (classify_argument): Pass MMX arguments in memory
2315         (ix86_expand_builtin): Expand proper address mode for cflush.
2316         * i386.md (movdqa): Fix typo.
2317         (sse2_cflush): Accept DImode addresses.
2318
2319         * xmmintrin.h (_mm_sqrt_sd): Accept two arguments.
2320         (_mm_max_sd): Fix pasto.
2321         (_mm_storeh_pd, _mm_storel_pd): Fix.
2322
2323         * i386.c (bdesc_comi): Fix to match specification.
2324         (ix86_expand_sse_comi): Emit the comparison properly.
2325         * i386.md (sse_comi, sse2_comi, sse_ucomi, sse2_ucomi):
2326         Do not use comparison operator.
2327         (vnmaskcmp): Fix template.
2328
2329         * xmmintrin.h (_mm_cvtps_pi16): Fix.
2330
2331 2002-10-19  Sebastian Pop  <s.pop@laposte.net>
2332
2333         * dependence.c : Removed.
2334         * Makefile.in : Remove dependence.o.
2335
2336 Sat Oct 19 10:46:52 CEST 2002  Jan Hubicka  <jh@suse.cz>
2337
2338         * mmintrin.h (__m64): typedef it to v2si.
2339         (_mm_cvtsi32_si64, _mm_cvtsi32_si64_mm_sll_pi16,
2340         _mm_sll_pi32, _mm_sll_pi64, _mm_slli_pi64, _mm_sra_pi16,
2341         _mm_sra_pi32, _mm_srl_pi16, _mm_srl_pi32, _mm_srl_pi64,
2342         _mm_srli_pi64, _mm_and_si64, _mm_andnot_si64,
2343         _mm_or_si64, _mm_xor_si64): Add neccesary casts.
2344         * xmmintrin.h (_mm_setzero_si64): Likewise.
2345
2346         * i386.h (ALIGN_MODE_128): Update comment; add missing modes
2347         (SSE_REG_MODE_P, MMX_REG_MODE_P): New macros.
2348
2349         PR target/7693
2350         Patch by Shawn Wagner
2351         * mmintrin.h: Replace pi64 by si64.
2352
2353 2002-10-18  David Edelsohn  <edelsohn@gnu.org>
2354
2355         * rs6000.md (movdf_hardfloat32): Order alternatives consistently.
2356         Use length of 4 not *.
2357         (movdf_hardfloat64): Same.  Support DFmode moves to/from CTR/LR.
2358         (movdf_softfloat64): Likewise.
2359         (movdi_internal32): Use length of 4 not *.
2360         (movti_power): Same.
2361         (ctrsi, ctrdi): Same.
2362
2363 2002-10-18  Zack Weinberg  <zack@codesourcery.com>
2364
2365         * c-decl.c (start_decl): Point users of the old initialized-
2366         typedef extension at __typeof__.
2367
2368 2002-10-18  Richard Henderson  <rth@redhat.com>
2369
2370         * real.c (cmp_significand_0, rtd_divmod, ten_to_mptwo): New.
2371         (real_to_decimal): Re-implement using the logic from the
2372         gcc 3.2 etoasc.  Comment heavily.
2373         (div_significands): Simplify loop startup and comparison logic.
2374
2375 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
2376
2377         * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.
2378         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Likewise.
2379         (TARGET_ASM_OUT): Add them.
2380         * target.h (asm_out): Add output_mi_thunk and
2381         output_mi_vcall_thunk.
2382         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2383         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2384         * config/arm/arm-protos.h (arm_output_mi_thunk): Declare.
2385         * config/arm/arm.c (arm_output_mi_thunk): Define.
2386         * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2387         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2388         * config/cris/cris.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2389         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2390         * config/frv/frv.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2391         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2392         * config/i386/i386-protos.h (x86_output_mi_thunk): Adjust
2393         prototype.
2394         (x86_output_mi_vcall_thunk): Declare.
2395         * config/i386/i386.c (override_options): Clear
2396         output_mi_vcall_thunk in 64-bit mode.
2397         (ix86_fntype_regparm): New function.
2398         (ix86_return_pops_args): Use it.
2399         (ia32_this_parameter): New function.
2400         (x86_output_mi_vcall_thunk): New function.
2401         (x86_output_mi_thunk): Use it
2402         * config/i386/unix.h (TARGET_ASM_OUTPUT_MI_THUNK): Adjust.
2403         (TARGET_ASM_OUTPUT_MI_VCALL_THUNK): Define.
2404         * config/i960/i960-protos.h (i960_output_mi_thunk): Declare.
2405         * config/i960/i960.c (i960_output_mi_thunk): New function.
2406         * config/i960/i960.h (ASM_OUTPUT_MI_THUNK): Adjust.
2407         * config/ia64/ia64-protos.h (ia64_output_mi_thunk): Declare.
2408         * config/ia64/ia64.c (ia64_output_mi_thunk): Define.
2409         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2410         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2411         * config/m68k/m68k-protos.h (m68k_output_mi_thunk): New function.
2412         * config/m68k/linux.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2413         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2414         * config/m68k/netbsd-elf.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2415         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2416         * config/mmix/mmix.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2417         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2418         * config/pa/pa.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2419         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2420         * config/rs6000/sysv4.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2421         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2422         * config/s390/s390-protos.h (s390_output_mi_thunk): Declare.
2423         * config/s390/s390.c (s390_output_mi_thunk): Define.
2424         * config/s390/s390.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2425         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2426         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2427         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2428         * config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2429         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2430         * config/vax/vax-protos.h (vax_output_mi_thunk): Declare.
2431         * config/vax/vax.c (vax_output_mi_thunk): Define.
2432         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Rename to ...
2433         (TARGET_ASM_OUTPUT_MI_THUNK): ... this.
2434         * doc/tm.texi: Adjust documentation.
2435
2436 2002-10-18  Jason Thorpe  <thorpej@wasabisystems.com>
2437
2438         * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Define
2439         __enable_execute_stack function.
2440         * config/alpha/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Define
2441         as NETBSD_ENABLE_EXECUTE_STACK.
2442         * config/i386/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
2443         * config/i386/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
2444         * config/i386/netbsd64.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
2445         * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
2446         * config/sparc/netbsd.h (TRANSFER_FROM_TRAMPOLINE): Ditto.
2447
2448 2002-10-18  Jason Thorpe  <thorpej@wasabisystems.com>
2449
2450         * config/i386/i386.c (x86_initialize_trampoline): Emit a call
2451         to __enable_execute_stack with the address of the trampoline
2452         if TRANSFER_FROM_TRAMPOLINE is defined.
2453         * config/i386/i386.h (TARGET_64BIT): Expand to a compile-time
2454         constant if building libgcc2.
2455
2456 2002-10-17  Roger Sayle  <roger@eyesopen.com>
2457
2458         * doc/c-tree.texi: Update description of COND_EXPR tree nodes.
2459
2460 2002-10-17  Geoffrey Keating  <geoffk@apple.com>
2461
2462         * config/rs6000/rs6000.h (HARD_REGNO_MODE_OK): Allow arbitrary modes
2463         in CTR/LR/MQ.
2464         * config/rs6000/rs6000.md (movcc_internal1): Support CCmode moves
2465         to/from CTR/LR/MQ.
2466         (movsf_hardfloat): Support SFmode moves to/from CTR/LR/MQ.
2467         (movsf_softfloat): Likewise.
2468
2469 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
2470
2471         * Makefile.in (site.exp): Add ALT_CXX_UNDER_TEST and COMPAT_OPTIONS.
2472
2473 2002-10-17  Jason Thorpe  <thorpej@wasabisystems.com>
2474
2475         * config/alpha/alpha.c (alpha_initialize_trampoline): Use
2476         tramp, not addr, to pass the trampoline address to
2477         __enable_execute_stack.
2478
2479 Thu Oct 17 18:40:47 CEST 2002  Jan Hubicka  <jh@suse.cz>
2480
2481         * mmintrin.h: Guard by __MMX__
2482         * xmmintrin.h: Guard by __SSE__
2483
2484         PR other/8062
2485         * xmmintrin.h (_MM_SHUFFLE2): New macro.
2486         (_mm_load*_?d): New functions.
2487         (_mm_set*_?d): New functions.
2488         (_mm_store*_?d): New functions.
2489
2490 Wed Oct 16 15:01:29 CEST 2002  Jan Hubicka  <jh@suse.cz>
2491
2492         Really commit patch announced at Oct 14
2493         PR c/7344
2494         * predict.c (can_predict_insn_p): New function.
2495         (estimate_probability): Avoid unnecesary work.
2496         (process_note_prediction): Likewise.
2497         * toplev.c (rest_of_compilation): Account early branch prediction pass
2498         as TV_BRANCH_PROB.
2499
2500         PR other/8048
2501         Found by Ian Ollmann
2502         * xmmintrin.h (_mm_shuffle_pd): Fix typo.
2503         (_mm_load?_pd): Likewise.
2504         (_mm_store?_pd): Likewise.
2505
2506         PR target/7386
2507         * i386.c (builtin_description):Drop cmpg[te]s[sd].
2508         * xmmintrin.h (__mm_cmpg[te]_s[sd]): Rewrite using
2509         swapped alternative.
2510
2511         PR opt/7630
2512         * reload1.c (reload_inner_reg_of_subreg): New argument output;
2513         (push_reload): Update call.
2514
2515 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
2516
2517         * config.gcc (mips*-*-*): Add OBJECT_FORMAT_ELF to $tm_defines
2518         if using mips/elf.h or mips/elf64.h.
2519         * config/mips/elf.h (OBJECT_FORMAT_ELF): Remove.
2520         * config/mips/elf64.h (OBJECT_FORMAT_ELF): Remove.
2521
2522 2002-10-16  Aldy Hernandez  <aldyh@redhat.com>
2523
2524         * config/rs6000/rs6000.c (function_arg): Set inner mode of V1DI to
2525         SI.
2526
2527 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
2528
2529         * config/s390/linux.h (ASM_DOUBLE, _ASM_OUTPUT_LONG): Remove.
2530         (LPREFIX): Likewise.
2531         (ASM_COMMENT_START, LOCAL_LABEL_PREFIX, ASM_FORMAT_PRIVATE_NAME,
2532         ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT,
2533         ASM_OUTPUT_ALIGN, ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_BSS,
2534         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
2535         GLOBAL_ASM_OP, ASM_OUTPUT_MI_THUNK): Move to s390.h.
2536
2537         * config/s390/s390.h (ASM_COMMENT_START, LOCAL_LABEL_PREFIX,
2538         ASM_FORMAT_PRIVATE_NAME, ASM_OUTPUT_ALIGN, ASM_OUTPUT_SKIP,
2539         ASM_OUTPUT_ALIGNED_BSS, TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
2540         BSS_SECTION_ASM_OP): Move from linux.h.
2541         (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
2542         Also, use ASM_GENERATE_INTERNAL_LABEL instead of LPREFIX.
2543
2544         * config/s390/s390.c (s390_function_profiler): Use
2545         ASM_GENERATE_INTERNAL_LABEL instead of LPREFIX.
2546
2547 2002-10-15  Richard Henderson  <rth@redhat.com>
2548
2549         * real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS
2550         as arguments.  Bound DIGITS by the available buffer size.
2551         (real_to_hexadecimal): Likewise.
2552         * real.h (real_to_decimal, real_to_hexadecimal): Update prototypes.
2553         (REAL_VALUE_TO_DECIMAL): Remove.
2554         * c-common.c, c-pretty-print.c, print-rtl.c, print-tree.c,
2555         sched-vis.c, config/arc/arc.c, config/c4x/c4x.c, config/fr30/fr30.c,
2556         config/i370/i370.h, config/i386/i386.c, config/i960/i960.c,
2557         config/ip2k/ip2k.c, config/m32r/m32r.c, config/m68hc11/m68hc11.c,
2558         config/m68k/hp320.h, config/m68k/m68k.h, config/m68k/sun2o4.h,
2559         config/m68k/sun3.h, config/mips/mips.c, config/ns32k/ns32k.c,
2560         config/pdp11/pdp11.h, config/vax/vax.h: Update all callers to
2561         use real_to_decimal directly, and with the proper arguments.
2562         * doc/tm.texi (REAL_VALUE_TO_DECIMAL): Remove.
2563
2564 2002-10-15  Jim Wilson  <wilson@redhat.com>
2565
2566         * reload1.c (merge_assigned_reloads): After converting overlapping
2567         reloads to RELOAD_OTHER, abort if there are now conflicting reloads.
2568
2569         * config/i386/i386.md (adddi3_1): Add call to ix86_binary_operator_ok.
2570
2571 Tue Oct 15 22:08:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
2572
2573         * expr.c (do_tablejump): Fix typo in my previous commit.
2574
2575 2002-10-15  Richard Sandiford  <rsandifo@redhat.com>
2576
2577         * config/mips/vr.h (DRIVER_SELF_SPECS): Change %<mgp32 to %{<mgp32}.
2578
2579 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
2580
2581         * config/s390/s390.c (s390_split_branches): Add return
2582         value.  Add parameters TEMP_REG and TEMP_USED.  Use unspec 104.
2583
2584         (find_base_register_in_addr): New function.
2585         (find_base_register_ref): New function.
2586         (replace_base_register_ref): New function.
2587
2588         (struct constant_pool): Add members pool_insn, insns, and anchor.
2589         Remove member last_insn.
2590         (s390_start_pool): Initialize them.
2591         (s390_end_pool): Emit pool placeholder insn.
2592         (s390_add_pool_insn): New function.
2593         (s390_find_pool): Use insns bitmap instead of addresses.
2594         (s390_dump_pool): Replace placeholder insn.  Emit anchor.
2595         Replace unspec 104 by local-pool-relative references.
2596         (s390_output_constant_pool): Output anchor label if required.
2597         (s390_output_symbolic_const): Handle unspec 104 and 105.
2598         (s390_add_pool): Remove, replace by ...
2599         (s390_add_constant, s390_find_constant): ... these new functions.
2600         (s390_add_anchor): New function.
2601
2602         (s390_chunkify_pool): Delete, replace by ...
2603         (s390_chunkify_start, s390_chunkify_finish,
2604         s390_chunkify_cancel): ... these new functions.
2605         (s390_optimize_prolog): Add parameter TEMP_REGNO.
2606         Recompute register live data for special registers.
2607         (s390_fixup_clobbered_return_reg): New function.
2608         (s390_machine_dependent_reorg): Rewrite to use new
2609         s390_chunkify_... routines.
2610
2611         config/s390/s390.md ("reload_base"): Rename to ...
2612         ("reload_base_31"): ... this.
2613         ("reload_base_64"): New insn.
2614         ("reload_base2"): Remove.
2615         ("reload_anchor"): New insn.
2616         ("pool"): New insn.
2617
2618         s390.c (s390_pool_overflow): Remove.
2619         s390.h (s390_pool_overflow): Likewise.
2620         s390.md ("cjump", "icjump", "doloop_si"): Remove s390_pool_overflow.
2621
2622 Tue Oct 15 16:51:04 2002  J"orn Rennecke <joern.rennecke@superh.com>
2623
2624         * sh.md (movv8qi_i+2): Don't split if source is -1.
2625
2626 2002-10-15  Janis Johnson  <janis187@us.ibm.com>
2627
2628         * doc/install.texi: Formatting changes for conformance to HTML 4.01.
2629
2630 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
2631
2632         PR opt/7409
2633         * loop.c (loop_regs_scan): Mark registers used for function
2634         argument passing as MAY_NOT_OPTIMIZE.
2635
2636 Mon Oct 14 20:33:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
2637
2638         * i386.md (movv2di_internal): New pattern.
2639         (movv2df_internal, movv8hi_internal, movv16qi_internal): Fix predicate.
2640         (movv2di): New expander.
2641         * i386.c (ix86_preferred_reload_class): Return NO_REGS for vector operands.
2642
2643         * i386.c (ix86_expand_timode_binop_builtin): Delete.
2644         (builtin_description): Add SSE1 logicals; rename SSE2 logicals.
2645         (ix86_init_mmx_sse_builtins): Kill SSE1 logicals.
2646         (ix86_expand_builtin): Likewise.
2647         * i386.h (sse_andti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
2648         sse_andti3,
2649         sse_andnti4_df_1, sse_andti3_df_2, sse_andti3_sf_1, sse_andti3_sf_2,
2650         sse_andnti3,
2651         sse_orti4_df_1, sse_orti3_df_2, sse_orti3_sf_1, sse_orti3_sf_2,
2652         sse_orti3,
2653         sse_xorti4_df_1, sse_xorti3_df_2, sse_xorti3_sf_1, sse_xorti3_sf_2,
2654         sse_xorti3): Kill.
2655         (sse_andv4sf3, sse_andnv4sf3, sse_orv2df3, sse_xorv2df3, sse_andv2df3,
2656          sse_andnv2df3, sse_orv2df3, sse_xorv2df3): New expanders.
2657         (*sse_andv4sf3, *sse_andnv2df3, *sse_orv4sf3, *sse_xorv4sf3, *sse_andv2df3,
2658          *sse_andnv2df3, *sse_orv2df3, *sse_xorv2df3): New patterns.
2659         (*sse_andsf3, *sse_andndf3, *sse_ordf3, *sse_xordf3, *sse_anddf3,
2660          *sse_andndf3, *sse_orv2df3, *sse_xorv2df3): New patterns.
2661
2662         * xmmintrin.h (__m128i): Define as __v2di.
2663
2664         PR c++/6419
2665         (expand_expr): Use DECL_RTL_SET_P.
2666
2667 2002-10-14  Roger Sayle  <roger@eyesopen.com>
2668
2669         * combine.c (simplify_set):  Treat MODE_CC registers like cc0.
2670
2671 2002-10-14  Roger Sayle  <roger@eyesopen.com>
2672             Zack Weinberg <zack@codesourcery.com>
2673
2674         * config/i386/i386.c (k6_cost): Correct typo.
2675
2676 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
2677
2678         PR optimization/6631
2679         * alias.c (objects_must_conflict_p): Check honor_readonly when
2680         examining TYPE_READONLY.
2681         * function.c (assign_stack_temp_for_type): Likewise.
2682
2683 2002-10-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2684
2685         * config/alpha/alpha.md (extendsidi2_nofix, extendsidi2_fix):
2686         Swap zero extension arguments.
2687         (umaxhi3): Fix instruction class.
2688         PR target/7211
2689         (prefetch): Fix prefetch instructions.
2690         PR target/7238
2691         (pkwb): Fix output constraint.
2692
2693 2002-10-14  Alexandre Oliva  <aoliva@redhat.com>
2694
2695         * config/mips/mips.c (print_operand): Increase buffer size for
2696         real numbers.
2697
2698 2002-10-14  Richard Henderson  <rth@redhat.com>
2699
2700         PR opt/8165
2701         * gcse.c (adjust_libcall_notes): Revert last change.
2702         * simplify-rtx.c (simplify_replace_rtx): Handle LO_SUM.
2703
2704 2002-10-14  Andrew Haley  <aph@redhat.com>
2705
2706         * tree-inline.c (remap_block): All local class initialization
2707         flags go in the outermost scope.
2708         (expand_call_inline): Call java_inlining_map_static_initializers.
2709         (expand_call_inline): Call java_inlining_merge_static_initializers.
2710         * java/lang.c (merge_init_test_initialization): New.
2711         (java_inlining_merge_static_initializers): New.
2712         (inline_init_test_initialization): New.
2713         (java_inlining_map_static_initializers): New.
2714
2715         * tree-inline.c (expand_call_inline): Convert retvar to expected
2716         type.
2717
2718 2002-10-14  Graham Stott  <graham.stott@btinternet.com>
2719
2720         * stmt.c (decl_conflicts_with_clobbers_p): Add REG_P check.
2721
2722 2002-10-14  Aldy Hernandez  <aldyh@redhat.com>
2723
2724         * stmt.c: Fix typo in comment.
2725
2726 Mon Oct 14 11:35:49 2002  J"orn Rennecke <joern.rennecke@superh.com>
2727
2728         * c-common.c (c_common_type_for_mode): Add V2HImode case.
2729         * tree.c (build_common_tree_nodes_2): Initialize
2730         unsigned_V2HI_type_node and V2HI_type_node.
2731         * tree.h (enum tree_index): Add TI_UV2HI_TYPE and TI_V2HI_TYPE.
2732         (unsigned_V2HI_type_node, V2HI_type_node): Define.
2733
2734 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
2735
2736         * config/i386/i386.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP):
2737         Handle TARGET_64BIT.
2738
2739 2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
2740
2741         * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
2742         * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
2743         (MULTILIB_DIRNAMES): Remove long32.
2744         (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
2745         (MULTILIB_REDUNDANT_DIRS): Remove.
2746
2747 2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
2748
2749         * doc/tm.texi (DRIVER_SELF_SPECS): Document.
2750         * gcc.c (driver_self_specs): New variable.
2751         (do_self_spec): New function.
2752         (main): Use it to process driver_self_specs.
2753
2754 2002-10-13  Richard Henderson  <rth@redhat.com>
2755
2756         * rtl.c (shallow_copy_rtx): Use memcpy for the entire node.
2757
2758 2002-10-12  Neil Booth  <neil@daikokuya.co.uk>
2759
2760         PR preprocessor/7862
2761         PR preprocessor/8190
2762         * gcc.c (cpp_unique_options): Don't delete .d files.
2763         Remove stray whitespace.
2764
2765 2002-10-12  Naohiko Shimizu  <pshimizu@fa2.so-net.ne.jp>
2766
2767         * pdp11.h (ASM_OUTPUT_SKIP): Add preceding 0 for octal constant.
2768         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
2769         * pdp11.c (pdp11_output_function_prologue): 0%o -> %#o.
2770         (pdp11_output_function_epilogue, output_ascii): Likewise.
2771         (output_addr_const_pdp11): Likewise.
2772         * pdp11.md (movdi): Use offsetable memory for floating store.
2773         (lshrsi3, negsi2): Delete irrelevant comment.
2774
2775 2002-10-11  Geoffrey Keating  <geoffk@apple.com>
2776
2777         * cse.c (mention_regs): Set SUBREG_TICKED to the register number,
2778         not the address of the REG.
2779         (struct cse_reg_info): Make subreg_ticked unsigned.
2780
2781 2002-10-11  Janis Johnson  <janis187@us.ibm.com>
2782
2783         * doc/compat.texi: Add info about C++ libraries.
2784
2785 2002-10-11  Richard Henderson  <rth@redhat.com>
2786
2787         PR opt/8165
2788         * gcse.c (adjust_libcall_notes): Also adjust notes for INSN.
2789
2790 2002-10-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2791
2792         * cfganal.c (dfs_enumerate_from): Use PARAMS.
2793         * genautomata.c (output_insn_code_cases): Likewise.
2794         * real.c (real_format): Likewise.
2795         * tree.c (tree_size): Revise expressions using TREE_CODE_LENGTH to
2796         ensure value is promoted before doing subtraction.
2797
2798 Fri Oct 11 22:22:38 CEST 2002  Jan Hubicka  <jh@suse.cz>
2799
2800         * calls.c (expand_call): Simplify noreturn call.
2801
2802         PR c/7344
2803         * cfgbuild.c (make_edges): Create edge cache when we do have
2804         large jumptable.
2805         * expr.c (do_tablejump): Note size of maximal jumptable.
2806         * function.c (prepare_function_start): Zero out size.
2807         * function.h (function): Add max_jumptable_ents.
2808
2809         * cfgcleanup.c (insn_match_p): Verify sibcall flag for calls to.
2810
2811 Fri Oct 11 12:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
2812
2813         * sh.md (movv8qi_i+2): For V8QI destinations, generate V4HI
2814         register for mperm_w operation.
2815
2816 Fri Oct 11 10:56:17 2002  J"orn Rennecke <joern.rennecke@superh.com>
2817
2818         * emit-rtl.c (gen_lowpart_common): When asked to make a vector from
2819         an integer, use simplify_gen_subreg.
2820
2821 2002-10-10  Aldy Hernandez  <aldyh@redhat.com>
2822
2823         * extend.texi (Vector Extensions): Remove comment about single
2824         element vectors.
2825
2826 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2827
2828         * fold-const.c (size_htab_hash): Use htab_hash_pointer.
2829         * function.c (insns_for_mem_hash): Likewise.
2830         * varasm.c (STRHASH): Likewise.
2831
2832 2002-10-10  Stuart Hastings  <stuart@apple.com>
2833
2834         * cse.c (struct cse_reg_info): Add subreg_ticked.
2835         (SUBREG_TICKED): New.
2836         (get_cse_reg_info): Initialize SUBREG_TICKED.
2837         (mention_regs): Use it.
2838         (invalidate): Set SUBREG_TICKED.
2839         (invalidate_for_call): Likewise.
2840         (addr_affects_sp_p): Likewise.
2841
2842 2002-10-10  Jakub Jelinek  <jakub@redhat.com>
2843
2844         * config/i386/i386.md (tls_local_dynamic_base): Put pic reg
2845         into proper operand.
2846
2847 2002-10-10  Denis Chertykov  <denisc@overta.ru>
2848
2849         * config/ip2k/ip2k.c (function_epilogue): Optimize stack
2850         deallocation.
2851         * config/ip2k/libgcc.S: Combine routines used by function
2852         epilogue.
2853
2854 2002-10-10  Jim Wilson  <wilson@redhat.com>
2855
2856         * cse.c (fold_rtx): Don't perform associative optimization for DIV and
2857         UDIV.
2858
2859 2002-10-10  David Edelsohn  <edelsohn@gnu.org>
2860
2861         * config/rs6000/aix52.h: New file.
2862         * config/rs6000/t-aix52: New File.
2863         * config.gcc (rs6000-ibm-aix5.1.*): New entry.
2864         (rs6000-ibm-aix[56789].*): Default to AIX 5.2.
2865
2866 Thu Oct 10 19:37:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
2867
2868         PR target/5610
2869         * invoke.texi (-msse-math): Kill
2870         (-msse): Add note to mfpmath=sse.
2871
2872 Thu Oct 10 17:08:30 CEST 2002  Jan Hubicka  <jh@suse.cz>
2873
2874         PR target/7723
2875         * i386.c (ix86_expand_vector_move): Do not generate const0->mem moves.
2876
2877 2002-10-10  Neil Booth  <neil@daikokuya.co.uk>
2878
2879         PR preprocessor/8179
2880         * gcc.c (cpp_options): Add {ansi}, move %{m*} to same location
2881         as cc1_options.
2882         (default_compilers): Pass debug options when preprocessing
2883         stdin.
2884
2885 2002-10-06  Richard Henderson  <rth@redhat.com>
2886
2887         * toplev.c (rest_of_compilation): Revert opt/2960 change.
2888
2889 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
2890
2891         PR c/7353
2892         * c-decl.c (start_decl): Unconditionally issue error for
2893         'typedef foo = bar'.
2894         (finish_decl): Remove special case for TYPE_DECL with initializer.
2895
2896         * doc/extend.texi: Delete "Naming Types" section.  Change all
2897         cross-references to that section to refer to "Typeof" instead.
2898         Add the useful safe-max()-macro example from "Naming Types" to
2899         "Typeof", rewritten using that extension.  Add some compatibility
2900         notes to "Typeof."
2901
2902 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2903
2904         * loop.c: Revert 2002-08-15 change.
2905         (LOOP_REGNO_NREGS): Ensure type is int.
2906
2907 2002-10-09  David Edelsohn  <edelsohn@gnu.org>
2908
2909         * config/rs6000/rs6000.md (extenddftf2): Change to define_insn
2910         which copies first FPR and clears second.
2911         (extendsftf2): Same.
2912         (floatditf2): Fix typo.
2913         (floatsitf2): Same.
2914         (fix_trunctfdi2): Same.
2915         (fix_trunctfsi2): Same.
2916
2917 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2918
2919         * conflict.c (arc_hash): Change return type to hashval_t.
2920         * cselib.c (get_value_hash): Likewise.
2921         * genautomata.c (automaton_decl_hash, insn_decl_hash, decl_hash,
2922         state_hash, automata_list_hash): Likewise.
2923         * read-rtl.c (def_hash): Likewise.
2924         * tree.c (type_hash_hash): Likewise.
2925
2926 2002-10-08  Aldy Hernandez  <aldyh@redhat.com>
2927
2928         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Call
2929         prologue_epilogue_contains instead of using REG_MAYBE_DEAD notes.
2930
2931 Wed Oct  9 15:54:49 2002  J"orn Rennecke <joern.rennecke@superh.com>
2932
2933         * sh.md (ffssi2): Fix emitted code.
2934
2935 2002-10-09  Ulrich Weigand  <uweigand@de.ibm.com>
2936
2937         * cse.c (insn_live_p): Pass insn pattern, not full insn
2938         to may_trap_p.
2939
2940 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
2941
2942         * cppmacro.c (paste_tokens): Only allow / to paste with =.
2943
2944 2002-10-09  David Edelsohn  <edelsohn@gnu.org>
2945
2946         * config/rs6000/rs6000.md (movdf splitter): Use gen_int_mode on
2947         64-bit hosts.
2948         (movtf_internal): Reference correct displacement for second value
2949         in memory.
2950         (movtf splitter): Correct generation of constants in 64-bit mode.
2951
2952 2002-10-09  Alan Modra  <amodra@bigpond.net.au>
2953
2954         * libgcc2.c (__floatdisf): Properly cure double rounding.
2955
2956 2002-10-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2957
2958         * c-common.c (cb_register_builtins): Define __WCHAR_MAX__.
2959         * doc/cpp.texi (Common Predefined Macros): Document.
2960
2961 2002-10-09  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2962
2963         PR doc/7484
2964         * doc/invoke.texi (Option Summary): List
2965         -Wmissing-declarations as a C only option.
2966
2967 2002-10-08  Jakub Jelinek  <jakub@redhat.com>
2968
2969         * config/sparc/t-linux64 (MULTILIB_OPTIONS): Remove
2970         mno-app-regs|mcmodel=medany.
2971         (MULTILIB_DIRNAMES, MULTILIB_OSDIRNAMES): Remove alt.
2972         (MULTILIB_EXCEPTIONS, MULTILIB_EXCLUSIONS, MULTILIB_MATCHES): Remove.
2973         (CRTSTUFF_T_CFLAGS): Define.
2974
2975 2002-10-08  Roger Sayle  <roger@eyesopen.com>
2976
2977         PR target/8087
2978         * simplify-rtx.c (avoid_constant_pool_reference):  Allow constant
2979         pool references that are constructed using LO_SUM.
2980
2981 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
2982
2983         * c-opts.c (c_common_decode_option): Add warn_strict_aliasing to
2984         -Wall.
2985         * c-typeck.c (build_c_cast): Use warn_strict_aliasing, tweak
2986         message.
2987         * flags.h (warn_strict_aliasing): Declare.
2988         * toplev.c (warn_strict_aliasing): Define.
2989         (lang_independent_options): Add it.
2990         * doc/invoke.texi (-Wstrict-aliasing): Document it.
2991
2992 2002-10-08  Zack Weinberg  <zack@codesourcery.com>
2993
2994         * system.h (GCCBUGURL): Delete.
2995         * version.c (bug_report_url): New.  Add commentary about
2996         modifying both these strings in modified distributions.
2997         * version.h: Declare bug_report_url.
2998
2999         * diagnostic.c, gcc.c, gcov.c: Globally replace GCCBUGURL with
3000         bug_report_url.
3001
3002 2002-10-08  Nick Clifton  <nickc@redhat.com>
3003
3004         * config/rs6000/spe.h (__ev_set_acc_u64): Use __ev_create_u64 to
3005         convert uint64_t into __ev64_opaque__.
3006         (__ev_set_acc_s64): Likewise, but using signed types.
3007
3008 2002-10-08  Ulrich Weigand  <uweigand@de.ibm.com>
3009
3010         * config/s390/s390.md ("*doloop_si_long"): Add missing operand.
3011         ("*doloop_di_long"): Likewise.
3012
3013 Tue Oct  8 16:50:10 CEST 2002  Jan Hubicka  <jh@suse.cz>
3014
3015         * print-rtl.c (print_rtx): Increase buffer size for real numbers.
3016
3017 2002-10-08  Richard Sandiford  <rsandifo@redhat.com>
3018
3019         * config/mips/mips.md (define_attr cpu): Add r4111.
3020
3021 2002-10-08  Anthony Green  <green@redhat.com>
3022
3023         * bitmap.c (bitmap_equal_p): Clear all bitmap_head fields.
3024
3025 2002-10-08  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3026
3027         * config/c4x/c4x.c (c4x_print_operand): Enlarge buffer
3028         for REAL_VALUE_TO_DECIMAL output.
3029
3030 2002-10-07  David Edelsohn  <edelsohn@gnu.org>
3031
3032         * config/rs6000/rs6000.c (rs6000_override_options): Set
3033         real_format_for_mode for IBM extended format, if enabled.
3034         (easy_fp_constant): Add TFmode.
3035         (rs6000_legitimize_address): Add TFmode.
3036         (rs6000_legitimate_address): Same.
3037         (function_arg_advance): TFmode uses two FPRs.
3038         (rs6000_emit_prologue): Fix warning.
3039         (rs6000_output_function_epilogue): Add TFmode.
3040         (output_toc): Add TFmode.
3041         * rs6000.h (SLOW_UNALIGNED_ACCESS): Add TFmode.
3042         (LEGITIMATE_OFFSET_ADDRESS_P): Add TFmode.
3043         * rs6000.md (movtf splitter): Load TFmode constant.
3044
3045 2002-10-07  Dale Johannesen  <dalej@apple.com>
3046
3047         * rtl.h:  Add NOTE_PRECONDITIONED.
3048         * unroll.c:  Set it.
3049         * loop.c:  Set loop_info->preconditioned from it.
3050         * doloop.c:  Permit doloop treatment when loop_info->preconditoned.
3051
3052 2002-10-07  Richard Henderson  <rth@redhat.com>
3053
3054         * config/i960/i960.c (i960_setup_incoming_varargs): Create a
3055         new rtx for comparing the argument pointer against zero.
3056         (i960_va_start): Similarly.
3057
3058 2002-10-07  Richard Henderson  <rth@redhat.com>
3059
3060         * config/i960/i960.md (*): Use TFmode, not XFmode.
3061         * config/i960/i960.c (*): Likewise.
3062         (i960_arg_size_and_align): Remove XFmode alignment hack.
3063         (i960_round_align): Merge code from ROUND_TYPE_ALIGN.
3064         * config/i960/i960.h (LONG_DOUBLE_TYPE_SIZE): Use 128, not 96.
3065         (MAX_LONG_DOUBLE_TYPE_SIZE): Likewise.
3066         (DATA_ALIGNMENT, ROUND_TYPE_SIZE): Remove.
3067
3068 2002-10-07  Richard Henderson  <rth@redhat.com>
3069
3070         * config/fp-bit.c (EXTENDED_FLOAT_STUBS): Flush out all XF/TFmode
3071         entry points; use void return value and argument list.
3072
3073 2002-10-05  Naohiko Shimizu <nshimizu@keyaki.cc.u-tokai.ac.jp>
3074
3075         * t-pdp11: Add MULTILIB support for msoft-float.
3076         * pdp11.h (LEGITIMATE_CONSTANT_P): Fix soft-float case.
3077
3078         * t-pdp11: Add LIB2FUNCS_EXTRA.
3079         * pdp11.c (pdp11_output_function_prologue): Restrict offset to 16bit,
3080         add preceding 0 to the octal constant, rename 'fp' to 'r5', rename
3081         'fldd' to 'ldd', rename 'fstd' to 'std'.
3082         (pdp11_output_function_epilogue): Likewise.
3083         (output_move_quad): Make the comment gas compatible.
3084         (output_ascii): Add preceding 0 to the octal constant.
3085         (print_operand_address): Add pre_modify, post_modify.
3086         (output_addr_const_pdp11): Add preceding 0 to the octal constant.
3087         * pdp11.h (GO_IF_LEGITIMATE_ADDRESS) : Add 'movb' pre_modify case
3088         with the indication of Paul Koning.
3089         (PRINT_OPERAND): Fix floating constant.
3090         * pdp11.md (movdi): Restrict matching pattern.
3091         (movqi): Generalize the matching pattern.
3092         (movdf): Restrict matching pattern.
3093         (zero_extendqihi2): Change constant representation.
3094         (floatsidf2): Fix wrong operands.
3095         (addqi3): Fix wrong instruction name.
3096         (subqi3): Fix wrong instruction name.
3097         (andsi3, andhi3, andqi3): Simplify and fix to use 'bic'.
3098         (xorsi3): Fix wrong insn.
3099         (one_cmplqi2): Add two operand pattern.
3100         (lsrsi3): New.
3101         (negsi2): New.
3102         (call): Add register indirect case.
3103         (mod): Fix wrong subreg.
3104
3105 2002-09-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3106             Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3107
3108         PR c/7411
3109         * expr.c (expand_expr) [PLUS]: Simplify after the operands
3110         have been expanded in EXPAND_NORMAL mode.
3111
3112 2002-10-06  Richard Henderson  <rth@redhat.com>
3113
3114         * config/rs6000/rs6000.md (load_toc_v4_PIC_2): Fix base constraint.
3115
3116 2002-10-06  Richard Henderson  <rth@redhat.com>
3117
3118         PR optimization/2960
3119         * toplev.c (rest_of_compilation): Don't copy_loop_headers if
3120         optimize_size.
3121
3122 2002-10-06  Alexandre Oliva  <aoliva@redhat.com>
3123
3124         * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Override
3125         previously definitions.
3126
3127 2002-10-06  Frank Ch. Eigler  <fche@redhat.com>
3128
3129         * cppinit.c (init_standard_includes, parse_option): Use strncmp.
3130         * c-opts.c (find_opt): Similarly.
3131
3132 2002-10-05  Jakub Jelinek  <jakub@redhat.com>
3133
3134         * gcc.c (set_multilib_dir): Don't access *end.
3135         Use memcpy instead of strncpy.  Don't write beyond malloced buffer.
3136         (print_multilib_info): Don't show paths starting with ".:".
3137         * genmultilib: Add new option, "yes" if multilibs are enabled.
3138         Update comments.  If multilibs not enabled, print .:${osdirout}
3139         for each directory.  If multilibs are enabled, always print
3140         ${dirout}:${osdirout}, even if the two are the same.
3141         * Makefile.in (s-mlib): Pass @enable_multilib@ to genmultilib.
3142         Pass all MULTILIB_* variables to genmultilib even if
3143         --disable-multilib but MULTILIB_OSDIRNAMES is not empty.
3144
3145 2002-10-04  Bruce Korb  <bkorb@gnu.org>
3146
3147         * fixinc/inclhack.def(hpux11_abs):  use format fix
3148         * fixinc/fixincl.x: regenerate
3149         * fixinc/tests/base/stdlib.h: accommodate new fix test
3150
3151 Sat Oct  5 19:42:45 CEST 2002  Jan Hubicka  <jh@suse.cz>
3152
3153         * c-common.c (cb_register_builtins):  Use really_no_inline.
3154
3155 2002-10-04  David Edelsohn  <edelsohn@gnu.org>
3156
3157         * unroll.c (copy_loop_body): Remove REG_EQUAL note attached to
3158         copied instruction if the note is not loop invariant.
3159
3160 2002-10-04  Loren J. Rittle  <ljrittle@acm.org>
3161
3162         * gcc/ginclude/stddef.h: Support the FreeBSD 5 typedef system.
3163
3164 2002-10-04  Steve Ellcey  <sje@cup.hp.com>
3165
3166         * doc/invoke.texi (HPPA):  Add -mlinker-opt, -mgnu-ld,
3167         and -mhp-ld options to list of options.  Add -mgnu-ld
3168         and -mhp-ld option descriptions.
3169
3170 2002-10-04  Steve Ellcey  <sje@cup.hp.com>
3171
3172         * fixinc/inclhack.def (hpux11_abs):  New.
3173         (stdio_va_list): change __va_list__ to __gnuc_va_list.
3174         * fixinc/fixincl.x: Rebuild.
3175
3176 2002-10-04  Roger Sayle  <roger@eyesopen.com>
3177
3178         * config/i386/i386.h (processor_costs): Add new fields fadd,
3179         fmul, fdiv, fabs, fchs and fsqrt to costs structure.
3180         (RTX_COSTS): Use these fields to determine the RTX costs
3181         of floating point addition/subtraction, multiplication,
3182         division, fabs, negation and square root respectively.
3183         * config/i386/i386.c (size_cost): Provide instruction sizes
3184         for these new fields.
3185         (i386_cost, i486_cost, pentium_cost, pentiumpro_cost,
3186         k6_cost, athlon_cost, pentium4_cost): Provide typical cycle
3187         counts for these new fields for all x86 processor variants.
3188
3189 2002-10-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3190
3191         * mips.c (mips_const_double_ok): Delete unused variable.
3192
3193         * gengtype.c (rtx_next): Change type to int.
3194
3195 2002-10-04  Andreas Jaeger  <aj@suse.de>
3196
3197         * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Fix value.
3198
3199 2002-10-04  Richard Henderson  <rth@redhat.com>
3200
3201         * real.h (SIGNIFICAND_BITS): Add one more word.
3202         (CONST_DOUBLE_FORMAT): Accomodate 6 words.
3203         * real.c (times_pten): New.
3204         (real_to_decimal, real_from_string): Use it.
3205         (sticky_rshift_significand): Use & to find modulus.
3206         (rshift_significand, lshift_significand): Likewise.
3207         (do_divide): Apply sticky bit after normalization.
3208         (real_to_decimal, real_to_hexadecimal): Fix sign of Inf and NaN.
3209
3210 2002-10-03  Andreas Jaeger  <aj@suse.de>
3211
3212         * gengtype.c (adjust_field_rtx_def): Cast variables of type size_t
3213         to unsigned long, adjust printf format string.
3214         (output_mangled_typename): Likewise.
3215
3216 2002-10-03  Jason Thorpe  <thorpej@wasabisystems.com>
3217
3218         * config/vax/vax.c (vax_output_function_prologue): Use asm_fprintf.
3219         * config/vax/vax.h (VAX_FUNCTION_PROFILER_NAME): New.
3220         (FUNCTION_PROFILER): Rewrite to use ASM_GENERATE_INTERNAL_LABEL,
3221         assemble_name, asm_fprintf, and VAX_FUNCTION_PROFILER_NAME.
3222         (ASM_OUTPUT_MI_THUNK): Use asm_fprintf instead of REGISTER_PREFIX.
3223         (PRINT_OPERAND_PUNCT_VALID_P): Fix comment.
3224         * config/vax/elf.h (FUNCTION_PROFILER): Remove.
3225         (VAX_FUNCTION_PROFILER_NAME): Redefine as "__mcount".
3226
3227 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3228
3229         * doc/invoke.texi (-Wabi): Document mangling bug.
3230
3231 2002-10-04  Alan Modra  <amodra@bigpond.net.au>
3232
3233         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Use a
3234         name for the tbtab label that depends on the function asm name.
3235         Don't output tbtab label unless optional_tbtab.
3236         (output_mi_thunk): Formatting.
3237
3238 2002-10-03  Richard Henderson  <rth@redhat.com>
3239
3240         * config/m68k/m68k.h (OVERRIDE_OPTIONS): Move additional code ...
3241         * config/m68k/m68k.c (override_options): ... here.
3242         * config/m68k/m68kelf.h (OVERRIDE_OPTIONS): Remove.
3243         * config/m68k/m68kv4.h (OVERRIDE_OPTIONS): Remove.
3244         * config/m68k/linux.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
3245         * config/m68k/netbsd-elf.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
3246
3247 2002-10-03  Richard Henderson  <rth@redhat.com>
3248
3249         * real.h (struct real_value): Use ENUM_BITFIELD.
3250
3251 2002-10-03  Richard Henderson  <rth@redhat.com>
3252
3253         * config/i960/i960.md (call, call_value): Use emit_call_insn.
3254
3255 2002-10-03  Steve Ellcey  <sje@cup.hp.com>
3256
3257         * config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
3258
3259 2002-10-03  Steve Ellcey  <sje@cup.hp.com>
3260
3261         * config.gcc (hppa*64*-*-hpux11*): Check gnu_ld.
3262         * config/pa/pa.h (MASK_GNU_LD): New.
3263         (TARGET_GNU_LD): New.
3264         * config/pa/pa64-hpux.h (LINK_SPEC): Set based
3265         on gnu-ld and MASK_GNU_LD.
3266         (SUBTARGET_SWITCHES): New gnu-ld & hp-ld flags.
3267
3268 Thu Oct  3 23:35:51 CEST 2002  Jan Hubicka  <jh@suse.cz>
3269
3270         * i386.c (athlon_cost): Fix the move costs.
3271
3272 Thu Oct  3 23:20:58 CEST 2002  Jan Hubicka  <jh@suse.cz>
3273
3274         * final.c (final): Use symbol name as function name for profiling.
3275         * profile.c (get_exec_counts): Likewise.
3276         (branch_prob): Likewise.
3277
3278 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
3279
3280         * longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
3281
3282 2002-10-03  Jakub Jelinek  <jakub@redhat.com>
3283
3284         * gcc.c (print_multi_os_directory): New variable.
3285         (option_map): Support --print-multi-os-directory.
3286         (struct prefix_list): Add os_multilib field.
3287         (multilib_os_dir): New variable.
3288         (static_specs): Add multilib_options.
3289         (find_a_file): Add multilib argument.  Search in GCC or OS multilib
3290         subdirs if non-zero.
3291         (read_specs, execute): Update callers.
3292         (find_file): Likewise.  Don't prefix name with multilib_dir, instead
3293         pass 1 as multilib option.
3294         (display_help): Include --print-multi-os-directory.
3295         (add_prefix): Add os_multilib argument.  Initialize pl->os_multilib.
3296         (process_command): Update callers.  Handle --print-multi-os-directory.
3297         (do_spec_1) ['D']: Use multilib_os_directory if pl->os_multilib is
3298         set.
3299         (main): Update find_a_file and add_prefix callers.
3300         Handle print_multi_os_directory.
3301         (struct mdswitchstr): New.
3302         (mdswitches, n_mdswitches): New variables.
3303         (used_arg): Add MULTILIB_DEFAULT switches too if they are not
3304         present on the command line nor their mutually incompatible
3305         switches.
3306         (default_arg): Optimize.
3307         (set_multilib_dir): Compute multilib_os_dir.  Initialize mdswitches
3308         array.
3309         (print_multilib_info): Only print GCC multilib dir name, not OS
3310         multilib dirname.
3311         * genmultilib: Add osdirnames parameter.  Output multilib_options
3312         variable.  If osdirnames is specified, output dirnames as
3313         dirname:osdirname.
3314         * mklibgcc.in: Use MULTILIB_OSDIRNAMES, --print-multi-directory
3315         and --print-multi-os-directory instead of SHLIB_SLIBDIR_SUFFIXES
3316         to compute libgcc_s soname and install path.
3317         * Makefile.in (libgcc.mk): Pass MULTILIB_OSDIRNAMES instead of
3318         SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
3319         (s_mlib): Pass MULTILIB_OSDIRNAMES or nothing as last genmultilib
3320         argument.
3321
3322         * config/sparc/t-linux64 (MULTILIB_OSDIRNAMES): Set.
3323         (SHLIB_SLIBDIR_SUFFIXES): Remove.
3324         * config/sparc/linux64.h (STARTFILE_SPEC32, STARTFILE_SPEC64,
3325         ENDFILE_SPEC32, ENDFILE_SPEC64, ENDFILE_COMMON): Remove.
3326         (STARTFILE_SPEC, ENDFILE_SPEC): Don't distinguish between -m32
3327         and -m64.
3328         * config/sparc/t-sol2-64 (MULTILIB_OSDIRNAMES): Set.
3329         (SHLIB_SLIBDIR_SUFFIXES): Remove.
3330         * config/sparc/sol2-bi.h (STARTFILE_ARCH64_SPEC): Remove.
3331         (STARTFILE_ARCH_SPEC): Remove.
3332         * config/i386/t-linux64 (MULTILIB_OSDIRNAMES): Set.
3333         (SHLIB_SLIBDIR_SUFFIXES): Remove.
3334         * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
3335         * config/mips/t-iris6 (MULTILIB_OSDIRNAMES): Set.
3336         (SHLIB_SLIBDIR_SUFFIXES): Remove.
3337
3338 Thu Oct  3 21:42:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
3339
3340         * predict.c (choose_function_section): Avoid choice for linkonce functions.
3341
3342 Thu Oct  3 15:15:00 CEST 2002  Jan Hubicka  <jh@suse.cz>
3343
3344         * i386.md (lea to mul peep2): Fix condition.
3345
3346 2002-10-02  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3347
3348         * pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro.
3349         * pa32-linux.h (FUNCTION_OK_FOR_SIBCALL): Define.
3350
3351 2002-10-02  Richard Henderson  <rth@redhat.com>
3352
3353         PR opt/7124
3354         * config/i386/i386.c (ix86_register_move_cost): Increase cost
3355         for secondary_memory_needed pairs.
3356
3357 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3358
3359         * doc/vms.texi: Blow away false include file section.
3360
3361 2002-10-02  Roger Sayle  <roger@eyesopen.com>
3362
3363         PR optimization/6627
3364         * toplev.c (force_align_functions_log): New global variable.
3365         * flags.h (force_align_functions_log): Add extern prototype.
3366         * varasm.c (assemble_start_function): Use it to force minimum
3367         function alignment.
3368         * config/i386/i386.h (FUNCTION_BOUNDARY): Set the correct
3369         minimum function alignment to one byte.
3370         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Store the virtual bit in
3371         the least significant bit of vtable member function pointers.
3372         * tree.h (enum ptrmemfunc_vbit_where_t): Move definition to
3373         here from cp/cp-tree.h.
3374
3375 Wed Oct  2 17:01:36 CEST 2002  Jan Hubicka  <jh@suse.cz>
3376
3377         * i386.c (print_operand_address): Use RIP addressing for offsetted
3378         label refs too.
3379
3380 2002-09-30  David S. Miller  <davem@redhat.com>
3381
3382         PR middle-end/7151
3383         * config/sparc/sparc.md (movdi_insn_sp32_v9): Accept 'e' regs.
3384         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
3385
3386 2002-10-01  Roger Sayle  <roger@eyesopen.com>
3387
3388         * unroll.c (loop_iterations): Revert 2002-09-08 change.
3389
3390 2002-10-01  Richard Henderson  <rth@redhat.com>
3391
3392         * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.
3393         (real_to_hexadecimal): Likewise.
3394         * print-rtl.c (print_rtx): If we are linked with real.c, don't
3395         dump the XWINT fields of a floating point CONST_DOUBLE.
3396
3397 2002-10-01  Jason Thorpe  <thorpej@wasabisystems.com>
3398
3399         * config/vax/elf.h (FUNCTION_PROFILER): Fix __mcount call.
3400
3401 2002-10-01  Richard Henderson  <rth@redhat.com>
3402
3403         * calls.c (precompute_register_parameters): Force non-legitimate
3404         constants into pseudos.
3405
3406 2002-10-01  Nick Clifton  <nickc@redhat.com>
3407
3408         * config/rs6000/spe.md (spe_evrlwi): Add missing third operand
3409         to assembler template.
3410
3411 2002-10-01  Richard Henderson  <rth@redhat.com>
3412
3413         * dwarf2out.c (loc_descriptor_from_tree): Relax requirement
3414         for TLS debug info to !DECL_EXTERNAL.
3415
3416 2002-10-01  Matt Thomas  <matt@3am-software.com>
3417             Jason Thorpe  <thorpej@wasabisystems.com>
3418
3419         * config.gcc (vax-*-netbsdelf*): Enable configuration.
3420         * config/elfos.h (PCC_BITFIELD_TYPE_MATTERS): Define only
3421         if not already defined.
3422         * config/vax/elf.h: New file.
3423         * config/vax/netbsd-elf.h: New file.
3424         * config/vax/vax.c: Include "debug.h".
3425         (vax_output_function_prologue): Add dwarf2 support.  Use
3426         MAIN_NAME_P when checking for VMS_TARGET stack adjust.
3427         * config/vax/vax.h (CONST_OK_FOR_LETTER_P): Add cases for
3428         'J' [0..63], 'K' [-128..127], 'L' [-32768..32767],
3429         'M' [0..255], 'N' [0..65535], and, 'O' [-63..-1].
3430         (VAX_ISTREAM_SYNC): Remove.
3431         (INITIALIZE_TRAMPOLINE): Use gen_sync_istream.
3432         (JUMP_TABLES_IN_TEXT_SECTION): Define.
3433         (ASM_OUTPUT_REG_POP): Use reg_names for the stack pointer.
3434         (ASM_OUTPUT_ADDR_VEC_ELT): Use ASM_GENERATE_INTERNAL_LABEL
3435         and assemble_name.
3436         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
3437         (PRINT_OPERAND_PUNCT_VALID_P): Accept '|'.
3438         (PRINT_OPERAND): Output REGISTER_PREFIX for '|'.
3439         (INCOMING_RETURN_ADDR_RTX): Define.
3440         * config/vax/vax.md (VUNSPEC_BLOCKAGE)
3441         (VUNSPEC_SYNC_ISTREAM): Define.
3442         (blockage): Use VUNSPEC_BLOCKAGE.
3443         (sync_istream): New insn.
3444
3445 2002-10-01  Richard Henderson  <rth@redhat.com>
3446
3447         * config/vax/vax.md (call_pop, *call_pop, call_value_pop)
3448         (*call_value_pop, call, call_value): Add dwarf2 EH support.
3449         (*call): New insn.
3450
3451 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
3452
3453         PR c/8083
3454         * c-typeck.c (build_c_cast): Warn about type punning which breaks
3455         type based aliasing.
3456
3457 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3458
3459         * stor-layout.c (update_alignment_for_field): New function.
3460         (place_union_field): Use it.
3461         (place_field): Likewise.
3462
3463 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
3464
3465         PR other/8077
3466         * gcc.c (cc1_options): Add space on -auxbase-strip.
3467
3468 2002-10-01  Jim Wilson  <wilson@redhat.com>
3469
3470         * config/v850/v850.h (EPILOGUE_USES): Define.
3471
3472 2002-09-30  Andrew Haley  <aph@redhat.com>
3473
3474         * flow.c (insn_dead_p): When using non-call-exceptions, don't
3475         eliminate insns that may trap.
3476         * cse.c (insn_live_p): Likewise.
3477
3478 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3479
3480         * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
3481         (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
3482         * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
3483         * config/mips/mips.md: Apply same renaming here.
3484
3485 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3486
3487         * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
3488         (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
3489         * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
3490         * config/mips/mips.md (define_attr cpu): Remove r4320.
3491         Remove vr4320 scheduler and uses of TARGET_MIPS4320.
3492
3493 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3494
3495         * config/mips/mips.c (mips16_strings): New variable.
3496         (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
3497         symbol in mips16_strings.  Free the list.
3498         (mips_encode_section_info): Keep track of local strings.
3499
3500 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3501
3502         * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
3503         (sordered_df, sordered_sf): Remove.
3504         * config/mips/mips.c (get_float_compare_codes): New fn.
3505         (gen_int_relational, gen_conditional_move): Use it.
3506
3507 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
3508
3509         * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
3510         * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
3511         * config/mips/mips.c (fcc_register_operand): New function.
3512         (mips_emit_fcc_reload): New function, extracted from reload_incc.
3513         (override_options): Allow TFmode values in float registers
3514         if ISA_HAS_8CC.
3515         * cnfig/mips/mips.md (reload_incc): Change destination prediate
3516         to fcc_register_operand.  Remove misleading source constraint.
3517         Use mips_emit_fcc_reload.
3518         (reload_outcc): Duplicate reload_incc.
3519
3520 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
3521
3522         * longlong.h: Partially synchronize with GMP-4.1 version:
3523         Use i370 definitions also for s390.
3524         Add generic definition of umul_ppmm in terms of smul_ppmm.
3525         [s390] (umul_ppmm): Remove.
3526         [s390] (smul_ppmm): Fix incorrect assembler constraints.
3527         [s390] (smul_ppmm, sdiv_qrnnd): Rename __xx to __x.
3528
3529 2002-09-30  Bob Wilson  <bob.wilson@acm.org>
3530
3531         * config/xtensa/xtensa.h (REG_CLASS_NAMES, REG_CLASS_CONTENTS):
3532         Add new RL_REGS register class.
3533         (PREFERRED_RELOAD_CLASS, PREFERRED_OUTPUT_RELOAD_CLASS):
3534         Call xtensa_preferred_reload_class for both input and output reloads.
3535         * config/xtensa/xtensa.c (xtensa_regno_to_class): Use new RL_REGS class.
3536         (xtensa_preferred_reload_class): Handle output reloads; use RL_REGS
3537         instead of either AR_REGS or GR_REGS classes.
3538         (xtensa_secondary_reload_class): Use new RL_REGS class.
3539         * config/xtensa/xtensa-protos.h (xtensa_preferred_reload_class): Update.
3540
3541 2002-09-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3542
3543         * pa.c (hppa_encode_label): Don't drop '*' from function labels.
3544         (pa_strip_name_encoding): Strip '@' and '*', in that order.
3545         * pa.h (ASM_OUTPUT_LABELREF): Output user_label_prefix except when
3546         there is a '*' prefix in NAME.
3547
3548 Mon Sep 30 21:33:23 CEST 2002  Jan Hubicka  <jh@suse.cz>
3549
3550         * reload.c (push_reload): Handle subregs and secondary memory.
3551         * reload1.c (gen_reload): Likewise.
3552
3553         * jump.c (reg_or_subregno): New function.
3554         * rtl.h (reg_or_subregno): Declare
3555         * unroll.c (find_splittable_givs): Handle subregs.
3556
3557 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
3558
3559         * store-layout.c (finish_record_layout): Add free_p parameter.
3560         (layout_type): Pass it.
3561         * tree.h (finish_record_layout): Update prototype.
3562
3563 Mon Sep 30 14:57:18 CEST 2002  Jan Hubicka  <jh@suse.cz>
3564
3565         * i386.h (TARGET_CPP_CPU_BUILTINS): Define __SSE_MATH__.
3566
3567         * gcse.c (cprop_jump): Check that the register has not
3568         been modified
3569         (cprop_jump): Likewise.
3570
3571 2002-09-30  Richard Earnshaw  <rearnsha@arm.com>
3572
3573         * arm.h (BASE_REG_CLASS): Always return LO_REGS for Thumb.
3574         (MODE_BASE_REG_CLASS, case Thumb): Only return BASE_REGS if we know
3575         that we have a SImode access, and only then if reload hasn't completed;
3576         for all other cases, use LO_REGS.
3577
3578 2002-09-29  Richard Henderson  <rth@redhat.com>
3579
3580         * real.c (real_from_string): Apply sign last.  Tidy exponent handling.
3581
3582 2002-09-29  Richard Henderson  <rth@redhat.com>
3583
3584         PR c/8002
3585         * combine.c (force_to_mode): Handle FLOAT_MODE destinations
3586         for CONST_INT.
3587
3588 2002-09-29  David Edelsohn  <edelsohn@gnu.org>
3589
3590         * real.h (ibm_extended_format): Declare.
3591         * real.c (encode_ibm_extended, decode_ibm_extended): New
3592         functions.
3593
3594 2002-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3595
3596         * darwin-protos.h (darwin_asm_output_dwarf_delta): Prototype.
3597
3598         * ia64.c (ia64_hpux_asm_file_end): Const-ify.
3599
3600 2002-09-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3601
3602         * expmed.c (extract_bit_field): Fix bit-field extraction from SUBREGs.
3603
3604 2002-09-29  Kazu Hirata  <kazu@cs.umass.edu>
3605
3606         * builtins.def: Fix comment formatting.
3607         * c-common.def: Likewise.
3608         * cfgcleanup.c: Likewise.
3609         * combine.c: Likewise.
3610         * gengtype.c: Likewise.
3611         * params.def: Likewise.
3612         * predict.def: Likewise.
3613         * rtl.def: Likewise.
3614         * stab.def: Likewise.
3615         * stor-layout.c: Likewise.
3616         * tree.def: Likewise.
3617         * config/darwin.c: Likewise.
3618         * config/darwin.h: Likewise.
3619         * config/dbxcoff.h: Likewise.
3620         * config/elfos.h: Likewise.
3621         * config/fp-bit.c: Likewise.
3622         * config/freebsd-spec.h: Likewise.
3623         * config/interix.h: Likewise.
3624         * config/libgloss.h: Likewise.
3625         * config/linux-aout.h: Likewise.
3626         * config/linux.h: Likewise.
3627         * config/lynx-ng.h: Likewise.
3628         * config/lynx.h: Likewise.
3629         * config/netbsd-aout.h: Likewise.
3630         * config/netbsd.h: Likewise.
3631         * config/netware.h: Likewise.
3632         * config/psos.h: Likewise.
3633         * config/ptx4.h: Likewise.
3634
3635 2002-09-28  Kazu Hirata  <kazu@cs.umass.edu>
3636
3637         * ChangeLog.4: Fix typos.
3638         * ChangeLog.6: Likewise.
3639         * FSFChangeLog.10: Likewise.
3640         * genattrtab.c: Fix comment typos.
3641         * haifa-sched.c: Likewise.
3642         * real.c: Likewise.
3643         * tree.h: Likewise.
3644         * config/arm/arm.c: Likewise.
3645         * config/arm/crti.asm: Likewise.
3646         * config/arm/crtn.asm: Likewise.
3647         * config/frv/frv.c: Likewise.
3648         * config/frv/frv.md: Likewise.
3649         * config/h8300/h8300.md: Likewise.
3650         * config/i386/rtemself.h: Likewise.
3651         * config/ia64/unwind-ia64.c: Likewise.
3652         * config/ip2k/ip2k.h: Likewise.
3653         * config/m88k/m88k.c: Likewise.
3654         * config/m88k/m88k.md: Likewise.
3655         * config/mips/sr71k.md: Likewise.
3656         * config/mmix/mmix.c: Likewise.
3657         * config/rs6000/rs6000.c: Likewise.
3658         * config/sh/sh.md: Likewise.
3659
3660 2002-09-26  Theodore A. Roth  <troth@verinet.com>
3661
3662         * config/avr/avr.c: Eliminate use of _PC_ in pc relative insns.
3663         * config/avr/avr.md: Ditto.
3664
3665 2002-09-27  Alexander N. Kabaev <ak03@gte.com>
3666
3667         PR preprocessor/8055
3668         * cppmacro.c (stringify_arg): Do not overflow the buffer
3669         with the terminating NUL when the argument to be stringified
3670         has no tokens.
3671
3672 2002-09-27  Richard Henderson  <rth@redhat.com>
3673
3674         * unroll.c (simplify_cmp_and_jump_insns): New.
3675         (unroll_loop): Use it.  Use simplify_gen_foo+force_operand
3676         instead of expand_simple_foo.
3677
3678 2002-09-27  Richard Henderson  <rth@redhat.com>
3679
3680         PR optimization/7520
3681         * cfganal.c (flow_active_insn_p): New.
3682         (forwarder_block_p): Use it.
3683
3684 2002-09-27  Richard Henderson  <rth@redhat.com>
3685
3686         * emit-rtl.c (active_insn_p): Revert last change.
3687
3688 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
3689
3690         * doc/extend.texi (tls_model): Document.
3691         * varasm.c (decl_tls_model): New.
3692         * c-common.c (handle_tls_model_attribute): New.
3693         (c_common_attribute_table): Add tls_model.
3694         * config/alpha/alpha.c (alpha_encode_section_info): Use
3695         decl_tls_model.
3696         * flags.h (enum tls_model, flag_tls_default): Move...
3697         * tree.h (enum tls_model, flag_tls_default): ...here.
3698         (decl_tls_model): New prototype.
3699         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
3700         * config/i386/i386.c (ix86_encode_section_info): Likewise.
3701         * config/i386/i386.md (tls_global_dynamic, tls_local_dynamic_base):
3702         Allow !flag_pic.
3703
3704 2002-09-27  Kazu Hirata  <kazu@cs.umass.edu>
3705
3706         * LANGUAGES: Follow spelling conventions.
3707         * rtl.def: Likewise.
3708         * sbitmap.c: Likewise.
3709         * sched-int.h: Likewise.
3710         * sched-rgn.c: Likewise.
3711         * sibcall.c: Likewise.
3712         * simplify-rtx.c: Likewise.
3713         * ssa.c: Likewise.
3714         * stab.def: Likewise.
3715         * stmt.c: Likewise.
3716         * stor-layout.c: Likewise.
3717         * target.h: Likewise.
3718         * timevar.c: Likewise.
3719         * toplev.c: Likewise.
3720         * tree-dump.c: Likewise.
3721         * tree-inline.c: Likewise.
3722         * tree.c: Likewise.
3723         * tree.def: Likewise.
3724         * tree.h: Likewise.
3725         * unroll.c: Likewise.
3726         * varasm.c: Likewise.
3727         * vmsdbgout.c: Likewise.
3728         * treelang/treelang.texi: Likewise.
3729         * treelang/treetree.c: Likewise.
3730
3731 2002-09-27  Kazu Hirata  <kazu@cs.umass.edu>
3732
3733         * config/h8300/h8300.c (compute_saved_regs): Use a macro
3734         instead of a hard register number.
3735         (get_shift_alg): Use an enumerated type instead of numbers.
3736         (h8300_shift_needs_scratch_p): Likewise.
3737
3738 2002-09-26  David S. Miller  <davem@redhat.com>
3739
3740         PR optimization/7335
3741         * calls.c (emit_library_call_value_1): Passing args by reference
3742         converts a CONST function into a PURE one.
3743
3744 2002-09-26  David Edelsohn  <edelsohn@gnu.org>
3745
3746         * dbxout.c (FORCE_TEXT): Switch to current_function_decl, not
3747         text_section.
3748         * xcoffout.h (DBX_STATIC_BLOCK_START): Remove explicit change to
3749         text section.
3750         * config/rs6000/rs6000.c (rs6000_override_options): Allow
3751         function-sections and data-sections functionality on AIX.
3752
3753 2002-09-26  David Edelsohn  <edelsohn@gnu.org>
3754             Dale Johannesen  <dalej@apple.com>
3755
3756         * config/rs6000/rs6000.c (rs6000_emit_move): Insert zero-extend
3757         in RTL for sub-word loads from memory.
3758
3759 2002-09-26  Richard Henderson  <rth@redhat.com>
3760
3761         PR c/7160
3762         * sched-deps.c (sched_analyze_insn): Make clobber insns depend
3763         on call insns.
3764
3765 2002-09-26  Richard Henderson  <rth@redhat.com>
3766
3767         * emit-rtl.c (const_double_htab_eq): Remove unused variable.
3768
3769 2002-09-26  Chris Lattner  <sabre@nondot.org>
3770
3771         * ssa.c (rename_insn_1): Handle RENAME_NO_RTX correctly when
3772         handling undefined values.
3773
3774 2002-09-26  Richard Henderson  <rth@redhat.com>
3775
3776         PR opt/7520
3777         * emit-rtl.c (active_insn_p): Consider a clobber of the
3778         function return value to be active even after reload.
3779
3780 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
3781
3782         * doloop.c (doloop_modify_runtime <biv skips initial incr>): Adjust
3783         by absolute loop increment, not loop increment.
3784
3785 2002-09-26  Kazu Hirata  <kazu@cs.umass.edu>
3786
3787         * c-common.h: Follow spelling conventions.
3788         * cpplex.c: Likewise.
3789         * cpplib.h: Likewise.
3790         * gthr-dce.h: Likewise.
3791         * gthr-posix.h: Likewise.
3792         * optabs.c: Likewise.
3793         * output.h: Likewise.
3794         * profile.c: Likewise.
3795         * protoize.c: Likewise.
3796         * ra-rewrite.c: Likewise.
3797         * real.c: Likewise.
3798         * recog.c: Likewise.
3799         * reg-stack.c: Likewise.
3800         * regclass.c: Likewise.
3801         * regmove.c: Likewise.
3802         * reload.c: Likewise.
3803         * reload.h: Likewise.
3804         * reload1.c: Likewise.
3805         * reorg.c: Likewise.
3806         * resource.c: Likewise.
3807         * rtl.h: Likewise.
3808         * rtlanal.c: Likewise.
3809
3810 2002-09-26  Steve Ellcey  <sje@cup.hp.com>
3811
3812         * config/ia64/ia64.c (ia64_expand_load_address): Ensure correct mode
3813         for symbol address.
3814
3815 2002-09-24  Eric Christopher  <echristo@redhat.com>
3816
3817         * config/mips/elf.h: Add HANDLE_SYSV_PRAGMA.
3818         * config/mips/elf64.h: Ditto.
3819
3820 2002-09-24  Eric Christopher  <echristo@redhat.com>
3821
3822         * except.c (expand_builtin_extract_return_address): Handle case
3823         where Pmode != ptr_mode.
3824
3825 2002-09-26  Steve Ellcey  <sje@cup.hp.com>
3826
3827         * config/ia64/hpux.h (ASM_OUTPUT_EXTERNAL_LIBCALL): New
3828
3829 2002-09-26  Steve Ellcey  <sje@cup.hp.com>
3830
3831         * config/ia64/hpux.h (TARGET_DEFAULT): Include TARGET_ILP32.
3832
3833 2002-09-26  Igor Shevlyakov <igor@microunity.com>
3834
3835         * combine.c (simplify_set): Don't call to force_to_mode if size
3836         of integer type is larger than HOST_BITS_PER_WIDE_INT.
3837
3838 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
3839
3840         * Makefile.in (qmtest-g++): Fix file path.
3841
3842 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
3843
3844         * expr.c (expand_expr) [MINUS_EXPR]: Convert A - const to
3845         A + (-const) on RTX level, even for unsigned types.
3846
3847 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
3848
3849         * reload.c (dup_replacements): New function.
3850         (find_reloads): Use it to duplicate replacements at the top level
3851         of match_dup operands.
3852
3853 2002-09-26  Miles Bader  <miles@gnu.org>
3854
3855         * v850.md ("length"): Change default value to 4.
3856
3857 2002-09-26  Kazu Hirata  <kazu@cs.umass.edu>
3858
3859         * ChangeLog.1: Follow spelling conventions.
3860         * ChangeLog.4: Likewise.
3861         * ChangeLog.6: Likewise.
3862         * FSFChangeLog.11: Likewise.
3863         * doc/cpp.texi: Likewise.
3864         * doc/invoke.texi: Likewise.
3865         * doc/tm.texi: Likewise.
3866
3867 2002-09-26  Nick Clifton  <nickc@redhat.com>
3868
3869         * config.gcc: Add x prefix to v850e case for handling
3870         --with-cpu=v850e.
3871
3872 2002-09-25  David S. Miller  <davem@redhat.com>
3873
3874         PR target/7842
3875         * config/sparc/sparc.c (set_extends): SImode ASHIFT does not
3876         extend.
3877
3878 2002-09-25  Richard Henderson  <rth@redhat.com>
3879
3880         * emit-rtl.c (const_double_htab_eq): Distinguish integer and
3881         fp CONST_DOUBLE; use real_identical.
3882
3883 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
3884
3885         * doc/invoke.texi: Add more -Wabi examples.
3886
3887 2002-09-25  Richard Sandiford  <rsandifo@redhat.com>
3888
3889         * config/mips/mips.h (TARGET_MIPS4100): Add missing bracket.
3890
3891 2002-09-24  Denis Chertykov  <denisc@overta.ru>
3892
3893         * config/ip2k/ip2k.c (function_epilogue): Fix wrong numbers in
3894         cases of optimizing "add sp,w" to "inc sp".
3895
3896 2002-09-24  Adam Nemet  <anemet@lnxw.com>
3897
3898         * config/arm/arm.c (thumb_unexpanded_epilogue): Don't generate
3899         epilogue for naked functions.
3900
3901 2002-09-24  Adam Nemet  <anemet@lnxw.com>
3902             Nick Clifton  <nickc@redhat.com>
3903
3904         * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Remove.
3905         (FUNCTION_PROFILER): Only invoke THUMB_FUNCTION_PROFILER if it
3906         is defined.
3907
3908 2002-09-24  Ulrich Weigand  <uweigand@de.ibm.com>
3909
3910         * config/s390/s390.c (preferred_la_operand_p): New function.
3911         * config/s390/s390-protos.h (preferred_la_operand_p): Declare it.
3912         * config/s390/s390.md ("addaddr_esame", "*la_ccclobber"): Replace by ...
3913         ("*la_64_cc", "*la_31_cc", splitters): ... these.
3914         ("*la_31"): Deactivate for TARGET_64BIT.
3915         ("*la_31_and", "*la_31_and_cc"): New.
3916
3917 2002-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3918
3919         * real.h (real_value): Make `exp' explicitly signed.
3920
3921 2002-09-24  Kazu Hirata  <kazu@cs.umass.edu>
3922
3923         * config/elfos.h: Follow spelling conventions.
3924         * config/alpha/alpha.h: Likewise.
3925         * config/arc/arc.h: Likewise.
3926         * config/arm/arm.md: Likewise.
3927         * config/avr/avr.h: Likewise.
3928         * config/cris/cris.md: Likewise.
3929         * config/d30v/d30v.h: Likewise.
3930         * config/frv/frv.c: Likewise.
3931         * config/frv/frv.h: Likewise.
3932         * config/h8300/h8300.c: Likewise.
3933         * config/h8300/h8300.h: Likewise.
3934         * config/h8300/h8300.md: Likewise.
3935         * config/i386/cygwin.h: Likewise.
3936         * config/i386/i386.h: Likewise.
3937         * config/i386/sysv3.h: Likewise.
3938         * config/i960/i960.h: Likewise.
3939         * config/ia64/ia64.h: Likewise.
3940         * config/ia64/ia64.md: Likewise.
3941         * config/ip2k/ip2k.h: Likewise.
3942         * config/m32r/m32r.h: Likewise.
3943         * config/m68k/m68k.h: Likewise.
3944         * config/m88k/m88k.h: Likewise.
3945         * config/mcore/mcore.c: Likewise.
3946         * config/mcore/mcore.h: Likewise.
3947         * config/mcore/mcore.md: Likewise.
3948         * config/mips/mips.h: Likewise.
3949         * config/mmix/mmix.h: Likewise.
3950         * config/mmix/mmix.md: Likewise.
3951         * config/ns32k/netbsd.h: Likewise.
3952         * config/ns32k/ns32k.h: Likewise.
3953         * config/ns32k/ns32k.md: Likewise.
3954         * config/pa/pa.h: Likewise.
3955         * config/romp/romp.h: Likewise.
3956         * config/rs6000/rs6000.h: Likewise.
3957         * config/rs6000/rs6000.md: Likewise.
3958         * config/sparc/sparc.h: Likewise.
3959         * config/stormy16/stormy-abi: Likewise.
3960         * config/stormy16/stormy16.h: Likewise.
3961         * config/vax/vax.h: Likewise.
3962
3963 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
3964
3965         * version.c (version_string): Now const char[].
3966         * version.h: Update to match.
3967
3968 2002-09-23  Richard Henderson  <rth@redhat.com>
3969
3970         * config/i386/i386.h (MASK_ACCUMULATE_OUTGOING_ARGS_SET, MASK_MMX_SET,
3971         MASK_SSE_SET, MASK_SSE2_SET, MASK_3DNOW_SET, MASK_3DNOW_A_SET): Kill.
3972         (TARGET_SWITCHES): Don't reference them.
3973         * config/i386/i386.c (override_options): Use target_flags_explicit
3974         to examine bits set by the user.
3975
3976 2002-09-23  Dale Johannesen  <dalej@apple.com>
3977
3978         * dbxout.c (dbxout_parms):  Set current_sym_code for params
3979         passed on stack by invisible reference.
3980
3981 2002-09-23  Richard Earnshaw  <rearnsha@arm.com>
3982
3983         * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Always allocate
3984         at least one byte of space.
3985
3986 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
3987
3988         * c-common.h (flag_abi_version): Fix typo in comment.
3989         * doc/invoke.texi (flag_abi_version): Document default value.
3990
3991 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
3992
3993         * doc/extend.texi (Extended Asm): Clarify that overlap between
3994         asm-declared register variables used in an asm and the asm clobber
3995         list is not allowed.
3996         * stmt.c (decl_conflicts_with_clobbers_p): New function.
3997         (expand_asm_operands): Keep track of clobbered registers.  Call
3998         decl_conflicts_with_clobbers_p for each input and output operand.
3999         If no conflicts found before, also do conflict sanity check when
4000         emitting clobbers.
4001
4002 2002-09-23  Richard Henderson  <rth@redhat.com>
4003
4004         * c-common.c (cpp_define_data_format): Remove.
4005         (cb_register_builtins): Don't define __WCHAR_BIT__, __SHRT_BIT__,
4006         __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
4007         __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
4008         * doc/cpp.texi: Don't document them either.
4009         (__SCHAR_MAX__, __SHRT_MAX__, __INT_MAX__, __LONG_MAX__,
4010         __LONG_LONG_MAX__): Document.
4011         (__TARGET_FLOAT_FORMAT__): Remove.
4012
4013 2002-09-23  Richard Henderson  <rth@redhat.com>
4014
4015         * real.c (do_multiply): Normalize U before addition.
4016
4017 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
4018
4019         * c-common.c (flag_abi_version): New variable.
4020         * c-common.h (flag_abi_version): Declare it.
4021         * c-opts.c (missing_arg): Add -fabi-version.
4022         (c_common_decode_option): Process -fabi-version.
4023         * doc/invoke.texi (-fabi-version): Document it.
4024         (-Wabi): Add information about bit-fields in unions.
4025
4026 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
4027
4028         * config/mips/netbsd.h (SUBTARGET_ASM_SPEC): Always pass -KPIC
4029         unless -fno-pic or -fno-PIC is specified.
4030
4031 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4032
4033         * c-common.c (preprocessing_trad_p): Define.
4034         * pa-hiux.h, pa-hpux.h, pa-hpux7.h (CPP_PREDEFINES): Delete.
4035         (TARGET_OS_CPP_BUILTINS, SUBTARGET_SWITCHES): Define.
4036         * pa-hpux10.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC): Define.
4037         * pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define.
4038         * pa-linux.h (CPP_PREDEFINES): Delete.
4039         (TARGET_OS_CPP_BUILTINS, CPP_SPEC): Define.
4040         * pa32-linux.h, pa64-linux.h (CPP_SPEC): Delete.
4041         * pa-osf.h, pa-pro-end.h, rtems.h (CPP_PREDEFINES): Delete.
4042         (TARGET_OS_CPP_BUILTINS): Define.
4043         * pa.h (MASK_SIO, TARGET_SIO, TARGET_PA_10): Define.
4044         (TARGET_SWITCHES): Reformat.  Use N_() macro.  Add SUBTARGET_SWITCHES.
4045         (SUBTARGET_SWITCHES): Provide default definition.
4046         (TARGET_OPTIONS): Reformat.  Use N_() macro.
4047         (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC, CPP_64BIT_SPEC,
4048         CPP_CPU_DEFAULT_SPEC, CPP_64BIT_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS,
4049         EXTRA_SPECS, CPP_SPEC, CPLUSPLUS_CPP_SPEC, CPP_PREDEFINES): Delete.
4050         (TARGET_CPU_CPP_BUILTINS): Define.
4051         (TARGET_OS_CPP_BUILTINS): Define for BSD-like systems.
4052         * doc/invoke.texi (msio, mwsio): Document new hppa options.
4053         * doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Document macro
4054         preprocessing_trad_p().
4055
4056 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
4057
4058         * doc/install.texi: Document behavior of --with-headers and
4059         --with-libs when arguments are omitted.
4060
4061 2002-09-22  Kazu Hirata  <kazu@cs.umass.edu>
4062
4063         * dbxout.c: Follow spelling conventions.
4064         * defaults.h: Likewise.
4065         * df.c: Likewise.
4066         * diagnostic.h: Likewise.
4067         * doloop.c: Likewise.
4068         * dwarf2out.c: Likewise.
4069         * dwarfout.c: Likewise.
4070         * emit-rtl.c: Likewise.
4071         * except.c: Likewise.
4072         * explow.c: Likewise.
4073         * expmed.c: Likewise.
4074         * expr.c: Likewise.
4075         * expr.h: Likewise.
4076         * flags.h: Likewise.
4077         * flow.c: Likewise.
4078         * fold-const.c: Likewise.
4079         * function.c: Likewise.
4080         * function.h: Likewise.
4081         * gcc.c: Likewise.
4082         * gcov-io.h: Likewise.
4083         * gcov.c: Likewise.
4084         * gcse.c: Likewise.
4085         * genattrtab.c: Likewise.
4086         * genconfig.c: Likewise.
4087         * genrecog.c: Likewise.
4088         * ggc-page.c: Likewise.
4089         * ggc.h: Likewise.
4090         * global.c: Likewise.
4091         * gthr-win32.h: Likewise.
4092         * integrate.c: Likewise.
4093         * jump.c: Likewise.
4094         * langhooks.c: Likewise.
4095         * langhooks.h: Likewise.
4096         * line-map.h: Likewise.
4097         * local-alloc.c: Likewise.
4098         * longlong.h: Likewise.
4099         * loop.c: Likewise.
4100         * loop.h: Likewise.
4101
4102 Tue Aug 27 22:26:35 CEST 2002  Jan Hubicka  <jh@suse.cz>
4103
4104         * i386.h (BIGGEST_FIELD_ALIGNMENT): Set proper default for x86_64.
4105
4106 Tue Aug 27 20:07:01 CEST 2002  Jan Hubicka  <jh@suse.cz>
4107
4108         * i386.c (overwrite_options): Set -mpreferred-stack-boundary to 128
4109         for -Os/TARGET_64BIT too.
4110
4111 2002-09-21  Kazu Hirata  <kazu@cs.umass.edu>
4112
4113         * ChangeLog: Follow spelling conventions.
4114         * ChangeLog.0: Likewise.
4115         * ChangeLog.1: Likewise.
4116         * ChangeLog.2: Likewise.
4117         * ChangeLog.3: Likewise.
4118         * ChangeLog.4: Likewise.
4119         * ChangeLog.5: Likewise.
4120         * ChangeLog.6: Likewise.
4121         * FSFChangeLog.10: Likewise.
4122         * FSFChangeLog.11: Likewise.
4123         * alias.c: Likewise.
4124         * basic-block.h: Likewise.
4125         * c-aux-info.c: Likewise.
4126         * c-common.c: Likewise.
4127         * c-common.h: Likewise.
4128         * c-decl.c: Likewise.
4129         * c-format.c: Likewise.
4130         * c-semantics.c: Likewise.
4131         * c-typeck.c: Likewise.
4132         * calls.c: Likewise.
4133         * cfganal.c: Likewise.
4134         * cfgloop.c: Likewise.
4135         * collect2.c: Likewise.
4136         * combine.c: Likewise.
4137         * conflict.c: Likewise.
4138         * cppexp.c: Likewise.
4139         * cppfiles.c: Likewise.
4140         * cpphash.h: Likewise.
4141         * cppinit.c: Likewise.
4142         * cpplex.c: Likewise.
4143         * cpplib.c: Likewise.
4144         * cpplib.h: Likewise.
4145         * cppmacro.c: Likewise.
4146         * cse.c: Likewise.
4147
4148 2002-09-21  Richard Earnshaw  <rearnsha@arm.com>
4149
4150         * netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): New, takes old definition of
4151         LINK_SPEC.
4152         (LINK_SPEC): Define to NETBSD_LINK_SPEC_AOUT.
4153         * arm/netbsd.h (SUBTARGET_EXTRA_SEPCS): Add NETBSD_LINK_SPEC_AOUT.
4154         (LINK_SPEC): Rework to use NETBSD_LINK_SPEC_AOUT).
4155
4156 2002-09-21  Richard Earnshaw  <rearnsha@arm.com>
4157
4158         PR opt/7930
4159         * cse.c (fold_rtx): Calculate old_cost before we fold each
4160         operand.
4161
4162 2002-09-21  Richard Henderson  <rth@redhat.com>
4163
4164         * c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__,
4165         __GCC_BIG_ENDIAN__, __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
4166         __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
4167         __TARGET_USES_VAX_F_FLOAT__, __TARGET_USES_VAX_D_FLOAT__,
4168         __TARGET_USES_VAX_G_FLOAT__, __TARGET_USES_VAX_H_FLOAT__.
4169         * doc/cpp.texi: Don't document them.
4170
4171 2002-09-21  Richard Henderson  <rth@redhat.com>
4172
4173         * c-common.c (builtin_define_float_constants): Use real_format
4174         to get the floating-point parameters.
4175
4176 2002-09-21  Richard Henderson  <rth@redhat.com>
4177
4178         * real.c (struct real_format): Move to real.h.
4179         (real_format_for_mode): Rename from fmt_for_mode; update all users;
4180         initialize with ieee defaults.
4181         (real_to_target_fmt, real_from_target_fmt): New.
4182         (ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
4183         ieee_extended_intel_96_format, ieee_extended_intel_128_format,
4184         ieee_quad_format, i370_single_format, i370_double_format,
4185         c4x_single_format, c4x_extended_format): Rename from s/_format//.
4186         (ieee_quad_format): Fix emin.
4187         (format_for_size, init_real_once): Remove.
4188         * real.h (struct real_format): Move from real.c.
4189         (real_format_for_mode): Declare.
4190         (real_to_target_fmt, real_from_target_fmt): Declare.
4191         (ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
4192         ieee_extended_intel_96_format, ieee_extended_intel_128_format,
4193         ieee_quad_format, vax_f_format, vax_d_format, vax_g_format,
4194         i370_single_format, i370_double_format, c4x_single_format,
4195         c4x_extended_format): Declare.
4196         * toplev.c (do_compile): Don't call init_real_once.
4197
4198         * defaults.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
4199         * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Remove.
4200
4201         * config/alpha/alpha.h (TARGET_FLOAT_FORMAT): Define.
4202         * config/alpha/osf5.h (LONG_DOUBLE_TYPE_SIZE): 64, if vax mode.
4203         * config/alpha/alpha.c (override_options): Set real_format_for_mode
4204         for VAX, if enabled.
4205
4206         * config/c4x/c4x.c (c4x_override_options): Set real_format_for_mode
4207         for C4X.
4208
4209         * config/i370/i370.h (OVERRIDE_OPTIONS): New.
4210         * config/i370/i370.c (override_options): New.
4211         * config/i370/i370-protos.h: Update.
4212
4213         * config/i386/i386.c (override_options): Set real_format_for_mode
4214         for Intel 80-bit extended.
4215         * config/i386/i386.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
4216
4217         * config/i960/i960.h (LONG_DOUBLE_TYPE_SIZE): Mind -mlong-double-64.
4218         (OVERRIDE_OPTIONS): Move code...
4219         * config/i960/i960.c (i960_initialize): ... here.  Set
4220         real_format_for_mode for Intel 80-bit extended.
4221
4222         * config/ia64/ia64.c (ia64_override_options): Set real_format_for_mode
4223         for Intel 80-bit extended, if enabled.
4224
4225         * config/m68k/m68k.c (override_options): Set real_format_for_mode
4226         for Motorola 96-bit extended.
4227
4228         * config/vax/vax.h (OVERRIDE_OPTIONS): New.
4229         * config/vax/vax.c (override_options): New.
4230         * config/vax/vax-protos.h: Update.
4231
4232 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
4233
4234         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Add
4235         #if TARGET_MACHO.
4236
4237         * config/rs6000/rs6000.md (floatdisf2_internal2): Combine
4238         insns.  Supply missing clobber of scratch reg.
4239
4240 2002-09-20  Kazu Hirata  <kazu@cs.umass.edu>
4241
4242         * config/m32r/m32r.c: Follow spelling conventions.
4243         * config/m32r/m32r.h: Likewise.
4244         * config/m32r/m32r.md: Likewise.
4245         * config/m68k/m68k.c: Likewise.
4246         * config/m88k/m88k.c: Likewise.
4247         * config/mcore/mcore.c: Likewise.
4248         * config/mips/mips.c: Likewise.
4249         * config/mips/mips.h: Likewise.
4250         * config/mmix/mmix.c: Likewise.
4251         * config/mn10200/mn10200.c: Likewise.
4252         * config/ns32k/ns32k.h: Likewise.
4253         * config/pa/pa.c: Likewise.
4254         * config/pa/pa64-linux.h: Likewise.
4255         * config/pdp11/pdp11.h: Likewise.
4256         * config/romp/romp.c: Likewise.
4257         * config/romp/romp.h: Likewise.
4258         * config/rs6000/eabi.asm: Likewise.
4259         * config/rs6000/linux64.h: Likewise.
4260         * config/rs6000/rs6000.c: Likewise.
4261         * config/rs6000/rs6000.h: Likewise.
4262         * config/rs6000/rs6000.md: Likewise.
4263         * config/rs6000/sysv4.h: Likewise.
4264         * config/rs6000/xcoff.h: Likewise.
4265
4266 2002-09-20  Jim Wilson  <wilson@redhat.com>
4267
4268         * config/v850/v850/lib1funcs.asm (__muldi3): Change r5 to r28.
4269
4270 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
4271
4272         * config/i386/i386.md (UNSPEC_GOTNTPOFF, UNSPEC_INDNTPOFF): New.
4273         * config/i386/i386.c (legitimate_pic_address_disp_p): Handle
4274         UNSPEC_GOTNTPOFF and UNSPEC_INDNTPOFF like UNSPEC_GOTTPOFF.
4275         (legitimate_address_p): Likewise.
4276         (legitimize_address): Use @gotntpoff and @indntpoff.
4277         (output_pic_addr_const): Handle UNSPEC_GOTNTPOFF and UNSPEC_INDNTPOFF.
4278         (output_addr_const_extra): Likewise.
4279
4280 2002-09-20  Jim Wilson  <wilson@redhat.com>
4281
4282         * combine.c (try_combine): When split an instruction pair, where the
4283         first has a sign_extend src, verify that the src and dest modes match.
4284
4285 2002-09-20  Richard Henderson  <rth@redhat.com>
4286
4287         * config/mips/mips.c (dfhigh, dflow, sfhigh, sflow): Remove.
4288         (override_options): Do not initialize them.
4289         (mips_const_double_ok): Allow no fp constants except zero,
4290         and not even that for mips16.
4291         (const_float_1_operand): Use dconst1.
4292         * config/mips/mips.md (movsf, movsf_internal1, movsf_internal2,
4293         movdf, movdf_internal1, movdf_internal1a, movdf_internal2):
4294         Don't allow arbitrary constants; fix predicates and C constraint.
4295
4296 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
4297
4298         * cppmacro.c: Don't warn about function-like macros without
4299         '(' during pre-expansion.
4300
4301 2002-09-20  Jim Wilson  <wilson@redhat.com>
4302
4303         * config/v850/v850.c (current_function_anonymous_args): Delete.
4304         (expand_prologue): Use current_function_args_info.anonymous_args.
4305         (expand_epilogue): Delete use of current_function_anonymous_args.
4306         * config/v850/v850.h (struct cum_arg): Add anonymous_args field.
4307         (INIT_CUMULATIVE_ARGS): Clear anonymous_args field.
4308         (current_function_anonymous_args): Delete extern declaration.
4309         (SETUP_INCOMING_VARARGS): Set anonymous_args field.
4310
4311 2002-09-20  Geoffrey Keating  <geoffk@apple.com>
4312
4313         * config/rs6000/rs6000.c (rs6000_emit_prologue): Update for change
4314         to load_macho_picbase.
4315         * config/rs6000/rs6000.md: Document Darwin-specific unspec IDs.
4316         (load_macho_picbase): Take the symbol to use as a parameter.
4317         (macho_correct_pic): New insn.
4318         (builtin_setjmp_reciever): On Darwin, restore the PIC register.
4319
4320         * config/rs6000/rs6000.h (ELIMINABLE_REGS): Use
4321         RS6000_PIC_OFFSET_TABLE_REGNUM rather than hardcoding 30.
4322         (CAN_ELIMINATE): Likewise.
4323         (INITIAL_ELIMINATION_OFFSET): Likewise.
4324         (TOC_REGISTER): Likewise.
4325
4326 2002-09-20  Richard Henderson  <rth@redhat.com>
4327
4328         * real.c (real_hash): New.
4329         * real.h: Declare it.
4330         * cse.c (canon_hash): Use it.
4331         * cselib.c (hash_rtx): Likewise.
4332         * emit-rtl.c (const_double_htab_hash): Likewise.
4333         * rtl.h (CONST_DOUBLE_REAL_VALUE): New.
4334         * varasm.c (struct rtx_const): Reduce vector size; separate
4335         integer and fp vectors.
4336         (HASHBITS): Remove.
4337         (const_hash_1): Rename from const_hash.  Use real_hash.  Do not
4338         take modulus MAX_HASH_TABLE.
4339         (const_hash): New.  Do take modulus MAX_HASH_TABLE.
4340         (output_constant_def): Do not take modulus MAX_HASH_TABLE.
4341         (SYMHASH): Don't use HASHBITS.
4342         (decode_rtx_const): Copy only active bits from REAL_VALUE_TYPE.
4343         Fix CONST_VECTOR thinko wrt fp vectors.  Fix kind comparison.
4344         (simplify_subtraction): Fix kind comparison.
4345         (const_hash_rtx): Return unsigned int.  Don't use HASHBITS.
4346         Use a union to pun integer array.
4347         * config/rs6000/rs6000.c (rs6000_hash_constant): Use real_hash;
4348         only hash two words of integral CONST_DOUBLE.
4349
4350 2002-09-20  Steve Ellcey  <sje@cup.hp.com>
4351
4352         * config/ia64/hpux.h (STARTFILE_SPEC): Modify.
4353         (STARTFILE_PREFIX_SPEC): New.
4354         (LINK_SPEC): Modify.
4355         (LIB_SPEC): Modify.
4356         (LIBGCC_SPEC): New.
4357
4358 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
4359
4360         * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
4361         UNSPEC_NTPOFF and UNSPEC_DTPOFF to be offsetted by constant.
4362
4363 2002-09-20  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
4364
4365         * config/arm/arm.md (sign_extract_onebit, not_signextract_onebit):
4366         Add clobber of the condition code register.
4367
4368 2002-09-20  Richard Henderson  <rth@redhat.com>
4369
4370         * real.c (do_fix_trunc): Static.
4371         (encode_ieee_single, encode_ieee_double, encode_ieee_extended,
4372         encode_ieee_quad, encode_vax_f, encode_vax_d, encode_vax_g,
4373         encode_i370_single, encode_i370_double, encode_c4x_single,
4374         encode_c4x_extended): Add default abort case.
4375
4376 2002-09-20  Richard Henderson  <rth@redhat.com>
4377
4378         * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS,
4379         MAX_EXP, SIGSZ, SIG_MSB, struct real_value): Move from real.c.
4380         (struct realvaluetype): Remove.
4381         (REAL_VALUE_TYPE): Use struct real_value.
4382         (REAL_VALUE_TYPE_SIZE): Use SIGNIFICAND_BITS.
4383         (test_real_width): New.
4384         * real.c: Global replace struct real_value with REAL_VALUE_TYPE.
4385         (real_arithmetic): Avoid hoops for REAL_VALUE_TYPE parameters.
4386         (real_compare, real_exponent, real_ldexp, real_isinf, real_isnan,
4387         real_isneg, real_isnegzero, real_identical, exact_real_inverse,
4388         real_to_integer, real_to_integer2, real_to_decimal,
4389         real_to_hexadecimal, real_from_string, real_from_integer,
4390         real_inf, real_nan, real_2expN, real_convert, real_to_target,
4391         real_from_target): Likewise.
4392         * tree.h (struct tree_real_cst): Use real_value not realvaluetype.
4393         * gengtype-yacc.y (bitfieldopt): Accept an ID as well.
4394
4395 2002-09-20  Richard Henderson  <rth@redhat.com>
4396
4397         * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT,
4398         IBM_FLOAT_FORMAT, C4X_FLOAT_FORMAT, TARGET_FLOAT_FORMAT): Move ...
4399         * defaults.h: ... here.
4400         * config/arm/arm.h, config/avr/avr.h, config/d30v/d30v.h,
4401         config/fr30/fr30.h, config/frv/frv.h, config/ia64/ia64.h,
4402         config/ip2k/ip2k.h, config/mips/mips.h, config/stormy16/stormy16.h,
4403         config/xtensa/xtensa.h (TARGET_FLOAT_FORMAT): Remove.
4404
4405 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
4406
4407         * config/mmix/mmix.md ("negdf2"): Rewrite.
4408         ("*expanded_negdf2"): New.
4409
4410 2002-09-19  Jim Wilson  <wilson@redhat.com>
4411
4412         * combine.c (simplify_set): When optimizing a subreg src with a
4413         cc0 dest, use GET_MODE (src) for mask instead of inner_mode.
4414
4415 2002-09-19  Dale Johannesen <dalej@apple.com>
4416         * combine.c (make_extraction): Don't create
4417         invalid subreg.
4418
4419 2002-09-19  Ulrich Weigand  <uweigand@de.ibm.com>
4420
4421         * config/s390/s390.c (addr_generation_dependency_p): Handle SUBREG
4422         and STRICT_LOW_PART within SET_DEST.
4423         * config/s390/s390.md ("*extractqi", "*extracthi"): New insns with
4424         splitters, replacing pre-reload splitters.
4425         ("*zero_extendhisi2_31", "*zero_extendqisi2_31",
4426         "*zero_extendqihi2_31"): New insns.
4427         ("*zero_extendqihi2_64"): Do not clobber CC.
4428
4429 2002-09-19  Steve Ellcey  <sje@cup.hp.com>
4430
4431         * config/ia64/hpux.h (CTORS_SECTION_ASM_OP): New.
4432         (DTORS_SECTION_ASM_OP): Ditto.
4433         (READONLY_DATA_SECTION_ASM_OP): Moved.
4434         (DATA_SECTION_ASM_OP): New.
4435         (SDATA_SECTION_ASM_OP): New.
4436         (BSS_SECTION_ASM_OP): New.
4437         (SBSS_SECTION_ASM_OP): New.
4438         (TEXT_SECTION_ASM_OP): New.
4439
4440 2002-09-19  Kazu Hirata  <kazu@cs.umass.edu>
4441
4442         * config/fp-bit.c: Follow spelling conventions.
4443         * config/d30v/d30v.c: Likewise.
4444         * config/d30v/d30v.h: Likewise.
4445         * config/fr30/fr30.c: Likewise.
4446         * config/fr30/fr30.h: Likewise.
4447         * config/fr30/fr30.md: Likewise.
4448         * config/frv/frv.c: Likewise.
4449         * config/frv/frv.h: Likewise.
4450         * config/h8300/h8300.c: Likewise.
4451         * config/h8300/lib1funcs.asm: Likewise.
4452         * config/i370/i370.c: Likewise.
4453         * config/i386/i386.h: Likewise.
4454         * config/i386/i386.md: Likewise.
4455         * config/i386/pentium.md: Likewise.
4456         * config/i386/winnt.c: Likewise.
4457         * config/i960/i960.c: Likewise.
4458         * config/ia64/ia64.h: Likewise.
4459         * config/ip2k/ip2k.c: Likewise.
4460         * config/ip2k/ip2k.h: Likewise.
4461         * config/ip2k/ip2k.md: Likewise.
4462         * config/ip2k/libgcc.S: Likewise.
4463
4464 2002-09-19  Stephen Clarke <stephen.clarke@superh.com>
4465
4466         * config/sh/sh.h (UNSPEC_GOTOFF_P): Define.
4467         (GOTOFF_P): Extend to allow gotoff plus constant.
4468
4469 2002-09-18  Richard Henderson  <rth@redhat.com>
4470
4471         * ifcvt.c (noce_process_if_block): Correctly detect X modified
4472         with INSN_B before COND_EARLIEST.  Don't check A and B for
4473         modification in condition range.  Reorder INSN_B for A==B properly.
4474         (if_convert): Iterate until no matches for a block.
4475
4476 2002-09-18  Richard Henderson  <rth@redhat.com>
4477
4478         * calls.c (store_one_arg): Rename default_align to parm_align;
4479         always adjust parm_align for downward padding.
4480
4481 2002-09-18  Richard Henderson  <rth@redhat.com>
4482
4483         * toplev.c (backend_init): Move init_real_once invocation ...
4484         (do_compile): ... here.
4485
4486 2002-09-18  Richard Henderson  <rth@redhat.com>
4487
4488         * sibcall.c (optimize_sibling_and_tail_recursive_call): Also remove
4489         RTX_UNCHANGING_P markers for successful tail-recursive replacement.
4490
4491 2002-09-18  Richard Henderson  <rth@redhat.com>
4492
4493         * real.c (round_for_format): Collect sticky as unsigned long, not bool.
4494
4495 2002-09-19  Alan Modra  <amodra@bigpond.net.au>
4496
4497         * config/rs6000/rs6000.md: (floatdisf2): Rename to
4498         floatdisf2_internal1.
4499         (floatdisf2): New define_expand.
4500         (floatdisf2_internal2): Likewise.
4501
4502 2002-09-18  Richard Henderson  <rth@redhat.com>
4503
4504         * real.c (sticky_rshift_significand): Collect sticky as
4505         unsigned long, not bool.
4506
4507 2002-09-18  Ulrich Weigand  <uweigand@de.ibm.com>
4508
4509         * config/s390/s390.c (s390_address_cost): New function.
4510         config/s390/s390-protos.h (s390_address_cost): Add prototype.
4511         config/s390/s390.h (ADDRESS_COST): Call s390_address_cost.
4512         (RTX_COST): Use COSTS_N_INSNS.
4513
4514 2002-09-18  Douglas Rupp  <rupp@gnat.com>
4515             Donn Terry  <donnte@microsoft.com>
4516
4517         * stor-layout.c (place_field): Handle alignment of whole
4518         structures when MSVC compatible bitfields are involved.
4519         Change method of computing location of MS bitfields to
4520         be compatible with #pragma pack(n).
4521
4522         * tree.h (record_layout_info): Add new field
4523         remaining_in_alignment.
4524
4525         * doc/tm.texi: (TARGET_MS_BITFIELD_LAYOUT_P): Update.
4526         (pragma pack): Add paragraph on MSVC bit-field packing.
4527
4528 2002-09-18  Richard Earnshaw  (reanrsha@arm.com)
4529
4530         PR optimization/7967
4531         * arm.md (ne_zeroextractsi): Add clobber of the condition code
4532         register.
4533
4534 2002-09-18  Kazu Hirata  <kazu@cs.umass.edu>
4535
4536         * config/s390/s390.c: Follow spelling conventions.
4537         * config/sh/lib1funcs.asm: Likewise.
4538         * config/sh/sh.c: Likewise.
4539         * config/sh/sh.h: Likewise.
4540         * config/sparc/sparc.c: Likewise.
4541         * config/sparc/sparc.h: Likewise.
4542         * config/sparc/sparc.md: Likewise.
4543         * config/stormy16/stormy16.c: Likewise.
4544         * config/stormy16/stormy16.h: Likewise.
4545         * config/v850/v850.c: Likewise.
4546         * config/v850/v850.h: Likewise.
4547         * config/vax/vax.c: Likewise.
4548         * config/vax/vax.h: Likewise.
4549
4550 2002-09-18  Nick Clifton  <nickc@redhat.com>
4551
4552         * config/rs60000/rs6000.c (rs6000_emit_move): Handle V1DImode moves.
4553         * config/rs60000/rs6000.c (SPE_VECTOR_MODE): Include V1DImode.
4554         * config/rs6000/spe.md (movv1di, movv1di_internal): New patterns.
4555
4556 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
4557
4558         * ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
4559         statement that the only translation is to en_UK.
4560
4561 2002-09-17  Kazu Hirata  <kazu@cs.umass.edu>
4562
4563         * config/alpha/alpha.c: Follow spelling conventions.
4564         * config/alpha/alpha.h: Likewise.
4565         * config/alpha/alpha.md: Likewise.
4566         * config/arc/arc.h: Likewise.
4567         * config/arm/arm.c: Likewise.
4568         * config/arm/arm.h: Likewise.
4569         * config/arm/arm.md: Likewise.
4570         * config/arm/pe.c: Likewise.
4571         * config/arm/unknown-elf.h: Likewise.
4572         * config/avr/avr.c: Likewise.
4573         * config/avr/avr.h: Likewise.
4574         * config/c4x/c4x.c: Likewise.
4575         * config/cris/cris.c: Likewise.
4576         * config/cris/cris.h: Likewise.
4577
4578 2002-09-17  Samuel Figueroa  <figueroa@apple.com>
4579
4580         * final.c (final_scan_insn): Use new macro ASM_OUTPUT_ALIGN_WITH_NOP.
4581         * config/sparc/sparc.h (ASM_OUTPUT_ALIGN_WITH_NOP) New macro.
4582         * doc/tm.texi (ASM_OUTPUT_ALIGN_WITH_NOP) New description.
4583
4584 2002-09-17  Dale Johannesen  <dalej@apple.com>
4585
4586         * cfgcleanup.c (try_forward_edges):  Do not forward a
4587         branch to just after a loop exit before loop optimization;
4588         this interfered with doloop detection.
4589
4590 2002-09-17  Nick Clifton  <nickc@redhat.com>
4591
4592         * config/arm/arm.c (output_return_instruction): Do not
4593         writeback the stack pointer when it is being loaded.
4594         (arm_output_epilogue): Likewise.
4595
4596 2002-09-17  Kazu Hirata  <kazu@cs.umass.edu>
4597
4598         * optabs.c (prepare_cmp_insn): Let emit_library_call_value
4599         generate a pseudo reg that receives the result of a libcall.
4600         (prepare_float_lib_cmp): Likewise.
4601
4602 2002-09-17  Steve Ellcey  <sje@cup.hp.com>
4603
4604         * config/ia64/elf.h: Remove CPP_PREDEFINES.
4605
4606 Tue Sep 17 13:58:04 2002  Nicola Pero  <n.pero@mi.flashnet.it>
4607
4608         Fix PR/7014 and related objc bugs:
4609         * c-typeck.c (comp_target_types): Added a reflexive argument.
4610         Pass it to ObjC when/if calling objc_comptypes().  Updated all
4611         callers to provide the appropriate reflexive argument.
4612         * objc/objc-act.c (objc_comptypes): Carefully checked and fixed
4613         typechecking for all cases of comparisons and assignments,
4614         particularly the obscure and less common ones involving protocols.
4615
4616 2002-09-17  Nick Clifton  <nickc@redhat.com>
4617
4618         * machmode.def (V1DImode): New mode.  A single element vector.
4619         * tree.h (TI_UV1DI_TYPE, TI_V1DI_TYPE): New tree_index enums.
4620         (unsigned_V1DI_type_node, V1D1_type_node): New type nodes.
4621         * tree.c (build_common_tree_nodes_2): Build
4622         unsigned_V1DI_type_node and V1D1_type_node.
4623         * c-common.c (c_common_type_for_mode): Return
4624         unsigned_V1DI_type_node or V1D1_type_node for V1DImode.
4625         * rtl.c (class_narrowest_): Start integer vector nodes with V1DImode.
4626
4627 Tue Sep 17 13:40:13 2002  Nicola Pero  <n.pero@mi.flashnet.it>
4628
4629         * doc/objc.texi (Constant string objects): Extended documentation
4630         to make clear that the constant string class ivar layout is
4631         completely fixed.
4632
4633 2002-09-17  Roger Sayle  <roger@eyesopen.com>
4634
4635         * cfgrtl.c (flow_delete_block_noexpunge): Delete orphaned
4636         NOTE_INSN_LOOP_CONT notes when deleting basic blocks.
4637
4638 2002-09-16  Richard Henderson  <rth@redhat.com>
4639
4640         * expr.c (emit_block_move): Set memory block size as appropriate
4641         for the copy.
4642
4643 2002-09-16  Richard Henderson  <rth@redhat.com>
4644
4645         PR fortran/3924
4646         * sdbout.c (sdbout_symbol): Don't handle offsets from a symbol.
4647
4648 2002-09-16  Richard Henderson  <rth@redhat.com>
4649
4650         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust SIZE
4651         as well as OFFSET for BITPOS.
4652
4653 2002-09-16  Jeff Garzik  <jgarzik@mandrakesoft.com>
4654
4655         * config.gcc: Treat winchip_c6-*|winchip2-*|c3-* as pentium-mmx.
4656         * config/i386/i386.c (processor_alias_table): Add winchip-c6,
4657         winchip2 and c3.
4658         * doc/invoke.texi: Mention new aliases.
4659
4660 2002-09-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4661
4662         * calls.c (store_one_arg): Set default alignment for BLKmode arguments
4663         to BITS_PER_UNIT when ARGS_GROW_DOWNWARD and the padding direction is
4664         downward.
4665         * function.c (pad_below):  Always compile.
4666         (locate_and_pad_parm): If defined ARGS_GROW_DOWNWARD, pad argument to
4667         alignment when it is not in a register or REG_PARM_STACK_SPACE is true.
4668         Pad below when the argument is not in a register and the padding
4669         direction is downward.
4670
4671         * pa-64.h (MUST_PASS_IN_STACK): Move define to pa.h.
4672         (PAD_VARARGS_DOWN): Define.
4673         * pa.c (function_arg_padding): Revise padding directions to make them
4674         compatible with the 32 and 64-bit runtime architecture documentation.
4675         (hppa_va_arg):  Add code to handle variable and size zero arguments
4676         passed by reference on TARGET_64BIT.  Reformat.
4677         (function_arg): Use a PARALLEL for BLKmode and aggregates args on
4678         TARGET_64BIT.  Use a DImode PARALLEL for BLKmode args 5 to 8 bytes
4679         wide when !TARGET_64BIT.  Move forward check for mode==VOIDmode.
4680         Add comments.
4681         * pa.h (MAX_PARM_BOUNDARY): Correct define for TARGET_64BIT.
4682         (RETURN_IN_MEMORY): Return size zero types in memory.
4683         (FUNCTION_VALUE): Return TFmode in general registers.
4684         (MUST_PASS_IN_STACK): Define.
4685         (FUNCTION_ARG_BOUNDARY): Simplify.
4686         (FUNCTION_ARG_PASS_BY_REFERENCE): Pass variable and zero sized types
4687         by reference.
4688         (FUNCTION_ARG_CALLEE_COPIES): Define to FUNCTION_ARG_PASS_BY_REFERENCE.
4689
4690 2002-09-16  Richard Henderson  <rth@redhat.com>
4691
4692         * real.c (do_fix_trunc): New.
4693         (real_arithmetic): Call it.
4694         * simplify-rtx.c (simplify_unary_operation): Handle FIX
4695         with a floating-point result mode.
4696
4697 2002-09-16  Richard Henderson  <rth@redhat.com>
4698
4699         * builtin-types.def (BT_FN_FLOAT_CONST_STRING): New.
4700         (BT_FN_DOUBLE_CONST_STRING, BT_FN_LONG_DOUBLE_CONST_STRING): New.
4701         * builtins.def (__builtin_nan, __builtin_nanf, __builtin_nanl): New.
4702         (__builtin_nans, __builtin_nansf, __builtin_nansl): New.
4703         * builtins.c (fold_builtin_nan): New.
4704         (fold_builtin): Call it.
4705         * real.c (real_nan): Parse a non-empty string.
4706         (round_for_format): Fix NaN significand truncation.
4707         * real.h (real_nan): Return bool.
4708         * doc/extend.texi: Document new builtins.
4709
4710 2002-09-16  Jason Merrill  <jason@redhat.com>
4711             Danny Smith  <dannysmith@users.sourceforge.net>
4712
4713         * config/i386/winnt.c (ix86_handle_dll_attribute): Set
4714         DECL_EXTERN and TREE_PUBLIC for dllimported variables here...
4715         (i386_pe_mark_dllimport): Not here.
4716
4717 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
4718
4719         * c-semantics.c (genrtl_do_stmt): Cope with NULL cond.
4720
4721 2002-09-16  Geoffrey Keating  <geoffk@redhat.com>
4722
4723         * config/rs6000/rs6000.c (build_mask64_2_operands): Suppress
4724         warnings about unused operands when HOST_BITS_PER_WIDE_INT is
4725         < 64.
4726         (rs6000_emit_cmove): Use real_isinf not target_isinf.
4727
4728 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
4729
4730         * calls.c (emit_library_call_value_1): Don't refer to
4731         hard_libcall_value.
4732         * optabs.c (prepare_float_lib_cmp): Likewise.
4733
4734 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
4735
4736         * ggc-common.c (ggc_mark_rtx_children_1): Update for changed name
4737         mangling.
4738
4739         The following changes are merged from pch-branch:
4740
4741         * doc/gty.texi (GTY Options): Document %a.
4742         * gengtype.c (do_scalar_typedef): New function.
4743         (process_gc_options): Handle `length' option.
4744         (set_gc_used_type): A pointer to an array of structures doesn't
4745         qualify as a pointer to a structure.
4746         (output_escaped_param): Add `%a' escape.
4747         (write_gc_structure_fields): Allow 'desc' on array of unions.
4748         (main): Define `uint8', `jword' and `JCF_u2' as scalars; use
4749         do_scalar_typedef.
4750
4751         * gengtype.c (enum rtx_code): Make global.
4752         (rtx_format): Make global.
4753         (rtx_next): New.
4754         (gen_rtx_next): New.
4755         (write_rtx_next): New.
4756         (adjust_field_rtx_def): Skip fields marked by chain_next.
4757         (open_base_files): Delete redundant prototype.
4758         (write_enum_defn): New.
4759         (output_mangled_typename): Correct abort call.
4760         (write_gc_marker_routine_for_structure): Handle chain_next and
4761         chain_prev options.
4762         (finish_root_table): Don't output redundant \n.
4763         (main): Call gen_rtx_next, write_rtx_next, write_enum_defn.
4764         * c-tree.h (union lang_tree_node): Add chain_next option.
4765
4766         * gengtype.h (NUM_PARAM): New definition.
4767         (struct type): For TYPE_PARAM_STRUCT, allow multiple parameters.
4768         * gengtype.c (find_param_structure): New.
4769         (adjust_field_type): Handle param<n>_is option.
4770         (process_gc_options): Detect use_params option.  Update callers.
4771         (set_gc_used_type): Add 'param' parameter, update callers.  Handle
4772         'use_params' option.
4773         (open_base_files): Add splay-tree.h to list of files included.
4774         (output_mangled_typename): New.
4775         (write_gc_structure_fields): Update 'param' parameter to support
4776         multiple parameters.  Change name mangling.  Allow parameterized
4777         fields to have an apparent scalar type.  Handle param<n>_is options,
4778         use_param option.
4779         (write_gc_marker_routine_for_structure): Update for change to name
4780         mangling.  Better guess the output file for parameterized types.
4781         (write_gc_types): Update for change to name mangling.
4782         (write_gc_root): Update for change to name mangling.  Handle (ignore)
4783         param<n>_is options.
4784         * doc/gty.texi (GTY Options): Add description of param<n>_is
4785         options, use_params option.
4786         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
4787         * gengtype-lex.l: Produce token for param<n>_is.
4788         * gengtype-yacc.y: Parse param<n>_is.
4789
4790         * gengtype.c (adjust_field_tree_exp): Don't name a variable 'rindex'.
4791
4792         * rtl.c: Update comment describing rtx_format.
4793         * rtl.h (union rtunion): Separate definition and typedef.
4794         (struct rtx_def): Use gengtype to mark.
4795         * Makefile.in (gengtype.o): Also depend on rtl.def.
4796         * ggc.h (ggc_mark_rtx_children): Delete prototype.
4797         (ggc_mark_rtx): Change to alias of gengtype-generated routine.
4798         * ggc-common.c (ggc_mark_rtx_children): Delete.
4799         (ggc_mark_rtx_children_1): Delete.
4800         (gt_ggc_m_rtx_def): Delete.
4801         * gengtype.c (adjust_field_rtx_def): New.
4802         (adjust_field_type): Call adjust_field_rtx_def.
4803         (write_gc_structure_fields): Add 'default' case to switch if none
4804         is specified; remove unused code.
4805
4806         * tree.h (struct tree_exp): Update for change to meaning
4807         of special.
4808         * gengtype.c (adjust_field_tree_exp): New function.
4809         (adjust_field_type): Handle `tree_exp' special here.
4810         (write_gc_structure_fields): Don't handle `tree_exp' special here.
4811         Handle new `dot' option.
4812
4813         * gengtype.h: Make `info' a pointer-to-const.
4814         * gengtype-yacc.y (yacc_ids): Use xasprintf.
4815
4816         * gengtype.c (write_gc_structure_fields): Remove implementation
4817         of `always' option, add `default' option.
4818         * doc/gty.texi (GTY Options): Remove documentation of `always',
4819         add `default'.
4820
4821 2002-09-16  Hans-Peter Nilsson  <hp@bitrange.com>
4822
4823         * output.h: Remove #ifdef RTX_CODE and #ifdef TREE_CODE.
4824
4825 2002-09-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4826
4827         * m68hc11.md (addhi_sp): Fix uninitialized variable bug.
4828
4829         * c4x-c.c, c4x.c, darwin.c, i370-c.c, m32r.c: Include tm_p.h
4830         instead of the *-protos.h file directly.
4831         * t-c4x, t-i370, t-v850: Depend on $(TM_P_H).
4832         * darwin.c (machopic_output_stub): Move prototype ...
4833         * darwin-protos.h (machopic_output_stub): ... here.
4834         * rs6000-protos.h (machopic_output_stub): Don't declare.
4835
4836 2002-09-16  Richard Henderson  <rth@redhat.com>
4837
4838         * c-common.c (builtin_define_float_constants): Emit __FOO_DENORM_MIN__.
4839
4840 2002-09-16  Richard Henderson  <rth@redhat.com>
4841
4842         * real.c, real.h: Rewrite from scratch.
4843
4844         * Makefile.in (simplify-rtx.o): Depend on TREE_H.
4845         (paranoia): New target.
4846         * builtins.c (fold_builtin_inf): Use new real.h interface.
4847         * c-common.c (builtin_define_with_hex_fp_value): Likewise.
4848         * c-lex.c (interpret_float): Likewise.
4849         * emit-rtl.c (gen_lowpart_common): Likewise.
4850         * optabs.c (expand_float): Use real_2expN.
4851         * config/ia64/ia64.md (divsi3, udivsi3): Likewise.
4852         * defaults.h (INTEL_EXTENDED_IEEE_FORMAT): New.
4853         (FLOAT_WORDS_BIG_ENDIAN): New.
4854         * cse.c (find_comparison_args): Don't pass FLOAT_STORE_FLAG_VALUE
4855         directly to REAL_VALUE_NEGATIVE.
4856         * loop.c (canonicalize_condition): Likewise.
4857         * simplify-rtx.c: Include tree.h.
4858         (simplify_unary_operation): Don't handle FIX and UNSIGNED_FIX
4859         with floating-point result modes.
4860         * toplev.c (backend_init): Call init_real_once.
4861
4862         * fold-const.c (force_fit_type): Don't call CHECK_FLOAT_VALUE.
4863         * tree.c (build_real): Likewise.
4864         * config/alpha/alpha.c, config/vax/vax.c (float_strings,
4865         float_values, inited_float_values, check_float_value): Remove.
4866         * config/alpha/alpha.h, config/m68hc11/m68hc11.h,
4867         config/m88k/m88k.h, config/vax/vax.h (CHECK_FLOAT_VALUE): Remove.
4868         * doc/tm.texi (CHECK_FLOAT_VALUE): Remove.
4869         (VAX_HALFWORD_ORDER): Remove.
4870
4871 2002-09-16  Ulrich Weigand  <uweigand@de.ibm.com>
4872
4873         * config/s390/s390.c: (legitimize_la_operand): Remove, replace by ...
4874         (s390_load_address): ... this new function.
4875         (s390_decompose_address): Allow the argument pointer and all
4876         virtual registers as 'pointer' registers.
4877         (s390_expand_plus_operand): Use s390_load_address.
4878         config/s390/s390.md (movti, movdi, movdf splitters): Likewise.
4879         ("force_la_31"): New insn pattern.
4880         config/s390/s390-protos.h (legitimize_la_operand): Remove.
4881         (s390_load_address): Add prototype.
4882
4883         * config/s390/s390.c: Include "optabs.h".
4884         (s390_expand_movstr, s390_expand_clrstr, s390_expand_cmpstr): New.
4885         config/s390/s390-protos.h (s390_expand_movstr, s390_expand_clrstr,
4886         s390_expand_cmpstr): Add prototypes.
4887         config/s390/s390.md ("movstrdi", "movstrsi"): Call s390_expand_movstr.
4888         ("movstrdi_short"): Rename to "movstr_short_64".  Change predicates
4889         for operands 0 and 1 to "memory_operand".  Add type attribute.
4890         ("movstrsi_short"): Rename to "movstr_short_31".  Change predicates
4891         for operands 0 and 1 to "memory_operand".  Add type attribute.
4892         ("movstrdi_long", "movstrsi_long"): Remove.
4893         ("movstrdi_64"): Rename to "movstr_long_64". Add type attribute.
4894         ("movstrsi_31"): Rename to "movstr_long_31". Add type attribute.
4895         ("clrstrdi", "clrstrsi"): Call s390_expand_clrstr.
4896         ("clrstrsico"): Remove, replace by ...
4897         ("clrstr_short_64", "clrstr_short_31"): ... these new patterns.
4898         ("clrstrsi_64"): Rename to "clrstr_long_64".
4899         ("clrstrsi_31"): Rename to "clrstr_long_31".
4900         ("cmpstrdi", "cmpstrsi"): Call s390_expand_cmpstr.
4901         ("cmpstr_const"): Remove, replace by ...
4902         ("cmpstr_short_64", "cmpstr_short_31"): ... these new patterns.
4903         ("cmpstr_64"): Rename to "cmpstr_long_64".
4904         ("cmpstr_31"): Rename to "cmpstr_long_31".
4905
4906 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
4907
4908         * ABOUT-NLS: Follow spelling conventions.
4909         * ChangeLog: Likewise.
4910         * ChangeLog.1: Likewise.
4911         * ChangeLog.2: Likewise.
4912         * ChangeLog.3: Likewise.
4913         * ChangeLog.4: Likewise.
4914         * ChangeLog.5: Likewise.
4915         * ChangeLog.6: Likewise.
4916         * FSFChangeLog.10: Likewise.
4917         * FSFChangeLog.11: Likewise.
4918         * c-common.c: Likewise.
4919         * c-lex.c: Likewise.
4920         * c-objc-common.c: Likewise.
4921         * cppexp.c: Likewise.
4922         * cppinit.c: Likewise.
4923         * cpplex.c: Likewise.
4924         * doloop.c: Likewise.
4925         * flow.c: Likewise.
4926         * function.c: Likewise.
4927         * integrate.c: Likewise.
4928         * loop.c: Likewise.
4929         * reg-stack.c: Likewise.
4930         * reload.h: Likewise.
4931         * ssa.c: Likewise.
4932
4933 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
4934
4935         * ChangeLog: Follow spelling conventions.
4936         * ChangeLog.0: Likewise.
4937         * ChangeLog.1: Likewise.
4938         * ChangeLog.2: Likewise.
4939         * ChangeLog.4: Likewise.
4940         * ChangeLog.6: Likewise.
4941         * config.gcc: Likewise.
4942         * dwarfout.c: Likewise.
4943         * reload1.c: Likewise.
4944         * simplify-rtx.c: Likewise.
4945         * unwind-sjlj.c: Likewise.
4946         * config/avr/avr.h: Likewise.
4947         * config/d30v/d30v.h: Likewise.
4948         * config/frv/frv.c: Likewise.
4949         * config/frv/frv.h: Likewise.
4950         * config/ip2k/ip2k.h: Likewise.
4951         * config/m88k/m88k-move.sh: Likewise.
4952         * config/stormy16/stormy16.c: Likewise.
4953         * config/stormy16/stormy16.h: Likewise.
4954         * doc/extend.texi: Likewise.
4955         * doc/interface.texi: Likewise.
4956         * doc/invoke.texi: Likewise.
4957         * doc/md.texi: Likewise.
4958         * doc/rtl.texi: Likewise.
4959         * doc/tm.texi: Likewise.
4960         * doc/trouble.texi: Likewise.
4961         * ginclude/float.h: Likewise.
4962         * treelang/treelang.texi: Likewise.
4963
4964 2002-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4965
4966         * i386-protos.h (i386_pe_dllexport_name_p,
4967         i386_pe_dllimport_name_p, i386_pe_unique_section,
4968         i386_pe_declare_function_type, i386_pe_record_external_function,
4969         i386_pe_record_exported_symbol, i386_pe_asm_file_end): Add
4970         prototype.
4971         * i386/t-cygwin (winnt.o): Depend on $(TM_P_H).
4972         * i386/t-interix (winnt.o): Likewise.
4973
4974         * v850-protos.h (v850_output_addr_const_extra): Prototype.
4975
4976 2002-09-15  Jason Thorpe  <thorpej@wasabisystems.com>
4977
4978         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Add
4979         MIPS ABI CPP macros.
4980         (TARGET_CPU_CPP_BUILTINS): Redefine.
4981         (SUBTARGET_EXTRA_SPECS): Remove subtarget_endian_default.
4982         (SUBTARGET_ENDIAN_DEFAULT_SPEC): Remove.
4983
4984 2002-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4985
4986         * ia64/aix.h (TARGET_OS_CPP_BUILTINS): Fix typo.
4987
4988 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
4989
4990         * ChangeLog: Follow spelling conventions.
4991         * ChangeLog.0: Likewise.
4992         * ChangeLog.1: Likewise.
4993         * ChangeLog.2: Likewise.
4994         * ChangeLog.3: Likewise.
4995         * ChangeLog.4: Likewise.
4996         * ChangeLog.5: Likewise.
4997         * ChangeLog.6: Likewise.
4998         * FSFChangeLog.10: Likewise.
4999         * FSFChangeLog.11: Likewise.
5000         * c-common.c: Likewise.
5001         * c-common.h: Likewise.
5002         * c-format.c: Likewise.
5003         * c-opts.c: Likewise.
5004         * cpplib.c: Likewise.
5005         * langhooks.h: Likewise.
5006         * real.c: Likewise.
5007         * reg-stack.c: Likewise.
5008         * toplev.c: Likewise.
5009         * config/arm/arm.c: Likewise.
5010         * config/arm/arm.md: Likewise.
5011         * config/arm/linux-gas.h: Likewise.
5012         * config/arm/netbsd.h: Likewise.
5013         * config/c4x/c4x.c: Likewise.
5014         * config/c4x/c4x.h: Likewise.
5015         * config/c4x/c4x.md: Likewise.
5016         * config/c4x/libgcc.S: Likewise.
5017         * config/fr30/fr30.md: Likewise.
5018         * config/frv/frv.md: Likewise.
5019         * config/ia64/ia64.md: Likewise.
5020         * config/mips/mips.h: Likewise.
5021         * config/mn10300/mn10300.c: Likewise.
5022         * config/stormy16/stormy16.c: Likewise.
5023         * config/v850/v850.md: Likewise.
5024         * doc/extend.texi: Likewise.
5025         * doc/invoke.texi: Likewise.
5026         * doc/md.texi: Likewise.
5027
5028 2002-09-15  Jason Thorpe  <thorpej@wasabisystems.com>
5029
5030         * config/netbsd.h (LIB_SPEC): Include the appropriate pthread
5031         library if -pthread is specified.
5032
5033 2002-09-15  Jason Thorpe  <thorpej@wasabisystems.com>
5034
5035         * config.gcc (*-*-netbsd*): Set thread_file to 'posix'
5036         for --enable-threads=yes and --enable-threads=posix.
5037
5038 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
5039
5040         * config/sparc/cypress.md: Replace Sparc with SPARC.
5041         * config/sparc/freebsd.h: Likewise.
5042         * config/sparc/gmon-sol2.c: Likewise.
5043         * config/sparc/hypersparc.md: Likewise.
5044         * config/sparc/lb1spc.asm: Likewise.
5045         * config/sparc/lb1spl.asm: Likewise.
5046         * config/sparc/linux.h: Likewise.
5047         * config/sparc/linux64.h: Likewise.
5048         * config/sparc/lynx.h: Likewise.
5049         * config/sparc/sol2.h: Likewise.
5050         * config/sparc/sparc-modes.def: Likewise.
5051         * config/sparc/sparc.c: Likewise.
5052         * config/sparc/sparc.h: Likewise.
5053         * config/sparc/sparc.md: Likewise.
5054         * config/sparc/sparclet.md: Likewise.
5055         * config/sparc/supersparc.md: Likewise.
5056         * config/sparc/sysv4.h: Likewise.
5057         * config/sparc/vxsim.h: Likewise.
5058         * config/sparc/vxsparc64.h: Likewise.
5059
5060 2002-09-14  Marek Michalkiewicz  <marekm@amelek.gda.pl>
5061
5062         * config/avr/avr.c (output.h): Move after inclusion of tree.h.
5063
5064 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
5065
5066         * ChangeLog: Follow spelling conventions.
5067         * ChangeLog.0: Likewise.
5068         * ChangeLog.2: Likewise.
5069         * ChangeLog.3: Likewise.
5070         * ChangeLog.4: Likewise.
5071         * ChangeLog.5: Likewise.
5072         * ChangeLog.6: Likewise.
5073         * cppfiles.c: Likewise.
5074         * cppinit.c: Likewise.
5075         * cpplib.h: Likewise.
5076         * cse.c: Likewise.
5077         * debug.h: Likewise.
5078         * df.c: Likewise.
5079         * dominance.c: Likewise.
5080         * hashtable.c: Likewise.
5081         * hashtable.h: Likewise.
5082         * loop.c: Likewise.
5083         * config/arm/README-interworking: Likewise.
5084         * config/arm/arm.c: Likewise.
5085         * config/arm/arm.h: Likewise.
5086         * config/arm/arm.md: Likewise.
5087         * config/dsp16xx/dsp16xx.h: Likewise.
5088         * config/frv/frv.c: Likewise.
5089         * config/frv/frv.h: Likewise.
5090         * config/ip2k/ip2k.h: Likewise.
5091         * config/rs6000/rs6000.c: Likewise.
5092         * config/stormy16/stormy-abi: Likewise.
5093         * config/stormy16/stormy16.h: Likewise.
5094         * config/v850/v850.c: Likewise.
5095
5096 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
5097
5098         * loop.c: Fix a comment typo.
5099
5100 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
5101
5102         * config/fr30/fr30.h: Fix comment typos.
5103         * config/frv/frv.c: Likewise.
5104         * config/i386/xmmintrin.h: Likewise.
5105         * config/mips/mips.c: Likewise.
5106         * config/sh/sh.c: Likewise.
5107
5108 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
5109
5110         * haifa-sched.c: Follow spelling conventions.
5111         * regclass.c: Likewise.
5112         * regrename.c: Likewise.
5113         * config/fp-bit.c: Likewise.
5114         * config/frv/frv.h: Likewise.
5115         * config/m88k/m88k.c: Likewise.
5116         * config/mcore/mcore.c: Likewise.
5117         * config/rs6000/darwin.h: Likewise.
5118         * config/rs6000/gnu.h: Likewise.
5119         * config/rs6000/linux.h: Likewise.
5120         * config/rs6000/linux64.h: Likewise.
5121         * config/rs6000/rs6000.c: Likewise.
5122         * config/rs6000/rs6000.h: Likewise.
5123         * config/sh/sh.c: Likewise.
5124         * config/sparc/sparc.c: Likewise.
5125         * config/sparc/ultra1_2.md: Likewise.
5126
5127 2002-09-14  Stephane Carrez  <stcarrez@nerim.fr>
5128
5129         * config/m68hc11/m68hc11.md ("movdi_internal"): Allow any offsetable
5130         memory operand when source is 0 (K constraint).
5131         ("movsi_internal"): Likewise.
5132         ("movdf_internal"): Likewise.
5133         ("movsf_internal"): Likewise.
5134
5135 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
5136
5137         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Use
5138         targetm.binds_local_p to set SYMBOL_REF_FLAG.
5139         (rs6000_xcoff_encode_section_info): Likewise.
5140         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
5141
5142 2002-09-10  Theodore A. Roth  <troth@verinet.com>
5143
5144         * gcc/config/avr/avr.h: Set default options for C++ for avr.
5145
5146 2002-09-13  Richard Henderson  <rth@redhat.com>
5147
5148         * Makefile.in (toplev.o): Depend on real.h.
5149         (print-rtl.o, varasm.o, ifcvt.o): Likewise.
5150
5151 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
5152
5153         * doc/tm.texi (DBX_OUTPUT_NFUN): Describe.
5154         * dbxout.c (dbxout_function_end): Use DBX_OUTPUT_NFUN.
5155         * config/rs6000/linux64.h (DBX_OUTPUT_NFUN): Define.
5156
5157 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
5158
5159         * ggc-common.c (ggc_mark_roots): Don't iterate NULL hash tables.
5160
5161 2002-09-13  Steve Ellcey  <sje@cup.hp.com>
5162
5163         * config.gcc (ia64*-*-aix*, ia64*-*-elf*, ia64*-*-freebsd*,
5164         ia64*-*-linux*): Set extra_parts.
5165         * config/ia64/t-aix (EXTRA_PARTS): Remove.
5166         * config/ia64/t-ia64 (EXTRA_PARTS): Remove.
5167
5168 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
5169
5170         * config/h8300/fixunssfsi.c: Replace H8/S with H8S.
5171         * config/h8300/h8300.c: Likewise.
5172         * config/h8300/h8300.h: Likewise.
5173         * config/h8300/h8300.md: Likewise.
5174         * doc/invoke.texi: Likewise.
5175
5176 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
5177
5178         * config/h8300/h8300.c (h8300_init_once): Fix formatting.
5179
5180 2002-09-13  Richard Henderson  <rth@redhat.com>
5181
5182         * config/alpha/alpha.md (attr type): Add callpal.
5183         (imb, trap, load_tp, set_tp): Use it.
5184         * config/alpha/ev4.md (ev4_callpal): New.
5185         * config/alpha/ev5.md (ev5_callpal): New.
5186         * config/alpha/ev6.md (ev6_ibr): Handle callpal.
5187         * config/alpha/alpha.c (alphaev4_insn_pipe): Handle TYPE_CALLPAL.
5188         (alphaev5_insn_pipe): Likewise.
5189
5190 2002-09-13  Andreas Jaeger  <aj@suse.de>
5191
5192         * Makefile.in (print-rtl.o): Depend on CONFIG_H.
5193
5194 2002-09-13  Steve Ellcey  <sje@cup.hp.com>
5195
5196         * config/ia64/t-hpux (LIBGCC1_TEST, STMP_FIXPROTO,
5197         LIB2ADDEH): New, set to NULL.
5198         (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL, SHLIB_MKMAP): New.
5199
5200 2002-09-13  Steve Ellcey  <sje@cup.hp.com>
5201
5202         * config/ia64/quadlib.c (_U_Qfcmp): Make extern.
5203         (_U_Qfcnvfxt_quad_to_sgl): Remove declaration.
5204         (_U_Qfeq, _U_Qfne, _U_Qfgt, _U_Qfge, U_Qflt, U_Qfle, _U_Qfcomp):
5205         Add declarations.
5206         (_U_Qfneg): Remove.
5207
5208 2002-09-13 Dhananjay Deshpande  <dhananjayd@kpit.com>
5209
5210         * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Add support
5211         for H8/300, H8S aa:8 mode.
5212         (TINY_CONSTANT_ADDRESS_P): Add support for H8S aa:16 mode.
5213         * config/h8300/h8300.c (h8300_adjust_insn_length): Adjust length
5214         for H8/300 aa:8 mode.
5215
5216 2002-09-13  Hartmut Penner  <hpenner@de.ibm.com>
5217
5218         * config/s390/s390.md ("trap", "conditional_trap", "*trap"): New
5219         insns.
5220
5221 2002-09-12  Richard Henderson  <rth@redhat.com>
5222
5223         * Makefile.in (HOST_PRINT): Use print-rtl1.o
5224         (print-rtl.o): Don't define GENERATOR_FILE.
5225         (print-rtl1.o): Rename from $(BUILD_PREFIX_1)print-rtl.o.
5226         * print-rtl.c (print_rtx): Include CONST_DOUBLE fp decimal output
5227         unless GENERATOR_FILE.
5228
5229 2002-09-12  Stan Shebs  <shebs@apple.com>
5230
5231         * config/darwin.h (USER_LABEL_PREFIX): Define here...
5232         * config/i386/darwin.h: ... instead of here.
5233
5234         * target.h (struct gcc_target): New field
5235         terminate_dw2_eh_frame_info.
5236         * target-def.h (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
5237         (TARGET_INITIALIZER): Add it.
5238         * dwarf2out.c (output_call_frame_info): Use target hook.
5239         * dwarf2asm.c (dw2_asm_output_delta): Use macro
5240         ASM_OUTPUT_DWARF_DELTA if defined.
5241         * doc/tm.texi (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Document.
5242         (ASM_OUTPUT_DWARF_DELTA): Ditto.
5243         (ASM_OUTPUT_DWARF_OFFSET): Ditto.
5244         (ASM_OUTPUT_DWARF_PCREL): Ditto.
5245         * config.gcc (i[34567]86-*-darwin*): Define extra_parts.
5246         (powerpc-*-darwin*): Ditto.
5247         * crtstuff.c [OBJECT_FORMAT_MACHO]: Update the Mach-O bits
5248         to work correctly for Darwin.
5249         * config/darwin.h (OBJECT_FORMAT_MACHO): Define.
5250         (STARTFILE_SPEC): Add crtbegin.o.
5251         (ENDFILE_SPEC): Define.
5252         (EXTRA_SECTION_FUNCTIONS): Put gcc_except_tab in data segment.
5253         (ASM_PREFERRED_EH_DATA_FORMAT): Handle more cases.
5254         (ASM_OUTPUT_DWARF_DELTA): Define.
5255         (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
5256         * config/darwin.c (darwin_asm_output_dwarf_delta): New function.
5257
5258 2002-09-13  Alan Modra  <amodra@bigpond.net.au>
5259
5260         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Remove "if"
5261         nesting.  Correct test for non-PowerPC64 ELF ABI_AIX.
5262         * config/rs6000/rs6000.md (load_toc_v4_PIC*): Disable when ABI_AIX.
5263
5264 2002-09-12  Zack Weinberg  <zack@codesourcery.com>
5265
5266         * toplev.c: Move default definition of USER_LABEL_PREFIX...
5267         * defaults.h: ... here.
5268
5269 2002-09-12  Richard Henderson  <rth@redhat.com>
5270
5271         * vax.c: Include tree.h earlier.
5272
5273 2002-09-12  Stan Shebs  <shebs@apple.com>
5274
5275         * config/darwin.c (machopic_finish): Remove #if 0 chunks.
5276         (machopic_operand_p): Ditto.
5277
5278 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
5279
5280         * config/arm/arm.c (arm_compute_initial_elimination_offset):
5281         Fix a comment typo.
5282
5283 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
5284
5285         * toplev.c (do_abort): Fix a comment typo.
5286
5287 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
5288
5289         * cselib.c: Fix comment formatting.
5290         * gengtype.c: Likewise.
5291
5292 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
5293
5294         * config/h8300/h8300.md (udivmodqi4): Do not use an expander.
5295         (udivmodhi4): Likewise.
5296
5297 2002-09-12  Graham Stott  <graham.stott@btinternet.com>
5298             Roger Sayle  <roger@eyesopen.com>
5299
5300         * i386.c (any_fp_register_operand, fp_register_operand,
5301         register_and_not_any_fp_reg_operand, register_and_not_fp_reg_operand):
5302         New predicate functions.
5303         * i386-protos.h:  Add their prototypes.
5304         * i386.h: Add them to PREDICATE_CODES.
5305         * i386.md ("*pushsf_rex64"+2, "*pushsf_rex64"+3, "*pushdf_integer"+1,
5306         "*pushdf_integer"+2, "*pushtf_integer"+1, "*pushtf_integer"+2,
5307         "*pushtf_integer"+3, "*pushtf_integer"+4, "*dummy_extendsfdf2"+1,
5308         "*dummy_extendsfdf2"+2, "*dummy_extendsfxf2"+1,
5309         "*dummy_extendsftf2"+1, "*dummy_extendsftf2"+2,
5310         "*dummy_extenddfxf2"+1, "*dummy_extenddftf2"+1,
5311         "*dummy_extenddftf2"+2, "*negsf2_if"+1, "*negsf2_if"+2,
5312         "*negdf2_if_rex64"+1, "*negdf2_if_rex64"+2, "*negxf2_if"+1,
5313         "*negxf2_if"+2, "*negtf2_if"+1, "*negtf2_if"+2, "*abssf2_if"+1,
5314         "*abssf2_if"+2, "*absdf2_if_rex64"+1, "*absdf2_if_rex64"+2,
5315         "*absxf2_if"+1, "*absxf2_if"+2, "*abstf2_if"+1, "*abstf2_if"+2):
5316         Use these new predicates to simplify and correct the use of
5317         FP_REG_P, ANY_FP_REG_P, FP_REGNO_P and any ANY_FP_REGNO_P.
5318
5319 2002-09-12  Jason Merrill  <jason@redhat.com>
5320
5321         * diagnostic.c (output_add_identifier): New fn.
5322         * diagnostic.h: Declare it.
5323
5324         * calls.c (store_one_arg): Use size_in_bytes to determine the
5325         amount of space to push.
5326
5327 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
5328
5329         * config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
5330
5331 2002-09-12  Ulrich Weigand  <uweigand@de.ibm.com>
5332
5333         * config/s390/s390-modes.def (CCAPmode, CCANmode): New CC modes.
5334         * config/s390/s390.c (s390_match_ccmode_set): Support new CC modes.
5335         (s390_select_ccmode): Likewise.
5336         (s390_branch_condition_mask): Likewise.
5337         (optimization_options): Do not set flag_branch_on_count.
5338         (s390_split_branches): Handle doloop branches.
5339         (s390_chunkify_pool): Likewise.
5340         * config/s390/s390.md ("*adddi3_imm_cc", "*addsi3_imm_cc"): New insns.
5341         ("doloop_end"): New expander.
5342         ("doolop_si", "*doloop_si_long", "doloop_di", "*doloop_di_long",
5343         associated splitters): New.
5344
5345 2002-09-11  Hartmut Penner  <hpenner@de.ibm.com>
5346
5347         * fold-const.c (make_range): Only narrow to signed range if
5348         the signed range is smaller than the unsigned range.
5349
5350 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
5351
5352         * emit-rtl.c (set_mem_size): New function.
5353         * expr.h (set_mem_size): Declare.
5354         * config/rs6000/rs6000.c (expand_block_move_mem): Exterminate.
5355         (expand_block_move): Instead, use adjust_address and
5356         replace_equiv_address to generate proper aliasing info.
5357         Move common code out of conditionals.  Localize vars.
5358
5359 2002-09-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5360
5361         * optabs.c (expand_binop): Minor cleanup.
5362         (expand_twoval_binop): Convert CONST_INTs like in expand_binop.
5363
5364 2002-09-11  Dan Nicolaescu  <dann@ics.uci.edu>
5365
5366         * print-tree.c (print_node): Print the restrict qualifier.
5367
5368 2002-09-11  Janis Johnson  <janis187@us.ibm.com>
5369
5370         * doc/install.texi: Fix typos.
5371
5372 2002-09-11  Zack Weinberg  <zack@codesourcery.com>
5373
5374         * Makefile.in: Remove all references to s-under and underscore.c.
5375         * collect2.c, tlink.c: Change all uses of prepends_underscore
5376         to look directly at USER_LABEL_PREFIX.
5377
5378 2002-09-11  David Edelsohn  <edelsohn@gnu.org>
5379
5380         * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Append
5381         alignment to csect.
5382         (rs6000_xcoff_unique_section): Only set section name for public
5383         data.
5384         (rs6000_xcoff_section_type_flags): Store log2 alignment in flags.
5385         * config/rs6000/xcoff.h (TARGET_ASM_SELECT_SECTION): Remove
5386         duplicate definition.
5387
5388 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5389
5390         * pa.md (extzv): Check predicates before emitting extzv_32.
5391         (insv): Likewise.
5392
5393 2002-09-10  Ulrich Weigand  <uweigand@de.ibm.com>
5394
5395         * config/s390/s390.h (MOVE_MAX): Define to correct value.
5396         (MAX_MOVE_MAX): Define.
5397         (MOVE_BY_PIECES_P): Define.
5398         (CLEAR_BY_PIECES_P): Define.
5399
5400 2002-09-10  Denis Chertykov  <denisc@overta.ru>
5401
5402         * config/avr/avr.md (movstrhi): Use right operands for conversion.
5403
5404 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
5405
5406         PR c/7873
5407         * arm.md (insv): Use reg_or_int_operand for operand[3].
5408
5409 2002-09-10  David Edelsohn  <edelsohn@gnu.org>
5410
5411         * rs6000.c (rs6000_assemble_visibility): Protect declaration
5412         inside macro.  Correct function definition typo.
5413         (rs6000_xcoff_section_type_flags): New function.
5414         (TARGET_SECTION_TYPE_FLAGS): Remove definition.
5415         (rs6000_elf_section_type_flags): Call default_section_type_flags_1
5416         with appropriate PIC test.
5417         (rs6000_xcoff_select_section): Use decl_readonly_section_1 to
5418         determine readonly.
5419         (rs6000_binds_local_p): Combine PIC flags.
5420         * sysv4.h (TARGET_SECTION_TYPE_FLAGS): Define.
5421         * xcoff.h (TARGET_SECTION_TYPE_FLAGS): Define.
5422
5423 2002-09-09  Per Bothner  <per@bothner.com>
5424
5425         * print-tree.c (print_node):  In a STRING_CST, escape non-ascii
5426         characters, and only print TREE_STRING_LENGTH chars.
5427
5428 2002-09-09  Steve Ellcey  <sje@cup.hp.com>
5429
5430         * config/ia64/hpux.h (TARGET_HPUX_LD): New, define true.
5431         (ASM_FILE_END) New.
5432         * config/ia64/ia64.h (TARGET_HPUX_LD): New, define false.
5433         * config/ia64/ia64-protos.h (ia64_hpux_asm_file_end): New.
5434         * config/ia64/ia64.c (ia64_asm_output_external): Create list
5435         of external functions if TARGET_HPUX_LD is true.
5436         (ia64_hpux_add_extern_decl): New, routine to put names on
5437         list of external functions.
5438         (ia64_hpux_asm_file_end): Put out declarations for external
5439         functions if and only if they are used.
5440
5441 2002-09-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5442
5443         * pa.md (exception_receiver, builtin_setjmp_receiver): Add blockage
5444         on TARGET_64BIT before pic register restore.
5445
5446 2002-09-09  David Edelsohn  <edelsohn@gnu.org>
5447
5448         * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
5449         (TARGET_HAVE_TLS): New description.
5450
5451 2002-09-09  Janis Johnson  <janis187@us.ibm.com>
5452
5453         * doc/extend.texi (Statement Exprs): Fix broken link.
5454
5455 2002-09-09  Denis Chertykov  <denisc@overta.ru>
5456
5457         * config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for
5458         right conversion of operands[1].
5459
5460 2002-09-09  Ulrich Weigand  <uweigand@de.ibm.com>
5461
5462         * config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as
5463         commutative.  Use "nonimmediate_operand" instead of "register_operand"
5464         as predicate for operand 0.  Move to after the "*tmXX_mem" insns.
5465
5466         ("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark
5467         as commutative.
5468
5469         ("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not
5470         mark as commutative.  Use "nonimmediate_operand" instead of
5471         "register_operand" as predicate for operand 1.
5472
5473         ("movstrictsi"): Fix typo in insn name.
5474
5475 2002-09-09  Jan Hubicka  <jh@suse.cz>
5476
5477         * i386.c (index_register_operand): New.
5478         * i386.h (predicate_codes): Add new predicate.
5479         * i386.md (lea_general_*): Use index_register_operand
5480         (ashift to lea splitter): Do not produce invalid leas
5481         (ashift to mov+ashift split): New.
5482
5483 2002-09-09  Nick Clifton  <nickc@redhat.com>
5484
5485         * config/fr30/fr30.c (output.h): Move after inclusion of tree.h.
5486         Fix folding marks.
5487
5488 2002-09-09  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
5489             J"orn Rennecke <joern.rennecke@superh.com>
5490
5491         * sh/sh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits.
5492
5493 2002-09-09  Alan Modra  <amodra@bigpond.net.au>
5494
5495         * config/rs6000/rs6000.c (rs6000_binds_local_p): Return bool.
5496         (function_ok_for_sibcall): Use binds_local_p.  Respect longcall
5497         attributes.
5498
5499 2002-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5500
5501         * fr30.c (fr30_print_operand): Fix bug in output of CONST_DOUBLE.
5502
5503 2002-09-08  Richard Henderson  <rth@redhat.com>
5504
5505         * dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.
5506         (DW_OP_GNU_push_tls_address): New.
5507         (DW_OP_lo_user): Fix.
5508         * dwarf2out.c (INTERNAL_DW_OP_tls_addr): New.
5509         (dwarf_stack_op_name): Handle it, plus other dwarf3 opcodes.
5510         (size_of_loc_descr): Likewise.
5511         (output_loc_operands): Handle INTERNAL_DW_OP_tls_addr.
5512         (add_AT_location_description): Take a dw_loc_descr_ref not an rtx.
5513         (loc_descriptor_from_tree): Handle TLS variables.
5514         (rtl_for_decl_location): Do avoid_constant_pool_reference here ...
5515         (add_location_or_const_value_attribute): ... not here.  Defer
5516         to loc_descriptor_from_tree for TLS variables.
5517
5518         * config/i386/i386.h (ASM_OUTPUT_DWARF_DTPREL): New.
5519         * config/i386/i386.c (i386_output_dwarf_dtprel): New.
5520         * config/i386/i386-protos.h: Update.
5521
5522 2002-09-08  Roger Sayle  <roger@eyesopen.com>
5523
5524         PR optimization/6405
5525         * unroll.c (loop_iterations): last_loop_insn should be the previous
5526         non-note instruction before loop->end.
5527         * loop.c (strength_reduce): The conditional jump is the last
5528         non-note instruction before loop->end (as above).
5529
5530 2002-09-08  Roger Sayle  <roger@eyesopen.com>
5531
5532         * combine.c (try_combine): Handle the case that undobuf.other_insn
5533         has been turned into a return or unconditional jump, by inserting
5534         a BARRIER if necessary.
5535         (simplify_set):  Test if a condition code setter has a constant
5536         comparison at compile time, if so convert this insn to a no-op move
5537         and update/simplify the condition code user (undobuf.other_insn).
5538
5539 2002-09-08  Krister Walfridsson  <cato@df.lth.se>
5540
5541         * config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Redefine.
5542         (CLEAR_INSN_CACHE): Define.
5543
5544 2002-09-08  Kazu Hirata  <kazu@cs.umass.edu>
5545
5546         * basic-block.h: Fix comment formatting.
5547         * c-common.c: Likewise.
5548         * c-common.h: Likewise.
5549         * c-lex.c: Likewise.
5550         * c-pretty-print.c: Likewise.
5551         * cfglayout.c: Likewise.
5552         * cfgloop.c: Likewise.
5553         * defaults.h: Likewise.
5554         * et-forest.c: Likewise.
5555         * explow.c: Likewise.
5556         * function.h: Likewise.
5557         * gcov.c: Likewise.
5558         * genattrtab.c: Likewise.
5559         * gengtype.c: Likewise.
5560         * ifcvt.c: Likewise.
5561         * libgcc2.c: Likewise.
5562         * loop.c: Likewise.
5563         * profile.c: Likewise.
5564         * ra-build.c: Likewise.
5565         * real.c: Likewise.
5566         * rtl.h: Likewise.
5567         * tracer.c: Likewise.
5568         * tree-inline.c: Likewise.
5569         * varasm.c: Likewise.
5570
5571 2002-09-08  Jan Hubicka  <jh@suse.cz>
5572
5573         * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref
5574         handling.
5575
5576         * loop.c (loop_givs_reduce):  Emit addition after.
5577
5578 2002-09-08  Alan Modra  <amodra@bigpond.net.au>
5579
5580         * varasm.c (default_assemble_visibility): Rename from
5581         assemble_visibility.
5582         * output.h: Here too.
5583         * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): And here.
5584         * config/rs6000/rs6000.c (rs6000_assemble_visibility): And here.
5585
5586 2002-09-08  Alan Modra  <amodra@bigpond.net.au>
5587
5588         * reload.c (find_reloads <p constraint>): Pass operand_mode to
5589         find_reloads_address.
5590
5591 2002-09-08  Kazu Hirata  <kazu@cs.umass.edu>
5592
5593         * config/h8300/h8300.md (udivmodqi4): Enable on H8/300.
5594         (anonymous pattern): Likewise.
5595
5596 2002-09-07  Scott Snyder  <snyder@fnal.gov>
5597
5598         PR target/7374
5599         * config/alpha/alpha.md (abstf2): Fix typo: 'neg' for 'abs'.
5600
5601 2002-09-07  Roger Sayle  <roger@eyesopen.com>
5602
5603         * basic-block.h (struct loop): Remove unused cont_dominator field.
5604
5605 2002-09-07  Igor Shevlyakov <igor@microunity.com>
5606
5607         * varasm.c (decode_rtx_const): Don't check undefined field for
5608         CONST_VECTOR.
5609
5610 2002-09-07  Glen Nakamura  <glen@imodulo.com>
5611
5612         PR opt/7814
5613         * sched-deps.c (sched_analyze_insn): Make sure to add insn
5614         to reg_last->sets after flushing the dependency lists to guarantee
5615         that subsequent clobbers will be dependent on it.
5616
5617 2002-09-07  Igor Shevlyakov <igor@microunity.com>
5618
5619         * combine.c (simplify_shift_const): Calculate rotate count
5620         correctly for vector operands.
5621
5622 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
5623
5624         * c-typeck.c (c_tree_expr_nonnegative_p): New function.
5625         (build_binary_op): Call c_tree_expr_nonnegative_p rather than
5626         tree_expr_nonnegative_p.
5627         (build_conditional_expr): Likewise.
5628         * c-tree.h (c_tree_expr_nonnegative_p): Declare.
5629
5630 2002-09-07  Richard Henderson  <rth@redhat.com>
5631
5632         * builtins.def (inf, inff, infl): Mark const.
5633         (huge_val, huge_valf, huge_vall): Likewise.
5634         (BUILT_IN_GETEXP, BUILT_IN_GETMAN): Remove.
5635
5636         * real.c (ereal_inf): Clear E before use.
5637
5638 2002-09-07  Kazu Hirata  <kazu@cs.umass.edu>
5639
5640         * config/h8300/h8300.md (udivmodqi4): Split the pattern into
5641         an expander and an anonymous pattern.  Zero out the upper half
5642         of the dividend in the expander.
5643         (udivmodqi4): Likewise.
5644
5645 2002-09-07  Kazu Hirata  <kazu@cs.umass.edu>
5646
5647         * config/h8300/h8300.c: Fix formatting.
5648         * config/h8300/h8300.h: Likewise.
5649         * config/h8300/h8300.md: Likewise.
5650
5651 2002-09-07  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5652
5653         * cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness
5654         information.
5655
5656 2002-09-07  Graham Stott  <graham.stott@btinternet.com>
5657
5658        * rtlanal.c (dead_or_set_regno_p): Fix typo.
5659
5660 2002-09-07  Alan Modra  <amodra@bigpond.net.au>
5661
5662         * config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
5663
5664         * doc/tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.
5665         * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
5666         (TARGET_ASM_OUT): Add the above here.
5667         * target.h (struct gcc_target): Add "visibility" field.
5668         * varasm.c (maybe_assemble_visibility): Call targetm visibility func.
5669         * config/rs6000/rs6000.c (rs6000_assemble_visibility): New function.
5670         (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
5671         (rs6000_legitimize_reload_address, first_reg_to_save): Formatting.
5672
5673 2002-09-06  Ziemowit Laski <zlaski@apple.com>
5674
5675         * c-lang.c (objc_is_id): New stub.
5676         * c-tree.h (objc_is_id): New forward declaration.
5677         * c-typeck.c (build_c_cast): Do not strip protocol
5678         qualifiers from 'id' type.
5679         * objc/objc-act.c (objc_comptypes): Correct handling
5680         of protocol qualifiers.
5681         (objc_is_id): New.
5682
5683 Fri Sep  6 13:10:08 2002  Jeffrey A Law  (law@redhat.com)
5684
5685         * pentium.md (pentium-firstvboth): Fix typo.
5686
5687 2002-09-06      Dhananjay Deshpande <dhananjayd@kpit.com>
5688
5689         * h8300.c (enum shift_alg): Move to earlier in h8300.c.
5690         (enum shift_type, enum h8_cpu): Likewise.
5691         (INL, ROT, LOP, SPC macros): Likewise.
5692         (shift_alg_qi, shift_alg_hi, shift_alg_si): Likewise.  Lose
5693         const designator.
5694         (h8300_init_once): Update shift_alg_{qi,hi,si} to use more
5695         space efficient algorithms when optimize for codesize.
5696
5697 Fri Sep  6 16:35:32 2002  Nicola Pero  <n.pero@mi.flashnet.it>
5698
5699         Fix PR/1727 and long-standing failing testcase
5700         objc/formal-protocol-6.m.
5701         * objc-act.c (build_protocol_expr): If compiling for the GNU
5702         runtime, create a list of Protocol statically allocated instances
5703         if it doesn't exist, then add the Protocol object to this same
5704         list.
5705         (get_objc_string_decl): Fixed typo/bug - TREE_VALUE had been used
5706         instead of TREE_CHAIN.
5707
5708 Fri Sep  6 16:17:33 2002  Nicola Pero  <n.pero@mi.flashnet.it>
5709
5710         * objc/objc-act.c (dump_interface): Enlarged the char * buffer to
5711         10k.  Fixed category dumping - print out category names with the
5712         proper syntax.  Print '@end\n' and not '\n@end' at the end of the
5713         interface.
5714         (finish_objc): Fixed the -gen-decls option.  It was printing out
5715         only the last class.  Dump an interface declaration of all classes
5716         being compiled instead.
5717
5718 2002-09-06  Jason Thorpe  <thorpej@wasabisystems.com>
5719
5720         * config/arm/arm-protos.h (arm_gen_return_addr_mask): New
5721         prototype.
5722         * config/arm/arm.c (arm_gen_return_addr_mask): New function.
5723         * config/arm/arm.h (MASK_RETURN_ADDR): Use arm_gen_return_addr_mask
5724         if not APCS26 and not Thumb or ARMv4-or-higher.  Use gen_int_mode
5725         rather than GEN_INT.
5726         * config/arm/arm.md (UNSPEC_CHECK_ARCH): Define.
5727         (return_addr_mask, *check_arch2): New.
5728
5729 2002-09-06  Ulrich Weigand  <uweigand@de.ibm.com>
5730
5731         * config/s390/s390.md ("*adddi3_cc", "*adddi3_cconly",
5732         "*adddi3_cconly2", "*adddi3_64", "*adddi3_31", "adddi3",
5733         "*addsi3_carry1_cc", "*addsi3_carry1_cconly",
5734         "*addsi3_carry2_cc", "*addsi3_carry2_cconly",
5735         "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2", "addsi3",
5736         "adddf3", "*adddf3", "*adddf3_ibm",
5737         "addsf3", "*addsf3", "*addsf3_ibm",
5738         "muldi3", "mulsi3", "mulsidi3",
5739         "muldf3", "*muldf3", "*muldf3_ibm",
5740         "mulsf3", "*mulsf3", "*mulsf3_ibm",
5741         "*anddi3_cc", "*anddi3_cconly", "anddi3",
5742         "*andsi3_cc", "*andsi3_cconly", "andsi3",
5743         "*iordi3_cc", "*iordi3_cconly", "iordi3",
5744         "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
5745         "*xordi3_cc", "*xordi3_cconly", "xordi3",
5746         "*xorsi3_cc", "*xorsi3_cconly", "xorsi3"): Use "nonimmediate_operand"
5747         instead of "register_operand" as predicate for "%0" operand.
5748
5749 2002-09-06  Jakub Jelinek  <jakub@redhat.com>
5750
5751         * configure.in (HAVE_AS_OFFSETABLE_LO10): Use -xarch=v9
5752         unconditionally when gcc_cv_as_flags64 checks are gone.
5753         * configure: Rebuilt.
5754
5755 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
5756
5757         * config/rs6000/rs6000.md (extzvsi_internal2): Revert most of
5758         2002-07-26 change.  Comment.
5759
5760 2002-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5761
5762         * frv.c (frv_unique_section, frv_select_section,
5763         frv_select_rtx_section): Delete.
5764         (frv_in_small_data_p): New.
5765         (TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_SECTION,
5766         TARGET_ASM_SELECT_RTX_SECTION): Delete.
5767         (TARGET_IN_SMALL_DATA_P): Define.
5768
5769 2002-09-05  Dale Johannesen  <dalej@apple.com>
5770
5771         * reload1.c (reload):  Retain only those memory clobbers
5772         added for variable-array handling.
5773
5774 2002-09-05  Jason Thorpe  <thorpej@wasabisystems.com>
5775
5776         * config/arm/arm.c (arm_return_in_memory): Implement ATPCS
5777         return-in-memory rules.
5778         * config/arm/arm.h (ARM_FLAG_ATPCS, TARGET_ATPCS): Define.
5779
5780 2002-09-05  David Edelsohn  <edelsohn@gnu.org>
5781
5782         * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Delete.
5783         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Delete.
5784
5785 2002-09-05  Jason Thorpe  <thorpej@wasabisystems.com>
5786
5787         * real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is
5788         not a compile-time constant for the non-IBM case.
5789         * config/arm/arm-protos.h (arm_float_words_big_endian): New
5790         prototype.
5791         * config/arm/arm.c (arm_float_words_big_endian): New function.
5792         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __VFP_FP__
5793         if TARGET_VFP  and not TARGET_HARD_FLOAT.
5794         (ARM_FLAG_VFP, TARGET_VFP): Define.
5795         (FLOAT_WORDS_BIG_ENDIAN): Use arm_float_words_big_endian.
5796
5797 2002-09-05  David Edelsohn  <edelsohn@gnu.org>
5798
5799         * doc/install.texi: Correct text of s390-*-linux* and s390x-*-linux*
5800         URLs.  Fix AIX wording.
5801
5802 2002-09-05  Stan Shebs  <shebs@apple.com>
5803
5804         * config/rs6000/rs6000.c (rs6000_override_options): Make -fpic and
5805         -fPIC equivalent on Darwin.
5806
5807 Thu Sep  5 16:27:47 2002  J"orn Rennecke <joern.rennecke@superh.com>
5808
5809         * sh.c (sh_expand_builtin): Return early if encountering an
5810         error_mark for a type.
5811
5812 2002-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
5813
5814         * config/s390/s390.c (s390_expand_plus_operand): Do not require
5815         double-word scratch register.
5816         config/s390/s390.md ("reload_indi", "reload_insi"): Adapt.
5817
5818         ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem",
5819         "*cli"): Replace s_operand by memory_operand.
5820         ("cmpstrdi", "cmpstrsi"): Replace s_operand by general_operand.
5821
5822 2002-09-05  Kazu Hirata  <kazu@cs.umass.edu>
5823
5824         * config/h8300/h8300.c (asm_file_start): Add a missing
5825         semicolon.
5826
5827 2002-09-04  Krister Walfridsson  <cato@df.lth.se>
5828
5829         * config/i386/i386.h (GOT_SYMBOL_NAME): Define.
5830         * config/i386/i386.c (output_set_got): Use GOT_SYMBOL_NAME.
5831         (ix86_output_addr_diff_elt) Likewise.
5832         (x86_output_mi_thunk) Likewise.
5833         * config/i386/netbsd.h (GOT_SYMBOL_NAME): Redefine.
5834
5835 2002-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5836
5837         * frv.c (frv_encode_section_info): Fix error in last change.
5838
5839 2002-09-04  David Edelsohn  <edelsohn@gnu.org>
5840
5841         * config/rs6000/rs6000.c (rs6000_flag_pic): New variable.
5842         (rs6000_elf_encode_section_info): ATTRIBUTE_UNUSED.
5843         (TARGET_BINDS_LOCAL_P): Define.
5844         (rs6000_override_options): Save original flag_pic value.
5845         (rs6000_elf_select_section): Call default_elf_select_section_1.
5846         (rs6000_elf_unique_section): Call default_unique_section_1.
5847         (rs6000_elf_in_small_data_p): New function.
5848         (rs6000_xcoff_asm_named_section): Determine storage mapping class.
5849         (rs6000_xcoff_select_section): Update based on defaults.
5850         (rs6000_xcoff_unique_section): Set to basic name if not common.
5851         (rs6000_binds_local_p): New function.
5852         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set
5853         targetm.have_srodata_section if SDATA_EABI.
5854         (TARGET_IN_SMALL_DATA_P): Define.
5855
5856 2002-09-04  Dale Johannesen  <dalej@apple.com>
5857
5858         * varasm.c (struct rtx_const, decode_rtx_const):
5859         Make veclo and vechi fields not share storage.
5860
5861 Thu Sep  5 00:34:33 2002  J"orn Rennecke <joern.rennecke@superh.com>
5862
5863         * loop.c (scan_loop): Don't mark separate insns out of a libcall
5864         for moving.
5865         (move_movables): Abort if we see the first insn of a libcall.
5866
5867 2002-09-04  Richard Henderson  <rth@redhat.com>
5868
5869         * builtin-types.def (BT_FN_FLOAT): New.
5870         (BT_FN_DOUBLE, BT_FN_LONG_DOUBLE): New.
5871         * builtins.def (BUILT_IN_INF, BUILT_IN_INFF, BUILT_IN_INFL,
5872         BUILT_IN_HUGE_VAL, BUILT_IN_HUGE_VALF, BUILT_IN_HUGE_VALL): New.
5873         * builtins.c (fold_builtin_inf): New.
5874         (fold_builtin): Call it.
5875         * real.c (ereal_inf): New.
5876         * real.h: Declare it.
5877         * doc/extend.texi: Document new builtins.
5878
5879 2002-09-04  Richard Henderson  <rth@redhat.com>
5880
5881         * cse.c (cse_insn): Avoid subreg games if the equivalence
5882         is already in the proper mode.
5883
5884 2002-09-04  Eric Botcazou  <ebotcazou@multimania.com>
5885
5886         PR c/7102
5887         * optabs.c (expand_binop): Convert CONST_INTs in all cases.
5888
5889 2002-09-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5890
5891         * pa.md (setccfp0, setccfp1): New patterns.
5892
5893 2002-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5894
5895         * frv-protos.h (frv_init_builtins, frv_expand_builtin,
5896         frv_select_section, frv_select_rtx_section,
5897         frv_encode_section_info, frv_unique_section): Delete.
5898         * frv.c: Update for target hooks.
5899         * frv.h (STRIP_NAME_ENCODING, SLOW_ZERO_EXTEND, SELECT_SECTION,
5900         SELECT_RTX_SECTION, ENCODE_SECTION_INFO, UNIQUE_SECTION,
5901         EASY_DIV_EXPR, MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Delete.
5902
5903 2002-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5904
5905         * ip2k-protos.h (function_prologue, function_epilogue,
5906         encode_section_info): Update to match target hook specification.
5907         * ip2k.c: Wrap `MDR' code in IP2K_MD_REORG_PASS.
5908         (function_prologue, function_epilogue, encode_section_info):
5909         Update to match target hook specification.
5910         * ip2k.h (SELECT_SECTION, SELECT_RTX_SECTION, ASM_OPEN_PAREN,
5911         ASM_CLOSE_PAREN, EASY_DIV_EXPR): Delete.
5912         (NOTICE_UPDATE_CC): Cast to void.
5913         * ip2k.md: Add defaults in switch statements.
5914
5915 2002-09-04  Janis Johnson  <janis187@us.ibm.com>
5916
5917         * doc/trouble.texi (Interoperation): Update information about C++ ABI
5918         issues.
5919
5920 2002-09-04  Jason Thorpe  <thorpej@wasabisystems.com>
5921
5922         * config/sparc/t-netbsd64: Disable multilib for now.
5923
5924 2002-09-04  David Edelsohn  <edelsohn@gnu.org>
5925
5926         * target-def.h (TARGET_HAVE_SRODATA_SECTION): New macro.
5927         * target.h (gcc_target): Add have_srodata_section member.
5928         * varasm.c (section_category): Add SECCAT_SRODATA.
5929         (categorize_decl_for_section): Return SECCAT_SRODATA for sdata if
5930         READONLY_SDATA_SECTION defined.
5931         (decl_readonly_section_1): True for SECCAT_SRODATA also.
5932         (default_elf_select_section_1): Map SECCAT_SRODATA to .sdata2.
5933         (default_unique_section_1): Likewise.
5934
5935 2002-09-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5936
5937         * expr.c (emit_group_load): Revise to allow splitting TCmode source
5938         into DImode pieces.
5939
5940         * pa-64.h (LONG_DOUBLE_TYPE_SIZE): Define to 128.
5941         * pa64-regs.h (CLASS_CANNOT_CHANGE_MODE_P): Inhibit changes from SImode
5942         for floating-point register class.
5943         * pa.c (function_arg): Fix handling of modes wider than one word for
5944         TARGET_64BIT.
5945
5946 Wed Sep  4 18:48:10 2002  J"orn Rennecke <joern.rennecke@superh.com>
5947
5948         * combine.c (make_compound_operation): Don't generate zero / sign
5949         extensions in floating point modes.
5950
5951 2002-09-04  Janis Johnson  <janis187@us.ibm.com>
5952
5953         * doc/c-tree.texi: Fix overfull hboxes.
5954         * doc/cppopts.texi: Ditto.
5955         * doc/extend.texi: Ditto.
5956         * doc/gty.texi: Ditto.
5957         * doc/invoke.texi: Ditto.
5958         * doc/makefile.texi: Ditto.
5959         * doc/rtl.texi: Ditto.
5960         * doc/standards.texi: Ditto.
5961         * doc/tm.texi: Ditto.
5962
5963 2002-09-04  Richard Henderson  <rth@redhat.com>
5964
5965         * c-common.c (builtin_define_with_hex_fp_value): New.
5966         (builtin_define_float_constants): Use it.  Fix H_FLOAT mant_dig.
5967
5968 2002-09-04  Janis Johnson  <janis187@us.ibm.com>
5969
5970         * doc/invoke.texi (-fshort-wchar): Move to Code Generation Options.
5971         (-fpcc-struct-return, -freg-struct-return, -fshort-enums,
5972         -fshort-double, -fshort-wchar, -fpack-struct, -fleading-underscore):
5973         Warn that these options can break ABI compatibility.
5974
5975 2002-09-04  Richard Henderson  <rth@redhat.com>
5976
5977         * real.c (ereal_to_decimal): Add digits parameter.
5978         * real.h (REAL_VALUE_TO_DECIMAL): Remove format; add digits parameter.
5979         * c-pretty-print.c (pp_c_real_literal): Update call.
5980         * print-rtl.c (print_rtx): Likewise.
5981         * print-tree.c (print_node_brief, print_node): Likewise.
5982         * sched-vis.c (print_value): Likewise.
5983         * config/arc/arc.c (arc_print_operand): Likewise.
5984         * config/c4x/c4x.c (c4x_print_operand): Likewise.
5985         * config/i370/i370.h (PRINT_OPERAND): Likewise.
5986         * config/i386/i386.c (print_operand): Likewise.
5987         * config/i960/i960.c (i960_print_operand): Likewise.
5988         * config/ip2k/ip2k.c (asm_output_float): Likewise.
5989         * config/m32r/m32r.c (m32r_print_operand): Likewise.
5990         * config/m68hc11/m68hc11.c (print_operand): Likewise.
5991         * config/m68k/hp320.h (PRINT_OPERAND, ASM_OUTPUT_FLOAT_OPERAND,
5992         ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND): Likewise.
5993         * config/m68k/m68k.h (ASM_OUTPUT_FLOAT_OPERAND,
5994         ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND): Likewise.
5995         * config/m68k/sun2o4.h (ASM_OUTPUT_FLOAT_OPERAND,
5996         ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
5997         * config/m68k/sun3.h (ASM_OUTPUT_FLOAT_OPERAND,
5998         ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
5999         * config/mips/mips.c (print_operand): Likewise.
6000         * config/ns32k/ns32k.c (print_operand): Likewise.
6001         * config/pdp11/pdp11.h (PRINT_OPERAND): Likewise.
6002         * config/vax/vax.h (PRINT_OPERAND): Likewise.
6003         * doc/tm.texi (REAL_VALUE_TO_DECIMAL): Update docs.
6004
6005 2002-09-04  Bob Wilson  <bob.wilson@acm.org>
6006
6007         * config/xtensa/elf.h (TARGET_SECTION_TYPE_FLAGS): Define to
6008         xtensa_multibss_section_type_flags.
6009         * config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Define.
6010
6011 2002-09-04  Richard Henderson  <rth@redhat.com>
6012
6013         * doc/install-old.texi: Don't mention enquire.
6014         * doc/sourcebuild.texi: Update float.h description.
6015
6016 Wed Sep  4 11:22:14 2002  J"orn Rennecke <joern.rennecke@superh.com>
6017
6018         * sh.md (mperm_w_little, mperm_w_big): Supply mode for zero_extract.
6019
6020 2002-09-03  David Edelsohn  <edelsohn@gnu.org>
6021
6022         * varasm.c (default_section_type_flags): Append _1 to name with
6023         shlib parameter.  Use original name to call new function with
6024         implicit flag_pic.
6025         (decl_readonly_section): Likewise.
6026         (default_elf_select_section): Likewise.
6027         (default_unique_section): Likewise.
6028         (default_bind_local_p): Likewise.
6029         (categorize_decl_for_section): Add shlib parameter to use in place
6030         of implicit flag_pic.
6031         * output.h: Declare new functions with _1 and shlib argument.
6032
6033 2002-09-03  Janis Johnson  <janis187@us.ibm.com>
6034
6035         * doc/install.texi: Fix typos, formatting problems, and obvious
6036         overfull/underfull boxes.
6037
6038         * Makefile.in (TEXI_GCC_FILES): Add compat.texi.
6039         * doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and
6040         include its file, compat.texi.
6041         * doc/compat.texi: New file with new chapter, Binary Compatibility.
6042
6043 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
6044
6045         Debian BTS Bug #157416
6046         * cpphash.h (FIRST, LAST, CUR, RLIMIT): Fix definitions.
6047         * cpplib.c (destringize_and_run): Kludge around getting
6048         tokens from in-progress macros.
6049         (_cpp_do__Pragma): Simplify.
6050
6051 2002-09-03  Steve Ellcey  <sje@cup.hp.com>
6052
6053         * config/ia64/ia64.h (EXTRA_SPECS): Remove cpp_cpu.
6054         (CPP_CPU_SPEC): Remove.
6055         (TARGET_CPU_CPP_BUILTINS): New.
6056         * config/ia64/hpux.h (CPP_PREDEFINES): Remove.
6057         (CPP_SPEC): Remove.
6058         (TARGET_OS_CPP_BUILTINS): New.
6059         * config/ia64/linux.h (CPP_PREDEFINES): Remove.
6060         (TARGET_OS_CPP_BUILTINS): New.
6061         * config/ia64/aix.h (CPP_SPEC): Move some stuff to
6062         TARGET_OS_CPP_BUILTINS.
6063         (CPP_PREDEFINES): Remove.
6064         (CPLUSPLUS_CPP_SPEC): Remove.
6065         (TARGET_OS_CPP_BUILTINS): New.
6066
6067 2002-09-03  Richard Henderson  <rth@redhat.com>
6068
6069         * Makefile.in (USER_H): Add ginclude/float.h.
6070         (FLOAT_H): Remove.
6071         (stmp-int-hdrs, install-mkheaders): Don't handle FLOAT_H.
6072         (mostlyclean): Don't remove float.h intermediate files.
6073         (distclean): Don't remove float.h.
6074         * config.gcc: Remove all float_format references.
6075         * configure.in (float_format, float_h_file): Remove.
6076
6077         * c-common.c: Include tree-inline.h.
6078         (builtin_define_with_int_value): New.
6079         (builtin_define_type_precision): Use it.
6080         (builtin_define_float_constants): New.
6081         (cb_register_builtins): Use it.  Define __FLT_RADIX__ and
6082         __FLT_EVAL_METHOD__.
6083         * defaults.h (TARGET_FLT_EVAL_METHOD): New.
6084         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): New.
6085         * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): New.
6086         * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Mention moto 96-bit format.
6087         (TARGET_FLT_EVAL_METHOD): New.
6088
6089         * config/float-c4x.h, config/float-i128.h, config/float-i32.h,
6090         config/float-i386.h, config/float-i64.h, config/float-m68k.h,
6091         config/float-sh.h, config/float-sparc.h, config/float-vax.h: Remove.
6092         * ginclude/float.h: New.
6093
6094 2002-09-03  Stan Shebs  <shebs@apple.com>
6095
6096         * config/darwin.h (WARN_FOUR_CHAR_CONSTANTS): Remove, never used.
6097         (DWARF2_DEBUGGING_INFO): Remove until assembler accepts Dwarf-2.
6098         (PREFERRED_DEBUGGING_TYPE): Ditto.
6099         (ASM_OUTPUT_IDENT): Remove empty definition.
6100
6101 2002-09-03  Steve Ellcey  <sje@cup.hp.com>
6102
6103         * config.gcc (ia64*-*-hpux*): Add ia64-c.o to c_target and
6104         cxx_target.
6105         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Register pragma
6106         handling routine for builtin pragma.
6107         * config/ia64/ia64-protos.h (ia64_hpux_handle_builtin_pragma):
6108         Registered pragma handling routine.
6109         * ia64-c.c (ia64_hpux_handle_builtin_pragma): Ditto.
6110         (ia64_hpux_add_pragma_builtin) New subroutine used by above.
6111         If builtin pragma seen for math routine and C89 conformance is
6112         requested use different math function in order to set errno.
6113         * t-ia64 (ia64-c.o): Add new rule for new file.
6114
6115 2002-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
6116
6117         * config/s390/s390.md ("movti"): Add Q->Q alternative.
6118         ("*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
6119         "movqi", "*movdf_64", "*movdf_31", "*movsf"): Likewise.
6120
6121         ("*movti_ss", "*movdi_ss", "*movsi_ss", "*movdf_ss",
6122         "*movsf_ss"): Remove.
6123
6124 2002-09-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6125
6126         * pa32-regs.h (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P):
6127         Delete macros.
6128
6129 2002-09-03   Arati Dikey  <aratid@kpit.com>
6130
6131         * h8300.c (asm_file_start): Corrected optimization comment.
6132
6133 2002-09-03  Stan Shebs  <shebs@apple.com>
6134
6135         * c-lang.c (recognize_objc_keyword): Remove, no longer used.
6136         * c-tree.h (recognize_objc_keyword): Remove decl.
6137         * c-typeck.c (comp_target_types): Update a comment.
6138
6139 2002-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
6140
6141         * config/s390/s390.c (s390_decompose_address): Remove STRICT parameter
6142         and register validity checks.
6143         (general_s_operand): Adapt to s390_decompose_address interface change.
6144         (q_constraint): Likewise.
6145         (s390_expand_plus_operand): Likewise.
6146         (legitimiate_address_p): Likewise.
6147         (legitimate_la_operand_p): Likewise.
6148         (legitimize_la_operand): Likewise.
6149         (print_operand_address): Likewise.
6150         (print_operand): Likewise.
6151
6152 Tue Sep  3 11:32:14 2002  Nicola Pero  <n.pero@mi.flashnet.it>
6153
6154         PR objc/5956:
6155         * objc/objc-act.c (build_typed_selector_reference): Fix typo which
6156         was causing the new selector never to match the existing ones
6157         (Patch by Alexander Malmberg <alexander@malmberg.org>).
6158
6159 2002-09-03  Graham Stott  <graham.stott@btinternet.com>
6160
6161         * config/i386/i386.md ("femms"): Add "memory" attr "none".
6162
6163 2002-09-03  Graham Stott  <graham.stott@btinternet.com>
6164
6165         * expr.c (expand_expr): Remove extraneous comment and code.
6166
6167 2002-08-31  Richard Henderson  <rth@redhat.com>
6168
6169         * expr.c (block_move_libcall_safe_for_call_parm): Fix thinko.
6170
6171 2002-08-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6172
6173         * pa.c (pa_globalize_label): Add ATTRIBUTE_UNUSED to prototype.
6174
6175 2002-08-30  Richard Henderson  <rth@redhat.com>
6176
6177         PR opt/7515
6178         * c-objc-common.c: Include target.h.
6179         (c_cannot_inline_tree_fn): Don't auto-inline functions that
6180         don't bind locally.  Factor setting DECL_UNINLINABLE.
6181         * Makefile.in (c-objc-common.o): Update.
6182
6183 2002-08-30  Janis Johnson  <janis187@us.ibm.com>
6184
6185         * doc/install.texi (Configuration, Building): Fix a typo and
6186         some formatting directives.
6187
6188 2002-08-30  Paul Koning <pkoning@equallogic.com>
6189
6190         * doc/c-tree.texi (RDIV_EXPR): Fix typo.
6191         * doc/rtl.texi (post_modify): Remove misplaced text, remove "not
6192         implemented" note.
6193         * doc/md.texi (IP2K): Move machine-specific constraints before MIPS
6194         for alphabetic order.
6195         * doc/tm.texi (TARGET_FLOAT_FORMAT): Update description for
6196         VAX_FLOAT_FORMAT.  Remove reference to HOST_FLOAT_FORMAT.
6197         (VAX_HALFWORD_ORDER): Document.
6198         (LARGEST_EXPONENT_IS_NORMAL): Remove note about being only for
6199         IEEE float format.
6200         (TARGET_SCHED_ISSUE_RATE): Reword reference to MAX_DFA_ISSUE_RATE.
6201         (ASM_OUTPUT_LABEL_REF): Fix font.
6202         (CASE_VECTOR_SHORTEN_MODE): Ditto.
6203
6204 2002-08-30  Denis Chertykov  <denisc@overta.ru>
6205
6206         * config/ip2k/ip2k.c (ip2k_set_compare): Remove all const_double
6207         stuff.
6208         (ip2k_gen_unsigned_comp_branch): Handle CONST_INT and
6209         CONST_DOUBLE constants.
6210
6211 2002-08-30  Jason Thorpe  <thorpej@wasabisystems.com>
6212
6213         * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Move language-
6214         related defines to...
6215         (SUBTARGET_LANGUAGE_CPP_BUILTINS): ...here.
6216         * config/alpha/netbsd.h (SUBTARGET_LANGUAGE_CPP_BUILTINS): Redefine
6217         as a no-op.
6218
6219 2002-08-30  Krister Walfridsson  <cato@df.lth.se>
6220
6221         * config/arm/arm.c (arm_asm_output_labelref): New function.
6222         * config/arm/arm.h (ASM_OUTPUT_LABELREF): Call arm_asm_output_labelref.
6223         * config/arm/arm-protos.h: Add prototype for arm_asm_output_labelref.
6224
6225 2002-08-29  Rodney Brown  <rbrown64@csc.com.au>
6226
6227         * doc/install.texi (Specific, alpha*-dec-osf*): Add "virtual
6228         memory exhausted" workarounds.
6229
6230 2002-08-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6231
6232         * diagnostic.c (fancy_abort): Don't repeat "internal error".
6233         * toplev.c (crash_signal): Likewise.
6234
6235 Fri Aug 30 00:33:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
6236
6237         * doc/cpp.texi (__NEXT_RUNTIME__): Extended documentation.
6238         * doc/invoke.texi (-fnext-runtime, -Wno-protocol, -Wselector):
6239         Extended, updated documentation.
6240         (-Wundeclared-selector): Documented.
6241
6242 2002-08-29  Jason Thorpe  <thorpej@wasabisystems.com>
6243
6244         * config/chorus.h: Consistently define *_DEBUGGING_INFO with
6245         the value 1.  Do not undef before defining.
6246         * config/darwin.h: Likewise.
6247         * config/dbx.h: Likewise.
6248         * config/dbxcoff.h: Likewise.
6249         * config/dbxelf.h: Likewise.
6250         * config/elfos.h: Likewise.
6251         * config/interix.h: Likewise.
6252         * config/lynx-ng.h: Likewise.
6253         * config/lynx.h: Likewise.
6254         * config/netware.h: Likewise.
6255         * config/psos.h: Likewise.
6256         * config/svr3.h: Likewise.
6257         * config/alpha/alpha.h: Likewise.
6258         * config/alpha/elf.h: Likewise.
6259         * config/alpha/vms.h: Likewise.
6260         * config/arc/arc.h: Likewise.
6261         * config/arm/aout.h: Likewise.
6262         * config/arm/coff.h: Likewise.
6263         * config/c4x/c4x.h: Likewise.
6264         * config/h8300/h8300.h: Likewise.
6265         * config/i386/cygwin.h: Likewise.
6266         * config/i386/djgpp.h: Likewise.
6267         * config/i386/gas.h: Likewise.
6268         * config/i386/gstabs.h: Likewise.
6269         * config/i386/i386-coff.h: Likewise.
6270         * config/i386/i386-interix.h: Likewise.
6271         * config/i386/sco5.h: Likewise.
6272         * config/i386/svr3dbx.h: Likewise.
6273         * config/i386/sysv3.h: Likewise.
6274         * config/i386/win32.h: Likewise.
6275         * config/i386/x86-64.h: Likewise.
6276         * config/i960/i960.h: Likewise.
6277         * config/ia64/ia64.h: Likewise.
6278         * config/ip2k/ip2k.h: Likewise.
6279         * config/m32r/m32r.h: Likewise.
6280         * config/m68k/3b1.h: Likewise.
6281         * config/m68k/3b1g.h: Likewise.
6282         * config/m68k/ccur-GAS.h: Likewise.
6283         * config/m68k/coff.h: Likewise.
6284         * config/m68k/hp2bsd.h: Likewise.
6285         * config/m68k/hp310g.h: Likewise.
6286         * config/m68k/hp320g.h: Likewise.
6287         * config/m68k/hp3bsd.h: Likewise.
6288         * config/m68k/hp3bsd44.h: Likewise.
6289         * config/m68k/linux-aout.h: Likewise.
6290         * config/m68k/m68k-aout.h: Likewise.
6291         * config/m68k/mot3300.h: Likewise.
6292         * config/m68k/netbsd.h: Likewise.
6293         * config/m68k/openbsd.h: Likewise.
6294         * config/m68k/pbb.h: Likewise.
6295         * config/m68k/plexus.h: Likewise.
6296         * config/m68k/sun2.h: Likewise.
6297         * config/m68k/sun3.h: Likewise.
6298         * config/m68k/tower-as.h: Likewise.
6299         * config/m68k/vxm68k.h: Likewise.
6300         * config/m88k/aout-dbx.h: Likewise.
6301         * config/m88k/m88k-aout.h: Likewise.
6302         * config/mcore/mcore-elf.h: Likewise.
6303         * config/mcore/mcore-pe.h: Likewise.
6304         * config/mips/elf.h: Likewise.
6305         * config/mips/elf64.h: Likewise.
6306         * config/mips/iris5gas.h: Likewise.
6307         * config/mips/iris6.h: Likewise.
6308         * config/mips/mips.h: Likewise.
6309         * config/mips/sni-gas.h: Likewise.
6310         * config/mmix/mmix.h: Likewise.
6311         * config/ns32k/netbsd.h: Likewise.
6312         * config/pa/pa64-hpux.h: Likewise.
6313         * config/romp/romp.h: Likewise.
6314         * config/rs6000/sysv4.h: Likewise.
6315         * config/rs6000/xcoff.h: Likewise.
6316         * config/sh/coff.h: Likewise.
6317         * config/sh/elf.h: Likewise.
6318         * config/sparc/linux64.h: Likewise.
6319         * config/sparc/liteelf.h: Likewise.
6320         * config/sparc/netbsd.h: Likewise.
6321         * config/sparc/openbsd.h: Likewise.
6322         * config/sparc/pbd.h: Likewise.
6323         * config/sparc/sp64-elf.h: Likewise.
6324         * config/sparc/sp86x-elf.h: Likewise.
6325         * config/sparc/sparc.h: Likewise.
6326         * config/vax/vax.h: Likewise.
6327         * config/vax/vaxv.h: Likewise.
6328
6329 2002-08-29  "Dhananjay R. Deshpande" <dhananjayd@kpit.com>
6330
6331         * h8300.c (shift_alg_hi): Various tweaks to improve performance
6332         of HImode shifts.
6333         (get_shift_alg): Corresponding changes.
6334
6335 2002-08-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6336
6337         * som.h (ALWAYS_STRIP_DOTDOT): Define to 1.
6338
6339 2002-08-29  Richard Henderson  <rth@redhat.com>
6340
6341         * expr.h (enum block_op_methods): New.
6342         (emit_block_move): Update prototype.
6343         * expr.c (block_move_libcall_safe_for_call_parm): New.
6344         (emit_block_move_via_loop): New.
6345         (emit_block_move): Use them.  New argument METHOD.
6346         (emit_push_insn): Always respect the given alignment.
6347         (expand_assignment): Update call to emit_block_move.
6348         (store_expr, store_field, expand_expr): Likewise.
6349         * builtins.c (expand_builtin_apply): Likewise.
6350         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
6351         * function.c (expand_function_end): Likewise.
6352         * config/sh/sh.c (sh_initialize_trampoline): Likewise.
6353         * config/sparc/sparc.c (sparc_va_arg): Likewise.
6354         * calls.c (expand_call, emit_library_call_value_1): Likewise.
6355         (save_fixed_argument_area): Use emit_block_move with
6356         BLOCK_OP_CALL_PARM instead of move_by_pieces.
6357         (restore_fixed_argument_area): Likewise.
6358         (store_one_arg): Fix alignment parameter to emit_push_insn.
6359
6360 2002-08-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6361
6362         * install.texi (hppa64-hp-hpux11*): Document installation procedure.
6363
6364 2002-08-29  Catherine Moore  <clm@redhat.com>
6365
6366         * config/v850/v850.h (MULDI3_LIBCALL, UCMPDI2_LIBCALL, CMPDI2_LIBCALL,
6367         NEGDI2_LIBCALL, INIT_TARGET_OPTABS, MASK_STRICT_ALIGN): Define.
6368         (PREDICATE_CODES): Include new predicates.
6369         (RTX_COSTS): Handle UMOD and UDIV.  Tune MULT for v850e.
6370         (TARGET_SWITCHES):  Add strict-align.
6371         (TARGET_STRICT_ALIGN): New.
6372         (MASK_DEFAULT, STRICT_ALIGNMENT):  Redefine.
6373         * config/v850/t-v850 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
6374         Define.
6375         (LIB1ASMFUNCS): Add v850_negdi2, v850_cmpdi2, v850_ucmpdi2,
6376         v850_muldi3.
6377         * config/v850/lib1funcs.asm (L_callt_save_r2_r29, L_return_r2_r29,
6378         L_callt_save_r2_r31, L_return_r2_r31,
6379         L_save_all_interrupt): Change addi to add.
6380         (L_save_interrupt, L_return_interrupt): Rework.
6381         (__return_r31):  Correct .size directive.
6382         (mulsi3, divsi3, udivsi3, umodsi3, modsi3): Tune for v850e.
6383         (v850_negdi2, v850_cmpdi2, v850_ucmpdi2, v850_muldi3):
6384         New routines.
6385         * config/v850/v850.c (expand_prologue): Call
6386         gen_callt_save_interrupt, gen_callt_restore_all_interrupt,
6387         gen_callt_return_interrupt and gen_callt_save_all_interrupt.
6388         (reg_or_int9_operand): New predicate.
6389         (reg_or_const_operand): New routine.
6390         * config/v850/v850.md (return_interrupt): Changed from
6391         restore_interrupt.
6392         (callt_save_all_interrupt): Changed from save_all_interrupt_v850e.
6393         (callt_save_interrupt): Change save sequence.
6394         (callt_return_interrupt): New.
6395         (save_interrupt): Don't use runtime function for LONG_CALLS
6396         and TARGET_PROLOG_FUNCTION.
6397         (save_all_interrupt): Likewise.
6398         (mulsi3): Use new predicate.
6399         (moviscc): Disallow some combination of constants.
6400         Fix define_split for sasf insns, so that it will not generate bad
6401         code if operand0 and operand5 are the same.
6402         * config/v850/v850-protos.h: Prototype new predicates.
6403
6404 2002-08-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6405
6406         * c-common.c (builtin_define_type_precision): New function.
6407         (cb_register_builtins): Use it.  Define __WCHAR_UNSIGNED__ is
6408         wchar_t is unsigned in C++.
6409         * doc/cpp.texi (Common Predefined Macros): Document
6410         __WCHAR_UNSIGNED__, __CHAR_BIT__, __WCHAR_BIT__, __SHRT_BIT__,
6411         __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
6412         __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
6413
6414 2002-08-28  Sylvain Pion <pion@cs.nyu.edu>
6415
6416         * doc/invoke.texi (-Wreorder): Remove remaining pieces from the generic
6417         section.  Mention that it is enabled by -Wall.
6418         (-Wall): Mention that there can be language-specific warnings as well.
6419         (-Wctor-dtor-privacy): Mention that it is enabled by default.
6420         (-Wnon-virtual-dtor): Mention that it is enabled by -Wall.
6421
6422 Wed Aug 28 15:35:17 2002  J"orn Rennecke <joern.rennecke@superh.com>
6423
6424         * sh.c (calc_live_regs): Save FPSCR_REG in an interrupt handler
6425         if it is ever live.
6426
6427         * sh.c (sh_handle_interrupt_handler_attribute): Reject interrupt_handler
6428         attribute for SHCOMPACT.
6429
6430         * sh.h (OVERRIDE_OPTIONS): If align_function isn't set, set it
6431         appropriately.
6432         (FUNCTION_BOUNDARY): Specify only the minimum alignment required
6433         by the ABI.
6434
6435         * sh.h (SH5_WOULD_BE_PARTIAL_NREGS): Also handle TImode case.
6436
6437 2002-08-28  Jason Thorpe  <thorpej@wasabisystems.com>
6438
6439         * config.gcc (mips*-*-netbsd*): Set target_cpu_default to
6440         "MASK_GAS|MASK_ABICALLS".
6441         * config/mips/netbsd.h (TARGET_ENDIAN_DEFAULT)
6442         (TARGET_DEFAULT): Remove.
6443         (MACHINE_TYPE): Undefine before defining.
6444         (DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE): Remove.
6445
6446 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
6447
6448         * c-common.c (warn_abi): New variable.
6449         * c-common.h (warn_abi): Likewise.
6450         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Wabi.
6451         (c_common_decode_option): Handle it.
6452         * doc/invoke.texi: Document -Wabi.
6453
6454 Tue Aug 27 23:03:52 2002  Nicola Pero  <n.pero@mi.flashnet.it>
6455
6456         * c-common.c (warn_undeclared_selector): New variable.
6457         * c-common.h (warn_undeclared_selector): Idem.
6458         * c-opts.c (c_common_decode_option): Set warn_undeclared_selector
6459         to on when -Wundeclared-selector is found.
6460         (COMMAND_LINE_OPTIONS): Added -Wundeclared-selector.
6461         * objc/objc-act.c (build_selector_expr): If
6462         warn_undeclared_selector is set, check that the selector has
6463         already been defined, and emit a warning if not.
6464
6465 2002-08-27  Nick Clifton  <nickc@redhat.com>
6466             Catherine Moore  <clm@redhat.com>
6467             Jim Wilson  <wilson@cygnus.com>
6468
6469         * config.gcc: Add v850e-*-* target.
6470         Add --with-cpu= support for v850.
6471         * config/v850/lib1funcs.asm: Add v850e callt functions.
6472         * config/v850/v850.h: Add support for v850e target.
6473         * config/v850/v850.c: Add functions to support v850e target.
6474         * config/v850/v850-protos.h: Add prototypes for new functions in v850.c.
6475         * config/v850/v850.md: Add patterns for v850e instructions.
6476         * doc/invoke.texi: Document new v850e command line switches.
6477
6478 Tue Aug 27 18:30:47 2002  J"orn Rennecke <joern.rennecke@superh.com>
6479                           Aldy Hernandez <aldyh at redhat dot com>
6480
6481         * doc/tm.texi: Applied numerous fixes to the automaton based
6482         scheduler descrition.
6483
6484 Tue Aug 27 19:51:05 CEST 2002  Jan Hubicka  <jh@suse.cz>
6485
6486         * i386.c (classify_argument): Handle variable sized objects.
6487
6488 Tue Aug 27 19:18:16 CEST 2002  Jan Hubicka  <jh@suse.cz>
6489
6490         * i386.c (ix86_expand_int_movcc): Fix RTL sharing problem
6491
6492 Tue Aug 27 18:01:45 CEST 2002  Jan Hubicka  <jh@suse.cz>
6493
6494         * libgcc2.c (__bb_exit_func): Properly write the summarized statistics.
6495
6496 Tue Aug 27 18:00:11 CEST 2002  Jan Hubicka  <jh@suse.cz>
6497
6498         * i386.c (classify_argument): Properly compute word size of the analyzed object.
6499
6500 Tue Aug 27 14:39:09 2002  J"orn Rennecke <joern.rennecke@superh.com>
6501
6502         * sh.md (attribute type): Add types mt_group, fload, pcfload, fpul_gp,
6503         mac_gp ftrc_s and cwb.  Add / Adjust definitions in individual insn
6504         accordingly.
6505         (attribute insn_class): Provide default definitions based on type.
6506         Remove all insn-specific settings.
6507         (various function units): Remove old SH4 scheduling.
6508         (branch_zero, dfp_comp, late_fp_use, any_fp_comp, any_int_load):
6509         New attributes.  Set them where appropriate.
6510         (cpu unit FS): Don't define / use.
6511         (F3, load_store): New cpu units.
6512         (F01): New reservation.
6513         (all insn_reservations): Make dependent on sh4 pipeline model.
6514         Fix latencies.
6515         (nil, reg_mov, freg_mov, sh4_fpul_gp, sh4_call): New insn_reservations.
6516         (sh4_mac_gp, fp_arith_ftrc, arith3, arith3b): Likewise.
6517         (mt insn_reservation): Use type mt_group.
6518         (insn_reservation load_store): Split into sh4_load, sh4_load_si,
6519         sh4_fload and sh4_store.
6520         (insn_reservation branch_zero and branch): Replace with sh4_branch.
6521         (insn_reservation branch_far): Replace with sh4_return.
6522         (insn_reservation return_from_exp): Rename to:
6523         (sh4_return_from_exp).  Change to be just d_lock*5.
6524         (insn_reservation lds_to_pr): Rename to:
6525         (sh4_lds_to_pr).  Change to be just d_lock*2.
6526         (insn_reservation ldsmem_to_pr, sts_from_pr): Change to be just
6527         d_lock*2.
6528         (insn_reservation prload_mem): Rename to:
6529         (sh4_prstore_mem).  Change to d_lock*2,nothing,memory.
6530         (insn_reservation fpscr_store): Rename to:
6531         (fpscr_load).  Change to d_lock,nothing,F1*3.
6532         (insn_reservation fpscr_store_mem): Rename to:
6533         (fpscr_load_mem).  Change to d_lock,nothing,(F1+memory),F1*2.
6534         (insn_reservation multi): Change to
6535         d_lock,(d_lock+f1_1),(f1_1|f1_2)*3,F2.
6536         (insn_reservation fp_arith): Change to issue,F01,F2.
6537         (insn_reservation fp_div: Change to issue,F01+F3,F2+F3,F3*7,F1+F3,F2.
6538         (insn_reservation dp_float): Change to issue,F01,F1+F2,F2.
6539         (insn_reservation fp_double_arith): Change to issue,F01,F1+F2,fpu*4,F2.
6540         (insn_reservation fp_double_cmp): Change to
6541         d_lock,(d_lock+F01),F1+F2,F2.
6542         (insn_reservation dp_div): Change to
6543         issue,F01+F3,F1+F2+F3,F2+F3,F3*16,F1+F3,(fpu+F3)*2,F2.
6544         * sh.c (flow_dependent_p, flow_dependent_p_1): New functions.
6545         (sh_adjust_cost, SHcompact): Differentiate between different
6546         kinds of dependencies.  Drop factor of ten for superscalar.
6547         Use new instruction types.  Add new exception rules.
6548
6549         * sh.md (mulhisi3, umulhisi3: Add a REG_EQUAL note.
6550
6551         * sh.md (mperm_w): Add DONE.
6552
6553 2002-08-27  David Edelsohn  <edelsohn@gnu.org>
6554
6555         * longlong.h: Import current PowerPC defintion from GMP-4.1.
6556
6557         * config/rs6000/rs6000.h (MIN_UNITS_PER_WORD): Add IN_LIBGCC2 case.
6558
6559         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Undef before define.
6560
6561 Tue Aug 27 13:53:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
6562
6563         * sh.h (MAX_FIXED_MODE_SIZE): Define.
6564
6565 2002-08-27  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
6566
6567         * doc/cpp.texi (Common Predefined Macros): Don't mess with table
6568         delimiter.
6569
6570 2002-08-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6571
6572         * c-common.c (cpp_define_data_format): New function.
6573         (cb_register_builtins): Call it.
6574
6575         * doc/cpp.texi (Common Predefined Macros): Document
6576         __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
6577         __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
6578         __TARGET_FLOAT_FORMAT__, __TARGET_USES_VAX_F_FLOAT__,
6579         __TARGET_USES_VAX_D_FLOAT__, __TARGET_USES_VAX_G_FLOAT__,
6580         __TARGET_USES_VAX_H_FLOAT__.
6581
6582 2002-08-26  Ziemowit Laski <zlaski@apple.com>
6583
6584         * objc/objc-act.c (get_super_receiver): If inside a class method
6585         of a category, cast the receiver to 'id' before accessing the 'isa'
6586         field so that <objc/objc-class.h> is not needed.  For NeXT runtime.
6587
6588 2002-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
6589
6590         * config/s390/s390-protos.h (s390_function_prologue,
6591         s390_function_epilogue): Remove.
6592         config/s390/s390.c (s390_function_prologue, s390_function_epilogue,
6593         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
6594
6595         config/s390/s390.c (s390_machine_dependent_recorg): New function.
6596         config/s390/s390-protos.h (s390_machine_dependent_reorg): Declare it.
6597         config/s390/s390.h (MACHINE_DEPENDENT_REORG): Call it.
6598         config/s390/s390.c (s390_split_branches, s390_chunkify_pool): Adapt
6599         to being called from MACHINE_DEPENDENT_REORG.  Update regs_ever_live.
6600
6601         config/s390/s390.c (s390_frame_info): Inline save_fprs_p.  Always
6602         assume BASE_REGISTER and RETURN_REGNUM need to be saved.
6603         (s390_emit_prologue): Assume RETURN_REGNUM to be saved iff
6604         function is not a leaf function.  Use save_gprs and restore_gprs.
6605         (s390_emit_epilogue): Likewise.
6606         (save_gprs, restore_gprs): New functions.
6607         (struct s390_frame): Remove return_reg_saved_p member.
6608         (save_fprs_p): Remove.
6609         (s390_optimize_prolog): New function.
6610         (s390_legitimate_reload_constant): Remove now unnecessary check.
6611
6612         (s390_function_count): Remove.
6613         (s390_output_symbolic_const): Replace s390_function_count by
6614         current_function_funcdef_no.
6615         (s390_output_constant_pool): Likewise.
6616
6617         (legitimize_pic_address): Use regs_ever_live to track PIC register
6618         instead of current_function_uses_pic_offset_table.
6619         (s390_emit_prologue): Likewise.
6620         config/s390/s390.md ("call", "call_value"): Likewise.
6621
6622 2002-08-26  Neil Booth  <neil@daikokuya.co.uk>
6623
6624         * c-opts.c (find_opt): Don't complain about wrong languages
6625         here.  Return exact matches even for wrong language.
6626         (c_common_decode_option): Complain about wrong languages
6627         here.
6628
6629 2002-08-24  Stuart Hastings  <stuart@apple.com>
6630
6631         * function.h (struct function): Add flag
6632         all_throwers_are_sibcalls.
6633         * except.c (set_nothrow_function_flags): Replaces
6634         nothrow_function_p. Set new flag.
6635         * except.h (set_nothrow_function_flags): Replaces
6636         nothrow_function_p.
6637         * dwarf2out.c (struct dw_fde_struct): Add flag
6638         all_throwers_are_sibcalls.
6639         (output_call_frame_info): Test it.
6640         (dwarf2out_begin_prologue) Propagate it from cfun to
6641         dw_fde_struct.
6642         * toplev.c (rest_of_compilation): Update calls to
6643         nothrow_function_p.
6644
6645 2002-08-23  Zack Weinberg  <zack@codesourcery.com>
6646
6647         * ggc-page.c (compute_inverse): Short circuit calculation for
6648         object sizes larger than half a page.
6649
6650 2002-08-23  David Edelsohn  <edelsohn@gnu.org>
6651
6652         * config/rs6000/rs6000.c (rs6000_elf_select_section): Treat
6653         DEFAULT_ABI == ABI_AIX like PIC.  Test PIC & reloc for readonly
6654         default.
6655         (rs6000_elf_unique_section): Likewise.
6656
6657 2002-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6658
6659         * ns32k.c (ns32k_globalize_label): Delete.
6660         * ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.
6661
6662 2002-08-23  Alan Modra  <amodra@bigpond.net.au>
6663
6664         * config/rs6000/rs6000.c (output_mi_thunk): Don't determine insns
6665         for loading delta with num_insns_constant_wide.  Calculate
6666         delta_low, delta_high without using a conditional.
6667
6668 2002-08-22  Jason Merrill  <jason@redhat.com>
6669
6670         * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
6671         * c-common.def: Adjust.
6672         * c-dump.c (c_dump_tree): Adjust.
6673         * c-semantics.c (genrtl_return_stmt): Adjust.
6674         * c-pretty-print.c (pp_c_statement): Adjust.
6675         * tree-inline.c (copy_body_r): Adjust.
6676
6677 2002-08-22  Zack Weinberg  <zack@codesourcery.com>
6678
6679         * ggc-page.c: Avoid division in ggc_set_mark.
6680         (DIV_MULT, DIV_SHIFT, OFFSET_TO_BIT, inverse_table,
6681         compute_inverse): New.
6682         (ggc_set_mark, ggc_marked_p): Use OFFSET_TO_BIT.
6683         (init_ggc): Initialize inverse_table.
6684
6685 2002-08-22  Tom Tromey  <tromey@redhat.com>
6686
6687         * doc/install.texi (Configuration): Document --datadir.
6688
6689 2002-08-22  Alexandre Oliva  <aoliva@redhat.com>
6690
6691         * Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).
6692
6693 2002-08-22  Hans-Peter Nilsson  <hp@bitrange.com>
6694
6695         * gengtype-lex.l (ID): Allow underscore as first character.
6696
6697 2002-08-21  David Edelsohn  <edelsohn@gnu.org>
6698
6699         * config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
6700         function.
6701         (rs6000_xcoff_asm_named_section): Rename.
6702         * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
6703
6704 2002-08-21  Tom Tromey  <tromey@redhat.com>
6705
6706         For PR java/6005 and PR java/7611:
6707         * fold-const.c (fold_truthop): Use can_use_bit_fields_p.
6708         (fold): Likewise.
6709         * langhooks.c (lhd_can_use_bit_fields_p): New function.
6710         * langhooks-def.h (lhd_can_use_bit_fields_p): Declare.
6711         (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): New define.
6712         (LANG_HOOKS_INITIALIZER): Use it.
6713         * langhooks.h (struct lang_hooks) [can_use_bit_fields_p]: New
6714         field.
6715
6716 2002-08-21  Stan Shebs  <shebs@apple.com>
6717
6718         * tree.c (finish_vector_type): Fix a typo in a comment.
6719         * Makefile.in: Fix "the the" stutters in comments.
6720         * genautomata.c: Ditto.
6721         * ifcvt.c: Ditto.
6722         * regrename.c: Ditto.
6723         * config/alpha/alpha.c: Ditto.
6724         * config/alpha/vms-crt0-64.c: Ditto.
6725         * config/alpha/vms-crt0.c: Ditto.
6726         * config/alpha/vms-psxcrt0-64.c: Ditto.
6727         * config/alpha/vms-psxcrt0.c: Ditto.
6728         * config/d30v/d30v.h: Ditto.
6729         * config/fr30/fr30.h: Ditto.
6730         * config/rs6000/rs6000.c: Ditto.
6731         * config/stormy16/stormy16.h: Ditto.
6732         * doc/md.texi: Ditto.
6733
6734 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6735
6736         * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.
6737
6738 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
6739
6740         * c-decl.c (grokdeclarator): Make invalid combinations with long,
6741         short, signed or unsigned into hard errors.  Fixes PR c/4319.
6742         Also make duplicate modifiers such as "short short" into hard
6743         errors.
6744
6745 2002-08-21  Andrew Pinski <pinskia@physics.uc.edu>
6746             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6747
6748         * doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
6749         to the actual end.  Add '@end table' and '@table @code'.
6750
6751 2002-08-20  Geoffrey Keating  <geoffk@redhat.com>
6752
6753         * doc/tm.texi (Label Output): Add missing '@end deftypefn'.
6754
6755         * unroll.c (biv_total_increment): Don't try to compute the total
6756         increment for FP BIVs.
6757
6758 2002-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6759
6760         * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
6761         * alpha/elf.h (ASM_OUTPUT_EXTERNAL_LIBCALL,
6762         ASM_OUTPUT_ALIGNED_BSS): Use target hook.
6763         * alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS): Likewise.
6764         * alpha/unicosmk.h (ASM_GLOBALIZE_LABEL): Delete.
6765         * arm/aof.h (ASM_GLOBALIZE_LABEL): Likewise.
6766         (GLOBAL_ASM_OP): Define.
6767         * arm.c (aof_globalize_label): New function.
6768         (TARGET_ASM_GLOBALIZE_LABEL): Define for AOF.
6769         * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
6770         * c4x.c (c4x_globalize_label): New function.
6771         (TARGET_ASM_GLOBALIZE_LABEL): Define for c4x.
6772         * c4x.h (ASM_GLOBALIZE_LABEL): Delete.
6773         (GLOBAL_ASM_OP): Define.
6774         * cris/aout.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
6775         * darwin-protos.h (darwin_globalize_label): Declare.
6776         * darwin.c (darwin_globalize_label): New function.
6777         * darwin.h (ASM_DECLARE_CLASS_REFERENCE): Use target hook.
6778         (ASM_GLOBALIZE_LABEL): Delete.
6779         (GLOBAL_ASM_OP, TARGET_ASM_GLOBALIZE_LABEL): Define.
6780         * dsp16xx.c (asm_output_common): Use target hook.
6781         * elfos.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
6782         * frv.h (ASM_GLOBALIZE_LABEL): Delete.
6783         (GLOBAL_ASM_OP): Define.
6784         * i370.c (i370_globalize_label): New function.
6785         (TARGET_ASM_GLOBALIZE_LABEL): Define for i370.
6786         * i370.h (ASM_GLOBALIZE_LABEL): Delete.
6787         * i386.c (ix86_asm_file_end): Use target hook.
6788         * i386/sco5.h (ASM_GLOBALIZE_LABEL): Don't undef.
6789         (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
6790         * ia64.c (ia64_asm_output_external): Likewise.
6791         * ia64/sysv4.h: Update comment.
6792         * m32r.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
6793         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6794         * mips/iris5.h (ASM_OUTPUT_WEAK_ALIAS): Use target hook.
6795         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6796         * mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use target hook.
6797         * mmix-protos.h (mmix_asm_globalize_label): Delete.
6798         * mmix.c (mmix_asm_globalize_label): Likewise.
6799         * mmix.h (ASM_GLOBALIZE_LABEL): Likewise.
6800         (GLOBAL_ASM_OP): Define.
6801         * ns32k.c (ns32k_globalize_label): New function.
6802         * ns32k.h (TARGET_ASM_GLOBALIZE_LABEL): Define for ns32k.
6803         (ASM_GLOBALIZE_LABEL): Delete.
6804         * pa/pa-linux.h (ASM_GLOBALIZE_LABEL): Don't undef.
6805         (TARGET_ASM_GLOBALIZE_LABEL): Undefine.
6806         * pa.c (pa_globalize_label): New function.
6807         * pa.h (ASM_GLOBALIZE_LABEL): Delete.
6808         (TARGET_ASM_GLOBALIZE_LABEL): Define for pa.
6809         * rs6000/darwin.h (ASM_GLOBALIZE_LABEL): Delete.
6810         (GLOBAL_ASM_OP): Define.
6811         (TARGET_ASM_GLOBALIZE_LABEL): Undef.
6812         * rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
6813         * rs6000/xcoff.h (ASM_GLOBALIZE_LABEL): Delete.
6814         (GLOBAL_ASM_OP): Define.
6815         * v850.c (v850_output_aligned_bss): Use target hook.
6816         * vax.c (vms_globalize_label): New function.
6817         (TARGET_ASM_GLOBALIZE_LABEL): Define for vms.
6818         * vax/vms.h (ASM_GLOBALIZE_LABEL): Delete.
6819         (GLOBAL_ASM_OP): Define.
6820         * defaults.h (ASM_GLOBALIZE_LABEL): Delete.
6821         * doc/tm.texi: Update docs.
6822         * dwarf2out.c (default_eh_frame_section, output_die_symbol): Use
6823         target hook.
6824         * final.c (output_alternate_entry_point): Likewise.
6825         * hooks.c (hook_FILEptr_constcharptr_void): New function.
6826         * hooks.h (hook_FILEptr_constcharptr_void): Declare.
6827         * output.h (assemble_global): Delete.
6828         (default_globalize_label): Declare.
6829         * system.h (ASM_GLOBALIZE_LABEL): Poison.
6830         * target-def.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
6831         (TARGET_ASM_OUT): Add TARGET_ASM_GLOBALIZE_LABEL.
6832         * target.h (gcc_target): Add globalize_label member.
6833         * varasm.c (asm_output_bss, asm_output_aligned_bss,
6834         globalize_decl): Use target hook.
6835         (assemble_global): Delete.
6836         (default_globalize_label): New function.
6837
6838 2002-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6839
6840         * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete.
6841
6842 2002-08-20  Devang Patel  <dpatel@apple.com>
6843         * tree.c (get_qualified_type): Add TYPE_CONTEXT check.
6844
6845 2002-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6846
6847         * arc.c (output_shift): Use stdio instead of asm_fprintf.
6848         * arm.c (thumb_output_function_prologue): Likewise.
6849         * avr.c (print_operand): Likewise.
6850         * c4x.c (c4x_print_operand): Likewise.
6851         * c4x.h (ASM_OUTPUT_INTERNAL_LABEL, TRAMPOLINE_TEMPLATE,
6852         ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
6853         * cris.c (cris_target_asm_function_prologue,
6854         cris_asm_output_mi_thunk): Likewise.
6855         * h8300.c (print_operand): Likewise.
6856         * h8300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
6857         * ip2k.c (print_operand): Likewise.  Fix format specifier.
6858         * m68hc11.c (asm_print_register, print_operand,
6859         print_operand_address): Use stdio instead of asm_fprintf.
6860         (print_operand_address): Fix format specifier.
6861         * m68hc11.h (FUNCTION_PROFILER, ASM_OUTPUT_ADDR_DIFF_ELT,
6862         ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ALIGN): Use stdio instead of
6863         asm_fprintf.
6864         * m68k/amix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
6865         * m68k/atari.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
6866         * m68k.c (m68k_output_function_prologue,
6867         m68k_output_function_epilogue, print_operand): Likewise.
6868         * mmix.c (mmix_asm_output_mi_thunk, mmix_asm_weaken_label):
6869         Likewise.  Fix format specifier.
6870         * mn10200.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
6871         * mn10300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
6872         * v850.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
6873
6874 2002-08-15  Eric Christopher  <echristo@redhat.com>
6875             Jeff Knaggs  <jknaggs@redhat.com>
6876
6877         * config.gcc (mipsisa64sr71k-elf): New target.
6878         * config/mips/sr71k.md: New file.
6879         * config/mips/mips.md: Use it.
6880         (rot*): Add sr71k specifics.
6881         * config/mips/t-sr71k: New file.
6882         * config/mips/mips.h (sr71k): New cpu.
6883         (TARGET_SR71K): Use it.
6884         (TUNE_SR71K): Ditto.
6885         (GENERATE_BRANCHLIKELY): Ditto.
6886         (ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
6887         ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
6888         * config/mips/mips.c (sr71k): New cpu.
6889         (mips_use_dfa_pipeline_interface): Use.
6890
6891 2002-08-15  Eric Christopher  <echristo@redhat.com>
6892             Richard Sandiford <rsandifo@redhat.com>
6893             Aldy Hernandez  <aldyh@redhat.com>
6894             Graham Stott    <grahams@redhat.com>
6895             Michael Meissner  <meissner@redhat.com>
6896             Gavin Romig-Koch  <gavin@redhat.com>
6897             Ken Raeburn  <raeburn@cygnus.com>
6898             Alexandre Oliva <aoliva@redhat.com>
6899
6900         * config.gcc (mips64vr-elf): New target.
6901         * config/mips/5400.md: New file.
6902         * config/mips/5500.md: Ditto.
6903         * config/mips/mips.md: Use them.
6904         (frsqrt): New.
6905         * config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
6906         cpus.
6907         (mips_issue_rate): Use them.
6908         (mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
6909         (TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
6910         * config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
6911         cpus.
6912         (TARGET_MIPSx): Use them.
6913         (TUNE_MIPSx): Ditto.
6914         (GETNATE_MULT3_SI): Ditto.
6915         (ISA_HAS_BRANCHLIKELY): Ditto.
6916         (ISA_HAS_CONDMOVE): Ditto.
6917         (ISA_HAS_NMADD_NMSUB): Ditto.
6918         (ISA_HAS_MULHI): New. Ditto.
6919         (ISA_HAS_MULS): Ditto.
6920         (ISA_HAS_MSAC): Ditto.
6921         (ISA_HAS_MACC): Ditto.
6922         (ISA_HAS_ROTR_SI): Ditto.
6923         (ISA_HAS_ROTR_DI): Ditto.
6924         (RTX_COSTS): Use.
6925
6926 2002-08-20  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6927
6928         * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
6929         at head.
6930         (remove_dup_nonsys_dirs): New function.
6931         (remove_dup_dirs): Change argument head to head_ptr.  Remove warnings.
6932         (merge_include_chains): Remove non-system include directories from
6933         quote and bracket include chains when they duplicate equivalent system
6934         directories.
6935         * doc/cpp.texi (-I): Update.
6936         * doc/cppopts.texi (-I): Update.
6937         * doc/install.texi (--with-local-prefix): Further document usage of
6938         this option.
6939         * doc/invoke.texi (-I): Update.
6940
6941 2002-08-20  Richard Henderson  <rth@redhat.com>
6942
6943         * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
6944         (emit_block_move): Split out subroutines.
6945         (emit_block_move_via_movstr): New.
6946         (emit_block_move_via_libcall): New.  Emit bcopy via normal call also.
6947         (emit_block_move_libcall_fn): New.  Construct function prototype for
6948         bcopy as well.
6949         (clear_storage): Split out subroutines.
6950         (clear_storage_via_clrstr): New.
6951         (clear_storage_via_libcall): New. Emit bzero as a normal call also.
6952         (clear_storage_libcall_fn): New.  Construct function prototype for
6953         bzero as well.
6954         (emit_push_insn): Use emit_block_move.
6955         (expand_assignment): Booleanize TARGET_MEM_FUNCTIONS.
6956         (store_constructor): Likewise.
6957
6958 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
6959
6960         * objc/objc-act.c (building_objc_message_expr): Rename to
6961         current_objc_message_selector.
6962
6963 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
6964
6965         * objc/objc-act.c (build_ivar_chain): Remove.
6966         (objc_copy_list): Likewise.
6967         (get_class_ivars): Inline call to removed build_ivar_chain
6968         function.  Save off a clean copy of ivars in the CLASS_OWN_IVARS
6969         slot; use that slot (rather than CLASS_IVARS) when accessing
6970         ivars for base classes.  Call copy_list and chainon instead of
6971         objc_copy_list.
6972         (build_private_template): Call get_class_ivars instead of
6973         build_ivar_chain.
6974         (start_class): Allocate room for the CLASS_OWN_IVARS slot.
6975         (continue_class): Call get_class_ivars instead of
6976         build_ivar_chain.
6977         (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead
6978         of DECL_BIT_FIELD (which may have been cleared).
6979         * objc/objc-act.h (CLASS_OWN_IVARS): New accessor macro.
6980
6981 2002-08-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6982
6983         * genautomata.c (output_translate_vect, output_state_ainsn_table,
6984         output_min_issue_delay_table): Mark variable with ATTRIBUTE_UNUSED
6985         in output file.
6986         (output_internal_min_issue_delay_func): Initialize variable in
6987         output file.
6988
6989 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
6990
6991         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6992         (stage2_build, stage3_build, stage4_build): Likewise, to CC.
6993
6994 2002-08-19  Geoffrey Keating  <geoffk@redhat.com>
6995             Steve Ellcey  <sje@cup.hp.com>
6996
6997         * machmode.h (SCALAR_INT_MODE_P): New macro to test for
6998         scaler integer mode (MODE_INT or MODE_PARTIAL_INT).
6999         * explow.c (trunc_int_for_mode): Abort when the mode is not
7000         a scaler integer mode.
7001         * combine.c (expand_compound_operation): Don't expand Vector
7002         or Complex modes into shifts.
7003         (expand_field_assignment): Don't do bitwise arithmatic and
7004         shifts on Vector or Complex modes.
7005         (simplify_comparison): Don't call trunc_int_for_mode
7006         for VOIDmode.
7007         * recog.c (general_operand): Likewise.
7008         (immediate_operand): Likewise.
7009         (nonmemory_operand): Likewise.
7010
7011 2002-08-19  David Edelsohn  <edelsohn@gnu.org>
7012
7013         * config/rs6000/rs6000.c (rs6000_emit_set_const): Inline
7014         multi-instruction SImode constant.  Add REG_EQUAL note.
7015         * config/rs6000/rs6000.md (movsi splitter): Use
7016         rs6000_emit_set_const.
7017
7018 2002-08-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7019
7020         * tree-inline.c (initialize_inlined_parameters): Wrap variable in
7021         the macro test controlling its use.
7022
7023 2002-08-18  H.J. Lu  (hjl@gnu.org)
7024
7025         * config.gcc (*-*-linux*): Set extra_parts="crtbegin.o
7026         crtbeginS.o crtbeginT.o crtend.o crtendS.o", gas=yes and
7027         gnu_ld=yes.
7028         (alpha*-*-linux*, cris-*-linux*, i370-*-linux*,
7029         i[34567]86-*-linux*, x86_64-*-linux*, mips*-*-linux*,
7030         s390-*-linux*, s390x-*-linux*, sparc-*-linux*, sparc64-*-linux*,
7031         xtensa-*-linux*): Remove setting extra_parts, gas, and gnu_ld
7032         here.
7033         (cris-*-linux*): Remove setting thread_file here.
7034
7035 2002-08-18  Neil Booth  <neil@daikokuya.co.uk>
7036
7037         PR preprocessor/7602
7038         * cppinit.c (path_include): Treat the system environment
7039         variables as being cxx_aware.
7040
7041 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
7042
7043         * c-decl.c (flexible_array_type_p): New function.
7044         (grokdeclarator, finish_struct): Use it.
7045         * doc/extend.texi: Document constraints on use of structures with
7046         flexible array members.
7047
7048 2002-08-17  Richard Sandiford  <rsandifo@redhat.com>
7049
7050         * config/mips/t-coff, config/mips/t-elf, config/mips/t-isa3264,
7051         config/mips/t-r3900 (MULTILIB_MATCHES): Define.
7052         * config/mips/mips.h (ASM_SPEC): Use %(endian_spec).
7053
7054 2002-08-16  Stan Shebs  <shebs@apple.com>
7055
7056         * c-common.c (cb_register_builds): Define __NEXT_RUNTIME__
7057         for ObjC with -fnext-runtime.
7058         * doc/cpp.texi: Document it.
7059
7060 2002-08-16  Janis Johnson  <janis187@us.ibm.com>
7061
7062         * doc/install.texi (Final installation): Replace links to individual
7063         build status pages with a link to a common page that lists them all.
7064
7065 2002-08-16  Sylvain Pion <pion@cs.nyu.edu>
7066
7067         * doc/invoke.texi: Fix typo.
7068
7069 2002-08-16  David Edelsohn  <edelsohn@gnu.org>
7070
7071         * doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning.
7072
7073 2002-08-16  Andrew Haley  <aph@redhat.com>
7074
7075         * tree-inline.c: Add includes for Java inliner.
7076         (remap_decl): Don't handle anonymous types for Java.
7077         (remap_block): Add handling for Java trees.
7078         (copy_scope_stmt): Conditionalize for non-Java use only.
7079         (copy_body_r): Handle Java trees.  Add handling for
7080         LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, Java blocks.
7081         (initialize_inlined_parameters):  Handle Java trees.
7082         (declare_return_variable): Likewise.
7083         (expand_call_inline): Handle Java trees.
7084         (walk_tree): Likewise.
7085         (copy_tree_r): Don't handle SCOPE_STMTs for Java.
7086         (add_stmt_to_compound): New function.
7087
7088 2002-08-15  Richard Henderson  <rth@redhat.com>
7089
7090         * Makefile.in (LOOSE_WARN): Remove -fno-common.
7091         (NOCOMMON_FLAG): New substitution point.
7092         (GCC_WARN_CFLAGS): Include it.
7093         * configure.in (ac_checking): Set nocommon_flag.
7094         (nocommon_flag): New substitution point.
7095
7096 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
7097
7098         * c-tree.h (skip_evaluation): Move declaration...
7099         * c-common.h: ... here.
7100         * c-typeck.c (build_external_ref): Don't assemble_external nor
7101         mark a tree as used if skip_evaluation is set.
7102         * c-parse.in (typeof): New non-terminal to set skip_evaluation
7103         around TYPEOF.
7104         (typespec_nonreserved_nonattr): Use it.
7105
7106 2002-08-15  Douglas B Rupp  <rupp@gnat.com>
7107
7108         * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.
7109         (xcoff_debug_hooks): Update end_prologue.
7110         * debug.c (do_nothing_debug_hooks): Update end_prologue, end_epilogue.
7111         * debug.h (end_prologue): Add file arg.
7112         (end_epilogue): Add line and file args.
7113         (dwarf2out_end_epilogue): Add line and file args.
7114         (vmsdbgout_after_prologue): Remove.
7115         * dwarf2out.c (dwarf2out_end_epilogue): Add line and file args.
7116         (dwarf2_debug_hooks): Update end_prologue.
7117         * dwarfout.c (dwarfout_end_epilogue): Add line and file args.
7118         (dwarfout_end_prologue): Add file arg.
7119         * final.c (vmsdbgout_after_prologue): Remove
7120         (final_end_function): Update end_epilogue call.
7121         (final_scan_insn): Update end_prologue call.
7122         * sdbout.c (sdbout_end_epilogue): Add line and file args.
7123         (sdbout_end_prologue): Add file arg.
7124         (sdb_debug_hooks): Update end_prologue.
7125         (sdb_begin_prologue): Update sdbout_end_prologue call.
7126         * vmsdbgout.c (vmsdbg_debug_hooks): Add vmsdbgout_end_prologue,
7127         vmsdbgout_end_function.
7128         (vmsdbgout_end_prologue): New function renamed from
7129         vmsdbgout_after_prologue. Call vmsdbgout_source_line.
7130         (vmsdbgout_end_function): New function.
7131         (vmsdbgout_end_epilogue): Add line and file args. Call
7132         vmsdbgout_source_line.
7133         (write_pclines): Write only valid line numbers.
7134         (write_srccorr): Don't write source correlation records if 0 lines.
7135         * xcoffout.c (xcoffout_end_epilogue): Add line and file args.
7136
7137 2002-08-15  Steve Ellcey  <sje@cup.hp.com>
7138
7139         * gcc/unwind.h (_Unwind_Ptr): Make 64 bits on IA64 HP-UX.
7140         (_Unwind_Internal_Ptr): 32 bit version for use in
7141         read_encoded_value_with_base.
7142         * gcc/unwind-pe.h (read_encoded_value_with_base): Use
7143         _Unwind_Internal_Ptr instead of _Unwind_Ptr in order to get the
7144         right size.
7145
7146 2002-08-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7147
7148         * loop.c (scan_loop, move_movables, count_one_set): Cast to avoid
7149         signed/unsigned warnings.
7150
7151         * regclass.c (init_reg_sets_1, choose_hard_reg_mode,
7152         record_reg_classes): Likewise.
7153
7154         * reload.c (reload_inner_reg_of_subreg, push_reload,
7155         find_reloads_address_1): Likewise.
7156
7157 2002-08-15  David Edelsohn  <edelsohn@gnu.org>
7158
7159         * rs6000.c (output_mi_thunk): Return to function section on
7160         TARGET_ELF.
7161
7162         * rs6000-c.c (rs6000_cpu_cpp_builtins): Define __PPC405__ if PPC405.
7163
7164 2002-08-15  Ulrich Weigand  <uweigand@de.ibm.com>
7165
7166         * config/s390/s390.c (legitimize_address): Optimize loading
7167         of large displacements.
7168
7169 2002-08-14  Douglas B Rupp  <rupp@gnat.com>
7170
7171         * config/alpha/alpha-protos.h: Update.
7172
7173         * config/alpha/alpha.c: (LINKAGE_SYMBOL_REF_P): New macro.
7174         (alpha_legitimate_address_p): Test LINKAGE_SYMBOL_REF_P.
7175         (alpha_linkage_symbol_p): New static function.
7176         (print_operand_address): Print linkage operand.
7177
7178         (alpha_funcs_num, alpha_funcs_tree, alpha_links_tree): New static
7179         variables.
7180         (reloc_kind): New enum.
7181         (struct alpha_funcs): New struct.
7182         (struct alpha_links): Add reloc_kind field. Rename links_kind field.
7183
7184         (alpha_need_linkage): Rewrite.
7185         (alpha_use_linkage): New global function.
7186         (alpha_write_linkage): Rewrite and make static.
7187         (alpha_write_one_linkage): Rewrite
7188
7189         (alpha_start_function): Remove procedure descriptor output.
7190         (alpha_end_function): Write linkages at end of each function.
7191
7192         * config/alpha/alpha.md (call_vms, call_value_vms): Rewrite.
7193         (call_vms_1, call_value_vms_1): Rewrite.
7194
7195         * config/alpha/vms.h (ASM_FILE_END): Remove.
7196
7197 2002-08-14  Richard Henderson  <rth@redhat.com>
7198
7199         * ggc-page.c (RTL_SIZE): New.
7200         (extra_order_size_table): Add specializations for 2 and 10 rtl slots.
7201         * rtl.def (BARRIER, NOTE): Pad to 9 slots.
7202
7203 2002-08-14  Richard Henderson  <rth@redhat.com>
7204
7205         * calls.c: Include target.h.
7206         * Makefile.in (calls.o): Update.
7207
7208         * config/alpha/alpha.c (alpha_end_function): Use targetm.binds_local_p.
7209         * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
7210
7211 2002-08-14  Richard Henderson  <rth@redhat.com>
7212
7213         * Makefile.in (LOOSE_WARN): Add -fno-common.
7214         * c-common.h (constant_string_class_name): Add missing extern.
7215
7216 2002-08-15  Neil Booth  <neil@daikokuya.co.uk>
7217
7218         PR preprocessor/7358
7219         * c-opts.c (check_deps_environment_vars): Ignore main file
7220         for SUNPRO_DEPENDENCIES.
7221         * cppfiles.c (stack_include_file): Ignore main file if
7222         appropriate.
7223         * cpplib.h (struct cpp_options): New member in deps.
7224         * doc/cppenv.texi: Update.
7225
7226 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
7227
7228         PR preprocessor/7526
7229         * cpplib.c (run_directive): Kludge so _Pragma dependency works.
7230
7231 2002-08-14  Nathan Sidwell  <nathan@codesourcery.com>
7232
7233         * doc/invoke.texi (-a): Remove documentation.
7234         (-fprofile-arcs): Remove reference to -a, -ax options.
7235         * doc/gcov.texi (Gcov Data Files): Data might be merged.
7236
7237 2002-08-14  Gabriel Dos Reis  <gdr@nerim.net>
7238
7239         Fix PR/7566
7240         * c-semantics.c (genrtl_case_label): Don't (mis)use
7241         warning_with_decl.
7242
7243 2002-08-14  Dale Johannesen  <dalej@apple.com>
7244
7245         * explow.c (emit_stack_restore):  Emit memory clobbers
7246         preceding the stack pop, to prevent the scheduler from
7247         moving refs to variable arrays below this pop.
7248         * reload1.c (reload):  Preserve these clobbers for sched2.
7249         * doc/rtl.texi:  Document clobber (mem:BLK (scratch)).
7250
7251 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
7252
7253         * c-opts.c (c_common_post_options): Correct test.
7254
7255 2002-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7256
7257         * m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument
7258         order in call to fprintf.
7259
7260 2002-08-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7261
7262         * config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
7263
7264 2002-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
7265
7266         * reload.c (find_reloads): Handle constraint letters marked by
7267         EXTRA_ADDRESS_CONSTRAINT and EXTRA_MEMORY_CONSTRAINT.
7268         (alternative_allows_memconst): Likewise.
7269         * reload1.c (maybe_fix_stack_asms): Likewise.
7270         * recog.c (asm_operand_ok, preprocess_constraints,
7271         constrain_operands): Likewise.
7272         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
7273         * local-alloc.c (block_alloc, requires_inout): Likewise.
7274         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
7275
7276         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Provide a default.
7277         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
7278         * doc/tm.texi: Document these two new target macros.
7279
7280         * config/s390/s390.c (s390_expand_plus_operand): Accept already
7281         valid operands.
7282         (q_constraint): New function.
7283         config/s390/s390-protos.h (q_constraint): Declare it.
7284         config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
7285         (EXTRA_MEMORY_CONSTRAINT): New macro.
7286
7287         * config/s390/s390.md: Throughout the machine description,
7288         replace all instances of the constraint combinations 'Qo'
7289         or 'oQ' with simply 'Q'.
7290
7291 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
7292
7293         * config/m68hc11/m68hc11.h (LINK_SPEC): Support -mrelax.
7294         * config/m68hc11/t-m68hc11-gas (LIBGCC2_DEBUG_CFLAGS): Can use -g now.
7295         (LIBGCC2_CFLAGS): Compile with -mrelax.
7296
7297 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
7298
7299         * doc/invoke.texi: Document -minmax for 68HC12.
7300
7301         * config/m68hc11/m68hc11.md ("umaxqi3"): Use TARGET_MIN_MAX.
7302         ("uminqi3"): Likewise.
7303         ("uminhi3", "umaxhi3"): Likewise.
7304
7305         * config/m68hc11/m68hc11.h (MASK_MIN_MAX): Define.
7306         (TARGET_MIN_MAX): Define.
7307         (TARGET_SWITCHES): New option -minmax/-mnominmax.
7308
7309 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
7310
7311         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.
7312         (MULTILIB_OPTIONS): Must also generate for -mlong-calls.
7313
7314         * config/m68hc11/larith.asm: Put a mode for ELF ABI flags.
7315         (ret, declare, farsym): New gas macros.
7316         (__premain, exit, abort, _cleanup, memcpy, memset, ___adddi3,
7317         ___subdi3, ___notdi2, __mulhi32, __mulsi3): Use them to use 'rtc'
7318         and declare the symbol far when compiled with -mlong-calls.
7319         (__far_trampoline): New for 68HC12 trampoline code to invoke a
7320         far handler using jsr/bsr.
7321
7322         * config/m68hc11/m68hc11-crt0.S: Put a mode for ELF ABI flags.
7323         (jsr): New macro to transform a 'jsr' into a 'call'.
7324
7325 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
7326
7327         * doc/invoke.texi: Document -mlong-calls for 68HC12.
7328
7329         * config/m68hc11/m68hc11.h (CPP_SPEC): Pass -D__USE_RTC__ when
7330         -mlong-calls is specified.
7331         (ASM_DECLARE_FUNCTION_NAME): Define to generate .far and .interrupt
7332         assembler directives.
7333         (TARGET_LONG_CALL, MASK_LONG_CALL): Declare.
7334         (TARGET_SWITCHES): Add -mlong-calls options.
7335         (current_function_far): Declare.
7336
7337         * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset): Take
7338         into account the page register saved on the stack.
7339         (m68hc11_override_options): Take into account -mlong-calls option.
7340         (m68hc11_asm_file_start): Put a mode for the ELF flags ABI.
7341
7342         * config/m68hc11/m68hc11.md ("*return_32bit"): Return rtc
7343         if the function is going to be in 68HC12 banked memory (-mlong-calls).
7344         ("*return_16bit"): Likewise.
7345         ("*return_void"): Likewise.
7346         ("call", "call_value"): Use call for a far function call.
7347
7348 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
7349
7350         * toplev.c (parse_options_and_default_flags): Don't call
7351         post_options here.
7352         (general_init): Initialize GC, pools and tree hash here,
7353         instead of lang_independent_init.
7354         (lang_independent_init): Rename backend_init.
7355         (do_compile): Call post_options hook; exit early if there
7356         have been errors after switch processing.
7357         (toplev_main): Update.
7358
7359 2002-08-14  Gabriel Dos Reis  <gdr@nerim.net>
7360
7361         * c-pretty-print.h: Guard against multiple inclusion.
7362         Robustify macros.
7363         (pp_c_attributes): Declare.
7364         * c-pretty-print.c (pp_c_attributes): New function.
7365
7366 2002-08-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7367
7368         * m68k.c (m68k_output_function_prologue,
7369         m68k_output_function_epilogue): Delete versions for DPX2/MOTOROLA
7370         and NEWS/MOTOROLA.
7371         * genattrtab.c: Remove dpx2 comment.
7372         * libgcc2.c (__enable_execute_stack): Delete versions for
7373         NeXT/__MACH__, __convex__, __sysV88__, __pyr__ and
7374         sony_news/SYSTYPE_BSD.
7375         * longlong.h: Delete code for __a29k__, _AM29K, __clipper__,
7376         __gmicro__, __i860__, __NeXT__ and __pyr__.
7377         * rtl.h: Remove convex comment.
7378         * varasm.c: Likewise.
7379
7380 2002-08-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7381
7382         * c-opts.c (lang_flags): Const-ify.
7383         * ra-build.c (undef_table): Likewise.
7384         * ra.c (eliminables): Likewise.
7385
7386 2002-08-14  Gabriel Dos Reis  <gdr@nerim.net>
7387
7388         * tree.h: Guard against multiple inclusion.
7389
7390 2002-08-14  Hans-Peter Nilsson  <hp@bitrange.com>
7391
7392         * reload1.c (reload_cse_simplify): Before checking
7393         REG_FUNCTION_VALUE_P, check REG_P.
7394
7395 2002-08-13  Geoffrey Keating  <geoffk@redhat.com>
7396
7397         * Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.
7398
7399 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
7400
7401         * c-opts.c (c_common_init_options): Extra braces needed.
7402
7403 Tue Aug 13 17:40:25 2002  J"orn Rennecke <joern.rennecke@superh.com>
7404
7405         * sh.c (sh_init_builtins): Add PARAMS to declaration.
7406         (sh_media_init_builtins, sh_expand_builtin): Likewise.
7407         (sh_expand_unop_v2sf): Use PARAMS for variable declaration.
7408         (sh_expand_binop_v2sf): Likewise.
7409         * sh-protos.h (sh_expand_unop_v2sf): Add PARAMS to declaration.
7410         (sh_expand_binop_v2sf, sh_cfun_interrupt_handler_p): Likewise.
7411         (sh_initialize_trampoline): Likewise.
7412
7413 2002-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
7414
7415         * s390-modes.def [CCL1, CCL2, CCT1, CCT2, CCT3, CCUR, CCSR]: Declare
7416         new condition code modes.
7417         s390.c (s390_match_ccmode_set): Handle those new CC modes.
7418         (s390_select_ccmode): Likewise.
7419         (s390_branch_condition_mask): Likewise.
7420
7421         * s390-protos.h (s390_tm_ccmode): Declare.
7422         s390.c (s390_tm_ccmode): New function.
7423         (s390_match_ccmode): Allow VOIDmode as REQ_MODE.
7424
7425         * s390.md ("*cmpdi_tm2"): Rename to "*tmdi_ext".
7426         ("*cmpsi_tm2"): Rename to "*tmsi_ext".
7427         ("*cmpqi_tm2"): Rename to "*tmqi_ext".
7428
7429         ("*cmpdi_tm_reg", "*cmpdi_tm_mem", "*cmpsi_tm_reg", "*cmpsi_tm_mem",
7430         "*cmphi_tm_sub","*cmphi_cct_0",  "*cmpqi_tm", "*cmpqi_tm_sub",
7431         "*cmpqi_cct_0", "*tm_0"): Remove, replace by ...
7432         ("*tmdi_reg", "*tmsi_reg", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem",
7433         "*tmqi_mem", "*tmhi_full", "*tmqi_full"): ... these new patterns.
7434
7435         ("*ltgr", "*cmpdi_ccs_0_64", "*cmpdi_ccs_0_31", "*ltr", "*icm15",
7436         "*icm15_cconly", "*cmpsi_ccs_0", "*icm3", "*cmphi_ccs_0", "*icm1",
7437         "*cmpqi_ccs_0"): Remove, replace by ...
7438         ("*tstdi_sign", "*tstdi", "*tstdi_cconly", "*tstdi_cconly_31",
7439         "*tstsi", "*tstsi_cconly", "*tstsi_cconly2", "*tsthi", "*tsthi_cconly",
7440         "*tstqi", "*tstqi_cconly"): ... these new patterns.
7441
7442         ("*cmpsidi_ccs"): Remove, replace by ...
7443         ("*cmpsi_ccs_sign"): ... this new pattern.
7444         ("*cmpdi_ccs_sign", "*cmpdi_ccu_zero"): New patterns.
7445
7446         ("*cmpqi_ccu_0", "*cmpqi_ccu_immed"): Remove, replace by ...
7447         ("*cli"): ... this new pattern.
7448
7449         ("*adddi3_sign", "*adddi3_zero_cc", "*adddi3_zero_cconly",
7450         "*adddi3_zero", "*adddi3_cc", "*adddi3_cconly", "*adddi3_cconly2"):
7451         New patterns.
7452         ("adddi3_64"): Rename to "*adddi3_64".
7453         ("adddi3_31"): Replace by insn and splitter "*adddi3_31".
7454         ("adddi3"): Adapt expander.
7455
7456         ("*addsi3_cc"): Allow "general_operand" for operand 2.
7457         ("*addsi3_carry1_cc", "*addsi3_carry1_cconly",
7458         "*addsi3_carry2_cc", "*addsi3_carry2_cconly"): New patterns.
7459
7460         ("addhi3", "addqi3"): Remove, replace by ...
7461         ("*addsi3_sign", "*addsi3_sub"): ... these new patterns.
7462
7463         ("*subdi3_sign", "*subdi3_zero_cc", "*subdi3_zero_cconly",
7464         "*subdi3_zero", "*subdi3_cc", "*subdi3_cconly"): New patterns.
7465         ("subdi3"): Replace by insn and splitter "*subdi3_31".
7466         ("subdi3"): New expander.
7467
7468         ("*subsi3_borrow_cc", "*subsi3_borrow_cconly"): New patterns.
7469
7470         ("subhi3", "subqi3"): Remove, replace by ...
7471         ("*subsi3_sign", "*subsi3_sub"): ... these new patterns.
7472
7473         ("*muldi3_sign"): New pattern.
7474         ("muldi3"): Do not clobber CC.
7475         ("mulsi3"): Likewise.
7476         ("mulsi_6432"): Likewise.
7477
7478 2002-08-13  Denis Chertykov  <denisc@overta.ru>
7479
7480         * config/avr/avr.md: Call CC_STATUS_INIT in all peepnoles
7481         which can change CC0.
7482
7483 Tue Aug 13 14:49:20 2002  J"orn Rennecke <joern.rennecke@superh.com>
7484
7485         * gcse.c (adjust_libcall_notes): New function.
7486         (do_local_cprop): Use it.  Add fourth parameter.  Changed caller.
7487
7488 2002-08-13  Nathan Sidwell  <nathan@codesourcery.com>
7489
7490         * libgcc2.c (L_bb): Remove unneeded #includes.
7491         (__global_counters, __gthreads_active): Remove unused globals.
7492         (__bb_exit_func): Merge counts into files rather than appending.
7493         * Makefile.in (INTERNAL_CFLAGS): Move COVERAGE_FLAGS from here ...
7494         (ALL_CFLAGS): ... to here.
7495
7496 2002-08-13  Denis Chertykov  <denisc@overta.ru>
7497
7498         * config/ip2k/ip2k.c (commands_in_file): Variable removed.
7499         (function_epilogue): Don't calculate function size.
7500         (ip2k_set_compare): Don't use lookup_const_double.
7501         (asm_file_start): Initialization of commands_in_file removed.
7502         (asm_file_end): Output of commands_in_file removed.
7503
7504         * config/ip2k/ip2k.c (CPP_PREDEFINES): Remove definition of
7505         __INT_MAX__.
7506
7507 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
7508
7509         * c-opts.c (c_common_init_options): Check option array is
7510         sorted if checking enabled.
7511
7512 2002-08-13  Gabriel Dos Reis  <gdr@nerim.net>
7513
7514         * c-pretty-print.c: #include "c-tree.h".
7515         (pp_c_simple_type_specifier): Tweak.
7516         (pp_c_storage_class_specifier): New.
7517         (pp_c_function_specifier): Likewise.
7518         (pp_c_declaration_specifiers): Likewise.
7519         (pp_c_init_declarator): Likewise.
7520         (pp_c_declaration): Likewise.
7521         (pp_c_direct_declarator): Stub.
7522         (pp_c_declarator): Likewise.
7523         (pp_c_parameter_declaration): Likewise.
7524
7525 2002-08-13  Neil Booth  <neil@daikokuya.co.uk>
7526
7527         * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,
7528         handle_deferred_opts, sanitize_cpp_opts, defer_opt,
7529         struct deferred_opt): New.
7530         (COMMAND_LINE_OPTIONS): Add -M*.
7531         (missing_arg): Update.
7532         (c_common_decode_option): Handle -M*.
7533         (c_common_post_options): Handle -M*.  Use sanitize_cpp_opts;
7534         don't call cpp_post_options.
7535         (c_common_finish, check_deps_environment_vars): Update.
7536         * cppfiles.c (stack_include_file, handle_missing_header): Update.
7537         * cpphash.h (CPP_PRINT_DEPS): Remove.
7538         * cppinit.c: Don't include version.h.
7539         (cpp_create_reader): Don't call deps_init.  Initialize
7540         warn_long_long.
7541         (cpp_read_main_file): Init deps if necessary.
7542         (cpp_destroy): Conditionally free deps.
7543         (cpp_finish): Update.
7544         (no_tgt): Remove.
7545         (COMMAND_LINE_OPTIONS, cpp_handle_option): Remove -M*.
7546         (cpp_post_options): Rename post_options.
7547         * cpplib.h (struct cpp_options): Remove some dependency options;
7548         move others to a new structure.
7549         (cpp_post_options): Remove.
7550         (cpp_finish): Comment.
7551         * fix-header.c (read_scan_file): Don't call cpp_post_options.
7552
7553 2002-08-12  Hans-Peter Nilsson  <hp@bitrange.com>
7554
7555         * config/mmix/mmix.md (define_constants): Add MMIX_rR_REGNUM.
7556         ("divdi3", "*divdi3_nonknuth", "moddi3", "*moddi3_nonknuth"): Mark
7557         MMIX_rR_REGNUM as clobbered.
7558         * config/mmix/mmix.h (MMIX_REMAINDER_REGNUM): Use MMIX_rR_REGNUM.
7559
7560 2002-08-12  Gabriel Dos Reis  <gdr@nerim.net>
7561
7562         * diagnostic.h (output_formatted_scalar): Rename from
7563         output_formatted_integer.
7564         * diagnostic.def: Add DK_DEBUG.
7565         * diagnostic.c (output_decimal): Adjust.
7566         (output_long_decimal): Likewise.
7567         (output_unsigned_decimal): Likewise.
7568         (output_octal): Likewise.
7569         (output_long_octal): Likewise.
7570         (output_hexadecimal): Likewise.
7571         (output_long_hexadecimal): Likewise.
7572         * c-pretty-print.c (pp_c_type_specifier): New function.
7573         (pp_c_specifier_qualifier_list): Likewise.
7574         (pp_c_abstract_declarator): Likewise.
7575         (pp_c_char): Replace pp_format_integer with pp_format_scalar.
7576
7577 2002-08-12  David Edelsohn  <edelsohn@gnu.org>
7578
7579         * doc/trouble.texi (Disappointments): Add static constructor and
7580         destructor dependency information for AIX.
7581
7582 2002-08-12  Neil Booth  <neil@daikokuya.co.uk>
7583
7584         * cpphash.h (struct printer): New from cppmain.c.
7585         (cpp_reader): New member.
7586         * cppmain.c (struct printer): Move to cpphash.h.
7587         (options, print): Remove.
7588         (account_for_newlines, print_line, maybe_print_line,
7589         cpp_preprocess_file, setup_callbacks, scan_translation_unit,
7590         scan_translation_unit_trad, cb_line_change, cb_ident,
7591         cb_define, cb_undef, cb_include, cb_file_change, dump_macro,
7592         cb_def_pragma): Make reentrant.
7593
7594 2002-08-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7595
7596         * real.c (ieee_64): Always define.
7597         (ieee_113): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
7598         (dec_h): Not used yet, hide it.
7599         (emdnorm): Mark parameter in ATTRIBUTE_UNUSED.  Guard label with
7600         macro controlling use.
7601         (TFbignan, TFlittlenan): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
7602
7603 Mon Aug 12 12:48:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
7604
7605         * i386.md (tablejump): Sign extend the operand.
7606         * i386.c (classify_argument): Fix missed case from previous patch.
7607
7608 2002-08-12  Neil Booth  <neil@daikokuya.co.uk>
7609
7610         * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move
7611         to c-copts.c.
7612         (warn_multichar): Die.
7613         (cb_register_builtins): Export.
7614         * c-common.h (warn_multichar, preprocess_file): Remove.
7615         (cb_register_builtins): New.
7616         * c-lang.c (c_init): Remove.
7617         (LANG_HOOKS_INIT): Use c_objc_common_init.
7618         * c-lex.c (init_c_lex): Don't canonicalize filename.
7619         * c-opts.c (in_fname, STDC_0_IN_SYSTEM_HEADERS): New.
7620         (preprocess_file): Make static.  Update for cpplib.
7621         (c_common_decode_option): Remove warn_multichar.  Use in_fname.
7622         (c_common_post_options): Set some cpp options here.
7623         (c_common_init): Move from c-common.c.
7624         * cppinit.c (cpp_post_options): Don't canonicalize in_fname.
7625         * cpplib.h (struct cpp_options): Remove in_fname.
7626         (cpp_preprocess_file): Update.
7627         * cppmain.c (cpp_preprocess_file): Update for new prototypes.
7628
7629 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7630
7631         * config.gcc (mips*-*-netbsd*): Include ${tm_file}.
7632
7633 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7634
7635         * i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
7636         backslash in comment preceeding macro definition.
7637         * i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
7638         * i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise.
7639         * i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise.
7640
7641 2002-08-12  Hans-Peter Nilsson  <hp@bitrange.com>
7642
7643         * expr.c (store_expr): In condition for checking if value is
7644         generated in TARGET, move call to expr_size last.
7645
7646 2002-08-11  Neil Booth  <neil@daikokuya.co.uk>
7647
7648         * c-common.c (c_common_init): Call preprocess_file instead.
7649         (c_common_finish): Move to c-opts.c.
7650         * c-common.h (preprocess_file): new.
7651         * c-opts.c (out_fname, out_stream, deps_append, preprocess_file,
7652         check_deps_environment_vars, c_common_finish): New.
7653         (c_common_decode_option): Update for out_fname and dependencies.
7654         * cppinit.c (init_dependency_output, output_deps): Remove.
7655         (cpp_destroy): Update prototype.
7656         (cpp_add_dependency_target): New.
7657         (cpp_read_main_file): Don't overlay a buffer.
7658         (cpp_finish): Take a deps output stream and write deps to it.
7659         Return the error count.
7660         (cpp_post_options): Don't canonicalize out_fname, or do anything
7661         with dependencies.
7662         * cpplib.h (struct cpp_options): Remove out_fname and
7663         preprocess_only.
7664         (cpp_add_dependency_target): New.
7665         (cpp_destroy, cpp_finish, cpp_preprocess_file): Update.
7666         * cppmain.c (cpp_preprocess_file): Update prototype.  Don't
7667         set preprocess_only.  Don't handle the output stream directly.
7668
7669 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7670
7671         * dsp16xx.c (print_operand): Fix format specifier.
7672         * dsp16xx.md: Avoid automatic aggregate initialization.
7673         * frv.h (REG_CLASS_FROM_LETTER): Avoid char as array index.
7674         * h8300.c (emit_a_rotate, h8300_adjust_insn_length): Avoid U
7675         integer constant modifier.
7676         * ip2k.c (ip2k_set_compare): Avoid signed/unsigned warning.
7677         * mmix-protos.h (mmix_use_simple_return): Move outside TREE_CODE
7678         guards.
7679         * sh/netbsd-elf.h (FUNCTION_PROFILER): Fix format specifier.
7680         * v850.c (v850_select_section): Mark parameter with
7681         ATTRIBUTE_UNUSED.
7682         * global.c (global_alloc): Const-ify.
7683         * ra-colorize.c (hardregset_to_string): Fix format specifier.
7684
7685 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7686
7687         * darwin-c.c (darwin_pragma_options): Const-ify.
7688         * darwin.c (machopic_non_lazy_ptr_name,
7689         machopic_validate_stub_or_non_lazy_ptr): Likewise.
7690         (machopic_indirect_data_reference): Wrap variables in macros
7691         controlling their use.
7692         (machopic_finish, update_non_lazy_ptrs, update_stubs): Const-ify.
7693         (machopic_select_section): Use parentheses around && within ||.
7694         * i386/darwin.h (ASM_OUTPUT_ALIGN): Avoid ambiguous-else.
7695
7696 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7697
7698         * ip2k.c (mdr_resequence_xy_yx, mdr_propagate_reg_equivs,
7699         mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
7700         ip2k_adjust_stack_ref, mdr_try_move_pushes, mdr_try_propagate_clr,
7701         ip2k_xexp_not_uses_reg_for_mem, mdr_try_propagate_move,
7702         mdr_try_remove_redundant_insns, track_w_reload,
7703         mdr_try_wreg_elim): Make function static to match prototype.
7704         * mmix.c (mmix_target_asm_function_epilogue): Likewise.  Mark
7705         parameter with ATTRIBUTE_UNUSED.
7706
7707 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7708
7709         * arc.c (arc_init): Don't use ISO C style function definitions.
7710         * arm.c (count_insns_for_constant, thumb_far_jump_used_p,
7711         arm_get_strip_length, arm_strip_name_encoding): Likewise.
7712         * avr.h (progmem_section): Likewise.
7713         * h8300.c h8300_asm_insn_count): Likewise.
7714         * m32r.c (init_idents): Likewise.
7715         * s390.c (s390_split_branches, s390_chunkify_pool): Likewise.
7716         * sh.c (sh_cfun_interrupt_handler_p): Likewise.
7717         * xtensa.c (xtensa_build_va_list): Likewise.
7718
7719 2002-08-11  Neil Booth  <neil@daikokuya.co.uk>
7720
7721         * c-common.h (enum c_language_kind): Emphasize that clk_c is 0.
7722         * c-opts.c (parse_option): Rename find_opt.
7723         (set_std_c99): New function.
7724         (COMMAND_LINE_OPTIONS): Handle -remap and -o.  Remove OPT_std_bad.
7725         (missing_arg): Remove OPT_std_bad.  Handle -o.
7726         (c_common_decode_option): Handle input and output file names,
7727         -o and -remap.  Clean up -std= handling.
7728         * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_o and OPT_remap.
7729         (cpp_handle_option): Similarly.  Don't handle filenames.
7730
7731 Sun Aug 11 14:43:17 CEST 2002  Jan Hubicka  <jh@suse.cz>
7732
7733         * i386.c (classify_argument): Fix computing of field's offsets.
7734
7735 2002-08-11  Andreas Jaeger  <aj@suse.de>
7736
7737         PR target/7531:
7738         * doc/invoke.texi (i386 and x86-64 Options): Document -mcmodel.
7739
7740 2002-08-10  Ziemowit Laski  <zlaski@apple.com>
7741
7742         * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Replace
7743         reference to clk_objective_c with flag_objc.
7744         * config/i386/i386-interix.h (TARGET_OS_CPP_BUILTINS):
7745         Likewise.
7746         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Likewise.
7747
7748 2002-08-10  Neil Booth  <neil@daikokuya.co.uk>
7749
7750         * c-opts.c (set_std_cxx98, set_std_c89): New.
7751         (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
7752         (c_common_decode_option): Handle new switches from cppinit.c.
7753         Add -std=gnu++98.
7754         * cppinit.c (set_lang): Rename cpp_set_lang.  Export.
7755         (no_arg, no_num): Remove.
7756         (COMMAND_LINE_OPTIONS): Move more to c-opts.c.  Drop all lang-
7757         switches apart from -lang-objc and lang-asm.
7758         (cpp_handle_option): Similarly.
7759         * cpplib.h (cpp_set_lang): New.
7760         * doc/cppopts.texi, doc/invoke.texi: Document -std=c++98,
7761         -std=gnu++98.
7762         * objc/lang-specs.h: Remove -ansi.
7763
7764 Sat Aug 10 19:59:43 CEST 2002  Jan Hubicka  <jh@suse.cz>
7765                                Graham Stott
7766
7767         * cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff
7768         errors.
7769
7770 2002-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7771
7772         * emit-rtl.c (emit_jump_insn_before, emit_call_insn_before,
7773         emit_jump_insn): Fix uninitialized variable.
7774         * gcov.c (init_line_info): Likewise.
7775         * genautomata.c (transform_3): Add braces around ambiguous
7776         else.
7777         * ifcvt.c (cond_exec_process_insns): Mark parameter with
7778         ATTRIBUTE_UNUSED.
7779         * ra-build.c (parts_to_webs_1): Fix uninitialized variable.
7780         * regrename.c (copyprop_hardreg_forward): Fix uninitialized
7781         variable.
7782
7783         * gengtype.c (write_gc_structure_fields): Avoid signed/unsigned
7784         warnings in output files.
7785
7786 2002-08-09  Ziemowit Laski  <zlaski@apple.com>
7787
7788         * c-common.c (flag_objc): New.
7789         * c-common.h (c_language_kind): Get rid of clk_objective_c
7790         enum value.
7791         (flag_objc): New extern declaration.
7792         * c-decl.c (implicitly_declare): Call objc_check_decl
7793         instead of maybe_objc_check_decl.
7794         (finish_decl): Likewise.
7795         (grokfield): Likewise.
7796         (finish_struct): Likewise.
7797         * c-lang.c (maybe_objc_check_decl): Rename to objc_check_decl.
7798         (maybe_objc_comptypes): Rename to objc_comptypes.
7799         (maybe_building_objc_message_expr): Rename to
7800         objc_message_selector.
7801         * c-lex.c (lex_charconst): Remove uses of clk_objective_c,
7802         replace with flag_objc as needed.
7803         * c-opts.c (c_common_init_options): Likewise.
7804         (c_common_decode_option): Likewise.
7805         * c-parse.in (init_reswords): Likewise.
7806         * c-tree.h (maybe_objc_check_decl): Rename to objc_check_decl.
7807         (maybe_objc_comptypes): Rename to objc_comptypes.
7808         (maybe_building_objc_message_expr): Rename to
7809         objc_message_selector.
7810         * c-typeck.c (comptypes): Call objc_comptypes instead of
7811         maybe_objc_comptypes, and/or objc_message_selector instead of
7812         maybe_building_objc_message_expr.
7813         (comp_target_types): Likewise.
7814         (convert_for_assignment): Likewise.
7815         (warn_for_assignment): Likewise.
7816         * cppinit.c (init_builtins): Set __OBJC__ manifest constant
7817         independently of those for other languages.
7818         * objc/objc-act.c (maybe_objc_comptypes): Delete.
7819         (maybe_objc_check_decl): Delete.
7820         (maybe_building_objc_message_expr): Rename to
7821         objc_message_selector.
7822         * objc/objc-lang.c (objc_init_options): Use clk_c instead of
7823         clk_objective_c; set flag_objc flag.
7824
7825 2002-08-09  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
7826
7827         * ifcvt.c (find_if_case_2): Test correct basic block for size.
7828
7829 2002-08-09  Dale Johannesen  <dalej@apple.com>
7830
7831         * config/rs6000/rs6000.md: Add sibcall patterns.
7832         * config/rs6000/rs6000.h (FUNCTION_OK_FOR_SIBCALL):  Define.
7833         * config/rs6000/rs6000.c (rs6000_ra_ever_killed):
7834         Rewritten to handle sibcalls.
7835         * config/rs6000/rs6000.c (function_ok_for_sibcall):  New.
7836         * config/rs6000/rs6000-protos.h (function_ok_for_sibcall):  New.
7837
7838 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
7839
7840         * profile.c (da_file_name): New static var.
7841         (init_branch_prob): Initialize it.
7842         (end_branch_prob): Remove da file.
7843
7844         * Makefile.in (stage1_build): Pass empty COVERAGE_FLAGS.
7845         * configure.in (coverage_flags): Default to nothing.
7846         * configure: Rebuilt.
7847
7848 2002-08-09  Neil Booth  <neil@daikokuya.co.uk>
7849
7850         * Makefile.in (c-opts.o): Update
7851         * c-opts.c: Include intl.h.
7852         (print_help): Move from cppinit.c.  Remove unused options.
7853         (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
7854         (missing_arg): Complain for switches without an argument.
7855         (c_common_decode_option): Reject missing joined arguments.
7856         Handle new switches from cppinit.c.
7857         * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
7858         (cpp_handle_option): Similarly.
7859         (print_help): Moved to c-opts.c.
7860         * cpplib.h (struct cpp_options): Remove help_only.
7861         * gcc.c (cpp_unique_options): Remove -$.
7862         * doc/cppopts.texi: Undocument -h.
7863
7864 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
7865
7866         * config/i386/i386.c (legitimate_constant_p): UNSPEC_TP is not
7867         legitimate constant.
7868         (legitimate_pic_operand_p): Neither pic operand.
7869         (legitimate_address_p): But legitimate address.
7870         (get_thread_pointer): Generate MEM/u instead of CONST around
7871         UNSPEC_TP.
7872         (print_operand): Remove printing of UNSPEC_TP.
7873         (print_operand_address): And print it here.
7874
7875 2002-08-08  Devang Patel  <dpatel@apple.com>
7876
7877         * objc/objc-act.c (build_selector_translation_table): Issue warning,
7878         when  -Wselector is used,if method for which selector is being
7879         created does not exist.
7880
7881 2002-08-08  Stephen Clarke <stephen.clarke@superh.com>
7882
7883         * config/sh/sh.c (prepare_move_operands): Only call
7884         target_reg_operand if TARGET_SHMEDIA.
7885
7886 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
7887
7888         * config/rs6000/rs6000.h, config/rs6000/aix.h,
7889         config/rs6000/darwin.h, config/rs6000/linux64.h: Revert last
7890         two patches.
7891         * config/rs6000/sysv4.h: Likewise, remove #undef ADJUST_FIELD_ALIGN.
7892
7893 2002-08-08  Lars Brinkhoff  <lars@nocrew.org>
7894             Richard Henderson  <rth@redhat.com>
7895
7896         * emit-rtl.c (gen_rtx_REG): After reload, only return
7897         frame_pointer_rtx or hard_frame_pointer_rtx if frame_pointer_needed.
7898
7899 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
7900
7901         * config/rs6000/rs6000-protos.h (rs6000_field_alignment): Remove.
7902         * config/rs6000/rs6000.c (rs6000_field_alignment): Move...
7903         * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): ...inline into the
7904         macro.
7905
7906 2002-08-08  Adam Nemet  <anemet@lnxw.com>
7907
7908         * config/arm/arm.c (thumb_unexpanded_epilogue): Stack the PIC
7909         register.
7910         (thumb_expand_prologue): Likewise.
7911         (thumb_output_function_prologue): Likewise.
7912         * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Account for
7913         the additional push of the PIC register.
7914
7915 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
7916
7917         * configure.in (enable_coverage): New enable switch.
7918         * configure: Rebuilt.
7919         * Makefile.in (COVERAGE_FLAGS, coverageexts): New variables.
7920         (INTERNAL_CFLAGS): Append COVERAGE_FLAGS.
7921         (ALL_FLAGS): Reorder so INTERNAL_CFLAGS comes after CFLAGS.
7922         (mostlyclean): Remove coverage files.
7923         * doc/install.texi: Document enable_coverage.
7924
7925         * cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
7926         * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
7927         * f/Make-lang.in (f.mostlyclean): Remove coverage files.
7928         * java/Make-lang.in (java.mostlyclean): Remove coverage files.
7929         * objc/Make-lang.in (objc.mostlyclean): Remove coverage files.
7930         * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage
7931         files.
7932
7933 2002-08-08  Neil Booth  <neil@daikokuya.co.uk>
7934
7935         * c-opts.c (cpp_opts): New.
7936         (COMMAND_LINE_OPTIONS): Add switches from cppinit.c.
7937         (c_common_decode_options): Handle cpplib switches.
7938         (c_common_init_options): Set cpp_opts.
7939         * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
7940         (cpp_handle_option): Similarly.
7941
7942 2002-08-08  David Edelsohn  <edelsohn@gnu.org>
7943
7944         * config/rs6000/aix.h (TARGET_ALTIVEC): Define to 0.
7945         (TARGET_ALTIVEC_ABI): Same.
7946         (TARGET_ALTIVEC_VRSAVE): Same.
7947
7948         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Check
7949         icode not CODE_FOR_nothing.  Change switch to if.
7950
7951 2002-08-08  Alan Modra  <amodra@bigpond.net.au>
7952
7953         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Pass -mpower4 when cpu=power4.
7954
7955 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
7956
7957         * stor-layout.c (place_union_field): For bitfields if
7958         PCC_BITFIELD_TYPE_MATTERS and TYPE_USER_ALIGN, set record's
7959         TYPE_USER_ALIGN.
7960
7961 2002-08-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7962
7963         * pa.c (struct deferred_plabel): Constify name field.
7964
7965 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
7966
7967         * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
7968
7969 2002-08-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7970
7971         * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and
7972         local_prefix are the same.
7973         * configure: Rebuilt.
7974
7975 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
7976             Richard Henderson  <rth@redhat.com>
7977
7978         * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
7979         to type_align when PCC_BITFIELD_TYPE_MATTERS.  Only apply
7980         ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
7981         (place_field): Likewise.
7982         * config/i386/i386.c (x86_field_alignment): Don't check
7983         DECL_USER_ALIGN here.
7984         * config/rs6000/rs6000.c (rs6000_field_alignment): New.
7985         * config/rs6000/rs6000-protos.h (rs6000_field_alignment): New
7986         prototype.
7987         * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): Define.
7988         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Remove.
7989         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Remove.
7990         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Remove.
7991         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Remove.
7992         * doc/tm.texi (ADJUST_FIELD_ALIGN): Update description.
7993
7994 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
7995
7996         * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.
7997         * c-common.c: Don't include tree-inline.h.
7998         (c_common_init_options, c_common_post_options): Move to c-opts.c.
7999         * c-common.h (c_common_decode_option): New.
8000         * c-decl.c (c_decode_option): Remove.
8001         * c-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
8002         * c-opts.c: New file.
8003         * c-tree.h (c_decode_option): Remove.
8004         * doc/passes.texi: Update.
8005         * objc/objc-act.c (objc_decode_option): Remove.
8006         * objc/objc-act.h (objc_decode_option): Remove.
8007         * objc/ojbc-lang.c (LANG_HOOKS_DECODE_OPTION): Use
8008         c_common_decode_option.
8009
8010 2002-08-07  Chris Demetriou  <cgd@broadcom.com>
8011
8012         * config/mips/mips.md (sunlt_sf, suneq_sf, sunle_sf): Remove
8013         dependency on TARGET_DOUBLE_FLOAT.
8014
8015 2002-08-07  Stephen Clarke <stephen.clarke@superh.com>
8016
8017         * config/sh/lib1funcs.asm (GCC_shcompact_incoming_args): Don't
8018         overwrite callee-save registers.  Fix comment.
8019
8020 2002-08-06  Chris Demetriou  <cgd@broadcom.com>
8021
8022         * config/mips/mips.c (override_options): Set MASK_BRANCHLIKELY
8023         in target_flags based on ISA, if it was not set on the command
8024         line.  Warn if MASK_BRANCHLIKLEY is set but the ISA does not
8025         support Branch Likely instructions.
8026         * config/mips/mips.h (MASK_BRANCHLIKLEY): New macro.
8027         (TARGET_BRANCHLIKELY): Likewise.
8028         (TARGET_SWITCHES): Add -mbranch-likely and -mno-branch-likely.
8029         (GENERATE_BRANCHLIKELY): Use TARGET_BRANCHLIKELY rather than
8030         ISA_HAS_BRANCHLIKELY.
8031         (ISA_HAS_BRANCHLIKELY): Do not include MIPS16 check.
8032         * doc/invoke.texi: Document new MIPS -mbranch-likely and
8033         -mno-branch-likely options.
8034
8035 2002-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8036
8037         * ip2k.c (ip2k_set_compare): Add missing iteration variable.
8038
8039         * Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not
8040         $(GCONFIG_H).
8041
8042 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
8043
8044         * c-decl.c (duplicate_decls): Error out for incompatible TLS
8045         declarations.
8046
8047         * testsuite/gcc.dg/tls/diag-3.c: New.
8048
8049 2002-08-06  Dale Johannesen  <dalej@apple.com>
8050
8051         * c-common.c (fname_decl): Use line number 0 for
8052         __func__, to avoid confusing debuggers.
8053
8054 2002-08-06  Nathan Sidwell  <nathan@codesourcery.com>
8055
8056         * gcov.c: Tidy.
8057         (struct line_info, struct coverage): New structures.
8058         (gcov_file_name, gcov_file): Remove globals.
8059         (output_data): Take source file parameter. Fix memory leak. Break
8060         up into ...
8061         (init_line_info, output_line_info, make_gcov_file_name,
8062         accumulate_branch_counts): ... here.
8063         (calculate_branch_probs, function_summary): Adjust.
8064         (main): Adjust.
8065         (function_*): Remove global variables.
8066
8067 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
8068
8069         * dwarf2out.c: Remove unused macros.
8070
8071 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
8072
8073         * function.c (TRAMPOLINE_ALIGNMENT): Always defined.
8074
8075 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
8076
8077         * cppinit.c (struct lang_flags): Rename trigraphs std.
8078         (set_lang): Update.
8079         * cpplib.h (struct cpp_options): New member std.
8080         * cppmacro.c (_cpp_builtin_macro_text): Use std.
8081         (collect_args): Flag whether to swallow a possible future
8082         comma pasted with varargs.
8083         (replace_args): Use this flag.
8084         * doc/cpp.texi: Update varargs extension documentation.
8085
8086 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
8087
8088         * config/i386/mmintrin.h (__m64): Make the type 64-bit aligned.
8089
8090 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
8091
8092         * config/i386/i386.c (x86_field_alignment): Apply min for all MODE_INT
8093         and MODE_CLASS_INT modes.
8094
8095 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
8096
8097         * config.gcc (*-*-linux*): Default to --enable-threads=posix if no
8098         --{enable,disable}-threads is given to configure.
8099         (alpha*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux*,
8100         x86_64-*-linux*, ia64*-*-linux*, m68k-*-linux*, mips*-*-linux*,
8101         powerpc-*-linux-gnualtivec*, powerpc-*-linux*, s390-*-linux*,
8102         s390x-*-linux*, sh-*-linux*, sparc-*-linux*, sparc64-*-linux*):
8103         Remove thread_file setting here.
8104
8105 2002-08-06  David Edelsohn  <edelsohn@gnu.org>
8106
8107         * doc/install.texi (Binaries): Update Bull Freeware URL.
8108
8109 2002-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8110
8111         * doc/gcc.texi (Top): Rename Index to Keyword Index.
8112
8113 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
8114
8115         * gcov.c (output_data): Round to % to nearest, tweak formatting.
8116
8117 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
8118
8119         * fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one
8120         of the operands into MINUS_EXPR if code is PLUS_EXPR.
8121
8122 2002-08-05  Douglas B Rupp  <rupp@gnat.com>
8123
8124         * config.gcc (i[34567]86-*-interix*): Replace interix.o with winnt.o
8125         * config/i386/i386-interix.h (TARGET_NOP_FUN_DLLIMPORT,
8126         drectve_section): Define.
8127         * config/i386/t-interix: Replace interix.o rule with winnt.o.
8128         * config/i386/interix.c: Remove.
8129
8130 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
8131
8132         * attribs.c: Don't include obstack.h.
8133         * builtins.c: Likewise.
8134         * cfganal.c: Likewise.
8135         * cfgbuild.c: Likewise.
8136         * cfgcleanup.c: Likewise.
8137         * emit-rtl.c: Likewise.
8138         * loop.c: Likewise.
8139         * stmt.c: Likewise.
8140
8141         * Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
8142
8143 2002-08-05  Gabriel Dos Reis  <gdr@nerim.net>
8144
8145         * doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR
8146
8147 2002-08-04  Chris Demetriou  <cgd@broadcom.com>
8148
8149         * doc/invoke.texi: Remove duplicated paragraph describing
8150         TARGET_SWITCHES.
8151
8152 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
8153
8154         * Makefile.in (sdbout.o): Doesn't need $(OBSTACK_H).
8155         * collect2.h (permanent_obstack): Delete declaration.
8156         * collect2.c (permanent_obstack): Delete definition.
8157         (main): Don't initialize permanent_obstack.  Use xstrdup instead.
8158         * expr.c: Don't include obstack.h.
8159         (permanent_obstack): Delete declaration.
8160         * function.c: Don't include obstack.h.
8161         (permanent_obstack): Delete declaration.
8162         * integrate.c: Don't include obstack.h.
8163         (function_maybepermanent_obstack): Delete declaration.
8164         * print-tree.c (debug_tree): Use x*alloc not permalloc.
8165         * sdbout.c (gen_fake_label): Use x*alloc not permalloc.
8166         * tlink.c (pfgets): Use xstrdup not permanent_obstack.
8167         * toplev.c (lang_independent_init): Rename init_obstacks to init_ttree.
8168         * tree.h: Rename init_obstacks to init_ttree.  Remove declarations
8169         of permalloc, expralloc, perm_calloc.
8170         * tree.c (permanent_obstack): Delete definition.
8171         (init_ttree): Rename from init_obstacks.
8172         (permalloc): Delete.
8173         (perm_calloc): Delete.
8174         (dump_tree_statistics): Don't print information about
8175         permanent_obstack.
8176         * varasm.c (assemble_start_function): Use xstrdup instead of
8177         permalloc/strcpy.
8178         (assemble_variable): Likewise.
8179         * config/alpha/alpha.c (unicosmk_need_dex): Use xmalloc instead of
8180         permalloc.
8181         (unicosmk_add_extern): Likewise.
8182         * config/c4x/c4x.c (c4x_external_ref): Likewise.
8183         (c4x_global_label): Likewise.
8184         * config/frv/frv.c (frv_encode_section_info): Likewise.
8185         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
8186         (i386_pe_record_exported_symbol): Likewise.
8187         * config/mips/mips.c (mips_output_external): Likewise.
8188         (mips_output_external_libcall): Likewise.
8189         * config/pa/pa.c: (permanent_obstack): Delete declaration.
8190         (output_call): Use ggc_strdup instead of allocating on
8191         permanent_obstack.
8192         * config/romp/romp.c: Include ggc.h.
8193         (get_symref): Don't declare permanent_obstack, use ggc_strdup
8194         intead of permanent_obstack.
8195         * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use concat
8196         instead of permalloc.
8197         * config/rs6000/rs6000.c (rs6000_gen_section_name): Use xmalloc
8198         instead of permalloc
8199         * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Use concat
8200         instead of permalloc.
8201         * config/vax/vax.c (vms_check_external): Use xmalloc instead of
8202         permalloc.
8203
8204 2002-08-04  Bernd Schmidt  <bernds@redhat.com>
8205
8206         Contribute a port developed primarily by Michael Meissner,
8207         Catherine Moore, and Richard Sandiford <rsandifo@redhat.com>.
8208         * config.gcc: Add frv-elf target.
8209         * config/frv/cmovd.c: New file.
8210         * config/frv/cmovh.c: New file.
8211         * config/frv/cmovw.c: New file.
8212         * config/frv/frv-abi.h: New file.
8213         * config/frv/frv-asm.h: New file.
8214         * config/frv/frv-modes.def: New file.
8215         * config/frv/frv-protos.h: New file.
8216         * config/frv/frv.c: New file.
8217         * config/frv/frv.h: New file.
8218         * config/frv/frv.md: New file.
8219         * config/frv/frvbegin.c: New file.
8220         * config/frv/frvend.c: New file.
8221         * config/frv/lib1funcs.asm: New file.
8222         * config/frv/media.h: New file.
8223         * config/frv/modi.c: New file.
8224         * config/frv/t-frv: New file.
8225         * config/frv/uitod.c: New file.
8226         * config/frv/uitof.c: New file.
8227         * config/frv/ulltod.c: New file.
8228         * config/frv/ulltof.c: New file.
8229         * config/frv/umodi.c: New file.
8230         * config/frv/xm-frv.h: New file.
8231
8232         * config/frv/media.h: Removed again.
8233
8234 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
8235
8236         * gcov.c (bb_file_time): New static variable.
8237         (object_directory): May also be object file.
8238         (preserve_paths): New static variable.
8239         (print_usage): Adjust.
8240         (options): Adjust.
8241         (process_args): Adjust.
8242         (open_files): Simplify. Cope when OBJECT_DIRECTORY is an object
8243         file. Find modification date on bb file.
8244         (read_profile): Don't rewind a NULL file.
8245         (format_hwint): New static function.
8246         (function_summary): Use format_hwint.
8247         (output_data): SOURCE_FILE_NAME is never relative to
8248         OBJECT_DIRECTORY. Use format_hwint. Adjust gcov file name
8249         mangling. Adjust output format to make it more machine readable.
8250         * doc/gcov.texi: Document & clarify semantics.
8251
8252 2002-08-04  Joseph S. Myers  <jsm@polyomino.org.uk>
8253
8254         * doc/include/gcc-common.texi (version-GCC): Increase to 3.3.
8255
8256 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
8257
8258         * gcc.c (cc1_options): Pass output file as auxbase when
8259         appropriate.
8260         * profile.c (init_branch_prob): FILENAME has already had ending
8261         stripped.
8262         * final.c (end_final): Likewise.
8263         * toplev.c (aux_base_name): New global.
8264         (compile_file): Pass aux_base_name to init init_branch_prob and
8265         end_final.
8266         (independent_decode_option, case 'a'): New auxinfo options.
8267         (case 'd'): Protect against mising basename.
8268         (do_compile): Initialize aux_base_name.
8269         * toplev.h (aux_base_name): New global.
8270         * doc/invoke.texi: Adjust documentation.
8271
8272 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
8273
8274         * config/i386/i386.c (x86_field_alignment): Remove duplicate test
8275         of TARGET_ALIGN_DOUBLE.
8276
8277 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
8278
8279         * diagnostic.c (inform): New function.
8280         * diagnostic.h (inform): Declare.
8281
8282 2002-08-03  David Edelsohn  <edelsohn@gnu.org>
8283
8284         * config/rs6000/rs6000.md (movsi_internal1): Add nop mnemonic.
8285         (movhi_internal): Same.
8286         (movqi_internal): Same.
8287         (movdi_internal64): Same.
8288
8289         * config/rs6000/t-ppccomm (MULTILIB_MATCHES_FLOAT): Add mcpu=405.
8290
8291         * config/rs6000/xcoff.h (SKIP_ASM_OP): Define.
8292         (ASM_OUTPUT_SKIP): Use it.  SIZE unsigned.
8293         (COMMON_ASM_OP): Define.
8294         (ASM_OUTPUT_ALIGNED_COMMON): Use it.  SIZE unsigned.
8295         Use ALIGN parameter.
8296         (LOCAL_COMMON_ASM_OP): Define.
8297         (ASM_OUTPUT_LOCAL): Use it.  SIZE unsigned.
8298
8299 2002-08-03  Roger Sayle  <roger@eyesopen.com>
8300
8301         * builtins.def: Define new builtin functions exp, expf, expl,
8302         log, logf and logl (and their __builtin_* variants).
8303         * optabs.h (enum optab_index): Add new OTI_exp and OTI_log.
8304         Define exp_optab and log_optab.
8305         * optabs.c (init_optans): Initialize exp_optab and log_optab.
8306         * genopinit.c (optabs): Implement exp_optab and log_optab
8307         using exp?f2 and log?f2 patterns.
8308         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXP*
8309         and BUILT_IN_LOG* using exp_optab and log_optab respectively.
8310         (expand_builtin): Ignore the new builtins (and all cos and
8311         sin variants) when not optimizing.  Expand new builtins via
8312         expand_builtin_mathfn when flag_unsafe_math_optimizations.
8313
8314         * doc/extend.texi: Document new exp and log builtins.
8315         * doc/md.texi: Document new exp?f2 and log?f2 patterns
8316         (and previously undocumented cos?f2 and sin?f2 patterns).
8317
8318 2002-08-03  Jason Merrill  <jason@redhat.com>
8319
8320         * explow.c (int_expr_size): New fn.
8321         * expr.c (expand_expr) [CONSTRUCTOR]: Use it.
8322         * expr.h: Declare it.
8323
8324 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8325
8326         * Makefile.in (gengtype-lex.o, gengtype-yacc.o): Add path to
8327         gengtype-* dependencies.
8328
8329 2002-08-02  Eric Christopher  <echristo@redhat.com>
8330
8331         * config.gcc (mips*-*-linux*): Fix ordering of tm_file.
8332         * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Change
8333         #ifndef to #undef.
8334         (TARGET_MEM_FUNCTIONS): Define instead of define to 1.
8335
8336 2002-08-02  David Edelsohn  <edelsohn@gnu.org>
8337
8338         PR optimize/7067
8339         * config/rs6000/rs6000.h (RTX_COSTS): Artificially make MULT
8340         small if optimizing for size.
8341
8342 2002-08-02  Daniel Jacobowitz  <drow@mvista.com>
8343
8344         * configure.in (FORBUILD): Use $build_alias.
8345         * configure: Regenerated.
8346
8347 2002-08-02  Richard Sandiford  <rsandifo@redhat.com>
8348
8349         * config.gcc: Don't include mips/abi64.h in $tm_file.
8350         * hard-reg-set.h (call_really_used_regs): Declare.
8351         * config/mips/abi64.h: Remove file.
8352         * config/mips/linux.h,
8353         * config/mips/iris6.h: Don't include it.
8354         * config/mips/mips-protos.h (mips_conditional_register_usage): Declare.
8355         * config/mips/mips.h (CONDITIONAL_REGISTER_USAGE): Use it.
8356         (REG_PARM_STACK_SPACE, STACK_BOUNDARY, STRICT_ARGUMENT_NAMING,
8357         FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_PADDING,
8358         FUNCTION_ARG_CALLEE_COPIES, MUST_PASS_IN_STACK, MIPS_STACK_ALIGN):
8359         Bring across definitions from abi64.h.
8360         (GP_ARG_LAST, FP_ARG_LAST): Use MAX_ARGS_IN_REGISTERS.
8361         (BIGGEST_MAX_ARGS_IN_REGISTERS): New.
8362         (struct mips_args): Use it.
8363         * config/mips/mips.c (mips_conditional_register_usage): Define.
8364
8365 2002-08-02  Jason Merrill  <jason@redhat.com>
8366
8367         * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.
8368         * langhooks.c (lhd_expr_size): Define default.
8369         * langhooks.h (struct lang_hooks): Add expr_size.
8370         * explow.c (expr_size): Call it.
8371         * expr.c (store_expr): Don't copy an expression of size zero.
8372         (expand_expr) [CONSTRUCTOR]: Use expr_size to calculate how much
8373         to store.
8374         * Makefile.in (builtins.o): Depend on langhooks.h.
8375
8376 2002-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8377
8378         * Makefile.in (ra-debug.o): Depend on $(TM_P_H).
8379         * ra-debug.c: Include "tm_p.h".
8380         * ra-rewrite.c (is_partly_live_1): Change return type to bool.
8381
8382 2002-08-02  Toon Moene  <toon@moene.indiv.nluug.nl>
8383
8384         * simplify-rtx.c (simplify_binary_operation): x * 1 is allowed
8385         when not honoring signalling NaNs.
8386         (simplify_ternary_operation): a == b has a definite value
8387         when not honoring NaNs.
8388
8389 2002-08-02  Jason Merrill  <jason@redhat.com>
8390
8391         * gdbinit.in (pct): New macro.
8392
8393 2002-08-01  Stan Shebs  <shebs@apple.com>
8394             Andreas Tobler  <toa@pop.agri.ch>
8395
8396         * ginclude/stddef.h (_BSD_SIZE_T_DEFINED_): Define if not defined,
8397         plays nice with Darwin headers.
8398         (_BSD_RUNE_T_DEFINED_): Likewise.
8399
8400 2002-08-01  Zack Weinberg  <zack@codesourcery.com>
8401
8402         * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.
8403         * cppinit.c (cpp_post_options): Likewise.
8404
8405         * cppexp.c (cpp_classify_number): Suppress -Wtraditional
8406         warning about 'LL' suffix (but not 'ULL' etc) when
8407         -Wno-long-long is in effect.
8408
8409         * cppmacro.c (_cpp_builtin_macro_text) [BT_TIME, BT_DATE]:
8410         Check for failing time()/localtime(), issue a warning, and
8411         make __TIME__ and __DATE__ expand to fallback strings.
8412
8413         * doc/cpp.texi, doc/extend.texi: Document behavior of __DATE__
8414         and __TIME__ when the date and time cannot be determined.
8415
8416 2002-08-02  Alan Modra  <amodra@bigpond.net.au>
8417
8418         * config/rs6000/rs6000.c (output_cbranch): Hint differently for power4.
8419
8420 2002-08-01  Daniel Jacobowitz  <drow@mvista.com>
8421
8422         * Makefile.in ($(BUILD_PREFIX_1)ggc-none.o): Use $(GGC_H).
8423
8424 2002-08-01  Chris Demetriou  <cgd@broadcom.com>
8425
8426         * config.gcc (mipsisa64sb1-*-elf*): New configuration.
8427         (mipsisa64sb1el-*-elf*): Likewise.
8428         * config/mips/mips.c (mips_cpu_info_table): Add sb1.
8429         * config/mips/mips.h (processor_type): Add PROCESSOR_SB1.
8430         (TARGET_SB1, TUNE_SB1): New macros.
8431         * doc/invoke.texi: Add sb1 to documentation for MIPS -march and
8432         -mtune flags.
8433
8434 2002-08-01  David Edelsohn  <edelsohn@gnu.org>
8435
8436         * varasm.c (asm_emit_uninitialized): Return false if global BSS
8437         and ASM_EMIT_BSS not supported by target.
8438         (assemble_variable): Do not duplicate uninitialized logic.
8439         Fall through if asm_emit_uninitialized failed.
8440
8441 2002-08-01  Chris Demetriou  <cgd@broadcom.com>
8442
8443         * config/mips/mips.h (BRANCH_LIKELY_P): Remove unused macro.
8444
8445 2002-08-02  Alan Modra  <amodra@bigpond.net.au>
8446
8447         * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Define.
8448         (DBX_OUTPUT_LBRAC, DBX_OUTPUT_RBRAC): Define.
8449
8450         * config/rs6000/rs6000.c (output_toc): Don't use lshift_double when
8451         HOST_BITS_PER_WIDE_INT == 64.
8452
8453 2002-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8454
8455         * df.c (df_insn_table_realloc): Change parameter to unsigned.
8456         * optabs.c (expand_binop): Make variable unsigned.
8457         * simplify-rtx.c (simplify_subreg): Likewise.
8458         * unroll.c (unroll_loop): Cast to avoid signed/unsigned warnings.
8459
8460 2002-08-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8461
8462         * c-common.c (cb_register_builtins): Always define __GXX_ABI_VERSION.
8463
8464 2002-08-01  Richard Henderson  <rth@redhat.com>
8465
8466         * toplev.c (parse_options_and_default_flags): Don't set
8467         flag_reorder_blocks for -Os.
8468
8469         * config/avr/avr.c (avr_optimization_options): Remove.
8470         * config/avr/avr.h (OPTIMIZATION_OPTIONS): Remove.
8471         * config/m68hc11/m68hc11.c (m68hc11_optimization_options): Remove.
8472         * config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Remove.
8473
8474 2002-08-01  H.J. Lu <hjl@gnu.org>
8475             Richard Henderson  <rth@redhat.com>
8476
8477         * output.h (DECL_READONLY_SECTION): Remove.
8478         (decl_readonly_section): Declare.
8479         * varasm.c (decl_readonly_section): New.
8480         (default_section_type_flags, default_select_section): Use it.
8481         * config/arm/pe.c (arm_pe_unique_section): Likewise.
8482         * config/i386/interix.c (i386_pe_unique_section): Likewise.
8483         * config/i386/winnt.c (i386_pe_unique_section): Likewise.
8484         * config/mcore/mcore.c (mcore_unique_section): Likewise.
8485         * config/mips/mips.c (mips_unique_section): Likewise.
8486
8487 2002-08-01  Richard Henderson  <rth@redhat.com>
8488
8489         * integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it
8490         refers to a subroutine parameter.
8491
8492 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
8493
8494         * varasm.c (assemble_visibility): Strip name encoding.
8495
8496 2002-08-01  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
8497
8498         * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.
8499         (RETURN_ADDR_RTX): Cannot determine return address for FRAME > 0
8500         when there is no frame pointer.
8501         (INITIAL_FRAME_POINTER_OFFSET): Count stack space for saved fp
8502         registers properly.
8503         * config/ns32k/__unorddf2.c: New file.
8504         * config/ns32k/__unordsf2.c: New file.
8505         * config/ns32k/t-ns32k: New file.
8506         * config.gcc (ns32k-*-netbsd*): Use it.
8507
8508 2002-08-01  Aldy Hernandez  <aldyh@redhat.com>
8509
8510         * config/rs6000/rs6000.h (SPU_CONST_OFFSET_OK): Change to 0xff.
8511
8512 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
8513
8514         * c-common.c (__GXX_ABI_VERSION): Correct spelling.
8515
8516 2002-08-01  Benjamin Kosnik  <bkoz@redhat.com>
8517
8518         * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
8519
8520 2002-08-01  Richard Sandiford  <rsandifo@redhat.com>
8521
8522         * config/mips/mips.md: Add [!]TARGET_MIPS16 to sgtu conditions.
8523
8524 2002-08-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8525
8526         * gcse.c (expr_hash_table_size, n_exprs, set_hash_table_size,
8527         n_sets): Removed.
8528         (expr_hash_table, set_hash_table): Type changed to ...
8529         (struct hash_table): New type.
8530         (hash_scan_insn, hash_scan_set, hash_scan_clobber, hash_scan_call,
8531         insert_expr_in_table, insert_set_in_table, compute_hash_table,
8532         dump_hash_table, lookup_expr, lookup_set, compute_local_properties,
8533         compute_ae_gen, compute_ae_kill): Modified to pass the table explicitly.
8534         (alloc_set_hash_table, alloc_expr_hash_table): Merged to ...
8535         (alloc_hash_table): New.
8536         (free_set_hash_table, free_expr_hash_table): Merged to ...
8537         (free_hash_table): New.
8538         (compute_set_hash_table, compute_expr_hash_table): Merged to ...
8539         (compute_hash_table_work): New.
8540         (classic_gcse, one_classic_gcse_pass, compute_cprop_data,
8541         find_avail_set, one_cprop_pass, find_bypass_set, compute_pre_data,
8542         pre_edge_insert, pre_insert_copies, pre_delete, pre_gcse,
8543         one_pre_gcse_pass, compute_transpout, compute_code_hoist_vbeinout,
8544         hoist_code, one_code_hoisting_pass,
8545         trim_ld_motion_mems): Altered due to changed type of hash tables.
8546
8547 2002-08-01  Zack Weinberg  <zack@codesourcery.com>
8548
8549         * final.c (output_alternate_entry_point):
8550         If ASM_OUTPUT_TYPE_DIRECTIVE is defined, use it.
8551
8552 2002-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8553
8554         * objc/objc-act.c (encode_complete_bitfield): Add prototype and
8555         avoid ISO C style function definition.
8556
8557         * expr.c (expand_assignment): Delete unused variable.
8558
8559 2002-08-01  Toon Moene  <toon@moene.indiv.nluug.nl>
8560
8561         * c-common.c (cb_register_builtins): Set
8562         __FINITE_MATH_ONLY__ to 1 if -ffinite-math-only
8563         is given, and to 0 otherwise.
8564         * combine.c (simplify_if_then_else): HONOR_NANS
8565         implies FLOAT_MODE_P.
8566
8567 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
8568
8569         * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_dollar.
8570         (cpp_handle_option): Don't handle it.
8571         (print_help): Update.
8572         * doc/cppopts.texi: Update.
8573
8574 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
8575
8576         * c-common.c (cb_register_builtins): If C++, define
8577         __EXCEPTIONS, __DEPRECATED and __GXX_ABI_VERSION as appropriate.
8578         * gcc.c (cpp_unique_options): Remove __GXX_ABI_VERSION.
8579 cp:
8580         * lang-specs.h: Simplify in accordance with new code in
8581         c-common.c.
8582
8583 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
8584
8585         * c-common.c: Define all C/ObjC/C++ warning and flag variables.
8586         * c-common.h: Declare all C/ObjC/C++ warning and flag variables.
8587         * c-decl.c: Move all warning and flag variables to c-common.c.
8588         * c-format.c: Move all warning variables to c-common.c.
8589         * c-tree.h: Move all warning and flag declarations to c-common.h.
8590         * objc/objc-act.c: Move all warning variables to c-common.c.
8591         (flag_warn_protocol): Rename warn_protocol.
8592
8593 2002-07-31  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8594
8595         * pa-linux.h (GLOBAL_ASM_OP): Fix typo.
8596
8597 2002-07-31  Graham Stott  <graham.stott@btinternet.com>
8598
8599         * config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing
8600         .section prefix.
8601
8602 2002-07-31  Stan Shebs  <shebs@apple.com>
8603
8604         * config.gcc (i[34567]86-*-darwin*): New configuration.
8605         * config/darwin.h (TARGET_ENCODE_SECTION_INFO): Undefine before
8606         defining.
8607         (TARGET_ENCODE_SECTION_INFO): Ditto.
8608         (ASM_PREFERRED_EH_DATA_FORMAT): Ditto.
8609         * config/darwin.c (machopic_indirect_data_reference): Remove
8610         setting of RTX_UNCHANGING_P.
8611         (machopic_legitimize_pic_address): Move RTX_UNCHANGING_P up so as
8612         not to be applied to sums.
8613         * config/i386/t-darwin: New file.
8614         * config/i386/darwin.h: New file.
8615         * config/i386/i386.h (TARGET_MACHO): Add default definition.
8616         * config/i386/i386.md (tablejump): Add TARGET_MACHO case.
8617         * config/i386/i386.c (output_set_got): For Mach-O, output Mach-O
8618         label and not the GOT add.
8619         (constant_address_p): For Mach-O, seeing a CONST is enough.
8620         (legitimate_pic_address_disp_p): Add a Mach-O case.
8621         (legitimate_address_p): Also test machopic_operand_p if Mach-O.
8622         (legitimize_pic_address): Use generic Mach-O code to legitimize.
8623         (output_pic_addr_const): Suppress @PLT if Mach-O, and parens
8624         if outputting a difference.
8625         (ix86_output_addr_diff_elt): Add Mach-O case.
8626         (ix86_expand_move): Similarly.
8627         (ix86_expand_call): Similarly.
8628         (current_machopic_label_num): New global.
8629         (machopic_output_stub): New function.
8630         (ix86_value_regno): New function.
8631         (ix86_function_value): Use it instead of VALUE_REGNO.
8632         (ix86_libcall_value): Ditto.
8633         * config/i386/unix.h (VALUE_REGNO): Remove.
8634
8635 2002-07-31  Graham Stott  <grahas@btinternet.com>
8636
8637         * config/rs6000/rs6000.c(rs6000_hash_constant): Fix
8638         hash for LABEL_REF's.
8639
8640 2002-07-31  Graham Stott  <grahams@btinternet.com>
8641
8642         * config/rs6000/rs6000.c (spe_init_builtins,
8643         altivec_init_builtins, rs6000_common_init_builtins):
8644         Replace ANSI with K&R function def.
8645
8646 2002-07-31  David Edelsohn  <edelsohn@gnu.org>
8647
8648         * rs6000.c (validate_condition_mode): Test flag_finite_math_only
8649         for CCFPmode.
8650
8651 2002-07-31  Richard Sandiford  <rsandifo@redhat.com>
8652
8653         * config/mips/crtn.asm: Don't use __mips16 to determine the
8654         return-address offset.  Define RA to a suitable temporary
8655         register for the return address.
8656
8657 2002-07-31  Richard Sandiford  <rsandifo@redhat.com>
8658
8659         * config/mips/mips.md (eh_set_lr_si, eh_set_lr_di): Change
8660         constraints to 'd'.
8661
8662 2002-07-30  Chris Demetriou  <cgd@broadcom.com>
8663
8664         * config/mips/elf.h (STARTFILE_SPEC): Define differently if
8665         default ABI is MEABI.  (Undoes incorrect change in Eric Christopher's
8666         patch on 2002-07-29.)
8667         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
8668
8669 2002-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8670
8671         * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h,
8672         fr30.h, h8300.h, i370.h, i386/sco5.h, i386/unix.h, i960.h, ia64.h,
8673         ip2k.h, m32r.h, mcore.h, mips.h, mn10200.h, mn10300.h, ns32k.h,
8674         openbsd.h, pa/pa-linux.h, pdp11.h, romp.h, rs6000/sysv4.h,
8675         s390/linux.h, sh.h, sparc.h, stormy16.h, v850.h, vax.h, xtensa.h:
8676         (ASM_GLOBALIZE_LABEL): Delete.
8677         (GLOBAL_ASM_OP): Define.
8678
8679         * m68hc11.h, m68k.h, m88k.h (ASM_GLOBALIZE_LABEL): Delete.
8680
8681         * defaults.h (ASM_GLOBALIZE_LABEL): Provide a default.
8682         * doc/tm.texi (ASM_GLOBALIZE_LABEL): Update docs.
8683
8684 2002-07-30  Geoffrey Keating  <geoffk@redhat.com>
8685
8686         * doc/extend.texi (Hints implementation): Document that GCC
8687         mostly ignores `register'.
8688
8689 2002-07-30  Toon Moene  <toon@moene.indiv.nluug.nl>
8690
8691         * flags.h: Declare flag_finite_math_only.
8692         Use it in definition of HONOR_NANS and
8693         HONOR_INFINITIES.
8694         * c-common.c (cb_register_builtins): Emit
8695         __FINITE_MATH_ONLY__ when flag_finite_math_only
8696         is set.
8697         * combine.c (simplify_if_then_else): If
8698         flag_finite_math_only is set, a == b has a
8699         definite value.
8700         * toplev.c: Initialize flag_finite_math_only.
8701         (set_flags_fast_math): Set it on -ffast-math.
8702         (flag_fast_math_set_p): Test it.
8703         * doc/invoke.texi: Document -ffinite-math-only.
8704
8705 2002-07-30  Richard Henderson  <rth@redhat.com>
8706
8707         * ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p.
8708         (noce_process_if_block): Likewise.
8709
8710 2002-07-30  Bernd Schmidt  <bernds@redhat.com>
8711
8712         * ifcvt.c (cond_exec_process_if_block): Fix a merging error.
8713         Bail out early if false_expr is NULL and we'd crash due to this.
8714         * genemit.c (gen_expand): Recognize return insns even if the return
8715         appears in a parallel.
8716         * libgcc2.c: Expand macro DECLARE_LIBRARY_RENAMES if it is defined.
8717         * config/fp-bit.c: Likewise.
8718         * doc/tm.texi: Document it.
8719
8720 2002-07-30  David Edelsohn  <edelsohn@gnu.org>
8721             Zack Weinberg  <zack@codesourcery.com>
8722
8723         * rs6000.c (rs6000_expand_unop_builtin): Check icode not
8724         CODE_FOR_nothing.  Change switch to if.
8725         (rs6000_expand_binop_builtin): Same.
8726         (rs6000_expand_builtin): Expand builtin if target support enabled.
8727         (rs6000_init_builtins): Init builtin if target support enabled.
8728         (rs6000_common_init_builtins): Check icode not CODE_FOR_nothing.
8729
8730 2002-07-30  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8731
8732         * gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to 101.
8733
8734 2002-07-30  Richard Sandiford  <rsandifo@redhat.com>
8735
8736         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo.
8737
8738 Tue Jul 30 18:31:31 2002  J"orn Rennecke <joern.rennecke@superh.com>
8739
8740         * sh.md (cond_delay_slot): New attribute.
8741         (cbranch delay): Use it for anulled-true case.
8742         (stuff_delay_slot): New pattern.
8743         * sh.c (print_operand, case '.'): Don't print .s / /s fore zero-length
8744         delay slot insn.
8745         (gen_far_branch): Emit stuff_delay_slot pattern.
8746
8747 Tue Jul 30 11:21:44 2002  J"orn Rennecke <joern.rennecke@superh.com>
8748
8749         * unroll.c (copy_loop_body): Don't copy NOTE_INSN_LOOP_CONT.
8750
8751 2002-07-30  Kazu Hirata  <kazu@cs.umass.edu>
8752
8753         * fold-const.c: Fix comment typos.
8754         * gcse.c: Likewise.
8755         * reload1.c: Likewise.
8756
8757 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
8758
8759         * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot
8760         for TARGET_SPE.
8761
8762 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
8763
8764         * c-pretty-print.h (pp_c_statement): Declare.
8765         * c-pretty-print.c (pp_c_postfix_expression): #if 0 support for SRCLOC.
8766         (pp_c_statement): Define.
8767
8768 2002-07-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8769
8770         * alpha.h, arc.h, arm/aout.h, avr.h, c4x.h, cris.h, d30v.h,
8771         darwin.h, dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i960.h,
8772         ip2k.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mips.h,
8773         mn10200.h, mn10300.h, ns32k.h, pa/pa-linux.h, pdp11.h, romp.h,
8774         rs6000/sysv4.h, s390/linux.h, sh.h, sparc.h, stormy16.h,
8775         v850.h, vax.h, xtensa.h (ASM_OUTPUT_LABEL): Delete definition.
8776
8777         * defaults.h (ASM_OUTPUT_LABEL): Provide a default.
8778         * doc/tm.texi (ASM_OUTPUT_LABEL): Update docs.
8779
8780 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
8781
8782         * c-pretty-print.c (pp_c_primary_expression): Handle STMT_EXPR.
8783         (pp_c_postfix_expression): Handle ARROW_EXPR, FFS_EXPR,
8784         COMPOUND_LITERAL_EXPR, VA_ARG_EXPR.
8785         (pp_c_expression): Update.
8786
8787 2002-07-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8788
8789         * alpha/vms-cc.c (preprocess_args, main): Use xstrdup and/or
8790         concat in lieu of xmalloc/strcpy/memcpy/sprintf.
8791         * alpha/vms-ld.c (main): Likewise.
8792         * dsp16xx.c (double_reg_to_memory): Likewise.
8793         * mcore.c (mcore_expand_prolog): Likewise.
8794         * cppfiles.c (read_name_map): Likewise.
8795         * gensupport.c (process_rtx, identify_predicable_attribute,
8796         alter_test_for_insn): Likewise.
8797         * vmsdbgout.c (write_rtnbeg, vmsdbgout_init): Likewise.
8798
8799 2002-07-29  Roger Sayle  <roger@eyesopen.com>
8800
8801         * builtins.c (expand_builtin):  Change the default behavior to
8802         only issue an error if the builtin function doesn't have a
8803         fallback library call.  Remove several cases handled by the
8804         new default.
8805
8806 2002-07-29  John David Anglin  <dave@hiauly1.hia.nrc>
8807
8808         * real.c (ieee_24, ieee_53, ieee_64, ieee_113): Define only if the
8809         floating point format of the target is IEEE.
8810         * (dec_f, dec_d, dec_g, dec_h): Define only if the floating point
8811         format of the target is DEC.
8812
8813 2002-07-29  Richard Henderson  <rth@redhat.com>
8814
8815         * unroll.c (verify_addresses): Remove.
8816         (find_splittable_givs): Never split DEST_ADDR givs.
8817
8818 2002-07-29  Geoffrey Keating  <geoffk@redhat.com>
8819
8820         * doc/gty.texi (GGC Roots): Clarify that the list of syntaxes
8821         is exhaustive.
8822         (Files): Improve documentation on generated source files.
8823
8824         * doc/extend.texi (Translation implementation): Document what
8825         diagnostics look like.
8826         (Identifiers implementation): Document that there's normally no
8827         limit on identifier names.
8828         (Integers implementation): Document two's complement.
8829         (Hints implementation): Document that GCC honors 'inline', mostly.
8830         (Preprocessing directives implementation): Document that GCC
8831         requires the current time.
8832
8833 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
8834
8835         * c-pretty-print.h (struct c_pretty_print_info): Add new member.
8836         (pp_initializer): New macro.
8837         (pp_c_initializer): Declare.
8838         * c-pretty-print.c (pp_c_primary_expression): HAndle TARGET_EXPR.
8839         (pp_c_initializer): Define.
8840         (pp_c_initializer_list): New function.
8841         (pp_c_postfix_expression): Handle ABS_EXPR, COMPLEX_CST,
8842         VECTOR_CST, CONSTRUCTOR.
8843         (pp_c_unary_expression): Handle CONJ_EXPR, REALPART_EXPR,
8844         IMAGPART_EXPR.
8845         (pp_c_cast_expression): Handle FLOAT_EXPR.
8846         (pp_c_assignment_expression): Handle INIT_EXPR.
8847         (pp_c_expression): Update.
8848
8849 2002-07-30  Neil Booth  <neil@daikokuya.co.uk>
8850
8851         * objc/objc-act.c (objc_init): Return immediately if filename
8852         is NULL.
8853
8854 2002-07-29  Eric Christopher  <echristo@redhat.com>
8855
8856         * config/mips/elf.h: Remove ecoff.h and gofast includes.
8857         (DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO): Define unconditionally.
8858         (SDB_DEBUGGING_INFO): Undefine.
8859         (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
8860         (PUT_SDB_SIZE): Remove.
8861         (SUBTARGET_ASM_DEBUGGING_SPEC): Redefine.
8862         (STARTFILE_SPEC): Add isa3264 define.
8863         * config/mips/elf64.h: Ditto.  Move TARGET_MEM_FUNCTIONS from here...
8864         * config/mips/ecoff.h: Remove. and here...
8865         * config/mips/iris3.h: and here...
8866         * config/mips/sni-svr4.h: and here...
8867         * config/mips/mips.h: To here. Remove OBJECT_FORMAT_ROSE ifdefs.
8868         Add assembler -mmdebug options for non-dwarf debugging.
8869         * config/mips/r3900.h: Remove debug info defines.
8870         * config/mips/isa32-linux.h: Remove, move functionality to config.gcc.
8871         * config/mips/isa3264.h: Ditto.
8872         * config/mips/t-isa3264: Fix up for file removal and gofast configure
8873         change.
8874         * config/mips/t-elf: Ditto.
8875         * config/mips/t-ecoff: Ditto.
8876         * config/mips/t-r3900: Ditto.
8877         * config/mips/t-iris5-6: Ditto.
8878         * config/mips/t-isa3264: Ditto.
8879         * config/mips/t-linux: Remove.
8880         * config/mips/t-netbsd: Remove.
8881         * config/mips/t-mips: New file.
8882         * config/mips/t-gofast: Ditto.
8883         * config/mips/netbsd.h: Remove unnecessary undefines.
8884         * config/mips/linux.h: Remove #include of mips.h.
8885         * config.gcc: Add mips.h include for elf targets. Remove tm_file
8886         for ecoff. Add gofast configure option for mips.
8887
8888 2002-07-29  Chris Demetriou  <cgd@broadcom.com>
8889
8890         * configure.in (mips*-*-*): Add a test to see if MIPS libgloss
8891         linker scripts use STARTUP directives consistently.
8892         * configure: Regenerate.
8893         * config.in: Regenerate.
8894         * config/mips/elf.h (STARTFILE_SPEC): Define conditionally, based
8895         on whether HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is defined.
8896         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
8897         * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine if
8898         HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is set; the result
8899         will be the same.
8900
8901 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
8902
8903         * config/rs6000/rs6000.md ("cpu"): Add ppc8540 to attribute.
8904
8905 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
8906
8907         * config/rs6000/rs6000.h (RTX_COSTS): Add MULT case for 8540.
8908
8909 2002-07-29  Aldy Hernandez  <aldy@quesejoda.com>
8910
8911         * config/rs6000/rs6000.md: Move altivec patterns from here...
8912
8913         * config/rs6000/altivec.md: ...to here.
8914
8915 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
8916
8917         * config/rs6000/spe.md ("spe_evmra"): Change to unspec.
8918
8919 2002-07-29  Richard Henderson  <rth@redhat.com>
8920
8921         * emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from
8922         set_mem_attributes and add BITPOS argument.  Subtract it from
8923         OFFSET when same is adjusted.
8924         (set_mem_attributes): New wrapper function.
8925         * expr.c (expand_assignment): Use set_mem_attributes_minus_bitpos;
8926         remove offset adjustment hack.
8927         * expr.h (set_mem_attributes_minus_bitpos): Declare.
8928
8929 2002-07-29  Gabriel Dos Reis  <gdr@nerim.net>
8930
8931         * Makefile.in (C_OBJS): Include c-pretty-print.o
8932         (c-pretty-print.o): Add depency rule.
8933         * pretty-print.h: Add more macros.
8934         * c-pretty-print.c: New file.
8935         * c-pretty-print.h: Likewise.
8936
8937 2002-07-29  Aldy Hernandez  <aldyh@redhat.com>
8938
8939         * config/rs6000/spe.h (__internal_ev_mwhgumian): Cast vector
8940         constants to __ev64_s32__.
8941         (__internal_ev_mwhgsmian): Same.
8942         (__internal_ev_mwhgsmfan): Same.
8943         (__internal_ev_mwhgssfan): Same.
8944         (__internal_ev_mwhgumiaa): Same.
8945         (__internal_ev_mwhgsmiaa): Same.
8946         (__internal_ev_mwhgsmfaa): Same.
8947         (__internal_ev_mwhgssfaa): Same.
8948
8949 2002-07-29  David Edelsohn  <edelsohn@gnu.org>
8950
8951         * varasm.c (assemble_variable): Narrow test for uninitialized
8952         without BSS target support.
8953
8954 2002-07-29  Nathan Sidwell  <nathan@codesourcery.com>
8955
8956         * profile.c: Add file comment describing the overall algorithm and
8957         structures.
8958         (struct edge_info): Add comments.
8959         (struct bb_info): Add comments.
8960         * basic-block.h (EDGE_*): Add comments.
8961         * doc/gcov.texi (Gcov Data Files): Document bit flags.
8962
8963 2002-07-29  Bob Wilson  <bob.wilson@acm.org>
8964
8965         * config/xtensa/elf.h, config/xtensa/linux.h
8966         (TARGET_OS_CPP_BUILTINS): Define.
8967         (CPP_PREDEFINES): Remove.
8968         * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define.
8969         (CPP_SPEC): Remove.
8970
8971 2002-07-29  Zack Weinberg  <zack@codesourcery.com>
8972
8973         * gensupport.c: Include hashtab.h.
8974         (insn_elision, condition_table, hash_c_test, cmp_c_test,
8975         maybe_eval_c_test): New routines and data structures to
8976         support insn elision.
8977         (init_md_reader): Read and initialize the condition_table.
8978         (read_md_rtx): Discard insn patterns whose C test is provably
8979         always false.
8980         * gensupport.h: Declare new functions and data structures.
8981
8982         * genconditions.c, dummy-conditions.c: New files.
8983         * Makefile.in: Build genconditions; run it to construct
8984         insn-conditions.c; build that and link it into most gen*
8985         programs.
8986         (HOST_SUPPORT, HOST_EARLY_SUPPORT): New variables.
8987         (GEN): Delete, unused.
8988         (STAGESTUFF): Update.
8989
8990         * gencodes.c: (gen_insn): #define CODE_FOR_xxx equal to
8991         CODE_FOR_nothing for all elided patterns.
8992         (main): Tweaked to support this.
8993         * genflags.c (gen_proto): Emit a static inline generator
8994         function here for all elided patterns, which simply returns
8995         NULL_RTX.
8996         (gen_insn): Do not define HAVE_xxx for elided patterns.
8997         (main): Tweaked to support this.  No need to forward-declare
8998         struct rtx_def.
8999         * genrecog.c: Do not bother emitting the C test if it's known
9000         to be true at compile time.
9001
9002 2002-07-29  Mike Stump  <mrs@apple.com>
9003
9004         * config.gcc (target_gtfiles): Initialize, as otherwise cross
9005         compilers hosted on powerpc-apple-darwin6.0 won't even build.
9006
9007 2002-07-29  Richard Earnshaw  <rearnsha@arm.com>
9008
9009         * arm.md (sibcall, sibcall_value): Add RETURN as part of the pattern,
9010         remove clobber of LR.
9011         (sibcall_insn, sibcall_value_insn): Update accordingly.
9012         (sibcall_epilogue): Remove debugging comment from assembler stream.
9013
9014 2002-07-29  Gabriel Dos Reis  <gdr@nerim.net>
9015
9016         * pretty-print.h: Define more macros.
9017         * diagnostic.h (output_formatted_integer): Moved from...
9018         * diagnostic.c: ... here.
9019
9020 2002-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9021
9022         * stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use ASM_OUTPUT_LABEL_REF.
9023
9024 2002-07-28  Zack Weinberg  <zack@codesourcery.com>
9025
9026         * defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two
9027         arguments.  Always use ".-symbol" as expression argument.
9028         * doc/tm.texi: Update to match.  Document requirement for
9029         ".size symbol, .-symbol" to be acceptable to assembler.
9030
9031         * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
9032         config/arm/elf.h, config/avr/avr.h, config/cris/aout.h,
9033         config/i386/freebsd-aout.h, config/i386/sco5.h,
9034         config/ip2k/ip2k.h, config/m88k/m88k.h, config/xtensa/elf.h,
9035         config/xtensa/linux.h:  Update uses of ASM_OUTPUT_MEASURED_SIZE.
9036
9037 2002-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9038
9039         * Makefile.in (gengtype-lex.c): Fix error in last change.
9040
9041         * alpha/freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing
9042         backslash.
9043
9044         * Makefile.in (vmsdbgout.o): Depend on function.h.
9045
9046         * vmsdbgout.c: Include function.h.
9047
9048 2002-07-28  Alan Modra  <amodra@bigpond.net.au>
9049
9050         * prefix.c (update_path): Don't strip single `.' path components
9051         unless stripping a later `..' component.  Exit loop as soon as
9052         a valid path is found.
9053
9054 2002-07-27  Roger Sayle  <roger@eyesopen.com>
9055
9056         * builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS
9057         argument.  Mark BUILT_IN_RETURN, BUILT_IN_EH_RETURN,
9058         BUILT_IN_LONGJMP and BUILT_IN_TRAP as noreturn, the ISO C99
9059         floating point unordered comparisons (e.g. __builtin_isgreater)
9060         as const, and leave the remaining GCC_BUILTINs unchanged.
9061
9062         * c-decl.c (builtin_function): No need to explicitly mark
9063         BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
9064
9065 2002-07-27  Roger Sayle  <roger@eyesopen.com>
9066
9067         * Makefile.in: rtlanal.o now depends upon real.h.
9068
9069         * flags.h [flag_signaling_nans]: New flag.
9070         [HONOR_SNANS]: New macro.
9071
9072         * toplev.c [flag_signaling_nans]: Initialize to false.
9073         (f_options): Add processing for "-fsignaling-nans".
9074         (set_fast_math_flags): Clear flag_signaling_nans with -ffast-math.
9075         (process_options): flag_signaling_nans implies flag_trapping_math.
9076
9077         * c-common.c (cb_register_builtins): Define __SUPPORT_SNAN__
9078         when -fsignaling-nans.  First step to implementing WG14's N965.
9079
9080         * fold-const.c (fold) [MULT_EXPR]: Conditionalize transforming
9081         1.0 * x into x, and -1.0 * x into -x on !HONOR_SNANS.
9082         [RDIV_EXPR]: Conditionalize x/1.0 into x on !HONOR_SNANS.
9083
9084         * simplify-rtx.c (simplify_relational_operation): Conditionalize
9085         transforming abs(x) < 0.0 into false on !HONOR_SNANS.
9086
9087         * rtlanal.c: #include real.c for TARGET_FLOAT_FORMAT definitions
9088         required by HONOR_SNANS.  (may_trap_p): Floating point DIV, MOD,
9089         UDIV, UMOD, GE, GT, LE, LT and COMPARE may always trap with
9090         -fsignaling_nans.  EQ and NE only trap for flag_signaling_nans
9091         not flag_trapping_math (i.e. HONOR_SNANS but not HONOR_NANS).
9092
9093         * doc/invoke.texi: Document new -fsignaling-nans compiler option.
9094
9095 2002-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9096
9097         * Makefile.in (gengtype-lex.c): Work around a bug in flex.
9098         * gengtype-lex.l (YY_USE_PROTOS): Undef.
9099         (YY_DECL): Define.
9100
9101 2002-07-27  Roger Sayle  <roger@eyesopen.com>
9102
9103         * doc/invoke.texi: Document that both -fno-builtin-foo and
9104         -fno-builtin are supported by the g++ front-end.
9105
9106 2002-07-27  Stan Shebs  <shebs@apple.com>
9107
9108         * configure.in: Rename config_gtfiles to target_gtfiles.
9109         * configure: Regenerate.
9110         * doc/gty.texi: Update reference.
9111         * config.gcc (powerpc-*-darwin*): Set target_gtfiles
9112         instead of appending to it.
9113
9114 2002-07-25  Aldy Hernandez  <aldyh@redhat.com>
9115
9116         * config/rs6000/rs6000.c (function_arg_advance): SPE vararg
9117         vectors are split into two registers.
9118         (function_arg): Same.
9119
9120 Thu Jul 26 23:00:13 2002  J"orn Rennecke <joern.rennecke@superh.com>
9121
9122         * pa.md (extv): Check predicates before emitting extv_32.
9123
9124 2002-07-27  Alan Modra  <amodra@bigpond.net.au>
9125
9126         * config/rs6000/rs6000.c (rs6000_traceback_name): New var.
9127         (rs6000_traceback): New var.
9128         (rs6000_override_options): Set rs6000_traceback.
9129         (rs6000_output_function_epilogue): Implement traceback options.
9130         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add "traceback=".
9131         (rs6000_traceback_name): Declare.
9132
9133         * config/rs6000/rs6000.c (output_profile_hook): Don't generate profile
9134         label reference when NO_PROFILE_COUNTERS.
9135
9136 2002-07-26  Jason Merrill  <jason@redhat.com>
9137
9138         * function.c (assign_parms): Handle frontend-directed pass by
9139         invisible reference.
9140
9141 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
9142
9143         * doc/cppopts.texi: Update.
9144
9145 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
9146
9147         * cppmacro.c (_cpp_create_definition): Don't attempt redefinition
9148         warnings on assertions.
9149
9150 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
9151
9152         * c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ,
9153         RID_OR, RID_OR_EQ, RID_XOR, RID_XOR_EQ, RID_BITAND, RID_BITOR,
9154         RID_COMPL): Remove.
9155         * c-parse.in (rid_to_yy): Similarly.
9156
9157 2002-07-26  Jason Merrill  <jason@redhat.com>
9158
9159         * c-dump.c: Resurrect.
9160         * tree-dump.c: Move C-specific stuff to c-dump.c.
9161         * c-common.h: Declare c_dump_tree.
9162         * c-lang.c (LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN): Define.
9163         * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
9164         (c-dump.o): New rule.
9165
9166 2002-07-26  Alan Modra  <amodra@bigpond.net.au>
9167
9168         * config/rs6000/rs6000.md: Enable patterns using rlwinm for
9169         PowerPC64.  Replace "T" and "S" constraints with "n" when the
9170         predicate will do.  Formatting fixes.
9171         (extzvsi_internal2): Use "andi.", "andis." and attr type of "compare"
9172         as for extzvsi_internal1.
9173
9174 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
9175
9176         * dwarfout.c (VERSION_ASM_OP, DERIV_BEGIN_LABEL_FMT,
9177         DERIV_END_LABEL_FMT): Remove.
9178         (SL_BEGIN_LABEL_FMT, SL_END_LABEL_FMT): Move.
9179
9180 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
9181
9182         * objc/objc-act.c (UTAG_STATICS, UTAG_PROTOCOL_LIST, USERTYPE):
9183         Remove.
9184
9185 2002-07-25  Stan Shebs  <shebs@apple.com>
9186
9187         * config/rs6000/rs6000.c (rs6000_emit_prologue): Remove unused
9188         local var dwarfp.
9189         (output_compiler_stub): Remove unused locals.
9190         (output_call): Always initialize line number.
9191
9192 Thu Jul 25 20:34:50 2002  J"orn Rennecke <joern.rennecke@superh.com>
9193
9194         * sh.h (LOAD_EXTEND_OP): QImode zero-extends on SHmedia.
9195         * sh.md (truncdiqi2, movqi_media): Likewise.
9196
9197 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
9198
9199         * gcse.c (obstack_chunk_alloc): Remove.
9200         (gcse_alloc): Fix to count allocated bytes.
9201         * collect2.c (SYMBOL__MAIN): Remove.
9202
9203 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
9204
9205         * gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if
9206         HAVE_TARGET_EXECUTABLE_SUFFIX.
9207
9208 Thu Jul 25 18:57:50 2002  J"orn Rennecke <joern.rennecke@superh.com>
9209
9210         * rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN,
9211         SIZE, EXPR and OFFSET.
9212
9213 2002-07-25  Richard Henderson  <rth@redhat.com>
9214
9215         * emit-rtl.c (set_mem_attributes): Fix size and alignment thinkos
9216         in ARRAY_REF of DECL_P case.
9217
9218 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
9219
9220         * doc/invoke.texi: Document -mabi=meabi, and expand on the EABI
9221         description.  Document -mips32, -mips64, and the associated -march
9222         values.  Describe the "mipsN" arguments to -march.  Say that the
9223         -mipsN options are equivalent to -march.  Reword the description
9224         of default type sizes.
9225         * toplev.h (target_flags_explicit): Declare.
9226         * toplev.c (target_flags_explicit): New var.
9227         (set_target_switch): Update target_flags_explicit.
9228         * config/mips/abi64.h (SUBTARGET_TARGET_OPTIONS): Undefine.
9229         * config/mips/elf64.h (MIPS_ISA_DEFAULT): Undefine.
9230         * config/mips/iris6.h (SUBTARGET_ASM_SPEC): -mabi=64 implies -mips3.
9231         * config/mips/isa3264.h (MIPS_ENABLE_EMBEDDED_O32): Undefine.
9232         * config/mips/mips.h (mips_cpu_info): New struct.
9233         (mips_cpu_string, mips_explicit_type_size_string): Remove.
9234         (mips_cpu_info_table, mips_arch_info, mips_tune_info): Declare.
9235         (MIPS_CPP_SET_PROCESSOR): New macro.
9236         (TARGET_CPP_BUILTINS): Declare a macro for each supported processor.
9237         Define _MIPS_ARCH and _MIPS_TUNE.
9238         (MIPS_ISA_DEFAULT): Don't provide a default value.  Instead...
9239         (MIPS_CPU_STRING_DEFAULT): Set to "from-abi" if neither it nor
9240         MIPS_ISA_DEFAULT were already defined.
9241         (MULTILIB_DEFAULTS): Add MULTILIB_ABI_DEFAULT.
9242         (TARGET_OPTIONS): Remove -mcpu and -mexplicit-type-size.
9243         (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New.
9244         (GAS_ASM_SPEC): Remove -march, -mcpu, -mgp* and -mabi rules.
9245         (ABI_GAS_ASM_SPEC): Remove.
9246         (MULTILIB_ABI_DEFAULT, ASM_ABI_DEFAULT_SPEC): New macros.
9247         (ASM_SPEC): Add -mgp32, -mgp64, -march, -mabi=eabi and -mabi=o64.
9248         Invoke %(asm_abi_default_spec) if no ABI was specified.
9249         (CC1_SPEC): Remove ISA -> register-size rules.
9250         (EXTRA_SPECS): Remove abi_gas_asm_spec.  Add asm_abi_default_spec.
9251         * config/mips/mips.c (mips_arch_info, mips_tune_info): New vars.
9252         (mips_cpu_string, mips_explicit_type_size_string): Remove.
9253         (mips_cpu_info_table): New array.
9254         (mips_set_architecture, mips_set_tune): New fns.
9255         (override_options): Rework to make -mipsN equivalent to -march.
9256         Detect more erroneous cases, including those removed from CC1_SPEC.
9257         Don't change the ABI based on architecture, or vice versa.
9258         Unify logic with GAS.
9259         (mips_asm_file_start): Get architecture name from mips_arch_info.
9260         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
9261         (mips_parse_cpu): Take the name of the option as argument.  Handle
9262         'from-abi'.  Raise an error if the option is wrong.
9263         (mips_cpu_info_from_isa): New fn.
9264
9265 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
9266
9267         * config/mips/mips.md (tablejump_mips161): Use gen_rtx_LABEL_REF.
9268         (tablejump_mips162): Likewise.
9269
9270 Thu Jul 25 10:23:41 2002  J"orn Rennecke <joern.rennecke@superh.com>
9271
9272         * simpify-rtx.c (simplify_subreg): Don't pass MODE_CC mode to
9273         int_mode_for_mode.
9274
9275 2002-07-25  Gabriel Dos Reis  <gdr@nerim.net>
9276
9277         * c-common.c (c_sizeof_or_alignof_type): Take a third argument for
9278         complaining.
9279         * c-common.h (c_sizeof): Adjust definition.
9280         (c_alignof): Likewise.
9281         * c-tree.h (c_sizeof_nowarn): Now macro.
9282         * c-typeck.c (c_sizeof_nowarn): Remove definition.
9283
9284 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
9285
9286         * c-decl.c (c_decode_option): No need to handle switches
9287         cpplib handles.
9288
9289 2002-07-24  Zack Weinberg  <zack@codesourcery.com>
9290
9291         * defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, ASM_OUTPUT_SIZE_DIRECTIVE,
9292         ASM_OUTPUT_MEASURED_SIZE): New default definitions of new macros.
9293         * doc/tm.texi: Document them.  Also document SIZE_ASM_OP,
9294         TYPE_ASM_OP, and TYPE_OPERAND_FMT.
9295
9296         * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
9297         config/alpha/elf.h, config/arm/elf.h, config/avr/avr.h,
9298         config/cris/aout.h, config/i386/freebsd-aout.h,
9299         config/i386/sco5.h, config/ia64/ia64.c, config/ip2k/ip2k.h,
9300         config/m68k/m68kelf.h, config/m68k/m68kv4.h, config/m88k/m88k.h,
9301         config/mcore/mcore-elf.h, config/mips/elf.h, config/mips/elf64.h,
9302         config/mips/iris6.h, config/mips/linux.h, config/pa/pa-linux.h,
9303         config/pa/pa64-hpux.h, config/rs6000/sysv4.h,
9304         config/xtensa/elf.h, config/xtensa/linux.h:
9305         Use the new macros.
9306         Where possible, remove redundant definitions of SIZE_ASM_OP,
9307         TYPE_ASM_OP, and TYPE_OPERAND_FMT.
9308
9309 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
9310
9311         * config/rs6000/eabi.h: Define TARGET_SPE_ABI, TARGET_SPE,
9312         TARGET_ISEL, and TARGET_FPRS.
9313
9314         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
9315         -mabi=spe, -mabi=no-spe, and -misel=.
9316
9317         * config/rs6000/rs6000-protos.h: Add output_isel.
9318         Move vrsave_operation prototype here.
9319
9320         * config/rs6000/rs6000.md (sminsi3): Allow pattern for TARGET_ISEL.
9321         (smaxsi3): Same.
9322         (uminsi3): Same.
9323         (umaxsi3): Same.
9324         (abssi2_nopower): Disallow when TARGET_ISEL.
9325         (*ne0): Same.
9326         (negsf2): Change to expand and rename old pattern to *negsf2.
9327         (abssf2): Change to expand and rename old pattern to *abssf2.
9328
9329         New expanders: fix_truncsfsi2, floatunssisf2, floatsisf2,
9330         fixunssfsi2.
9331
9332         Change patterns that check for TARGET_HARD_FLOAT or
9333         TARGET_SOFT_FLOAT to also check TARGET_FPRS.
9334
9335         * config/rs6000/rs6000.c: New globals: rs6000_spe_abi,
9336         rs6000_isel, rs6000_fprs, rs6000_isel_string.
9337         (rs6000_override_options): Add 8540 case to
9338         processor_target_table.
9339         Set rs6000_isel for the 8540.
9340         Call rs6000_parse_isel_option.
9341         (enable_mask_for_builtins): New.
9342         (rs6000_parse_isel_option): New.
9343         (rs6000_parse_abi_options): Add spe and no-spe.
9344         (easy_fp_constant): Treat !TARGET_FPRS as soft-float.
9345         (rs6000_legitimize_address): Check for TARGET_FPRS when checking
9346         for TARGET_HARD_FLOAT.
9347         Add case for SPE_VECTOR_MODE.
9348         (rs6000_legitimize_reload_address): Handle SPE vector modes.
9349         (rs6000_legitimate_address): Disallow PRE_INC/PRE_DEC for SPE
9350         vector modes.
9351         Check for TARGET_FPRS when checking for TARGET_HARD_FLOAT.
9352         (rs6000_emit_move): Check for TARGET_FPRS.
9353         Add cases for SPE vector modes.
9354         (function_arg_boundary): Return 64 for SPE vector modes.
9355         (function_arg_advance): Check for TARGET_FPRS and
9356         Handle SPE vectors.
9357         (function_arg): Same.
9358         (setup_incoming_varargs): Check for TARGET_FPRS.
9359         (rs6000_va_arg): Same.
9360         (struct builtin_description): Un-constify mask field.  Move up in
9361         file.
9362         (bdesc_2arg): Un-constify and add SPE builtins.
9363         (bdesc_1arg): Same.
9364         (bdesc_spe_predicates): New.
9365         (bdesc_spe_evsel): New.
9366         (rs6000_expand_unop_builtin): Add SPE 5-bit literal builtins.
9367         (rs6000_expand_binop_builtin): Same.
9368         (bdesc_2arg_spe): New.
9369         (spe_expand_builtin): New.
9370         (spe_expand_predicate_builtin): New.
9371         (spe_expand_evsel_builtin): New.
9372         (rs6000_expand_builtin): Call spe_expand_builtin for SPE.
9373         (rs6000_init_builtins): Initialize SPE builtins.  Call
9374         rs6000_common_init_builtins.
9375         (altivec_init_builtins): Move all non-altivec builtin code to...
9376         (rs6000_common_init_builtins): ...here.  New function.
9377         (branch_positive_comparison_operator): Allow NE code for SPE.
9378         (ccr_bit): Return correct ccr bit for SPE fp.
9379         (print_operand): Emit crnor in 'D' case for SPE.
9380         New case 't'.
9381         Add SPE code for 'y' case.
9382         (rs6000_generate_compare): Generate rtl for SPE fp.
9383         (output_cbranch): Handle SPE hard floats.
9384         (rs6000_emit_cmove): Handle isel.
9385         (rs6000_emit_int_cmove): New.
9386         (output_isel): New.
9387         (rs6000_stack_info): Adjust stack frame so GPRs are saved in
9388         64-bits for SPE.
9389         (debug_stack_info): Add SPE info.
9390         (gen_frame_mem_offset): New.
9391         (rs6000_emit_prologue): Save GPRs in 64-bits for SPE abi.
9392         Change mode of frame pointer, when saving it, to Pmode.
9393         (rs6000_emit_epilogue): Restore GPRs in 64-bits for SPE abi.
9394         Misc cleanups and use gen_frame_mem_offset when appropriate.
9395
9396         * config/rs6000/rs6000.h (processor_type): Add PROCESSOR_PPC8540.
9397         (TARGET_SPE_ABI): New.
9398         (TARGET_SPE): New.
9399         (TARGET_ISEL): New.
9400         (TARGET_FPRS): New.
9401         (FIXED_SCRATCH): New.
9402         (RTX_COSTS): Add PROCESSOR_PPC8540.
9403         (ASM_CPU_SPEC): Add case for 8540.
9404         (TARGET_OPTIONS): Add isel= case.
9405         (rs6000_spe_abi): New.
9406         (rs6000_isel): New.
9407         (rs6000_fprs): New.
9408         (rs6000_isel_string): New.
9409         (UNITS_PER_SPE_WORD): New.
9410         (LOCAL_ALIGNMENT): Adjust for SPE.
9411         (HARD_REGNO_MODE_OK): Same.
9412         (DATA_ALIGNMENT): Same.
9413         (MEMBER_TYPE_FORCES_BLK): New.
9414         (FIRST_PSEUDO_REGISTER): Set to 113.
9415         (FIXED_REGISTERS): Add SPE registers.
9416         (reg_class): Same.
9417         (REG_CLASS_NAMES): Same.
9418         (REG_CLASS_CONTENTS): Same.
9419         (REGNO_REG_CLASS): Same.
9420         (REGISTER_NAMES): Same.
9421         (DEBUG_REGISTER_NAMES): Same.
9422         (ADDITIONAL_REGISTER_NAMES): Same.
9423         (CALL_USED_REGISTERS): Same.
9424         (CALL_REALLY_USED_REGISTERS): Same.
9425         (SPE_ACC_REGNO): New.
9426         (SPEFSCR_REGNO): New.
9427         (SPE_SIMD_REGNO_P): New.
9428         (HARD_REGNO_NREGS): Adjust for SPE.
9429         (VECTOR_MODE_SUPPORTED_P): Same.
9430         (REGNO_REG_CLASS): Same.
9431         (FUNCTION_VALUE): Same.
9432         (LIBCALL_VALUE): Same.
9433         (LEGITIMATE_OFFSET_ADDRESS_P): Same.
9434         (SPE_VECTOR_MODE): New.
9435         (CONDITIONAL_REGISTER_USAGE): Disable FPRs when target does FP on
9436         the GPRs.  Set FIXED_SCRATCH fixed in SPE case.
9437         (rs6000_stack): Add spe_gp_size, spe_padding_size,
9438         spe_gp_save_offset.
9439         (USE_FP_FOR_ARG_P): Check for TARGET_FPRS.
9440         (LEGITIMATE_LO_SUM_ADDRESS_P): Same.
9441         (SPE_CONST_OFFSET_OK): New.
9442         (rs6000_builtins): Add SPE builtins.
9443
9444         * testsuite/gcc.dg/ppc-spe.c: New.
9445
9446         * config/rs6000/eabispe.h: New.
9447
9448         * config/rs6000/spe.h: New.
9449
9450         * config/rs600/spe.md: New.
9451
9452         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
9453         __SIMD__ for TARGET_SPE.
9454
9455         * config.gcc: Add powerpc-*-eabispe* case.
9456         Add spe.h to user headers for powerpc.
9457
9458 2002-07-24  Chris Demetriou  <cgd@broadcom.com>
9459
9460         * config/mips/elf.h (STARTFILE_SPEC): Undo previous change.
9461         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
9462         * config/mips/isa3264.h (STARTFILE_SPEC): Likewise.
9463
9464 2002-07-24  Richard Henderson  <rth@redhat.com>
9465
9466         * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Use GOTO_SUBROUTINE_EXPR
9467         form when not optimizing.
9468
9469 2002-07-24  David Mosberger  <davidm@hpl.hp.com>
9470
9471         * config/ia64/ia64.c (gen_thread_pointer): Fix typo in marking
9472         thread_pointer_rtx as unchanging.
9473
9474 2002-07-24  Michael Matz  <matz@suse.de>
9475
9476         * ra-colorize.c (INV_REG_ALLOC_ORDER): New macro.
9477         (free_reg): Use it.
9478
9479 2002-07-24  Richard Earnshaw  <rearnsha@arm.com>
9480
9481         * arm.md (arm_buneq, arm_bltgt): put '\' before ';' in output
9482         pattern.
9483         (arm_buneq_reversed, arm_bltgt_reversed): Likewise.
9484         (movsicc, movsfcc, movdfcc): FAIL if UNEQ or LTGT.
9485
9486 2002-07-24  Chris Demetriou  <cgd@broadcom.com>
9487
9488         * config/mips/elf.h (STARTFILE_SPEC): Never include crt0.o.
9489         * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
9490         * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine.
9491
9492 Wed Jul 24 17:59:12 CEST 2002  Jan Hubicka  <jh@suse.cz>
9493
9494         * toplev.c (rest_of_compilation): Dump loops before clobbering
9495         the structure.
9496
9497 Wed Jul 24 17:23:16 CEST 2002  Jan Hubicka  <jh@suse.cz>
9498
9499         * rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs.
9500
9501 2002-07-24  Frank van der Linden  <fvdl@wasabisystems.com>
9502
9503         PR optimization/7291
9504         * config/i386/i386.c (ix86_expand_clrstr): Fix bzero alignment
9505         problem on x86_64.
9506
9507 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
9508
9509         * pretty-print.h: Add macros from cp/error.c
9510
9511 2002-07-24  Alan Modra  <amodra@bigpond.net.au>
9512
9513         * config/rs6000/rs6000-protos.h (mask_operand_wrap): Declare.
9514         (mask64_2_operand): Declare.
9515         (build_mask64_2_operands): Declare.
9516         (and64_2_operand): Declare.
9517         (extract_MB): Declare.
9518         (extract_ME): Declare.
9519         * config/rs6000/rs6000.c (mask64_operand): Allow all ones.  Remove
9520         CONST_DOUBLE code.
9521         (mask_operand_wrap): New insn predicate.
9522         (mask64_2_operand): Likewise.
9523         (and64_2_operand): Likewise.
9524         (build_mask64_2_operands): New function.
9525         (extract_MB): New function.
9526         (extract_ME): New function.
9527         (print_operand <case m,M>): Use extract_MB and extract_ME.
9528         (print_operand <case S>): Allow all ones.  Remove CONST_DOUBLE support.
9529         * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 't'.
9530         (PREDICATE_CODES): Add and64_2_operand, mask_operand_wrap and
9531         mask64_2_operand.  Remove CONST_DOUBLE from mask64_operand.
9532         * config/rs6000/rs6000.md (andsi3_internal3): New
9533         (andsi3_internal3+1): Enable split for powerpc64.
9534         (andsi3_internal3+2): New split.
9535         (andsi3_internal4): Renamed old andsi3_internal3.
9536         (andsi3_internal5): New.
9537         (andsi3_internal5+1): Enable split for powerpc64.
9538         (andsi3_internal5+2): New split.
9539         (andsi3_internal6, andsi3_internal7, andsi3_internal8): New.
9540         (anddi3): Handle 't' constraint.
9541         (anddi3+1): New split.
9542         (anddi3_internal2): Handle 't' constraint.
9543         (anddi3_internal2+1): New split.
9544         (anddi3_internal3): Handle 't' constraint.
9545         (anddi3_internal3+1): New split.
9546
9547 2002-07-24  Alan Modra  <amodra@bigpond.net.au>
9548
9549         * config/rs6000/rs6000.md: Remove scratch reg on insns using
9550         addze and similar (plus (comparison r1 r2) r3) insns.  Add
9551         missing scratch reg in one case.  Formatting fixes.
9552
9553 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
9554
9555         * cppexp.c (parse_defined): Mark macro used.
9556         * cpphash.h (struct cpp_macro): New member "used".
9557         (_cpp_mark_macro_used, _cpp_warn_if_unused_macro): New.
9558         (struct cpp_reader): New member.
9559         * cppinit.c (cpp_finish_options): Set first_unused_line.
9560         (cpp_finish): Warn of unused macros if requested.
9561         (OPT_TABLE): New switches.
9562         (cpp_handle_option): Handle them.
9563         * cpplib.c (do_undef): Warn if macro unused.
9564         (do_ifdef, do_ifndef): Mark macro used.
9565         * cpplib.h (struct cpp_options): New member.
9566         * cppmacro.c (_cpp_warn_if_unused_macro): New.
9567         (enter_macro_context): Mark macro used.
9568         (_cpp_create_definition): Mark macro unused; warn if unused
9569         when redefined.
9570         * cpptrad.c (scan_out_logcial_line, push_replacement_text):
9571         Mark macros used.
9572         * doc/cppopts.texi: Update.
9573
9574 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
9575
9576         * dwarf2out.c (SECTION_ASM_OP,
9577         ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
9578         * system.h (SECTION_ASM_OP): Poison.
9579         * tree.c (FILE_FUNCTION_PREFIX_LEN): Remove.
9580         * config/alpha/alpha-interix.h, config/mips/linux.h
9581         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
9582         * config/mmix/mmix-protos.h, config/mmix/mmix.c
9583         (mmix_asm_output_define_label_difference_symbol): Remove.
9584         * config/mmix/mmix.h
9585         (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
9586         * doc/tm.texi: Remove documentation.
9587
9588 Tue Jul 23 21:49:24 2002  J"orn Rennecke <joern.rennecke@superh.com>
9589
9590         * recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'.
9591         (constrain_operands): Likewise.
9592         * regclass.c (record_reg_classes): Likewise.
9593         * reload.c (find_reloads): Likewise.
9594         * doc/md.texi: Likewise.
9595
9596         * reload.c (find_reloads_toplev): Use simplify_gen_subreg.
9597         * simplify-rtx.c (simplify_subreg): When converting to a non-int
9598         mode, try to convert to an integer mode of matching size first.
9599
9600         * simplify-rtx.x (simplify_subreg): When constructing a CONST_VECTOR
9601         from individual subregs, check that each subreg has been generated
9602         sucessfully.
9603
9604 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
9605
9606         * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove.
9607         * df.c (HANDLE_SUBREG, FOR_EACH_BB_IN_BITMAP_REV,
9608         FOR_EACH_BB_IN_SBITMAP): Remove.
9609         * gcse.c (NEVER_SET, FOLLOW_BACK_EDGES): Remove.
9610         * haifa-sched.c (DONE_PRIORITY, MAX_PRIORITY, TAIL_PRIORITY,
9611         LAUNCH_PRIORITY, DONE_PRIORITY_P, LOW_PRIORITY_P): Remove.
9612         * loop.c (PREFETCH_BLOACK_IN_LOOP_MIN,
9613         PREFETCH_LIMIT_TO_SIMULTANEOUS): Remove.
9614         * regrename.c (REGNO_MODE_OK_FOR_BASE_P): Remove.
9615
9616 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
9617
9618         * pretty-print.h: New file.
9619
9620 2002-07-23      Paul Koning     <pkoning@equallogic.com>
9621
9622         * real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.
9623         (LARGEST_EXPONENT_IS_NORMAL): Ditto.
9624         (VAX_HALFWORD_ORDER): Define (1 for DEC VAX, 0 otherwise).
9625         (TARGET_G_FLOAT): Default to 0 if not defined.
9626         (ieeetoe): New, common routine to convert target format floats
9627         to internal form.
9628         (e24toe, e53toe): Change to use ieeetoe, distinguish DEC
9629         vs. others.
9630         (e113toe): Change to use ieeetoe.
9631
9632 2002-07-23  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9633
9634         * real.c (REAL_WORDS_BIG_ENDIAN): Make sure it is 0 for DEC and 1 for
9635         IBM.
9636         (e53toe): Assume IEEE if non of DEC, IBM and C4X is defined.
9637         (e64toe): Remove special cases for DEC and IBM. Remove support for
9638         ARM_EXTENDED_IEEE_FORMAT.
9639         (e24toe): Remove special cases for DEC.
9640         (significand_size): Simplify. Indent.
9641         (ieee_format, ieee_24, ieee_53, ieee_64, ieee_113): New.
9642         (etoieee, toieee): New.
9643         (etoe113, toe113, etoe64, toe64, etoe53, toe53, etoe24, toe24): Use
9644         etoieee and toieee for IEEE arithmetic.
9645
9646 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
9647
9648         * doc/extend.texi: Say ISO C90, not ISO C89.
9649         * doc/invoke.texi: Likewise.
9650         * doc/standards.texi: Likewise.
9651
9652 2002-07-23  Steve Ellcey  <sje@cup.hp.com>
9653
9654         * gcc/explow.c (convert_memory_address): Fix conversion of CONSTs.
9655         Fix permutation of conversion and plus/mult.
9656         * gcc/builtins.c (expand_builtin_memcpy) Ensure return pointer is
9657         ptr_mode and not Pmode when POINTERS_EXTEND_UNSIGNED is defined.
9658         (expand_builtin_strncpy) Ditto.
9659         (expand_builtin_memset) Ditto.
9660
9661 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
9662
9663         Fix PR/7363:
9664         * c-common.c (c_sizeof_or_alignof_type): New function.
9665         (c_alignof): Remove definition.
9666         * c-common.h (c_sizeof, c_alignof): Define as macros.
9667         (c_sizeof_or_alignof_type): Declare.
9668         (my_friendly_assert): Moved from cp/cp-tree.h
9669         * c-typeck.c (c_sizeof): Remove definition.
9670
9671 2002-07-23  Jan Hubicka  <jh@suse.cz>
9672
9673         * gcse.c (try_replace_reg): Use num_changes_pending.
9674         * recog.c (num_changes_pending): New function.
9675         (validate_replace_src): Use validate_repalce_src_group.
9676         (validate_replace_src_group): New.
9677         * recog.h (validate_repalce_src_group): New.
9678         (num_changes_pending): Likewise.
9679
9680 Tue Jul 23 12:16:58 2002  J"orn Rennecke <joern.rennecke@superh.com>
9681
9682         * calls.c (emit_library_call_value_1): If
9683         FUNCTION_ARG_PASS_BY_REFERENCE is true, pretend this is neither
9684         libcall, const call nor pure call.
9685
9686 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
9687
9688         * config/m88k/m88k.h (SECTION_ASM_OP): Remove.
9689
9690 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
9691
9692         * vmsdbgout.c (SECTION_ASM_OP): Remove.
9693
9694 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
9695
9696         * config/i386/i386.c (AT_BP): Remove.
9697
9698 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
9699
9700         * defaults.h (obstack_chunk_alloc, obstack_chunk_free):
9701         Default definition.
9702         * gcse.c: Don't define obstack_chunk_free.
9703         * collect2.c, conflict.c, df.c, diagnostic.c, fix-header.c,
9704         flow.c, gcc.c, genattrtab.c, genautomata.c, genflags.c, gensupport.c,
9705         integrate.c, loop.c, ra.c, read-rtl.c, regrename.c, reload1.c,
9706         reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c:
9707         Don't define obstack macros.
9708
9709 2002-07-22  Stephane Carrez  <stcarrez@nerim.fr>
9710
9711         PR target/6744
9712         * config/m68hc11/m68hc11.c (m68hc11_z_replacement): Also replace
9713         ASM_OPERANDS instructions.
9714
9715 2002-07-22  Stephane Carrez  <stcarrez@nerim.fr>
9716
9717         PR target/7361
9718         * config/m68hc11/m68hc11.c (go_if_legitimate_address_internal): Accept
9719         constant addresses only on 68HC12.
9720
9721 2002-07-22  Neil Booth  <neil@daikokuya.co.uk>
9722
9723         * cppfiles.c (stack_include_file): Correct test of whether
9724         a dependency should be output.
9725
9726 2002-07-22  David Edelsohn  <edelsohn@gnu.org>
9727
9728         * collect2.c (is_ctor_dtor): Add other possible JOINER values.
9729
9730 2002-07-22  Richard Earnshaw  <rearnsha@arm.com>
9731
9732         * arm.md (movqi): If optimizing and we can create pseudos, use
9733         a ZERO_EXTEND to load from memory, then copy the result into the
9734         target.
9735         (movhi): Likewise, but only for ARMv4.
9736
9737 2002-07-22  Neil Booth  <neil@daikokuya.co.uk>
9738
9739         * ssa-ccp.c (PHI_PARMS): Remove.
9740
9741 2002-07-22  Richard Sandiford  <rsandifo@redhat.com>
9742
9743         * config/mips/mips.h (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS
9744         on big-endian targets.
9745
9746 2002-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9747
9748         * hwint.h (HOST_WIDE_INT_PRINT_DEC_SPACE,
9749         HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
9750         HOST_WIDEST_INT_PRINT_DEC_SPACE, HOST_WIDEST_INT_PRINT_DEC_SPACE):
9751         New formatting macros.
9752
9753         * ra-debug.c (dump_static_insn_cost): Avoid string concatenation.
9754
9755 Mon Jul 22 15:27:25 2002  J"orn Rennecke <joern.rennecke@superh.com>
9756
9757         * rtlanal.c (subreg_regno_offset): Return correct offset for
9758         big endian paradoxical subregs.
9759
9760         * optabs.c (expand_vector_unop): Don't expand using sub_optab
9761         if we got the wrong mode.
9762
9763         * hwint.c (define HOST_WIDE_INT_PRINT_DEC_C): New define.
9764         * genrecog.c (write_switch, write_cond): Use it.
9765         * genemit.c (gen_exp): Likewise.
9766
9767 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
9768
9769         * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.
9770
9771 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
9772
9773         * c-decl.c (build_compound_literal): Defer compound literal decls
9774         until until file end to emit them only if they are actually used.
9775
9776 2002-07-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9777
9778         * ra-build.c (check_conflict_numbers): Hide unused function.
9779         (livethrough_conflicts_bb): Avoid automatic aggregate
9780         initialization.
9781         (parts_to_webs_1): Avoid `U' integer constant modifier.
9782         (conflicts_between_webs): Wrap a variable in the macro controlling
9783         its usage.
9784         * ra-debug.c (ra_debug_msg): Use VA_OPEN/VA_CLOSE.
9785         (dump_igraph, dump_graph_cost): Avoid string concatenation
9786         (dump_static_insn_cost): Avoid automatic aggregate
9787         initialization.
9788         * ra-rewrite.c (insert_stores): Avoid automatic aggregate
9789         initialization.
9790         (dump_cost): Avoid string concatenation
9791
9792 2002-07-21  Richard Henderson  <rth@redhat.com>
9793
9794         * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Don't use
9795         GOTO_SUBROUTINE_EXPR when finally_block can be re-expanded.
9796
9797 2002-07-21  Richard Henderson  <rth@redhat.com>
9798
9799         * unroll.c (find_splittable_givs): Do not split DEST_ADDR givs
9800         that are not unrolled completely.
9801
9802 2002-07-21  Richard Henderson  <rth@redhat.com>
9803
9804         * loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.
9805         * loop.c (strength_reduce): Update.
9806         * toplev.c (rest_of_compilation): Do unrolling in the first
9807         loop pass, not the second.
9808
9809 2002-07-21  Richard Henderson  <rth@redhat.com>
9810
9811         * emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL
9812         when flag_argument_noalias == 2.
9813         * alias.c (nonoverlapping_memrefs_p): Handle that.
9814         * print-rtl.c (print_mem_expr): Likewise.
9815
9816 2002-07-21  Hartmut Schirmer  <hartmut.schirmer@arcor.de>
9817
9818         * libgcc2.c (__divdi3, __moddi3): Use unary minus operator
9819         instead of __negdi2 directly.
9820
9821 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
9822
9823         * gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
9824         * function.c (SYMBOL__MAIN): Remove definition.
9825         * global.c (SET_CONFLICT, REGBITP, ALLOCNO_LIVE_P): Remove.
9826         * predict.c (PROB_NEVER, PROB_LIKELY, PROB_UNLIKELY): Remove.
9827         * profile.c (GCOV_INDEX_TO_BB): Remove.
9828         * sched-rgn.c (ABS_VALUE, MIN_DIFF_PRIORITY, MIN_PROB_DIFF): Remove.
9829         * simplify-rtx.c (FIXED_BASE_PLUS_P): Remove.
9830
9831 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
9832
9833         * c-lex.c (GET_ENVIRONMENT): Remove.
9834         * collect2.c (GET_ENV_PATH_LIST): Remove.
9835         (prefix_from_env): Use GET_ENVIRONMENT.
9836         * cppinit.c (GET_ENV_PATH_LIST): Remove.
9837         (init_standard_includes): Use GET_ENVIRONMENT.
9838         * defaults.h (GET_ENVIRONMENT): Define here if not already.
9839         * gcc.c (GET_ENV_PATH_LIST): Remove.
9840         (make_relative_prefix, process_command): Update.
9841         * protoize.c (GET_ENV_PATH_LIST): Remove.
9842         (do_processing): Update.
9843
9844 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
9845
9846         * c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.
9847         (grokdeclarator): Likewise.
9848         * c-format.c (C_STD_NAME): Likewise.
9849         * c-lex.c (interpret_integer): Likewise.
9850         * c-typeck.c (build_array_ref): Likewise.
9851         * cpplex.c (_cpp_lex_direct): Likewise.
9852         * toplev.c (documented_lang_options): Likewise.
9853
9854 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
9855
9856         * c-format.c (T99_I, T99_UI): Remove.
9857
9858 2002-07-21  Neil Booth  <neil@daikokuya.co.uk>
9859
9860         * c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
9861
9862 Sun Jul 21 21:36:41 CEST 2002  Jan Hubicka  <jh@suse.cz>
9863
9864         * gcse.c (do_local_cprop): Do not extend lifetimes of registers set by
9865         do_local_cprop.
9866
9867 2002-07-21  Andreas Jaeger  <aj@suse.de>
9868
9869         * reload1.c (fixup_abnormal_edges): Remove unused variable.
9870
9871 2002-07-21  Bernd Schmidt  <bernds@redhat.com>
9872
9873         Improvements for the ifcvt pass from Michael Meissner, with patches
9874         by Richard Sandiford <rsandifo@redhat.com>
9875         * basic-block.h (struct ce_if_block, ce_if_block_t): New types.
9876         * ifcvt.c (cond_exec_changed_p): New static variable.
9877         (last_active_insn): New function, renamed from last_active_insn_p
9878         and changed to return the last active insn in a basic block. All
9879         callers updated.
9880         (block_fallthru): New function.
9881         (cond_exec_process_insns): New argument CE_INFO.  Pass it to
9882         IFCVT_MODIFY_INSN.  All callers updated.
9883         Return false if START or END are NULL.
9884         Handle case where we're processing an insn that is already
9885         conditional.
9886
9887         (noce_process_if_block): CE_INFO argument rather than
9888         multiple args containing the involved basic blocks.  All callers
9889         changed.
9890         (process_if_block, merge_if_block, find_if_block,
9891         cond_exec_process_if_block): Likewise.
9892
9893         (cond_exec_process_if_block): New arg DO_MULTIPLE_P.  All callers
9894         changed.
9895         Use new function last_active_insn to simplify some code.
9896         New code to handle multiple tests.
9897         Call IFCVT_MODIFY_CANCEL in all failure cases, otherwise set
9898         cond_exec_changed_p to TRUE.
9899
9900         (process_if_block): New code to handle multiple tests.
9901         (merge_if_block): Likewise.
9902         (find_if_header): New arg PASS.  Changed to return the currently
9903         processed basic block or NULL instead of true/false. All callers
9904         changed.
9905         Call IFCVT_INIT_EXTRA_FIELDS.
9906         (block_jumps_and_fallthru_p): New function.
9907         (find_if_block): Discover opportunities to convert multiple tests.
9908         Add additional debugging output.
9909         Update the ce_info structure before returning.
9910
9911         (if_convert): Run multiple passes of if-conversion.
9912         * doc/tm.texi (IFCVT_MODIFY_TESTS, IFCVT_MODIFY_INSN,
9913         IFCVT_MODIFY_FINAL, IFCVT_MODIFY_CANCEL, IFCVT_MODIFY_MULTIPLE_TESTS,
9914         IFCVT_INIT_EXTRA_FIELDS, IFCVT_EXTRA_FIELDS): Update documentation for
9915         these macros.
9916
9917 Sun Jul 21 00:54:54 CEST 2002  Jan Hubicka  <jh@suse.cz>
9918
9919         * gcse.c: Include cselib.h
9920         (constptop_register): Break out from ...
9921         (cprop_insn): ... here; kill basic_block argument.
9922         (do_local_cprop, local_cprop_pass): New functions.
9923         (one_cprop_pass): Call local_cprop_pass.
9924
9925 2002-07-20  Roger Sayle  <roger@eyesopen.com>
9926
9927         * simplify-rtx.c (simplify_relational_operation): Optimize
9928         abs(x) < 0.0 (and abs(x) >= 0.0 when using -ffast-math).
9929
9930 2002-07-20  Michae Matz  <matz@suse.de>
9931
9932         * ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.
9933
9934 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
9935
9936         * cppexp.c (struct op): Add token pointer.
9937         (check_promotion, CHECK_PROMOTION): New.
9938         (optab): Update.
9939         (_cpp_parse_expr): Update, use token pointer of struct op.
9940         (reduce): Warn about change of sign owing to promotion.
9941         * cppinit.c (cpp_handle_option): New warning if -Wall.
9942         * cpplib.h (struct cpp_options): New member.
9943
9944 2002-07-19  David Edelsohn  <edelsohn@gnu.org>
9945
9946         * config/rs6000/rs6000.md: Remove ppc630 fpcompare from single
9947         fpu list.  Separate Power4 compare and delayed_compare.  Correct
9948         Power4 fpcompare.
9949         (fix_truncdfsi2_internal): Restore FPR preference.
9950         * config/rs6000/t-aix43 (MULTILIB_MATCHES): Add mcpu?power3,
9951         mcpu?power4, mcpu?604e.  Remove mpower, mpower2, mpowerpc.
9952
9953 2002-07-19  Momchil Velikov <velco@fadata.bg>
9954
9955         * reload1.c (reload_as_needed): Duplicate oldpat.
9956
9957 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
9958
9959         PR optimization/7130
9960         * loop.h (struct loop_info): Add "preconditioned".
9961         * unroll.c (unroll_loop): Set it.
9962         * doloop.c (doloop_modify_runtime): Correct count for unrolled loops.
9963
9964 2002-07-19  Zack Weinberg  <zack@codesourcery.com>
9965
9966         * rtl.def (CODE_LABEL): Remove slot 8.
9967         * rtl.h (struct rtx_def): Document new uses of jump and call fields.
9968         (LABEL_ALTERNATE_NAME): Delete.
9969         (LABEL_KIND, SET_LABEL_KIND, LABEL_ALT_ENTRY_P): New.
9970         * defaults.h: Remove default for ASM_OUTPUT_ALTERNATE_LABEL_NAME.
9971
9972         * final.c (output_alternate_entry_point): New.
9973         (final_scan_insn): Use it instead of
9974         ASM_OUTPUT_ALTERNATE_LABEL_NAME.  Do not consider possibility
9975         of a case label being an alternate entry point.
9976
9977         * cfgbuild.c (make_edges, find_bb_boundaries): Use LABEL_ALT_ENTRY_P.
9978         * emit-rtl.c (gen_label_rtx): Adjust call to gen_rtx_CODE_LABEL.
9979         Do not clear LABEL_NUSES (unnecessary) or LABEL_ALTERNATE_NAME
9980         (field deleted).
9981         * print-rtl.c, ra-debug.c: Update code to output CODE_LABELs.
9982
9983         * doc/rtl.texi: Document LABEL_KIND, SET_LABEL_KIND, and
9984         LABEL_ALT_ENTRY_P; not LABEL_ALTERNATE_NAME.
9985         * doc/tm.texi: Delete documentation of
9986         ASM_OUTPUT_ALTERNATE_LABEL_NAME.
9987
9988 2002-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9989
9990         * config/mips/iris5gas.h (DWARF2_DEBUGGING_INFO): Define.
9991         (PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.
9992         (LINK_SPEC): Define.
9993         (STARTFILE_SPEC): Define.
9994         (ENDFILE_SPEC): Define.
9995
9996         * config/mips/iris6-o32.h (LINK_SPEC): Move ...
9997         * config/mips/iris6-o32-as.h (LINK_SPEC): ... here.
9998
9999         * config/mips/iris6-o32-gas.h: New file.
10000         * config.gcc (mips-sgi-irix6*o32): Use it.
10001
10002         * config/mips/t-iris5-gas: New file.
10003         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
10004
10005 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
10006
10007         * cppexp.c (ALWAYS_EVAL): Remove.
10008         (optab, reduce): Always evaluate.
10009         (num_unary_op, num_binary_op, num_div_op): Issue diagnostics
10010         only if not skipping evaluation.
10011
10012 2002-07-19  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10013
10014         * config/avr/avr.c (debug_hard_reg_set): Remove.
10015
10016 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
10017
10018         * gcc.c (cpp_options): Include "%1" (cc1_spec).
10019
10020 2002-07-19  Richard Henderson  <rth@redhat.com>
10021
10022         * loop.c (loop_givs_rescan): Delete the REG_EQUAL note, not the insn.
10023
10024 2002-07-19  Alan Modra  <amodra@bigpond.net.au>
10025
10026         * prefix.c (update_path): Don't zap single `.' path components
10027         unless followed by another `.' and fix typo last patch.
10028
10029 2002-07-18  Neil Booth  <neil@daikokuya.co.uk>
10030
10031         * cppexp.c (cpp_num_mul): Remove unused parameter.
10032         (UNARY, BINARY, OTHER, binary_handler): Remove.
10033         (ALWAYS_EVAL): New.
10034         (optab): Update.
10035         (reduce): Refactor to a large switch, don't use a function
10036         pointer.
10037
10038 2002-07-18  Bo Thorsen  <bo@berlioz.suse.de>
10039
10040         * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Define this always.
10041
10042 Thu Jul 18 19:39:18 2002  J"orn Rennecke <joern.rennecke@superh.com>
10043
10044         * sh-protos.h (sh_expand_unop_v2sf): Move inside #ifdef RTX_CODE guard.
10045         (sh_expand_binop_v2sf): Likewise.
10046         * sh.c (machine_dependent_reorg): Add move for UNSPEC_MOVA.
10047         (int_gpr_dest, trunc_hi_operand): New functions.
10048         * sh.h (PREDICATE_CODES): Add any_register_operand, int_gpr_dest and
10049         trunc_hi_operand.
10050         (SPECIAL_MODE_PREDICATES, any_register_operand): Define.
10051         * sh.md (cmpeqdi_t+1): Remove comments that genrecog warns about.
10052         (adddi3_compact+1, subdi3_compact+1, ashlsi3_n+1, ashlhi3+1): Likewise.
10053         (ashrsi2_16+1, ashrsi2_31+1, lshrsi3_n+1, ashrdi3+[12]): Likewise.
10054         (and_shl_scratch+[12], zero_extendhidi2+1): Likewise.
10055         (zero_extendhisi2_media+1, extendhidi2+1, extendqidi2+1): Likewise.
10056         (extendhisi2_media+1, extendqisi2_media+1): Likewise.
10057         (movsi_media_nofpu+[12], movhi_media+1, movdi_media_nofpu+1): Likewise.
10058         (movdi_const_16bit+[12], movdf_i4+[123], reload_outdf+[2-5]): Likewise.
10059         (movsf_ie+1): Likewise.
10060         (loaddi_trunc): Use int_gpr_dest predicate.
10061         (use_sfunc_addr, indirect_jump_scratch, sibcall_compact): Add mode(s).
10062         (mova, mova_const, GOTaddr2picreg, ptrel, casesi_worker_0): Likewise.
10063         (casesi_worker_0+[12], casesi_worker): Likewise.
10064         (shcompact_preserve_incoming_args): Likewise.
10065         (mov_nop): Use any_register_operand predicate.
10066         (mperm_w0): Use trunc_hi_operand predicate.
10067
10068 2002-07-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10069
10070         * pa-linux.h (DWARF2_UNWIND_INFO): Delete define.
10071         * pa.h (EH_RETURN_DATA_REGNO): Revise TARGET_64BIT and correct
10072         numbering.
10073
10074 2002-07-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10075
10076         * pa.c (output_deferred_plabels): Remove unused millicode enum mulU.
10077
10078 2002-07-18  Richard Henderson  <rth@redhat.com>
10079
10080         PR optimization/7147
10081         * ifcvt.c (noce_get_condition): Make certain that the condition
10082         is valid at JUMP.
10083
10084 Thu Jul 18 13:44:51 2002  J"orn Rennecke <joern.rennecke@superh.com>
10085
10086         * sh.c (barrier_align, push): Shut up compiler warnings.
10087         (initial_elimination_offset,sh_media_init_builtins): Likewise.
10088         (reg_no_subreg_operand): Delete.
10089
10090 2002-07-17  Bo Thorsen  <bo@suse.de>
10091
10092         * config/i386/linux64.h (LINK_SPEC): Remove bogus -Y option.
10093         (STARTFILE_PREFIX_SPEC): Define for NATIVE_CROSS compilations.
10094         (STARTFILE_SPEC): Remove hardcoded library paths.
10095         (ENDFILE_SPEC): Likewise.
10096
10097 Thu Jul 18 09:38:59 CEST 2002  Jan Hubicka  <jh@suse.cz>
10098
10099         * gcse.c (hoist_expr_reaches_here_p):  Stop once expr_bb is reached.
10100
10101         * gcse.c (try_replace_reg): Do not return false positives.
10102
10103 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
10104
10105         * prefix.c: (update_path): Strip ".." components when prior dir
10106         doesn't exist.  Pass correct var to UPDATE_PATH_HOST_CANONICALIZE.
10107
10108         * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Remove 64-bit support.
10109         (ASM_OUTPUT_REG_POP): Likewise.
10110
10111 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
10112
10113         * config/rs6000/rs6000.c (first_reg_to_save): Remove bogus
10114         adjustments to first_reg for profiling case.
10115         (output_function_profiler): Correct lr save slot for ABI_AIX_NODESC.
10116         Disable profiling for 64 bit code on both ABI_V4 and ABI_AIX_NODESC.
10117         Save static chain reg to sp + 12 on ABI_AIX_NODESC.
10118         * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Define.
10119         (ASM_OUTPUT_REG_POP): Define.
10120         * config/rs6000/linux64.h (ASM_OUTPUT_REG_PUSH): Undef.
10121         (ASM_OUTPUT_REG_POP): Undef.
10122
10123 2002-07-17  Neil Booth  <neil@daikokuya.co.uk>
10124
10125         * cpplib.c (do_sccs): Handle #sccs on all systems.
10126         * system.h (SCCS_DIRECTIVE): Poison.
10127         * config/darwin.h, config/freebsd.h, config/netbsd.h,
10128         config/ptx4.h, config/svr3.h, config/svr4.h, config/alpha/elf.h,
10129         config/arm/linux-elf.h, config/c4x/c4x.h, config/d30v/d30v.h,
10130         config/i370/i370.h, config/i386/gas.h, config/i386/sco5.h,
10131         config/i960/i960.h, config/m68hc11/m68hc11.h, config/m68k/3b1.h,
10132         config/m68k/3b1g.h, config/m68k/crds.h, config/m68k/mot3300.h,
10133         config/m68k/pbb.h, config/m88k/m88k.h, config/mips/mips.h,
10134         config/sparc/pbd.h, config/stormy16/stormy16.h, config/vax/vaxv.h:
10135         Remove all references to SCCS_DIRECTIVE.
10136         * doc/cpp.texi, doc/tm.texi: Update.
10137
10138 Wed Jul 17 19:23:32 2002  J"orn Rennecke <joern.rennecke@superh.com>
10139
10140         * regrename.c (maybe_mode_change): New function.
10141         (find_oldest_value_reg, copyprop_hardreg_forward_1): Use it.
10142
10143 2002-07-17  Rodney Brown  <rbrown64@csc.com.au>
10144
10145         * config/i386/i386.c (ix86_expand_int_movcc): In the general case
10146         suppress addition when either ct or cf are zero.
10147
10148 2002-06-17  Eric Botcazou <ebotcazou@multimania.com>
10149             Glen Nakamura <glen@imodulo.com>
10150
10151         PR optimization/6713
10152         * loop.c (loop_givs_rescan): Explicitly delete the insn that
10153         sets a non-replaceable giv after issuing the new one.
10154
10155 2002-07-17  Neil Booth  <neil@daikokuya.co.uk>
10156
10157         * cppexp.c (cpp_interpret_integer, append_digit, parse_defined,
10158         eval_token): Clarify and correct use of "bool" variables.
10159         * cpplib.h (struct cpp_options): Similarly.
10160         * cppmacro.c (parse_params, _cpp_save_parameter): Ditto.
10161         * cpptrad.c (recursive_macro): Similarly.
10162
10163 Wed Jul 17 17:08:06 2002  J"orn Rennecke <joern.rennecke@superh.com>
10164
10165         * config/sh/lib1funcs.asm (udivsi3_i4): Implement SHcompact version in
10166         SHmedia code.
10167
10168         * sh.md (cmpgtudi_media): Remove spurious @.
10169
10170         * config/sh/lib1funcs.asm (FMOVD_WORKS): Don't define for little endian.
10171         * sh.h (OVERRIDE_OPTIONS): Don't set FMOVD_BIT for little endian.
10172
10173         * config/sh/lib1funcs.asm (init_trampoline): New entry point.
10174         * sh-protos.h (sh_initialize_trampoline): Declare.
10175         * sh.c (sh_initialize_trampoline): New function.
10176         * sh.h (TRAMPOLINE_SIZE): Only 24 for TARGET_SHMEDIA32.
10177         (TRAMPOLINE_ALIGNMENT): Need cache-line alignment for TARGET_SHMEDIA.
10178         (INITIALIZE_TRAMPOLINE): Call sh_initialize_trampoline.
10179         (TRAMPOLINE_ADJUST_ADDRESS): Not needed for SHcompact.
10180         * sh.md (initialize_trampoline, double_shori): New patterns.
10181         (initialize_trampoline_compact): Likewise.
10182         (shmedia32_initialize_trampoline_big): Remove.
10183         (shmedia32_initialize_trampoline_little): Likewise.
10184
10185         * sh-protos.h (binary_float_operator): Remove declaration.
10186         (sh_expand_unop_v2sf, sh_expand_binop_v2sf): Declare.
10187         * sh.c (print_operand, case 'N'): Check against CONST0_RTX.
10188         (unary_float_operator, sh_expand_unop_v2sf): New functions.
10189         (sh_expand_binop_v2sf): Likewise.
10190         (zero_vec_operand): Delete.
10191         (SH_BLTIN_UDI): New builtin shared signature define.  Renumbered
10192         all non-shared ones.
10193         (bdesc): Change all the mextr builtins to use SH_BLTIN_UDI.
10194         Enable nsb and byterev.
10195         * sh.h (CONDITIONAL_REGISTER_USAGE): Initialize DF_HI_REGS.
10196         (HARD_REGNO_MODE_OK): Allow TImode in fp regs.  Allow V2SFmode
10197         in general regs.
10198         (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add DF_HI_REGS.
10199         (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.  Remove clause for
10200         immediate operands.
10201         (SECONDARY_INPUT_RELOAD_CLASS): Add clause for immediate operands.
10202         Add DF_HI_REGS.
10203         (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P): Allow
10204         lowpart fp regs - only for big endian for now.
10205         (LEGITIMATE_CONSTANT_P): Don't allow nonzero float vectors
10206         when FPU is in use.
10207         (EXTRA_CONTRAINT_U): Check against CONST0_RTX.
10208         (LOAD_EXTEND_OP): NIL for SImode.
10209         (REGISTER_MOVE_COST): Add DF_HI_REGS.  Const for moves between
10210         general and fp registers is 4.
10211         PREDICATE_CODES: Amend binary_float_operator entry.
10212         Remove zero_vec_operand.  Add unary_float_operator.
10213         * sh.md (udivsi3_i4_media): Use truncate instead of paradoxical
10214         subreg SET_DEST.
10215         (truncdisi2, truncdihi2, movv2sf): Allow memory destinations.
10216         (truncdiqi2): Do sign extension.
10217         (movsi_media, movdi_media): Allow to use r63 to an fp register.
10218         (movdf_media, movsf_media): Likewise.
10219         (movv2sf_i, movv2sf_i+1): Don't use f{ld,st}.p or SUBREGS.
10220         Collapse to one define_insn_and_split.  Allow immediate sources.
10221         (addv2sf3, subv2sf3, mulv2sf3, divv2sf3): New patterns.
10222         (movv4sf_i): Allow immediate sources.  Use simplify_gen_subreg.
10223         (movv4sf): Allow immediate sources.
10224         (movsf_media_nofpu+1): Don't split moves to FP registers.
10225         (unary_sf_op, binary_sf_op, mshflo_w_x, concat_v2sf): New patterns.
10226         (movv8qi_i+3): Check against CONST0_RTX.
10227         (mextr1, mextr2. mextr3. mextr4, mextr5, mextr6, mextr7): Use DImode
10228         for input and output operands.  Fix argument 3 to gen_mextr_rl.
10229         (mmul23_wl, mmul01_wl, mmulsum_wq_i): s/const_vector/parallel/
10230         (msad_ubq_i, mshf4_b, mshf0_b, mshf4_l, mshf0_l, mshf4_w): Likewise.
10231         (mshf0_w, fipr, ftrv): Likewise.
10232         (mshfhi_l_di): Now insn_and_split.  Can handle FP regs.
10233
10234 2002-07-17  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
10235
10236         * arm.h (ARM_NUM_INTS, ARM_NUM_REGS, ARM_NUM_REGS2): Renamed from
10237         NUM_INTS, NUM_REGS and ARM_NUM_REGS2 respectively.  All uses changed.
10238         * arm.c: Similarly.
10239
10240 2002-07-17  Richard Sandiford  <rsandifo@redhat.com>
10241
10242         * config/mips/mips-protos.h (mips_sign_extend): Declare.
10243         * config/mips/mips.h (MASK_DEBUG_H, TARGET_DEBUG_H_MODE): Remove.
10244         (TARGET_SWITCHES): Remove debugh.
10245         (ISA_HAS_TRUNC_W): New macro.
10246         (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS if TARGET_FLOAT64.
10247         (PREDICATE_CODES): Remove se_nonimmediate_operand.
10248         * config/mips/mips.c (movdi_operand): Allow sign-extensions of
10249         any SImode move_operand.
10250         (se_nonimmediate_operand): Remove.
10251         (mips_sign_extend): New.
10252         (mips_move_2words): Use it for sign-extended source operands.
10253         (override_options): Allow integers to be put into single FPRs.
10254         (mips_secondary_reload_class): Handle integers in float registers.
10255         * config/mips/mips.md (extendsidi2): Turn into a define_expand.
10256         (fix_truncsfsi2, fix_truncdfsi2): Likewise.
10257         (fix_truncdfsi2_insn, fix_truncdfsi2_macro): New.
10258         (fix_truncsfsi2_insn, fix_truncsfsi2_macro): New.
10259         (fix_truncdfdi2): Provide only a single alternative, in which the
10260         integer is in a float register.  Depend on TARGET_FLOAT64 rather
10261         than TARGET_64BIT.
10262         (fix_truncsfdi2, floatdidf2, floatdisf2): Likewise.
10263         (floatsidf2, floatsisf2): Likewise, but no TARGET_FLOAT64 dependency.
10264         (movdi_internal2): Don't allow the source operand to be sign-extended.
10265         Add alternatives for float registers.
10266         (*movdi_internal2_extend): New.  Version of movdi_internal2 that
10267         allows sign-extension.
10268         (*movdi_internal2_mips16): Name the existing mips16 movdi pattern.
10269         (movsi_internal2): Rename to movsi_internal.  Add alternatives for
10270         float registers.  Remove TARGET_DEBUG_H_MODE test.
10271         (movhi_internal1): Rename to movhi_internal.  Don't check
10272         TARGET_DEBUG_H_MODE.  Fix transposed *d and *f source constraints.
10273         (movqi_internal1): Rename to movqi_internal and remove
10274         TARGET_DEBUG_H_MODE dependency.
10275         (movsi_internal1, movhi_internal2, movqi_internal2): Remove.
10276
10277 2002-07-16  Jim Wilson  <wilson@redhat.com>
10278
10279         * toplev.c (lang_dependent_init): Create function context for
10280         init_expr_once.
10281
10282 2002-07-16  Hans-Peter Nilsson  <hp@axis.com>
10283
10284         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Don't
10285         --gc-sections if -r.
10286         * config/cris/cris.h: Ditto.
10287
10288 2002-07-16  Rodney Brown  <rbrown64@csc.com.au>
10289
10290         * config/i386/i386.c (ix86_expand_int_movcc): In the case where
10291         the comparison directly gives a mask suppress addition when cf is
10292         zero by complementing the mask.
10293
10294 2002-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
10295
10296         * Makefile.in: Delete references to enquire.
10297         * enquire.c: Move to contrib.
10298
10299 2002-07-16  Stan Shebs  <shebs@apple.com>
10300
10301         * config/darwin.h (ASM_OUTPUT_LABEL): Move to here from
10302         config/rs6000/darwin.h.
10303         (ASM_OUTPUT_SKIP): Ditto.
10304         (TEXT_SECTION_ASM_OP): Ditto.
10305         (DATA_SECTION_ASM_OP): Ditto.
10306         (ASM_APP_ON): Define.
10307         (ASM_APP_OFF): Define.
10308         * config/rs6000/darwin.h (ASM_OUTPUT_LABEL, ASM_OUTPUT_SKIP,
10309         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Remove.
10310
10311         * config/darwin.c (func_name_maybe_scoped): Remove unused decl.
10312         (machopic_function_base_name): Declare result to be const.
10313         (machopic_non_lazy_ptr_name): Ditto.
10314         (machopic_stub_name): Ditto.
10315         * config/darwin-protos.h: Ditto for the prototypes.
10316
10317 Wed Jul 17 00:22:39 CEST 2002  Jan Hubicka  <jh@suse.cz>
10318
10319         * m68hc11.c (m68hc11_reorg): Do not rebuild CFG.
10320
10321 Wed Jul 17 00:20:48 CEST 2002  Jan Hubicka  <jh@suse.cz>
10322
10323         * i386.md (prefetch): Fix for 64bit mode.
10324         (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
10325
10326 Wed Jul 17 00:19:20 CEST 2002  Jan Hubicka  <jh@suse.cz>
10327
10328         * i386.h (MACHINE_DEPENDENT_REORG): New macro.
10329         * i386.c (x86_machine_dependent_reorg): New function.
10330         * i386-protos.h (x86_machine_dependent_reorg): Declare.
10331
10332 2002-07-16  Zack Weinberg  <zack@codesourcery.com>
10333
10334         * builtins.c (std_expand_builtin_va_start): Remove unused
10335         first argument.
10336         (expand_builtin_va_start): Call EXPAND_BUILTIN_VA_START and
10337         std_expand_builtin_va_start with just two arguments.
10338         * expr.h: Update prototypes.
10339
10340         * alpha-protos.h, alpha.h, alpha.c, arc-protos.h, arc.h,
10341         arc.c, d30v-protos.h, d30v.h, d30v.c, i386-protos.h, i386.h,
10342         i386.c, i960-protos.h, i960.h, i960.c, m88k-protos.h, m88k.h,
10343         m88k.c, mips-protos.h, mips.h, mips.c, mn10300-protos.h,
10344         mn10300.h, mn10300.c, pa-protos.h, pa.h, pa.c,
10345         rs6000-protos.h, rs6000.h, rs6000.c, s390-protos.h, s390.h,
10346         s390.c, sh-protos.h, sh.h, sh.c, sparc-protos.h, sparc.h,
10347         sparc.c, stormy16-protos.h, stormy16.h, stormy16.c,
10348         xtensa-protos.h, xtensa.h, xtensa.c:  Remove unused first
10349         argument from all implementations of EXPAND_BUILTIN_VA_START
10350         and all uses of std_expand_builtin_va_start.
10351
10352 Tue Jul 16 19:32:58 2002  J"orn Rennecke <joern.rennecke@superh.com>
10353
10354         * regrename.c (copy_value): Don't record high part copies.
10355
10356 2002-07-16  Steve Ellcey  <sje@cup.hp.com>
10357
10358         * gcc/config/pa/long_double.h (FIXUNS_TRUNCTFDI2_LIBCALL): New define.
10359         (fixunstfdi_libfunc): Change to use FIXUNS_TRUNCTFDI2_LIBCALL.
10360         * gcc/config/pa/quadlib.c (_U_Qfcnvfxt_quad_to_udbl): New function.
10361
10362 2002-07-16  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
10363
10364         * doc/invoke.texi (NS32K Options): Document -mieee-compare option
10365
10366         * config/ns32k/ns32k.md (addsi3, *frame_addr, *stack_addr): merge
10367         into addsi3 using register class "x" and "y".
10368
10369         * config/ns32k/ns32k.md (*madddf, *maddsf, *msubdf, *msubsf):
10370         "earlyclobber" constraint modifier for some alternative.
10371
10372         * config/ns32k/ns32k.md (tstdf, tstsf, cmpdf, cmpsf, blt, ble)
10373         (*ble, *blt): Flag to indicate bCOND and sCOND should check for
10374         unordered.
10375         config/ns32k/ns32k.h (CC_UNORD): define corresponding mask.
10376
10377         * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE, MASK_IEEE_COMPARE)
10378         (TARGET_SWITCHES): Add -mieee-compare option.
10379         (OVERRIDE_OPTIONS): 32332 is a subset of
10380         32532. Don't use IEEE_COMPARE -funsafe-math-optimizations.
10381         (TARGET_SWITCHES): Fix description of bit-field option.
10382         * config/ns32k/netbsd.h (TARGET_DEFAULT): Add
10383         -mieee-compare option. Remove 32332 flag.
10384
10385 2002-07-16  Steve Ellcey  <sje@cup.hp.com>
10386
10387         * explow.c (convert_memory_address): Remove special handling
10388         when POINTERS_EXTEND_UNSIGNED < 0.
10389         * config/ia64.md (movsi_symbolic): New instruction for ILP32 mode.
10390         (movedi_symbolic): Fix typo.
10391         (load_fptr): Remove mode restriction so it works for SI and DI.
10392         (load_fptr_internal1): Ditto.
10393         (load_gprel): Ditto.
10394         (load_symptr_internal1): Ditto.
10395         (call_pic): Ditto.
10396         * config/ia64.c (call_operand): Modify mode check.
10397         (ia64_expand_load_address): Handle DI and SI addresses and symbols.
10398         (ia64_expand_move): Ditto.
10399         (ia64_assemble_integer): Handle SImode function pointers.
10400         (ia64_expand_fetch_and_op): Handle SImode mem addresses.
10401         (ia64_expand_op_and_fetch): Ditto.
10402         (ia64_expand_compare_and_swap): Ditto.
10403         (ia64_expand_lock_test_and_set): Ditto.
10404         (ia64_expand_lock_release): Ditto.
10405
10406 2002-07-16  Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
10407
10408         * arm.c (emit_sfm): Don't set RTX_FRAME_RELATED_P on DWARF.
10409
10410 2002-07-16  Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
10411             Richard Earnshaw  <rearnsha@arm.com>
10412
10413         * arm.h (LEGITIMATE_PIC_OPERAND_P): Only test
10414         CONSTANT_POOL_ADDRESS_P if a SYMBOL_REF.  Simplify logic.
10415
10416 2002-07-16  Richard Earnshaw  <rearnsha@arm.com>
10417
10418         * arm.md (stack_tie): New insn.  Use an idiom that the alias code
10419         understands to be a memory clobber.
10420         * arm.c (arm_expand_prologue): Use it.
10421
10422 2002-07-16  Daniel Berlin  <dberlin@dberlin.org>
10423
10424         * ra-rewrite.c: #include reload.h, insn-config.h
10425         * ra-build.c: #include reload.h
10426         * Makefile.in: Update ra-rewrite.o, ra-build.o dependencies to
10427         depend on reload.h, insn-config.h.
10428
10429 Tue Jul 16 11:57:45 2002  J"orn Rennecke <joern.rennecke@superh.com>
10430
10431         * expr.c (emit_move_insn_1): Handle arbitrary moves that are
10432         the same size as a word.
10433
10434         * regrename.c (find_oldest_value_reg): Take WORDS_BIG_ENDIAN /
10435         BYTES_BIG_ENDIAN into account.
10436
10437 Tue Jul 16 12:22:44 CEST 2002  Jan Hubicka  <jh@suse.cz>
10438
10439         * i386.md (prefetch): Fix for 64bit mode.
10440         (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
10441
10442         * i386.md (movss, movsd): Use xorps/xorpd for Athlon.
10443
10444 2002-07-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10445
10446         * hard-reg-set.h (TEST_HARD_REG_BIT): Return 1 if the bit is set.
10447
10448 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
10449
10450         * ginclude/varargs.h: Replace with stub which issues #error.
10451         * ginclude/stdarg.h: __builtin_stdarg_start is renamed
10452         __builtin_va_start.
10453
10454         * builtins.def (BUILT_IN_VARARGS_START): Delete.
10455         (BUILT_IN_VA_START): New.
10456         * builtins.c (expand_builtin_va_start): Eliminate first
10457         argument and code to implement pre-ISO varargs.
10458         (std_expand_builtin_va_start): Ignore first argument; it is
10459         always 1.
10460         (expand_builtin): Handle BUILT_IN_VA_START and
10461         BUILT_IN_STDARG_START identically.  Delete
10462         BUILT_IN_VARARGS_START case.
10463
10464         * function.c (assign_parms): Delete hide_last_arg and all
10465         its uses.
10466         (mark_varargs): Delete function.
10467         * function.h (struct function): Delete 'varargs' bit.
10468         (current_function_varargs): Delete macro.
10469         * tree.h: Don't declare mark_varargs.
10470
10471         * c-decl.c (c_function_varargs, c_mark_varargs): Delete.
10472         (c_expand_body): Don't call mark_varargs.
10473         * c-objc-common.c: Handle BUILT_IN_VA_START and
10474         BUILT_IN_STDARG_START identically.  Delete
10475         BUILT_IN_VARARGS_START case.
10476         * c-tree.h: Don't declare c_mark_varargs.
10477         * c-parse.in: Remove grammar rules for '&...' (which has been
10478         commented out since before 2.7.2) and for '...' in K+R
10479         argument declarations.
10480
10481         * builtins.c, function.c, integrate.c, sibcall.c,
10482         config/alpha/unicosmk.h, config/arc/arc.c, config/arc/arc.h,
10483         config/avr/avr.c, config/cris/cris.c, config/fr30/fr30.c,
10484         config/i960/i960.c, config/i960/i960.md, config/m32r/m32r.c,
10485         config/m32r/m32r.h, config/m88k/m88k.c, config/m88k/m88k.h,
10486         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
10487         config/mn10300/mn10300.c, config/pa/som.h, config/s390/s390.c,
10488         config/sh/sh.c, config/sh/sh.h, config/sparc/sparc.h,
10489         config/stormy16/stormy16.c: Delete all references to
10490         current_function_varargs, and code predicated on that flag.
10491
10492         * config/alpha/alpha.c (alpha_va_start),
10493         config/arc/arc.c (arc_va_start),
10494         config/i386/i386.c (ix86_va_start),
10495         config/mips/mips.c (mips_va_start),
10496         config/mn10300/mn10300.c (mn10300_va_start),
10497         config/rs6000/rs6000.c (rs6000_va_start),
10498         config/s390/s390.c (s390_va_start),
10499         config/sh/sh.c (sh_va_start),
10500         Ignore first argument; it is always 1.
10501
10502         * config/c4x/c4x-protos.h, config/c4x/c4x.c: Delete c4x_va_start.
10503         * config/ia64/ia64-protos.h, config/ia64/ia64.c: Delete ia64_va_start.
10504         * config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c:
10505         Delete m68hc11_va_start.
10506         * config/c4x/c4x.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h:
10507         No need to define EXPAND_BUILTIN_VA_START.
10508
10509         * doc/invoke.texi, doc/sourcebuild.texi, doc/tm.texi,
10510         doc/trouble.texi: Remove references to GCC-provided <varargs.h>.
10511
10512 2002-07-15  Eric Botcazou  <ebotcazou@multimania.com>
10513
10514         PR optimization/7153
10515         * regmove.c (optimize_reg_copy_3): Don't optimize if the register
10516         dies in more than one insn.
10517
10518 2002-07-15  Jason Thorpe  <thorpej@wasabisystems.com>
10519
10520         * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Remove.
10521
10522 2002-07-15  Michael Matz  <matz@suse.de>,
10523             Daniel Berlin  <dberlin@dberlin.org>,
10524             Denis Chertykov  <denisc@overta.ru>
10525
10526         Add a new register allocator.
10527
10528         * ra.c: New file.
10529         * ra.h: New file.
10530         * ra-build.c: New file.
10531         * ra-colorize.c: New file.
10532         * ra-debug.c: New file.
10533         * ra-rewrite.c: New file.
10534
10535         * Makefile.in (ra.o, ra-build.o, ra-colorize.o, ra-debug.o,
10536         (ra-rewrite.o): New .o files for libbackend.a.
10537         (GTFILES): Add basic-block.h.
10538
10539         * toplev.c (flag_new_regalloc): New.
10540         (f_options): New option "new-ra".
10541         (rest_of_compilation): Call initialize_uninitialized_subregs()
10542         only for the old allocator.  If flag_new_regalloc is set, call
10543         new allocator, instead of local_alloc(), global_alloc() and
10544         friends.
10545
10546         * doc/invoke.texi: Document -fnew-ra.
10547         * basic-block.h (FOR_ALL_BB): New.
10548         * config/rs6000/rs6000.c (print_operand): Write small constants
10549         as @l+80.
10550
10551         * df.c (read_modify_subreg_p): Narrow down cases for a rmw subreg.
10552         (df_reg_table_realloc): Make size at least as large as max_reg_num().
10553         (df_insn_table_realloc): Size argument now is absolute, not relative.
10554         Changed all callers.
10555
10556         * gengtype.c (main): Add the pseudo-type "HARD_REG_SET".
10557         * regclass.c (reg_scan_mark_refs): Ignore NULL rtx's.
10558
10559         2002-06-20  Michael Matz  <matz@suse.de>
10560
10561         * df.h (struct ref.id): Make unsigned.
10562         * df.c (df_bb_reg_def_chain_create): Remove unsigned cast.
10563
10564         2002-06-13  Michael Matz  <matz@suse.de>
10565
10566         * df.h (DF_REF_MODE_CHANGE): New flag.
10567         * df.c (df_def_record_1, df_uses_record): Set this flag for refs
10568         involving subregs with invalid mode changes, when
10569         CLASS_CANNOT_CHANGE_MODE is defined.
10570
10571         2002-05-07  Michael Matz  <matz@suse.de>
10572
10573         * reload1.c (fixup_abnormal_edges): Don't insert on NULL edge.
10574
10575         2002-05-03  Michael Matz  <matz@suse.de>
10576
10577         * sbitmap.c (sbitmap_difference): Accept sbitmaps of different size.
10578
10579         Sat Feb  2 18:58:07 2002  Denis Chertykov  <denisc@overta.ru>
10580
10581         * regclass.c (regclass): Work with all regs which have sets or
10582         refs.
10583         (reg_scan_mark_refs): Count regs inside (clobber ...).
10584
10585         2002-01-04  Michael Matz  <matzmich@cs.tu-berlin.de>
10586
10587         * df.c (df_ref_record): Correctly calculate SUBREGs of hardregs.
10588         (df_bb_reg_def_chain_create, df_bb_reg_use_chain_create): Only
10589         add new refs.
10590         (df_bb_refs_update): Don't clear insns_modified here, ...
10591         (df_analyse): ... but here.
10592
10593         * sbitmap.c (dump_sbitmap_file): New.
10594         (debug_sbitmap): Use it.
10595
10596         * sbitmap.h (dump_sbitmap_file): Add prototype.
10597
10598         2001-08-07  Daniel Berlin  <dan@cgsoftware.com>
10599
10600         * df.c (df_insn_modify): Grow the UID table if necessary, rather
10601         than assume all emits go through df_insns_modify.
10602
10603         2001-07-26  Daniel Berlin  <dan@cgsoftware.com>
10604
10605         * regclass.c (reg_scan_mark_refs): When we increase REG_N_SETS,
10606         increase REG_N_REFS (like flow does), so that regclass doesn't
10607         think a reg is useless, and thus, not calculate a class, when it
10608         really should have.
10609
10610         2001-01-28  Daniel Berlin  <dberlin@redhat.com>
10611
10612         * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP_REV): New macro, needed for
10613         dataflow analysis.
10614
10615 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
10616
10617         PR middle-end/7245
10618         * config/i386/i386.c (const_int_1_31_operand): New.
10619         * config/i386/i386.h (PREDICATE_CODES): Add it.
10620         * config/i386/i386.md (ashlsi3_cmp, ashlsi3_cmp_zext, ashlhi3_cmp,
10621         ashlqi3_cmp, ashrsi3_cmp, ashrsi3_cmp_zext, ashrhi3_cmp, ashrqi3_cmp,
10622         lshrsi3_cmp, lshrsi3_cmp_zext, lshrhi3_cmp, lshrqi3_cmp): Use it.
10623
10624 2002-07-14  Alan Modra  <amodra@bigpond.net.au>
10625
10626         PR target/7282
10627         * config/rs6000/rs6000.md (floatsidf2): Enable for POWERPC64.
10628         (floatunssidf2): Likewise.
10629         (floatsidf_ppc64): New insn_and_split.
10630         (floatunssidf_ppc64): Likewise.
10631
10632 2002-07-14  Andreas Jaeger  <aj@suse.de>
10633
10634         * config.gcc (sh64): Remove unused
10635         target_requires_64bit_host_wide_int.
10636
10637 2002-07-12  Roger Sayle  <roger@eyesopen.com>
10638
10639         * expr.c [CLEAR_RATIO]: New macro defining the maximum number
10640         of move instructions to use when clearing memory, c.f. MOVE_RATIO.
10641         [CLEAR_BY_PIECES]: New macro, using CLEAR_RATIO, to determine
10642         whether clear_by_pieces should be used to clear storage.
10643         (clear_storage): Use CLEAR_BY_PIECES instead of MOVE_BY_PIECES.
10644
10645         * doc/tm.texi: Document these two new target macros.
10646
10647 2002-07-12  Stephane Carrez  <stcarrez@nerim.fr>
10648
10649         * config/m68hc11/m68hc11.md ("zero_extendsidi2"): Use D_REG only for
10650         the scratch register.
10651         ("*movhi2_push"): Accept Z_REG because a split pattern can make use
10652         of it, forbid reload to use it.
10653
10654 2002-07-12  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10655
10656         * config/avr/avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT
10657         usage on 64-bit hosts, return value was truncated to 32 bits.
10658
10659 Fri Jul 12 00:49:36 2002  J"orn Rennecke <joern.rennecke@superh.com>
10660
10661         * simplify-rtx.c (simplify_subreg): Handle floating point
10662         CONST_DOUBLEs.  When an integer subreg of a smaller mode than
10663         the element mode is requested, compute a subreg with an
10664         integer mode of the same size as the element mode first.
10665
10666 Thu Jul 11 22:02:57 2002  J"orn Rennecke <joern.rennecke@superh.com>
10667
10668         * combine.c (try_combine): When converting a paradoxical subreg
10669         to an extension, take LOAD_EXTEND_OP into account.
10670
10671 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10672
10673         * config.gcc (mips-sgi-irix6*o32): New configuration.
10674
10675         * configure.in (libgcc_visibility): Disable for mips-sgi-irix6*o32
10676         configurations.
10677         * configure: Regenerate.
10678
10679         * config/mips/iris6-o32-as.h: New file.
10680         * config/mips/iris6-o32.h: New file.
10681
10682         * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Define.
10683         (NM_FLAGS): Define.
10684         (HAVE_AS_SHF_MERGE): Undefine.
10685
10686         * config/mips/t-iris5-as: New file.
10687         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
10688
10689         * config/mips/t-iris6 (SHLIB_EXT, SHLIB_SOLINK, SHLIB_SONAME,
10690         SHLIB_NAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_SLIBDIR_QUAL, SHLIB_LINK,
10691         SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MAPFILES, FPBIT, DPBIT,
10692         dp-bit.c, fp-bit.c): Move ...
10693         * config/mips/t-iris5-6: ... here.
10694         New file, shared by IRIX 5 and IRIX 6.
10695         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix6*,
10696         mips-sgi-irix5*): Use it.
10697
10698         * config/mips/iris6.h: Remove duplicate comment.
10699
10700         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
10701         !TARGET_IRIX6]: Define.
10702         (mips_asm_file_start): Don't emit mdebug.<ABI> sections on IRIX 5/6.
10703
10704         * config/mips/mips.h (ASM_DECLARE_FUNCTION_NAME): Fix comment.
10705
10706 2002-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10707
10708         * pa.md (adddi3): Change predicate of operand 2 to adddi3_operand
10709         and delete code to force constant to register.
10710         * pa-protos.h (adddi3_operand): Add prototype.
10711         * pa.c (adddi3_operand): New function.
10712
10713 2002-07-11  Roger Sayle  <roger@eyesopen.com>
10714
10715         * c-decl.c (duplicate_decls): Preserve the noreturn attribute on
10716         non-ANSI builtin functions.
10717
10718 Thu Jul 11 11:31:12 2002  J"orn Rennecke <joern.rennecke@superh.com>
10719
10720         * rtl.h (gen_rtx_CONST_VECTOR): Declare.
10721         * gengenrtl.c (special_rtx): Check for CONST_VECTOR.
10722         * emit-rtl.c (gen_rtx_CONST_VECTOR): New function.
10723         (gen_const_vector_0): Use it.
10724
10725 2002-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10726
10727         * pa.md (adddi3): For 32-bit targets, force constants to a register
10728         if they don't fit in an 11-bit immediate.  Change insn predicate to
10729         arith11_operand.  Remove comment.
10730         * pa.c (cint_ok_for_move): Fix comment.
10731         (emit_move_sequence):  Don't directly split DImode constants on 32-bit
10732         targets.
10733
10734 2002-07-11  Tim Josling  <tej@melbpc.org.au>
10735
10736         Remove front end hard coding from gengtype.c.
10737
10738         * Makefile.in
10739         (STAGESTUFF): add gtyp-gen.h
10740         (GTFILES): Remove front end specific files.
10741         (GTFILES_FILES_LANGS): New, from configure..
10742         (GTFILES_FILES_FILES): Likewise.
10743         (GTFILES_LANG_DIR_NAMES): Likewise.
10744         (GTFILES_SRCDIR): Likewise.
10745         (gtyp-gen.h): Build from configure information.
10746         (s-gtype): Remove command line parameters from gengtype.
10747         (gengtype.o): Remove dependency on GTFILES. Depend on gtyp-gen.h.
10748         (mostlyclean): Delete files generated by and for gengtype.
10749
10750         * c-config-lang.in: New file.
10751
10752         * configure.in (all_gtfiles_files_langs): New. Accumulate files
10753         for each language.
10754         (all_gtfiles_files_files): New. Accumulate language for each file
10755         accumulated.
10756         (gtfiles): Pick up value for C.
10757         (srcdir): AC-SUBST this variable.
10758         (all_gtfiles_files_langs): AC-SUBST this variable.
10759         (all_gtfiles_files_files): AC-SUBST this variable.
10760
10761         * configure: Regenerate.
10762
10763         * gengtype-lex.l (parse_file): Make parameter const.
10764
10765         * gengtype.c (toplevel): include gtyp-gen.h.
10766         (BASE_FILE_<language> unnamed enum): Delete.
10767         (lang_names): Delete (replaced by gtyp-gen.h)
10768         (lang_dir_names): From gtyp-gen.h, replaces lang_names; changed
10769         all references.
10770         (NUM_GT_FILES): New.
10771         (NUM_LANG_FILES): New.
10772         (srcdir_len): New.
10773         (NUM_BASE_FILES): Change calculation.
10774         (open_base_files): Change prototype to avoid warning.
10775         (startswith): Delete.
10776         (get_file_basename): Iterate through generated language list not
10777         hard coded list.
10778         (get_base_file_bitmap): Use generated list of files and languages.
10779         (close_output_files): Add prototype to rmove warning.
10780         (main): Iterate through list of generated files from gtyp-gen.h
10781         rather than command line paramaters.  Ignore duplicated file
10782         names.
10783
10784         * gengtype.h (parse_file): Amend prototype for const parameter.
10785
10786         * doc/sourcebuild.texi: Document gtfiles variable.
10787
10788         * doc/gty.texi: Document changes to gtfiles variable for front
10789         ends.
10790
10791         * objc/config-lang.in (gtfiles): Add files needed for objc front
10792         end.
10793
10794 2002-07-10  Roger Sayle  <roger@eyesopen.com>
10795
10796         PR c/2454
10797         * combine.c (nonzero_bits): LOAD_EXTEND_OP should only apply
10798         to SUBREGs of MEMs.  (num_sign_bit_copies): Likewise.
10799
10800 2002-07-10  Roger Sayle  <roger@eyesopen.com>
10801             Zack Weinberg <zack@codesourcery.com>
10802
10803         * builtins.def: Make the argument types of abort and exit
10804         independent of the front-end.
10805
10806 2002-07-11  Alan Modra  <amodra@bigpond.net.au>
10807
10808         * config/rs6000/linux64.h (ASM_SPEC): Define.
10809
10810 2002-07-10  Aldy Hernandez  <aldyh@redhat.com>
10811
10812         * config/rs6000/rs6000.c (emit_frame_save): New.
10813         (rs6000_frame_related): Replace reg2 before reg.
10814         (rs6000_emit_prologue): Use emit_frame_save for saving gprs, fprs,
10815         and eh_return registers.
10816
10817 2002-07-10  Toon Moene  <toon@moene.indiv.nluug.nl>
10818
10819         Revert all patches for optimization of Complex .op. Real.
10820         * complex_part_zero_p: Remove
10821         * expand_cmplxdiv_straight: Replace complex_part_zero_p(x)
10822         with x.
10823         * expand_cmplxdiv_wide: Ditto.
10824         * expand_binop: Ditto.
10825
10826 2002-07-10  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10827
10828         * config/avr/avr.md: Fix two 0x80000000 constants to make them
10829         negative also on 64-bit hosts.
10830
10831         Default to -fno-reorder-blocks when optimizing for size.
10832         * config/avr/avr-protos.h (avr_optimization_options): Declare.
10833         * config/avr/avr.c (avr_optimization_options): New function.
10834         * config/avr/avr.h (OPTIMIZATION_OPTIONS): New.
10835
10836         Optimize returning from simple functions.
10837         * config/avr/avr-protos.h (avr_simple_epilogue): Declare.
10838         * config/avr/avr.c (avr_simple_epilogue): New function.
10839         * config/avr/avr.md (return): New insn.
10840
10841 2002-07-10  Douglas B Rupp  <rupp@gnat.com>
10842
10843         * config/i386/i386.c  (ix86_svr3_asm_out_constructor): Add
10844         HAS_INIT_SECTION to protection.
10845
10846 2002-07-10  Mark Mitchell  <mark@codesourcery.com>
10847
10848         * doc/invoke.texi (Debugging Options): Mention that -gdwarf is
10849         deprecated.
10850
10851 Wed Jul 10 19:50:03 2002  J"orn Rennecke <joern.rennecke@superh.com>
10852
10853         * combine.c (gen_lowpart_for_combine): Handle vector modes.
10854         Supply non-VOID mode to simplify_gen_subreg.
10855
10856 Wed Jul 10 18:48:55 CEST 2002  Jan Hubicka  <jh@suse.cz>
10857
10858         * i386.c (ix86_init_mmx_sse_builtins): Fix thinko.
10859
10860 2002-07-10  Jeffrey A Law  <law@redhat.com>
10861
10862         * mn10200.c (expand_prologue): Create REG_MAYBE_DEAD notes
10863         as appropriate.
10864
10865         * mn10200.c (expand_epilogue): Fix test to determine which scratch
10866         register to use.
10867
10868 Wed Jul 10 16:06:00 2002  J"orn Rennecke <joern.rennecke@superh.com>
10869
10870         * cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.
10871         Get mode from dest.
10872         If simplify_gen_subreg fails, try next equivalent.
10873
10874 2002-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
10875
10876         * diagnostic.h: #include location.h
10877         (location_t): Move definition to..
10878         * location.h: ... here.  New file.
10879         * tree.h: #include location.h
10880         (DECL_SOURCE_LOCATION): New macro.
10881         (DECL_SOURCE_FILE): Use.
10882         (DECL_SOURCE_LINE): Likewise.
10883         (struct tree_decl): REplace filename and linenum with locus.
10884         * Makefile.in (TREE_H): add location.h
10885         (diagnostic.o): Depends on gt-location.h
10886         (gt-location.h): Depends on s-gtype
10887
10888 2002-07-09  Matt Kraai  <kraai@alumni.cmu.edu>
10889
10890         * config/rs6000/aix.h: Convert CPP_PREDEFINES to
10891         TARGET_OS_CPP_BUILTINS.
10892         * config/rs6000/aix31.h: Likewise.
10893         * config/rs6000/aix41.h: Likewise.
10894         * config/rs6000/aix43.h: Likewise.
10895         * config/rs6000/aix51.h: Likewise.
10896         * config/rs6000/beos.h: Likewise.
10897         * config/rs6000/darwin.h: Likewise.
10898         * config/rs6000/eabi.h: Likewise.
10899         * config/rs6000/eabisim.h: Likewise.
10900         * config/rs6000/linux.h: Likewise.
10901         * config/rs6000/linux64.h: Likewise.
10902         * config/rs6000/lynx.h: Likewise.
10903         * config/rs6000/mach.h: Likewise.
10904         * config/rs6000/rtems.h: Likewise.
10905         * config/rs6000/sysv4.h: Likewise.
10906         * config/rs6000/vxppc.h: Likewise.
10907
10908 2002-07-09 Devang Patel <dpatel@apple.com>
10909         * objc/objc-act.c (adjust_type_for_id_default): Fix my previous patch.
10910         Do not allow ObjC objects as a parameter type for Objective-C methods.
10911         My previous patch restricted  'struct' also.
10912
10913 2002-07-09  Neil Booth  <neil@daikokuya.co.uk>
10914
10915         * cpperror.c (cpp_error): Default to directive_line within
10916         directives here.
10917         * cppexp.c (cpp_interpret_integer): Only use traditional
10918         number semantics in directives.
10919         * cpplib.c (prepare_directive_trad): Don't reset pfile->line.
10920         (do_include_common): Similarly.
10921         * cpptrad.c (scan_out_logical_line): Implement accurate
10922         quoting of <> in #include.
10923         * doc/cpp.texi: Update.
10924
10925 Tue Jul  9 22:37:44 2002  Stephen Clarke <stephen.clarke@superh.com>
10926                           J"orn Rennecke <joern.rennecke@superh.com>
10927
10928         * sh.c (sh_adjust_cost): Special handling of SHMEDIA code.
10929         * sh.md (attribute issues): Replace with:
10930         (attribute pipe_model).  All users changed.
10931         (attribute type): Change pt / ptabs to pt_media / ptabs_media.
10932         All users changed.
10933         (function units sh5issue, sh5fds): New.
10934         (attribute is_mac_media): New.
10935         (adddi3_media, subdi3_media, divsi3_i1_media, anddi3): Add type.
10936         (andcdi3, iordi3, xordi3, ashldi3_media, lshrdi3_media): Likewise.
10937         (ashrdi3_media, negdi_media, extendsidi2, movqi_media): Likewise.
10938         (movhi_media, shori_media, movv2sf_i, jump_media): Likewise.
10939         (call_media, call_value_media, sibcall_media): Likewise.
10940         (casesi_jump_media, casesi_shift_media, casesi_load_media): Likewise.
10941         (return_media_i, addsf3_media, subsf3_media, mulsf3_media): Likewise.
10942         (mac_media, divsf3_media, floatdisf2, floatsisf2_media): Likewise.
10943         (fix_truncsfdi2, fix_truncsfsi2_media, cmpeqsf_media): Likewise.
10944         (cmpgtsf_media, cmpgesf_media, cmpunsf_media, negsf2_media): Likewise.
10945         (sqrtsf2_media, abssf2_media, adddf3_media, subdf3_media): Likewise.
10946         (muldf3_media, divdf3_media, floatdidf2, floatsidf2_media): Likewise.
10947         (fix_truncdfdi2, fix_truncdfsi2_media, cmpeqdf_media): Likewise.
10948         (cmpgtdf_media, cmpgedf_media,cmpundf_media, negdf2_media): Likewise.
10949         (sqrtdf2_media, absdf2_media, extendsfdf2_media): Likewise.
10950         (truncdfsf2_media): Likewise.
10951         (movsi_media, movsi_media_nofpu, movdi_media): Use new types.
10952         (movdi_media_nofpui, movdf_media, movdf_media_nofpu): Likewise.
10953
10954 Tue Jul  9 21:39:50 2002  J"orn Rennecke <joern.rennecke@superh.com>
10955
10956         * sh.h (PREDICATE_CODES): Add general_extend_operand and inqhi_operand.
10957         * sh.c (general_extend_operand, inqhi_operand): New functions.
10958         * sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): Collapse
10959         alternatives using 'N' modifier.  Add type.
10960         (adddi3z_media): Likewise.  Enable generator function generation.
10961         (movdicc_false, movdicc_true, addsi3_media, subsi3_media): Use more
10962         exact predicates / constraints.  Add type.
10963         (subsi3): Allow 0 for SHMEDIA.
10964         (udivsi3_i4_media): Use match_operand for input values
10965         rather than hard registers.
10966         (udivsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
10967         unnecessarily through hard registers.  Keep copies of pseudo
10968         registers outside of the libcall sequence.
10969         (mulsidi3_media, umulsidi3_media): Use more exact predicates.  Add type.
10970         (ashlsi3_media, ashrsi3_media, lshrsi3_media): Likewise.
10971         (zero_extendsidi2, zero_extendhidi2, zero_extendqidi2): Likewise.
10972         (extendhidi2, extendqidi2): Likewise.
10973         (andsi3_compact): Name.
10974         (andcdi3): Enable generator function generation.
10975         (zero_extendhisi2, zero_extendqisi2): Rename to
10976         (zero_extendhisi2_compact, zero_extendqisi2_compact).
10977         (extendhisi2, extendqisi2): Rename to
10978         (extendhisi2_compact, extendqisi2_compact).
10979         (rotldi3, rotldi3_mextr, rotrdi3, rotrdi3_mextr): New patterns.
10980         (loaddi_trunc, zero_extendhisi2, zero_extendhisi2_media): Likewise.
10981         (zero_extendhisi2_media+1, zero_extendqisi2): Likewise.
10982         (zero_extendqisi2_media, extendhisi2, extendhisi2_media): Likewise.
10983         (extendhisi2_media, extendhisi2_media+1, extendqisi2): Likewise.
10984         (extendqisi2_media, extendqisi2_media+1, truncdisi2): Likewise.
10985         (truncdihi2, truncdiqi2, reload_inqi, reload_inhi): Likewise.
10986         (shmedia32_initialize_trampoline_big): Likewise.
10987         (shmedia32_initialize_trampoline_little): Likewise.
10988         (nsb, nsbsi, nsbdi, ffsdi2, ffssi2, byterev): Likewise.
10989         (negdi2): Remove spurious T clobber.
10990         (zero_extendhidi2+1, extendhidi2+1, extendqidi2+1): Handle TRUNCATE.
10991         (movsi_media, movsi_media_nofpu): Remove spurious *k after b.
10992         (movdi_media, movdi_media_nofpu, pt, ptb): Likewise.
10993         (movsi_media_nofpu+2, movhi_media+1): Only do split after reload.
10994         (ic_invalidate_line_media): Write back data cache before invalidating
10995         instruction cache.  Add type.
10996         (movsf_media): Sign-extend when the destination is a general
10997         purpose register.  Add type.
10998         (bgt_media, bge_media, bgtu_media, bgeu_media, blt_media_i): Allow 0.
10999         (casesi_worker_0+1): Only increment ref count for proper label.
11000         (casesi_worker_0+2): Likewise.
11001
11002 2002-07-09  Mark Mitchell  <mark@codesourcery.com>
11003
11004         * dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.
11005
11006 2002-07-09  Steve Ellcey  <sje@cup.hp.com>
11007
11008         * gcc/except.c (expand_eh_region_end_cleanup): Change exception pointer
11009         from Pmode to ptr_mode.
11010         (get_exception_pointer): Ditto.
11011         (connect_post_landing_pads): Ditto.
11012         (dw2_build_landing_pads): Ditto.
11013
11014 2002-07-08  Steve Ellcey  <sje@cup.hp.com>
11015         * gcc/c-pragma.h (add_to_renaming_pragma_list): New function.
11016         * gcc/c-pragma.c (add_to_renaming_pragma_list): New function.
11017         (handle_pragma_redefine_extname): Change to use new function.
11018
11019 2002-07-08  Roger Sayle  <roger@eyesopen.com>
11020
11021         * combine.c (combine_simplify_rtx): Add an explicit cast
11022         to avoid signed/unsigned comparison warning.
11023         (simplify_if_then_else): Likewise.
11024         (extended_count): Likewise.
11025         (simplify_shift_const): Likewise.
11026         (simplify_comparison): Likewise.
11027
11028 2002-07-08  Richard Sandiford  <rsandifo@redhat.com>
11029
11030         * config/mips/mips.md: Add imadd type.  Update scheduler description
11031         to use imadd as well as imul.
11032         (*mul_acc_si, *madsi): Change imul alternatives to imadd.
11033         (*mul_acc_di, *mul_acc_64bit_di): Likewise.
11034         (*mul_sub_si): Likewise for first alternative.  Change second
11035         alternative from imul to multi.
11036
11037 2002-07-07  Neil Booth  <neil@daikokuya.co.uk>
11038
11039         * c-common.c (c_common_post_options): Update prototype;
11040         don't init backends if preprocessing only.
11041         * langhooks-def.h (LANG_HOOKS_POST_OPTIONS): Update.
11042         * langhooks.h (struct lang_hooks): Update post_options to
11043         return a boolean.
11044         * toplev.c (parse_options_and_default_flags, do_compile,
11045         lang_independent_init): Update prototypes.  Allow the
11046         front end to specify that there is no need to initialize
11047         the back end.
11048         (general_init): Move call to hex_init here...
11049         (toplev_main): ...from here.  Pass flag for back end init
11050         suppression.
11051
11052 Sun Jul  7 20:38:38 2002  J"orn Rennecke <joern.rennecke@superh.com>
11053
11054         * sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.
11055         (PREDICATE_CODES): Add entries for equality_comparison_operator,
11056         greater_comparison_operator and less_comparison_operator.
11057         * sh.c (print_operand): Add '\'' code.  Make 'o' handle
11058         more operators.
11059         (equality_comparison_operator): New function.
11060         (greater_comparison_operator, less_comparison_operator): Likewise.
11061         * sh.md (beq_media_i): Disable generator function generation.
11062         Use match_operator to handle a whole class of comparisons.  Add
11063         modifier in output template to provide branch prediction.  Add type.
11064         (bgt_media_i, ble_media_i): Likewise.  Allow zero operands.
11065         (bne_media_i, bge_media_i, bgtu_media_i, bgeu_media_i): Delete.
11066         (blt_media_i, bleu_media_i, bltu_media_i): Likewise.
11067         (bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Allow zero operands.
11068
11069 2002-07-07  Hans-Peter Nilsson  <hp@bitrange.com>
11070
11071         Emit MMIX function prologue and epilogue as rtl.
11072         * config/mmix/mmix.md ("call"): Use mmix_get_hard_reg_initial_val,
11073         not unprototyped get_hard_reg_initial_val.
11074         ("call_value", "nonlocal_goto_receiver"): Ditto.
11075         ("return"): Make define_expand.  Move real insn to...
11076         ("*expanded_return"): New pattern.
11077         ("prologue", "epilogue"): New define_expands.
11078         * config/mmix/mmix.h (MMIX_rO_REGNUM): New macro.
11079         (struct machine_function): New member in_prologue.
11080         (FIRST_PSEUDO_REGISTER): Adjust for including rO as register.
11081         (FIXED_REGISTERS, CALL_USED_REGISTERS): Ditto.
11082         (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Ditto.
11083         (MMIX_GNU_ABI_REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Ditto.
11084         (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Ditto.
11085         (LOCAL_REGNO): Define.  Adjust comment.
11086         * config/mmix/mmix.c (MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS):
11087         Consider regs_ever_live[MMIX_rJ_REGNUM], not just
11088         leaf_function_p.
11089         (MMIX_OUTPUT_REGNO): Don't translate registers while outputting
11090         the prologue.
11091         (mmix_target_asm_function_prologue): Make static.  Just mark that
11092         the prologue is being emitted.  Move guts to...
11093         (mmix_expand_prologue): New function.  Adjust for emitting
11094         prologue as rtl.  For sizes, use HOST_WIDE_INT only.
11095         (mmix_target_asm_function_epilogue): Make static.  Simply emit a
11096         \n.  Move guts to...
11097         (mmix_expand_epilogue): New function.  Adjust for emitting
11098         epilogue as rtl.  For sizes, use HOST_WIDE_INT only.
11099         (mmix_target_asm_function_end_prologue): Mark that the prologue
11100         has ended.
11101         (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
11102         (mmix_conditional_register_usage): Improve comments.
11103         (mmix_local_regno): New function.
11104         (mmix_emit_sp_add, mmix_get_hard_reg_initial_val): Ditto.
11105         * config/mmix/mmix-protos.h (mmix_local_regno): Prototype.
11106         (mmix_expand_prologue, mmix_expand_epilogue): Ditto.
11107         (mmix_get_hard_reg_initial_val): Ditto.
11108
11109 2002-07-06  Andreas Jaeger  <aj@suse.de>
11110
11111         * toplev.c (set_fast_math_flags): Don't use ISO C style function
11112         definitions.
11113         * gengtype.c (open_base_files): Likewise.
11114         (close_output_files): Likewise.
11115         * tracer.c (find_best_predecessor): Likewise.
11116         (find_best_successor): Likewise.
11117         (ignore_bb_p): Likewise.
11118
11119 2002-07-05  Roger Sayle  <roger@eyesopen.com>
11120
11121         PR c++/7099
11122         * builtin-attrs.def: Define new attribute lists for use in
11123         builtins.def.
11124         * builtins.def [DEF_BUILTIN]: Modify to take an additional
11125         ATTRS argument, an enumerated value defined in builtin-attrs.def
11126         that represents the attribute list for the builtins.  Modify
11127         all builtin functions to pass an appropriate attribute list.
11128         Specify "abort", "exit", "_exit" and "_Exit" builtins here with
11129         their required noreturn attributes.
11130         * tree.h (enum_builtin_function): Ignore the additional parameter
11131         to DEF_BUILTIN.
11132         * builtins.c (built_in_names): Likewise.
11133         * c-common.c: (builtin_function_2): Replace the "int noreturn_p"
11134         argument with a tree representing the functions attribute list.
11135         Pass this "attrs" argument to builtin_function.  No longer handle
11136         the noreturn_p processing manually.
11137         (built_in_attributes): Move the definitions from builtin-attrs.def
11138         before c_common_nodes_and_builtins.
11139         (c_common_nodes_and_builtins): Handle the new ATTRS parameter in
11140         DEF_BUILTIN, passing it to both builtin_function and the changed
11141         builtin_function_2.
11142
11143         * doc/extend.texi: Document __builtin_abort, __builtin_exit,
11144         __builtin__exit and __builtin__Exit.
11145
11146 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
11147
11148         * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating
11149         QI mode registers in soft registers.
11150         ("zero_extendqihi2"): Do not take into account soft registers
11151         for register allocation (use '*' constraint).
11152
11153 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
11154
11155         * config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know
11156         it is dead.
11157         ("*ashrsi3"): Likewise.
11158         ("*lshrsi3"): Likewise.
11159
11160 2002-07-05  Vladimir Makarov  <vmakarov@redhat.com>
11161
11162         * genautomata.c (output_max_insn_queue_index_def): Take latencies
11163         into account.
11164
11165 2002-07-05  Stephane Carrez  <stcarrez@nerim.fr>
11166
11167         * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
11168         address computation and memory moves.
11169
11170 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
11171
11172         PR c++/6706
11173         * dwarfout.c (output_reg_number): Fix warning message.
11174         (output_bound_representation): Check SAVE_EXPR_RTL is not NULL
11175         before using it.
11176
11177 2002-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11178
11179         * gcc/gcc.c (asm_debug): Move initialization ...
11180         (init_spec): ... here.
11181
11182 2002-07-05  Nathan Sidwell  <nathan@codesourcery.com>
11183
11184         * c-parse.in (extdef): Append ';'.
11185         (old_style_parm_decls): Append ';'.
11186
11187 2002-07-04  Daniel Jacobowitz  <drow@mvista.com>
11188
11189         * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to
11190         gcc_cv_as_gdwarf2_flag and gcc_cv_as_gstabs_debug_flag
11191         to gcc_cv_as_gstabs_flag.
11192         * configure: Rebuilt.
11193
11194 2002-07-04  Geoffrey Keating  <geoffk@redhat.com>
11195
11196         * ggc.h (ggc_add_root): Document as obsolete.
11197
11198 Thu Jul  4 07:58:01 2002  J"orn Rennecke <joern.rennecke@superh.com>
11199
11200         * sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
11201         (mshflo_w): Likewise.
11202
11203 Thu Jul  4 07:36:29 2002  J"orn Rennecke <joern.rennecke@superh.com>
11204
11205         * simplify-rtx.c (simplify_subreg): Reduce problem of finding
11206         vector mode subregs of constants to finding integer mode
11207         subregs of constants.
11208         * cse.c (cse_insn): Use simplify_gen_subreg.
11209         * convert.c (convert_to_integer): Don't strip a NOP_EXPR
11210         From a vector mode expression of different size than the
11211         target mode.
11212
11213 2002-07-03  Eric Christopher  <echristo@redhat.com>
11214
11215         * config/mips/linux.h: Add #undef for SUBTARGET_CPP_SPEC.
11216         * config/mips/mips.h: Remove deprecated -m<processor> options
11217         and cc1_cpu_spec associated.
11218         (CONSTANT_ADDRESS_P): Fix last patch.
11219         (ASM_DECLARE_FUNCTION_NAME): Declare. Fix comment.
11220         * config/mips/mips.md (bungt, bunge, sungt_df, sungt_sf, sunge_df,
11221         sunge_sf): Remove.
11222
11223 2002-07-03  Stan Shebs  <shebs@apple.com>
11224
11225         * config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
11226         (STRINGIFY_THIS, REALLY_STRINGIFY): Remove.
11227         (CPP_SPEC): Remove insertion of APPLE_CC definition.
11228
11229 2002-07-03  Roger Sayle  <roger@eyesopen.com>
11230
11231         * combine.c (struct_undo): Change types of recorded substitutions
11232         to be either "int" or "rtx", instead of "unsigned int" and "rtx".
11233         (do_SUBST_INT): Change types of the substitution from unsigned int
11234         to int, to avoid compilation warning from SUBST_INT's only caller.
11235
11236         (make_extraction): Add cast to avoid compilation warning.
11237         (force_to_mode): Remove cast to avoid compilation warning.
11238
11239 2002-07-03  Eric Botcazou  <ebotcazou@multimania.com>
11240             Jeff Law  <law@redhat.com>
11241
11242         * i386.md (length_immediate attribute): Fix typo.
11243         (length_address attribute): Likewise.
11244         (modrm attribute): Set it to 0 for immediate call instructions.
11245         (jcc_1 pattern): Set modrm attribute to 0.
11246         (jcc_2 pattern ): Likewise.
11247         (jump pattern): Likewise.
11248         (doloop_end_internal pattern): Explicitly set length.
11249         (leave pattern): Fix typo.
11250         (leave_rex64 pattern): Likewise.
11251
11252 2002-07-03  David Edelsohn  <edelsohn@gnu.org>
11253
11254         * config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode
11255         in FPR as preference.
11256         (fctiwz): Same.
11257         (floatdidf2, fix_truncdfdi2): Same.
11258         (floatdisf2, floatditf2, fix_trunctfdi2): Same.
11259         (floatditf2): Same.
11260         (floatsitf2, fix_trunctfsi2): SImode in GPR.
11261         (ctrdi): Remove FPR alternative and splitter.
11262
11263 2002-07-03  Will Cohen  <wcohen@redhat.com>
11264
11265         * config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro.
11266
11267 Wed Jul  3 10:24:16 2002  J"orn Rennecke <joern.rennecke@superh.com>
11268
11269         * optabs.c (expand_vector_binop): Don't store using a SUBREG smaller
11270         than UNITS_PER_WORD, unless this is little endian and the first unit
11271         in this word.  Let extract_bit_field decide how to load an element.
11272         Force arguments to matching mode.
11273         (expand_vector_unop): Likewise.
11274
11275         * simplify-rtx.c (simplify_subreg): Don't assume that all vectors
11276         consist of word_mode elements.
11277         * c-typeck.c (build_binary_op): Allow vector types for BIT_AND_EXPR,
11278         BIT_ANDTC_EXPR, BIT_IOR_EXPR and BIT_XOR_EXPR.
11279         (build_unary_op): Allow vector types for BIT_NOT_EPR.
11280         * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for
11281         CONST_VECTOR.
11282         * optabs.c (expand_vector_binop): Try to perform operation in
11283         smaller vector modes with same inner size.  Add handling of AND, IOR
11284         and XOR.  Reject expansion to inner-mode sized scalars when using
11285         OPTAB_DIRECT.  Use simplify_gen_subreg on constants.
11286         (expand_vector_unop): Try to perform operation in smaller vector
11287         modes with same inner size.  Add handling of one's complement.
11288         When there is no vector negate operation, try a vector subtract
11289         operation.  Use simplify_gen_subreg on constants.
11290         * simplify-rtx.c (simplify_subreg): Add capability to convert vector
11291         constants into smaller vectors with same inner mode, and to
11292         integer CONST_DOUBLEs.
11293
11294 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11295
11296         * c-parse.in (parsing_iso_function_signature): New variable.
11297         (extdef_1): New, copied from...
11298         (extdef): ... here.  Reset parsing_iso_function_signature.
11299         (old_style_parm_decls):  Reset parsing_iso_function_signature.
11300         (old_style_parm_decls_1): New, copied from old_style_parm_decls.
11301         Warn about ISO C style function definitions.
11302         (nested_function, notype_nested_function): Reset
11303         parsing_iso_function_signature.
11304         (parmlist_2): Set parsing_iso_function_signature.
11305
11306         * doc/invoke.texi (-Wtraditional): Document new behavior.
11307
11308 2002-07-02  Chris Demetriou  <cgd@broadcom.com>
11309
11310         * config.gcc (mips*el-*-*): Use tm_defines to set
11311         TARGET_ENDIAN_DEFAULT, rather than including mips/little.h.
11312         * config/mips/little.h: Remove.
11313
11314 2002-07-02 Devang Patel <dpatel@apple.com>
11315
11316         * objc/objc-act.c (adjust_type_for_id_default): Do not allow an
11317         object as parameter. Prevent something like 'NSObject' to be
11318         used as the type for a method argument.
11319
11320 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
11321
11322         * cpptrad.c: Update comment.
11323
11324 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
11325
11326         * doc/cpp.texi: Update for traditional preprocessing changes.
11327         * goc/cppopts.texi: Similarly.
11328
11329 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
11330
11331         * c-parse.in (designator): Enable designated initializers if ObjC.
11332         (objcmessageexpr): Remove references to objc_receiver_context.
11333         * objc/objc-act.h (objc_receiver_context): Remove decl.
11334         * objc/objc-act.c (objc_receiver_context): Remove.
11335         (lookup_objc_ivar): Test objc_method_context instead of
11336         objc_receiver_context.
11337
11338 Tue Jul  2 18:45:45 2002  J"orn Rennecke <joern.rennecke@superh.com>
11339
11340         * sh.c (print_operand, case 'N'): Allow zero vector.
11341         (arith_reg_or_0_operand): Likewise.
11342         (zero_vec_operand): Check for CONST_VECTOR, not PARALLEL.
11343         * sh.h (CONST_COSTS): 0 has 0 cost.  Check OUTER_CODE for
11344         IOR, XOR, PLUS and SET and take their respective constant
11345         ranges into account.
11346         (PREDICATE_CODES, arith_reg_or_0_operand): Can be CONST_VECTOR.
11347         * sh.md (subdi3, subdi3_media): Allow zero operand.
11348         (movv8qi_i+3): Only vector that is not split is the zero vector.
11349         Fix operand 3 to simplify_subreg.
11350         (movv2si_i): Split alternative 1.
11351         (mshfhi_l_di_rev+1): New splitter.
11352
11353 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
11354
11355         PR preprocessor/7029
11356         * cppinit.c (cpp_handle_option):  Suppress warnings with an
11357         implicit "-w" for "-M" and "-MM".
11358         * doc/cppopts.texi: Update.
11359
11360 2002-07-01  Roger Sayle  <roger@eyesopen.com>
11361
11362         * config/sh/sh.c (sh_media_init_builtins): Change use of poisoned
11363         identifier "bzero" to "memset".  Pass extra NULL_TREE argument to
11364         builtin_function.
11365
11366 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
11367
11368         * README.Portability: Fix typos.
11369
11370 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
11371
11372         PR target/7177
11373         * config/cris/cris.h (LEGITIMIZE_RELOAD_ADDRESS): Correct number
11374         of indirections for register inside sign-extended mem part.
11375
11376 2002-07-01  Roger Sayle  <roger@eyesopen.com>
11377
11378         * tree.h:  Modify builtin_function interface to take an extra
11379         argument ATTRS, which is a tree representing an attribute list.
11380
11381         * c-decl.c (builtin_function): Accept additional parameter.
11382         * objc/objc-act.c (builtin_function): Likewise.
11383         * f/com.c (builtin_function): Likewise.
11384         * java/decl.c (builtin_function): Likewise.
11385         * ada/utils.c (builtin_function): Likewise.
11386         * cp/decl.c (builtin_function): Likewise.
11387         (builtin_function_1): Likewise.
11388
11389         * c-common.c (c_common_nodes_and_builtins): Pass an additional
11390         NULL_TREE argument to builtin_function.  (builtin_function_2):
11391         Likewise.
11392         * cp/call.c (build_java_interface_fn_ref): Likewise.
11393         * objc/objc-act.c (synth_module_prologue): Likewise.
11394         * java/decl.c (java_init_decl_processing): Likewise.
11395         * f/com.c (ffe_com_init_0): Likewise.
11396
11397         * config/alpha/alpha.c (alpha_init_builtins): Pass an additional
11398         NULL_TREE argument to builtin_function.
11399         * config/arm/arm.c (def_builtin): Likewise.
11400         * config/c4x/c4x.c (c4x_init_builtins): Likewise.
11401         * config/i386/i386.c (def_builtin): Likewise.
11402         * config/ia64/ia64.c (def_builtin): Likewise.
11403         * config/rs6000/rs6000.c (def_builtin): Likewise.
11404
11405 2002-07-01  Zack Weinberg  <zack@codesourcery.com>
11406
11407         * config/ip2k/t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
11408         * config/mips/t-isa3264: Likewise.
11409         * config/mmix/t-mmix: Likewise.
11410
11411 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11412
11413         * emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.
11414
11415 2002-07-01  Roger Sayle  <roger@eyesopen.com>
11416
11417         PR opt/4046
11418         * fold-const.c (fold) [COND_EXPR]: Simplify A ? 0 : 1 to !A,
11419         A ? B : 0 to A && B and A ? B : 1 into !A || B if both A and
11420         B are truth values.
11421
11422 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11423
11424         * config/mmix/t-mmix: Eliminate last reference to LIBGCC1_TEST.
11425
11426 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11427
11428         * README.Portability (Function prototypes): Give an example of
11429         declaring and defining a function with no arguments.
11430
11431         * README.Portability (Function prototypes): Document new
11432         variable-argument function macros.
11433
11434 Mon Jul  1 19:55:17 2002  J"orn Rennecke <joern.rennecke@superh.com>
11435
11436         * sh.c (langhooks.h): Include.
11437         (sh_init_builtins, sh_media_init_builtins): New functions.
11438         (sh_expand_builtin, arith_reg_dest,and_operand): Likewise.
11439         (mextr_bit_offset, extend_reg_operand, zero_vec_operand): Likewise.
11440         (sh_rep_vec, sh_1el_vec, sh_const_vec): Likewise.
11441         (builtin_description): New struct tag.
11442         (signature_args, bdesc): New arrays.
11443         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Undef / define.
11444         (print_operand): Add 'N' modifier.
11445         * sh.h (VECTOR_MODE_SUPPORTED_P): Add SHmedia vector modes.
11446         (EXTRA_CONSTRAINT_U, EXTRA_CONSTRAINT_W): New macros.
11447         (EXTRA_CONSTRAINT): Add 'U' and 'W' cases.
11448         (CONST_COSTS): Add special case for SHmedia AND.
11449         (PREDICATE_CODES): Add and_operand, arith_reg_dest,
11450         extend_reg_operand, extend_reg_or_0_operand, mextr_bit_offset,
11451         sh_const_vec, sh_1el_vec, sh_rep_vec, zero_vec_operand.
11452         target_operand can also be const or unspec.
11453         * sh.md (UNSPEC_INIT_TRAMP, UNSPEC_FCOSA UNSPEC_FSRRA): New constants.
11454         (UNSPEC_FSINA, UNSPEC_NSB, UNSPEC_ALLOCO): Likewise.
11455         (attribute type): Add new types.
11456         (anddi3): Add splitter.
11457         (movdi_const_16bit+1): Add code to handle vector constants and
11458         bitmasks efficiently.
11459         (shori_media): Have generator function made.
11460         (movv8qi, movv8qi_i, movv8qi_i+1, movv8qi_i+2): New patterns.
11461         (movv8qi_i+3, movv2hi, movv2hi_i, movv4hi, movv4hi_i): Likewise.
11462         (movv2si, movv2si_i, absv2si2, absv4hi2, addv2si3, addv4hi3): Likewise.
11463         (ssaddv2si3, usaddv8qi3, ssaddv4hi3, negcmpeqv8qi): Likewise.
11464         (negcmpeqv2si, negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si): Likewise.
11465         (negcmpgtv4hi, mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub): Likewise.
11466         (mextr_rl, mextr_lr, mextr1, mextr2, mextr3, mextr4, mextr5): Likewise.
11467         (mextr6, mextr7, mmacfx_wl, mmacfx_wl_i, mmacnfx_wl): Likewise.
11468         (mmacnfx_wl_i, mulv2si3, mulv4hi3, mmulfx_l, mmulfx_w): Likewise.
11469         (mmulfxrp_w, mmulhi_wl, mmullo_wl, mmul23_wl, mmul01_wl): Likewise.
11470         (mmulsum_wq, mmulsum_wq_i, mperm_w, mperm_w_little): LIkewise.
11471         (mperm_w_big, mperm_w0, msad_ubq, msad_ubq_i, mshalds_l): Likewise.
11472         (mshalds_w, ashrv2si3, ashrv4hi3, mshards_q, mshfhi_b): Likewise.
11473         (mshflo_b,  mshf4_b, mshf0_b, mshfhi_l, mshflo_l, mshf4_l): Likewsie.
11474         (mshf0_l, mshfhi_w, mshflo_w, mshf4_w, mshf0_w, mshfhi_l_di): Likewise.
11475         (mshfhi_l_di_rev, mshflo_l_di, mshflo_l_di_rev): Likewise.
11476         (mshflo_l_di_x, mshflo_l_di_x_rev, ashlv2si3, ashlv4hi3): Likewise.
11477         (lshrv2si3, lshrv4hi3, subv2si3, subv4hi3, sssubv2si3): Likewise.
11478         (ussubv8qi3, sssubv4hi3, fcosa_s, fsina_s, fipr, fsrra_s): Likewise.
11479         (ftrv): Likewise.
11480
11481         (fpu_switch+1, fpu_switch+2): Remove constraint.
11482
11483 2002-07-01  Aldy Hernandez  <aldyh@redhat.com>
11484
11485         * tree.c (build_function_type_list): Update function comment.
11486         Rename first argument to return_type.
11487
11488 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
11489
11490         * Makefile.in: Remove all trace of tradcpp.c, tradcpp.h,
11491         tradcif.y and related files.
11492
11493 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
11494
11495         * cpptrad.c (skip_whitespace): Pass pointer to prior char.
11496
11497 2002-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11498
11499         * mips.h (FUNCTION_ARG_REGNO_P): Fix parentheses.
11500
11501 See ChangeLog.7 for earlier changes.