re PR target/7842 ([REGRESSION] sparc code gen bug)
[gcc.git] / gcc / ChangeLog
1 2002-09-25 David S. Miller <davem@redhat.com>
2
3 PR target/7842
4 * config/sparc/sparc.c (set_extends): SImode ASHIFT does not
5 extend.
6
7 2002-09-25 Richard Henderson <rth@redhat.com>
8
9 * emit-rtl.c (const_double_htab_eq): Distinguish integer and
10 fp CONST_DOUBLE; use real_identical.
11
12 2002-09-25 Mark Mitchell <mark@codesourcery.com>
13
14 * doc/invoke.texi: Add more -Wabi examples.
15
16 2002-09-25 Richard Sandiford <rsandifo@redhat.com>
17
18 * config/mips/mips.h (TARGET_MIPS4100): Add missing bracket.
19
20 2002-09-24 Denis Chertykov <denisc@overta.ru>
21
22 * config/ip2k/ip2k.c (function_epilogue): Fix wrong numbers in
23 cases of optimizing "add sp,w" to "inc sp".
24
25 2002-09-24 Adam Nemet <anemet@lnxw.com>
26
27 * config/arm/arm.c (thumb_unexpanded_epilogue): Don't generate
28 epilogue for naked functions.
29
30 2002-09-24 Adam Nemet <anemet@lnxw.com>
31 Nick Clifton <nickc@redhat.com>
32
33 * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Remove.
34 (FUNCTION_PROFILER): Only invoke THUMB_FUNCTION_PROFILER if it
35 is defined.
36
37 2002-09-24 Ulrich Weigand <uweigand@de.ibm.com>
38
39 * config/s390/s390.c (preferred_la_operand_p): New function.
40 * config/s390/s390-protos.h (preferred_la_operand_p): Declare it.
41 * config/s390/s390.md ("addaddr_esame", "*la_ccclobber"): Replace by ...
42 ("*la_64_cc", "*la_31_cc", splitters): ... these.
43 ("*la_31"): Deactivate for TARGET_64BIT.
44 ("*la_31_and", "*la_31_and_cc"): New.
45
46 2002-09-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
47
48 * real.h (real_value): Make `exp' explicitly signed.
49
50 2002-09-24 Kazu Hirata <kazu@cs.umass.edu>
51
52 * config/elfos.h: Follow spelling conventions.
53 * config/alpha/alpha.h: Likewise.
54 * config/arc/arc.h: Likewise.
55 * config/arm/arm.md: Likewise.
56 * config/avr/avr.h: Likewise.
57 * config/cris/cris.md: Likewise.
58 * config/d30v/d30v.h: Likewise.
59 * config/frv/frv.c: Likewise.
60 * config/frv/frv.h: Likewise.
61 * config/h8300/h8300.c: Likewise.
62 * config/h8300/h8300.h: Likewise.
63 * config/h8300/h8300.md: Likewise.
64 * config/i386/cygwin.h: Likewise.
65 * config/i386/i386.h: Likewise.
66 * config/i386/sysv3.h: Likewise.
67 * config/i960/i960.h: Likewise.
68 * config/ia64/ia64.h: Likewise.
69 * config/ia64/ia64.md: Likewise.
70 * config/ip2k/ip2k.h: Likewise.
71 * config/m32r/m32r.h: Likewise.
72 * config/m68k/m68k.h: Likewise.
73 * config/m88k/m88k.h: Likewise.
74 * config/mcore/mcore.c: Likewise.
75 * config/mcore/mcore.h: Likewise.
76 * config/mcore/mcore.md: Likewise.
77 * config/mips/mips.h: Likewise.
78 * config/mmix/mmix.h: Likewise.
79 * config/mmix/mmix.md: Likewise.
80 * config/ns32k/netbsd.h: Likewise.
81 * config/ns32k/ns32k.h: Likewise.
82 * config/ns32k/ns32k.md: Likewise.
83 * config/pa/pa.h: Likewise.
84 * config/romp/romp.h: Likewise.
85 * config/rs6000/rs6000.h: Likewise.
86 * config/rs6000/rs6000.md: Likewise.
87 * config/sparc/sparc.h: Likewise.
88 * config/stormy16/stormy-abi: Likewise.
89 * config/stormy16/stormy16.h: Likewise.
90 * config/vax/vax.h: Likewise.
91
92 2002-09-23 Zack Weinberg <zack@codesourcery.com>
93
94 * version.c (version_string): Now const char[].
95 * version.h: Update to match.
96
97 2002-09-23 Richard Henderson <rth@redhat.com>
98
99 * config/i386/i386.h (MASK_ACCUMULATE_OUTGOING_ARGS_SET, MASK_MMX_SET,
100 MASK_SSE_SET, MASK_SSE2_SET, MASK_3DNOW_SET, MASK_3DNOW_A_SET): Kill.
101 (TARGET_SWITCHES): Don't reference them.
102 * config/i386/i386.c (override_options): Use target_flags_explicit
103 to examine bits set by the user.
104
105 2002-09-23 Dale Johannesen <dalej@apple.com>
106
107 * dbxout.c (dbxout_parms): Set current_sym_code for params
108 passed on stack by invisible reference.
109
110 2002-09-23 Richard Earnshaw <rearnsha@arm.com>
111
112 * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Always allocate
113 at least one byte of space.
114
115 2002-09-23 Mark Mitchell <mark@codesourcery.com>
116
117 * c-common.h (flag_abi_version): Fix typo in comment.
118 * doc/invoke.texi (flag_abi_version): Document default value.
119
120 2002-09-23 Hans-Peter Nilsson <hp@axis.com>
121
122 * doc/extend.texi (Extended Asm): Clarify that overlap between
123 asm-declared register variables used in an asm and the asm clobber
124 list is not allowed.
125 * stmt.c (decl_conflicts_with_clobbers_p): New function.
126 (expand_asm_operands): Keep track of clobbered registers. Call
127 decl_conflicts_with_clobbers_p for each input and output operand.
128 If no conflicts found before, also do conflict sanity check when
129 emitting clobbers.
130
131 2002-09-23 Richard Henderson <rth@redhat.com>
132
133 * c-common.c (cpp_define_data_format): Remove.
134 (cb_register_builtins): Don't define __WCHAR_BIT__, __SHRT_BIT__,
135 __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
136 __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
137 * doc/cpp.texi: Don't document them either.
138 (__SCHAR_MAX__, __SHRT_MAX__, __INT_MAX__, __LONG_MAX__,
139 __LONG_LONG_MAX__): Document.
140 (__TARGET_FLOAT_FORMAT__): Remove.
141
142 2002-09-23 Richard Henderson <rth@redhat.com>
143
144 * real.c (do_multiply): Normalize U before addition.
145
146 2002-09-23 Mark Mitchell <mark@codesourcery.com>
147
148 * c-common.c (flag_abi_version): New variable.
149 * c-common.h (flag_abi_version): Declare it.
150 * c-opts.c (missing_arg): Add -fabi-version.
151 (c_common_decode_option): Process -fabi-version.
152 * doc/invoke.texi (-fabi-version): Document it.
153 (-Wabi): Add information about bit-fields in unions.
154
155 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
156
157 * config/mips/netbsd.h (SUBTARGET_ASM_SPEC): Always pass -KPIC
158 unless -fno-pic or -fno-PIC is specified.
159
160 2002-09-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
161
162 * c-common.c (preprocessing_trad_p): Define.
163 * pa-hiux.h, pa-hpux.h, pa-hpux7.h (CPP_PREDEFINES): Delete.
164 (TARGET_OS_CPP_BUILTINS, SUBTARGET_SWITCHES): Define.
165 * pa-hpux10.h (TARGET_OS_CPP_BUILTINS, CPP_SPEC): Define.
166 * pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define.
167 * pa-linux.h (CPP_PREDEFINES): Delete.
168 (TARGET_OS_CPP_BUILTINS, CPP_SPEC): Define.
169 * pa32-linux.h, pa64-linux.h (CPP_SPEC): Delete.
170 * pa-osf.h, pa-pro-end.h, rtems.h (CPP_PREDEFINES): Delete.
171 (TARGET_OS_CPP_BUILTINS): Define.
172 * pa.h (MASK_SIO, TARGET_SIO, TARGET_PA_10): Define.
173 (TARGET_SWITCHES): Reformat. Use N_() macro. Add SUBTARGET_SWITCHES.
174 (SUBTARGET_SWITCHES): Provide default definition.
175 (TARGET_OPTIONS): Reformat. Use N_() macro.
176 (CPP_PA10_SPEC, CPP_PA11_SPEC, CPP_PA20_SPEC, CPP_64BIT_SPEC,
177 CPP_CPU_DEFAULT_SPEC, CPP_64BIT_DEFAULT_SPEC, SUBTARGET_EXTRA_SPECS,
178 EXTRA_SPECS, CPP_SPEC, CPLUSPLUS_CPP_SPEC, CPP_PREDEFINES): Delete.
179 (TARGET_CPU_CPP_BUILTINS): Define.
180 (TARGET_OS_CPP_BUILTINS): Define for BSD-like systems.
181 * doc/invoke.texi (msio, mwsio): Document new hppa options.
182 * doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Document macro
183 preprocessing_trad_p().
184
185 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
186
187 * doc/install.texi: Document behavior of --with-headers and
188 --with-libs when arguments are omitted.
189
190 2002-09-22 Kazu Hirata <kazu@cs.umass.edu>
191
192 * dbxout.c: Follow spelling conventions.
193 * defaults.h: Likewise.
194 * df.c: Likewise.
195 * diagnostic.h: Likewise.
196 * doloop.c: Likewise.
197 * dwarf2out.c: Likewise.
198 * dwarfout.c: Likewise.
199 * emit-rtl.c: Likewise.
200 * except.c: Likewise.
201 * explow.c: Likewise.
202 * expmed.c: Likewise.
203 * expr.c: Likewise.
204 * expr.h: Likewise.
205 * flags.h: Likewise.
206 * flow.c: Likewise.
207 * fold-const.c: Likewise.
208 * function.c: Likewise.
209 * function.h: Likewise.
210 * gcc.c: Likewise.
211 * gcov-io.h: Likewise.
212 * gcov.c: Likewise.
213 * gcse.c: Likewise.
214 * genattrtab.c: Likewise.
215 * genconfig.c: Likewise.
216 * genrecog.c: Likewise.
217 * ggc-page.c: Likewise.
218 * ggc.h: Likewise.
219 * global.c: Likewise.
220 * gthr-win32.h: Likewise.
221 * integrate.c: Likewise.
222 * jump.c: Likewise.
223 * langhooks.c: Likewise.
224 * langhooks.h: Likewise.
225 * line-map.h: Likewise.
226 * local-alloc.c: Likewise.
227 * longlong.h: Likewise.
228 * loop.c: Likewise.
229 * loop.h: Likewise.
230
231 Tue Aug 27 22:26:35 CEST 2002 Jan Hubicka <jh@suse.cz>
232
233 * i386.h (BIGGEST_FIELD_ALIGNMENT): Set proper default for x86_64.
234
235 Tue Aug 27 20:07:01 CEST 2002 Jan Hubicka <jh@suse.cz>
236
237 * i386.c (overwrite_options): Set -mpreferred-stack-boundary to 128
238 for -Os/TARGET_64BIT too.
239
240 2002-09-21 Kazu Hirata <kazu@cs.umass.edu>
241
242 * ChangeLog: Follow spelling conventions.
243 * ChangeLog.0: Likewise.
244 * ChangeLog.1: Likewise.
245 * ChangeLog.2: Likewise.
246 * ChangeLog.3: Likewise.
247 * ChangeLog.4: Likewise.
248 * ChangeLog.5: Likewise.
249 * ChangeLog.6: Likewise.
250 * FSFChangeLog.10: Likewise.
251 * FSFChangeLog.11: Likewise.
252 * alias.c: Likewise.
253 * basic-block.h: Likewise.
254 * c-aux-info.c: Likewise.
255 * c-common.c: Likewise.
256 * c-common.h: Likewise.
257 * c-decl.c: Likewise.
258 * c-format.c: Likewise.
259 * c-semantics.c: Likewise.
260 * c-typeck.c: Likewise.
261 * calls.c: Likewise.
262 * cfganal.c: Likewise.
263 * cfgloop.c: Likewise.
264 * collect2.c: Likewise.
265 * combine.c: Likewise.
266 * conflict.c: Likewise.
267 * cppexp.c: Likewise.
268 * cppfiles.c: Likewise.
269 * cpphash.h: Likewise.
270 * cppinit.c: Likewise.
271 * cpplex.c: Likewise.
272 * cpplib.c: Likewise.
273 * cpplib.h: Likewise.
274 * cppmacro.c: Likewise.
275 * cse.c: Likewise.
276
277 2002-09-21 Richard Earnshaw <rearnsha@arm.com>
278
279 * netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): New, takes old definition of
280 LINK_SPEC.
281 (LINK_SPEC): Define to NETBSD_LINK_SPEC_AOUT.
282 * arm/netbsd.h (SUBTARGET_EXTRA_SEPCS): Add NETBSD_LINK_SPEC_AOUT.
283 (LINK_SPEC): Rework to use NETBSD_LINK_SPEC_AOUT).
284
285 2002-09-21 Richard Earnshaw <rearnsha@arm.com>
286
287 PR opt/7930
288 * cse.c (fold_rtx): Calculate old_cost before we fold each
289 operand.
290
291 2002-09-21 Richard Henderson <rth@redhat.com>
292
293 * c-common.c (cpp_define_data_format): Remove __GCC_LITTLE_ENDIAN__,
294 __GCC_BIG_ENDIAN__, __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
295 __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
296 __TARGET_USES_VAX_F_FLOAT__, __TARGET_USES_VAX_D_FLOAT__,
297 __TARGET_USES_VAX_G_FLOAT__, __TARGET_USES_VAX_H_FLOAT__.
298 * doc/cpp.texi: Don't document them.
299
300 2002-09-21 Richard Henderson <rth@redhat.com>
301
302 * c-common.c (builtin_define_float_constants): Use real_format
303 to get the floating-point parameters.
304
305 2002-09-21 Richard Henderson <rth@redhat.com>
306
307 * real.c (struct real_format): Move to real.h.
308 (real_format_for_mode): Rename from fmt_for_mode; update all users;
309 initialize with ieee defaults.
310 (real_to_target_fmt, real_from_target_fmt): New.
311 (ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
312 ieee_extended_intel_96_format, ieee_extended_intel_128_format,
313 ieee_quad_format, i370_single_format, i370_double_format,
314 c4x_single_format, c4x_extended_format): Rename from s/_format//.
315 (ieee_quad_format): Fix emin.
316 (format_for_size, init_real_once): Remove.
317 * real.h (struct real_format): Move from real.c.
318 (real_format_for_mode): Declare.
319 (real_to_target_fmt, real_from_target_fmt): Declare.
320 (ieee_single_format, ieee_double_format, ieee_extended_motorola_format,
321 ieee_extended_intel_96_format, ieee_extended_intel_128_format,
322 ieee_quad_format, vax_f_format, vax_d_format, vax_g_format,
323 i370_single_format, i370_double_format, c4x_single_format,
324 c4x_extended_format): Declare.
325 * toplev.c (do_compile): Don't call init_real_once.
326
327 * defaults.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
328 * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Remove.
329
330 * config/alpha/alpha.h (TARGET_FLOAT_FORMAT): Define.
331 * config/alpha/osf5.h (LONG_DOUBLE_TYPE_SIZE): 64, if vax mode.
332 * config/alpha/alpha.c (override_options): Set real_format_for_mode
333 for VAX, if enabled.
334
335 * config/c4x/c4x.c (c4x_override_options): Set real_format_for_mode
336 for C4X.
337
338 * config/i370/i370.h (OVERRIDE_OPTIONS): New.
339 * config/i370/i370.c (override_options): New.
340 * config/i370/i370-protos.h: Update.
341
342 * config/i386/i386.c (override_options): Set real_format_for_mode
343 for Intel 80-bit extended.
344 * config/i386/i386.h (INTEL_EXTENDED_IEEE_FORMAT): Remove.
345
346 * config/i960/i960.h (LONG_DOUBLE_TYPE_SIZE): Mind -mlong-double-64.
347 (OVERRIDE_OPTIONS): Move code...
348 * config/i960/i960.c (i960_initialize): ... here. Set
349 real_format_for_mode for Intel 80-bit extended.
350
351 * config/ia64/ia64.c (ia64_override_options): Set real_format_for_mode
352 for Intel 80-bit extended, if enabled.
353
354 * config/m68k/m68k.c (override_options): Set real_format_for_mode
355 for Motorola 96-bit extended.
356
357 * config/vax/vax.h (OVERRIDE_OPTIONS): New.
358 * config/vax/vax.c (override_options): New.
359 * config/vax/vax-protos.h: Update.
360
361 2002-09-21 Alan Modra <amodra@bigpond.net.au>
362
363 * config/rs6000/rs6000.md (builtin_setjmp_receiver): Add
364 #if TARGET_MACHO.
365
366 * config/rs6000/rs6000.md (floatdisf2_internal2): Combine
367 insns. Supply missing clobber of scratch reg.
368
369 2002-09-20 Kazu Hirata <kazu@cs.umass.edu>
370
371 * config/m32r/m32r.c: Follow spelling conventions.
372 * config/m32r/m32r.h: Likewise.
373 * config/m32r/m32r.md: Likewise.
374 * config/m68k/m68k.c: Likewise.
375 * config/m88k/m88k.c: Likewise.
376 * config/mcore/mcore.c: Likewise.
377 * config/mips/mips.c: Likewise.
378 * config/mips/mips.h: Likewise.
379 * config/mmix/mmix.c: Likewise.
380 * config/mn10200/mn10200.c: Likewise.
381 * config/ns32k/ns32k.h: Likewise.
382 * config/pa/pa.c: Likewise.
383 * config/pa/pa64-linux.h: Likewise.
384 * config/pdp11/pdp11.h: Likewise.
385 * config/romp/romp.c: Likewise.
386 * config/romp/romp.h: Likewise.
387 * config/rs6000/eabi.asm: Likewise.
388 * config/rs6000/linux64.h: Likewise.
389 * config/rs6000/rs6000.c: Likewise.
390 * config/rs6000/rs6000.h: Likewise.
391 * config/rs6000/rs6000.md: Likewise.
392 * config/rs6000/sysv4.h: Likewise.
393 * config/rs6000/xcoff.h: Likewise.
394
395 2002-09-20 Jim Wilson <wilson@redhat.com>
396
397 * config/v850/v850/lib1funcs.asm (__muldi3): Change r5 to r28.
398
399 2002-09-20 Jakub Jelinek <jakub@redhat.com>
400
401 * config/i386/i386.md (UNSPEC_GOTNTPOFF, UNSPEC_INDNTPOFF): New.
402 * config/i386/i386.c (legitimate_pic_address_disp_p): Handle
403 UNSPEC_GOTNTPOFF and UNSPEC_INDNTPOFF like UNSPEC_GOTTPOFF.
404 (legitimate_address_p): Likewise.
405 (legitimize_address): Use @gotntpoff and @indntpoff.
406 (output_pic_addr_const): Handle UNSPEC_GOTNTPOFF and UNSPEC_INDNTPOFF.
407 (output_addr_const_extra): Likewise.
408
409 2002-09-20 Jim Wilson <wilson@redhat.com>
410
411 * combine.c (try_combine): When split an instruction pair, where the
412 first has a sign_extend src, verify that the src and dest modes match.
413
414 2002-09-20 Richard Henderson <rth@redhat.com>
415
416 * config/mips/mips.c (dfhigh, dflow, sfhigh, sflow): Remove.
417 (override_options): Do not initialize them.
418 (mips_const_double_ok): Allow no fp constants except zero,
419 and not even that for mips16.
420 (const_float_1_operand): Use dconst1.
421 * config/mips/mips.md (movsf, movsf_internal1, movsf_internal2,
422 movdf, movdf_internal1, movdf_internal1a, movdf_internal2):
423 Don't allow arbitrary constants; fix predicates and C constraint.
424
425 2002-09-20 Neil Booth <neil@daikokuya.co.uk>
426
427 * cppmacro.c: Don't warn about function-like macros without
428 '(' during pre-expansion.
429
430 2002-09-20 Jim Wilson <wilson@redhat.com>
431
432 * config/v850/v850.c (current_function_anonymous_args): Delete.
433 (expand_prologue): Use current_function_args_info.anonymous_args.
434 (expand_epilogue): Delete use of current_function_anonymous_args.
435 * config/v850/v850.h (struct cum_arg): Add anonymous_args field.
436 (INIT_CUMULATIVE_ARGS): Clear anonymous_args field.
437 (current_function_anonymous_args): Delete extern declaration.
438 (SETUP_INCOMING_VARARGS): Set anonymous_args field.
439
440 2002-09-20 Geoffrey Keating <geoffk@apple.com>
441
442 * config/rs6000/rs6000.c (rs6000_emit_prologue): Update for change
443 to load_macho_picbase.
444 * config/rs6000/rs6000.md: Document Darwin-specific unspec IDs.
445 (load_macho_picbase): Take the symbol to use as a parameter.
446 (macho_correct_pic): New insn.
447 (builtin_setjmp_reciever): On Darwin, restore the PIC register.
448
449 * config/rs6000/rs6000.h (ELIMINABLE_REGS): Use
450 RS6000_PIC_OFFSET_TABLE_REGNUM rather than hardcoding 30.
451 (CAN_ELIMINATE): Likewise.
452 (INITIAL_ELIMINATION_OFFSET): Likewise.
453 (TOC_REGISTER): Likewise.
454
455 2002-09-20 Richard Henderson <rth@redhat.com>
456
457 * real.c (real_hash): New.
458 * real.h: Declare it.
459 * cse.c (canon_hash): Use it.
460 * cselib.c (hash_rtx): Likewise.
461 * emit-rtl.c (const_double_htab_hash): Likewise.
462 * rtl.h (CONST_DOUBLE_REAL_VALUE): New.
463 * varasm.c (struct rtx_const): Reduce vector size; separate
464 integer and fp vectors.
465 (HASHBITS): Remove.
466 (const_hash_1): Rename from const_hash. Use real_hash. Do not
467 take modulus MAX_HASH_TABLE.
468 (const_hash): New. Do take modulus MAX_HASH_TABLE.
469 (output_constant_def): Do not take modulus MAX_HASH_TABLE.
470 (SYMHASH): Don't use HASHBITS.
471 (decode_rtx_const): Copy only active bits from REAL_VALUE_TYPE.
472 Fix CONST_VECTOR thinko wrt fp vectors. Fix kind comparison.
473 (simplify_subtraction): Fix kind comparison.
474 (const_hash_rtx): Return unsigned int. Don't use HASHBITS.
475 Use a union to pun integer array.
476 * config/rs6000/rs6000.c (rs6000_hash_constant): Use real_hash;
477 only hash two words of integral CONST_DOUBLE.
478
479 2002-09-20 Steve Ellcey <sje@cup.hp.com>
480
481 * config/ia64/hpux.h (STARTFILE_SPEC): Modify.
482 (STARTFILE_PREFIX_SPEC): New.
483 (LINK_SPEC): Modify.
484 (LIB_SPEC): Modify.
485 (LIBGCC_SPEC): New.
486
487 2002-09-20 Jakub Jelinek <jakub@redhat.com>
488
489 * config/i386/i386.c (legitimate_pic_address_disp_p): Allow
490 UNSPEC_NTPOFF and UNSPEC_DTPOFF to be offsetted by constant.
491
492 2002-09-20 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
493
494 * config/arm/arm.md (sign_extract_onebit, not_signextract_onebit):
495 Add clobber of the condition code register.
496
497 2002-09-20 Richard Henderson <rth@redhat.com>
498
499 * real.c (do_fix_trunc): Static.
500 (encode_ieee_single, encode_ieee_double, encode_ieee_extended,
501 encode_ieee_quad, encode_vax_f, encode_vax_d, encode_vax_g,
502 encode_i370_single, encode_i370_double, encode_c4x_single,
503 encode_c4x_extended): Add default abort case.
504
505 2002-09-20 Richard Henderson <rth@redhat.com>
506
507 * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS,
508 MAX_EXP, SIGSZ, SIG_MSB, struct real_value): Move from real.c.
509 (struct realvaluetype): Remove.
510 (REAL_VALUE_TYPE): Use struct real_value.
511 (REAL_VALUE_TYPE_SIZE): Use SIGNIFICAND_BITS.
512 (test_real_width): New.
513 * real.c: Global replace struct real_value with REAL_VALUE_TYPE.
514 (real_arithmetic): Avoid hoops for REAL_VALUE_TYPE parameters.
515 (real_compare, real_exponent, real_ldexp, real_isinf, real_isnan,
516 real_isneg, real_isnegzero, real_identical, exact_real_inverse,
517 real_to_integer, real_to_integer2, real_to_decimal,
518 real_to_hexadecimal, real_from_string, real_from_integer,
519 real_inf, real_nan, real_2expN, real_convert, real_to_target,
520 real_from_target): Likewise.
521 * tree.h (struct tree_real_cst): Use real_value not realvaluetype.
522 * gengtype-yacc.y (bitfieldopt): Accept an ID as well.
523
524 2002-09-20 Richard Henderson <rth@redhat.com>
525
526 * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT,
527 IBM_FLOAT_FORMAT, C4X_FLOAT_FORMAT, TARGET_FLOAT_FORMAT): Move ...
528 * defaults.h: ... here.
529 * config/arm/arm.h, config/avr/avr.h, config/d30v/d30v.h,
530 config/fr30/fr30.h, config/frv/frv.h, config/ia64/ia64.h,
531 config/ip2k/ip2k.h, config/mips/mips.h, config/stormy16/stormy16.h,
532 config/xtensa/xtensa.h (TARGET_FLOAT_FORMAT): Remove.
533
534 2002-09-20 Hans-Peter Nilsson <hp@bitrange.com>
535
536 * config/mmix/mmix.md ("negdf2"): Rewrite.
537 ("*expanded_negdf2"): New.
538
539 2002-09-19 Jim Wilson <wilson@redhat.com>
540
541 * combine.c (simplify_set): When optimizing a subreg src with a
542 cc0 dest, use GET_MODE (src) for mask instead of inner_mode.
543
544 2002-09-19 Dale Johannesen <dalej@apple.com>
545 * combine.c (make_extraction): Don't create
546 invalid subreg.
547
548 2002-09-19 Ulrich Weigand <uweigand@de.ibm.com>
549
550 * config/s390/s390.c (addr_generation_dependency_p): Handle SUBREG
551 and STRICT_LOW_PART within SET_DEST.
552 * config/s390/s390.md ("*extractqi", "*extracthi"): New insns with
553 splitters, replacing pre-reload splitters.
554 ("*zero_extendhisi2_31", "*zero_extendqisi2_31",
555 "*zero_extendqihi2_31"): New insns.
556 ("*zero_extendqihi2_64"): Do not clobber CC.
557
558 2002-09-19 Steve Ellcey <sje@cup.hp.com>
559
560 * config/ia64/hpux.h (CTORS_SECTION_ASM_OP): New.
561 (DTORS_SECTION_ASM_OP): Ditto.
562 (READONLY_DATA_SECTION_ASM_OP): Moved.
563 (DATA_SECTION_ASM_OP): New.
564 (SDATA_SECTION_ASM_OP): New.
565 (BSS_SECTION_ASM_OP): New.
566 (SBSS_SECTION_ASM_OP): New.
567 (TEXT_SECTION_ASM_OP): New.
568
569 2002-09-19 Kazu Hirata <kazu@cs.umass.edu>
570
571 * config/fp-bit.c: Follow spelling conventions.
572 * config/d30v/d30v.c: Likewise.
573 * config/d30v/d30v.h: Likewise.
574 * config/fr30/fr30.c: Likewise.
575 * config/fr30/fr30.h: Likewise.
576 * config/fr30/fr30.md: Likewise.
577 * config/frv/frv.c: Likewise.
578 * config/frv/frv.h: Likewise.
579 * config/h8300/h8300.c: Likewise.
580 * config/h8300/lib1funcs.asm: Likewise.
581 * config/i370/i370.c: Likewise.
582 * config/i386/i386.h: Likewise.
583 * config/i386/i386.md: Likewise.
584 * config/i386/pentium.md: Likewise.
585 * config/i386/winnt.c: Likewise.
586 * config/i960/i960.c: Likewise.
587 * config/ia64/ia64.h: Likewise.
588 * config/ip2k/ip2k.c: Likewise.
589 * config/ip2k/ip2k.h: Likewise.
590 * config/ip2k/ip2k.md: Likewise.
591 * config/ip2k/libgcc.S: Likewise.
592
593 2002-09-19 Stephen Clarke <stephen.clarke@superh.com>
594
595 * config/sh/sh.h (UNSPEC_GOTOFF_P): Define.
596 (GOTOFF_P): Extend to allow gotoff plus constant.
597
598 2002-09-18 Richard Henderson <rth@redhat.com>
599
600 * ifcvt.c (noce_process_if_block): Correctly detect X modified
601 with INSN_B before COND_EARLIEST. Don't check A and B for
602 modification in condition range. Reorder INSN_B for A==B properly.
603 (if_convert): Iterate until no matches for a block.
604
605 2002-09-18 Richard Henderson <rth@redhat.com>
606
607 * calls.c (store_one_arg): Rename default_align to parm_align;
608 always adjust parm_align for downward padding.
609
610 2002-09-18 Richard Henderson <rth@redhat.com>
611
612 * toplev.c (backend_init): Move init_real_once invocation ...
613 (do_compile): ... here.
614
615 2002-09-18 Richard Henderson <rth@redhat.com>
616
617 * sibcall.c (optimize_sibling_and_tail_recursive_call): Also remove
618 RTX_UNCHANGING_P markers for successful tail-recursive replacement.
619
620 2002-09-18 Richard Henderson <rth@redhat.com>
621
622 * real.c (round_for_format): Collect sticky as unsigned long, not bool.
623
624 2002-09-19 Alan Modra <amodra@bigpond.net.au>
625
626 * config/rs6000/rs6000.md: (floatdisf2): Rename to
627 floatdisf2_internal1.
628 (floatdisf2): New define_expand.
629 (floatdisf2_internal2): Likewise.
630
631 2002-09-18 Richard Henderson <rth@redhat.com>
632
633 * real.c (sticky_rshift_significand): Collect sticky as
634 unsigned long, not bool.
635
636 2002-09-18 Ulrich Weigand <uweigand@de.ibm.com>
637
638 * config/s390/s390.c (s390_address_cost): New function.
639 config/s390/s390-protos.h (s390_address_cost): Add prototype.
640 config/s390/s390.h (ADDRESS_COST): Call s390_address_cost.
641 (RTX_COST): Use COSTS_N_INSNS.
642
643 2002-09-18 Douglas Rupp <rupp@gnat.com>
644 Donn Terry <donnte@microsoft.com>
645
646 * stor-layout.c (place_field): Handle alignment of whole
647 structures when MSVC compatible bitfields are involved.
648 Change method of computing location of MS bitfields to
649 be compatible with #pragma pack(n).
650
651 * tree.h (record_layout_info): Add new field
652 remaining_in_alignment.
653
654 * doc/tm.texi: (TARGET_MS_BITFIELD_LAYOUT_P): Update.
655 (pragma pack): Add paragraph on MSVC bit-field packing.
656
657 2002-09-18 Richard Earnshaw (reanrsha@arm.com)
658
659 PR optimization/7967
660 * arm.md (ne_zeroextractsi): Add clobber of the condition code
661 register.
662
663 2002-09-18 Kazu Hirata <kazu@cs.umass.edu>
664
665 * config/s390/s390.c: Follow spelling conventions.
666 * config/sh/lib1funcs.asm: Likewise.
667 * config/sh/sh.c: Likewise.
668 * config/sh/sh.h: Likewise.
669 * config/sparc/sparc.c: Likewise.
670 * config/sparc/sparc.h: Likewise.
671 * config/sparc/sparc.md: Likewise.
672 * config/stormy16/stormy16.c: Likewise.
673 * config/stormy16/stormy16.h: Likewise.
674 * config/v850/v850.c: Likewise.
675 * config/v850/v850.h: Likewise.
676 * config/vax/vax.c: Likewise.
677 * config/vax/vax.h: Likewise.
678
679 2002-09-18 Nick Clifton <nickc@redhat.com>
680
681 * config/rs60000/rs6000.c (rs6000_emit_move): Handle V1DImode moves.
682 * config/rs60000/rs6000.c (SPE_VECTOR_MODE): Include V1DImode.
683 * config/rs6000/spe.md (movv1di, movv1di_internal): New patterns.
684
685 2002-09-17 Zack Weinberg <zack@codesourcery.com>
686
687 * ABOUT-GCC-NLS: Remove reference to enquire, and out-of-date
688 statement that the only translation is to en_UK.
689
690 2002-09-17 Kazu Hirata <kazu@cs.umass.edu>
691
692 * config/alpha/alpha.c: Follow spelling conventions.
693 * config/alpha/alpha.h: Likewise.
694 * config/alpha/alpha.md: Likewise.
695 * config/arc/arc.h: Likewise.
696 * config/arm/arm.c: Likewise.
697 * config/arm/arm.h: Likewise.
698 * config/arm/arm.md: Likewise.
699 * config/arm/pe.c: Likewise.
700 * config/arm/unknown-elf.h: Likewise.
701 * config/avr/avr.c: Likewise.
702 * config/avr/avr.h: Likewise.
703 * config/c4x/c4x.c: Likewise.
704 * config/cris/cris.c: Likewise.
705 * config/cris/cris.h: Likewise.
706
707 2002-09-17 Samuel Figueroa <figueroa@apple.com>
708
709 * final.c (final_scan_insn): Use new macro ASM_OUTPUT_ALIGN_WITH_NOP.
710 * config/sparc/sparc.h (ASM_OUTPUT_ALIGN_WITH_NOP) New macro.
711 * doc/tm.texi (ASM_OUTPUT_ALIGN_WITH_NOP) New description.
712
713 2002-09-17 Dale Johannesen <dalej@apple.com>
714
715 * cfgcleanup.c (try_forward_edges): Do not forward a
716 branch to just after a loop exit before loop optimization;
717 this interfered with doloop detection.
718
719 2002-09-17 Nick Clifton <nickc@redhat.com>
720
721 * config/arm/arm.c (output_return_instruction): Do not
722 writeback the stack pointer when it is being loaded.
723 (arm_output_epilogue): Likewise.
724
725 2002-09-17 Kazu Hirata <kazu@cs.umass.edu>
726
727 * optabs.c (prepare_cmp_insn): Let emit_library_call_value
728 generate a pseudo reg that receives the result of a libcall.
729 (prepare_float_lib_cmp): Likewise.
730
731 2002-09-17 Steve Ellcey <sje@cup.hp.com>
732
733 * config/ia64/elf.h: Remove CPP_PREDEFINES.
734
735 Tue Sep 17 13:58:04 2002 Nicola Pero <n.pero@mi.flashnet.it>
736
737 Fix PR/7014 and related objc bugs:
738 * c-typeck.c (comp_target_types): Added a reflexive argument.
739 Pass it to ObjC when/if calling objc_comptypes(). Updated all
740 callers to provide the appropriate reflexive argument.
741 * objc/objc-act.c (objc_comptypes): Carefully checked and fixed
742 typechecking for all cases of comparisons and assignments,
743 particularly the obscure and less common ones involving protocols.
744
745 2002-09-17 Nick Clifton <nickc@redhat.com>
746
747 * machmode.def (V1DImode): New mode. A single element vector.
748 * tree.h (TI_UV1DI_TYPE, TI_V1DI_TYPE): New tree_index enums.
749 (unsigned_V1DI_type_node, V1D1_type_node): New type nodes.
750 * tree.c (build_common_tree_nodes_2): Build
751 unsigned_V1DI_type_node and V1D1_type_node.
752 * c-common.c (c_common_type_for_mode): Return
753 unsigned_V1DI_type_node or V1D1_type_node for V1DImode.
754 * rtl.c (class_narrowest_): Start integer vector nodes with V1DImode.
755
756 Tue Sep 17 13:40:13 2002 Nicola Pero <n.pero@mi.flashnet.it>
757
758 * doc/objc.texi (Constant string objects): Extended documentation
759 to make clear that the constant string class ivar layout is
760 completely fixed.
761
762 2002-09-17 Roger Sayle <roger@eyesopen.com>
763
764 * cfgrtl.c (flow_delete_block_noexpunge): Delete orphaned
765 NOTE_INSN_LOOP_CONT notes when deleting basic blocks.
766
767 2002-09-16 Richard Henderson <rth@redhat.com>
768
769 * expr.c (emit_block_move): Set memory block size as appropriate
770 for the copy.
771
772 2002-09-16 Richard Henderson <rth@redhat.com>
773
774 PR fortran/3924
775 * sdbout.c (sdbout_symbol): Don't handle offsets from a symbol.
776
777 2002-09-16 Richard Henderson <rth@redhat.com>
778
779 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust SIZE
780 as well as OFFSET for BITPOS.
781
782 2002-09-16 Jeff Garzik <jgarzik@mandrakesoft.com>
783
784 * config.gcc: Treat winchip_c6-*|winchip2-*|c3-* as pentium-mmx.
785 * config/i386/i386.c (processor_alias_table): Add winchip-c6,
786 winchip2 and c3.
787 * doc/invoke.texi: Mention new aliases.
788
789 2002-09-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
790
791 * calls.c (store_one_arg): Set default alignment for BLKmode arguments
792 to BITS_PER_UNIT when ARGS_GROW_DOWNWARD and the padding direction is
793 downward.
794 * function.c (pad_below): Always compile.
795 (locate_and_pad_parm): If defined ARGS_GROW_DOWNWARD, pad argument to
796 alignment when it is not in a register or REG_PARM_STACK_SPACE is true.
797 Pad below when the argument is not in a register and the padding
798 direction is downward.
799
800 * pa-64.h (MUST_PASS_IN_STACK): Move define to pa.h.
801 (PAD_VARARGS_DOWN): Define.
802 * pa.c (function_arg_padding): Revise padding directions to make them
803 compatible with the 32 and 64-bit runtime architecture documentation.
804 (hppa_va_arg): Add code to handle variable and size zero arguments
805 passed by reference on TARGET_64BIT. Reformat.
806 (function_arg): Use a PARALLEL for BLKmode and aggregates args on
807 TARGET_64BIT. Use a DImode PARALLEL for BLKmode args 5 to 8 bytes
808 wide when !TARGET_64BIT. Move forward check for mode==VOIDmode.
809 Add comments.
810 * pa.h (MAX_PARM_BOUNDARY): Correct define for TARGET_64BIT.
811 (RETURN_IN_MEMORY): Return size zero types in memory.
812 (FUNCTION_VALUE): Return TFmode in general registers.
813 (MUST_PASS_IN_STACK): Define.
814 (FUNCTION_ARG_BOUNDARY): Simplify.
815 (FUNCTION_ARG_PASS_BY_REFERENCE): Pass variable and zero sized types
816 by reference.
817 (FUNCTION_ARG_CALLEE_COPIES): Define to FUNCTION_ARG_PASS_BY_REFERENCE.
818
819 2002-09-16 Richard Henderson <rth@redhat.com>
820
821 * real.c (do_fix_trunc): New.
822 (real_arithmetic): Call it.
823 * simplify-rtx.c (simplify_unary_operation): Handle FIX
824 with a floating-point result mode.
825
826 2002-09-16 Richard Henderson <rth@redhat.com>
827
828 * builtin-types.def (BT_FN_FLOAT_CONST_STRING): New.
829 (BT_FN_DOUBLE_CONST_STRING, BT_FN_LONG_DOUBLE_CONST_STRING): New.
830 * builtins.def (__builtin_nan, __builtin_nanf, __builtin_nanl): New.
831 (__builtin_nans, __builtin_nansf, __builtin_nansl): New.
832 * builtins.c (fold_builtin_nan): New.
833 (fold_builtin): Call it.
834 * real.c (real_nan): Parse a non-empty string.
835 (round_for_format): Fix NaN significand truncation.
836 * real.h (real_nan): Return bool.
837 * doc/extend.texi: Document new builtins.
838
839 2002-09-16 Jason Merrill <jason@redhat.com>
840 Danny Smith <dannysmith@users.sourceforge.net>
841
842 * config/i386/winnt.c (ix86_handle_dll_attribute): Set
843 DECL_EXTERN and TREE_PUBLIC for dllimported variables here...
844 (i386_pe_mark_dllimport): Not here.
845
846 2002-09-16 Nathan Sidwell <nathan@codesourcery.com>
847
848 * c-semantics.c (genrtl_do_stmt): Cope with NULL cond.
849
850 2002-09-16 Geoffrey Keating <geoffk@redhat.com>
851
852 * config/rs6000/rs6000.c (build_mask64_2_operands): Suppress
853 warnings about unused operands when HOST_BITS_PER_WIDE_INT is
854 < 64.
855 (rs6000_emit_cmove): Use real_isinf not target_isinf.
856
857 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
858
859 * calls.c (emit_library_call_value_1): Don't refer to
860 hard_libcall_value.
861 * optabs.c (prepare_float_lib_cmp): Likewise.
862
863 2002-09-16 Geoffrey Keating <geoffk@apple.com>
864
865 * ggc-common.c (ggc_mark_rtx_children_1): Update for changed name
866 mangling.
867
868 The following changes are merged from pch-branch:
869
870 * doc/gty.texi (GTY Options): Document %a.
871 * gengtype.c (do_scalar_typedef): New function.
872 (process_gc_options): Handle `length' option.
873 (set_gc_used_type): A pointer to an array of structures doesn't
874 qualify as a pointer to a structure.
875 (output_escaped_param): Add `%a' escape.
876 (write_gc_structure_fields): Allow 'desc' on array of unions.
877 (main): Define `uint8', `jword' and `JCF_u2' as scalars; use
878 do_scalar_typedef.
879
880 * gengtype.c (enum rtx_code): Make global.
881 (rtx_format): Make global.
882 (rtx_next): New.
883 (gen_rtx_next): New.
884 (write_rtx_next): New.
885 (adjust_field_rtx_def): Skip fields marked by chain_next.
886 (open_base_files): Delete redundant prototype.
887 (write_enum_defn): New.
888 (output_mangled_typename): Correct abort call.
889 (write_gc_marker_routine_for_structure): Handle chain_next and
890 chain_prev options.
891 (finish_root_table): Don't output redundant \n.
892 (main): Call gen_rtx_next, write_rtx_next, write_enum_defn.
893 * c-tree.h (union lang_tree_node): Add chain_next option.
894
895 * gengtype.h (NUM_PARAM): New definition.
896 (struct type): For TYPE_PARAM_STRUCT, allow multiple parameters.
897 * gengtype.c (find_param_structure): New.
898 (adjust_field_type): Handle param<n>_is option.
899 (process_gc_options): Detect use_params option. Update callers.
900 (set_gc_used_type): Add 'param' parameter, update callers. Handle
901 'use_params' option.
902 (open_base_files): Add splay-tree.h to list of files included.
903 (output_mangled_typename): New.
904 (write_gc_structure_fields): Update 'param' parameter to support
905 multiple parameters. Change name mangling. Allow parameterized
906 fields to have an apparent scalar type. Handle param<n>_is options,
907 use_param option.
908 (write_gc_marker_routine_for_structure): Update for change to name
909 mangling. Better guess the output file for parameterized types.
910 (write_gc_types): Update for change to name mangling.
911 (write_gc_root): Update for change to name mangling. Handle (ignore)
912 param<n>_is options.
913 * doc/gty.texi (GTY Options): Add description of param<n>_is
914 options, use_params option.
915 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
916 * gengtype-lex.l: Produce token for param<n>_is.
917 * gengtype-yacc.y: Parse param<n>_is.
918
919 * gengtype.c (adjust_field_tree_exp): Don't name a variable 'rindex'.
920
921 * rtl.c: Update comment describing rtx_format.
922 * rtl.h (union rtunion): Separate definition and typedef.
923 (struct rtx_def): Use gengtype to mark.
924 * Makefile.in (gengtype.o): Also depend on rtl.def.
925 * ggc.h (ggc_mark_rtx_children): Delete prototype.
926 (ggc_mark_rtx): Change to alias of gengtype-generated routine.
927 * ggc-common.c (ggc_mark_rtx_children): Delete.
928 (ggc_mark_rtx_children_1): Delete.
929 (gt_ggc_m_rtx_def): Delete.
930 * gengtype.c (adjust_field_rtx_def): New.
931 (adjust_field_type): Call adjust_field_rtx_def.
932 (write_gc_structure_fields): Add 'default' case to switch if none
933 is specified; remove unused code.
934
935 * tree.h (struct tree_exp): Update for change to meaning
936 of special.
937 * gengtype.c (adjust_field_tree_exp): New function.
938 (adjust_field_type): Handle `tree_exp' special here.
939 (write_gc_structure_fields): Don't handle `tree_exp' special here.
940 Handle new `dot' option.
941
942 * gengtype.h: Make `info' a pointer-to-const.
943 * gengtype-yacc.y (yacc_ids): Use xasprintf.
944
945 * gengtype.c (write_gc_structure_fields): Remove implementation
946 of `always' option, add `default' option.
947 * doc/gty.texi (GTY Options): Remove documentation of `always',
948 add `default'.
949
950 2002-09-16 Hans-Peter Nilsson <hp@bitrange.com>
951
952 * output.h: Remove #ifdef RTX_CODE and #ifdef TREE_CODE.
953
954 2002-09-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
955
956 * m68hc11.md (addhi_sp): Fix uninitialized variable bug.
957
958 * c4x-c.c, c4x.c, darwin.c, i370-c.c, m32r.c: Include tm_p.h
959 instead of the *-protos.h file directly.
960 * t-c4x, t-i370, t-v850: Depend on $(TM_P_H).
961 * darwin.c (machopic_output_stub): Move prototype ...
962 * darwin-protos.h (machopic_output_stub): ... here.
963 * rs6000-protos.h (machopic_output_stub): Don't declare.
964
965 2002-09-16 Richard Henderson <rth@redhat.com>
966
967 * c-common.c (builtin_define_float_constants): Emit __FOO_DENORM_MIN__.
968
969 2002-09-16 Richard Henderson <rth@redhat.com>
970
971 * real.c, real.h: Rewrite from scratch.
972
973 * Makefile.in (simplify-rtx.o): Depend on TREE_H.
974 (paranoia): New target.
975 * builtins.c (fold_builtin_inf): Use new real.h interface.
976 * c-common.c (builtin_define_with_hex_fp_value): Likewise.
977 * c-lex.c (interpret_float): Likewise.
978 * emit-rtl.c (gen_lowpart_common): Likewise.
979 * optabs.c (expand_float): Use real_2expN.
980 * config/ia64/ia64.md (divsi3, udivsi3): Likewise.
981 * defaults.h (INTEL_EXTENDED_IEEE_FORMAT): New.
982 (FLOAT_WORDS_BIG_ENDIAN): New.
983 * cse.c (find_comparison_args): Don't pass FLOAT_STORE_FLAG_VALUE
984 directly to REAL_VALUE_NEGATIVE.
985 * loop.c (canonicalize_condition): Likewise.
986 * simplify-rtx.c: Include tree.h.
987 (simplify_unary_operation): Don't handle FIX and UNSIGNED_FIX
988 with floating-point result modes.
989 * toplev.c (backend_init): Call init_real_once.
990
991 * fold-const.c (force_fit_type): Don't call CHECK_FLOAT_VALUE.
992 * tree.c (build_real): Likewise.
993 * config/alpha/alpha.c, config/vax/vax.c (float_strings,
994 float_values, inited_float_values, check_float_value): Remove.
995 * config/alpha/alpha.h, config/m68hc11/m68hc11.h,
996 config/m88k/m88k.h, config/vax/vax.h (CHECK_FLOAT_VALUE): Remove.
997 * doc/tm.texi (CHECK_FLOAT_VALUE): Remove.
998 (VAX_HALFWORD_ORDER): Remove.
999
1000 2002-09-16 Ulrich Weigand <uweigand@de.ibm.com>
1001
1002 * config/s390/s390.c: (legitimize_la_operand): Remove, replace by ...
1003 (s390_load_address): ... this new function.
1004 (s390_decompose_address): Allow the argument pointer and all
1005 virtual registers as 'pointer' registers.
1006 (s390_expand_plus_operand): Use s390_load_address.
1007 config/s390/s390.md (movti, movdi, movdf splitters): Likewise.
1008 ("force_la_31"): New insn pattern.
1009 config/s390/s390-protos.h (legitimize_la_operand): Remove.
1010 (s390_load_address): Add prototype.
1011
1012 * config/s390/s390.c: Include "optabs.h".
1013 (s390_expand_movstr, s390_expand_clrstr, s390_expand_cmpstr): New.
1014 config/s390/s390-protos.h (s390_expand_movstr, s390_expand_clrstr,
1015 s390_expand_cmpstr): Add prototypes.
1016 config/s390/s390.md ("movstrdi", "movstrsi"): Call s390_expand_movstr.
1017 ("movstrdi_short"): Rename to "movstr_short_64". Change predicates
1018 for operands 0 and 1 to "memory_operand". Add type attribute.
1019 ("movstrsi_short"): Rename to "movstr_short_31". Change predicates
1020 for operands 0 and 1 to "memory_operand". Add type attribute.
1021 ("movstrdi_long", "movstrsi_long"): Remove.
1022 ("movstrdi_64"): Rename to "movstr_long_64". Add type attribute.
1023 ("movstrsi_31"): Rename to "movstr_long_31". Add type attribute.
1024 ("clrstrdi", "clrstrsi"): Call s390_expand_clrstr.
1025 ("clrstrsico"): Remove, replace by ...
1026 ("clrstr_short_64", "clrstr_short_31"): ... these new patterns.
1027 ("clrstrsi_64"): Rename to "clrstr_long_64".
1028 ("clrstrsi_31"): Rename to "clrstr_long_31".
1029 ("cmpstrdi", "cmpstrsi"): Call s390_expand_cmpstr.
1030 ("cmpstr_const"): Remove, replace by ...
1031 ("cmpstr_short_64", "cmpstr_short_31"): ... these new patterns.
1032 ("cmpstr_64"): Rename to "cmpstr_long_64".
1033 ("cmpstr_31"): Rename to "cmpstr_long_31".
1034
1035 2002-09-16 Kazu Hirata <kazu@cs.umass.edu>
1036
1037 * ABOUT-NLS: Follow spelling conventions.
1038 * ChangeLog: Likewise.
1039 * ChangeLog.1: Likewise.
1040 * ChangeLog.2: Likewise.
1041 * ChangeLog.3: Likewise.
1042 * ChangeLog.4: Likewise.
1043 * ChangeLog.5: Likewise.
1044 * ChangeLog.6: Likewise.
1045 * FSFChangeLog.10: Likewise.
1046 * FSFChangeLog.11: Likewise.
1047 * c-common.c: Likewise.
1048 * c-lex.c: Likewise.
1049 * c-objc-common.c: Likewise.
1050 * cppexp.c: Likewise.
1051 * cppinit.c: Likewise.
1052 * cpplex.c: Likewise.
1053 * doloop.c: Likewise.
1054 * flow.c: Likewise.
1055 * function.c: Likewise.
1056 * integrate.c: Likewise.
1057 * loop.c: Likewise.
1058 * reg-stack.c: Likewise.
1059 * reload.h: Likewise.
1060 * ssa.c: Likewise.
1061
1062 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
1063
1064 * ChangeLog: Follow spelling conventions.
1065 * ChangeLog.0: Likewise.
1066 * ChangeLog.1: Likewise.
1067 * ChangeLog.2: Likewise.
1068 * ChangeLog.4: Likewise.
1069 * ChangeLog.6: Likewise.
1070 * config.gcc: Likewise.
1071 * dwarfout.c: Likewise.
1072 * reload1.c: Likewise.
1073 * simplify-rtx.c: Likewise.
1074 * unwind-sjlj.c: Likewise.
1075 * config/avr/avr.h: Likewise.
1076 * config/d30v/d30v.h: Likewise.
1077 * config/frv/frv.c: Likewise.
1078 * config/frv/frv.h: Likewise.
1079 * config/ip2k/ip2k.h: Likewise.
1080 * config/m88k/m88k-move.sh: Likewise.
1081 * config/stormy16/stormy16.c: Likewise.
1082 * config/stormy16/stormy16.h: Likewise.
1083 * doc/extend.texi: Likewise.
1084 * doc/interface.texi: Likewise.
1085 * doc/invoke.texi: Likewise.
1086 * doc/md.texi: Likewise.
1087 * doc/rtl.texi: Likewise.
1088 * doc/tm.texi: Likewise.
1089 * doc/trouble.texi: Likewise.
1090 * ginclude/float.h: Likewise.
1091 * treelang/treelang.texi: Likewise.
1092
1093 2002-09-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1094
1095 * i386-protos.h (i386_pe_dllexport_name_p,
1096 i386_pe_dllimport_name_p, i386_pe_unique_section,
1097 i386_pe_declare_function_type, i386_pe_record_external_function,
1098 i386_pe_record_exported_symbol, i386_pe_asm_file_end): Add
1099 prototype.
1100 * i386/t-cygwin (winnt.o): Depend on $(TM_P_H).
1101 * i386/t-interix (winnt.o): Likewise.
1102
1103 * v850-protos.h (v850_output_addr_const_extra): Prototype.
1104
1105 2002-09-15 Jason Thorpe <thorpej@wasabisystems.com>
1106
1107 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Add
1108 MIPS ABI CPP macros.
1109 (TARGET_CPU_CPP_BUILTINS): Redefine.
1110 (SUBTARGET_EXTRA_SPECS): Remove subtarget_endian_default.
1111 (SUBTARGET_ENDIAN_DEFAULT_SPEC): Remove.
1112
1113 2002-09-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1114
1115 * ia64/aix.h (TARGET_OS_CPP_BUILTINS): Fix typo.
1116
1117 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
1118
1119 * ChangeLog: Follow spelling conventions.
1120 * ChangeLog.0: Likewise.
1121 * ChangeLog.1: Likewise.
1122 * ChangeLog.2: Likewise.
1123 * ChangeLog.3: Likewise.
1124 * ChangeLog.4: Likewise.
1125 * ChangeLog.5: Likewise.
1126 * ChangeLog.6: Likewise.
1127 * FSFChangeLog.10: Likewise.
1128 * FSFChangeLog.11: Likewise.
1129 * c-common.c: Likewise.
1130 * c-common.h: Likewise.
1131 * c-format.c: Likewise.
1132 * c-opts.c: Likewise.
1133 * cpplib.c: Likewise.
1134 * langhooks.h: Likewise.
1135 * real.c: Likewise.
1136 * reg-stack.c: Likewise.
1137 * toplev.c: Likewise.
1138 * config/arm/arm.c: Likewise.
1139 * config/arm/arm.md: Likewise.
1140 * config/arm/linux-gas.h: Likewise.
1141 * config/arm/netbsd.h: Likewise.
1142 * config/c4x/c4x.c: Likewise.
1143 * config/c4x/c4x.h: Likewise.
1144 * config/c4x/c4x.md: Likewise.
1145 * config/c4x/libgcc.S: Likewise.
1146 * config/fr30/fr30.md: Likewise.
1147 * config/frv/frv.md: Likewise.
1148 * config/ia64/ia64.md: Likewise.
1149 * config/mips/mips.h: Likewise.
1150 * config/mn10300/mn10300.c: Likewise.
1151 * config/stormy16/stormy16.c: Likewise.
1152 * config/v850/v850.md: Likewise.
1153 * doc/extend.texi: Likewise.
1154 * doc/invoke.texi: Likewise.
1155 * doc/md.texi: Likewise.
1156
1157 2002-09-15 Jason Thorpe <thorpej@wasabisystems.com>
1158
1159 * config/netbsd.h (LIB_SPEC): Include the appropriate pthread
1160 library if -pthread is specified.
1161
1162 2002-09-15 Jason Thorpe <thorpej@wasabisystems.com>
1163
1164 * config.gcc (*-*-netbsd*): Set thread_file to 'posix'
1165 for --enable-threads=yes and --enable-threads=posix.
1166
1167 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
1168
1169 * config/sparc/cypress.md: Replace Sparc with SPARC.
1170 * config/sparc/freebsd.h: Likewise.
1171 * config/sparc/gmon-sol2.c: Likewise.
1172 * config/sparc/hypersparc.md: Likewise.
1173 * config/sparc/lb1spc.asm: Likewise.
1174 * config/sparc/lb1spl.asm: Likewise.
1175 * config/sparc/linux.h: Likewise.
1176 * config/sparc/linux64.h: Likewise.
1177 * config/sparc/lynx.h: Likewise.
1178 * config/sparc/sol2.h: Likewise.
1179 * config/sparc/sparc-modes.def: Likewise.
1180 * config/sparc/sparc.c: Likewise.
1181 * config/sparc/sparc.h: Likewise.
1182 * config/sparc/sparc.md: Likewise.
1183 * config/sparc/sparclet.md: Likewise.
1184 * config/sparc/supersparc.md: Likewise.
1185 * config/sparc/sysv4.h: Likewise.
1186 * config/sparc/vxsim.h: Likewise.
1187 * config/sparc/vxsparc64.h: Likewise.
1188
1189 2002-09-14 Marek Michalkiewicz <marekm@amelek.gda.pl>
1190
1191 * config/avr/avr.c (output.h): Move after inclusion of tree.h.
1192
1193 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
1194
1195 * ChangeLog: Follow spelling conventions.
1196 * ChangeLog.0: Likewise.
1197 * ChangeLog.2: Likewise.
1198 * ChangeLog.3: Likewise.
1199 * ChangeLog.4: Likewise.
1200 * ChangeLog.5: Likewise.
1201 * ChangeLog.6: Likewise.
1202 * cppfiles.c: Likewise.
1203 * cppinit.c: Likewise.
1204 * cpplib.h: Likewise.
1205 * cse.c: Likewise.
1206 * debug.h: Likewise.
1207 * df.c: Likewise.
1208 * dominance.c: Likewise.
1209 * hashtable.c: Likewise.
1210 * hashtable.h: Likewise.
1211 * loop.c: Likewise.
1212 * config/arm/README-interworking: Likewise.
1213 * config/arm/arm.c: Likewise.
1214 * config/arm/arm.h: Likewise.
1215 * config/arm/arm.md: Likewise.
1216 * config/dsp16xx/dsp16xx.h: Likewise.
1217 * config/frv/frv.c: Likewise.
1218 * config/frv/frv.h: Likewise.
1219 * config/ip2k/ip2k.h: Likewise.
1220 * config/rs6000/rs6000.c: Likewise.
1221 * config/stormy16/stormy-abi: Likewise.
1222 * config/stormy16/stormy16.h: Likewise.
1223 * config/v850/v850.c: Likewise.
1224
1225 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
1226
1227 * loop.c: Fix a comment typo.
1228
1229 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
1230
1231 * config/fr30/fr30.h: Fix comment typos.
1232 * config/frv/frv.c: Likewise.
1233 * config/i386/xmmintrin.h: Likewise.
1234 * config/mips/mips.c: Likewise.
1235 * config/sh/sh.c: Likewise.
1236
1237 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
1238
1239 * haifa-sched.c: Follow spelling conventions.
1240 * regclass.c: Likewise.
1241 * regrename.c: Likewise.
1242 * config/fp-bit.c: Likewise.
1243 * config/frv/frv.h: Likewise.
1244 * config/m88k/m88k.c: Likewise.
1245 * config/mcore/mcore.c: Likewise.
1246 * config/rs6000/darwin.h: Likewise.
1247 * config/rs6000/gnu.h: Likewise.
1248 * config/rs6000/linux.h: Likewise.
1249 * config/rs6000/linux64.h: Likewise.
1250 * config/rs6000/rs6000.c: Likewise.
1251 * config/rs6000/rs6000.h: Likewise.
1252 * config/sh/sh.c: Likewise.
1253 * config/sparc/sparc.c: Likewise.
1254 * config/sparc/ultra1_2.md: Likewise.
1255
1256 2002-09-14 Stephane Carrez <stcarrez@nerim.fr>
1257
1258 * config/m68hc11/m68hc11.md ("movdi_internal"): Allow any offsetable
1259 memory operand when source is 0 (K constraint).
1260 ("movsi_internal"): Likewise.
1261 ("movdf_internal"): Likewise.
1262 ("movsf_internal"): Likewise.
1263
1264 2002-09-14 Alan Modra <amodra@bigpond.net.au>
1265
1266 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Use
1267 targetm.binds_local_p to set SYMBOL_REF_FLAG.
1268 (rs6000_xcoff_encode_section_info): Likewise.
1269 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
1270
1271 2002-09-10 Theodore A. Roth <troth@verinet.com>
1272
1273 * gcc/config/avr/avr.h: Set default options for C++ for avr.
1274
1275 2002-09-13 Richard Henderson <rth@redhat.com>
1276
1277 * Makefile.in (toplev.o): Depend on real.h.
1278 (print-rtl.o, varasm.o, ifcvt.o): Likewise.
1279
1280 2002-09-14 Alan Modra <amodra@bigpond.net.au>
1281
1282 * doc/tm.texi (DBX_OUTPUT_NFUN): Describe.
1283 * dbxout.c (dbxout_function_end): Use DBX_OUTPUT_NFUN.
1284 * config/rs6000/linux64.h (DBX_OUTPUT_NFUN): Define.
1285
1286 2002-09-13 Nathan Sidwell <nathan@codesourcery.com>
1287
1288 * ggc-common.c (ggc_mark_roots): Don't iterate NULL hash tables.
1289
1290 2002-09-13 Steve Ellcey <sje@cup.hp.com>
1291
1292 * config.gcc (ia64*-*-aix*, ia64*-*-elf*, ia64*-*-freebsd*,
1293 ia64*-*-linux*): Set extra_parts.
1294 * config/ia64/t-aix (EXTRA_PARTS): Remove.
1295 * config/ia64/t-ia64 (EXTRA_PARTS): Remove.
1296
1297 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
1298
1299 * config/h8300/fixunssfsi.c: Replace H8/S with H8S.
1300 * config/h8300/h8300.c: Likewise.
1301 * config/h8300/h8300.h: Likewise.
1302 * config/h8300/h8300.md: Likewise.
1303 * doc/invoke.texi: Likewise.
1304
1305 2002-09-13 Kazu Hirata <kazu@cs.umass.edu>
1306
1307 * config/h8300/h8300.c (h8300_init_once): Fix formatting.
1308
1309 2002-09-13 Matt Austern <austern@apple.com>
1310
1311 * cp/cp-tree.h, cp/tree.c: New function non_cast_lvalue_p.
1312 * cp/call.c: Change call-by-const-reference mechanism to use
1313 non_cast_lvalue_p when deciding whether the create a temporary.
1314 We need a temporary when passing, e.g. (long) x by const ref.
1315 * testsuite/g++.dg/other/constref[12].C: New, regression tests for
1316 passing a cast expression to a function by const reference.
1317
1318 2002-09-13 Richard Henderson <rth@redhat.com>
1319
1320 * config/alpha/alpha.md (attr type): Add callpal.
1321 (imb, trap, load_tp, set_tp): Use it.
1322 * config/alpha/ev4.md (ev4_callpal): New.
1323 * config/alpha/ev5.md (ev5_callpal): New.
1324 * config/alpha/ev6.md (ev6_ibr): Handle callpal.
1325 * config/alpha/alpha.c (alphaev4_insn_pipe): Handle TYPE_CALLPAL.
1326 (alphaev5_insn_pipe): Likewise.
1327
1328 2002-09-13 Andreas Jaeger <aj@suse.de>
1329
1330 * Makefile.in (print-rtl.o): Depend on CONFIG_H.
1331
1332 2002-09-13 Steve Ellcey <sje@cup.hp.com>
1333
1334 * config/ia64/t-hpux (LIBGCC1_TEST, STMP_FIXPROTO,
1335 LIB2ADDEH): New, set to NULL.
1336 (SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL, SHLIB_MKMAP): New.
1337
1338 2002-09-13 Steve Ellcey <sje@cup.hp.com>
1339
1340 * config/ia64/quadlib.c (_U_Qfcmp): Make extern.
1341 (_U_Qfcnvfxt_quad_to_sgl): Remove declaration.
1342 (_U_Qfeq, _U_Qfne, _U_Qfgt, _U_Qfge, U_Qflt, U_Qfle, _U_Qfcomp):
1343 Add declarations.
1344 (_U_Qfneg): Remove.
1345
1346 2002-09-13 Dhananjay Deshpande <dhananjayd@kpit.com>
1347
1348 * config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Add support
1349 for H8/300, H8S aa:8 mode.
1350 (TINY_CONSTANT_ADDRESS_P): Add support for H8S aa:16 mode.
1351 * config/h8300/h8300.c (h8300_adjust_insn_length): Adjust length
1352 for H8/300 aa:8 mode.
1353
1354 2002-09-13 Hartmut Penner <hpenner@de.ibm.com>
1355
1356 * config/s390/s390.md ("trap", "conditional_trap", "*trap"): New
1357 insns.
1358
1359 2002-09-12 Richard Henderson <rth@redhat.com>
1360
1361 * Makefile.in (HOST_PRINT): Use print-rtl1.o
1362 (print-rtl.o): Don't define GENERATOR_FILE.
1363 (print-rtl1.o): Rename from $(BUILD_PREFIX_1)print-rtl.o.
1364 * print-rtl.c (print_rtx): Include CONST_DOUBLE fp decimal output
1365 unless GENERATOR_FILE.
1366
1367 2002-09-12 Stan Shebs <shebs@apple.com>
1368
1369 * config/darwin.h (USER_LABEL_PREFIX): Define here...
1370 * config/i386/darwin.h: ... instead of here.
1371
1372 * target.h (struct gcc_target): New field
1373 terminate_dw2_eh_frame_info.
1374 * target-def.h (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
1375 (TARGET_INITIALIZER): Add it.
1376 * dwarf2out.c (output_call_frame_info): Use target hook.
1377 * dwarf2asm.c (dw2_asm_output_delta): Use macro
1378 ASM_OUTPUT_DWARF_DELTA if defined.
1379 * doc/tm.texi (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Document.
1380 (ASM_OUTPUT_DWARF_DELTA): Ditto.
1381 (ASM_OUTPUT_DWARF_OFFSET): Ditto.
1382 (ASM_OUTPUT_DWARF_PCREL): Ditto.
1383 * config.gcc (i[34567]86-*-darwin*): Define extra_parts.
1384 (powerpc-*-darwin*): Ditto.
1385 * crtstuff.c [OBJECT_FORMAT_MACHO]: Update the Mach-O bits
1386 to work correctly for Darwin.
1387 * config/darwin.h (OBJECT_FORMAT_MACHO): Define.
1388 (STARTFILE_SPEC): Add crtbegin.o.
1389 (ENDFILE_SPEC): Define.
1390 (EXTRA_SECTION_FUNCTIONS): Put gcc_except_tab in data segment.
1391 (ASM_PREFERRED_EH_DATA_FORMAT): Handle more cases.
1392 (ASM_OUTPUT_DWARF_DELTA): Define.
1393 (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
1394 * config/darwin.c (darwin_asm_output_dwarf_delta): New function.
1395
1396 2002-09-13 Alan Modra <amodra@bigpond.net.au>
1397
1398 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Remove "if"
1399 nesting. Correct test for non-PowerPC64 ELF ABI_AIX.
1400 * config/rs6000/rs6000.md (load_toc_v4_PIC*): Disable when ABI_AIX.
1401
1402 2002-09-12 Zack Weinberg <zack@codesourcery.com>
1403
1404 * toplev.c: Move default definition of USER_LABEL_PREFIX...
1405 * defaults.h: ... here.
1406
1407 2002-09-12 Richard Henderson <rth@redhat.com>
1408
1409 * vax.c: Include tree.h earlier.
1410
1411 2002-09-12 Stan Shebs <shebs@apple.com>
1412
1413 * config/darwin.c (machopic_finish): Remove #if 0 chunks.
1414 (machopic_operand_p): Ditto.
1415
1416 2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
1417
1418 * config/arm/arm.c (arm_compute_initial_elimination_offset):
1419 Fix a comment typo.
1420
1421 2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
1422
1423 * toplev.c (do_abort): Fix a comment typo.
1424
1425 2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
1426
1427 * cselib.c: Fix comment formatting.
1428 * gengtype.c: Likewise.
1429
1430 2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
1431
1432 * config/h8300/h8300.md (udivmodqi4): Do not use an expander.
1433 (udivmodhi4): Likewise.
1434
1435 2002-09-12 Graham Stott <graham.stott@btinternet.com>
1436 Roger Sayle <roger@eyesopen.com>
1437
1438 * i386.c (any_fp_register_operand, fp_register_operand,
1439 register_and_not_any_fp_reg_operand, register_and_not_fp_reg_operand):
1440 New predicate functions.
1441 * i386-protos.h: Add their prototypes.
1442 * i386.h: Add them to PREDICATE_CODES.
1443 * i386.md ("*pushsf_rex64"+2, "*pushsf_rex64"+3, "*pushdf_integer"+1,
1444 "*pushdf_integer"+2, "*pushtf_integer"+1, "*pushtf_integer"+2,
1445 "*pushtf_integer"+3, "*pushtf_integer"+4, "*dummy_extendsfdf2"+1,
1446 "*dummy_extendsfdf2"+2, "*dummy_extendsfxf2"+1,
1447 "*dummy_extendsftf2"+1, "*dummy_extendsftf2"+2,
1448 "*dummy_extenddfxf2"+1, "*dummy_extenddftf2"+1,
1449 "*dummy_extenddftf2"+2, "*negsf2_if"+1, "*negsf2_if"+2,
1450 "*negdf2_if_rex64"+1, "*negdf2_if_rex64"+2, "*negxf2_if"+1,
1451 "*negxf2_if"+2, "*negtf2_if"+1, "*negtf2_if"+2, "*abssf2_if"+1,
1452 "*abssf2_if"+2, "*absdf2_if_rex64"+1, "*absdf2_if_rex64"+2,
1453 "*absxf2_if"+1, "*absxf2_if"+2, "*abstf2_if"+1, "*abstf2_if"+2):
1454 Use these new predicates to simplify and correct the use of
1455 FP_REG_P, ANY_FP_REG_P, FP_REGNO_P and any ANY_FP_REGNO_P.
1456
1457 2002-09-12 Jason Merrill <jason@redhat.com>
1458
1459 * diagnostic.c (output_add_identifier): New fn.
1460 * diagnostic.h: Declare it.
1461
1462 * calls.c (store_one_arg): Use size_in_bytes to determine the
1463 amount of space to push.
1464
1465 2002-09-12 Jakub Jelinek <jakub@redhat.com>
1466
1467 * config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
1468
1469 2002-09-12 Ulrich Weigand <uweigand@de.ibm.com>
1470
1471 * config/s390/s390-modes.def (CCAPmode, CCANmode): New CC modes.
1472 * config/s390/s390.c (s390_match_ccmode_set): Support new CC modes.
1473 (s390_select_ccmode): Likewise.
1474 (s390_branch_condition_mask): Likewise.
1475 (optimization_options): Do not set flag_branch_on_count.
1476 (s390_split_branches): Handle doloop branches.
1477 (s390_chunkify_pool): Likewise.
1478 * config/s390/s390.md ("*adddi3_imm_cc", "*addsi3_imm_cc"): New insns.
1479 ("doloop_end"): New expander.
1480 ("doolop_si", "*doloop_si_long", "doloop_di", "*doloop_di_long",
1481 associated splitters): New.
1482
1483 2002-09-11 Hartmut Penner <hpenner@de.ibm.com>
1484
1485 * fold-const.c (make_range): Only narrow to signed range if
1486 the signed range is smaller than the unsigned range.
1487
1488 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1489
1490 * emit-rtl.c (set_mem_size): New function.
1491 * expr.h (set_mem_size): Declare.
1492 * config/rs6000/rs6000.c (expand_block_move_mem): Exterminate.
1493 (expand_block_move): Instead, use adjust_address and
1494 replace_equiv_address to generate proper aliasing info.
1495 Move common code out of conditionals. Localize vars.
1496
1497 2002-09-09 Eric Botcazou ebotcazou@libertysurf.fr
1498
1499 * optabs.c (expand_binop): Minor cleanup.
1500 (expand_twoval_binop): Convert CONST_INTs like in expand_binop.
1501
1502 2002-09-11 Dan Nicolaescu <dann@ics.uci.edu>
1503
1504 * print-tree.c (print_node): Print the restrict qualifier.
1505
1506 2002-09-11 Janis Johnson <janis187@us.ibm.com>
1507
1508 * doc/install.texi: Fix typos.
1509
1510 2002-09-11 Zack Weinberg <zack@codesourcery.com>
1511
1512 * Makefile.in: Remove all references to s-under and underscore.c.
1513 * collect2.c, tlink.c: Change all uses of prepends_underscore
1514 to look directly at USER_LABEL_PREFIX.
1515
1516 2002-09-11 David Edelsohn <edelsohn@gnu.org>
1517
1518 * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Append
1519 alignment to csect.
1520 (rs6000_xcoff_unique_section): Only set section name for public
1521 data.
1522 (rs6000_xcoff_section_type_flags): Store log2 alignment in flags.
1523 * config/rs6000/xcoff.h (TARGET_ASM_SELECT_SECTION): Remove
1524 duplicate definition.
1525
1526 2002-09-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
1527
1528 * pa.md (extzv): Check predicates before emitting extzv_32.
1529 (insv): Likewise.
1530
1531 2002-09-10 Ulrich Weigand <uweigand@de.ibm.com>
1532
1533 * config/s390/s390.h (MOVE_MAX): Define to correct value.
1534 (MAX_MOVE_MAX): Define.
1535 (MOVE_BY_PIECES_P): Define.
1536 (CLEAR_BY_PIECES_P): Define.
1537
1538 2002-09-10 Denis Chertykov <denisc@overta.ru>
1539
1540 * config/avr/avr.md (movstrhi): Use right operands for conversion.
1541
1542 2002-09-10 Richard Earnshaw <rearnsha@arm.com>
1543
1544 PR c/7873
1545 * arm.md (insv): Use reg_or_int_operand for operand[3].
1546
1547 2002-09-10 David Edelsohn <edelsohn@gnu.org>
1548
1549 * rs6000.c (rs6000_assemble_visibility): Protect declaration
1550 inside macro. Correct function definition typo.
1551 (rs6000_xcoff_section_type_flags): New function.
1552 (TARGET_SECTION_TYPE_FLAGS): Remove definition.
1553 (rs6000_elf_section_type_flags): Call default_section_type_flags_1
1554 with appropriate PIC test.
1555 (rs6000_xcoff_select_section): Use decl_readonly_section_1 to
1556 determine readonly.
1557 (rs6000_binds_local_p): Combine PIC flags.
1558 * sysv4.h (TARGET_SECTION_TYPE_FLAGS): Define.
1559 * xcoff.h (TARGET_SECTION_TYPE_FLAGS): Define.
1560
1561 2002-09-09 Per Bothner <per@bothner.com>
1562
1563 * print-tree.c (print_node): In a STRING_CST, escape non-ascii
1564 characters, and only print TREE_STRING_LENGTH chars.
1565
1566 2002-09-09 Steve Ellcey <sje@cup.hp.com>
1567
1568 * config/ia64/hpux.h (TARGET_HPUX_LD): New, define true.
1569 (ASM_FILE_END) New.
1570 * config/ia64/ia64.h (TARGET_HPUX_LD): New, define false.
1571 * config/ia64/ia64-protos.h (ia64_hpux_asm_file_end): New.
1572 * config/ia64/ia64.c (ia64_asm_output_external): Create list
1573 of external functions if TARGET_HPUX_LD is true.
1574 (ia64_hpux_add_extern_decl): New, routine to put names on
1575 list of external functions.
1576 (ia64_hpux_asm_file_end): Put out declarations for external
1577 functions if and only if they are used.
1578
1579 2002-09-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
1580
1581 * pa.md (exception_receiver, builtin_setjmp_receiver): Add blockage
1582 on TARGET_64BIT before pic register restore.
1583
1584 2002-09-09 David Edelsohn <edelsohn@gnu.org>
1585
1586 * doc/tm.texi (TARGET_HAVE_SRODATA_SECTION): New description.
1587 (TARGET_HAVE_TLS): New description.
1588
1589 2002-09-09 Janis Johnson <janis187@us.ibm.com>
1590
1591 * doc/extend.texi (Statement Exprs): Fix broken link.
1592
1593 2002-09-09 Denis Chertykov <denisc@overta.ru>
1594
1595 * config/avr/avr.md (movstrhi, clrstrhi): Use gen_int_mode for
1596 right conversion of operands[1].
1597
1598 2002-09-09 Ulrich Weigand <uweigand@de.ibm.com>
1599
1600 * config/s390/s390.md ("*tmdi_reg", "*tmsi_reg"): Do not mark as
1601 commutative. Use "nonimmediate_operand" instead of "register_operand"
1602 as predicate for operand 0. Move to after the "*tmXX_mem" insns.
1603
1604 ("*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem"): Do not mark
1605 as commutative.
1606
1607 ("*anddi3_ni", "*andsi3_ni", "*iordi3_ni", "*iorsi3_ni"): Do not
1608 mark as commutative. Use "nonimmediate_operand" instead of
1609 "register_operand" as predicate for operand 1.
1610
1611 ("movstrictsi"): Fix typo in insn name.
1612
1613 2002-09-09 Jan Hubicka <jh@suse.cz>
1614
1615 * i386.c (index_register_operand): New.
1616 * i386.h (predicate_codes): Add new predicate.
1617 * i386.md (lea_general_*): Use index_regsiter_operand
1618 (ashift to lea splitter): Do not produce invalid leas
1619 (ashift to mov+ashift split): New.
1620
1621 2002-09-09 Nick Clifton <nickc@redhat.com>
1622
1623 * config/fr30/fr30.c (output.h): Move after inclusion of tree.h.
1624 Fix folding marks.
1625
1626 2002-09-09 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
1627 J"orn Rennecke <joern.rennecke@superh.com>
1628
1629 * sh/sh.h (OVERRIDE_OPTIONS): align_functions is in bytes, not bits.
1630
1631 2002-09-09 Alan Modra <amodra@bigpond.net.au>
1632
1633 * config/rs6000/rs6000.c (rs6000_binds_local_p): Return bool.
1634 (function_ok_for_sibcall): Use binds_local_p. Respect longcall
1635 attributes.
1636
1637 2002-09-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1638
1639 * fr30.c (fr30_print_operand): Fix bug in output of CONST_DOUBLE.
1640
1641 2002-09-08 Richard Henderson <rth@redhat.com>
1642
1643 * dwarf2.h (DW_OP_call_ref): Rename from DW_OP_calli.
1644 (DW_OP_GNU_push_tls_address): New.
1645 (DW_OP_lo_user): Fix.
1646 * dwarf2out.c (INTERNAL_DW_OP_tls_addr): New.
1647 (dwarf_stack_op_name): Handle it, plus other dwarf3 opcodes.
1648 (size_of_loc_descr): Likewise.
1649 (output_loc_operands): Handle INTERNAL_DW_OP_tls_addr.
1650 (add_AT_location_description): Take a dw_loc_descr_ref not an rtx.
1651 (loc_descriptor_from_tree): Handle TLS variables.
1652 (rtl_for_decl_location): Do avoid_constant_pool_reference here ...
1653 (add_location_or_const_value_attribute): ... not here. Defer
1654 to loc_descriptor_from_tree for TLS variables.
1655
1656 * config/i386/i386.h (ASM_OUTPUT_DWARF_DTPREL): New.
1657 * config/i386/i386.c (i386_output_dwarf_dtprel): New.
1658 * config/i386/i386-protos.h: Update.
1659
1660 2002-09-08 Roger Sayle <roger@eyesopen.com>
1661
1662 PR optimization/6405
1663 * unroll.c (loop_iterations): last_loop_insn should be the previous
1664 non-note instruction before loop->end.
1665 * loop.c (strength_reduce): The conditional jump is the last
1666 non-note instruction before loop->end (as above).
1667
1668 2002-09-08 Roger Sayle <roger@eyesopen.com>
1669
1670 * combine.c (try_combine): Handle the case that undobuf.other_insn
1671 has been turned into a return or unconditional jump, by inserting
1672 a BARRIER if necessary.
1673 (simplify_set): Test if a condition code setter has a constant
1674 comparison at compile time, if so convert this insn to a no-op move
1675 and update/simplify the condition code user (undobuf.other_insn).
1676
1677 2002-09-08 Krister Walfridsson <cato@df.lth.se>
1678
1679 * config/arm/netbsd.h (INITIALIZE_TRAMPOLINE): Redefine.
1680 (CLEAR_INSN_CACHE): Define.
1681
1682 2002-09-08 Kazu Hirata <kazu@cs.umass.edu>
1683
1684 * basic-block.h: Fix comment formatting.
1685 * c-common.c: Likewise.
1686 * c-common.h: Likewise.
1687 * c-lex.c: Likewise.
1688 * c-pretty-print.c: Likewise.
1689 * cfglayout.c: Likewise.
1690 * cfgloop.c: Likewise.
1691 * defaults.h: Likewise.
1692 * et-forest.c: Likewise.
1693 * explow.c: Likewise.
1694 * function.h: Likewise.
1695 * gcov.c: Likewise.
1696 * genattrtab.c: Likewise.
1697 * gengtype.c: Likewise.
1698 * ifcvt.c: Likewise.
1699 * libgcc2.c: Likewise.
1700 * loop.c: Likewise.
1701 * profile.c: Likewise.
1702 * ra-build.c: Likewise.
1703 * real.c: Likewise.
1704 * rtl.h: Likewise.
1705 * tracer.c: Likewise.
1706 * tree-inline.c: Likewise.
1707 * varasm.c: Likewise.
1708
1709 2002-09-08 Jan Hubicka <jh@suse.cz>
1710
1711 * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix array_ref
1712 handling.
1713
1714 * loop.c (loop_gics_reduce): Emit addition after.
1715
1716 2002-09-08 Alan Modra <amodra@bigpond.net.au>
1717
1718 * varasm.c (default_assemble_visibility): Rename from
1719 assemble_visibility.
1720 * output.h: Here too.
1721 * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): And here.
1722 * config/rs6000/rs6000.c (rs6000_assemble_visibility): And here.
1723
1724 2002-09-08 Alan Modra <amodra@bigpond.net.au>
1725
1726 * reload.c (find_reloads <p constraint>): Pass operand_mode to
1727 find_reloads_address.
1728
1729 2002-09-08 Kazu Hirata <kazu@cs.umass.edu>
1730
1731 * config/h8300/h8300.md (udivmodqi4): Enable on H8/300.
1732 (anonymous pattern): Likewise.
1733
1734 2002-09-07 Scott Snyder <snyder@fnal.gov>
1735
1736 PR target/7374
1737 * config/alpha/alpha.md (abstf2): Fix typo: 'neg' for 'abs'.
1738
1739 2002-09-07 Roger Sayle <roger@eyesopen.com>
1740
1741 * basic-block.h (struct loop): Remove unused cont_dominator field.
1742
1743 2002-09-07 Igor Shevlyakov <igor@microunity.com>
1744
1745 * varasm.c (decode_rtx_const): Don't check undefined field for
1746 CONST_VECTOR.
1747
1748 2002-09-07 Glen Nakamura <glen@imodulo.com>
1749
1750 PR opt/7814
1751 * sched-deps.c (sched_analyze_insn): Make sure to add insn
1752 to reg_last->sets after flushing the dependency lists to guarantee
1753 that subsequent clobbers will be dependent on it.
1754
1755 2002-09-07 Igor Shevlyakov <igor@microunity.com>
1756
1757 * combine.c (simplify_shift_const): Calculate rotate count
1758 correctly for vector operands.
1759
1760 2002-09-07 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
1761
1762 * c-typeck.c (c_tree_expr_nonnegative_p): New function.
1763 (build_binary_op): Call c_tree_expr_nonnegative_p rather than
1764 tree_expr_nonnegative_p.
1765 (build_conditional_expr): Likewise.
1766 * c-tree.h (c_tree_expr_nonnegative_p): Declare.
1767
1768 2002-09-07 Richard Henderson <rth@redhat.com>
1769
1770 * builtins.def (inf, inff, infl): Mark const.
1771 (huge_val, huge_valf, huge_vall): Likewise.
1772 (BUILT_IN_GETEXP, BUILT_IN_GETMAN): Remove.
1773
1774 * real.c (ereal_inf): Clear E before use.
1775
1776 2002-09-07 Kazu Hirata <kazu@cs.umass.edu>
1777
1778 * config/h8300/h8300.md (udivmodqi4): Split the pattern into
1779 an expander and an anonymous pattern. Zero out the upper half
1780 of the dividend in the expander.
1781 (udivmodqi4): Likewise.
1782
1783 2002-09-07 Kazu Hirata <kazu@cs.umass.edu>
1784
1785 * config/h8300/h8300.c: Fix formatting.
1786 * config/h8300/h8300.h: Likewise.
1787 * config/h8300/h8300.md: Likewise.
1788
1789 2002-09-07 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1790
1791 * cfgcleanup.c (try_crossjump_to_edge): Fix updating of liveness
1792 information.
1793
1794 2002-09-07 Graham Stott <graham.stott@btinternet.con>
1795
1796 * rtlanal.c (dead_or_set_regno_p): Fix typo.
1797
1798 2002-09-07 Alan Modra <amodra@bigpond.net.au>
1799
1800 * config/rs6000/linux64.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
1801
1802 * doc/tm.texi (TARGET_ASM_ASSEMBLE_VISIBILITY): Describe.
1803 * target-def.h (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
1804 (TARGET_ASM_OUT): Add the above here.
1805 * target.h (struct gcc_target): Add "visibility" field.
1806 * varasm.c (maybe_assemble_visibility): Call targetm visibility func.
1807 * config/rs6000/rs6000.c (rs6000_assemble_visibility): New function.
1808 (TARGET_ASM_ASSEMBLE_VISIBILITY): Define.
1809 (rs6000_legitimize_reload_address, first_reg_to_save): Formatting.
1810
1811 2002-09-06 Ziemowit Laski <zlaski@apple.com>
1812
1813 * c-lang.c (objc_is_id): New stub.
1814 * c-tree.h (objc_is_id): New forward declaration.
1815 * c-typeck.c (build_c_cast): Do not strip protocol
1816 qualifiers from 'id' type.
1817 * objc/objc-act.c (objc_comptypes): Correct handling
1818 of protocol qualifiers.
1819 (objc_is_id): New.
1820
1821 Fri Sep 6 13:10:08 2002 Jeffrey A Law (law@redhat.com)
1822
1823 * pentium.md (pentium-firstvboth): Fix typo.
1824
1825 2002-09-06 Dhananjay Deshpande <dhananjayd@kpit.com>
1826
1827 * h8300.c (enum shift_alg): Move to earlier in h8300.c.
1828 (enum shift_type, enum h8_cpu): Likewise.
1829 (INL, ROT, LOP, SPC macros): Likewise.
1830 (shift_alg_qi, shift_alg_hi, shift_alg_si): Likewise. Lose
1831 const designator.
1832 (h8300_init_once): Update shift_alg_{qi,hi,si} to use more
1833 space efficient algorithms when optimize for codesize.
1834
1835 Fri Sep 6 16:35:32 2002 Nicola Pero <n.pero@mi.flashnet.it>
1836
1837 Fix PR/1727 and long-standing failing testcase
1838 objc/formal-protocol-6.m.
1839 * objc-act.c (build_protocol_expr): If compiling for the GNU
1840 runtime, create a list of Protocol statically allocated instances
1841 if it doesn't exist, then add the Protocol object to this same
1842 list.
1843 (get_objc_string_decl): Fixed typo/bug - TREE_VALUE had been used
1844 instead of TREE_CHAIN.
1845
1846 Fri Sep 6 16:17:33 2002 Nicola Pero <n.pero@mi.flashnet.it>
1847
1848 * objc/objc-act.c (dump_interface): Enlarged the char * buffer to
1849 10k. Fixed category dumping - print out category names with the
1850 proper syntax. Print '@end\n' and not '\n@end' at the end of the
1851 interface.
1852 (finish_objc): Fixed the -gen-decls option. It was printing out
1853 only the last class. Dump an interface declaration of all classes
1854 being compiled instead.
1855
1856 2002-09-06 Jason Thorpe <thorpej@wasabisystems.com>
1857
1858 * config/arm/arm-protos.h (arm_gen_return_addr_mask): New
1859 prototype.
1860 * config/arm/arm.c (arm_gen_return_addr_mask): New function.
1861 * config/arm/arm.h (MASK_RETURN_ADDR): Use arm_gen_return_addr_mask
1862 if not APCS26 and not Thumb or ARMv4-or-higher. Use gen_int_mode
1863 rather than GEN_INT.
1864 * config/arm/arm.md (UNSPEC_CHECK_ARCH): Define.
1865 (return_addr_mask, *check_arch2): New.
1866
1867 2002-09-06 Ulrich Weigand <uweigand@de.ibm.com>
1868
1869 * config/s390/s390.md ("*adddi3_cc", "*adddi3_cconly",
1870 "*adddi3_cconly2", "*adddi3_64", "*adddi3_31", "adddi3",
1871 "*addsi3_carry1_cc", "*addsi3_carry1_cconly",
1872 "*addsi3_carry2_cc", "*addsi3_carry2_cconly",
1873 "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2", "addsi3",
1874 "adddf3", "*adddf3", "*adddf3_ibm",
1875 "addsf3", "*addsf3", "*addsf3_ibm",
1876 "muldi3", "mulsi3", "mulsidi3",
1877 "muldf3", "*muldf3", "*muldf3_ibm",
1878 "mulsf3", "*mulsf3", "*mulsf3_ibm",
1879 "*anddi3_cc", "*anddi3_cconly", "anddi3",
1880 "*andsi3_cc", "*andsi3_cconly", "andsi3",
1881 "*iordi3_cc", "*iordi3_cconly", "iordi3",
1882 "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
1883 "*xordi3_cc", "*xordi3_cconly", "xordi3",
1884 "*xorsi3_cc", "*xorsi3_cconly", "xorsi3"): Use "nonimmediate_operand"
1885 instead of "register_operand" as predicate for "%0" operand.
1886
1887 2002-09-06 Jakub Jelinek <jakub@redhat.com>
1888
1889 * configure.in (HAVE_AS_OFFSETABLE_LO10): Use -xarch=v9
1890 unconditionally when gcc_cv_as_flags64 checks are gone.
1891 * configure: Rebuilt.
1892
1893 2002-09-06 Alan Modra <amodra@bigpond.net.au>
1894
1895 * config/rs6000/rs6000.md (extzvsi_internal2): Revert most of
1896 2002-07-26 change. Comment.
1897
1898 2002-09-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1899
1900 * frv.c (frv_unique_section, frv_select_section,
1901 frv_select_rtx_section): Delete.
1902 (frv_in_small_data_p): New.
1903 (TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_SECTION,
1904 TARGET_ASM_SELECT_RTX_SECTION): Delete.
1905 (TARGET_IN_SMALL_DATA_P): Define.
1906
1907 2002-09-05 Dale Johannesen <dalej@apple.com>
1908
1909 * reload1.c (reload): Retain only those memory clobbers
1910 added for variable-array handling.
1911
1912 2002-09-05 Jason Thorpe <thorpej@wasabisystems.com>
1913
1914 * config/arm/arm.c (arm_return_in_memory): Implement ATPCS
1915 return-in-memory rules.
1916 * config/arm/arm.h (ARM_FLAG_ATPCS, TARGET_ATPCS): Define.
1917
1918 2002-09-05 David Edelsohn <edelsohn@gnu.org>
1919
1920 * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Delete.
1921 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Delete.
1922
1923 2002-09-05 Jason Thorpe <thorpej@wasabisystems.com>
1924
1925 * real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is
1926 not a compile-time constant for the non-IBM case.
1927 * config/arm/arm-protos.h (arm_float_words_big_endian): New
1928 prototype.
1929 * config/arm/arm.c (arm_float_words_big_endian): New function.
1930 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __VFP_FP__
1931 if TARGET_VFP and not TARGET_HARD_FLOAT.
1932 (ARM_FLAG_VFP, TARGET_VFP): Define.
1933 (FLOAT_WORDS_BIG_ENDIAN): Use arm_float_words_big_endian.
1934
1935 2002-09-05 David Edelsohn <edelsohn@gnu.org>
1936
1937 * doc/install.texi: Correct text of s390-*-linux* and s390x-*-linux*
1938 URLs. Fix AIX wording.
1939
1940 2002-09-05 Stan Shebs <shebs@apple.com>
1941
1942 * config/rs6000/rs6000.c (rs6000_override_options): Make -fpic and
1943 -fPIC equivalent on Darwin.
1944
1945 Thu Sep 5 16:27:47 2002 J"orn Rennecke <joern.rennecke@superh.com>
1946
1947 * sh.c (sh_expand_builtin): Return early if encountering an
1948 error_mark for a type.
1949
1950 2002-09-05 Ulrich Weigand <uweigand@de.ibm.com>
1951
1952 * config/s390/s390.c (s390_expand_plus_operand): Do not require
1953 double-word scratch register.
1954 config/s390/s390.md ("reload_indi", "reload_insi"): Adapt.
1955
1956 ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", "*tmqi_mem",
1957 "*cli"): Replace s_operand by memory_operand.
1958 ("cmpstrdi", "cmpstrsi"): Replace s_operand by general_operand.
1959
1960 2002-09-05 Kazu Hirata <kazu@cs.umass.edu>
1961
1962 * config/h8300/h8300.c (asm_file_start): Add a missing
1963 semicolon.
1964
1965 2002-09-04 Krister Walfridsson <cato@df.lth.se>
1966
1967 * config/i386/i386.h (GOT_SYMBOL_NAME): Define.
1968 * config/i386/i386.c (output_set_got): Use GOT_SYMBOL_NAME.
1969 (ix86_output_addr_diff_elt) Likewise.
1970 (x86_output_mi_thunk) Likewise.
1971 * config/i386/netbsd.h (GOT_SYMBOL_NAME): Redefine.
1972
1973 2002-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1974
1975 * frv.c (frv_encode_section_info): Fix error in last change.
1976
1977 2002-09-04 David Edelsohn <edelsohn@gnu.org>
1978
1979 * config/rs6000/rs6000.c (rs6000_flag_pic): New variable.
1980 (rs6000_elf_encode_section_info): ATTRIBUTE_UNUSED.
1981 (TARGET_BINDS_LOCAL_P): Define.
1982 (rs6000_override_options): Save original flag_pic value.
1983 (rs6000_elf_select_section): Call default_elf_select_section_1.
1984 (rs6000_elf_unique_section): Call default_unique_section_1.
1985 (rs6000_elf_in_small_data_p): New function.
1986 (rs6000_xcoff_asm_named_section): Determine storage mapping class.
1987 (rs6000_xcoff_select_section): Update based on defaults.
1988 (rs6000_xcoff_unique_section): Set to basic name if not common.
1989 (rs6000_binds_local_p): New function.
1990 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Set
1991 targetm.have_srodata_section if SDATA_EABI.
1992 (TARGET_IN_SMALL_DATA_P): Define.
1993
1994 2002-09-04 Dale Johannesen <dalej@apple.com>
1995
1996 * varasm.c (struct rtx_const, decode_rtx_const):
1997 Make veclo and vechi fields not share storage.
1998
1999 Thu Sep 5 00:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
2000
2001 * loop.c (scan_loop): Don't mark separate insns out of a libcall
2002 for moving.
2003 (move_movables): Abort if we see the first insn of a libcall.
2004
2005 2002-09-04 Richard Henderson <rth@redhat.com>
2006
2007 * builtin-types.def (BT_FN_FLOAT): New.
2008 (BT_FN_DOUBLE, BT_FN_LONG_DOUBLE): New.
2009 * builtins.def (BUILT_IN_INF, BUILT_IN_INFF, BUILT_IN_INFL,
2010 BUILT_IN_HUGE_VAL, BUILT_IN_HUGE_VALF, BUILT_IN_HUGE_VALL): New.
2011 * builtins.c (fold_builtin_inf): New.
2012 (fold_builtin): Call it.
2013 * real.c (ereal_inf): New.
2014 * real.h: Declare it.
2015 * doc/extend.texi: Document new builtins.
2016
2017 2002-09-04 Richard Henderson <rth@redhat.com>
2018
2019 * cse.c (cse_insn): Avoid subreg games if the equivalence
2020 is already in the proper mode.
2021
2022 2002-09-04 Eric Botcazou <ebotcazou@multimania.com>
2023
2024 PR c/7102
2025 * optabs.c (expand_binop): Convert CONST_INTs in all cases.
2026
2027 2002-09-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
2028
2029 * pa.md (setccfp0, setccfp1): New patterns.
2030
2031 2002-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2032
2033 * frv-protos.h (frv_init_builtins, frv_expand_builtin,
2034 frv_select_section, frv_select_rtx_section,
2035 frv_encode_section_info, frv_unique_section): Delete.
2036 * frv.c: Update for target hooks.
2037 * frv.h (STRIP_NAME_ENCODING, SLOW_ZERO_EXTEND, SELECT_SECTION,
2038 SELECT_RTX_SECTION, ENCODE_SECTION_INFO, UNIQUE_SECTION,
2039 EASY_DIV_EXPR, MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): Delete.
2040
2041 2002-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2042
2043 * ip2k-protos.h (function_prologue, function_epilogue,
2044 encode_section_info): Update to match target hook specification.
2045 * ip2k.c: Wrap `MDR' code in IP2K_MD_REORG_PASS.
2046 (function_prologue, function_epilogue, encode_section_info):
2047 Update to match target hook specification.
2048 * ip2k.h (SELECT_SECTION, SELECT_RTX_SECTION, ASM_OPEN_PAREN,
2049 ASM_CLOSE_PAREN, EASY_DIV_EXPR): Delete.
2050 (NOTICE_UPDATE_CC): Cast to void.
2051 * ip2k.md: Add defaults in switch statements.
2052
2053 2002-09-04 Janis Johnson <janis187@us.ibm.com>
2054
2055 * doc/trouble.texi (Interoperation): Update information about C++ ABI
2056 issues.
2057
2058 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2059
2060 * config/sparc/t-netbsd64: Disable multilib for now.
2061
2062 2002-09-04 David Edelsohn <edelsohn@gnu.org>
2063
2064 * target-def.h (TARGET_HAVE_SRODATA_SECTION): New macro.
2065 * target.h (gcc_target): Add have_srodata_section member.
2066 * varasm.c (section_category): Add SECCAT_SRODATA.
2067 (categorize_decl_for_section): Return SECCAT_SRODATA for sdata if
2068 READONLY_SDATA_SECTION defined.
2069 (decl_readonly_section_1): True for SECCAT_SRODATA also.
2070 (default_elf_select_section_1): Map SECCAT_SRODATA to .sdata2.
2071 (default_unique_section_1): Likewise.
2072
2073 2002-09-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
2074
2075 * expr.c (emit_group_load): Revise to allow splitting TCmode source
2076 into DImode pieces.
2077
2078 * pa-64.h (LONG_DOUBLE_TYPE_SIZE): Define to 128.
2079 * pa64-regs.h (CLASS_CANNOT_CHANGE_MODE_P): Inhibit changes from SImode
2080 for floating-point register class.
2081 * pa.c (function_arg): Fix handling of modes wider than one word for
2082 TARGET_64BIT.
2083
2084 Wed Sep 4 18:48:10 2002 J"orn Rennecke <joern.rennecke@superh.com>
2085
2086 * combine.c (make_compound_operation): Don't generate zero / sign
2087 extensions in floating point modes.
2088
2089 2002-09-04 Janis Johnson <janis187@us.ibm.com>
2090
2091 * doc/c-tree.texi: Fix overfull hboxes.
2092 * doc/cppopts.texi: Ditto.
2093 * doc/extend.texi: Ditto.
2094 * doc/gty.texi: Ditto.
2095 * doc/invoke.texi: Ditto.
2096 * doc/makefile.texi: Ditto.
2097 * doc/rtl.texi: Ditto.
2098 * doc/standards.texi: Ditto.
2099 * doc/tm.texi: Ditto.
2100
2101 2002-09-04 Richard Henderson <rth@redhat.com>
2102
2103 * c-common.c (builtin_define_with_hex_fp_value): New.
2104 (builtin_define_float_constants): Use it. Fix H_FLOAT mant_dig.
2105
2106 2002-09-04 Janis Johnson <janis187@us.ibm.com>
2107
2108 * doc/invoke.texi (-fshort-wchar): Move to Code Generation Options.
2109 (-fpcc-struct-return, -freg-struct-return, -fshort-enums,
2110 -fshort-double, -fshort-wchar, -fpack-struct, -fleading-underscore):
2111 Warn that these options can break ABI compatibility.
2112
2113 2002-09-04 Richard Henderson <rth@redhat.com>
2114
2115 * real.c (ereal_to_decimal): Add digits parameter.
2116 * real.h (REAL_VALUE_TO_DECIMAL): Remove format; add digits parameter.
2117 * c-pretty-print.c (pp_c_real_literal): Update call.
2118 * print-rtl.c (print_rtx): Likewise.
2119 * print-tree.c (print_node_brief, print_node): Likewise.
2120 * sched-vis.c (print_value): Likewise.
2121 * config/arc/arc.c (arc_print_operand): Likewise.
2122 * config/c4x/c4x.c (c4x_print_operand): Likewise.
2123 * config/i370/i370.h (PRINT_OPERAND): Likewise.
2124 * config/i386/i386.c (print_operand): Likewise.
2125 * config/i960/i960.c (i960_print_operand): Likewise.
2126 * config/ip2k/ip2k.c (asm_output_float): Likewise.
2127 * config/m32r/m32r.c (m32r_print_operand): Likewise.
2128 * config/m68hc11/m68hc11.c (print_operand): Likewise.
2129 * config/m68k/hp320.h (PRINT_OPERAND, ASM_OUTPUT_FLOAT_OPERAND,
2130 ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND): Likewise.
2131 * config/m68k/m68k.h (ASM_OUTPUT_FLOAT_OPERAND,
2132 ASM_OUTPUT_DOUBLE_OPERAND, ASM_OUTPUT_LONG_DOUBLE_OPERAND): Likewise.
2133 * config/m68k/sun2o4.h (ASM_OUTPUT_FLOAT_OPERAND,
2134 ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
2135 * config/m68k/sun3.h (ASM_OUTPUT_FLOAT_OPERAND,
2136 ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
2137 * config/mips/mips.c (print_operand): Likewise.
2138 * config/ns32k/ns32k.c (print_operand): Likewise.
2139 * config/pdp11/pdp11.h (PRINT_OPERAND): Likewise.
2140 * config/vax/vax.h (PRINT_OPERAND): Likewise.
2141 * doc/tm.texi (REAL_VALUE_TO_DECIMAL): Update docs.
2142
2143 2002-09-04 Bob Wilson <bob.wilson@acm.org>
2144
2145 * config/xtensa/elf.h (TARGET_SECTION_TYPE_FLAGS): Define to
2146 xtensa_multibss_section_type_flags.
2147 * config/xtensa/xtensa.c (xtensa_multibss_section_type_flags): Define.
2148
2149 2002-09-04 Richard Henderson <rth@redhat.com>
2150
2151 * doc/install-old.texi: Don't mention enquire.
2152 * doc/sourcebuild.texi: Update float.h description.
2153
2154 Wed Sep 4 11:22:14 2002 J"orn Rennecke <joern.rennecke@superh.com>
2155
2156 * sh.md (mperm_w_little, mperm_w_big): Supply mode for zero_extract.
2157
2158 2002-09-03 David Edelsohn <edelsohn@gnu.org>
2159
2160 * varasm.c (default_section_type_flags): Append _1 to name with
2161 shlib parameter. Use original name to call new function with
2162 implicit flag_pic.
2163 (decl_readonly_section): Likewise.
2164 (default_elf_select_section): Likewise.
2165 (default_unique_section): Likewise.
2166 (default_bind_local_p): Likewise.
2167 (categorize_decl_for_section): Add shlib parameter to use in place
2168 of implicit flag_pic.
2169 * output.h: Declare new functions with _1 and shlib argument.
2170
2171 2002-09-03 Janis Johnson <janis187@us.ibm.com>
2172
2173 * doc/install.texi: Fix typos, formatting problems, and obvious
2174 overfull/underfull boxes.
2175
2176 * Makefile.in (TEXI_GCC_FILES): Add compat.texi.
2177 * doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and
2178 include its file, compat.texi.
2179 * doc/compat.texi: New file with new chapter, Binary Compatibility.
2180
2181 2002-09-03 Neil Booth <neil@daikokuya.co.uk>
2182
2183 Debian BTS Bug #157416
2184 * cpphash.h (FIRST, LAST, CUR, RLIMIT): Fix definitions.
2185 * cpplib.c (destringize_and_run): Kludge around getting
2186 tokens from in-progress macros.
2187 (_cpp_do__Pragma): Simplify.
2188
2189 2002-09-03 Steve Ellcey <sje@cup.hp.com>
2190
2191 * config/ia64/ia64.h (EXTRA_SPECS): Remove cpp_cpu.
2192 (CPP_CPU_SPEC): Remove.
2193 (TARGET_CPU_CPP_BUILTINS): New.
2194 * config/ia64/hpux.h (CPP_PREDEFINES): Remove.
2195 (CPP_SPEC): Remove.
2196 (TARGET_OS_CPP_BUILTINS): New.
2197 * config/ia64/linux.h (CPP_PREDEFINES): Remove.
2198 (TARGET_OS_CPP_BUILTINS): New.
2199 * config/ia64/aix.h (CPP_SPEC): Move some stuff to
2200 TARGET_OS_CPP_BUILTINS.
2201 (CPP_PREDEFINES): Remove.
2202 (CPLUSPLUS_CPP_SPEC): Remove.
2203 (TARGET_OS_CPP_BUILTINS): New.
2204
2205 2002-09-03 Richard Henderson <rth@redhat.com>
2206
2207 * Makefile.in (USER_H): Add ginclude/float.h.
2208 (FLOAT_H): Remove.
2209 (stmp-int-hdrs, install-mkheaders): Don't handle FLOAT_H.
2210 (mostlyclean): Don't remove float.h intermediate files.
2211 (distclean): Don't remove float.h.
2212 * config.gcc: Remove all float_format references.
2213 * configure.in (float_format, float_h_file): Remove.
2214
2215 * c-common.c: Include tree-inline.h.
2216 (builtin_define_with_int_value): New.
2217 (builtin_define_type_precision): Use it.
2218 (builtin_define_float_constants): New.
2219 (cb_register_builtins): Use it. Define __FLT_RADIX__ and
2220 __FLT_EVAL_METHOD__.
2221 * defaults.h (TARGET_FLT_EVAL_METHOD): New.
2222 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): New.
2223 * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): New.
2224 * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Mention moto 96-bit format.
2225 (TARGET_FLT_EVAL_METHOD): New.
2226
2227 * config/float-c4x.h, config/float-i128.h, config/float-i32.h,
2228 config/float-i386.h, config/float-i64.h, config/float-m68k.h,
2229 config/float-sh.h, config/float-sparc.h, config/float-vax.h: Remove.
2230 * ginclude/float.h: New.
2231
2232 2002-09-03 Stan Shebs <shebs@apple.com>
2233
2234 * config/darwin.h (WARN_FOUR_CHAR_CONSTANTS): Remove, never used.
2235 (DWARF2_DEBUGGING_INFO): Remove until assembler accepts Dwarf-2.
2236 (PREFERRED_DEBUGGING_TYPE): Ditto.
2237 (ASM_OUTPUT_IDENT): Remove empty definition.
2238
2239 2002-09-03 Steve Ellcey <sje@cup.hp.com>
2240
2241 * config.gcc (ia64*-*-hpux*): Add ia64-c.o to c_target and
2242 cxx_target.
2243 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Register pragma
2244 handling routine for builtin pragma.
2245 * config/ia64/ia64-protos.h (ia64_hpux_handle_builtin_pragma):
2246 Registered pragma handling routine.
2247 * ia64-c.c (ia64_hpux_handle_builtin_pragma): Ditto.
2248 (ia64_hpux_add_pragma_builtin) New subroutine used by above.
2249 If builtin pragma seen for math routine and C89 conformance is
2250 requested use different math function in order to set errno.
2251 * t-ia64 (ia64-c.o): Add new rule for new file.
2252
2253 2002-09-03 Ulrich Weigand <uweigand@de.ibm.com>
2254
2255 * config/s390/s390.md ("movti"): Add Q->Q alternative.
2256 ("*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
2257 "movqi", "*movdf_64", "*movdf_31", "*movsf"): Likewise.
2258
2259 ("*movti_ss", "*movdi_ss", "*movsi_ss", "*movdf_ss",
2260 "*movsf_ss"): Remove.
2261
2262 2002-09-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
2263
2264 * pa32-regs.h (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P):
2265 Delete macros.
2266
2267 2002-09-03 Arati Dikey <aratid@kpit.com>
2268
2269 * h8300.c (asm_file_start): Corrected optimization comment.
2270
2271 2002-09-03 Stan Shebs <shebs@apple.com>
2272
2273 * c-lang.c (recognize_objc_keyword): Remove, no longer used.
2274 * c-tree.h (recognize_objc_keyword): Remove decl.
2275 * c-typeck.c (comp_target_types): Update a comment.
2276
2277 2002-09-03 Ulrich Weigand <uweigand@de.ibm.com>
2278
2279 * config/s390/s390.c (s390_decompose_address): Remove STRICT parameter
2280 and register validity checks.
2281 (general_s_operand): Adapt to s390_decompose_address interface change.
2282 (q_constraint): Likewise.
2283 (s390_expand_plus_operand): Likewise.
2284 (legitimiate_address_p): Likewise.
2285 (legitimate_la_operand_p): Likewise.
2286 (legitimize_la_operand): Likewise.
2287 (print_operand_address): Likewise.
2288 (print_operand): Likewise.
2289
2290 Tue Sep 3 11:32:14 2002 Nicola Pero <n.pero@mi.flashnet.it>
2291
2292 PR objc/5956:
2293 * objc/objc-act.c (build_typed_selector_reference): Fix typo which
2294 was causing the new selector never to match the existing ones
2295 (Patch by Alexander Malmberg <alexander@malmberg.org>).
2296
2297 2002-09-03 Graham Stott <graham.stott@btinternet.com>
2298
2299 * config/i386/i386.md ("femms"): Add "memory" attr "none".
2300
2301 2002-09-03 Graham Stott <graham.stott@btinternet.com>
2302
2303 * expr.c (expand_expr): Remove extraneous comment and code.
2304
2305 2002-08-31 Richard Henderson <rth@redhat.com>
2306
2307 * expr.c (block_move_libcall_safe_for_call_parm): Fix thinko.
2308
2309 2002-08-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
2310
2311 * pa.c (pa_globalize_label): Add ATTRIBUTE_UNUSED to prototype.
2312
2313 2002-08-30 Richard Henderson <rth@redhat.com>
2314
2315 PR opt/7515
2316 * c-objc-common.c: Include target.h.
2317 (c_cannot_inline_tree_fn): Don't auto-inline functions that
2318 don't bind locally. Factor setting DECL_UNINLINABLE.
2319 * Makefile.in (c-objc-common.o): Update.
2320
2321 2002-08-30 Janis Johnson <janis187@us.ibm.com>
2322
2323 * doc/install.texi (Configuration, Building): Fix a typo and
2324 some formatting directives.
2325
2326 2002-08-30 Paul Koning <pkoning@equallogic.com>
2327
2328 * doc/c-tree.texi (RDIV_EXPR): Fix typo.
2329 * doc/rtl.texi (post_modify): Remove misplaced text, remove "not
2330 implemented" note.
2331 * doc/md.texi (IP2K): Move machine-specific constraints before MIPS
2332 for alphabetic order.
2333 * doc/tm.texi (TARGET_FLOAT_FORMAT): Update description for
2334 VAX_FLOAT_FORMAT. Remove reference to HOST_FLOAT_FORMAT.
2335 (VAX_HALFWORD_ORDER): Document.
2336 (LARGEST_EXPONENT_IS_NORMAL): Remove note about being only for
2337 IEEE float format.
2338 (TARGET_SCHED_ISSUE_RATE): Reword reference to MAX_DFA_ISSUE_RATE.
2339 (ASM_OUTPUT_LABEL_REF): Fix font.
2340 (CASE_VECTOR_SHORTEN_MODE): Ditto.
2341
2342 2002-08-30 Denis Chertykov <denisc@overta.ru>
2343
2344 * config/ip2k/ip2k.c (ip2k_set_compare): Remove all const_double
2345 stuff.
2346 (ip2k_gen_unsigned_comp_branch): Handle CONST_INT and
2347 CONST_DOUBLE constants.
2348
2349 2002-08-30 Jason Thorpe <thorpej@wasabisystems.com>
2350
2351 * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Move language-
2352 related defines to...
2353 (SUBTARGET_LANGUAGE_CPP_BUILTINS): ...here.
2354 * config/alpha/netbsd.h (SUBTARGET_LANGUAGE_CPP_BUILTINS): Redefine
2355 as a no-op.
2356
2357 2002-08-30 Krister Walfridsson <cato@df.lth.se>
2358
2359 * config/arm/arm.c (arm_asm_output_labelref): New function.
2360 * config/arm/arm.h (ASM_OUTPUT_LABELREF): Call arm_asm_output_labelref.
2361 * config/arm/arm-protos.h: Add prototype for arm_asm_output_labelref.
2362
2363 2002-08-29 Rodney Brown <rbrown64@csc.com.au>
2364
2365 * doc/install.texi (Specific, alpha*-dec-osf*): Add "virtual
2366 memory exhausted" workarounds.
2367
2368 2002-08-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
2369
2370 * diagnostic.c (fancy_abort): Don't repeat "internal error".
2371 * toplev.c (crash_signal): Likewise.
2372
2373 Fri Aug 30 00:33:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
2374
2375 * doc/cpp.texi (__NEXT_RUNTIME__): Extended documentation.
2376 * doc/invoke.texi (-fnext-runtime, -Wno-protocol, -Wselector):
2377 Extended, updated documentation.
2378 (-Wundeclared-selector): Documented.
2379
2380 2002-08-29 Jason Thorpe <thorpej@wasabisystems.com>
2381
2382 * config/chorus.h: Consistently define *_DEBUGGING_INFO with
2383 the value 1. Do not undef before defining.
2384 * config/darwin.h: Likewise.
2385 * config/dbx.h: Likewise.
2386 * config/dbxcoff.h: Likewise.
2387 * config/dbxelf.h: Likewise.
2388 * config/elfos.h: Likewise.
2389 * config/interix.h: Likewise.
2390 * config/lynx-ng.h: Likewise.
2391 * config/lynx.h: Likewise.
2392 * config/netware.h: Likewise.
2393 * config/psos.h: Likewise.
2394 * config/svr3.h: Likewise.
2395 * config/alpha/alpha.h: Likewise.
2396 * config/alpha/elf.h: Likewise.
2397 * config/alpha/vms.h: Likewise.
2398 * config/arc/arc.h: Likewise.
2399 * config/arm/aout.h: Likewise.
2400 * config/arm/coff.h: Likewise.
2401 * config/c4x/c4x.h: Likewise.
2402 * config/h8300/h8300.h: Likewise.
2403 * config/i386/cygwin.h: Likewise.
2404 * config/i386/djgpp.h: Likewise.
2405 * config/i386/gas.h: Likewise.
2406 * config/i386/gstabs.h: Likewise.
2407 * config/i386/i386-coff.h: Likewise.
2408 * config/i386/i386-interix.h: Likewise.
2409 * config/i386/sco5.h: Likewise.
2410 * config/i386/svr3dbx.h: Likewise.
2411 * config/i386/sysv3.h: Likewise.
2412 * config/i386/win32.h: Likewise.
2413 * config/i386/x86-64.h: Likewise.
2414 * config/i960/i960.h: Likewise.
2415 * config/ia64/ia64.h: Likewise.
2416 * config/ip2k/ip2k.h: Likewise.
2417 * config/m32r/m32r.h: Likewise.
2418 * config/m68k/3b1.h: Likewise.
2419 * config/m68k/3b1g.h: Likewise.
2420 * config/m68k/ccur-GAS.h: Likewise.
2421 * config/m68k/coff.h: Likewise.
2422 * config/m68k/hp2bsd.h: Likewise.
2423 * config/m68k/hp310g.h: Likewise.
2424 * config/m68k/hp320g.h: Likewise.
2425 * config/m68k/hp3bsd.h: Likewise.
2426 * config/m68k/hp3bsd44.h: Likewise.
2427 * config/m68k/linux-aout.h: Likewise.
2428 * config/m68k/m68k-aout.h: Likewise.
2429 * config/m68k/mot3300.h: Likewise.
2430 * config/m68k/netbsd.h: Likewise.
2431 * config/m68k/openbsd.h: Likewise.
2432 * config/m68k/pbb.h: Likewise.
2433 * config/m68k/plexus.h: Likewise.
2434 * config/m68k/sun2.h: Likewise.
2435 * config/m68k/sun3.h: Likewise.
2436 * config/m68k/tower-as.h: Likewise.
2437 * config/m68k/vxm68k.h: Likewise.
2438 * config/m88k/aout-dbx.h: Likewise.
2439 * config/m88k/m88k-aout.h: Likewise.
2440 * config/mcore/mcore-elf.h: Likewise.
2441 * config/mcore/mcore-pe.h: Likewise.
2442 * config/mips/elf.h: Likewise.
2443 * config/mips/elf64.h: Likewise.
2444 * config/mips/iris5gas.h: Likewise.
2445 * config/mips/iris6.h: Likewise.
2446 * config/mips/mips.h: Likewise.
2447 * config/mips/sni-gas.h: Likewise.
2448 * config/mmix/mmix.h: Likewise.
2449 * config/ns32k/netbsd.h: Likewise.
2450 * config/pa/pa64-hpux.h: Likewise.
2451 * config/romp/romp.h: Likewise.
2452 * config/rs6000/sysv4.h: Likewise.
2453 * config/rs6000/xcoff.h: Likewise.
2454 * config/sh/coff.h: Likewise.
2455 * config/sh/elf.h: Likewise.
2456 * config/sparc/linux64.h: Likewise.
2457 * config/sparc/liteelf.h: Likewise.
2458 * config/sparc/netbsd.h: Likewise.
2459 * config/sparc/openbsd.h: Likewise.
2460 * config/sparc/pbd.h: Likewise.
2461 * config/sparc/sp64-elf.h: Likewise.
2462 * config/sparc/sp86x-elf.h: Likewise.
2463 * config/sparc/sparc.h: Likewise.
2464 * config/vax/vax.h: Likewise.
2465 * config/vax/vaxv.h: Likewise.
2466
2467 2002-08-29 "Dhananjay R. Deshpande" <dhananjayd@kpit.com>
2468
2469 * h8300.c (shift_alg_hi): Various tweaks to improve performance
2470 of HImode shifts.
2471 (get_shift_alg): Corresponding changes.
2472
2473 2002-08-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
2474
2475 * som.h (ALWAYS_STRIP_DOTDOT): Define to 1.
2476
2477 2002-08-29 Richard Henderson <rth@redhat.com>
2478
2479 * expr.h (enum block_op_methods): New.
2480 (emit_block_move): Update prototype.
2481 * expr.c (block_move_libcall_safe_for_call_parm): New.
2482 (emit_block_move_via_loop): New.
2483 (emit_block_move): Use them. New argument METHOD.
2484 (emit_push_insn): Always respect the given alignment.
2485 (expand_assignment): Update call to emit_block_move.
2486 (store_expr, store_field, expand_expr): Likewise.
2487 * builtins.c (expand_builtin_apply): Likewise.
2488 (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
2489 * function.c (expand_function_end): Likewise.
2490 * config/sh/sh.c (sh_initialize_trampoline): Likewise.
2491 * config/sparc/sparc.c (sparc_va_arg): Likewise.
2492 * calls.c (expand_call, emit_library_call_value_1): Likewise.
2493 (save_fixed_argument_area): Use emit_block_move with
2494 BLOCK_OP_CALL_PARM instead of move_by_pieces.
2495 (restore_fixed_argument_area): Likewise.
2496 (store_one_arg): Fix alignment parameter to emit_push_insn.
2497
2498 2002-08-29 John David Anglin <dave@hiauly1.hia.nrc.ca>
2499
2500 * install.texi (hppa64-hp-hpux11*): Document installation procedure.
2501
2502 2002-08-29 Catherine Moore <clm@redhat.com>
2503
2504 * config/v850/v850.h (MULDI3_LIBCALL, UCMPDI2_LIBCALL, CMPDI2_LIBCALL,
2505 NEGDI2_LIBCALL, INIT_TARGET_OPTABS, MASK_STRICT_ALIGN): Define.
2506 (PREDICATE_CODES): Include new predicates.
2507 (RTX_COSTS): Handle UMOD and UDIV. Tune MULT for v850e.
2508 (TARGET_SWITCHES): Add strict-align.
2509 (TARGET_STRICT_ALIGN): New.
2510 (MASK_DEFAULT, STRICT_ALIGNMENT): Redefine.
2511 * config/v850/t-v850 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
2512 Define.
2513 (LIB1ASMFUNCS): Add v850_negdi2, v850_cmpdi2, v850_ucmpdi2,
2514 v850_muldi3.
2515 * config/v850/lib1funcs.asm (L_callt_save_r2_r29, L_return_r2_r29,
2516 L_callt_save_r2_r31, L_return_r2_r31,
2517 L_save_all_interrupt): Change addi to add.
2518 (L_save_interrupt, L_return_interrupt): Rework.
2519 (__return_r31): Correct .size directive.
2520 (mulsi3, divsi3, udivsi3, umodsi3, modsi3): Tune for v850e.
2521 (v850_negdi2, v850_cmpdi2, v850_ucmpdi2, v850_muldi3):
2522 New routines.
2523 * config/v850/v850.c (expand_prologue): Call
2524 gen_callt_save_interrupt, gen_callt_restore_all_interrupt,
2525 gen_callt_return_interrupt and gen_callt_save_all_interrupt.
2526 (reg_or_int9_operand): New predicate.
2527 (reg_or_const_operand): New routine.
2528 * config/v850/v850.md (return_interrupt): Changed from
2529 restore_interrupt.
2530 (callt_save_all_interrupt): Changed from save_all_interrupt_v850e.
2531 (callt_save_interrupt): Change save sequence.
2532 (callt_return_interrupt): New.
2533 (save_interrupt): Don't use runtime function for LONG_CALLS
2534 and TARGET_PROLOG_FUNCTION.
2535 (save_all_interrupt): Likewise.
2536 (mulsi3): Use new predicate.
2537 (moviscc): Disallow some combination of constants.
2538 Fix define_split for sasf insns, so that it will not generate bad
2539 code if operand0 and operand5 are the same.
2540 * config/v850/v850-protos.h: Prototype new predicates.
2541
2542 2002-08-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
2543
2544 * c-common.c (builtin_define_type_precision): New function.
2545 (cb_register_builtins): Use it. Define __WCHAR_UNSIGNED__ is
2546 wchar_t is unsigned in C++.
2547 * doc/cpp.texi (Common Predefined Macros): Document
2548 __WCHAR_UNSIGNED__, __CHAR_BIT__, __WCHAR_BIT__, __SHRT_BIT__,
2549 __INT_BIT__, __LONG_BIT__, __LONG_LONG_BIT__, __FLOAT_BIT__,
2550 __DOUBLE_BIT__, __LONG_DOUBLE_BIT__.
2551
2552 2002-08-28 Sylvain Pion <pion@cs.nyu.edu>
2553
2554 * doc/invoke.texi (-Wreorder): Remove remaining pieces from the generic
2555 section. Mention that it is enabled by -Wall.
2556 (-Wall): Mention that there can be language-specific warnings as well.
2557 (-Wctor-dtor-privacy): Mention that it is enabled by default.
2558 (-Wnon-virtual-dtor): Mention that it is enabled by -Wall.
2559
2560 Wed Aug 28 15:35:17 2002 J"orn Rennecke <joern.rennecke@superh.com>
2561
2562 * sh.c (calc_live_regs): Save FPSCR_REG in an interrupt handler
2563 if it is ever live.
2564
2565 * sh.c (sh_handle_interrupt_handler_attribute): Reject interrupt_handler
2566 attribute for SHCOMPACT.
2567
2568 * sh.h (OVERRIDE_OPTIONS): If align_function isn't set, set it
2569 appropriately.
2570 (FUNCTION_BOUNDARY): Specify only the minimum alignment required
2571 by the ABI.
2572
2573 * sh.h (SH5_WOULD_BE_PARTIAL_NREGS): Also handle TImode case.
2574
2575 2002-08-28 Jason Thorpe <thorpej@wasabisystems.com>
2576
2577 * config.gcc (mips*-*-netbsd*): Set target_cpu_default to
2578 "MASK_GAS|MASK_ABICALLS".
2579 * config/mips/netbsd.h (TARGET_ENDIAN_DEFAULT)
2580 (TARGET_DEFAULT): Remove.
2581 (MACHINE_TYPE): Undefine before defining.
2582 (DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE): Remove.
2583
2584 2002-08-27 Mark Mitchell <mark@codesourcery.com>
2585
2586 * c-common.c (warn_abi): New variable.
2587 * c-common.h (warn_abi): Likewise.
2588 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Wabi.
2589 (c_common_decode_option): Handle it.
2590 * doc/invoke.texi: Document -Wabi.
2591
2592 Tue Aug 27 23:03:52 2002 Nicola Pero <n.pero@mi.flashnet.it>
2593
2594 * c-common.c (warn_undeclared_selector): New variable.
2595 * c-common.h (warn_undeclared_selector): Idem.
2596 * c-opts.c (c_common_decode_option): Set warn_undeclared_selector
2597 to on when -Wundeclared-selector is found.
2598 (COMMAND_LINE_OPTIONS): Added -Wundeclared-selector.
2599 * objc/objc-act.c (build_selector_expr): If
2600 warn_undeclared_selector is set, check that the selector has
2601 already been defined, and emit a warning if not.
2602
2603 2002-08-27 Nick Clifton <nickc@redhat.com>
2604 Catherine Moore <clm@redhat.com>
2605 Jim Wilson <wilson@cygnus.com>
2606
2607 * config.gcc: Add v850e-*-* target.
2608 Add --with-cpu= support for v850.
2609 * config/v850/lib1funcs.asm: Add v850e callt functions.
2610 * config/v850/v850.h: Add support for v850e target.
2611 * config/v850/v850.c: Add functions to support v850e target.
2612 * config/v850/v850-protos.h: Add prototypes for new functions in v850.c.
2613 * config/v850/v850.md: Add patterns for v850e instructions.
2614 * doc/invoke.texi: Document new v850e command line switches.
2615
2616 Tue Aug 27 18:30:47 2002 J"orn Rennecke <joern.rennecke@superh.com>
2617 Aldy Hernandez <aldyh at redhat dot com>
2618
2619 * doc/tm.texi: Applied numerous fixes to the automaton based
2620 scheduler descrition.
2621
2622 Tue Aug 27 19:51:05 CEST 2002 Jan Hubicka <jh@suse.cz>
2623
2624 * i386.c (classify_argument): Handle variable sized objects.
2625
2626 Tue Aug 27 19:18:16 CEST 2002 Jan Hubicka <jh@suse.cz>
2627
2628 * i386.c (ix86_expand_int_movcc): Fix RTL sharing problem
2629
2630 Tue Aug 27 18:01:45 CEST 2002 Jan Hubicka <jh@suse.cz>
2631
2632 * libgcc2.c (__bb_exit_func): Properly write the summarized statistics.
2633
2634 Tue Aug 27 18:00:11 CEST 2002 Jan Hubicka <jh@suse.cz>
2635
2636 * i386.c (classify_argument): Properly compute word size of the analyzed object.
2637
2638 Tue Aug 27 14:39:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
2639
2640 * sh.md (attribute type): Add types mt_group, fload, pcfload, fpul_gp,
2641 mac_gp ftrc_s and cwb. Add / Adjust definitions in individual insn
2642 accordingly.
2643 (attribute insn_class): Provide default definitions based on type.
2644 Remove all insn-specific settings.
2645 (various function units): Remove old SH4 scheduling.
2646 (branch_zero, dfp_comp, late_fp_use, any_fp_comp, any_int_load):
2647 New attributes. Set them where appropriate.
2648 (cpu unit FS): Don't define / use.
2649 (F3, load_store): New cpu units.
2650 (F01): New reservation.
2651 (all insn_reservations): Make dependent on sh4 pipeline model.
2652 Fix latencies.
2653 (nil, reg_mov, freg_mov, sh4_fpul_gp, sh4_call): New insn_reservations.
2654 (sh4_mac_gp, fp_arith_ftrc, arith3, arith3b): Likewise.
2655 (mt insn_reservation): Use type mt_group.
2656 (insn_reservation load_store): Split into sh4_load, sh4_load_si,
2657 sh4_fload and sh4_store.
2658 (insn_reservation branch_zero and branch): Replace with sh4_branch.
2659 (insn_reservation branch_far): Replace with sh4_return.
2660 (insn_reservation return_from_exp): Rename to:
2661 (sh4_return_from_exp). Change to be just d_lock*5.
2662 (insn_reservation lds_to_pr): Rename to:
2663 (sh4_lds_to_pr). Change to be just d_lock*2.
2664 (insn_reservation ldsmem_to_pr, sts_from_pr): Change to be just
2665 d_lock*2.
2666 (insn_reservation prload_mem): Rename to:
2667 (sh4_prstore_mem). Change to d_lock*2,nothing,memory.
2668 (insn_reservation fpscr_store): Rename to:
2669 (fpscr_load). Change to d_lock,nothing,F1*3.
2670 (insn_reservation fpscr_store_mem): Rename to:
2671 (fpscr_load_mem). Change to d_lock,nothing,(F1+memory),F1*2.
2672 (insn_reservation multi): Change to
2673 d_lock,(d_lock+f1_1),(f1_1|f1_2)*3,F2.
2674 (insn_reservation fp_arith): Change to issue,F01,F2.
2675 (insn_reservation fp_div: Change to issue,F01+F3,F2+F3,F3*7,F1+F3,F2.
2676 (insn_reservation dp_float): Change to issue,F01,F1+F2,F2.
2677 (insn_reservation fp_double_arith): Change to issue,F01,F1+F2,fpu*4,F2.
2678 (insn_reservation fp_double_cmp): Change to
2679 d_lock,(d_lock+F01),F1+F2,F2.
2680 (insn_reservation dp_div): Change to
2681 issue,F01+F3,F1+F2+F3,F2+F3,F3*16,F1+F3,(fpu+F3)*2,F2.
2682 * sh.c (flow_dependent_p, flow_dependent_p_1): New functions.
2683 (sh_adjust_cost, SHcompact): Differentiate between different
2684 kinds of dependencies. Drop factor of ten for superscalar.
2685 Use new instruction types. Add new exception rules.
2686
2687 * sh.md (mulhisi3, umulhisi3: Add a REG_EQUAL note.
2688
2689 * sh.md (mperm_w): Add DONE.
2690
2691 2002-08-27 David Edelsohn <edelsohn@gnu.org>
2692
2693 * longlong.h: Import current PowerPC defintion from GMP-4.1.
2694
2695 * config/rs6000/rs6000.h (MIN_UNITS_PER_WORD): Add IN_LIBGCC2 case.
2696
2697 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Undef before define.
2698
2699 Tue Aug 27 13:53:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
2700
2701 * sh.h (MAX_FIXED_MODE_SIZE): Define.
2702
2703 2002-08-27 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
2704
2705 * doc/cpp.texi (Common Predefined Macros): Don't mess with table
2706 delimiter.
2707
2708 2002-08-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
2709
2710 * c-common.c (cpp_define_data_format): New function.
2711 (cb_register_builtins): Call it.
2712
2713 * doc/cpp.texi (Common Predefined Macros): Document
2714 __TARGET_BITS_ORDER__, __TARGET_BYTES_ORDER__,
2715 __TARGET_INT_WORDS_ORDER__, __TARGET_FLOAT_WORDS_ORDER__,
2716 __TARGET_FLOAT_FORMAT__, __TARGET_USES_VAX_F_FLOAT__,
2717 __TARGET_USES_VAX_D_FLOAT__, __TARGET_USES_VAX_G_FLOAT__,
2718 __TARGET_USES_VAX_H_FLOAT__.
2719
2720 2002-08-26 Ziemowit Laski <zlaski@apple.com>
2721
2722 * objc/objc-act.c (get_super_receiver): If inside a class method
2723 of a category, cast the receiver to 'id' before accessing the 'isa'
2724 field so that <objc/objc-class.h> is not needed. For NeXT runtime.
2725
2726 2002-08-26 Ulrich Weigand <uweigand@de.ibm.com>
2727
2728 * config/s390/s390-protos.h (s390_function_prologue,
2729 s390_function_epilogue): Remove.
2730 config/s390/s390.c (s390_function_prologue, s390_function_epilogue,
2731 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_ASM_FUNCTION_EPILOGUE): Remove.
2732
2733 config/s390/s390.c (s390_machine_dependent_recorg): New function.
2734 config/s390/s390-protos.h (s390_machine_dependent_reorg): Declare it.
2735 config/s390/s390.h (MACHINE_DEPENDENT_REORG): Call it.
2736 config/s390/s390.c (s390_split_branches, s390_chunkify_pool): Adapt
2737 to being called from MACHINE_DEPENDENT_REORG. Update regs_ever_live.
2738
2739 config/s390/s390.c (s390_frame_info): Inline save_fprs_p. Always
2740 assume BASE_REGISTER and RETURN_REGNUM need to be saved.
2741 (s390_emit_prologue): Assume RETURN_REGNUM to be saved iff
2742 function is not a leaf function. Use save_gprs and restore_gprs.
2743 (s390_emit_epilogue): Likewise.
2744 (save_gprs, restore_gprs): New functions.
2745 (struct s390_frame): Remove return_reg_saved_p member.
2746 (save_fprs_p): Remove.
2747 (s390_optimize_prolog): New function.
2748 (s390_legitimate_reload_constant): Remove now unnecessary check.
2749
2750 (s390_function_count): Remove.
2751 (s390_output_symbolic_const): Replace s390_function_count by
2752 current_function_funcdef_no.
2753 (s390_output_constant_pool): Likewise.
2754
2755 (legitimize_pic_address): Use regs_ever_live to track PIC register
2756 instead of current_function_uses_pic_offset_table.
2757 (s390_emit_prologue): Likewise.
2758 config/s390/s390.md ("call", "call_value"): Likewise.
2759
2760 2002-08-26 Neil Booth <neil@daikokuya.co.uk>
2761
2762 * c-opts.c (find_opt): Don't complain about wrong languages
2763 here. Return exact matches even for wrong language.
2764 (c_common_decode_option): Complain about wrong languages
2765 here.
2766
2767 2002-08-24 Stuart Hastings <stuart@apple.com>
2768
2769 * function.h (struct function): Add flag
2770 all_throwers_are_sibcalls.
2771 * except.c (set_nothrow_function_flags): Replaces
2772 nothrow_function_p. Set new flag.
2773 * except.h (set_nothrow_function_flags): Replaces
2774 nothrow_function_p.
2775 * dwarf2out.c (struct dw_fde_struct): Add flag
2776 all_throwers_are_sibcalls.
2777 (output_call_frame_info): Test it.
2778 (dwarf2out_begin_prologue) Propagate it from cfun to
2779 dw_fde_struct.
2780 * toplev.c (rest_of_compilation): Update calls to
2781 nothrow_function_p.
2782
2783 2002-08-23 Zack Weinberg <zack@codesourcery.com>
2784
2785 * ggc-page.c (compute_inverse): Short circuit calculation for
2786 object sizes larger than half a page.
2787
2788 2002-08-23 David Edelsohn <edelsohn@gnu.org>
2789
2790 * config/rs6000/rs6000.c (rs6000_elf_select_section): Treat
2791 DEFAULT_ABI == ABI_AIX like PIC. Test PIC & reloc for readonly
2792 default.
2793 (rs6000_elf_unique_section): Likewise.
2794
2795 2002-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2796
2797 * ns32k.c (ns32k_globalize_label): Delete.
2798 * ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.
2799
2800 2002-08-23 Alan Modra <amodra@bigpond.net.au>
2801
2802 * config/rs6000/rs6000.c (output_mi_thunk): Don't determine insns
2803 for loading delta with num_insns_constant_wide. Calculate
2804 delta_low, delta_high without using a conditional.
2805
2806 2002-08-22 Jason Merrill <jason@redhat.com>
2807
2808 * c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.
2809 * c-common.def: Adjust.
2810 * c-dump.c (c_dump_tree): Adjust.
2811 * c-semantics.c (genrtl_return_stmt): Adjust.
2812 * c-pretty-print.c (pp_c_statement): Adjust.
2813 * tree-inline.c (copy_body_r): Adjust.
2814
2815 2002-08-22 Zack Weinberg <zack@codesourcery.com>
2816
2817 * ggc-page.c: Avoid division in ggc_set_mark.
2818 (DIV_MULT, DIV_SHIFT, OFFSET_TO_BIT, inverse_table,
2819 compute_inverse): New.
2820 (ggc_set_mark, ggc_marked_p): Use OFFSET_TO_BIT.
2821 (init_ggc): Initialize inverse_table.
2822
2823 2002-08-22 Tom Tromey <tromey@redhat.com>
2824
2825 * doc/install.texi (Configuration): Document --datadir.
2826
2827 2002-08-22 Alexandre Oliva <aoliva@redhat.com>
2828
2829 * Makefile.in ($(BUILD_PREFIX_1)varray.o): Depend on $(GGC_H).
2830
2831 2002-08-22 Hans-Peter Nilsson <hp@bitrange.com>
2832
2833 * gengtype-lex.l (ID): Allow underscore as first character.
2834
2835 2002-08-21 David Edelsohn <edelsohn@gnu.org>
2836
2837 * config/rs6000/rs6000.c (rs6000_xcoff_asm_globalize_label): New
2838 function.
2839 (rs6000_xcoff_asm_named_section): Rename.
2840 * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
2841
2842 2002-08-21 Tom Tromey <tromey@redhat.com>
2843
2844 For PR java/6005 and PR java/7611:
2845 * fold-const.c (fold_truthop): Use can_use_bit_fields_p.
2846 (fold): Likewise.
2847 * langhooks.c (lhd_can_use_bit_fields_p): New function.
2848 * langhooks-def.h (lhd_can_use_bit_fields_p): Declare.
2849 (LANG_HOOKS_CAN_USE_BIT_FIELDS_P): New define.
2850 (LANG_HOOKS_INITIALIZER): Use it.
2851 * langhooks.h (struct lang_hooks) [can_use_bit_fields_p]: New
2852 field.
2853
2854 2002-08-21 Stan Shebs <shebs@apple.com>
2855
2856 * tree.c (finish_vector_type): Fix a typo in a comment.
2857 * Makefile.in: Fix "the the" stutters in comments.
2858 * genautomata.c: Ditto.
2859 * ifcvt.c: Ditto.
2860 * regrename.c: Ditto.
2861 * config/alpha/alpha.c: Ditto.
2862 * config/alpha/vms-crt0-64.c: Ditto.
2863 * config/alpha/vms-crt0.c: Ditto.
2864 * config/alpha/vms-psxcrt0-64.c: Ditto.
2865 * config/alpha/vms-psxcrt0.c: Ditto.
2866 * config/d30v/d30v.h: Ditto.
2867 * config/fr30/fr30.h: Ditto.
2868 * config/rs6000/rs6000.c: Ditto.
2869 * config/stormy16/stormy16.h: Ditto.
2870 * doc/md.texi: Ditto.
2871
2872 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
2873
2874 * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.
2875
2876 2002-08-21 Joseph S. Myers <jsm@polyomino.org.uk>
2877
2878 * c-decl.c (grokdeclarator): Make invalid combinations with long,
2879 short, signed or unsigned into hard errors. Fixes PR c/4319.
2880 Also make duplicate modifiers such as "short short" into hard
2881 errors.
2882
2883 2002-08-21 Andrew Pinski <pinskia@physics.uc.edu>
2884 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2885
2886 * doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn'
2887 to the actual end. Add '@end table' and '@table @code'.
2888
2889 2002-08-20 Geoffrey Keating <geoffk@redhat.com>
2890
2891 * doc/tm.texi (Label Output): Add missing '@end deftypefn'.
2892
2893 * unroll.c (biv_total_increment): Don't try to compute the total
2894 increment for FP BIVs.
2895
2896 2002-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2897
2898 * alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
2899 * alpha/elf.h (ASM_OUTPUT_EXTERNAL_LIBCALL,
2900 ASM_OUTPUT_ALIGNED_BSS): Use target hook.
2901 * alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS): Likewise.
2902 * alpha/unicosmk.h (ASM_GLOBALIZE_LABEL): Delete.
2903 * arm/aof.h (ASM_GLOBALIZE_LABEL): Likewise.
2904 (GLOBAL_ASM_OP): Define.
2905 * arm.c (aof_globalize_label): New function.
2906 (TARGET_ASM_GLOBALIZE_LABEL): Define for AOF.
2907 * arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
2908 * c4x.c (c4x_globalize_label): New function.
2909 (TARGET_ASM_GLOBALIZE_LABEL): Define for c4x.
2910 * c4x.h (ASM_GLOBALIZE_LABEL): Delete.
2911 (GLOBAL_ASM_OP): Define.
2912 * cris/aout.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
2913 * darwin-protos.h (darwin_globalize_label): Declare.
2914 * darwin.c (darwin_globalize_label): New function.
2915 * darwin.h (ASM_DECLARE_CLASS_REFERENCE): Use target hook.
2916 (ASM_GLOBALIZE_LABEL): Delete.
2917 (GLOBAL_ASM_OP, TARGET_ASM_GLOBALIZE_LABEL): Define.
2918 * dsp16xx.c (asm_output_common): Use target hook.
2919 * elfos.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
2920 * frv.h (ASM_GLOBALIZE_LABEL): Delete.
2921 (GLOBAL_ASM_OP): Define.
2922 * i370.c (i370_globalize_label): New function.
2923 (TARGET_ASM_GLOBALIZE_LABEL): Define for i370.
2924 * i370.h (ASM_GLOBALIZE_LABEL): Delete.
2925 * i386.c (ix86_asm_file_end): Use target hook.
2926 * i386/sco5.h (ASM_GLOBALIZE_LABEL): Don't undef.
2927 (ASM_OUTPUT_EXTERNAL_LIBCALL): Use target hook.
2928 * ia64.c (ia64_asm_output_external): Likewise.
2929 * ia64/sysv4.h: Update comment.
2930 * m32r.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
2931 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
2932 * mips/iris5.h (ASM_OUTPUT_WEAK_ALIAS): Use target hook.
2933 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
2934 * mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use target hook.
2935 * mmix-protos.h (mmix_asm_globalize_label): Delete.
2936 * mmix.c (mmix_asm_globalize_label): Likewise.
2937 * mmix.h (ASM_GLOBALIZE_LABEL): Likewise.
2938 (GLOBAL_ASM_OP): Define.
2939 * ns32k.c (ns32k_globalize_label): New function.
2940 * ns32k.h (TARGET_ASM_GLOBALIZE_LABEL): Define for ns32k.
2941 (ASM_GLOBALIZE_LABEL): Delete.
2942 * pa/pa-linux.h (ASM_GLOBALIZE_LABEL): Don't undef.
2943 (TARGET_ASM_GLOBALIZE_LABEL): Undefine.
2944 * pa.c (pa_globalize_label): New function.
2945 * pa.h (ASM_GLOBALIZE_LABEL): Delete.
2946 (TARGET_ASM_GLOBALIZE_LABEL): Define for pa.
2947 * rs6000/darwin.h (ASM_GLOBALIZE_LABEL): Delete.
2948 (GLOBAL_ASM_OP): Define.
2949 (TARGET_ASM_GLOBALIZE_LABEL): Undef.
2950 * rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Use target hook.
2951 * rs6000/xcoff.h (ASM_GLOBALIZE_LABEL): Delete.
2952 (GLOBAL_ASM_OP): Define.
2953 * v850.c (v850_output_aligned_bss): Use target hook.
2954 * vax.c (vms_globalize_label): New function.
2955 (TARGET_ASM_GLOBALIZE_LABEL): Define for vms.
2956 * vax/vms.h (ASM_GLOBALIZE_LABEL): Delete.
2957 (GLOBAL_ASM_OP): Define.
2958 * defaults.h (ASM_GLOBALIZE_LABEL): Delete.
2959 * doc/tm.texi: Update docs.
2960 * dwarf2out.c (default_eh_frame_section, output_die_symbol): Use
2961 target hook.
2962 * final.c (output_alternate_entry_point): Likewise.
2963 * hooks.c (hook_FILEptr_constcharptr_void): New function.
2964 * hooks.h (hook_FILEptr_constcharptr_void): Declare.
2965 * output.h (assemble_global): Delete.
2966 (default_globalize_label): Declare.
2967 * system.h (ASM_GLOBALIZE_LABEL): Poison.
2968 * target-def.h (TARGET_ASM_GLOBALIZE_LABEL): Define.
2969 (TARGET_ASM_OUT): Add TARGET_ASM_GLOBALIZE_LABEL.
2970 * target.h (gcc_target): Add globalize_label member.
2971 * varasm.c (asm_output_bss, asm_output_aligned_bss,
2972 globalize_decl): Use target hook.
2973 (assemble_global): Delete.
2974 (default_globalize_label): New function.
2975
2976 2002-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2977
2978 * dsp16xx.h (dsp16xx_umulhi3_libcall): Delete.
2979
2980 2002-08-20 Devang Patel <dpatel@apple.com>
2981 * tree.c (get_qualified_type): Add TYPE_CONTEXT check.
2982
2983 2002-08-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2984
2985 * arc.c (output_shift): Use stdio instead of asm_fprintf.
2986 * arm.c (thumb_output_function_prologue): Likewise.
2987 * avr.c (print_operand): Likewise.
2988 * c4x.c (c4x_print_operand): Likewise.
2989 * c4x.h (ASM_OUTPUT_INTERNAL_LABEL, TRAMPOLINE_TEMPLATE,
2990 ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Likewise.
2991 * cris.c (cris_target_asm_function_prologue,
2992 cris_asm_output_mi_thunk): Likewise.
2993 * h8300.c (print_operand): Likewise.
2994 * h8300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
2995 * ip2k.c (print_operand): Likewise. Fix format specifier.
2996 * m68hc11.c (asm_print_register, print_operand,
2997 print_operand_address): Use stdio instead of asm_fprintf.
2998 (print_operand_address): Fix format specifier.
2999 * m68hc11.h (FUNCTION_PROFILER, ASM_OUTPUT_ADDR_DIFF_ELT,
3000 ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ALIGN): Use stdio instead of
3001 asm_fprintf.
3002 * m68k/amix.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
3003 * m68k/atari.h (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
3004 * m68k.c (m68k_output_function_prologue,
3005 m68k_output_function_epilogue, print_operand): Likewise.
3006 * mmix.c (mmix_asm_output_mi_thunk, mmix_asm_weaken_label):
3007 Likewise. Fix format specifier.
3008 * mn10200.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
3009 * mn10300.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
3010 * v850.h (ASM_OUTPUT_ADDR_VEC_ELT): Likewise.
3011
3012 2002-08-15 Eric Christopher <echristo@redhat.com>
3013 Jeff Knaggs <jknaggs@redhat.com>
3014
3015 * config.gcc (mipsisa64sr71k-elf): New target.
3016 * config/mips/sr71k.md: New file.
3017 * config/mips/mips.md: Use it.
3018 (rot*): Add sr71k specifics.
3019 * config/mips/t-sr71k: New file.
3020 * config/mips/mips.h (sr71k): New cpu.
3021 (TARGET_SR71K): Use it.
3022 (TUNE_SR71K): Ditto.
3023 (GENERATE_BRANCHLIKELY): Ditto.
3024 (ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
3025 ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
3026 * config/mips/mips.c (sr71k): New cpu.
3027 (mips_use_dfa_pipeline_interface): Use.
3028
3029 2002-08-15 Eric Christopher <echristo@redhat.com>
3030 Richard Sandiford <rsandifo@redhat.com>
3031 Aldy Hernandez <aldyh@redhat.com>
3032 Graham Stott <grahams@redhat.com>
3033 Michael Meissner <meissner@redhat.com>
3034 Gavin Romig-Koch <gavin@redhat.com>
3035 Ken Raeburn <raeburn@cygnus.com>
3036 Alexandre Oliva <aoliva@redhat.com>
3037
3038 * config.gcc (mips64vr-elf): New target.
3039 * config/mips/5400.md: New file.
3040 * config/mips/5500.md: Ditto.
3041 * config/mips/mips.md: Use them.
3042 (frsqrt): New.
3043 * config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
3044 cpus.
3045 (mips_issue_rate): Use them.
3046 (mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
3047 (TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
3048 * config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
3049 cpus.
3050 (TARGET_MIPSx): Use them.
3051 (TUNE_MIPSx): Ditto.
3052 (GETNATE_MULT3_SI): Ditto.
3053 (ISA_HAS_BRANCHLIKELY): Ditto.
3054 (ISA_HAS_CONDMOVE): Ditto.
3055 (ISA_HAS_NMADD_NMSUB): Ditto.
3056 (ISA_HAS_MULHI): New. Ditto.
3057 (ISA_HAS_MULS): Ditto.
3058 (ISA_HAS_MSAC): Ditto.
3059 (ISA_HAS_MACC): Ditto.
3060 (ISA_HAS_ROTR_SI): Ditto.
3061 (ISA_HAS_ROTR_DI): Ditto.
3062 (RTX_COSTS): Use.
3063
3064 2002-08-20 John David Anglin <dave@hiauly1.hia.nrc.ca>
3065
3066 * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
3067 at head.
3068 (remove_dup_nonsys_dirs): New function.
3069 (remove_dup_dirs): Change argument head to head_ptr. Remove warnings.
3070 (merge_include_chains): Remove non-system include directories from
3071 quote and bracket include chains when they duplicate equivalent system
3072 directories.
3073 * doc/cpp.texi (-I): Update.
3074 * doc/cppopts.texi (-I): Update.
3075 * doc/install.texi (--with-local-prefix): Further document usage of
3076 this option.
3077 * doc/invoke.texi (-I): Update.
3078
3079 2002-08-20 Richard Henderson <rth@redhat.com>
3080
3081 * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
3082 (emit_block_move): Split out subroutines.
3083 (emit_block_move_via_movstr): New.
3084 (emit_block_move_via_libcall): New. Emit bcopy via normal call also.
3085 (emit_block_move_libcall_fn): New. Construct function prototype for
3086 bcopy as well.
3087 (clear_storage): Split out subroutines.
3088 (clear_storage_via_clrstr): New.
3089 (clear_storage_via_libcall): New. Emit bzero as a normal call also.
3090 (clear_storage_libcall_fn): New. Construct function prototype for
3091 bzero as well.
3092 (emit_push_insn): Use emit_block_move.
3093 (expand_assignment): Booleanize TARGET_MEM_FUNCTIONS.
3094 (store_constructor): Likewise.
3095
3096 2002-08-19 Ziemowit Laski <zlaski@apple.com>
3097
3098 * objc/objc-act.c (building_objc_message_expr): Rename to
3099 current_objc_message_selector.
3100
3101 2002-08-19 Ziemowit Laski <zlaski@apple.com>
3102
3103 * objc/objc-act.c (build_ivar_chain): Remove.
3104 (objc_copy_list): Likewise.
3105 (get_class_ivars): Inline call to removed build_ivar_chain
3106 function. Save off a clean copy of ivars in the CLASS_OWN_IVARS
3107 slot; use that slot (rather than CLASS_IVARS) when accessing
3108 ivars for base classes. Call copy_list and chainon instead of
3109 objc_copy_list.
3110 (build_private_template): Call get_class_ivars instead of
3111 build_ivar_chain.
3112 (start_class): Allocate room for the CLASS_OWN_IVARS slot.
3113 (continue_class): Call get_class_ivars instead of
3114 build_ivar_chain.
3115 (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead
3116 of DECL_BIT_FIELD (which may have been cleared).
3117 * objc/objc-act.h (CLASS_OWN_IVARS): New accessor macro.
3118
3119 2002-08-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3120
3121 * genautomata.c (output_translate_vect, output_state_ainsn_table,
3122 output_min_issue_delay_table): Mark variable with ATTRIBUTE_UNUSED
3123 in output file.
3124 (output_internal_min_issue_delay_func): Initialize variable in
3125 output file.
3126
3127 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
3128
3129 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
3130 (stage2_build, stage3_build, stage4_build): Likewise, to CC.
3131
3132 2002-08-19 Geoffrey Keating <geoffk@redhat.com>
3133 Steve Ellcey <sje@cup.hp.com>
3134
3135 * machmode.h (SCALAR_INT_MODE_P): New macro to test for
3136 scaler integer mode (MODE_INT or MODE_PARTIAL_INT).
3137 * explow.c (trunc_int_for_mode): Abort when the mode is not
3138 a scaler integer mode.
3139 * combine.c (expand_compound_operation): Don't expand Vector
3140 or Complex modes into shifts.
3141 (expand_field_assignment): Don't do bitwise arithmatic and
3142 shifts on Vector or Complex modes.
3143 (simplify_comparison): Don't call trunc_int_for_mode
3144 for VOIDmode.
3145 * recog.c (general_operand): Likewise.
3146 (immediate_operand): Likewise.
3147 (nonmemory_operand): Likewise.
3148
3149 2002-08-19 David Edelsohn <edelsohn@gnu.org>
3150
3151 * config/rs6000/rs6000.c (rs6000_emit_set_const): Inline
3152 multi-instruction SImode constant. Add REG_EQUAL note.
3153 * config/rs6000/rs6000.md (movsi splitter): Use
3154 rs6000_emit_set_const.
3155
3156 2002-08-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3157
3158 * tree-inline.c (initialize_inlined_parameters): Wrap variable in
3159 the macro test controlling its use.
3160
3161 2002-08-18 H.J. Lu (hjl@gnu.org)
3162
3163 * config.gcc (*-*-linux*): Set extra_parts="crtbegin.o
3164 crtbeginS.o crtbeginT.o crtend.o crtendS.o", gas=yes and
3165 gnu_ld=yes.
3166 (alpha*-*-linux*, cris-*-linux*, i370-*-linux*,
3167 i[34567]86-*-linux*, x86_64-*-linux*, mips*-*-linux*,
3168 s390-*-linux*, s390x-*-linux*, sparc-*-linux*, sparc64-*-linux*,
3169 xtensa-*-linux*): Remove setting extra_parts, gas, and gnu_ld
3170 here.
3171 (cris-*-linux*): Remove setting thread_file here.
3172
3173 2002-08-18 Neil Booth <neil@daikokuya.co.uk>
3174
3175 PR preprocessor/7602
3176 * cppinit.c (path_include): Treat the system environment
3177 variables as being cxx_aware.
3178
3179 2002-08-17 Joseph S. Myers <jsm@polyomino.org.uk>
3180
3181 * c-decl.c (flexible_array_type_p): New function.
3182 (grokdeclarator, finish_struct): Use it.
3183 * doc/extend.texi: Document constraints on use of structures with
3184 flexible array members.
3185
3186 2002-08-17 Richard Sandiford <rsandifo@redhat.com>
3187
3188 * config/mips/t-coff, config/mips/t-elf, config/mips/t-isa3264,
3189 config/mips/t-r3900 (MULTILIB_MATCHES): Define.
3190 * config/mips/mips.h (ASM_SPEC): Use %(endian_spec).
3191
3192 2002-08-16 Stan Shebs <shebs@apple.com>
3193
3194 * c-common.c (cb_register_builds): Define __NEXT_RUNTIME__
3195 for ObjC with -fnext-runtime.
3196 * doc/cpp.texi: Document it.
3197
3198 2002-08-16 Janis Johnson <janis187@us.ibm.com>
3199
3200 * doc/install.texi (Final installation): Replace links to individual
3201 build status pages with a link to a common page that lists them all.
3202
3203 2002-08-16 Sylvain Pion <pion@cs.nyu.edu>
3204
3205 * doc/invoke.texi: Fix typo.
3206
3207 2002-08-16 David Edelsohn <edelsohn@gnu.org>
3208
3209 * doc/install.texi (*-ibm-aix*): Explain AIX shared object versioning.
3210
3211 2002-08-16 Andrew Haley <aph@redhat.com>
3212
3213 * tree-inline.c: Add includes for Java inliner.
3214 (remap_decl): Don't handle anonymous types for Java.
3215 (remap_block): Add handling for Java trees.
3216 (copy_scope_stmt): Conditionalize for non-Java use only.
3217 (copy_body_r): Handle Java trees. Add handling for
3218 LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, Java blocks.
3219 (initialize_inlined_parameters): Handle Java trees.
3220 (declare_return_variable): Likewise.
3221 (expand_call_inline): Handle Java trees.
3222 (walk_tree): Likewise.
3223 (copy_tree_r): Don't handle SCOPE_STMTs for Java.
3224 (add_stmt_to_compound): New function.
3225
3226 2002-08-15 Richard Henderson <rth@redhat.com>
3227
3228 * Makefile.in (LOOSE_WARN): Remove -fno-common.
3229 (NOCOMMON_FLAG): New substitution point.
3230 (GCC_WARN_CFLAGS): Include it.
3231 * configure.in (ac_checking): Set nocommon_flag.
3232 (nocommon_flag): New substitution point.
3233
3234 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
3235
3236 * c-tree.h (skip_evaluation): Move declaration...
3237 * c-common.h: ... here.
3238 * c-typeck.c (build_external_ref): Don't assemble_external nor
3239 mark a tree as used if skip_evaluation is set.
3240 * c-parse.in (typeof): New non-terminal to set skip_evaluation
3241 around TYPEOF.
3242 (typespec_nonreserved_nonattr): Use it.
3243
3244 2002-08-15 Douglas B Rupp <rupp@gnat.com>
3245
3246 * dbxout.c (dbx_debug_hooks): Update end_prologue, end_epilogue.
3247 (xcoff_debug_hooks): Update end_prologue.
3248 * debug.c (do_nothing_debug_hooks): Update end_prologue, end_epilogue.
3249 * debug.h (end_prologue): Add file arg.
3250 (end_epilogue): Add line and file args.
3251 (dwarf2out_end_epilogue): Add line and file args.
3252 (vmsdbgout_after_prologue): Remove.
3253 * dwarf2out.c (dwarf2out_end_epilogue): Add line and file args.
3254 (dwarf2_debug_hooks): Update end_prologue.
3255 * dwarfout.c (dwarfout_end_epilogue): Add line and file args.
3256 (dwarfout_end_prologue): Add file arg.
3257 * final.c (vmsdbgout_after_prologue): Remove
3258 (final_end_function): Update end_epilogue call.
3259 (final_scan_insn): Update end_prologue call.
3260 * sdbout.c (sdbout_end_epilogue): Add line and file args.
3261 (sdbout_end_prologue): Add file arg.
3262 (sdb_debug_hooks): Update end_prologue.
3263 (sdb_begin_prologue): Update sdbout_end_prologue call.
3264 * vmsdbgout.c (vmsdbg_debug_hooks): Add vmsdbgout_end_prologue,
3265 vmsdbgout_end_function.
3266 (vmsdbgout_end_prologue): New function renamed from
3267 vmsdbgout_after_prologue. Call vmsdbgout_source_line.
3268 (vmsdbgout_end_function): New function.
3269 (vmsdbgout_end_epilogue): Add line and file args. Call
3270 vmsdbgout_source_line.
3271 (write_pclines): Write only valid line numbers.
3272 (write_srccorr): Don't write source correlation records if 0 lines.
3273 * xcoffout.c (xcoffout_end_epilogue): Add line and file args.
3274
3275 2002-08-15 Steve Ellcey <sje@cup.hp.com>
3276
3277 * gcc/unwind.h (_Unwind_Ptr): Make 64 bits on IA64 HP-UX.
3278 (_Unwind_Internal_Ptr): 32 bit version for use in
3279 read_encoded_value_with_base.
3280 * gcc/unwind-pe.h (read_encoded_value_with_base): Use
3281 _Unwind_Internal_Ptr instead of _Unwind_Ptr in order to get the
3282 right size.
3283
3284 2002-08-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3285
3286 * loop.c (scan_loop, move_movables, count_one_set): Cast to avoid
3287 signed/unsigned warnings.
3288
3289 * regclass.c (init_reg_sets_1, choose_hard_reg_mode,
3290 record_reg_classes): Likewise.
3291
3292 * reload.c (reload_inner_reg_of_subreg, push_reload,
3293 find_reloads_address_1): Likewise.
3294
3295 2002-08-15 David Edelsohn <edelsohn@gnu.org>
3296
3297 * rs6000.c (output_mi_thunk): Return to function section on
3298 TARGET_ELF.
3299
3300 * rs6000-c.c (rs6000_cpu_cpp_builtins): Define __PPC405__ if PPC405.
3301
3302 2002-08-15 Ulrich Weigand <uweigand@de.ibm.com>
3303
3304 * config/s390/s390.c (legitimize_address): Optimize loading
3305 of large displacements.
3306
3307 2002-08-14 Douglas B Rupp <rupp@gnat.com>
3308
3309 * config/alpha/alpha-protos.h: Update.
3310
3311 * config/alpha/alpha.c: (LINKAGE_SYMBOL_REF_P): New macro.
3312 (alpha_legitimate_address_p): Test LINKAGE_SYMBOL_REF_P.
3313 (alpha_linkage_symbol_p): New static function.
3314 (print_operand_address): Print linkage operand.
3315
3316 (alpha_funcs_num, alpha_funcs_tree, alpha_links_tree): New static
3317 variables.
3318 (reloc_kind): New enum.
3319 (struct alpha_funcs): New struct.
3320 (struct alpha_links): Add reloc_kind field. Rename links_kind field.
3321
3322 (alpha_need_linkage): Rewrite.
3323 (alpha_use_linkage): New global function.
3324 (alpha_write_linkage): Rewrite and make static.
3325 (alpha_write_one_linkage): Rewrite
3326
3327 (alpha_start_function): Remove procedure descriptor output.
3328 (alpha_end_function): Write linkages at end of each function.
3329
3330 * config/alpha/alpha.md (call_vms, call_value_vms): Rewrite.
3331 (call_vms_1, call_value_vms_1): Rewrite.
3332
3333 * config/alpha/vms.h (ASM_FILE_END): Remove.
3334
3335 2002-08-14 Richard Henderson <rth@redhat.com>
3336
3337 * ggc-page.c (RTL_SIZE): New.
3338 (extra_order_size_table): Add specializations for 2 and 10 rtl slots.
3339 * rtl.def (BARRIER, NOTE): Pad to 9 slots.
3340
3341 2002-08-14 Richard Henderson <rth@redhat.com>
3342
3343 * calls.c: Include target.h.
3344 * Makefile.in (calls.o): Update.
3345
3346 * config/alpha/alpha.c (alpha_end_function): Use targetm.binds_local_p.
3347 * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
3348
3349 2002-08-14 Richard Henderson <rth@redhat.com>
3350
3351 * Makefile.in (LOOSE_WARN): Add -fno-common.
3352 * c-common.h (constant_string_class_name): Add missing extern.
3353
3354 2002-08-15 Neil Booth <neil@daikokuya.co.uk>
3355
3356 PR preprocessor/7358
3357 * c-opts.c (check_deps_environment_vars): Ignore main file
3358 for SUNPRO_DEPENDENCIES.
3359 * cppfiles.c (stack_include_file): Ignore main file if
3360 appropriate.
3361 * cpplib.h (struct cpp_options): New member in deps.
3362 * doc/cppenv.texi: Update.
3363
3364 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
3365
3366 PR preprocessor/7526
3367 * cpplib.c (run_directive): Kludge so _Pragma dependency works.
3368
3369 2002-08-14 Nathan Sidwell <nathan@codesourcery.com>
3370
3371 * doc/invoke.texi (-a): Remove documentation.
3372 (-fprofile-arcs): Remove reference to -a, -ax options.
3373 * doc/gcov.texi (Gcov Data Files): Data might be merged.
3374
3375 2002-08-14 Gabriel Dos Reis <gdr@nerim.net>
3376
3377 Fix PR/7566
3378 * c-semantics.c (genrtl_case_label): Don't (mis)use
3379 warning_with_decl.
3380
3381 2002-08-14 Dale Johannesen <dalej@apple.com>
3382
3383 * explow.c (emit_stack_restore): Emit memory clobbers
3384 preceding the stack pop, to prevent the scheduler from
3385 moving refs to variable arrays below this pop.
3386 * reload1.c (reload): Preserve these clobbers for sched2.
3387 * doc/rtl.texi: Document clobber (mem:BLK (scratch)).
3388
3389 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
3390
3391 * c-opts.c (c_common_post_options): Correct test.
3392
3393 2002-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3394
3395 * m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Fix incorrect argument
3396 order in call to fprintf.
3397
3398 2002-08-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3399
3400 * config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
3401
3402 2002-08-14 Ulrich Weigand <uweigand@de.ibm.com>
3403
3404 * reload.c (find_reloads): Handle constraint letters marked by
3405 EXTRA_ADDRESS_CONSTRAINT and EXTRA_MEMORY_CONSTRAINT.
3406 (alternative_allows_memconst): Likewise.
3407 * reload1.c (maybe_fix_stack_asms): Likewise.
3408 * recog.c (asm_operand_ok, preprocess_constraints,
3409 constrain_operands): Likewise.
3410 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
3411 * local-alloc.c (block_alloc, requires_inout): Likewise.
3412 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
3413
3414 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Provide a default.
3415 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
3416 * doc/tm.texi: Document these two new target macros.
3417
3418 * config/s390/s390.c (s390_expand_plus_operand): Accept already
3419 valid operands.
3420 (q_constraint): New function.
3421 config/s390/s390-protos.h (q_constraint): Declare it.
3422 config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
3423 (EXTRA_MEMORY_CONSTRAINT): New macro.
3424
3425 * config/s390/s390.md: Throughout the machine description,
3426 replace all instances of the constraint combinations 'Qo'
3427 or 'oQ' with simply 'Q'.
3428
3429 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
3430
3431 * config/m68hc11/m68hc11.h (LINK_SPEC): Support -mrelax.
3432 * config/m68hc11/t-m68hc11-gas (LIBGCC2_DEBUG_CFLAGS): Can use -g now.
3433 (LIBGCC2_CFLAGS): Compile with -mrelax.
3434
3435 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
3436
3437 * doc/invoke.texi: Document -minmax for 68HC12.
3438
3439 * config/m68hc11/m68hc11.md ("umaxqi3"): Use TARGET_MIN_MAX.
3440 ("uminqi3"): Likewise.
3441 ("uminhi3", "umaxhi3"): Likewise.
3442
3443 * config/m68hc11/m68hc11.h (MASK_MIN_MAX): Define.
3444 (TARGET_MIN_MAX): Define.
3445 (TARGET_SWITCHES): New option -minmax/-mnominmax.
3446
3447 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
3448
3449 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build __far_trampoline.
3450 (MULTILIB_OPTIONS): Must also generate for -mlong-calls.
3451
3452 * config/m68hc11/larith.asm: Put a mode for ELF ABI flags.
3453 (ret, declare, farsym): New gas macros.
3454 (__premain, exit, abort, _cleanup, memcpy, memset, ___adddi3,
3455 ___subdi3, ___notdi2, __mulhi32, __mulsi3): Use them to use 'rtc'
3456 and declare the symbol far when compiled with -mlong-calls.
3457 (__far_trampoline): New for 68HC12 trampoline code to invoke a
3458 far handler using jsr/bsr.
3459
3460 * config/m68hc11/m68hc11-crt0.S: Put a mode for ELF ABI flags.
3461 (jsr): New macro to transform a 'jsr' into a 'call'.
3462
3463 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
3464
3465 * doc/invoke.texi: Document -mlong-calls for 68HC12.
3466
3467 * config/m68hc11/m68hc11.h (CPP_SPEC): Pass -D__USE_RTC__ when
3468 -mlong-calls is specified.
3469 (ASM_DECLARE_FUNCTION_NAME): Define to generate .far and .interrupt
3470 assembler directives.
3471 (TARGET_LONG_CALL, MASK_LONG_CALL): Declare.
3472 (TARGET_SWITCHES): Add -mlong-calls options.
3473 (current_function_far): Declare.
3474
3475 * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset): Take
3476 into account the page register saved on the stack.
3477 (m68hc11_override_options): Take into account -mlong-calls option.
3478 (m68hc11_asm_file_start): Put a mode for the ELF flags ABI.
3479
3480 * config/m68hc11/m68hc11.md ("*return_32bit"): Return rtc
3481 if the function is going to be in 68HC12 banked memory (-mlong-calls).
3482 ("*return_16bit"): Likewise.
3483 ("*return_void"): Likewise.
3484 ("call", "call_value"): Use call for a far function call.
3485
3486 2002-08-14 Neil Booth <neil@daikokuya.co.uk>
3487
3488 * toplev.c (parse_options_and_default_flags): Don't call
3489 post_options here.
3490 (general_init): Initialize GC, pools and tree hash here,
3491 instead of lang_independent_init.
3492 (lang_independent_init): Rename backend_init.
3493 (do_compile): Call post_options hook; exit early if there
3494 have been errors after switch processing.
3495 (toplev_main): Update.
3496
3497 2002-08-14 Gabriel Dos Reis <gdr@nerim.net>
3498
3499 * c-pretty-print.h: Guard against multiple inclusion.
3500 Robustify macros.
3501 (pp_c_attributes): Declare.
3502 * c-pretty-print.c (pp_c_attributes): New function.
3503
3504 2002-08-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3505
3506 * m68k.c (m68k_output_function_prologue,
3507 m68k_output_function_epilogue): Delete versions for DPX2/MOTOROLA
3508 and NEWS/MOTOROLA.
3509 * genattrtab.c: Remove dpx2 comment.
3510 * libgcc2.c (__enable_execute_stack): Delete versions for
3511 NeXT/__MACH__, __convex__, __sysV88__, __pyr__ and
3512 sony_news/SYSTYPE_BSD.
3513 * longlong.h: Delete code for __a29k__, _AM29K, __clipper__,
3514 __gmicro__, __i860__, __NeXT__ and __pyr__.
3515 * rtl.h: Remove convex comment.
3516 * varasm.c: Likewise.
3517
3518 2002-08-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3519
3520 * c-opts.c (lang_flags): Const-ify.
3521 * ra-build.c (undef_table): Likewise.
3522 * ra.c (eliminables): Likewise.
3523
3524 2002-08-14 Gabriel Dos Reis <gdr@nerim.net>
3525
3526 * tree.h: Guard against multiple inclusion.
3527
3528 2002-08-14 Hans-Peter Nilsson <hp@bitrange.com>
3529
3530 * reload1.c (reload_cse_simplify): Before checking
3531 REG_FUNCTION_VALUE_P, check REG_P.
3532
3533 2002-08-13 Geoffrey Keating <geoffk@redhat.com>
3534
3535 * Makefile.in (attribs.o): Remove $(OBSTACK_H) dependency.
3536
3537 2002-08-13 Neil Booth <neil@daikokuya.co.uk>
3538
3539 * c-opts.c (c_common_init_options): Extra braces needed.
3540
3541 Tue Aug 13 17:40:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
3542
3543 * sh.c (sh_init_builtins): Add PARAMS to declaration.
3544 (sh_media_init_builtins, sh_expand_builtin): Likewise.
3545 (sh_expand_unop_v2sf): Use PARAMS for variable declaration.
3546 (sh_expand_binop_v2sf): Likewise.
3547 * sh-protos.h (sh_expand_unop_v2sf): Add PARAMS to declaration.
3548 (sh_expand_binop_v2sf, sh_cfun_interrupt_handler_p): Likewise.
3549 (sh_initialize_trampoline): Likewise.
3550
3551 2002-08-13 Ulrich Weigand <uweigand@de.ibm.com>
3552
3553 * s390-modes.def [CCL1, CCL2, CCT1, CCT2, CCT3, CCUR, CCSR]: Declare
3554 new condition code modes.
3555 s390.c (s390_match_ccmode_set): Handle those new CC modes.
3556 (s390_select_ccmode): Likewise.
3557 (s390_branch_condition_mask): Likewise.
3558
3559 * s390-protos.h (s390_tm_ccmode): Declare.
3560 s390.c (s390_tm_ccmode): New function.
3561 (s390_match_ccmode): Allow VOIDmode as REQ_MODE.
3562
3563 * s390.md ("*cmpdi_tm2"): Rename to "*tmdi_ext".
3564 ("*cmpsi_tm2"): Rename to "*tmsi_ext".
3565 ("*cmpqi_tm2"): Rename to "*tmqi_ext".
3566
3567 ("*cmpdi_tm_reg", "*cmpdi_tm_mem", "*cmpsi_tm_reg", "*cmpsi_tm_mem",
3568 "*cmphi_tm_sub","*cmphi_cct_0", "*cmpqi_tm", "*cmpqi_tm_sub",
3569 "*cmpqi_cct_0", "*tm_0"): Remove, replace by ...
3570 ("*tmdi_reg", "*tmsi_reg", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem",
3571 "*tmqi_mem", "*tmhi_full", "*tmqi_full"): ... these new patterns.
3572
3573 ("*ltgr", "*cmpdi_ccs_0_64", "*cmpdi_ccs_0_31", "*ltr", "*icm15",
3574 "*icm15_cconly", "*cmpsi_ccs_0", "*icm3", "*cmphi_ccs_0", "*icm1",
3575 "*cmpqi_ccs_0"): Remove, replace by ...
3576 ("*tstdi_sign", "*tstdi", "*tstdi_cconly", "*tstdi_cconly_31",
3577 "*tstsi", "*tstsi_cconly", "*tstsi_cconly2", "*tsthi", "*tsthi_cconly",
3578 "*tstqi", "*tstqi_cconly"): ... these new patterns.
3579
3580 ("*cmpsidi_ccs"): Remove, replace by ...
3581 ("*cmpsi_ccs_sign"): ... this new pattern.
3582 ("*cmpdi_ccs_sign", "*cmpdi_ccu_zero"): New patterns.
3583
3584 ("*cmpqi_ccu_0", "*cmpqi_ccu_immed"): Remove, replace by ...
3585 ("*cli"): ... this new pattern.
3586
3587 ("*adddi3_sign", "*adddi3_zero_cc", "*adddi3_zero_cconly",
3588 "*adddi3_zero", "*adddi3_cc", "*adddi3_cconly", "*adddi3_cconly2"):
3589 New patterns.
3590 ("adddi3_64"): Rename to "*adddi3_64".
3591 ("adddi3_31"): Replace by insn and splitter "*adddi3_31".
3592 ("adddi3"): Adapt expander.
3593
3594 ("*addsi3_cc"): Allow "general_operand" for operand 2.
3595 ("*addsi3_carry1_cc", "*addsi3_carry1_cconly",
3596 "*addsi3_carry2_cc", "*addsi3_carry2_cconly"): New patterns.
3597
3598 ("addhi3", "addqi3"): Remove, replace by ...
3599 ("*addsi3_sign", "*addsi3_sub"): ... these new patterns.
3600
3601 ("*subdi3_sign", "*subdi3_zero_cc", "*subdi3_zero_cconly",
3602 "*subdi3_zero", "*subdi3_cc", "*subdi3_cconly"): New patterns.
3603 ("subdi3"): Replace by insn and splitter "*subdi3_31".
3604 ("subdi3"): New expander.
3605
3606 ("*subsi3_borrow_cc", "*subsi3_borrow_cconly"): New patterns.
3607
3608 ("subhi3", "subqi3"): Remove, replace by ...
3609 ("*subsi3_sign", "*subsi3_sub"): ... these new patterns.
3610
3611 ("*muldi3_sign"): New pattern.
3612 ("muldi3"): Do not clobber CC.
3613 ("mulsi3"): Likewise.
3614 ("mulsi_6432"): Likewise.
3615
3616 2002-08-13 Denis Chertykov <denisc@overta.ru>
3617
3618 * config/avr/avr.md: Call CC_STATUS_INIT in all peepnoles
3619 which can change CC0.
3620
3621 Tue Aug 13 14:49:20 2002 J"orn Rennecke <joern.rennecke@superh.com>
3622
3623 * gcse.c (adjust_libcall_notes): New function.
3624 (do_local_cprop): Use it. Add fourth parameter. Changed caller.
3625
3626 2002-08-13 Nathan Sidwell <nathan@codesourcery.com>
3627
3628 * libgcc2.c (L_bb): Remove unneeded #includes.
3629 (__global_counters, __gthreads_active): Remove unused globals.
3630 (__bb_exit_func): Merge counts into files rather than appending.
3631 * Makefile.in (INTERNAL_CFLAGS): Move COVERAGE_FLAGS from here ...
3632 (ALL_CFLAGS): ... to here.
3633
3634 2002-08-13 Denis Chertykov <denisc@overta.ru>
3635
3636 * config/ip2k/ip2k.c (commands_in_file): Variable removed.
3637 (function_epilogue): Don't calculate function size.
3638 (ip2k_set_compare): Don't use lookup_const_double.
3639 (asm_file_start): Initialization of commands_in_file removed.
3640 (asm_file_end): Output of commands_in_file removed.
3641
3642 * config/ip2k/ip2k.c (CPP_PREDEFINES): Remove definition of
3643 __INT_MAX__.
3644
3645 2002-08-13 Neil Booth <neil@daikokuya.co.uk>
3646
3647 * c-opts.c (c_common_init_options): Check option array is
3648 sorted if checking enabled.
3649
3650 2002-08-13 Gabriel Dos Reis <gdr@nerim.net>
3651
3652 * c-pretty-print.c: #include "c-tree.h".
3653 (pp_c_simple_type_specifier): Tweak.
3654 (pp_c_storage_class_specifier): New.
3655 (pp_c_function_specifier): Likewise.
3656 (pp_c_declaration_specifiers): Likewise.
3657 (pp_c_init_declarator): Likewise.
3658 (pp_c_declaration): Likewise.
3659 (pp_c_direct_declarator): Stub.
3660 (pp_c_declarator): Likewise.
3661 (pp_c_parameter_declaration): Likewise.
3662
3663 2002-08-13 Neil Booth <neil@daikokuya.co.uk>
3664
3665 * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,
3666 handle_deferred_opts, sanitize_cpp_opts, defer_opt,
3667 struct deferred_opt): New.
3668 (COMMAND_LINE_OPTIONS): Add -M*.
3669 (missing_arg): Update.
3670 (c_common_decode_option): Handle -M*.
3671 (c_common_post_options): Handle -M*. Use sanitize_cpp_opts;
3672 don't call cpp_post_options.
3673 (c_common_finish, check_deps_environment_vars): Update.
3674 * cppfiles.c (stack_include_file, handle_missing_header): Update.
3675 * cpphash.h (CPP_PRINT_DEPS): Remove.
3676 * cppinit.c: Don't include version.h.
3677 (cpp_create_reader): Don't call deps_init. Initialize
3678 warn_long_long.
3679 (cpp_read_main_file): Init deps if necessary.
3680 (cpp_destroy): Conditionally free deps.
3681 (cpp_finish): Update.
3682 (no_tgt): Remove.
3683 (COMMAND_LINE_OPTIONS, cpp_handle_option): Remove -M*.
3684 (cpp_post_options): Rename post_options.
3685 * cpplib.h (struct cpp_options): Remove some dependency options;
3686 move others to a new structure.
3687 (cpp_post_options): Remove.
3688 (cpp_finish): Comment.
3689 * fix-header.c (read_scan_file): Don't call cpp_post_options.
3690
3691 2002-08-12 Hans-Peter Nilsson <hp@bitrange.com>
3692
3693 * config/mmix/mmix.md (define_constants): Add MMIX_rR_REGNUM.
3694 ("divdi3", "*divdi3_nonknuth", "moddi3", "*moddi3_nonknuth"): Mark
3695 MMIX_rR_REGNUM as clobbered.
3696 * config/mmix/mmix.h (MMIX_REMAINDER_REGNUM): Use MMIX_rR_REGNUM.
3697
3698 2002-08-12 Gabriel Dos Reis <gdr@nerim.net>
3699
3700 * diagnostic.h (output_formatted_scalar): Rename from
3701 output_formatted_integer.
3702 * diagnostic.def: Add DK_DEBUG.
3703 * diagnostic.c (output_decimal): Adjust.
3704 (output_long_decimal): Likewise.
3705 (output_unsigned_decimal): Likewise.
3706 (output_octal): Likewise.
3707 (output_long_octal): Likewise.
3708 (output_hexadecimal): Likewise.
3709 (output_long_hexadecimal): Likewise.
3710 * c-pretty-print.c (pp_c_type_specifier): New function.
3711 (pp_c_specifier_qualifier_list): Likewise.
3712 (pp_c_abstract_declarator): Likewise.
3713 (pp_c_char): Replace pp_format_integer with pp_format_scalar.
3714
3715 2002-08-12 David Edelsohn <edelsohn@gnu.org>
3716
3717 * doc/trouble.texi (Disappointments): Add static constructor and
3718 destructor dependency information for AIX.
3719
3720 2002-08-12 Neil Booth <neil@daikokuya.co.uk>
3721
3722 * cpphash.h (struct printer): New from cppmain.c.
3723 (cpp_reader): New member.
3724 * cppmain.c (struct printer): Move to cpphash.h.
3725 (options, print): Remove.
3726 (account_for_newlines, print_line, maybe_print_line,
3727 cpp_preprocess_file, setup_callbacks, scan_translation_unit,
3728 scan_translation_unit_trad, cb_line_change, cb_ident,
3729 cb_define, cb_undef, cb_include, cb_file_change, dump_macro,
3730 cb_def_pragma): Make reentrant.
3731
3732 2002-08-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3733
3734 * real.c (ieee_64): Always define.
3735 (ieee_113): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
3736 (dec_h): Not used yet, hide it.
3737 (emdnorm): Mark parameter in ATTRIBUTE_UNUSED. Guard label with
3738 macro controlling use.
3739 (TFbignan, TFlittlenan): Guard with INTEL_EXTENDED_IEEE_FORMAT == 0.
3740
3741 Mon Aug 12 12:48:20 CEST 2002 Jan Hubicka <jh@suse.cz>
3742
3743 * i386.md (tablejump): Sign extend the operand.
3744 * i386.c (classify_argument): Fix missed case from previous patch.
3745
3746 2002-08-12 Neil Booth <neil@daikokuya.co.uk>
3747
3748 * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move
3749 to c-copts.c.
3750 (warn_multichar): Die.
3751 (cb_register_builtins): Export.
3752 * c-common.h (warn_multichar, preprocess_file): Remove.
3753 (cb_register_builtins): New.
3754 * c-lang.c (c_init): Remove.
3755 (LANG_HOOKS_INIT): Use c_objc_common_init.
3756 * c-lex.c (init_c_lex): Don't canonicalize filename.
3757 * c-opts.c (in_fname, STDC_0_IN_SYSTEM_HEADERS): New.
3758 (preprocess_file): Make static. Update for cpplib.
3759 (c_common_decode_option): Remove warn_multichar. Use in_fname.
3760 (c_common_post_options): Set some cpp options here.
3761 (c_common_init): Move from c-common.c.
3762 * cppinit.c (cpp_post_options): Don't canonicalize in_fname.
3763 * cpplib.h (struct cpp_options): Remove in_fname.
3764 (cpp_preprocess_file): Update.
3765 * cppmain.c (cpp_preprocess_file): Update for new prototypes.
3766
3767 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3768
3769 * config.gcc (mips*-*-netbsd*): Include ${tm_file}.
3770
3771 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3772
3773 * i370.h (TARGET_CPU_CPP_BUILTINS): Remove spurious trailing
3774 backslash in comment preceeding macro definition.
3775 * i370/linux.h (TARGET_OS_CPP_BUILTINS): Likewise.
3776 * i370/mvs.h (TARGET_OS_CPP_BUILTINS): Likewise.
3777 * i370/oe.h (TARGET_OS_CPP_BUILTINS): Likewise.
3778
3779 2002-08-12 Hans-Peter Nilsson <hp@bitrange.com>
3780
3781 * expr.c (store_expr): In condition for checking if value is
3782 generated in TARGET, move call to expr_size last.
3783
3784 2002-08-11 Neil Booth <neil@daikokuya.co.uk>
3785
3786 * c-common.c (c_common_init): Call preprocess_file instead.
3787 (c_common_finish): Move to c-opts.c.
3788 * c-common.h (preprocess_file): new.
3789 * c-opts.c (out_fname, out_stream, deps_append, preprocess_file,
3790 check_deps_environment_vars, c_common_finish): New.
3791 (c_common_decode_option): Update for out_fname and dependencies.
3792 * cppinit.c (init_dependency_output, output_deps): Remove.
3793 (cpp_destroy): Update prototype.
3794 (cpp_add_dependency_target): New.
3795 (cpp_read_main_file): Don't overlay a buffer.
3796 (cpp_finish): Take a deps output stream and write deps to it.
3797 Return the error count.
3798 (cpp_post_options): Don't canonicalize out_fname, or do anything
3799 with dependencies.
3800 * cpplib.h (struct cpp_options): Remove out_fname and
3801 preprocess_only.
3802 (cpp_add_dependency_target): New.
3803 (cpp_destroy, cpp_finish, cpp_preprocess_file): Update.
3804 * cppmain.c (cpp_preprocess_file): Update prototype. Don't
3805 set preprocess_only. Don't handle the output stream directly.
3806
3807 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3808
3809 * dsp16xx.c (print_operand): Fix format specifier.
3810 * dsp16xx.md: Avoid automatic aggregate initialization.
3811 * frv.h (REG_CLASS_FROM_LETTER): Avoid char as array index.
3812 * h8300.c (emit_a_rotate, h8300_adjust_insn_length): Avoid U
3813 integer constant modifier.
3814 * ip2k.c (ip2k_set_compare): Avoid signed/unsigned warning.
3815 * mmix-protos.h (mmix_use_simple_return): Move outside TREE_CODE
3816 guards.
3817 * sh/netbsd-elf.h (FUNCTION_PROFILER): Fix format specifier.
3818 * v850.c (v850_select_section): Mark parameter with
3819 ATTRIBUTE_UNUSED.
3820 * global.c (global_alloc): Const-ify.
3821 * ra-colorize.c (hardregset_to_string): Fix format specifier.
3822
3823 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3824
3825 * darwin-c.c (darwin_pragma_options): Const-ify.
3826 * darwin.c (machopic_non_lazy_ptr_name,
3827 machopic_validate_stub_or_non_lazy_ptr): Likewise.
3828 (machopic_indirect_data_reference): Wrap variables in macros
3829 controlling their use.
3830 (machopic_finish, update_non_lazy_ptrs, update_stubs): Const-ify.
3831 (machopic_select_section): Use parentheses around && within ||.
3832 * i386/darwin.h (ASM_OUTPUT_ALIGN): Avoid ambiguous-else.
3833
3834 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3835
3836 * ip2k.c (mdr_resequence_xy_yx, mdr_propagate_reg_equivs,
3837 mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
3838 ip2k_adjust_stack_ref, mdr_try_move_pushes, mdr_try_propagate_clr,
3839 ip2k_xexp_not_uses_reg_for_mem, mdr_try_propagate_move,
3840 mdr_try_remove_redundant_insns, track_w_reload,
3841 mdr_try_wreg_elim): Make function static to match prototype.
3842 * mmix.c (mmix_target_asm_function_epilogue): Likewise. Mark
3843 parameter with ATTRIBUTE_UNUSED.
3844
3845 2002-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3846
3847 * arc.c (arc_init): Don't use ISO C style function definitions.
3848 * arm.c (count_insns_for_constant, thumb_far_jump_used_p,
3849 arm_get_strip_length, arm_strip_name_encoding): Likewise.
3850 * avr.h (progmem_section): Likewise.
3851 * h8300.c h8300_asm_insn_count): Likewise.
3852 * m32r.c (init_idents): Likewise.
3853 * s390.c (s390_split_branches, s390_chunkify_pool): Likewise.
3854 * sh.c (sh_cfun_interrupt_handler_p): Likewise.
3855 * xtensa.c (xtensa_build_va_list): Likewise.
3856
3857 2002-08-11 Neil Booth <neil@daikokuya.co.uk>
3858
3859 * c-common.h (enum c_language_kind): Emphasize that clk_c is 0.
3860 * c-opts.c (parse_option): Rename find_opt.
3861 (set_std_c99): New function.
3862 (COMMAND_LINE_OPTIONS): Handle -remap and -o. Remove OPT_std_bad.
3863 (missing_arg): Remove OPT_std_bad. Handle -o.
3864 (c_common_decode_option): Handle input and output file names,
3865 -o and -remap. Clean up -std= handling.
3866 * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_o and OPT_remap.
3867 (cpp_handle_option): Similarly. Don't handle filenames.
3868
3869 Sun Aug 11 14:43:17 CEST 2002 Jan Hubicka <jh@suse.cz>
3870
3871 * i386.c (classify_argument): Fix computing of field's offsets.
3872
3873 2002-08-11 Andreas Jaeger <aj@suse.de>
3874
3875 PR target/7531:
3876 * doc/invoke.texi (i386 and x86-64 Options): Document -mcmodel.
3877
3878 2002-08-10 Ziemowit Laski <zlaski@apple.com>
3879
3880 * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Replace
3881 reference to clk_objective_c with flag_objc.
3882 * config/i386/i386-interix.h (TARGET_OS_CPP_BUILTINS):
3883 Likewise.
3884 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Likewise.
3885
3886 2002-08-10 Neil Booth <neil@daikokuya.co.uk>
3887
3888 * c-opts.c (set_std_cxx98, set_std_c89): New.
3889 (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
3890 (c_common_decode_option): Handle new switches from cppinit.c.
3891 Add -std=gnu++98.
3892 * cppinit.c (set_lang): Rename cpp_set_lang. Export.
3893 (no_arg, no_num): Remove.
3894 (COMMAND_LINE_OPTIONS): Move more to c-opts.c. Drop all lang-
3895 switches apart from -lang-objc and lang-asm.
3896 (cpp_handle_option): Similarly.
3897 * cpplib.h (cpp_set_lang): New.
3898 * doc/cppopts.texi, doc/invoke.texi: Document -std=c++98,
3899 -std=gnu++98.
3900 * objc/lang-specs.h: Remove -ansi.
3901
3902 Sat Aug 10 19:59:43 CEST 2002 Jan Hubicka <jh@suse.cz>
3903 Graham Stott
3904
3905 * cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff
3906 errors.
3907
3908 2002-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3909
3910 * emit-rtl.c (emit_jump_insn_before, emit_call_insn_before,
3911 emit_jump_insn): Fix uninitialized variable.
3912 * gcov.c (init_line_info): Likewise.
3913 * genautomata.c (transform_3): Add braces around ambiguous
3914 else.
3915 * ifcvt.c (cond_exec_process_insns): Mark parameter with
3916 ATTRIBUTE_UNUSED.
3917 * ra-build.c (parts_to_webs_1): Fix uninitialized variable.
3918 * regrename.c (copyprop_hardreg_forward): Fix uninitialized
3919 variable.
3920
3921 * gengtype.c (write_gc_structure_fields): Avoid signed/unsigned
3922 warnings in output files.
3923
3924 2002-08-09 Ziemowit Laski <zlaski@apple.com>
3925
3926 * c-common.c (flag_objc): New.
3927 * c-common.h (c_language_kind): Get rid of clk_objective_c
3928 enum value.
3929 (flag_objc): New extern declaration.
3930 * c-decl.c (implicitly_declare): Call objc_check_decl
3931 instead of maybe_objc_check_decl.
3932 (finish_decl): Likewise.
3933 (grokfield): Likewise.
3934 (finish_struct): Likewise.
3935 * c-lang.c (maybe_objc_check_decl): Rename to objc_check_decl.
3936 (maybe_objc_comptypes): Rename to objc_comptypes.
3937 (maybe_building_objc_message_expr): Rename to
3938 objc_message_selector.
3939 * c-lex.c (lex_charconst): Remove uses of clk_objective_c,
3940 replace with flag_objc as needed.
3941 * c-opts.c (c_common_init_options): Likewise.
3942 (c_common_decode_option): Likewise.
3943 * c-parse.in (init_reswords): Likewise.
3944 * c-tree.h (maybe_objc_check_decl): Rename to objc_check_decl.
3945 (maybe_objc_comptypes): Rename to objc_comptypes.
3946 (maybe_building_objc_message_expr): Rename to
3947 objc_message_selector.
3948 * c-typeck.c (comptypes): Call objc_comptypes instead of
3949 maybe_objc_comptypes, and/or objc_message_selector instead of
3950 maybe_building_objc_message_expr.
3951 (comp_target_types): Likewise.
3952 (convert_for_assignment): Likewise.
3953 (warn_for_assignment): Likewise.
3954 * cppinit.c (init_builtins): Set __OBJC__ manifest constant
3955 independently of those for other languages.
3956 * objc/objc-act.c (maybe_objc_comptypes): Delete.
3957 (maybe_objc_check_decl): Delete.
3958 (maybe_building_objc_message_expr): Rename to
3959 objc_message_selector.
3960 * objc/objc-lang.c (objc_init_options): Use clk_c instead of
3961 clk_objective_c; set flag_objc flag.
3962
3963 2002-08-09 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
3964
3965 * ifcvt.c (find_if_case_2): Test correct basic block for size.
3966
3967 2002-08-09 Dale Johannesen <dalej@apple.com>
3968
3969 * config/rs6000/rs6000.md: Add sibcall patterns.
3970 * config/rs6000/rs6000.h (FUNCTION_OK_FOR_SIBCALL): Define.
3971 * config/rs6000/rs6000.c (rs6000_ra_ever_killed):
3972 Rewritten to handle sibcalls.
3973 * config/rs6000/rs6000.c (function_ok_for_sibcall): New.
3974 * config/rs6000/rs6000-protos.h (function_ok_for_sibcall): New.
3975
3976 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
3977
3978 * profile.c (da_file_name): New static var.
3979 (init_branch_prob): Initialize it.
3980 (end_branch_prob): Remove da file.
3981
3982 * Makefile.in (stage1_build): Pass empty COVERAGE_FLAGS.
3983 * configure.in (coverage_flags): Default to nothing.
3984 * configure: Rebuilt.
3985
3986 2002-08-09 Neil Booth <neil@daikokuya.co.uk>
3987
3988 * Makefile.in (c-opts.o): Update
3989 * c-opts.c: Include intl.h.
3990 (print_help): Move from cppinit.c. Remove unused options.
3991 (COMMAND_LINE_OPTIONS): Move more from cppinit.c.
3992 (missing_arg): Complain for switches without an argument.
3993 (c_common_decode_option): Reject missing joined arguments.
3994 Handle new switches from cppinit.c.
3995 * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
3996 (cpp_handle_option): Similarly.
3997 (print_help): Moved to c-opts.c.
3998 * cpplib.h (struct cpp_options): Remove help_only.
3999 * gcc.c (cpp_unique_options): Remove -$.
4000 * doc/cppopts.texi: Undocument -h.
4001
4002 2002-08-08 Jakub Jelinek <jakub@redhat.com>
4003
4004 * config/i386/i386.c (legitimate_constant_p): UNSPEC_TP is not
4005 legitimate constant.
4006 (legitimate_pic_operand_p): Neither pic operand.
4007 (legitimate_address_p): But legitimate address.
4008 (get_thread_pointer): Generate MEM/u instead of CONST around
4009 UNSPEC_TP.
4010 (print_operand): Remove printing of UNSPEC_TP.
4011 (print_operand_address): And print it here.
4012
4013 2002-08-08 Devang Patel <dpatel@apple.com>
4014
4015 * objc/objc-act.c (build_selector_translation_table): Issue warning,
4016 when -Wselector is used,if method for which selector is being
4017 created does not exist.
4018
4019 2002-08-08 Stephen Clarke <stephen.clarke@superh.com>
4020
4021 * config/sh/sh.c (prepare_move_operands): Only call
4022 target_reg_operand if TARGET_SHMEDIA.
4023
4024 2002-08-08 Jakub Jelinek <jakub@redhat.com>
4025
4026 * config/rs6000/rs6000.h, config/rs6000/aix.h,
4027 config/rs6000/darwin.h, config/rs6000/linux64.h: Revert last
4028 two patches.
4029 * config/rs6000/sysv4.h: Likewise, remove #undef ADJUST_FIELD_ALIGN.
4030
4031 2002-08-08 Lars Brinkhoff <lars@nocrew.org>
4032 Richard Henderson <rth@redhat.com>
4033
4034 * emit-rtl.c (gen_rtx_REG): After reload, only return
4035 frame_pointer_rtx or hard_frame_pointer_rtx if frame_pointer_needed.
4036
4037 2002-08-08 Jakub Jelinek <jakub@redhat.com>
4038
4039 * config/rs6000/rs6000-protos.h (rs6000_field_alignment): Remove.
4040 * config/rs6000/rs6000.c (rs6000_field_alignment): Move...
4041 * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): ...inline into the
4042 macro.
4043
4044 2002-08-08 Adam Nemet <anemet@lnxw.com>
4045
4046 * config/arm/arm.c (thumb_unexpanded_epilogue): Stack the PIC
4047 register.
4048 (thumb_expand_prologue): Likewise.
4049 (thumb_output_function_prologue): Likewise.
4050 * config/arm/arm.h (THUMB_INITIAL_ELIMINATION_OFFSET): Account for
4051 the additional push of the PIC register.
4052
4053 2002-08-08 Nathan Sidwell <nathan@codesourcery.com>
4054
4055 * configure.in (enable_coverage): New enable switch.
4056 * configure: Rebuilt.
4057 * Makefile.in (COVERAGE_FLAGS, coverageexts): New variables.
4058 (INTERNAL_CFLAGS): Append COVERAGE_FLAGS.
4059 (ALL_FLAGS): Reorder so INTERNAL_CFLAGS comes after CFLAGS.
4060 (mostlyclean): Remove coverage files.
4061 * doc/install.texi: Document enable_coverage.
4062
4063 * cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
4064 * ada/Make-lang.in (ada.mostlyclean): Remove coverage files.
4065 * f/Make-lang.in (f.mostlyclean): Remove coverage files.
4066 * java/Make-lang.in (java.mostlyclean): Remove coverage files.
4067 * objc/Make-lang.in (objc.mostlyclean): Remove coverage files.
4068 * treelang/Make-lang.in (treelang.mostlyclean): Remove coverage
4069 files.
4070
4071 2002-08-08 Neil Booth <neil@daikokuya.co.uk>
4072
4073 * c-opts.c (cpp_opts): New.
4074 (COMMAND_LINE_OPTIONS): Add switches from cppinit.c.
4075 (c_common_decode_options): Handle cpplib switches.
4076 (c_common_init_options): Set cpp_opts.
4077 * cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
4078 (cpp_handle_option): Similarly.
4079
4080 2002-08-08 David Edelsohn <edelsohn@gnu.org>
4081
4082 * config/rs6000/aix.h (TARGET_ALTIVEC): Define to 0.
4083 (TARGET_ALTIVEC_ABI): Same.
4084 (TARGET_ALTIVEC_VRSAVE): Same.
4085
4086 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Check
4087 icode not CODE_FOR_nothing. Change switch to if.
4088
4089 2002-08-08 Alan Modra <amodra@bigpond.net.au>
4090
4091 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Pass -mpower4 when cpu=power4.
4092
4093 2002-08-08 Jakub Jelinek <jakub@redhat.com>
4094
4095 * stor-layout.c (place_union_field): For bitfields if
4096 PCC_BITFIELD_TYPE_MATTERS and TYPE_USER_ALIGN, set record's
4097 TYPE_USER_ALIGN.
4098
4099 2002-08-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
4100
4101 * pa.c (struct deferred_plabel): Constify name field.
4102
4103 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
4104
4105 * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
4106
4107 2002-08-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
4108
4109 * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and
4110 local_prefix are the same.
4111 * configure: Rebuilt.
4112
4113 2002-08-07 Jakub Jelinek <jakub@redhat.com>
4114 Richard Henderson <rth@redhat.com>
4115
4116 * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
4117 to type_align when PCC_BITFIELD_TYPE_MATTERS. Only apply
4118 ADJUST_FIELD_ALIGN if not DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
4119 (place_field): Likewise.
4120 * config/i386/i386.c (x86_field_alignment): Don't check
4121 DECL_USER_ALIGN here.
4122 * config/rs6000/rs6000.c (rs6000_field_alignment): New.
4123 * config/rs6000/rs6000-protos.h (rs6000_field_alignment): New
4124 prototype.
4125 * config/rs6000/rs6000.h (ADJUST_FIELD_ALIGN): Define.
4126 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Remove.
4127 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Remove.
4128 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Remove.
4129 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Remove.
4130 * doc/tm.texi (ADJUST_FIELD_ALIGN): Update description.
4131
4132 2002-08-07 Neil Booth <neil@daikokuya.co.uk>
4133
4134 * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.
4135 * c-common.c: Don't include tree-inline.h.
4136 (c_common_init_options, c_common_post_options): Move to c-opts.c.
4137 * c-common.h (c_common_decode_option): New.
4138 * c-decl.c (c_decode_option): Remove.
4139 * c-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
4140 * c-opts.c: New file.
4141 * c-tree.h (c_decode_option): Remove.
4142 * doc/passes.texi: Update.
4143 * objc/objc-act.c (objc_decode_option): Remove.
4144 * objc/objc-act.h (objc_decode_option): Remove.
4145 * objc/ojbc-lang.c (LANG_HOOKS_DECODE_OPTION): Use
4146 c_common_decode_option.
4147
4148 2002-08-07 Chris Demetriou <cgd@broadcom.com>
4149
4150 * config/mips/mips.md (sunlt_sf, suneq_sf, sunle_sf): Remove
4151 dependency on TARGET_DOUBLE_FLOAT.
4152
4153 2002-08-07 Stephen Clarke <stephen.clarke@superh.com>
4154
4155 * config/sh/lib1funcs.asm (GCC_shcompact_incoming_args): Don't
4156 overwrite callee-save registers. Fix comment.
4157
4158 2002-08-06 Chris Demetriou <cgd@broadcom.com>
4159
4160 * config/mips/mips.c (override_options): Set MASK_BRANCHLIKELY
4161 in target_flags based on ISA, if it was not set on the command
4162 line. Warn if MASK_BRANCHLIKLEY is set but the ISA does not
4163 support Branch Likely instructions.
4164 * config/mips/mips.h (MASK_BRANCHLIKLEY): New macro.
4165 (TARGET_BRANCHLIKELY): Likewise.
4166 (TARGET_SWITCHES): Add -mbranch-likely and -mno-branch-likely.
4167 (GENERATE_BRANCHLIKELY): Use TARGET_BRANCHLIKELY rather than
4168 ISA_HAS_BRANCHLIKELY.
4169 (ISA_HAS_BRANCHLIKELY): Do not include MIPS16 check.
4170 * doc/invoke.texi: Document new MIPS -mbranch-likely and
4171 -mno-branch-likely options.
4172
4173 2002-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4174
4175 * ip2k.c (ip2k_set_compare): Add missing iteration variable.
4176
4177 * Makefile.in (dummy-conditions.o): Depend on $(HCONFIG_H) not
4178 $(GCONFIG_H).
4179
4180 2002-08-06 Aldy Hernandez <aldyh@redhat.com>
4181
4182 * c-decl.c (duplicate_decls): Error out for incompatible TLS
4183 declarations.
4184
4185 * testsuite/gcc.dg/tls/diag-3.c: New.
4186
4187 2002-08-06 Dale Johannesen <dalej@apple.com>
4188
4189 * c-common.c (fname_decl): Use line number 0 for
4190 __func__, to avoid confusing debuggers.
4191
4192 2002-08-06 Nathan Sidwell <nathan@codesourcery.com>
4193
4194 * gcov.c: Tidy.
4195 (struct line_info, struct coverage): New structures.
4196 (gcov_file_name, gcov_file): Remove globals.
4197 (output_data): Take source file parameter. Fix memory leak. Break
4198 up into ...
4199 (init_line_info, output_line_info, make_gcov_file_name,
4200 accumulate_branch_counts): ... here.
4201 (calculate_branch_probs, function_summary): Adjust.
4202 (main): Adjust.
4203 (function_*): Remove global variables.
4204
4205 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
4206
4207 * dwarf2out.c: Remove unused macros.
4208
4209 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
4210
4211 * function.c (TRAMPOLINE_ALIGNMENT): Always defined.
4212
4213 2002-08-06 Neil Booth <neil@daikokuya.co.uk>
4214
4215 * cppinit.c (struct lang_flags): Rename trigraphs std.
4216 (set_lang): Update.
4217 * cpplib.h (struct cpp_options): New member std.
4218 * cppmacro.c (_cpp_builtin_macro_text): Use std.
4219 (collect_args): Flag whether to swallow a possible future
4220 comma pasted with varargs.
4221 (replace_args): Use this flag.
4222 * doc/cpp.texi: Update varargs extension documentation.
4223
4224 2002-08-06 Jakub Jelinek <jakub@redhat.com>
4225
4226 * config/i386/mmintrin.h (__m64): Make the type 64-bit aligned.
4227
4228 2002-08-06 Jakub Jelinek <jakub@redhat.com>
4229
4230 * config/i386/i386.c (x86_field_alignment): Apply min for all MODE_INT
4231 and MODE_CLASS_INT modes.
4232
4233 2002-08-06 Jakub Jelinek <jakub@redhat.com>
4234
4235 * config.gcc (*-*-linux*): Default to --enable-threads=posix if no
4236 --{enable,disable}-threads is given to configure.
4237 (alpha*-*-linux*, hppa*-*-linux*, i[34567]86-*-linux*,
4238 x86_64-*-linux*, ia64*-*-linux*, m68k-*-linux*, mips*-*-linux*,
4239 powerpc-*-linux-gnualtivec*, powerpc-*-linux*, s390-*-linux*,
4240 s390x-*-linux*, sh-*-linux*, sparc-*-linux*, sparc64-*-linux*):
4241 Remove thread_file setting here.
4242
4243 2002-08-06 David Edelsohn <edelsohn@gnu.org>
4244
4245 * doc/install.texi (Binaries): Update Bull Freeware URL.
4246
4247 2002-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4248
4249 * doc/gcc.texi (Top): Rename Index to Keyword Index.
4250
4251 2002-08-05 Nathan Sidwell <nathan@codesourcery.com>
4252
4253 * gcov.c (output_data): Round to % to nearest, tweak formatting.
4254
4255 2002-08-05 Jakub Jelinek <jakub@redhat.com>
4256
4257 * fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one
4258 of the operands into MINUS_EXPR if code is PLUS_EXPR.
4259
4260 2002-08-05 Douglas B Rupp <rupp@gnat.com>
4261
4262 * config.gcc (i[34567]86-*-interix*): Replace interix.o with winnt.o
4263 * config/i386/i386-interix.h (TARGET_NOP_FUN_DLLIMPORT,
4264 drectve_section): Define.
4265 * config/i386/t-interix: Replace interix.o rule with winnt.o.
4266 * config/i386/interix.c: Remove.
4267
4268 2002-08-05 Geoffrey Keating <geoffk@redhat.com>
4269
4270 * attribs.c: Don't include obstack.h.
4271 * builtins.c: Likewise.
4272 * cfganal.c: Likewise.
4273 * cfgbuild.c: Likewise.
4274 * cfgcleanup.c: Likewise.
4275 * emit-rtl.c: Likewise.
4276 * loop.c: Likewise.
4277 * stmt.c: Likewise.
4278
4279 * Makefile.in (s-gtype): Re-add dependency on $(GTFILES).
4280
4281 2002-08-05 Gabriel Dos Reis <gdr@nerim.net>
4282
4283 * doc/c-tree.texi (Expression trees): Document VA_ARG_EXPR
4284
4285 2002-08-04 Chris Demetriou <cgd@broadcom.com>
4286
4287 * doc/invoke.texi: Remove duplicated paragraph describing
4288 TARGET_SWITCHES.
4289
4290 2002-08-04 Geoffrey Keating <geoffk@redhat.com>
4291
4292 * Makefile.in (sdbout.o): Doesn't need $(OBSTACK_H).
4293 * collect2.h (permanent_obstack): Delete declaration.
4294 * collect2.c (permanent_obstack): Delete definition.
4295 (main): Don't initialize permanent_obstack. Use xstrdup instead.
4296 * expr.c: Don't include obstack.h.
4297 (permanent_obstack): Delete declaration.
4298 * function.c: Don't include obstack.h.
4299 (permanent_obstack): Delete declaration.
4300 * integrate.c: Don't include obstack.h.
4301 (function_maybepermanent_obstack): Delete declaration.
4302 * print-tree.c (debug_tree): Use x*alloc not permalloc.
4303 * sdbout.c (gen_fake_label): Use x*alloc not permalloc.
4304 * tlink.c (pfgets): Use xstrdup not permanent_obstack.
4305 * toplev.c (lang_independent_init): Rename init_obstacks to init_ttree.
4306 * tree.h: Rename init_obstacks to init_ttree. Remove declarations
4307 of permalloc, expralloc, perm_calloc.
4308 * tree.c (permanent_obstack): Delete definition.
4309 (init_ttree): Rename from init_obstacks.
4310 (permalloc): Delete.
4311 (perm_calloc): Delete.
4312 (dump_tree_statistics): Don't print information about
4313 permanent_obstack.
4314 * varasm.c (assemble_start_function): Use xstrdup instead of
4315 permalloc/strcpy.
4316 (assemble_variable): Likewise.
4317 * config/alpha/alpha.c (unicosmk_need_dex): Use xmalloc instead of
4318 permalloc.
4319 (unicosmk_add_extern): Likewise.
4320 * config/c4x/c4x.c (c4x_external_ref): Likewise.
4321 (c4x_global_label): Likewise.
4322 * config/frv/frv.c (frv_encode_section_info): Likewise.
4323 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
4324 (i386_pe_record_exported_symbol): Likewise.
4325 * config/mips/mips.c (mips_output_external): Likewise.
4326 (mips_output_external_libcall): Likewise.
4327 * config/pa/pa.c: (permanent_obstack): Delete declaration.
4328 (output_call): Use ggc_strdup instead of allocating on
4329 permanent_obstack.
4330 * config/romp/romp.c: Include ggc.h.
4331 (get_symref): Don't declare permanent_obstack, use ggc_strdup
4332 intead of permanent_obstack.
4333 * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use concat
4334 instead of permalloc.
4335 * config/rs6000/rs6000.c (rs6000_gen_section_name): Use xmalloc
4336 instead of permalloc
4337 * config/rs6000/xcoff.h (ASM_OUTPUT_EXTERNAL): Use concat
4338 instead of permalloc.
4339 * config/vax/vax.c (vms_check_external): Use xmalloc instead of
4340 permalloc.
4341
4342 2002-08-04 Bernd Schmidt <bernds@redhat.com>
4343
4344 Contribute a port developed primarily by Michael Meissner,
4345 Catherine Moore, and Richard Sandiford <rsandifo@redhat.com>.
4346 * config.gcc: Add frv-elf target.
4347 * config/frv/cmovd.c: New file.
4348 * config/frv/cmovh.c: New file.
4349 * config/frv/cmovw.c: New file.
4350 * config/frv/frv-abi.h: New file.
4351 * config/frv/frv-asm.h: New file.
4352 * config/frv/frv-modes.def: New file.
4353 * config/frv/frv-protos.h: New file.
4354 * config/frv/frv.c: New file.
4355 * config/frv/frv.h: New file.
4356 * config/frv/frv.md: New file.
4357 * config/frv/frvbegin.c: New file.
4358 * config/frv/frvend.c: New file.
4359 * config/frv/lib1funcs.asm: New file.
4360 * config/frv/media.h: New file.
4361 * config/frv/modi.c: New file.
4362 * config/frv/t-frv: New file.
4363 * config/frv/uitod.c: New file.
4364 * config/frv/uitof.c: New file.
4365 * config/frv/ulltod.c: New file.
4366 * config/frv/ulltof.c: New file.
4367 * config/frv/umodi.c: New file.
4368 * config/frv/xm-frv.h: New file.
4369
4370 * config/frv/media.h: Removed again.
4371
4372 2002-08-04 Nathan Sidwell <nathan@codesourcery.com>
4373
4374 * gcov.c (bb_file_time): New static variable.
4375 (object_directory): May also be object file.
4376 (preserve_paths): New static variable.
4377 (print_usage): Adjust.
4378 (options): Adjust.
4379 (process_args): Adjust.
4380 (open_files): Simplify. Cope when OBJECT_DIRECTORY is an object
4381 file. Find modification date on bb file.
4382 (read_profile): Don't rewind a NULL file.
4383 (format_hwint): New static function.
4384 (function_summary): Use format_hwint.
4385 (output_data): SOURCE_FILE_NAME is never relative to
4386 OBJECT_DIRECTORY. Use format_hwint. Adjust gcov file name
4387 mangling. Adjust output format to make it more machine readable.
4388 * doc/gcov.texi: Document & clarify semantics.
4389
4390 2002-08-04 Joseph S. Myers <jsm@polyomino.org.uk>
4391
4392 * doc/include/gcc-common.texi (version-GCC): Increase to 3.3.
4393
4394 2002-08-04 Nathan Sidwell <nathan@codesourcery.com>
4395
4396 * gcc.c (cc1_options): Pass output file as auxbase when
4397 appropriate.
4398 * profile.c (init_branch_prob): FILENAME has already had ending
4399 stripped.
4400 * final.c (end_final): Likewise.
4401 * toplev.c (aux_base_name): New global.
4402 (compile_file): Pass aux_base_name to init init_branch_prob and
4403 end_final.
4404 (independent_decode_option, case 'a'): New auxinfo options.
4405 (case 'd'): Protect against mising basename.
4406 (do_compile): Initialize aux_base_name.
4407 * toplev.h (aux_base_name): New global.
4408 * doc/invoke.texi: Adjust documentation.
4409
4410 2002-08-04 Nathan Sidwell <nathan@codesourcery.com>
4411
4412 * config/i386/i386.c (x86_field_alignment): Remove duplicate test
4413 of TARGET_ALIGN_DOUBLE.
4414
4415 2002-08-04 Gabriel Dos Reis <gdr@nerim.net>
4416
4417 * diagnostic.c (inform): New function.
4418 * diagnostic.h (inform): Declare.
4419
4420 2002-08-03 David Edelsohn <edelsohn@gnu.org>
4421
4422 * config/rs6000/rs6000.md (movsi_internal1): Add nop mnemonic.
4423 (movhi_internal): Same.
4424 (movqi_internal): Same.
4425 (movdi_internal64): Same.
4426
4427 * config/rs6000/t-ppccomm (MULTILIB_MATCHES_FLOAT): Add mcpu=405.
4428
4429 * config/rs6000/xcoff.h (SKIP_ASM_OP): Define.
4430 (ASM_OUTPUT_SKIP): Use it. SIZE unsigned.
4431 (COMMON_ASM_OP): Define.
4432 (ASM_OUTPUT_ALIGNED_COMMON): Use it. SIZE unsigned.
4433 Use ALIGN parameter.
4434 (LOCAL_COMMON_ASM_OP): Define.
4435 (ASM_OUTPUT_LOCAL): Use it. SIZE unsigned.
4436
4437 2002-08-03 Roger Sayle <roger@eyesopen.com>
4438
4439 * builtins.def: Define new builtin functions exp, expf, expl,
4440 log, logf and logl (and their __builtin_* variants).
4441 * optabs.h (enum optab_index): Add new OTI_exp and OTI_log.
4442 Define exp_optab and log_optab.
4443 * optabs.c (init_optans): Initialize exp_optab and log_optab.
4444 * genopinit.c (optabs): Implement exp_optab and log_optab
4445 using exp?f2 and log?f2 patterns.
4446 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXP*
4447 and BUILT_IN_LOG* using exp_optab and log_optab respectively.
4448 (expand_builtin): Ignore the new builtins (and all cos and
4449 sin variants) when not optimizing. Expand new builtins via
4450 expand_builtin_mathfn when flag_unsafe_math_optimizations.
4451
4452 * doc/extend.texi: Document new exp and log builtins.
4453 * doc/md.texi: Document new exp?f2 and log?f2 patterns
4454 (and previously undocumented cos?f2 and sin?f2 patterns).
4455
4456 2002-08-03 Jason Merrill <jason@redhat.com>
4457
4458 * explow.c (int_expr_size): New fn.
4459 * expr.c (expand_expr) [CONSTRUCTOR]: Use it.
4460 * expr.h: Declare it.
4461
4462 2002-08-02 Krister Walfridsson <cato@df.lth.se>
4463
4464 * Makefile.in (gengtype-lex.o, gengtype-yacc.o): Add path to
4465 gengtype-* dependencies.
4466
4467 2002-08-02 Eric Christopher <echristo@redhat.com>
4468
4469 * config.gcc (mips*-*-linux*): Fix ordering of tm_file.
4470 * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Change
4471 #ifndef to #undef.
4472 (TARGET_MEM_FUNCTIONS): Define instead of define to 1.
4473
4474 2002-08-02 David Edelsohn <edelsohn@gnu.org>
4475
4476 PR optimize/7067
4477 * config/rs6000/rs6000.h (RTX_COSTS): Artificially make MULT
4478 small if optimizing for size.
4479
4480 2002-08-02 Daniel Jacobowitz <drow@mvista.com>
4481
4482 * configure.in (FORBUILD): Use $build_alias.
4483 * configure: Regenerated.
4484
4485 2002-08-02 Richard Sandiford <rsandifo@redhat.com>
4486
4487 * config.gcc: Don't include mips/abi64.h in $tm_file.
4488 * hard-reg-set.h (call_really_used_regs): Declare.
4489 * config/mips/abi64.h: Remove file.
4490 * config/mips/linux.h,
4491 * config/mips/iris6.h: Don't include it.
4492 * config/mips/mips-protos.h (mips_conditional_register_usage): Declare.
4493 * config/mips/mips.h (CONDITIONAL_REGISTER_USAGE): Use it.
4494 (REG_PARM_STACK_SPACE, STACK_BOUNDARY, STRICT_ARGUMENT_NAMING,
4495 FUNCTION_ARG_PASS_BY_REFERENCE, FUNCTION_ARG_PADDING,
4496 FUNCTION_ARG_CALLEE_COPIES, MUST_PASS_IN_STACK, MIPS_STACK_ALIGN):
4497 Bring across definitions from abi64.h.
4498 (GP_ARG_LAST, FP_ARG_LAST): Use MAX_ARGS_IN_REGISTERS.
4499 (BIGGEST_MAX_ARGS_IN_REGISTERS): New.
4500 (struct mips_args): Use it.
4501 * config/mips/mips.c (mips_conditional_register_usage): Define.
4502
4503 2002-08-02 Jason Merrill <jason@redhat.com>
4504
4505 * langhooks-def.h (LANG_HOOKS_EXPR_SIZE): New macro.
4506 * langhooks.c (lhd_expr_size): Define default.
4507 * langhooks.h (struct lang_hooks): Add expr_size.
4508 * explow.c (expr_size): Call it.
4509 * expr.c (store_expr): Don't copy an expression of size zero.
4510 (expand_expr) [CONSTRUCTOR]: Use expr_size to calculate how much
4511 to store.
4512 * Makefile.in (builtins.o): Depend on langhooks.h.
4513
4514 2002-08-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4515
4516 * Makefile.in (ra-debug.o): Depend on $(TM_P_H).
4517 * ra-debug.c: Include "tm_p.h".
4518 * ra-rewrite.c (is_partly_live_1): Change return type to bool.
4519
4520 2002-08-02 Toon Moene <toon@moene.indiv.nluug.nl>
4521
4522 * simplify-rtx.c (simplify_binary_operation): x * 1 is allowed
4523 when not honoring signalling NaNs.
4524 (simplify_ternary_operation): a == b has a definite value
4525 when not honoring NaNs.
4526
4527 2002-08-02 Jason Merrill <jason@redhat.com>
4528
4529 * gdbinit.in (pct): New macro.
4530
4531 2002-08-01 Stan Shebs <shebs@apple.com>
4532 Andreas Tobler <toa@pop.agri.ch>
4533
4534 * ginclude/stddef.h (_BSD_SIZE_T_DEFINED_): Define if not defined,
4535 plays nice with Darwin headers.
4536 (_BSD_RUNE_T_DEFINED_): Likewise.
4537
4538 2002-08-01 Zack Weinberg <zack@codesourcery.com>
4539
4540 * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.
4541 * cppinit.c (cpp_post_options): Likewise.
4542
4543 * cppexp.c (cpp_classify_number): Suppress -Wtraditional
4544 warning about 'LL' suffix (but not 'ULL' etc) when
4545 -Wno-long-long is in effect.
4546
4547 * cppmacro.c (_cpp_builtin_macro_text) [BT_TIME, BT_DATE]:
4548 Check for failing time()/localtime(), issue a warning, and
4549 make __TIME__ and __DATE__ expand to fallback strings.
4550
4551 * doc/cpp.texi, doc/extend.texi: Document behavior of __DATE__
4552 and __TIME__ when the date and time cannot be determined.
4553
4554 2002-08-02 Alan Modra <amodra@bigpond.net.au>
4555
4556 * config/rs6000/rs6000.c (output_cbranch): Hint differently for power4.
4557
4558 2002-08-01 Daniel Jacobowitz <drow@mvista.com>
4559
4560 * Makefile.in ($(BUILD_PREFIX_1)ggc-none.o): Use $(GGC_H).
4561
4562 2002-08-01 Chris Demetriou <cgd@broadcom.com>
4563
4564 * config.gcc (mipsisa64sb1-*-elf*): New configuration.
4565 (mipsisa64sb1el-*-elf*): Likewise.
4566 * config/mips/mips.c (mips_cpu_info_table): Add sb1.
4567 * config/mips/mips.h (processor_type): Add PROCESSOR_SB1.
4568 (TARGET_SB1, TUNE_SB1): New macros.
4569 * doc/invoke.texi: Add sb1 to documentation for MIPS -march and
4570 -mtune flags.
4571
4572 2002-08-01 David Edelsohn <edelsohn@gnu.org>
4573
4574 * varasm.c (asm_emit_uninitialized): Return false if global BSS
4575 and ASM_EMIT_BSS not supported by target.
4576 (assemble_variable): Do not duplicate uninitialized logic.
4577 Fall through if asm_emit_uninitialized failed.
4578
4579 2002-08-01 Chris Demetriou <cgd@broadcom.com>
4580
4581 * config/mips/mips.h (BRANCH_LIKELY_P): Remove unused macro.
4582
4583 2002-08-02 Alan Modra <amodra@bigpond.net.au>
4584
4585 * config/rs6000/linux64.h (DBX_OUTPUT_BRAC): Define.
4586 (DBX_OUTPUT_LBRAC, DBX_OUTPUT_RBRAC): Define.
4587
4588 * config/rs6000/rs6000.c (output_toc): Don't use lshift_double when
4589 HOST_BITS_PER_WIDE_INT == 64.
4590
4591 2002-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4592
4593 * df.c (df_insn_table_realloc): Change parameter to unsigned.
4594 * optabs.c (expand_binop): Make variable unsigned.
4595 * simplify-rtx.c (simplify_subreg): Likewise.
4596 * unroll.c (unroll_loop): Cast to avoid signed/unsigned warnings.
4597
4598 2002-08-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4599
4600 * c-common.c (cb_register_builtins): Always define __GXX_ABI_VERSION.
4601
4602 2002-08-01 Richard Henderson <rth@redhat.com>
4603
4604 * toplev.c (parse_options_and_default_flags): Don't set
4605 flag_reorder_blocks for -Os.
4606
4607 * config/avr/avr.c (avr_optimization_options): Remove.
4608 * config/avr/avr.h (OPTIMIZATION_OPTIONS): Remove.
4609 * config/m68hc11/m68hc11.c (m68hc11_optimization_options): Remove.
4610 * config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Remove.
4611
4612 2002-08-01 H.J. Lu <hjl@gnu.org>
4613 Richard Henderson <rth@redhat.com>
4614
4615 * output.h (DECL_READONLY_SECTION): Remove.
4616 (decl_readonly_section): Declare.
4617 * varasm.c (decl_readonly_section): New.
4618 (default_section_type_flags, default_select_section): Use it.
4619 * config/arm/pe.c (arm_pe_unique_section): Likewise.
4620 * config/i386/interix.c (i386_pe_unique_section): Likewise.
4621 * config/i386/winnt.c (i386_pe_unique_section): Likewise.
4622 * config/mcore/mcore.c (mcore_unique_section): Likewise.
4623 * config/mips/mips.c (mips_unique_section): Likewise.
4624
4625 2002-08-01 Richard Henderson <rth@redhat.com>
4626
4627 * integrate.c (copy_rtx_and_substitute): Squash MEM_EXPR when it
4628 refers to a subroutine parameter.
4629
4630 2002-08-01 Jakub Jelinek <jakub@redhat.com>
4631
4632 * varasm.c (assemble_visibility): Strip name encoding.
4633
4634 2002-08-01 Ian Dall <ian@sibyl.beware.dropbear.id.au>
4635
4636 * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.
4637 (RETURN_ADDR_RTX): Cannot determine return address for FRAME > 0
4638 when there is no frame pointer.
4639 (INITIAL_FRAME_POINTER_OFFSET): Count stack space for saved fp
4640 registers properly.
4641 * config/ns32k/__unorddf2.c: New file.
4642 * config/ns32k/__unordsf2.c: New file.
4643 * config/ns32k/t-ns32k: New file.
4644 * config.gcc (ns32k-*-netbsd*): Use it.
4645
4646 2002-08-01 Aldy Hernandez <aldyh@redhat.com>
4647
4648 * config/rs6000/rs6000.h (SPU_CONST_OFFSET_OK): Change to 0xff.
4649
4650 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
4651
4652 * c-common.c (__GXX_ABI_VERSION): Correct spelling.
4653
4654 2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
4655
4656 * c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
4657
4658 2002-08-01 Richard Sandiford <rsandifo@redhat.com>
4659
4660 * config/mips/mips.md: Add [!]TARGET_MIPS16 to sgtu conditions.
4661
4662 2002-08-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4663
4664 * gcse.c (expr_hash_table_size, n_exprs, set_hash_table_size,
4665 n_sets): Removed.
4666 (expr_hash_table, set_hash_table): Type changed to ...
4667 (struct hash_table): New type.
4668 (hash_scan_insn, hash_scan_set, hash_scan_clobber, hash_scan_call,
4669 insert_expr_in_table, insert_set_in_table, compute_hash_table,
4670 dump_hash_table, lookup_expr, lookup_set, compute_local_properties,
4671 compute_ae_gen, compute_ae_kill): Modified to pass the table explicitly.
4672 (alloc_set_hash_table, alloc_expr_hash_table): Merged to ...
4673 (alloc_hash_table): New.
4674 (free_set_hash_table, free_expr_hash_table): Merged to ...
4675 (free_hash_table): New.
4676 (compute_set_hash_table, compute_expr_hash_table): Merged to ...
4677 (compute_hash_table_work): New.
4678 (classic_gcse, one_classic_gcse_pass, compute_cprop_data,
4679 find_avail_set, one_cprop_pass, find_bypass_set, compute_pre_data,
4680 pre_edge_insert, pre_insert_copies, pre_delete, pre_gcse,
4681 one_pre_gcse_pass, compute_transpout, compute_code_hoist_vbeinout,
4682 hoist_code, one_code_hoisting_pass,
4683 trim_ld_motion_mems): Altered due to changed type of hash tables.
4684
4685 2002-08-01 Zack Weinberg <zack@codesourcery.com>
4686
4687 * final.c (output_alternate_entry_point):
4688 If ASM_OUTPUT_TYPE_DIRECTIVE is defined, use it.
4689
4690 2002-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4691
4692 * objc/objc-act.c (encode_complete_bitfield): Add prototype and
4693 avoid ISO C style function definition.
4694
4695 * expr.c (expand_assignment): Delete unused variable.
4696
4697 2002-08-01 Toon Moene <toon@moene.indiv.nluug.nl>
4698
4699 * c-common.c (cb_register_builtins): Set
4700 __FINITE_MATH_ONLY__ to 1 if -ffinite-math-only
4701 is given, and to 0 otherwise.
4702 * combine.c (simplify_if_then_else): HONOR_NANS
4703 implies FLOAT_MODE_P.
4704
4705 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
4706
4707 * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_dollar.
4708 (cpp_handle_option): Don't handle it.
4709 (print_help): Update.
4710 * doc/cppopts.texi: Update.
4711
4712 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
4713
4714 * c-common.c (cb_register_builtins): If C++, define
4715 __EXCEPTIONS, __DEPRECATED and __GXX_ABI_VERSION as appropriate.
4716 * gcc.c (cpp_unique_options): Remove __GXX_ABI_VERSION.
4717 cp:
4718 * lang-specs.h: Simplify in accordance with new code in
4719 c-common.c.
4720
4721 2002-08-01 Neil Booth <neil@daikokuya.co.uk>
4722
4723 * c-common.c: Define all C/ObjC/C++ warning and flag variables.
4724 * c-common.h: Declare all C/ObjC/C++ warning and flag variables.
4725 * c-decl.c: Move all warning and flag variables to c-common.c.
4726 * c-format.c: Move all warning variables to c-common.c.
4727 * c-tree.h: Move all warning and flag declarations to c-common.h.
4728 * objc/objc-act.c: Move all warning variables to c-common.c.
4729 (flag_warn_protocol): Rename warn_protocol.
4730
4731 2002-07-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
4732
4733 * pa-linux.h (GLOBAL_ASM_OP): Fix typo.
4734
4735 2002-07-31 Graham Stott <graham.stott@btinternet.com>
4736
4737 * config/stormy16/stormy16.h (BSS_SECTION_ASM_OP): Add missing
4738 .section prefix.
4739
4740 2002-07-31 Stan Shebs <shebs@apple.com>
4741
4742 * config.gcc (i[34567]86-*-darwin*): New configuration.
4743 * config/darwin.h (TARGET_ENCODE_SECTION_INFO): Undefine before
4744 defining.
4745 (TARGET_ENCODE_SECTION_INFO): Ditto.
4746 (ASM_PREFERRED_EH_DATA_FORMAT): Ditto.
4747 * config/darwin.c (machopic_indirect_data_reference): Remove
4748 setting of RTX_UNCHANGING_P.
4749 (machopic_legitimize_pic_address): Move RTX_UNCHANGING_P up so as
4750 not to be applied to sums.
4751 * config/i386/t-darwin: New file.
4752 * config/i386/darwin.h: New file.
4753 * config/i386/i386.h (TARGET_MACHO): Add default definition.
4754 * config/i386/i386.md (tablejump): Add TARGET_MACHO case.
4755 * config/i386/i386.c (output_set_got): For Mach-O, output Mach-O
4756 label and not the GOT add.
4757 (constant_address_p): For Mach-O, seeing a CONST is enough.
4758 (legitimate_pic_address_disp_p): Add a Mach-O case.
4759 (legitimate_address_p): Also test machopic_operand_p if Mach-O.
4760 (legitimize_pic_address): Use generic Mach-O code to legitimize.
4761 (output_pic_addr_const): Suppress @PLT if Mach-O, and parens
4762 if outputting a difference.
4763 (ix86_output_addr_diff_elt): Add Mach-O case.
4764 (ix86_expand_move): Similarly.
4765 (ix86_expand_call): Similarly.
4766 (current_machopic_label_num): New global.
4767 (machopic_output_stub): New function.
4768 (ix86_value_regno): New function.
4769 (ix86_function_value): Use it instead of VALUE_REGNO.
4770 (ix86_libcall_value): Ditto.
4771 * config/i386/unix.h (VALUE_REGNO): Remove.
4772
4773 2002-07-31 Graham Stott <grahas@btinternet.com>
4774
4775 * config/rs6000/rs6000.c(rs6000_hash_constant): Fix
4776 hash for LABEL_REF's.
4777
4778 2002-07-31 Graham Stott <grahams@btinternet.com>
4779
4780 * config/rs6000/rs6000.c (spe_init_builtins,
4781 altivec_init_builtins, rs6000_common_init_builtins):
4782 Replace ANSI with K&R function def.
4783
4784 2002-07-31 David Edelsohn <edelsohn@gnu.org>
4785
4786 * rs6000.c (validate_condition_mode): Test flag_finite_math_only
4787 for CCFPmode.
4788
4789 2002-07-31 Richard Sandiford <rsandifo@redhat.com>
4790
4791 * config/mips/crtn.asm: Don't use __mips16 to determine the
4792 return-address offset. Define RA to a suitable temporary
4793 register for the return address.
4794
4795 2002-07-31 Richard Sandiford <rsandifo@redhat.com>
4796
4797 * config/mips/mips.md (eh_set_lr_si, eh_set_lr_di): Change
4798 constraints to 'd'.
4799
4800 2002-07-30 Chris Demetriou <cgd@broadcom.com>
4801
4802 * config/mips/elf.h (STARTFILE_SPEC): Define differently if
4803 default ABI is MEABI. (Undoes incorrect change in Eric Christopher's
4804 patch on 2002-07-29.)
4805 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
4806
4807 2002-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4808
4809 * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h,
4810 fr30.h, h8300.h, i370.h, i386/sco5.h, i386/unix.h, i960.h, ia64.h,
4811 ip2k.h, m32r.h, mcore.h, mips.h, mn10200.h, mn10300.h, ns32k.h,
4812 openbsd.h, pa/pa-linux.h, pdp11.h, romp.h, rs6000/sysv4.h,
4813 s390/linux.h, sh.h, sparc.h, stormy16.h, v850.h, vax.h, xtensa.h:
4814 (ASM_GLOBALIZE_LABEL): Delete.
4815 (GLOBAL_ASM_OP): Define.
4816
4817 * m68hc11.h, m68k.h, m88k.h (ASM_GLOBALIZE_LABEL): Delete.
4818
4819 * defaults.h (ASM_GLOBALIZE_LABEL): Provide a default.
4820 * doc/tm.texi (ASM_GLOBALIZE_LABEL): Update docs.
4821
4822 2002-07-30 Geoffrey Keating <geoffk@redhat.com>
4823
4824 * doc/extend.texi (Hints implementation): Document that GCC
4825 mostly ignores `register'.
4826
4827 2002-07-30 Toon Moene <toon@moene.indiv.nluug.nl>
4828
4829 * flags.h: Declare flag_finite_math_only.
4830 Use it in definition of HONOR_NANS and
4831 HONOR_INFINITIES.
4832 * c-common.c (cb_register_builtins): Emit
4833 __FINITE_MATH_ONLY__ when flag_finite_math_only
4834 is set.
4835 * combine.c (simplify_if_then_else): If
4836 flag_finite_math_only is set, a == b has a
4837 definite value.
4838 * toplev.c: Initialize flag_finite_math_only.
4839 (set_flags_fast_math): Set it on -ffast-math.
4840 (flag_fast_math_set_p): Test it.
4841 * doc/invoke.texi: Document -ffinite-math-only.
4842
4843 2002-07-30 Richard Henderson <rth@redhat.com>
4844
4845 * ifcvt.c (noce_get_alt_condition): Use reg_overlap_mentioned_p.
4846 (noce_process_if_block): Likewise.
4847
4848 2002-07-30 Bernd Schmidt <bernds@redhat.com>
4849
4850 * ifcvt.c (cond_exec_process_if_block): Fix a merging error.
4851 Bail out early if false_expr is NULL and we'd crash due to this.
4852 * genemit.c (gen_expand): Recognize return insns even if the return
4853 appears in a parallel.
4854 * libgcc2.c: Expand macro DECLARE_LIBRARY_RENAMES if it is defined.
4855 * config/fp-bit.c: Likewise.
4856 * doc/tm.texi: Document it.
4857
4858 2002-07-30 David Edelsohn <edelsohn@gnu.org>
4859 Zack Weinberg <zack@codesourcery.com>
4860
4861 * rs6000.c (rs6000_expand_unop_builtin): Check icode not
4862 CODE_FOR_nothing. Change switch to if.
4863 (rs6000_expand_binop_builtin): Same.
4864 (rs6000_expand_builtin): Expand builtin if target support enabled.
4865 (rs6000_init_builtins): Init builtin if target support enabled.
4866 (rs6000_common_init_builtins): Check icode not CODE_FOR_nothing.
4867
4868 2002-07-30 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4869
4870 * gcc.c (cpp_unique_options): Define __GXX_ABI_VERSION, bump it to 101.
4871
4872 2002-07-30 Richard Sandiford <rsandifo@redhat.com>
4873
4874 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo.
4875
4876 Tue Jul 30 18:31:31 2002 J"orn Rennecke <joern.rennecke@superh.com>
4877
4878 * sh.md (cond_delay_slot): New attribute.
4879 (cbranch delay): Use it for anulled-true case.
4880 (stuff_delay_slot): New pattern.
4881 * sh.c (print_operand, case '.'): Don't print .s / /s fore zero-length
4882 delay slot insn.
4883 (gen_far_branch): Emit stuff_delay_slot pattern.
4884
4885 Tue Jul 30 11:21:44 2002 J"orn Rennecke <joern.rennecke@superh.com>
4886
4887 * unroll.c (copy_loop_body): Don't copy NOTE_INSN_LOOP_CONT.
4888
4889 2002-07-30 Kazu Hirata <kazu@cs.umass.edu>
4890
4891 * fold-const.c: Fix comment typos.
4892 * gcse.c: Likewise.
4893 * reload1.c: Likewise.
4894
4895 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
4896
4897 * config/rs6000/rs6000.md: Disallow CCEQ compare with crnor/crnot
4898 for TARGET_SPE.
4899
4900 2002-07-30 Gabriel Dos Reis <gdr@nerim.net>
4901
4902 * c-pretty-print.h (pp_c_statement): Declare.
4903 * c-pretty-print.c (pp_c_postfix_expression): #if 0 support for SRCLOC.
4904 (pp_c_statement): Define.
4905
4906 2002-07-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4907
4908 * alpha.h, arc.h, arm/aout.h, avr.h, c4x.h, cris.h, d30v.h,
4909 darwin.h, dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i960.h,
4910 ip2k.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mips.h,
4911 mn10200.h, mn10300.h, ns32k.h, pa/pa-linux.h, pdp11.h, romp.h,
4912 rs6000/sysv4.h, s390/linux.h, sh.h, sparc.h, stormy16.h,
4913 v850.h, vax.h, xtensa.h (ASM_OUTPUT_LABEL): Delete definition.
4914
4915 * defaults.h (ASM_OUTPUT_LABEL): Provide a default.
4916 * doc/tm.texi (ASM_OUTPUT_LABEL): Update docs.
4917
4918 2002-07-30 Gabriel Dos Reis <gdr@nerim.net>
4919
4920 * c-pretty-print.c (pp_c_primary_expression): Handle STMT_EXPR.
4921 (pp_c_postfix_expression): Handle ARROW_EXPR, FFS_EXPR,
4922 COMPOUND_LITERAL_EXPR, VA_ARG_EXPR.
4923 (pp_c_expression): Update.
4924
4925 2002-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4926
4927 * alpha/vms-cc.c (preprocess_args, main): Use xstrdup and/or
4928 concat in lieu of xmalloc/strcpy/memcpy/sprintf.
4929 * alpha/vms-ld.c (main): Likewise.
4930 * dsp16xx.c (double_reg_to_memory): Likewise.
4931 * mcore.c (mcore_expand_prolog): Likewise.
4932 * cppfiles.c (read_name_map): Likewise.
4933 * gensupport.c (process_rtx, identify_predicable_attribute,
4934 alter_test_for_insn): Likewise.
4935 * vmsdbgout.c (write_rtnbeg, vmsdbgout_init): Likewise.
4936
4937 2002-07-29 Roger Sayle <roger@eyesopen.com>
4938
4939 * builtins.c (expand_builtin): Change the default behavior to
4940 only issue an error if the builtin function doesn't have a
4941 fallback library call. Remove several cases handled by the
4942 new default.
4943
4944 2002-07-29 John David Anglin <dave@hiauly1.hia.nrc>
4945
4946 * real.c (ieee_24, ieee_53, ieee_64, ieee_113): Define only if the
4947 floating point format of the target is IEEE.
4948 * (dec_f, dec_d, dec_g, dec_h): Define only if the floating point
4949 format of the target is DEC.
4950
4951 2002-07-29 Richard Henderson <rth@redhat.com>
4952
4953 * unroll.c (verify_addresses): Remove.
4954 (find_splittable_givs): Never split DEST_ADDR givs.
4955
4956 2002-07-29 Geoffrey Keating <geoffk@redhat.com>
4957
4958 * doc/gty.texi (GGC Roots): Clarify that the list of syntaxes
4959 is exhaustive.
4960 (Files): Improve documentation on generated source files.
4961
4962 * doc/extend.texi (Translation implementation): Document what
4963 diagnostics look like.
4964 (Identifiers implementation): Document that there's normally no
4965 limit on identifier names.
4966 (Integers implementation): Document two's complement.
4967 (Hints implementation): Document that GCC honors 'inline', mostly.
4968 (Preprocessing directives implementation): Document that GCC
4969 requires the current time.
4970
4971 2002-07-30 Gabriel Dos Reis <gdr@nerim.net>
4972
4973 * c-pretty-print.h (struct c_pretty_print_info): Add new member.
4974 (pp_initializer): New macro.
4975 (pp_c_initializer): Declare.
4976 * c-pretty-print.c (pp_c_primary_expression): HAndle TARGET_EXPR.
4977 (pp_c_initializer): Define.
4978 (pp_c_initializer_list): New function.
4979 (pp_c_postfix_expression): Handle ABS_EXPR, COMPLEX_CST,
4980 VECTOR_CST, CONSTRUCTOR.
4981 (pp_c_unary_expression): Handle CONJ_EXPR, REALPART_EXPR,
4982 IMAGPART_EXPR.
4983 (pp_c_cast_expression): Handle FLOAT_EXPR.
4984 (pp_c_assignment_expression): Handle INIT_EXPR.
4985 (pp_c_expression): Update.
4986
4987 2002-07-30 Neil Booth <neil@daikokuya.co.uk>
4988
4989 * objc/objc-act.c (objc_init): Return immediately if filename
4990 is NULL.
4991
4992 2002-07-29 Eric Christopher <echristo@redhat.com>
4993
4994 * config/mips/elf.h: Remove ecoff.h and gofast includes.
4995 (DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO): Define unconditionally.
4996 (SDB_DEBUGGING_INFO): Undefine.
4997 (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
4998 (PUT_SDB_SIZE): Remove.
4999 (SUBTARGET_ASM_DEBUGGING_SPEC): Redefine.
5000 (STARTFILE_SPEC): Add isa3264 define.
5001 * config/mips/elf64.h: Ditto. Move TARGET_MEM_FUNCTIONS from here...
5002 * config/mips/ecoff.h: Remove. and here...
5003 * config/mips/iris3.h: and here...
5004 * config/mips/sni-svr4.h: and here...
5005 * config/mips/mips.h: To here. Remove OBJECT_FORMAT_ROSE ifdefs.
5006 Add assembler -mmdebug options for non-dwarf debugging.
5007 * config/mips/r3900.h: Remove debug info defines.
5008 * config/mips/isa32-linux.h: Remove, move functionality to config.gcc.
5009 * config/mips/isa3264.h: Ditto.
5010 * config/mips/t-isa3264: Fix up for file removal and gofast configure
5011 change.
5012 * config/mips/t-elf: Ditto.
5013 * config/mips/t-ecoff: Ditto.
5014 * config/mips/t-r3900: Ditto.
5015 * config/mips/t-iris5-6: Ditto.
5016 * config/mips/t-isa3264: Ditto.
5017 * config/mips/t-linux: Remove.
5018 * config/mips/t-netbsd: Remove.
5019 * config/mips/t-mips: New file.
5020 * config/mips/t-gofast: Ditto.
5021 * config/mips/netbsd.h: Remove unnecessary undefines.
5022 * config/mips/linux.h: Remove #include of mips.h.
5023 * config.gcc: Add mips.h include for elf targets. Remove tm_file
5024 for ecoff. Add gofast configure option for mips.
5025
5026 2002-07-29 Chris Demetriou <cgd@broadcom.com>
5027
5028 * configure.in (mips*-*-*): Add a test to see if MIPS libgloss
5029 linker scripts use STARTUP directives consistently.
5030 * configure: Regenerate.
5031 * config.in: Regenerate.
5032 * config/mips/elf.h (STARTFILE_SPEC): Define conditionally, based
5033 on whether HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is defined.
5034 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
5035 * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine if
5036 HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES is set; the result
5037 will be the same.
5038
5039 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
5040
5041 * config/rs6000/rs6000.md ("cpu"): Add ppc8540 to attribute.
5042
5043 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
5044
5045 * config/rs6000/rs6000.h (RTX_COSTS): Add MULT case for 8540.
5046
5047 2002-07-29 Aldy Hernandez <aldy@quesejoda.com>
5048
5049 * config/rs6000/rs6000.md: Move altivec patterns from here...
5050
5051 * config/rs6000/altivec.md: ...to here.
5052
5053 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
5054
5055 * config/rs6000/spe.md ("spe_evmra"): Change to unspec.
5056
5057 2002-07-29 Richard Henderson <rth@redhat.com>
5058
5059 * emit-rtl.c (set_mem_attributes_minus_bitpos): Rename from
5060 set_mem_attributes and add BITPOS argument. Subtract it from
5061 OFFSET when same is adjusted.
5062 (set_mem_attributes): New wrapper function.
5063 * expr.c (expand_assignment): Use set_mem_attributes_minus_bitpos;
5064 remove offset adjustment hack.
5065 * expr.h (set_mem_attributes_minus_bitpos): Declare.
5066
5067 2002-07-29 Gabriel Dos Reis <gdr@nerim.net>
5068
5069 * Makefile.in (C_OBJS): Include c-pretty-print.o
5070 (c-pretty-print.o): Add depency rule.
5071 * pretty-print.h: Add more macros.
5072 * c-pretty-print.c: New file.
5073 * c-pretty-print.h: Likewise.
5074
5075 2002-07-29 Aldy Hernandez <aldyh@redhat.com>
5076
5077 * config/rs6000/spe.h (__internal_ev_mwhgumian): Cast vector
5078 constants to __ev64_s32__.
5079 (__internal_ev_mwhgsmian): Same.
5080 (__internal_ev_mwhgsmfan): Same.
5081 (__internal_ev_mwhgssfan): Same.
5082 (__internal_ev_mwhgumiaa): Same.
5083 (__internal_ev_mwhgsmiaa): Same.
5084 (__internal_ev_mwhgsmfaa): Same.
5085 (__internal_ev_mwhgssfaa): Same.
5086
5087 2002-07-29 David Edelsohn <edelsohn@gnu.org>
5088
5089 * varasm.c (assemble_variable): Narrow test for uninitialized
5090 without BSS target support.
5091
5092 2002-07-29 Nathan Sidwell <nathan@codesourcery.com>
5093
5094 * profile.c: Add file comment describing the overall algorithm and
5095 structures.
5096 (struct edge_info): Add comments.
5097 (struct bb_info): Add comments.
5098 * basic-block.h (EDGE_*): Add comments.
5099 * doc/gcov.texi (Gcov Data Files): Document bit flags.
5100
5101 2002-07-29 Bob Wilson <bob.wilson@acm.org>
5102
5103 * config/xtensa/elf.h, config/xtensa/linux.h
5104 (TARGET_OS_CPP_BUILTINS): Define.
5105 (CPP_PREDEFINES): Remove.
5106 * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define.
5107 (CPP_SPEC): Remove.
5108
5109 2002-07-29 Zack Weinberg <zack@codesourcery.com>
5110
5111 * gensupport.c: Include hashtab.h.
5112 (insn_elision, condition_table, hash_c_test, cmp_c_test,
5113 maybe_eval_c_test): New routines and data structures to
5114 support insn elision.
5115 (init_md_reader): Read and initialize the condition_table.
5116 (read_md_rtx): Discard insn patterns whose C test is provably
5117 always false.
5118 * gensupport.h: Declare new functions and data structures.
5119
5120 * genconditions.c, dummy-conditions.c: New files.
5121 * Makefile.in: Build genconditions; run it to construct
5122 insn-conditions.c; build that and link it into most gen*
5123 programs.
5124 (HOST_SUPPORT, HOST_EARLY_SUPPORT): New variables.
5125 (GEN): Delete, unused.
5126 (STAGESTUFF): Update.
5127
5128 * gencodes.c: (gen_insn): #define CODE_FOR_xxx equal to
5129 CODE_FOR_nothing for all elided patterns.
5130 (main): Tweaked to support this.
5131 * genflags.c (gen_proto): Emit a static inline generator
5132 function here for all elided patterns, which simply returns
5133 NULL_RTX.
5134 (gen_insn): Do not define HAVE_xxx for elided patterns.
5135 (main): Tweaked to support this. No need to forward-declare
5136 struct rtx_def.
5137 * genrecog.c: Do not bother emitting the C test if it's known
5138 to be true at compile time.
5139
5140 2002-07-29 Mike Stump <mrs@apple.com>
5141
5142 * config.gcc (target_gtfiles): Initialize, as otherwise cross
5143 compilers hosted on powerpc-apple-darwin6.0 won't even build.
5144
5145 2002-07-29 Richard Earnshaw <rearnsha@arm.com>
5146
5147 * arm.md (sibcall, sibcall_value): Add RETURN as part of the pattern,
5148 remove clobber of LR.
5149 (sibcall_insn, sibcall_value_insn): Update accordingly.
5150 (sibcall_epilogue): Remove debugging comment from assembler stream.
5151
5152 2002-07-29 Gabriel Dos Reis <gdr@nerim.net>
5153
5154 * pretty-print.h: Define more macros.
5155 * diagnostic.h (output_formatted_integer): Moved from...
5156 * diagnostic.c: ... here.
5157
5158 2002-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5159
5160 * stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use ASM_OUTPUT_LABEL_REF.
5161
5162 2002-07-28 Zack Weinberg <zack@codesourcery.com>
5163
5164 * defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only two
5165 arguments. Always use ".-symbol" as expression argument.
5166 * doc/tm.texi: Update to match. Document requirement for
5167 ".size symbol, .-symbol" to be acceptable to assembler.
5168
5169 * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
5170 config/arm/elf.h, config/avr/avr.h, config/cris/aout.h,
5171 config/i386/freebsd-aout.h, config/i386/sco5.h,
5172 config/ip2k/ip2k.h, config/m88k/m88k.h, config/xtensa/elf.h,
5173 config/xtensa/linux.h: Update uses of ASM_OUTPUT_MEASURED_SIZE.
5174
5175 2002-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5176
5177 * Makefile.in (gengtype-lex.c): Fix error in last change.
5178
5179 * alpha/freebsd.h (TARGET_OS_CPP_BUILTINS): Add missing
5180 backslash.
5181
5182 * Makefile.in (vmsdbgout.o): Depend on function.h.
5183
5184 * vmsdbgout.c: Include function.h.
5185
5186 2002-07-28 Alan Modra <amodra@bigpond.net.au>
5187
5188 * prefix.c (update_path): Don't strip single `.' path components
5189 unless stripping a later `..' component. Exit loop as soon as
5190 a valid path is found.
5191
5192 2002-07-27 Roger Sayle <roger@eyesopen.com>
5193
5194 * builtins.def [DEF_GCC_BUILTIN]: Require an explicit ATTRS
5195 argument. Mark BUILT_IN_RETURN, BUILT_IN_EH_RETURN,
5196 BUILT_IN_LONGJMP and BUILT_IN_TRAP as noreturn, the ISO C99
5197 floating point unordered comparisons (e.g. __builtin_isgreater)
5198 as const, and leave the remaining GCC_BUILTINs unchanged.
5199
5200 * c-decl.c (builtin_function): No need to explicitly mark
5201 BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
5202
5203 2002-07-27 Roger Sayle <roger@eyesopen.com>
5204
5205 * Makefile.in: rtlanal.o now depends upon real.h.
5206
5207 * flags.h [flag_signaling_nans]: New flag.
5208 [HONOR_SNANS]: New macro.
5209
5210 * toplev.c [flag_signaling_nans]: Initialize to false.
5211 (f_options): Add processing for "-fsignaling-nans".
5212 (set_fast_math_flags): Clear flag_signaling_nans with -ffast-math.
5213 (process_options): flag_signaling_nans implies flag_trapping_math.
5214
5215 * c-common.c (cb_register_builtins): Define __SUPPORT_SNAN__
5216 when -fsignaling-nans. First step to implementing WG14's N965.
5217
5218 * fold-const.c (fold) [MULT_EXPR]: Conditionalize transforming
5219 1.0 * x into x, and -1.0 * x into -x on !HONOR_SNANS.
5220 [RDIV_EXPR]: Conditionalize x/1.0 into x on !HONOR_SNANS.
5221
5222 * simplify-rtx.c (simplify_relational_operation): Conditionalize
5223 transforming abs(x) < 0.0 into false on !HONOR_SNANS.
5224
5225 * rtlanal.c: #include real.c for TARGET_FLOAT_FORMAT definitions
5226 required by HONOR_SNANS. (may_trap_p): Floating point DIV, MOD,
5227 UDIV, UMOD, GE, GT, LE, LT and COMPARE may always trap with
5228 -fsignaling_nans. EQ and NE only trap for flag_signaling_nans
5229 not flag_trapping_math (i.e. HONOR_SNANS but not HONOR_NANS).
5230
5231 * doc/invoke.texi: Document new -fsignaling-nans compiler option.
5232
5233 2002-07-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5234
5235 * Makefile.in (gengtype-lex.c): Work around a bug in flex.
5236 * gengtype-lex.l (YY_USE_PROTOS): Undef.
5237 (YY_DECL): Define.
5238
5239 2002-07-27 Roger Sayle <roger@eyesopen.com>
5240
5241 * doc/invoke.texi: Document that both -fno-builtin-foo and
5242 -fno-builtin are supported by the g++ front-end.
5243
5244 2002-07-27 Stan Shebs <shebs@apple.com>
5245
5246 * configure.in: Rename config_gtfiles to target_gtfiles.
5247 * configure: Regenerate.
5248 * doc/gty.texi: Update reference.
5249 * config.gcc (powerpc-*-darwin*): Set target_gtfiles
5250 instead of appending to it.
5251
5252 2002-07-25 Aldy Hernandez <aldyh@redhat.com>
5253
5254 * config/rs6000/rs6000.c (function_arg_advance): SPE vararg
5255 vectors are split into two registers.
5256 (function_arg): Same.
5257
5258 Thu Jul 26 23:00:13 2002 J"orn Rennecke <joern.rennecke@superh.com>
5259
5260 * pa.md (extv): Check predicates before emitting extv_32.
5261
5262 2002-07-27 Alan Modra <amodra@bigpond.net.au>
5263
5264 * config/rs6000/rs6000.c (rs6000_traceback_name): New var.
5265 (rs6000_traceback): New var.
5266 (rs6000_override_options): Set rs6000_traceback.
5267 (rs6000_output_function_epilogue): Implement traceback options.
5268 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add "traceback=".
5269 (rs6000_traceback_name): Declare.
5270
5271 * config/rs6000/rs6000.c (output_profile_hook): Don't generate profile
5272 label reference when NO_PROFILE_COUNTERS.
5273
5274 2002-07-26 Jason Merrill <jason@redhat.com>
5275
5276 * function.c (assign_parms): Handle frontend-directed pass by
5277 invisible reference.
5278
5279 2002-07-26 Neil Booth <neil@daikokuya.co.uk>
5280
5281 * doc/cppopts.texi: Update.
5282
5283 2002-07-26 Neil Booth <neil@daikokuya.co.uk>
5284
5285 * cppmacro.c (_cpp_create_definition): Don't attempt redefinition
5286 warnings on assertions.
5287
5288 2002-07-26 Neil Booth <neil@daikokuya.co.uk>
5289
5290 * c-common.h (RID_AND, RID_AND_EQ, RID_NOT, RID_NOT_EQ,
5291 RID_OR, RID_OR_EQ, RID_XOR, RID_XOR_EQ, RID_BITAND, RID_BITOR,
5292 RID_COMPL): Remove.
5293 * c-parse.in (rid_to_yy): Similarly.
5294
5295 2002-07-26 Jason Merrill <jason@redhat.com>
5296
5297 * c-dump.c: Resurrect.
5298 * tree-dump.c: Move C-specific stuff to c-dump.c.
5299 * c-common.h: Declare c_dump_tree.
5300 * c-lang.c (LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN): Define.
5301 * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
5302 (c-dump.o): New rule.
5303
5304 2002-07-26 Alan Modra <amodra@bigpond.net.au>
5305
5306 * config/rs6000/rs6000.md: Enable patterns using rlwinm for
5307 PowerPC64. Replace "T" and "S" constraints with "n" when the
5308 predicate will do. Formatting fixes.
5309 (extzvsi_internal2): Use "andi.", "andis." and attr type of "compare"
5310 as for extzvsi_internal1.
5311
5312 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
5313
5314 * dwarfout.c (VERSION_ASM_OP, DERIV_BEGIN_LABEL_FMT,
5315 DERIV_END_LABEL_FMT): Remove.
5316 (SL_BEGIN_LABEL_FMT, SL_END_LABEL_FMT): Move.
5317
5318 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
5319
5320 * objc/objc-act.c (UTAG_STATICS, UTAG_PROTOCOL_LIST, USERTYPE):
5321 Remove.
5322
5323 2002-07-25 Stan Shebs <shebs@apple.com>
5324
5325 * config/rs6000/rs6000.c (rs6000_emit_prologue): Remove unused
5326 local var dwarfp.
5327 (output_compiler_stub): Remove unused locals.
5328 (output_call): Always initialize line number.
5329
5330 Thu Jul 25 20:34:50 2002 J"orn Rennecke <joern.rennecke@superh.com>
5331
5332 * sh.h (LOAD_EXTEND_OP): QImode zero-extends on SHmedia.
5333 * sh.md (truncdiqi2, movqi_media): Likewise.
5334
5335 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
5336
5337 * gcse.c (obstack_chunk_alloc): Remove.
5338 (gcse_alloc): Fix to count allocated bytes.
5339 * collect2.c (SYMBOL__MAIN): Remove.
5340
5341 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
5342
5343 * gcc.c (TARGET_EXECUTABLE_SUFFIX): Only used if
5344 HAVE_TARGET_EXECUTABLE_SUFFIX.
5345
5346 Thu Jul 25 18:57:50 2002 J"orn Rennecke <joern.rennecke@superh.com>
5347
5348 * rtl.h (mem_attrs): Spell out more clearly the roles of ALIGN,
5349 SIZE, EXPR and OFFSET.
5350
5351 2002-07-25 Richard Henderson <rth@redhat.com>
5352
5353 * emit-rtl.c (set_mem_attributes): Fix size and alignment thinkos
5354 in ARRAY_REF of DECL_P case.
5355
5356 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
5357
5358 * doc/invoke.texi: Document -mabi=meabi, and expand on the EABI
5359 description. Document -mips32, -mips64, and the associated -march
5360 values. Describe the "mipsN" arguments to -march. Say that the
5361 -mipsN options are equivalent to -march. Reword the description
5362 of default type sizes.
5363 * toplev.h (target_flags_explicit): Declare.
5364 * toplev.c (target_flags_explicit): New var.
5365 (set_target_switch): Update target_flags_explicit.
5366 * config/mips/abi64.h (SUBTARGET_TARGET_OPTIONS): Undefine.
5367 * config/mips/elf64.h (MIPS_ISA_DEFAULT): Undefine.
5368 * config/mips/iris6.h (SUBTARGET_ASM_SPEC): -mabi=64 implies -mips3.
5369 * config/mips/isa3264.h (MIPS_ENABLE_EMBEDDED_O32): Undefine.
5370 * config/mips/mips.h (mips_cpu_info): New struct.
5371 (mips_cpu_string, mips_explicit_type_size_string): Remove.
5372 (mips_cpu_info_table, mips_arch_info, mips_tune_info): Declare.
5373 (MIPS_CPP_SET_PROCESSOR): New macro.
5374 (TARGET_CPP_BUILTINS): Declare a macro for each supported processor.
5375 Define _MIPS_ARCH and _MIPS_TUNE.
5376 (MIPS_ISA_DEFAULT): Don't provide a default value. Instead...
5377 (MIPS_CPU_STRING_DEFAULT): Set to "from-abi" if neither it nor
5378 MIPS_ISA_DEFAULT were already defined.
5379 (MULTILIB_DEFAULTS): Add MULTILIB_ABI_DEFAULT.
5380 (TARGET_OPTIONS): Remove -mcpu and -mexplicit-type-size.
5381 (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New.
5382 (GAS_ASM_SPEC): Remove -march, -mcpu, -mgp* and -mabi rules.
5383 (ABI_GAS_ASM_SPEC): Remove.
5384 (MULTILIB_ABI_DEFAULT, ASM_ABI_DEFAULT_SPEC): New macros.
5385 (ASM_SPEC): Add -mgp32, -mgp64, -march, -mabi=eabi and -mabi=o64.
5386 Invoke %(asm_abi_default_spec) if no ABI was specified.
5387 (CC1_SPEC): Remove ISA -> register-size rules.
5388 (EXTRA_SPECS): Remove abi_gas_asm_spec. Add asm_abi_default_spec.
5389 * config/mips/mips.c (mips_arch_info, mips_tune_info): New vars.
5390 (mips_cpu_string, mips_explicit_type_size_string): Remove.
5391 (mips_cpu_info_table): New array.
5392 (mips_set_architecture, mips_set_tune): New fns.
5393 (override_options): Rework to make -mipsN equivalent to -march.
5394 Detect more erroneous cases, including those removed from CC1_SPEC.
5395 Don't change the ABI based on architecture, or vice versa.
5396 Unify logic with GAS.
5397 (mips_asm_file_start): Get architecture name from mips_arch_info.
5398 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
5399 (mips_parse_cpu): Take the name of the option as argument. Handle
5400 'from-abi'. Raise an error if the option is wrong.
5401 (mips_cpu_info_from_isa): New fn.
5402
5403 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
5404
5405 * config/mips/mips.md (tablejump_mips161): Use gen_rtx_LABEL_REF.
5406 (tablejump_mips162): Likewise.
5407
5408 Thu Jul 25 10:23:41 2002 J"orn Rennecke <joern.rennecke@superh.com>
5409
5410 * simpify-rtx.c (simplify_subreg): Don't pass MODE_CC mode to
5411 int_mode_for_mode.
5412
5413 2002-07-25 Gabriel Dos Reis <gdr@nerim.net>
5414
5415 * c-common.c (c_sizeof_or_alignof_type): Take a third argument for
5416 complaining.
5417 * c-common.h (c_sizeof): Adjust definition.
5418 (c_alignof): Likewise.
5419 * c-tree.h (c_sizeof_nowarn): Now macro.
5420 * c-typeck.c (c_sizeof_nowarn): Remove definition.
5421
5422 2002-07-25 Neil Booth <neil@daikokuya.co.uk>
5423
5424 * c-decl.c (c_decode_option): No need to handle switches
5425 cpplib handles.
5426
5427 2002-07-24 Zack Weinberg <zack@codesourcery.com>
5428
5429 * defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, ASM_OUTPUT_SIZE_DIRECTIVE,
5430 ASM_OUTPUT_MEASURED_SIZE): New default definitions of new macros.
5431 * doc/tm.texi: Document them. Also document SIZE_ASM_OP,
5432 TYPE_ASM_OP, and TYPE_OPERAND_FMT.
5433
5434 * config/elfos.h, config/netbsd-aout.h, config/openbsd.h,
5435 config/alpha/elf.h, config/arm/elf.h, config/avr/avr.h,
5436 config/cris/aout.h, config/i386/freebsd-aout.h,
5437 config/i386/sco5.h, config/ia64/ia64.c, config/ip2k/ip2k.h,
5438 config/m68k/m68kelf.h, config/m68k/m68kv4.h, config/m88k/m88k.h,
5439 config/mcore/mcore-elf.h, config/mips/elf.h, config/mips/elf64.h,
5440 config/mips/iris6.h, config/mips/linux.h, config/pa/pa-linux.h,
5441 config/pa/pa64-hpux.h, config/rs6000/sysv4.h,
5442 config/xtensa/elf.h, config/xtensa/linux.h:
5443 Use the new macros.
5444 Where possible, remove redundant definitions of SIZE_ASM_OP,
5445 TYPE_ASM_OP, and TYPE_OPERAND_FMT.
5446
5447 2002-07-24 Aldy Hernandez <aldyh@redhat.com>
5448
5449 * config/rs6000/eabi.h: Define TARGET_SPE_ABI, TARGET_SPE,
5450 TARGET_ISEL, and TARGET_FPRS.
5451
5452 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
5453 -mabi=spe, -mabi=no-spe, and -misel=.
5454
5455 * config/rs6000/rs6000-protos.h: Add output_isel.
5456 Move vrsave_operation prototype here.
5457
5458 * config/rs6000/rs6000.md (sminsi3): Allow pattern for TARGET_ISEL.
5459 (smaxsi3): Same.
5460 (uminsi3): Same.
5461 (umaxsi3): Same.
5462 (abssi2_nopower): Disallow when TARGET_ISEL.
5463 (*ne0): Same.
5464 (negsf2): Change to expand and rename old pattern to *negsf2.
5465 (abssf2): Change to expand and rename old pattern to *abssf2.
5466
5467 New expanders: fix_truncsfsi2, floatunssisf2, floatsisf2,
5468 fixunssfsi2.
5469
5470 Change patterns that check for TARGET_HARD_FLOAT or
5471 TARGET_SOFT_FLOAT to also check TARGET_FPRS.
5472
5473 * config/rs6000/rs6000.c: New globals: rs6000_spe_abi,
5474 rs6000_isel, rs6000_fprs, rs6000_isel_string.
5475 (rs6000_override_options): Add 8540 case to
5476 processor_target_table.
5477 Set rs6000_isel for the 8540.
5478 Call rs6000_parse_isel_option.
5479 (enable_mask_for_builtins): New.
5480 (rs6000_parse_isel_option): New.
5481 (rs6000_parse_abi_options): Add spe and no-spe.
5482 (easy_fp_constant): Treat !TARGET_FPRS as soft-float.
5483 (rs6000_legitimize_address): Check for TARGET_FPRS when checking
5484 for TARGET_HARD_FLOAT.
5485 Add case for SPE_VECTOR_MODE.
5486 (rs6000_legitimize_reload_address): Handle SPE vector modes.
5487 (rs6000_legitimate_address): Disallow PRE_INC/PRE_DEC for SPE
5488 vector modes.
5489 Check for TARGET_FPRS when checking for TARGET_HARD_FLOAT.
5490 (rs6000_emit_move): Check for TARGET_FPRS.
5491 Add cases for SPE vector modes.
5492 (function_arg_boundary): Return 64 for SPE vector modes.
5493 (function_arg_advance): Check for TARGET_FPRS and
5494 Handle SPE vectors.
5495 (function_arg): Same.
5496 (setup_incoming_varargs): Check for TARGET_FPRS.
5497 (rs6000_va_arg): Same.
5498 (struct builtin_description): Un-constify mask field. Move up in
5499 file.
5500 (bdesc_2arg): Un-constify and add SPE builtins.
5501 (bdesc_1arg): Same.
5502 (bdesc_spe_predicates): New.
5503 (bdesc_spe_evsel): New.
5504 (rs6000_expand_unop_builtin): Add SPE 5-bit literal builtins.
5505 (rs6000_expand_binop_builtin): Same.
5506 (bdesc_2arg_spe): New.
5507 (spe_expand_builtin): New.
5508 (spe_expand_predicate_builtin): New.
5509 (spe_expand_evsel_builtin): New.
5510 (rs6000_expand_builtin): Call spe_expand_builtin for SPE.
5511 (rs6000_init_builtins): Initialize SPE builtins. Call
5512 rs6000_common_init_builtins.
5513 (altivec_init_builtins): Move all non-altivec builtin code to...
5514 (rs6000_common_init_builtins): ...here. New function.
5515 (branch_positive_comparison_operator): Allow NE code for SPE.
5516 (ccr_bit): Return correct ccr bit for SPE fp.
5517 (print_operand): Emit crnor in 'D' case for SPE.
5518 New case 't'.
5519 Add SPE code for 'y' case.
5520 (rs6000_generate_compare): Generate rtl for SPE fp.
5521 (output_cbranch): Handle SPE hard floats.
5522 (rs6000_emit_cmove): Handle isel.
5523 (rs6000_emit_int_cmove): New.
5524 (output_isel): New.
5525 (rs6000_stack_info): Adjust stack frame so GPRs are saved in
5526 64-bits for SPE.
5527 (debug_stack_info): Add SPE info.
5528 (gen_frame_mem_offset): New.
5529 (rs6000_emit_prologue): Save GPRs in 64-bits for SPE abi.
5530 Change mode of frame pointer, when saving it, to Pmode.
5531 (rs6000_emit_epilogue): Restore GPRs in 64-bits for SPE abi.
5532 Misc cleanups and use gen_frame_mem_offset when appropriate.
5533
5534 * config/rs6000/rs6000.h (processor_type): Add PROCESSOR_PPC8540.
5535 (TARGET_SPE_ABI): New.
5536 (TARGET_SPE): New.
5537 (TARGET_ISEL): New.
5538 (TARGET_FPRS): New.
5539 (FIXED_SCRATCH): New.
5540 (RTX_COSTS): Add PROCESSOR_PPC8540.
5541 (ASM_CPU_SPEC): Add case for 8540.
5542 (TARGET_OPTIONS): Add isel= case.
5543 (rs6000_spe_abi): New.
5544 (rs6000_isel): New.
5545 (rs6000_fprs): New.
5546 (rs6000_isel_string): New.
5547 (UNITS_PER_SPE_WORD): New.
5548 (LOCAL_ALIGNMENT): Adjust for SPE.
5549 (HARD_REGNO_MODE_OK): Same.
5550 (DATA_ALIGNMENT): Same.
5551 (MEMBER_TYPE_FORCES_BLK): New.
5552 (FIRST_PSEUDO_REGISTER): Set to 113.
5553 (FIXED_REGISTERS): Add SPE registers.
5554 (reg_class): Same.
5555 (REG_CLASS_NAMES): Same.
5556 (REG_CLASS_CONTENTS): Same.
5557 (REGNO_REG_CLASS): Same.
5558 (REGISTER_NAMES): Same.
5559 (DEBUG_REGISTER_NAMES): Same.
5560 (ADDITIONAL_REGISTER_NAMES): Same.
5561 (CALL_USED_REGISTERS): Same.
5562 (CALL_REALLY_USED_REGISTERS): Same.
5563 (SPE_ACC_REGNO): New.
5564 (SPEFSCR_REGNO): New.
5565 (SPE_SIMD_REGNO_P): New.
5566 (HARD_REGNO_NREGS): Adjust for SPE.
5567 (VECTOR_MODE_SUPPORTED_P): Same.
5568 (REGNO_REG_CLASS): Same.
5569 (FUNCTION_VALUE): Same.
5570 (LIBCALL_VALUE): Same.
5571 (LEGITIMATE_OFFSET_ADDRESS_P): Same.
5572 (SPE_VECTOR_MODE): New.
5573 (CONDITIONAL_REGISTER_USAGE): Disable FPRs when target does FP on
5574 the GPRs. Set FIXED_SCRATCH fixed in SPE case.
5575 (rs6000_stack): Add spe_gp_size, spe_padding_size,
5576 spe_gp_save_offset.
5577 (USE_FP_FOR_ARG_P): Check for TARGET_FPRS.
5578 (LEGITIMATE_LO_SUM_ADDRESS_P): Same.
5579 (SPE_CONST_OFFSET_OK): New.
5580 (rs6000_builtins): Add SPE builtins.
5581
5582 * testsuite/gcc.dg/ppc-spe.c: New.
5583
5584 * config/rs6000/eabispe.h: New.
5585
5586 * config/rs6000/spe.h: New.
5587
5588 * config/rs600/spe.md: New.
5589
5590 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
5591 __SIMD__ for TARGET_SPE.
5592
5593 * config.gcc: Add powerpc-*-eabispe* case.
5594 Add spe.h to user headers for powerpc.
5595
5596 2002-07-24 Chris Demetriou <cgd@broadcom.com>
5597
5598 * config/mips/elf.h (STARTFILE_SPEC): Undo previous change.
5599 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
5600 * config/mips/isa3264.h (STARTFILE_SPEC): Likewise.
5601
5602 2002-07-24 Richard Henderson <rth@redhat.com>
5603
5604 * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Use GOTO_SUBROUTINE_EXPR
5605 form when not optimizing.
5606
5607 2002-07-24 David Mosberger <davidm@hpl.hp.com>
5608
5609 * config/ia64/ia64.c (gen_thread_pointer): Fix typo in marking
5610 thread_pointer_rtx as unchanging.
5611
5612 2002-07-24 Michael Matz <matz@suse.de>
5613
5614 * ra-colorize.c (INV_REG_ALLOC_ORDER): New macro.
5615 (free_reg): Use it.
5616
5617 2002-07-24 Richard Earnshaw <rearnsha@arm.com>
5618
5619 * arm.md (arm_buneq, arm_bltgt): put '\' before ';' in output
5620 pattern.
5621 (arm_buneq_reversed, arm_bltgt_reversed): Likewise.
5622 (movsicc, movsfcc, movdfcc): FAIL if UNEQ or LTGT.
5623
5624 2002-07-24 Chris Demetriou <cgd@broadcom.com>
5625
5626 * config/mips/elf.h (STARTFILE_SPEC): Never include crt0.o.
5627 * config/mips/elf64.h (STARTFILE_SPEC): Likewise.
5628 * config/mips/isa3264.h (STARTFILE_SPEC): Do not redefine.
5629
5630 Wed Jul 24 17:59:12 CEST 2002 Jan Hubicka <jh@suse.cz>
5631
5632 * toplev.c (rest_of_compilation): Dump loops before clobbering
5633 the structure.
5634
5635 Wed Jul 24 17:23:16 CEST 2002 Jan Hubicka <jh@suse.cz>
5636
5637 * rtlanal.c (keep_with_call_p): Avoid overflow in fixed_regs.
5638
5639 2002-07-24 Frank van der Linden <fvdl@wasabisystems.com>
5640
5641 PR optimization/7291
5642 * config/i386/i386.c (ix86_expand_clrstr): Fix bzero alignment
5643 problem on x86_64.
5644
5645 2002-07-24 Gabriel Dos Reis <gdr@nerim.net>
5646
5647 * pretty-print.h: Add macros from cp/error.c
5648
5649 2002-07-24 Alan Modra <amodra@bigpond.net.au>
5650
5651 * config/rs6000/rs6000-protos.h (mask_operand_wrap): Declare.
5652 (mask64_2_operand): Declare.
5653 (build_mask64_2_operands): Declare.
5654 (and64_2_operand): Declare.
5655 (extract_MB): Declare.
5656 (extract_ME): Declare.
5657 * config/rs6000/rs6000.c (mask64_operand): Allow all ones. Remove
5658 CONST_DOUBLE code.
5659 (mask_operand_wrap): New insn predicate.
5660 (mask64_2_operand): Likewise.
5661 (and64_2_operand): Likewise.
5662 (build_mask64_2_operands): New function.
5663 (extract_MB): New function.
5664 (extract_ME): New function.
5665 (print_operand <case m,M>): Use extract_MB and extract_ME.
5666 (print_operand <case S>): Allow all ones. Remove CONST_DOUBLE support.
5667 * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 't'.
5668 (PREDICATE_CODES): Add and64_2_operand, mask_operand_wrap and
5669 mask64_2_operand. Remove CONST_DOUBLE from mask64_operand.
5670 * config/rs6000/rs6000.md (andsi3_internal3): New
5671 (andsi3_internal3+1): Enable split for powerpc64.
5672 (andsi3_internal3+2): New split.
5673 (andsi3_internal4): Renamed old andsi3_internal3.
5674 (andsi3_internal5): New.
5675 (andsi3_internal5+1): Enable split for powerpc64.
5676 (andsi3_internal5+2): New split.
5677 (andsi3_internal6, andsi3_internal7, andsi3_internal8): New.
5678 (anddi3): Handle 't' constraint.
5679 (anddi3+1): New split.
5680 (anddi3_internal2): Handle 't' constraint.
5681 (anddi3_internal2+1): New split.
5682 (anddi3_internal3): Handle 't' constraint.
5683 (anddi3_internal3+1): New split.
5684
5685 2002-07-24 Alan Modra <amodra@bigpond.net.au>
5686
5687 * config/rs6000/rs6000.md: Remove scratch reg on insns using
5688 addze and similar (plus (comparison r1 r2) r3) insns. Add
5689 missing scratch reg in one case. Formatting fixes.
5690
5691 2002-07-24 Neil Booth <neil@daikokuya.co.uk>
5692
5693 * cppexp.c (parse_defined): Mark macro used.
5694 * cpphash.h (struct cpp_macro): New member "used".
5695 (_cpp_mark_macro_used, _cpp_warn_if_unused_macro): New.
5696 (struct cpp_reader): New member.
5697 * cppinit.c (cpp_finish_options): Set first_unused_line.
5698 (cpp_finish): Warn of unused macros if requested.
5699 (OPT_TABLE): New switches.
5700 (cpp_handle_option): Handle them.
5701 * cpplib.c (do_undef): Warn if macro unused.
5702 (do_ifdef, do_ifndef): Mark macro used.
5703 * cpplib.h (struct cpp_options): New member.
5704 * cppmacro.c (_cpp_warn_if_unused_macro): New.
5705 (enter_macro_context): Mark macro used.
5706 (_cpp_create_definition): Mark macro unused; warn if unused
5707 when redefined.
5708 * cpptrad.c (scan_out_logcial_line, push_replacement_text):
5709 Mark macros used.
5710 * doc/cppopts.texi: Update.
5711
5712 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
5713
5714 * dwarf2out.c (SECTION_ASM_OP,
5715 ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
5716 * system.h (SECTION_ASM_OP): Poison.
5717 * tree.c (FILE_FUNCTION_PREFIX_LEN): Remove.
5718 * config/alpha/alpha-interix.h, config/mips/linux.h
5719 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
5720 * config/mmix/mmix-protos.h, config/mmix/mmix.c
5721 (mmix_asm_output_define_label_difference_symbol): Remove.
5722 * config/mmix/mmix.h
5723 (ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
5724 * doc/tm.texi: Remove documentation.
5725
5726 Tue Jul 23 21:49:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
5727
5728 * recog.c (asm_operand_ok): Allow float CONST_VECTORs for 'F'.
5729 (constrain_operands): Likewise.
5730 * regclass.c (record_reg_classes): Likewise.
5731 * reload.c (find_reloads): Likewise.
5732 * doc/md.texi: Likewise.
5733
5734 * reload.c (find_reloads_toplev): Use simplify_gen_subreg.
5735 * simplify-rtx.c (simplify_subreg): When converting to a non-int
5736 mode, try to convert to an integer mode of matching size first.
5737
5738 * simplify-rtx.x (simplify_subreg): When constructing a CONST_VECTOR
5739 from individual subregs, check that each subreg has been generated
5740 sucessfully.
5741
5742 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
5743
5744 * genautomata.c (VLA_HWINT_SHORTEN, VLA_HWINT_LAST): Remove.
5745 * df.c (HANDLE_SUBREG, FOR_EACH_BB_IN_BITMAP_REV,
5746 FOR_EACH_BB_IN_SBITMAP): Remove.
5747 * gcse.c (NEVER_SET, FOLLOW_BACK_EDGES): Remove.
5748 * haifa-sched.c (DONE_PRIORITY, MAX_PRIORITY, TAIL_PRIORITY,
5749 LAUNCH_PRIORITY, DONE_PRIORITY_P, LOW_PRIORITY_P): Remove.
5750 * loop.c (PREFETCH_BLOACK_IN_LOOP_MIN,
5751 PREFETCH_LIMIT_TO_SIMULTANEOUS): Remove.
5752 * regrename.c (REGNO_MODE_OK_FOR_BASE_P): Remove.
5753
5754 2002-07-23 Gabriel Dos Reis <gdr@nerim.net>
5755
5756 * pretty-print.h: New file.
5757
5758 2002-07-23 Paul Koning <pkoning@equallogic.com>
5759
5760 * real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.
5761 (LARGEST_EXPONENT_IS_NORMAL): Ditto.
5762 (VAX_HALFWORD_ORDER): Define (1 for DEC VAX, 0 otherwise).
5763 (TARGET_G_FLOAT): Default to 0 if not defined.
5764 (ieeetoe): New, common routine to convert target format floats
5765 to internal form.
5766 (e24toe, e53toe): Change to use ieeetoe, distinguish DEC
5767 vs. others.
5768 (e113toe): Change to use ieeetoe.
5769
5770 2002-07-23 Roman Lechtchinsky <rl@cs.tu-berlin.de>
5771
5772 * real.c (REAL_WORDS_BIG_ENDIAN): Make sure it is 0 for DEC and 1 for
5773 IBM.
5774 (e53toe): Assume IEEE if non of DEC, IBM and C4X is defined.
5775 (e64toe): Remove special cases for DEC and IBM. Remove support for
5776 ARM_EXTENDED_IEEE_FORMAT.
5777 (e24toe): Remove special cases for DEC.
5778 (significand_size): Simplify. Indent.
5779 (ieee_format, ieee_24, ieee_53, ieee_64, ieee_113): New.
5780 (etoieee, toieee): New.
5781 (etoe113, toe113, etoe64, toe64, etoe53, toe53, etoe24, toe24): Use
5782 etoieee and toieee for IEEE arithmetic.
5783
5784 2002-07-23 Gabriel Dos Reis <gdr@nerim.net>
5785
5786 * doc/extend.texi: Say ISO C90, not ISO C89.
5787 * doc/invoke.texi: Likewise.
5788 * doc/standards.texi: Likewise.
5789
5790 2002-07-23 Steve Ellcey <sje@cup.hp.com>
5791
5792 * gcc/explow.c (convert_memory_address): Fix conversion of CONSTs.
5793 Fix permutation of conversion and plus/mult.
5794 * gcc/builtins.c (expand_builtin_memcpy) Ensure return pointer is
5795 ptr_mode and not Pmode when POINTERS_EXTEND_UNSIGNED is defined.
5796 (expand_builtin_strncpy) Ditto.
5797 (expand_builtin_memset) Ditto.
5798
5799 2002-07-23 Gabriel Dos Reis <gdr@nerim.net>
5800
5801 Fix PR/7363:
5802 * c-common.c (c_sizeof_or_alignof_type): New function.
5803 (c_alignof): Remove definition.
5804 * c-common.h (c_sizeof, c_alignof): Define as macros.
5805 (c_sizeof_or_alignof_type): Declare.
5806 (my_friendly_assert): Moved from cp/cp-tree.h
5807 * c-typeck.c (c_sizeof): Remove definition.
5808
5809 2002-07-23 Jan Hubicka <jh@suse.cz>
5810
5811 * gcse.c (try_replace_reg): Use num_changes_pending.
5812 * recog.c (num_changes_pending): New function.
5813 (validate_replace_src): Use validate_repalce_src_group.
5814 (validate_replace_src_group): New.
5815 * recog.h (validate_repalce_src_group): New.
5816 (num_changes_pending): Likewise.
5817
5818 Tue Jul 23 12:16:58 2002 J"orn Rennecke <joern.rennecke@superh.com>
5819
5820 * calls.c (emit_library_call_value_1): If
5821 FUNCTION_ARG_PASS_BY_REFERENCE is true, pretend this is neither
5822 libcall, const call nor pure call.
5823
5824 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
5825
5826 * config/m88k/m88k.h (SECTION_ASM_OP): Remove.
5827
5828 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
5829
5830 * vmsdbgout.c (SECTION_ASM_OP): Remove.
5831
5832 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
5833
5834 * config/i386/i386.c (AT_BP): Remove.
5835
5836 2002-07-23 Neil Booth <neil@daikokuya.co.uk>
5837
5838 * defaults.h (obstack_chunk_alloc, obstack_chunk_free):
5839 Default definition.
5840 * gcse.c: Don't define obstack_chunk_free.
5841 * collect2.c, conflict.c, df.c, diagnostic.c, fix-header.c,
5842 flow.c, gcc.c, genattrtab.c, genautomata.c, genflags.c, gensupport.c,
5843 integrate.c, loop.c, ra.c, read-rtl.c, regrename.c, reload1.c,
5844 reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c:
5845 Don't define obstack macros.
5846
5847 2002-07-22 Stephane Carrez <stcarrez@nerim.fr>
5848
5849 PR target/6744
5850 * config/m68hc11/m68hc11.c (m68hc11_z_replacement): Also replace
5851 ASM_OPERANDS instructions.
5852
5853 2002-07-22 Stephane Carrez <stcarrez@nerim.fr>
5854
5855 PR target/7361
5856 * config/m68hc11/m68hc11.c (go_if_legitimate_address_internal): Accept
5857 constant addresses only on 68HC12.
5858
5859 2002-07-22 Neil Booth <neil@daikokuya.co.uk>
5860
5861 * cppfiles.c (stack_include_file): Correct test of whether
5862 a dependency should be output.
5863
5864 2002-07-22 David Edelsohn <edelsohn@gnu.org>
5865
5866 * collect2.c (is_ctor_dtor): Add other possible JOINER values.
5867
5868 2002-07-22 Richard Earnshaw <rearnsha@arm.com>
5869
5870 * arm.md (movqi): If optimizing and we can create pseudos, use
5871 a ZERO_EXTEND to load from memory, then copy the result into the
5872 target.
5873 (movhi): Likewise, but only for ARMv4.
5874
5875 2002-07-22 Neil Booth <neil@daikokuya.co.uk>
5876
5877 * ssa-ccp.c (PHI_PARMS): Remove.
5878
5879 2002-07-22 Richard Sandiford <rsandifo@redhat.com>
5880
5881 * config/mips/mips.h (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS
5882 on big-endian targets.
5883
5884 2002-07-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5885
5886 * hwint.h (HOST_WIDE_INT_PRINT_DEC_SPACE,
5887 HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
5888 HOST_WIDEST_INT_PRINT_DEC_SPACE, HOST_WIDEST_INT_PRINT_DEC_SPACE):
5889 New formatting macros.
5890
5891 * ra-debug.c (dump_static_insn_cost): Avoid string concatenation.
5892
5893 Mon Jul 22 15:27:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
5894
5895 * rtlanal.c (subreg_regno_offset): Return correct offset for
5896 big endian paradoxical subregs.
5897
5898 * optabs.c (expand_vector_unop): Don't expand using sub_optab
5899 if we got the wrong mode.
5900
5901 * hwint.c (define HOST_WIDE_INT_PRINT_DEC_C): New define.
5902 * genrecog.c (write_switch, write_cond): Use it.
5903 * genemit.c (gen_exp): Likewise.
5904
5905 2002-07-22 Jakub Jelinek <jakub@redhat.com>
5906
5907 * c-decl.c (build_compound_literal): Set decl TREE_READONLY from TYPE.
5908
5909 2002-07-22 Jakub Jelinek <jakub@redhat.com>
5910
5911 * c-decl.c (build_compound_literal): Defer compound literal decls
5912 until until file end to emit them only if they are actually used.
5913
5914 2002-07-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5915
5916 * ra-build.c (check_conflict_numbers): Hide unused function.
5917 (livethrough_conflicts_bb): Avoid automatic aggregate
5918 initialization.
5919 (parts_to_webs_1): Avoid `U' integer constant modifier.
5920 (conflicts_between_webs): Wrap a variable in the macro controlling
5921 its usage.
5922 * ra-debug.c (ra_debug_msg): Use VA_OPEN/VA_CLOSE.
5923 (dump_igraph, dump_graph_cost): Avoid string concatenation
5924 (dump_static_insn_cost): Avoid automatic aggregate
5925 initialization.
5926 * ra-rewrite.c (insert_stores): Avoid automatic aggregate
5927 initialization.
5928 (dump_cost): Avoid string concatenation
5929
5930 2002-07-21 Richard Henderson <rth@redhat.com>
5931
5932 * expr.c (expand_expr) [TRY_FINALLY_EXPR]: Don't use
5933 GOTO_SUBROUTINE_EXPR when finally_block can be re-expanded.
5934
5935 2002-07-21 Richard Henderson <rth@redhat.com>
5936
5937 * unroll.c (find_splittable_givs): Do not split DEST_ADDR givs
5938 that are not unrolled completely.
5939
5940 2002-07-21 Richard Henderson <rth@redhat.com>
5941
5942 * loop.h (LOOP_AUTO_UNROLL): Rename from LOOP_FIRST_PASS.
5943 * loop.c (strength_reduce): Update.
5944 * toplev.c (rest_of_compilation): Do unrolling in the first
5945 loop pass, not the second.
5946
5947 2002-07-21 Richard Henderson <rth@redhat.com>
5948
5949 * emit-rtl.c (set_mem_attributes): Preserve indirection of PARM_DECL
5950 when flag_argument_noalias == 2.
5951 * alias.c (nonoverlapping_memrefs_p): Handle that.
5952 * print-rtl.c (print_mem_expr): Likewise.
5953
5954 2002-07-21 Hartmut Schirmer <hartmut.schirmer@arcor.de>
5955
5956 * libgcc2.c (__divdi3, __moddi3): Use unary minus operator
5957 instead of __negdi2 directly.
5958
5959 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
5960
5961 * gengenrtl.c (gencode): Don't define obstack_alloc_rtx.
5962 * function.c (SYMBOL__MAIN): Remove definition.
5963 * global.c (SET_CONFLICT, REGBITP, ALLOCNO_LIVE_P): Remove.
5964 * predict.c (PROB_NEVER, PROB_LIKELY, PROB_UNLIKELY): Remove.
5965 * profile.c (GCOV_INDEX_TO_BB): Remove.
5966 * sched-rgn.c (ABS_VALUE, MIN_DIFF_PRIORITY, MIN_PROB_DIFF): Remove.
5967 * simplify-rtx.c (FIXED_BASE_PLUS_P): Remove.
5968
5969 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
5970
5971 * c-lex.c (GET_ENVIRONMENT): Remove.
5972 * collect2.c (GET_ENV_PATH_LIST): Remove.
5973 (prefix_from_env): Use GET_ENVIRONMENT.
5974 * cppinit.c (GET_ENV_PATH_LIST): Remove.
5975 (init_standard_includes): Use GET_ENVIRONMENT.
5976 * defaults.h (GET_ENVIRONMENT): Define here if not already.
5977 * gcc.c (GET_ENV_PATH_LIST): Remove.
5978 (make_relative_prefix, process_command): Update.
5979 * protoize.c (GET_ENV_PATH_LIST): Remove.
5980 (do_processing): Update.
5981
5982 2002-07-21 Gabriel Dos Reis <gdr@nerim.net>
5983
5984 * c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.
5985 (grokdeclarator): Likewise.
5986 * c-format.c (C_STD_NAME): Likewise.
5987 * c-lex.c (interpret_integer): Likewise.
5988 * c-typeck.c (build_array_ref): Likewise.
5989 * cpplex.c (_cpp_lex_direct): Likewise.
5990 * toplev.c (documented_lang_options): Likewise.
5991
5992 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
5993
5994 * c-format.c (T99_I, T99_UI): Remove.
5995
5996 2002-07-21 Neil Booth <neil@daikokuya.co.uk>
5997
5998 * c-typeck.c (SAVE_SPELLING_DEPTH): Remove.
5999
6000 Sun Jul 21 21:36:41 CEST 2002 Jan Hubicka <jh@suse.cz>
6001
6002 * gcse.c (do_local_cprop): Do not extend lifetimes of registers set by
6003 do_local_cprop.
6004
6005 2002-07-21 Andreas Jaeger <aj@suse.de>
6006
6007 * reload1.c (fixup_abnormal_edges): Remove unused variable.
6008
6009 2002-07-21 Bernd Schmidt <bernds@redhat.com>
6010
6011 Improvements for the ifcvt pass from Michael Meissner, with patches
6012 by Richard Sandiford <rsandifo@redhat.com>
6013 * basic-block.h (struct ce_if_block, ce_if_block_t): New types.
6014 * ifcvt.c (cond_exec_changed_p): New static variable.
6015 (last_active_insn): New function, renamed from last_active_insn_p
6016 and changed to return the last active insn in a basic block. All
6017 callers updated.
6018 (block_fallthru): New function.
6019 (cond_exec_process_insns): New argument CE_INFO. Pass it to
6020 IFCVT_MODIFY_INSN. All callers updated.
6021 Return false if START or END are NULL.
6022 Handle case where we're processing an insn that is already
6023 conditional.
6024
6025 (noce_process_if_block): CE_INFO argument rather than
6026 multiple args containing the involved basic blocks. All callers
6027 changed.
6028 (process_if_block, merge_if_block, find_if_block,
6029 cond_exec_process_if_block): Likewise.
6030
6031 (cond_exec_process_if_block): New arg DO_MULTIPLE_P. All callers
6032 changed.
6033 Use new function last_active_insn to simplify some code.
6034 New code to handle multiple tests.
6035 Call IFCVT_MODIFY_CANCEL in all failure cases, otherwise set
6036 cond_exec_changed_p to TRUE.
6037
6038 (process_if_block): New code to handle multiple tests.
6039 (merge_if_block): Likewise.
6040 (find_if_header): New arg PASS. Changed to return the currently
6041 processed basic block or NULL instead of true/false. All callers
6042 changed.
6043 Call IFCVT_INIT_EXTRA_FIELDS.
6044 (block_jumps_and_fallthru_p): New function.
6045 (find_if_block): Discover opportunities to convert multiple tests.
6046 Add additional debugging output.
6047 Update the ce_info structure before returning.
6048
6049 (if_convert): Run multiple passes of if-conversion.
6050 * doc/tm.texi (IFCVT_MODIFY_TESTS, IFCVT_MODIFY_INSN,
6051 IFCVT_MODIFY_FINAL, IFCVT_MODIFY_CANCEL, IFCVT_MODIFY_MULTIPLE_TESTS,
6052 IFCVT_INIT_EXTRA_FIELDS, IFCVT_EXTRA_FIELDS): Update documentation for
6053 these macros.
6054
6055 Sun Jul 21 00:54:54 CEST 2002 Jan Hubicka <jh@suse.cz>
6056
6057 * gcse.c: Include cselib.h
6058 (constptop_register): Break out from ...
6059 (cprop_insn): ... here; kill basic_block argument.
6060 (do_local_cprop, local_cprop_pass): New functions.
6061 (one_cprop_pass): Call local_cprop_pass.
6062
6063 2002-07-20 Roger Sayle <roger@eyesopen.com>
6064
6065 * simplify-rtx.c (simplify_relational_operation): Optimize
6066 abs(x) < 0.0 (and abs(x) >= 0.0 when using -ffast-math).
6067
6068 2002-07-20 Michae Matz <matz@suse.de>
6069
6070 * ra-build.c: (remember_web_was_spilled): Use GENERAL_REGS.
6071
6072 2002-07-20 Neil Booth <neil@daikokuya.co.uk>
6073
6074 * cppexp.c (struct op): Add token pointer.
6075 (check_promotion, CHECK_PROMOTION): New.
6076 (optab): Update.
6077 (_cpp_parse_expr): Update, use token pointer of struct op.
6078 (reduce): Warn about change of sign owing to promotion.
6079 * cppinit.c (cpp_handle_option): New warning if -Wall.
6080 * cpplib.h (struct cpp_options): New member.
6081
6082 2002-07-19 David Edelsohn <edelsohn@gnu.org>
6083
6084 * config/rs6000/rs6000.md: Remove ppc630 fpcompare from single
6085 fpu list. Separate Power4 compare and delayed_compare. Correct
6086 Power4 fpcompare.
6087 (fix_truncdfsi2_internal): Restore FPR preference.
6088 * config/rs6000/t-aix43 (MULTILIB_MATCHES): Add mcpu?power3,
6089 mcpu?power4, mcpu?604e. Remove mpower, mpower2, mpowerpc.
6090
6091 2002-07-19 Momchil Velikov <velco@fadata.bg>
6092
6093 * reload1.c (reload_as_needed): Duplicate oldpat.
6094
6095 2002-07-20 Alan Modra <amodra@bigpond.net.au>
6096
6097 PR optimization/7130
6098 * loop.h (struct loop_info): Add "preconditioned".
6099 * unroll.c (unroll_loop): Set it.
6100 * doloop.c (doloop_modify_runtime): Correct count for unrolled loops.
6101
6102 2002-07-19 Zack Weinberg <zack@codesourcery.com>
6103
6104 * rtl.def (CODE_LABEL): Remove slot 8.
6105 * rtl.h (struct rtx_def): Document new uses of jump and call fields.
6106 (LABEL_ALTERNATE_NAME): Delete.
6107 (LABEL_KIND, SET_LABEL_KIND, LABEL_ALT_ENTRY_P): New.
6108 * defaults.h: Remove default for ASM_OUTPUT_ALTERNATE_LABEL_NAME.
6109
6110 * final.c (output_alternate_entry_point): New.
6111 (final_scan_insn): Use it instead of
6112 ASM_OUTPUT_ALTERNATE_LABEL_NAME. Do not consider possibility
6113 of a case label being an alternate entry point.
6114
6115 * cfgbuild.c (make_edges, find_bb_boundaries): Use LABEL_ALT_ENTRY_P.
6116 * emit-rtl.c (gen_label_rtx): Adjust call to gen_rtx_CODE_LABEL.
6117 Do not clear LABEL_NUSES (unnecessary) or LABEL_ALTERNATE_NAME
6118 (field deleted).
6119 * print-rtl.c, ra-debug.c: Update code to output CODE_LABELs.
6120
6121 * doc/rtl.texi: Document LABEL_KIND, SET_LABEL_KIND, and
6122 LABEL_ALT_ENTRY_P; not LABEL_ALTERNATE_NAME.
6123 * doc/tm.texi: Delete documentation of
6124 ASM_OUTPUT_ALTERNATE_LABEL_NAME.
6125
6126 2002-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6127
6128 * config/mips/iris5gas.h (DWARF2_DEBUGGING_INFO): Define.
6129 (PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.
6130 (LINK_SPEC): Define.
6131 (STARTFILE_SPEC): Define.
6132 (ENDFILE_SPEC): Define.
6133
6134 * config/mips/iris6-o32.h (LINK_SPEC): Move ...
6135 * config/mips/iris6-o32-as.h (LINK_SPEC): ... here.
6136
6137 * config/mips/iris6-o32-gas.h: New file.
6138 * config.gcc (mips-sgi-irix6*o32): Use it.
6139
6140 * config/mips/t-iris5-gas: New file.
6141 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
6142
6143 2002-07-19 Neil Booth <neil@daikokuya.co.uk>
6144
6145 * cppexp.c (ALWAYS_EVAL): Remove.
6146 (optab, reduce): Always evaluate.
6147 (num_unary_op, num_binary_op, num_div_op): Issue diagnostics
6148 only if not skipping evaluation.
6149
6150 2002-07-19 Marek Michalkiewicz <marekm@amelek.gda.pl>
6151
6152 * config/avr/avr.c (debug_hard_reg_set): Remove.
6153
6154 2002-07-19 Chris Demetriou <cgd@broadcom.com>
6155
6156 * gcc.c (cpp_options): Include "%1" (cc1_spec).
6157
6158 2002-07-19 Richard Henderson <rth@redhat.com>
6159
6160 * loop.c (loop_givs_rescan): Delete the REG_EQUAL note, not the insn.
6161
6162 2002-07-19 Alan Modra <amodra@bigpond.net.au>
6163
6164 * prefix.c (update_path): Don't zap single `.' path components
6165 unless followed by another `.' and fix typo last patch.
6166
6167 2002-07-18 Neil Booth <neil@daikokuya.co.uk>
6168
6169 * cppexp.c (cpp_num_mul): Remove unused parameter.
6170 (UNARY, BINARY, OTHER, binary_handler): Remove.
6171 (ALWAYS_EVAL): New.
6172 (optab): Update.
6173 (reduce): Refactor to a large switch, don't use a function
6174 pointer.
6175
6176 2002-07-18 Bo Thorsen <bo@berlioz.suse.de>
6177
6178 * config/i386/linux64.h (STARTFILE_PREFIX_SPEC): Define this always.
6179
6180 Thu Jul 18 19:39:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
6181
6182 * sh-protos.h (sh_expand_unop_v2sf): Move inside #ifdef RTX_CODE guard.
6183 (sh_expand_binop_v2sf): Likewise.
6184 * sh.c (machine_dependent_reorg): Add move for UNSPEC_MOVA.
6185 (int_gpr_dest, trunc_hi_operand): New functions.
6186 * sh.h (PREDICATE_CODES): Add any_register_operand, int_gpr_dest and
6187 trunc_hi_operand.
6188 (SPECIAL_MODE_PREDICATES, any_register_operand): Define.
6189 * sh.md (cmpeqdi_t+1): Remove comments that genrecog warns about.
6190 (adddi3_compact+1, subdi3_compact+1, ashlsi3_n+1, ashlhi3+1): Likewise.
6191 (ashrsi2_16+1, ashrsi2_31+1, lshrsi3_n+1, ashrdi3+[12]): Likewise.
6192 (and_shl_scratch+[12], zero_extendhidi2+1): Likewise.
6193 (zero_extendhisi2_media+1, extendhidi2+1, extendqidi2+1): Likewise.
6194 (extendhisi2_media+1, extendqisi2_media+1): Likewise.
6195 (movsi_media_nofpu+[12], movhi_media+1, movdi_media_nofpu+1): Likewise.
6196 (movdi_const_16bit+[12], movdf_i4+[123], reload_outdf+[2-5]): Likewise.
6197 (movsf_ie+1): Likewise.
6198 (loaddi_trunc): Use int_gpr_dest predicate.
6199 (use_sfunc_addr, indirect_jump_scratch, sibcall_compact): Add mode(s).
6200 (mova, mova_const, GOTaddr2picreg, ptrel, casesi_worker_0): Likewise.
6201 (casesi_worker_0+[12], casesi_worker): Likewise.
6202 (shcompact_preserve_incoming_args): Likewise.
6203 (mov_nop): Use any_register_operand predicate.
6204 (mperm_w0): Use trunc_hi_operand predicate.
6205
6206 2002-07-18 John David Anglin <dave@hiauly1.hia.nrc.ca>
6207
6208 * pa-linux.h (DWARF2_UNWIND_INFO): Delete define.
6209 * pa.h (EH_RETURN_DATA_REGNO): Revise TARGET_64BIT and correct
6210 numbering.
6211
6212 2002-07-18 John David Anglin <dave@hiauly1.hia.nrc.ca>
6213
6214 * pa.c (output_deferred_plabels): Remove unused millicode enum mulU.
6215
6216 2002-07-18 Richard Henderson <rth@redhat.com>
6217
6218 PR optimization/7147
6219 * ifcvt.c (noce_get_condition): Make certain that the condition
6220 is valid at JUMP.
6221
6222 Thu Jul 18 13:44:51 2002 J"orn Rennecke <joern.rennecke@superh.com>
6223
6224 * sh.c (barrier_align, push): Shut up compiler warnings.
6225 (initial_elimination_offset,sh_media_init_builtins): Likewise.
6226 (reg_no_subreg_operand): Delete.
6227
6228 2002-07-17 Bo Thorsen <bo@suse.de>
6229
6230 * config/i386/linux64.h (LINK_SPEC): Remove bogus -Y option.
6231 (STARTFILE_PREFIX_SPEC): Define for NATIVE_CROSS compilations.
6232 (STARTFILE_SPEC): Remove hardcoded library paths.
6233 (ENDFILE_SPEC): Likewise.
6234
6235 Thu Jul 18 09:38:59 CEST 2002 Jan Hubicka <jh@suse.cz>
6236
6237 * gcse.c (hoist_expr_reaches_here_p): Stop once expr_bb is reached.
6238
6239 * gcse.c (try_replace_reg): Do not return false positives.
6240
6241 2002-07-18 Alan Modra <amodra@bigpond.net.au>
6242
6243 * prefix.c: (update_path): Strip ".." components when prior dir
6244 doesn't exist. Pass correct var to UPDATE_PATH_HOST_CANONICALIZE.
6245
6246 * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Remove 64-bit support.
6247 (ASM_OUTPUT_REG_POP): Likewise.
6248
6249 2002-07-18 Alan Modra <amodra@bigpond.net.au>
6250
6251 * config/rs6000/rs6000.c (first_reg_to_save): Remove bogus
6252 adjustments to first_reg for profiling case.
6253 (output_function_profiler): Correct lr save slot for ABI_AIX_NODESC.
6254 Disable profiling for 64 bit code on both ABI_V4 and ABI_AIX_NODESC.
6255 Save static chain reg to sp + 12 on ABI_AIX_NODESC.
6256 * config/rs6000/sysv4.h (ASM_OUTPUT_REG_PUSH): Define.
6257 (ASM_OUTPUT_REG_POP): Define.
6258 * config/rs6000/linux64.h (ASM_OUTPUT_REG_PUSH): Undef.
6259 (ASM_OUTPUT_REG_POP): Undef.
6260
6261 2002-07-17 Neil Booth <neil@daikokuya.co.uk>
6262
6263 * cpplib.c (do_sccs): Handle #sccs on all systems.
6264 * system.h (SCCS_DIRECTIVE): Poison.
6265 * config/darwin.h, config/freebsd.h, config/netbsd.h,
6266 config/ptx4.h, config/svr3.h, config/svr4.h, config/alpha/elf.h,
6267 config/arm/linux-elf.h, config/c4x/c4x.h, config/d30v/d30v.h,
6268 config/i370/i370.h, config/i386/gas.h, config/i386/sco5.h,
6269 config/i960/i960.h, config/m68hc11/m68hc11.h, config/m68k/3b1.h,
6270 config/m68k/3b1g.h, config/m68k/crds.h, config/m68k/mot3300.h,
6271 config/m68k/pbb.h, config/m88k/m88k.h, config/mips/mips.h,
6272 config/sparc/pbd.h, config/stormy16/stormy16.h, config/vax/vaxv.h:
6273 Remove all references to SCCS_DIRECTIVE.
6274 * doc/cpp.texi, doc/tm.texi: Update.
6275
6276 Wed Jul 17 19:23:32 2002 J"orn Rennecke <joern.rennecke@superh.com>
6277
6278 * regrename.c (maybe_mode_change): New function.
6279 (find_oldest_value_reg, copyprop_hardreg_forward_1): Use it.
6280
6281 2002-07-17 Rodney Brown <rbrown64@csc.com.au>
6282
6283 * config/i386/i386.c (ix86_expand_int_movcc): In the general case
6284 suppress addition when either ct or cf are zero.
6285
6286 2002-06-17 Eric Botcazou <ebotcazou@multimania.com>
6287 Glen Nakamura <glen@imodulo.com>
6288
6289 PR optimization/6713
6290 * loop.c (loop_givs_rescan): Explicitly delete the insn that
6291 sets a non-replaceable giv after issuing the new one.
6292
6293 2002-07-17 Neil Booth <neil@daikokuya.co.uk>
6294
6295 * cppexp.c (cpp_interpret_integer, append_digit, parse_defined,
6296 eval_token): Clarify and correct use of "bool" variables.
6297 * cpplib.h (struct cpp_options): Similarly.
6298 * cppmacro.c (parse_params, _cpp_save_parameter): Ditto.
6299 * cpptrad.c (recursive_macro): Similarly.
6300
6301 Wed Jul 17 17:08:06 2002 J"orn Rennecke <joern.rennecke@superh.com>
6302
6303 * config/sh/lib1funcs.asm (udivsi3_i4): Implement SHcompact version in
6304 SHmedia code.
6305
6306 * sh.md (cmpgtudi_media): Remove spurious @.
6307
6308 * config/sh/lib1funcs.asm (FMOVD_WORKS): Don't define for little endian.
6309 * sh.h (OVERRIDE_OPTIONS): Don't set FMOVD_BIT for little endian.
6310
6311 * config/sh/lib1funcs.asm (init_trampoline): New entry point.
6312 * sh-protos.h (sh_initialize_trampoline): Declare.
6313 * sh.c (sh_initialize_trampoline): New function.
6314 * sh.h (TRAMPOLINE_SIZE): Only 24 for TARGET_SHMEDIA32.
6315 (TRAMPOLINE_ALIGNMENT): Need cache-line alignment for TARGET_SHMEDIA.
6316 (INITIALIZE_TRAMPOLINE): Call sh_initialize_trampoline.
6317 (TRAMPOLINE_ADJUST_ADDRESS): Not needed for SHcompact.
6318 * sh.md (initialize_trampoline, double_shori): New patterns.
6319 (initialize_trampoline_compact): Likewise.
6320 (shmedia32_initialize_trampoline_big): Remove.
6321 (shmedia32_initialize_trampoline_little): Likewise.
6322
6323 * sh-protos.h (binary_float_operator): Remove declaration.
6324 (sh_expand_unop_v2sf, sh_expand_binop_v2sf): Declare.
6325 * sh.c (print_operand, case 'N'): Check against CONST0_RTX.
6326 (unary_float_operator, sh_expand_unop_v2sf): New functions.
6327 (sh_expand_binop_v2sf): Likewise.
6328 (zero_vec_operand): Delete.
6329 (SH_BLTIN_UDI): New builtin shared signature define. Renumbered
6330 all non-shared ones.
6331 (bdesc): Change all the mextr builtins to use SH_BLTIN_UDI.
6332 Enable nsb and byterev.
6333 * sh.h (CONDITIONAL_REGISTER_USAGE): Initialize DF_HI_REGS.
6334 (HARD_REGNO_MODE_OK): Allow TImode in fp regs. Allow V2SFmode
6335 in general regs.
6336 (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add DF_HI_REGS.
6337 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise. Remove clause for
6338 immediate operands.
6339 (SECONDARY_INPUT_RELOAD_CLASS): Add clause for immediate operands.
6340 Add DF_HI_REGS.
6341 (CLASS_CANNOT_CHANGE_MODE, CLASS_CANNOT_CHANGE_MODE_P): Allow
6342 lowpart fp regs - only for big endian for now.
6343 (LEGITIMATE_CONSTANT_P): Don't allow nonzero float vectors
6344 when FPU is in use.
6345 (EXTRA_CONTRAINT_U): Check against CONST0_RTX.
6346 (LOAD_EXTEND_OP): NIL for SImode.
6347 (REGISTER_MOVE_COST): Add DF_HI_REGS. Const for moves between
6348 general and fp registers is 4.
6349 PREDICATE_CODES: Amend binary_float_operator entry.
6350 Remove zero_vec_operand. Add unary_float_operator.
6351 * sh.md (udivsi3_i4_media): Use truncate instead of paradoxical
6352 subreg SET_DEST.
6353 (truncdisi2, truncdihi2, movv2sf): Allow memory destinations.
6354 (truncdiqi2): Do sign extension.
6355 (movsi_media, movdi_media): Allow to use r63 to an fp register.
6356 (movdf_media, movsf_media): Likewise.
6357 (movv2sf_i, movv2sf_i+1): Don't use f{ld,st}.p or SUBREGS.
6358 Collapse to one define_insn_and_split. Allow immediate sources.
6359 (addv2sf3, subv2sf3, mulv2sf3, divv2sf3): New patterns.
6360 (movv4sf_i): Allow immediate sources. Use simplify_gen_subreg.
6361 (movv4sf): Allow immediate sources.
6362 (movsf_media_nofpu+1): Don't split moves to FP registers.
6363 (unary_sf_op, binary_sf_op, mshflo_w_x, concat_v2sf): New patterns.
6364 (movv8qi_i+3): Check against CONST0_RTX.
6365 (mextr1, mextr2. mextr3. mextr4, mextr5, mextr6, mextr7): Use DImode
6366 for input and output operands. Fix argument 3 to gen_mextr_rl.
6367 (mmul23_wl, mmul01_wl, mmulsum_wq_i): s/const_vector/parallel/
6368 (msad_ubq_i, mshf4_b, mshf0_b, mshf4_l, mshf0_l, mshf4_w): Likewise.
6369 (mshf0_w, fipr, ftrv): Likewise.
6370 (mshfhi_l_di): Now insn_and_split. Can handle FP regs.
6371
6372 2002-07-17 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
6373
6374 * arm.h (ARM_NUM_INTS, ARM_NUM_REGS, ARM_NUM_REGS2): Renamed from
6375 NUM_INTS, NUM_REGS and ARM_NUM_REGS2 respectively. All uses changed.
6376 * arm.c: Similarly.
6377
6378 2002-07-17 Richard Sandiford <rsandifo@redhat.com>
6379
6380 * config/mips/mips-protos.h (mips_sign_extend): Declare.
6381 * config/mips/mips.h (MASK_DEBUG_H, TARGET_DEBUG_H_MODE): Remove.
6382 (TARGET_SWITCHES): Remove debugh.
6383 (ISA_HAS_TRUNC_W): New macro.
6384 (CLASS_CANNOT_CHANGE_MODE): Include FP_REGS if TARGET_FLOAT64.
6385 (PREDICATE_CODES): Remove se_nonimmediate_operand.
6386 * config/mips/mips.c (movdi_operand): Allow sign-extensions of
6387 any SImode move_operand.
6388 (se_nonimmediate_operand): Remove.
6389 (mips_sign_extend): New.
6390 (mips_move_2words): Use it for sign-extended source operands.
6391 (override_options): Allow integers to be put into single FPRs.
6392 (mips_secondary_reload_class): Handle integers in float registers.
6393 * config/mips/mips.md (extendsidi2): Turn into a define_expand.
6394 (fix_truncsfsi2, fix_truncdfsi2): Likewise.
6395 (fix_truncdfsi2_insn, fix_truncdfsi2_macro): New.
6396 (fix_truncsfsi2_insn, fix_truncsfsi2_macro): New.
6397 (fix_truncdfdi2): Provide only a single alternative, in which the
6398 integer is in a float register. Depend on TARGET_FLOAT64 rather
6399 than TARGET_64BIT.
6400 (fix_truncsfdi2, floatdidf2, floatdisf2): Likewise.
6401 (floatsidf2, floatsisf2): Likewise, but no TARGET_FLOAT64 dependency.
6402 (movdi_internal2): Don't allow the source operand to be sign-extended.
6403 Add alternatives for float registers.
6404 (*movdi_internal2_extend): New. Version of movdi_internal2 that
6405 allows sign-extension.
6406 (*movdi_internal2_mips16): Name the existing mips16 movdi pattern.
6407 (movsi_internal2): Rename to movsi_internal. Add alternatives for
6408 float registers. Remove TARGET_DEBUG_H_MODE test.
6409 (movhi_internal1): Rename to movhi_internal. Don't check
6410 TARGET_DEBUG_H_MODE. Fix transposed *d and *f source constraints.
6411 (movqi_internal1): Rename to movqi_internal and remove
6412 TARGET_DEBUG_H_MODE dependency.
6413 (movsi_internal1, movhi_internal2, movqi_internal2): Remove.
6414
6415 2002-07-16 Jim Wilson <wilson@redhat.com>
6416
6417 * toplev.c (lang_dependent_init): Create function context for
6418 init_expr_once.
6419
6420 2002-07-16 Hans-Peter Nilsson <hp@axis.com>
6421
6422 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Don't
6423 --gc-sections if -r.
6424 * config/cris/cris.h: Ditto.
6425
6426 2002-07-16 Rodney Brown <rbrown64@csc.com.au>
6427
6428 * config/i386/i386.c (ix86_expand_int_movcc): In the case where
6429 the comparison directly gives a mask suppress addition when cf is
6430 zero by complementing the mask.
6431
6432 2002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6433
6434 * Makefile.in: Delete references to enquire.
6435 * enquire.c: Move to contrib.
6436
6437 2002-07-16 Stan Shebs <shebs@apple.com>
6438
6439 * config/darwin.h (ASM_OUTPUT_LABEL): Move to here from
6440 config/rs6000/darwin.h.
6441 (ASM_OUTPUT_SKIP): Ditto.
6442 (TEXT_SECTION_ASM_OP): Ditto.
6443 (DATA_SECTION_ASM_OP): Ditto.
6444 (ASM_APP_ON): Define.
6445 (ASM_APP_OFF): Define.
6446 * config/rs6000/darwin.h (ASM_OUTPUT_LABEL, ASM_OUTPUT_SKIP,
6447 TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP): Remove.
6448
6449 * config/darwin.c (func_name_maybe_scoped): Remove unused decl.
6450 (machopic_function_base_name): Declare result to be const.
6451 (machopic_non_lazy_ptr_name): Ditto.
6452 (machopic_stub_name): Ditto.
6453 * config/darwin-protos.h: Ditto for the prototypes.
6454
6455 Wed Jul 17 00:22:39 CEST 2002 Jan Hubicka <jh@suse.cz>
6456
6457 * m68hc11.c (m68hc11_reorg): Do not rebuild CFG.
6458
6459 Wed Jul 17 00:20:48 CEST 2002 Jan Hubicka <jh@suse.cz>
6460
6461 * i386.md (prefetch): Fix for 64bit mode.
6462 (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
6463
6464 Wed Jul 17 00:19:20 CEST 2002 Jan Hubicka <jh@suse.cz>
6465
6466 * i386.h (MACHINE_DEPENDENT_REORG): New macro.
6467 * i386.c (x86_machine_dependent_reorg): New function.
6468 * i386-protos.h (x86_machine_dependent_reorg): Declare.
6469
6470 2002-07-16 Zack Weinberg <zack@codesourcery.com>
6471
6472 * builtins.c (std_expand_builtin_va_start): Remove unused
6473 first argument.
6474 (expand_builtin_va_start): Call EXPAND_BUILTIN_VA_START and
6475 std_expand_builtin_va_start with just two arguments.
6476 * expr.h: Update prototypes.
6477
6478 * alpha-protos.h, alpha.h, alpha.c, arc-protos.h, arc.h,
6479 arc.c, d30v-protos.h, d30v.h, d30v.c, i386-protos.h, i386.h,
6480 i386.c, i960-protos.h, i960.h, i960.c, m88k-protos.h, m88k.h,
6481 m88k.c, mips-protos.h, mips.h, mips.c, mn10300-protos.h,
6482 mn10300.h, mn10300.c, pa-protos.h, pa.h, pa.c,
6483 rs6000-protos.h, rs6000.h, rs6000.c, s390-protos.h, s390.h,
6484 s390.c, sh-protos.h, sh.h, sh.c, sparc-protos.h, sparc.h,
6485 sparc.c, stormy16-protos.h, stormy16.h, stormy16.c,
6486 xtensa-protos.h, xtensa.h, xtensa.c: Remove unused first
6487 argument from all implementations of EXPAND_BUILTIN_VA_START
6488 and all uses of std_expand_builtin_va_start.
6489
6490 Tue Jul 16 19:32:58 2002 J"orn Rennecke <joern.rennecke@superh.com>
6491
6492 * regrename.c (copy_value): Don't record high part copies.
6493
6494 2002-07-16 Steve Ellcey <sje@cup.hp.com>
6495
6496 * gcc/config/pa/long_double.h (FIXUNS_TRUNCTFDI2_LIBCALL): New define.
6497 (fixunstfdi_libfunc): Change to use FIXUNS_TRUNCTFDI2_LIBCALL.
6498 * gcc/config/pa/quadlib.c (_U_Qfcnvfxt_quad_to_udbl): New function.
6499
6500 2002-07-16 Ian Dall <ian@sibyl.beware.dropbear.id.au>
6501
6502 * doc/invoke.texi (NS32K Options): Document -mieee-compare option
6503
6504 * config/ns32k/ns32k.md (addsi3, *frame_addr, *stack_addr): merge
6505 into addsi3 using register class "x" and "y".
6506
6507 * config/ns32k/ns32k.md (*madddf, *maddsf, *msubdf, *msubsf):
6508 "earlyclobber" constraint modifier for some alternative.
6509
6510 * config/ns32k/ns32k.md (tstdf, tstsf, cmpdf, cmpsf, blt, ble)
6511 (*ble, *blt): Flag to indicate bCOND and sCOND should check for
6512 unordered.
6513 config/ns32k/ns32k.h (CC_UNORD): define corresponding mask.
6514
6515 * config/ns32k/ns32k.h (TARGET_IEEE_COMPARE, MASK_IEEE_COMPARE)
6516 (TARGET_SWITCHES): Add -mieee-compare option.
6517 (OVERRIDE_OPTIONS): 32332 is a subset of
6518 32532. Don't use IEEE_COMPARE -funsafe-math-optimizations.
6519 (TARGET_SWITCHES): Fix description of bit-field option.
6520 * config/ns32k/netbsd.h (TARGET_DEFAULT): Add
6521 -mieee-compare option. Remove 32332 flag.
6522
6523 2002-07-16 Steve Ellcey <sje@cup.hp.com>
6524
6525 * explow.c (convert_memory_address): Remove special handling
6526 when POINTERS_EXTEND_UNSIGNED < 0.
6527 * config/ia64.md (movsi_symbolic): New instruction for ILP32 mode.
6528 (movedi_symbolic): Fix typo.
6529 (load_fptr): Remove mode restriction so it works for SI and DI.
6530 (load_fptr_internal1): Ditto.
6531 (load_gprel): Ditto.
6532 (load_symptr_internal1): Ditto.
6533 (call_pic): Ditto.
6534 * config/ia64.c (call_operand): Modify mode check.
6535 (ia64_expand_load_address): Handle DI and SI addresses and symbols.
6536 (ia64_expand_move): Ditto.
6537 (ia64_assemble_integer): Handle SImode function pointers.
6538 (ia64_expand_fetch_and_op): Handle SImode mem addresses.
6539 (ia64_expand_op_and_fetch): Ditto.
6540 (ia64_expand_compare_and_swap): Ditto.
6541 (ia64_expand_lock_test_and_set): Ditto.
6542 (ia64_expand_lock_release): Ditto.
6543
6544 2002-07-16 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
6545
6546 * arm.c (emit_sfm): Don't set RTX_FRAME_RELATED_P on DWARF.
6547
6548 2002-07-16 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
6549 Richard Earnshaw <rearnsha@arm.com>
6550
6551 * arm.h (LEGITIMATE_PIC_OPERAND_P): Only test
6552 CONSTANT_POOL_ADDRESS_P if a SYMBOL_REF. Simplify logic.
6553
6554 2002-07-16 Richard Earnshaw <rearnsha@arm.com>
6555
6556 * arm.md (stack_tie): New insn. Use an idiom that the alias code
6557 understands to be a memory clobber.
6558 * arm.c (arm_expand_prologue): Use it.
6559
6560 2002-07-16 Daniel Berlin <dberlin@dberlin.org>
6561
6562 * ra-rewrite.c: #include reload.h, insn-config.h
6563 * ra-build.c: #include reload.h
6564 * Makefile.in: Update ra-rewrite.o, ra-build.o dependencies to
6565 depend on reload.h, insn-config.h.
6566
6567 Tue Jul 16 11:57:45 2002 J"orn Rennecke <joern.rennecke@superh.com>
6568
6569 * expr.c (emit_move_insn_1): Handle arbitrary moves that are
6570 the same size as a word.
6571
6572 * regrename.c (find_oldest_value_reg): Take WORDS_BIG_ENDIAN /
6573 BYTES_BIG_ENDIAN into account.
6574
6575 Tue Jul 16 12:22:44 CEST 2002 Jan Hubicka <jh@suse.cz>
6576
6577 * i386.md (prefetch): Fix for 64bit mode.
6578 (prefetch_sse_rex, prefetch_3dnow_rex): New patterns.
6579
6580 * i386.md (movss, movsd): Use xorps/xorpd for Athlon.
6581
6582 2002-07-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
6583
6584 * hard-reg-set.h (TEST_HARD_REG_BIT): Return 1 if the bit is set.
6585
6586 2002-07-15 Zack Weinberg <zack@codesourcery.com>
6587
6588 * ginclude/varargs.h: Replace with stub which issues #error.
6589 * ginclude/stdarg.h: __builtin_stdarg_start is renamed
6590 __builtin_va_start.
6591
6592 * builtins.def (BUILT_IN_VARARGS_START): Delete.
6593 (BUILT_IN_VA_START): New.
6594 * builtins.c (expand_builtin_va_start): Eliminate first
6595 argument and code to implement pre-ISO varargs.
6596 (std_expand_builtin_va_start): Ignore first argument; it is
6597 always 1.
6598 (expand_builtin): Handle BUILT_IN_VA_START and
6599 BUILT_IN_STDARG_START identically. Delete
6600 BUILT_IN_VARARGS_START case.
6601
6602 * function.c (assign_parms): Delete hide_last_arg and all
6603 its uses.
6604 (mark_varargs): Delete function.
6605 * function.h (struct function): Delete 'varargs' bit.
6606 (current_function_varargs): Delete macro.
6607 * tree.h: Don't declare mark_varargs.
6608
6609 * c-decl.c (c_function_varargs, c_mark_varargs): Delete.
6610 (c_expand_body): Don't call mark_varargs.
6611 * c-objc-common.c: Handle BUILT_IN_VA_START and
6612 BUILT_IN_STDARG_START identically. Delete
6613 BUILT_IN_VARARGS_START case.
6614 * c-tree.h: Don't declare c_mark_varargs.
6615 * c-parse.in: Remove grammar rules for '&...' (which has been
6616 commented out since before 2.7.2) and for '...' in K+R
6617 argument declarations.
6618
6619 * builtins.c, function.c, integrate.c, sibcall.c,
6620 config/alpha/unicosmk.h, config/arc/arc.c, config/arc/arc.h,
6621 config/avr/avr.c, config/cris/cris.c, config/fr30/fr30.c,
6622 config/i960/i960.c, config/i960/i960.md, config/m32r/m32r.c,
6623 config/m32r/m32r.h, config/m88k/m88k.c, config/m88k/m88k.h,
6624 config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
6625 config/mn10300/mn10300.c, config/pa/som.h, config/s390/s390.c,
6626 config/sh/sh.c, config/sh/sh.h, config/sparc/sparc.h,
6627 config/stormy16/stormy16.c: Delete all references to
6628 current_function_varargs, and code predicated on that flag.
6629
6630 * config/alpha/alpha.c (alpha_va_start),
6631 config/arc/arc.c (arc_va_start),
6632 config/i386/i386.c (ix86_va_start),
6633 config/mips/mips.c (mips_va_start),
6634 config/mn10300/mn10300.c (mn10300_va_start),
6635 config/rs6000/rs6000.c (rs6000_va_start),
6636 config/s390/s390.c (s390_va_start),
6637 config/sh/sh.c (sh_va_start),
6638 Ignore first argument; it is always 1.
6639
6640 * config/c4x/c4x-protos.h, config/c4x/c4x.c: Delete c4x_va_start.
6641 * config/ia64/ia64-protos.h, config/ia64/ia64.c: Delete ia64_va_start.
6642 * config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c:
6643 Delete m68hc11_va_start.
6644 * config/c4x/c4x.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h:
6645 No need to define EXPAND_BUILTIN_VA_START.
6646
6647 * doc/invoke.texi, doc/sourcebuild.texi, doc/tm.texi,
6648 doc/trouble.texi: Remove references to GCC-provided <varargs.h>.
6649
6650 2002-07-15 Eric Botcazou <ebotcazou@multimania.com>
6651
6652 PR optimization/7153
6653 * regmove.c (optimize_reg_copy_3): Don't optimize if the register
6654 dies in more than one insn.
6655
6656 2002-07-15 Jason Thorpe <thorpej@wasabisystems.com>
6657
6658 * config/sparc/netbsd-elf.h (TRANSFER_FROM_TRAMPOLINE): Remove.
6659
6660 2002-07-15 Michael Matz <matz@suse.de>,
6661 Daniel Berlin <dberlin@dberlin.org>,
6662 Denis Chertykov <denisc@overta.ru>
6663
6664 Add a new register allocator.
6665
6666 * ra.c: New file.
6667 * ra.h: New file.
6668 * ra-build.c: New file.
6669 * ra-colorize.c: New file.
6670 * ra-debug.c: New file.
6671 * ra-rewrite.c: New file.
6672
6673 * Makefile.in (ra.o, ra-build.o, ra-colorize.o, ra-debug.o,
6674 (ra-rewrite.o): New .o files for libbackend.a.
6675 (GTFILES): Add basic-block.h.
6676
6677 * toplev.c (flag_new_regalloc): New.
6678 (f_options): New option "new-ra".
6679 (rest_of_compilation): Call initialize_uninitialized_subregs()
6680 only for the old allocator. If flag_new_regalloc is set, call
6681 new allocator, instead of local_alloc(), global_alloc() and
6682 friends.
6683
6684 * doc/invoke.texi: Document -fnew-ra.
6685 * basic-block.h (FOR_ALL_BB): New.
6686 * config/rs6000/rs6000.c (print_operand): Write small constants
6687 as @l+80.
6688
6689 * df.c (read_modify_subreg_p): Narrow down cases for a rmw subreg.
6690 (df_reg_table_realloc): Make size at least as large as max_reg_num().
6691 (df_insn_table_realloc): Size argument now is absolute, not relative.
6692 Changed all callers.
6693
6694 * gengtype.c (main): Add the pseudo-type "HARD_REG_SET".
6695 * regclass.c (reg_scan_mark_refs): Ignore NULL rtx's.
6696
6697 2002-06-20 Michael Matz <matz@suse.de>
6698
6699 * df.h (struct ref.id): Make unsigned.
6700 * df.c (df_bb_reg_def_chain_create): Remove unsigned cast.
6701
6702 2002-06-13 Michael Matz <matz@suse.de>
6703
6704 * df.h (DF_REF_MODE_CHANGE): New flag.
6705 * df.c (df_def_record_1, df_uses_record): Set this flag for refs
6706 involving subregs with invalid mode changes, when
6707 CLASS_CANNOT_CHANGE_MODE is defined.
6708
6709 2002-05-07 Michael Matz <matz@suse.de>
6710
6711 * reload1.c (fixup_abnormal_edges): Don't insert on NULL edge.
6712
6713 2002-05-03 Michael Matz <matz@suse.de>
6714
6715 * sbitmap.c (sbitmap_difference): Accept sbitmaps of different size.
6716
6717 Sat Feb 2 18:58:07 2002 Denis Chertykov <denisc@overta.ru>
6718
6719 * regclass.c (regclass): Work with all regs which have sets or
6720 refs.
6721 (reg_scan_mark_refs): Count regs inside (clobber ...).
6722
6723 2002-01-04 Michael Matz <matzmich@cs.tu-berlin.de>
6724
6725 * df.c (df_ref_record): Correctly calculate SUBREGs of hardregs.
6726 (df_bb_reg_def_chain_create, df_bb_reg_use_chain_create): Only
6727 add new refs.
6728 (df_bb_refs_update): Don't clear insns_modified here, ...
6729 (df_analyse): ... but here.
6730
6731 * sbitmap.c (dump_sbitmap_file): New.
6732 (debug_sbitmap): Use it.
6733
6734 * sbitmap.h (dump_sbitmap_file): Add prototype.
6735
6736 2001-08-07 Daniel Berlin <dan@cgsoftware.com>
6737
6738 * df.c (df_insn_modify): Grow the UID table if necessary, rather
6739 than assume all emits go through df_insns_modify.
6740
6741 2001-07-26 Daniel Berlin <dan@cgsoftware.com>
6742
6743 * regclass.c (reg_scan_mark_refs): When we increase REG_N_SETS,
6744 increase REG_N_REFS (like flow does), so that regclass doesn't
6745 think a reg is useless, and thus, not calculate a class, when it
6746 really should have.
6747
6748 2001-01-28 Daniel Berlin <dberlin@redhat.com>
6749
6750 * sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP_REV): New macro, needed for
6751 dataflow analysis.
6752
6753 2002-07-15 Jakub Jelinek <jakub@redhat.com>
6754
6755 PR middle-end/7245
6756 * config/i386/i386.c (const_int_1_31_operand): New.
6757 * config/i386/i386.h (PREDICATE_CODES): Add it.
6758 * config/i386/i386.md (ashlsi3_cmp, ashlsi3_cmp_zext, ashlhi3_cmp,
6759 ashlqi3_cmp, ashrsi3_cmp, ashrsi3_cmp_zext, ashrhi3_cmp, ashrqi3_cmp,
6760 lshrsi3_cmp, lshrsi3_cmp_zext, lshrhi3_cmp, lshrqi3_cmp): Use it.
6761
6762 2002-07-14 Alan Modra <amodra@bigpond.net.au>
6763
6764 PR target/7282
6765 * config/rs6000/rs6000.md (floatsidf2): Enable for POWERPC64.
6766 (floatunssidf2): Likewise.
6767 (floatsidf_ppc64): New insn_and_split.
6768 (floatunssidf_ppc64): Likewise.
6769
6770 2002-07-14 Andreas Jaeger <aj@suse.de>
6771
6772 * config.gcc (sh64): Remove unused
6773 target_requires_64bit_host_wide_int.
6774
6775 2002-07-12 Roger Sayle <roger@eyesopen.com>
6776
6777 * expr.c [CLEAR_RATIO]: New macro defining the maximum number
6778 of move instructions to use when clearing memory, c.f. MOVE_RATIO.
6779 [CLEAR_BY_PIECES]: New macro, using CLEAR_RATIO, to determine
6780 whether clear_by_pieces should be used to clear storage.
6781 (clear_storage): Use CLEAR_BY_PIECES instead of MOVE_BY_PIECES.
6782
6783 * doc/tm.texi: Document these two new target macros.
6784
6785 2002-07-12 Stephane Carrez <stcarrez@nerim.fr>
6786
6787 * config/m68hc11/m68hc11.md ("zero_extendsidi2"): Use D_REG only for
6788 the scratch register.
6789 ("*movhi2_push"): Accept Z_REG because a split pattern can make use
6790 of it, forbid reload to use it.
6791
6792 2002-07-12 Marek Michalkiewicz <marekm@amelek.gda.pl>
6793
6794 * config/avr/avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT
6795 usage on 64-bit hosts, return value was truncated to 32 bits.
6796
6797 Fri Jul 12 00:49:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
6798
6799 * simplify-rtx.c (simplify_subreg): Handle floating point
6800 CONST_DOUBLEs. When an integer subreg of a smaller mode than
6801 the element mode is requested, compute a subreg with an
6802 integer mode of the same size as the element mode first.
6803
6804 Thu Jul 11 22:02:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
6805
6806 * combine.c (try_combine): When converting a paradoxical subreg
6807 to an extension, take LOAD_EXTEND_OP into account.
6808
6809 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6810
6811 * config.gcc (mips-sgi-irix6*o32): New configuration.
6812
6813 * configure.in (libgcc_visibility): Disable for mips-sgi-irix6*o32
6814 configurations.
6815 * configure: Regenerate.
6816
6817 * config/mips/iris6-o32-as.h: New file.
6818 * config/mips/iris6-o32.h: New file.
6819
6820 * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Define.
6821 (NM_FLAGS): Define.
6822 (HAVE_AS_SHF_MERGE): Undefine.
6823
6824 * config/mips/t-iris5-as: New file.
6825 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
6826
6827 * config/mips/t-iris6 (SHLIB_EXT, SHLIB_SOLINK, SHLIB_SONAME,
6828 SHLIB_NAME, SHLIB_MAP, SHLIB_OBJS, SHLIB_SLIBDIR_QUAL, SHLIB_LINK,
6829 SHLIB_INSTALL, SHLIB_MKMAP, SHLIB_MAPFILES, FPBIT, DPBIT,
6830 dp-bit.c, fp-bit.c): Move ...
6831 * config/mips/t-iris5-6: ... here.
6832 New file, shared by IRIX 5 and IRIX 6.
6833 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix6*,
6834 mips-sgi-irix5*): Use it.
6835
6836 * config/mips/iris6.h: Remove duplicate comment.
6837
6838 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
6839 !TARGET_IRIX6]: Define.
6840 (mips_asm_file_start): Don't emit mdebug.<ABI> sections on IRIX 5/6.
6841
6842 * config/mips/mips.h (ASM_DECLARE_FUNCTION_NAME): Fix comment.
6843
6844 2002-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
6845
6846 * pa.md (adddi3): Change predicate of operand 2 to adddi3_operand
6847 and delete code to force constant to register.
6848 * pa-protos.h (adddi3_operand): Add prototype.
6849 * pa.c (adddi3_operand): New function.
6850
6851 2002-07-11 Roger Sayle <roger@eyesopen.com>
6852
6853 * c-decl.c (duplicate_decls): Preserve the noreturn attribute on
6854 non-ANSI builtin functions.
6855
6856 Thu Jul 11 11:31:12 2002 J"orn Rennecke <joern.rennecke@superh.com>
6857
6858 * rtl.h (gen_rtx_CONST_VECTOR): Declare.
6859 * gengenrtl.c (special_rtx): Check for CONST_VECTOR.
6860 * emit-rtl.c (gen_rtx_CONST_VECTOR): New function.
6861 (gen_const_vector_0): Use it.
6862
6863 2002-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
6864
6865 * pa.md (adddi3): For 32-bit targets, force constants to a register
6866 if they don't fit in an 11-bit immediate. Change insn predicate to
6867 arith11_operand. Remove comment.
6868 * pa.c (cint_ok_for_move): Fix comment.
6869 (emit_move_sequence): Don't directly split DImode constants on 32-bit
6870 targets.
6871
6872 2002-07-11 Tim Josling <tej@melbpc.org.au>
6873
6874 Remove front end hard coding from gengtype.c.
6875
6876 * Makefile.in
6877 (STAGESTUFF): add gtyp-gen.h
6878 (GTFILES): Remove front end specific files.
6879 (GTFILES_FILES_LANGS): New, from configure..
6880 (GTFILES_FILES_FILES): Likewise.
6881 (GTFILES_LANG_DIR_NAMES): Likewise.
6882 (GTFILES_SRCDIR): Likewise.
6883 (gtyp-gen.h): Build from configure information.
6884 (s-gtype): Remove command line parameters from gengtype.
6885 (gengtype.o): Remove dependency on GTFILES. Depend on gtyp-gen.h.
6886 (mostlyclean): Delete files generated by and for gengtype.
6887
6888 * c-config-lang.in: New file.
6889
6890 * configure.in (all_gtfiles_files_langs): New. Accumulate files
6891 for each language.
6892 (all_gtfiles_files_files): New. Accumulate language for each file
6893 accumulated.
6894 (gtfiles): Pick up value for C.
6895 (srcdir): AC-SUBST this variable.
6896 (all_gtfiles_files_langs): AC-SUBST this variable.
6897 (all_gtfiles_files_files): AC-SUBST this variable.
6898
6899 * configure: Regenerate.
6900
6901 * gengtype-lex.l (parse_file): Make parameter const.
6902
6903 * gengtype.c (toplevel): include gtyp-gen.h.
6904 (BASE_FILE_<language> unnamed enum): Delete.
6905 (lang_names): Delete (replaced by gtyp-gen.h)
6906 (lang_dir_names): From gtyp-gen.h, replaces lang_names; changed
6907 all references.
6908 (NUM_GT_FILES): New.
6909 (NUM_LANG_FILES): New.
6910 (srcdir_len): New.
6911 (NUM_BASE_FILES): Change calculation.
6912 (open_base_files): Change prototype to avoid warning.
6913 (startswith): Delete.
6914 (get_file_basename): Iterate through generated language list not
6915 hard coded list.
6916 (get_base_file_bitmap): Use generated list of files and languages.
6917 (close_output_files): Add prototype to rmove warning.
6918 (main): Iterate through list of generated files from gtyp-gen.h
6919 rather than command line paramaters. Ignore duplicated file
6920 names.
6921
6922 * gengtype.h (parse_file): Amend prototype for const parameter.
6923
6924 * doc/sourcebuild.texi: Document gtfiles variable.
6925
6926 * doc/gty.texi: Document changes to gtfiles variable for front
6927 ends.
6928
6929 * objc/config-lang.in (gtfiles): Add files needed for objc front
6930 end.
6931
6932 2002-07-10 Roger Sayle <roger@eyesopen.com>
6933
6934 PR c/2454
6935 * combine.c (nonzero_bits): LOAD_EXTEND_OP should only apply
6936 to SUBREGs of MEMs. (num_sign_bit_copies): Likewise.
6937
6938 2002-07-10 Roger Sayle <roger@eyesopen.com>
6939 Zack Weinberg <zack@codesourcery.com>
6940
6941 * builtins.def: Make the argument types of abort and exit
6942 independent of the front-end.
6943
6944 2002-07-11 Alan Modra <amodra@bigpond.net.au>
6945
6946 * config/rs6000/linux64.h (ASM_SPEC): Define.
6947
6948 2002-07-10 Aldy Hernandez <aldyh@redhat.com>
6949
6950 * config/rs6000/rs6000.c (emit_frame_save): New.
6951 (rs6000_frame_related): Replace reg2 before reg.
6952 (rs6000_emit_prologue): Use emit_frame_save for saving gprs, fprs,
6953 and eh_return registers.
6954
6955 2002-07-10 Toon Moene <toon@moene.indiv.nluug.nl>
6956
6957 Revert all patches for optimization of Complex .op. Real.
6958 * complex_part_zero_p: Remove
6959 * expand_cmplxdiv_straight: Replace complex_part_zero_p(x)
6960 with x.
6961 * expand_cmplxdiv_wide: Ditto.
6962 * expand_binop: Ditto.
6963
6964 2002-07-10 Marek Michalkiewicz <marekm@amelek.gda.pl>
6965
6966 * config/avr/avr.md: Fix two 0x80000000 constants to make them
6967 negative also on 64-bit hosts.
6968
6969 Default to -fno-reorder-blocks when optimizing for size.
6970 * config/avr/avr-protos.h (avr_optimization_options): Declare.
6971 * config/avr/avr.c (avr_optimization_options): New function.
6972 * config/avr/avr.h (OPTIMIZATION_OPTIONS): New.
6973
6974 Optimize returning from simple functions.
6975 * config/avr/avr-protos.h (avr_simple_epilogue): Declare.
6976 * config/avr/avr.c (avr_simple_epilogue): New function.
6977 * config/avr/avr.md (return): New insn.
6978
6979 2002-07-10 Douglas B Rupp <rupp@gnat.com>
6980
6981 * config/i386/i386.c (ix86_svr3_asm_out_constructor): Add
6982 HAS_INIT_SECTION to protection.
6983
6984 2002-07-10 Mark Mitchell <mark@codesourcery.com>
6985
6986 * doc/invoke.texi (Debugging Options): Mention that -gdwarf is
6987 deprecated.
6988
6989 Wed Jul 10 19:50:03 2002 J"orn Rennecke <joern.rennecke@superh.com>
6990
6991 * combine.c (gen_lowpart_for_combine): Handle vector modes.
6992 Supply non-VOID mode to simplify_gen_subreg.
6993
6994 Wed Jul 10 18:48:55 CEST 2002 Jan Hubicka <jh@suse.cz>
6995
6996 * i386.c (ix86_init_mmx_sse_builtins): Fix thinko.
6997
6998 2002-07-10 Jeffrey A Law <law@redhat.com>
6999
7000 * mn10200.c (expand_prologue): Create REG_MAYBE_DEAD notes
7001 as appropriate.
7002
7003 * mn10200.c (expand_epilogue): Fix test to determine which scratch
7004 register to use.
7005
7006 Wed Jul 10 16:06:00 2002 J"orn Rennecke <joern.rennecke@superh.com>
7007
7008 * cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.
7009 Get mode from dest.
7010 If simplify_gen_subreg fails, try next equivalent.
7011
7012 2002-07-09 Gabriel Dos Reis <gdr@codesourcery.com>
7013
7014 * diagnostic.h: #include location.h
7015 (location_t): Move definition to..
7016 * location.h: ... here. New file.
7017 * tree.h: #include location.h
7018 (DECL_SOURCE_LOCATION): New macro.
7019 (DECL_SOURCE_FILE): Use.
7020 (DECL_SOURCE_LINE): Likewise.
7021 (struct tree_decl): REplace filename and linenum with locus.
7022 * Makefile.in (TREE_H): add location.h
7023 (diagnostic.o): Depends on gt-location.h
7024 (gt-location.h): Depends on s-gtype
7025
7026 2002-07-09 Matt Kraai <kraai@alumni.cmu.edu>
7027
7028 * config/rs6000/aix.h: Convert CPP_PREDEFINES to
7029 TARGET_OS_CPP_BUILTINS.
7030 * config/rs6000/aix31.h: Likewise.
7031 * config/rs6000/aix41.h: Likewise.
7032 * config/rs6000/aix43.h: Likewise.
7033 * config/rs6000/aix51.h: Likewise.
7034 * config/rs6000/beos.h: Likewise.
7035 * config/rs6000/darwin.h: Likewise.
7036 * config/rs6000/eabi.h: Likewise.
7037 * config/rs6000/eabisim.h: Likewise.
7038 * config/rs6000/linux.h: Likewise.
7039 * config/rs6000/linux64.h: Likewise.
7040 * config/rs6000/lynx.h: Likewise.
7041 * config/rs6000/mach.h: Likewise.
7042 * config/rs6000/rtems.h: Likewise.
7043 * config/rs6000/sysv4.h: Likewise.
7044 * config/rs6000/vxppc.h: Likewise.
7045
7046 2002-07-09 Devang Patel <dpatel@apple.com>
7047 * objc/objc-act.c (adjust_type_for_id_default): Fix my previous patch.
7048 Do not allow ObjC objects as a parameter type for Objective-C methods.
7049 My previous patch restricted 'struct' also.
7050
7051 2002-07-09 Neil Booth <neil@daikokuya.co.uk>
7052
7053 * cpperror.c (cpp_error): Default to directive_line within
7054 directives here.
7055 * cppexp.c (cpp_interpret_integer): Only use traditional
7056 number semantics in directives.
7057 * cpplib.c (prepare_directive_trad): Don't reset pfile->line.
7058 (do_include_common): Similarly.
7059 * cpptrad.c (scan_out_logical_line): Implement accurate
7060 quoting of <> in #include.
7061 * doc/cpp.texi: Update.
7062
7063 Tue Jul 9 22:37:44 2002 Stephen Clarke <stephen.clarke@superh.com>
7064 J"orn Rennecke <joern.rennecke@superh.com>
7065
7066 * sh.c (sh_adjust_cost): Special handling of SHMEDIA code.
7067 * sh.md (attribute issues): Replace with:
7068 (attribute pipe_model). All users changed.
7069 (attribute type): Change pt / ptabs to pt_media / ptabs_media.
7070 All users changed.
7071 (function units sh5issue, sh5fds): New.
7072 (attribute is_mac_media): New.
7073 (adddi3_media, subdi3_media, divsi3_i1_media, anddi3): Add type.
7074 (andcdi3, iordi3, xordi3, ashldi3_media, lshrdi3_media): Likewise.
7075 (ashrdi3_media, negdi_media, extendsidi2, movqi_media): Likewise.
7076 (movhi_media, shori_media, movv2sf_i, jump_media): Likewise.
7077 (call_media, call_value_media, sibcall_media): Likewise.
7078 (casesi_jump_media, casesi_shift_media, casesi_load_media): Likewise.
7079 (return_media_i, addsf3_media, subsf3_media, mulsf3_media): Likewise.
7080 (mac_media, divsf3_media, floatdisf2, floatsisf2_media): Likewise.
7081 (fix_truncsfdi2, fix_truncsfsi2_media, cmpeqsf_media): Likewise.
7082 (cmpgtsf_media, cmpgesf_media, cmpunsf_media, negsf2_media): Likewise.
7083 (sqrtsf2_media, abssf2_media, adddf3_media, subdf3_media): Likewise.
7084 (muldf3_media, divdf3_media, floatdidf2, floatsidf2_media): Likewise.
7085 (fix_truncdfdi2, fix_truncdfsi2_media, cmpeqdf_media): Likewise.
7086 (cmpgtdf_media, cmpgedf_media,cmpundf_media, negdf2_media): Likewise.
7087 (sqrtdf2_media, absdf2_media, extendsfdf2_media): Likewise.
7088 (truncdfsf2_media): Likewise.
7089 (movsi_media, movsi_media_nofpu, movdi_media): Use new types.
7090 (movdi_media_nofpui, movdf_media, movdf_media_nofpu): Likewise.
7091
7092 Tue Jul 9 21:39:50 2002 J"orn Rennecke <joern.rennecke@superh.com>
7093
7094 * sh.h (PREDICATE_CODES): Add general_extend_operand and inqhi_operand.
7095 * sh.c (general_extend_operand, inqhi_operand): New functions.
7096 * sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): Collapse
7097 alternatives using 'N' modifier. Add type.
7098 (adddi3z_media): Likewise. Enable generator function generation.
7099 (movdicc_false, movdicc_true, addsi3_media, subsi3_media): Use more
7100 exact predicates / constraints. Add type.
7101 (subsi3): Allow 0 for SHMEDIA.
7102 (udivsi3_i4_media): Use match_operand for input values
7103 rather than hard registers.
7104 (udivsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
7105 unnecessarily through hard registers. Keep copies of pseudo
7106 registers outside of the libcall sequence.
7107 (mulsidi3_media, umulsidi3_media): Use more exact predicates. Add type.
7108 (ashlsi3_media, ashrsi3_media, lshrsi3_media): Likewise.
7109 (zero_extendsidi2, zero_extendhidi2, zero_extendqidi2): Likewise.
7110 (extendhidi2, extendqidi2): Likewise.
7111 (andsi3_compact): Name.
7112 (andcdi3): Enable generator function generation.
7113 (zero_extendhisi2, zero_extendqisi2): Rename to
7114 (zero_extendhisi2_compact, zero_extendqisi2_compact).
7115 (extendhisi2, extendqisi2): Rename to
7116 (extendhisi2_compact, extendqisi2_compact).
7117 (rotldi3, rotldi3_mextr, rotrdi3, rotrdi3_mextr): New patterns.
7118 (loaddi_trunc, zero_extendhisi2, zero_extendhisi2_media): Likewise.
7119 (zero_extendhisi2_media+1, zero_extendqisi2): Likewise.
7120 (zero_extendqisi2_media, extendhisi2, extendhisi2_media): Likewise.
7121 (extendhisi2_media, extendhisi2_media+1, extendqisi2): Likewise.
7122 (extendqisi2_media, extendqisi2_media+1, truncdisi2): Likewise.
7123 (truncdihi2, truncdiqi2, reload_inqi, reload_inhi): Likewise.
7124 (shmedia32_initialize_trampoline_big): Likewise.
7125 (shmedia32_initialize_trampoline_little): Likewise.
7126 (nsb, nsbsi, nsbdi, ffsdi2, ffssi2, byterev): Likewise.
7127 (negdi2): Remove spurious T clobber.
7128 (zero_extendhidi2+1, extendhidi2+1, extendqidi2+1): Handle TRUNCATE.
7129 (movsi_media, movsi_media_nofpu): Remove spurious *k after b.
7130 (movdi_media, movdi_media_nofpu, pt, ptb): Likewise.
7131 (movsi_media_nofpu+2, movhi_media+1): Only do split after reload.
7132 (ic_invalidate_line_media): Write back data cache before invalidating
7133 instruction cache. Add type.
7134 (movsf_media): Sign-extend when the destination is a general
7135 purpose register. Add type.
7136 (bgt_media, bge_media, bgtu_media, bgeu_media, blt_media_i): Allow 0.
7137 (casesi_worker_0+1): Only increment ref count for proper label.
7138 (casesi_worker_0+2): Likewise.
7139
7140 2002-07-09 Mark Mitchell <mark@codesourcery.com>
7141
7142 * dwarfout.c (dwarfout_init): Warn that DWARF1 is deprecated.
7143
7144 2002-07-09 Steve Ellcey <sje@cup.hp.com>
7145
7146 * gcc/except.c (expand_eh_region_end_cleanup): Change exception pointer
7147 from Pmode to ptr_mode.
7148 (get_exception_pointer): Ditto.
7149 (connect_post_landing_pads): Ditto.
7150 (dw2_build_landing_pads): Ditto.
7151
7152 2002-07-08 Steve Ellcey <sje@cup.hp.com>
7153 * gcc/c-pragma.h (add_to_renaming_pragma_list): New function.
7154 * gcc/c-pragma.c (add_to_renaming_pragma_list): New function.
7155 (handle_pragma_redefine_extname): Change to use new function.
7156
7157 2002-07-08 Roger Sayle <roger@eyesopen.com>
7158
7159 * combine.c (combine_simplify_rtx): Add an explicit cast
7160 to avoid signed/unsigned comparison warning.
7161 (simplify_if_then_else): Likewise.
7162 (extended_count): Likewise.
7163 (simplify_shift_const): Likewise.
7164 (simplify_comparison): Likewise.
7165
7166 2002-07-08 Richard Sandiford <rsandifo@redhat.com>
7167
7168 * config/mips/mips.md: Add imadd type. Update scheduler description
7169 to use imadd as well as imul.
7170 (*mul_acc_si, *madsi): Change imul alternatives to imadd.
7171 (*mul_acc_di, *mul_acc_64bit_di): Likewise.
7172 (*mul_sub_si): Likewise for first alternative. Change second
7173 alternative from imul to multi.
7174
7175 2002-07-07 Neil Booth <neil@daikokuya.co.uk>
7176
7177 * c-common.c (c_common_post_options): Update prototype;
7178 don't init backends if preprocessing only.
7179 * langhooks-def.h (LANG_HOOKS_POST_OPTIONS): Update.
7180 * langhooks.h (struct lang_hooks): Update post_options to
7181 return a boolean.
7182 * toplev.c (parse_options_and_default_flags, do_compile,
7183 lang_independent_init): Update prototypes. Allow the
7184 front end to specify that there is no need to initialize
7185 the back end.
7186 (general_init): Move call to hex_init here...
7187 (toplev_main): ...from here. Pass flag for back end init
7188 suppression.
7189
7190 Sun Jul 7 20:38:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
7191
7192 * sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.
7193 (PREDICATE_CODES): Add entries for equality_comparison_operator,
7194 greater_comparison_operator and less_comparison_operator.
7195 * sh.c (print_operand): Add '\'' code. Make 'o' handle
7196 more operators.
7197 (equality_comparison_operator): New function.
7198 (greater_comparison_operator, less_comparison_operator): Likewise.
7199 * sh.md (beq_media_i): Disable generator function generation.
7200 Use match_operator to handle a whole class of comparisons. Add
7201 modifier in output template to provide branch prediction. Add type.
7202 (bgt_media_i, ble_media_i): Likewise. Allow zero operands.
7203 (bne_media_i, bge_media_i, bgtu_media_i, bgeu_media_i): Delete.
7204 (blt_media_i, bleu_media_i, bltu_media_i): Likewise.
7205 (bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Allow zero operands.
7206
7207 2002-07-07 Hans-Peter Nilsson <hp@bitrange.com>
7208
7209 Emit MMIX function prologue and epilogue as rtl.
7210 * config/mmix/mmix.md ("call"): Use mmix_get_hard_reg_initial_val,
7211 not unprototyped get_hard_reg_initial_val.
7212 ("call_value", "nonlocal_goto_receiver"): Ditto.
7213 ("return"): Make define_expand. Move real insn to...
7214 ("*expanded_return"): New pattern.
7215 ("prologue", "epilogue"): New define_expands.
7216 * config/mmix/mmix.h (MMIX_rO_REGNUM): New macro.
7217 (struct machine_function): New member in_prologue.
7218 (FIRST_PSEUDO_REGISTER): Adjust for including rO as register.
7219 (FIXED_REGISTERS, CALL_USED_REGISTERS): Ditto.
7220 (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Ditto.
7221 (MMIX_GNU_ABI_REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Ditto.
7222 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Ditto.
7223 (LOCAL_REGNO): Define. Adjust comment.
7224 * config/mmix/mmix.c (MMIX_CFUN_NEEDS_SAVED_EH_RETURN_ADDRESS):
7225 Consider regs_ever_live[MMIX_rJ_REGNUM], not just
7226 leaf_function_p.
7227 (MMIX_OUTPUT_REGNO): Don't translate registers while outputting
7228 the prologue.
7229 (mmix_target_asm_function_prologue): Make static. Just mark that
7230 the prologue is being emitted. Move guts to...
7231 (mmix_expand_prologue): New function. Adjust for emitting
7232 prologue as rtl. For sizes, use HOST_WIDE_INT only.
7233 (mmix_target_asm_function_epilogue): Make static. Simply emit a
7234 \n. Move guts to...
7235 (mmix_expand_epilogue): New function. Adjust for emitting
7236 epilogue as rtl. For sizes, use HOST_WIDE_INT only.
7237 (mmix_target_asm_function_end_prologue): Mark that the prologue
7238 has ended.
7239 (TARGET_ASM_FUNCTION_END_PROLOGUE): Define.
7240 (mmix_conditional_register_usage): Improve comments.
7241 (mmix_local_regno): New function.
7242 (mmix_emit_sp_add, mmix_get_hard_reg_initial_val): Ditto.
7243 * config/mmix/mmix-protos.h (mmix_local_regno): Prototype.
7244 (mmix_expand_prologue, mmix_expand_epilogue): Ditto.
7245 (mmix_get_hard_reg_initial_val): Ditto.
7246
7247 2002-07-06 Andreas Jaeger <aj@suse.de>
7248
7249 * toplev.c (set_fast_math_flags): Don't use ISO C style function
7250 definitions.
7251 * gengtype.c (open_base_files): Likewise.
7252 (close_output_files): Likewise.
7253 * tracer.c (find_best_predecessor): Likewise.
7254 (find_best_successor): Likewise.
7255 (ignore_bb_p): Likewise.
7256
7257 2002-07-05 Roger Sayle <roger@eyesopen.com>
7258
7259 PR c++/7099
7260 * builtin-attrs.def: Define new attribute lists for use in
7261 builtins.def.
7262 * builtins.def [DEF_BUILTIN]: Modify to take an additional
7263 ATTRS argument, an enumerated value defined in builtin-attrs.def
7264 that represents the attribute list for the builtins. Modify
7265 all builtin functions to pass an appropriate attribute list.
7266 Specify "abort", "exit", "_exit" and "_Exit" builtins here with
7267 their required noreturn attributes.
7268 * tree.h (enum_builtin_function): Ignore the additional parameter
7269 to DEF_BUILTIN.
7270 * builtins.c (built_in_names): Likewise.
7271 * c-common.c: (builtin_function_2): Replace the "int noreturn_p"
7272 argument with a tree representing the functions attribute list.
7273 Pass this "attrs" argument to builtin_function. No longer handle
7274 the noreturn_p processing manually.
7275 (built_in_attributes): Move the definitions from builtin-attrs.def
7276 before c_common_nodes_and_builtins.
7277 (c_common_nodes_and_builtins): Handle the new ATTRS parameter in
7278 DEF_BUILTIN, passing it to both builtin_function and the changed
7279 builtin_function_2.
7280
7281 * doc/extend.texi: Document __builtin_abort, __builtin_exit,
7282 __builtin__exit and __builtin__Exit.
7283
7284 2002-07-05 Stephane Carrez <stcarrez@nerim.fr>
7285
7286 * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Avoid allocating
7287 QI mode registers in soft registers.
7288 ("zero_extendqihi2"): Do not take into account soft registers
7289 for register allocation (use '*' constraint).
7290
7291 2002-07-05 Stephane Carrez <stcarrez@nerim.fr>
7292
7293 * config/m68hc11/m68hc11.md ("*ashlsi3"): Avoid saving y if we know
7294 it is dead.
7295 ("*ashrsi3"): Likewise.
7296 ("*lshrsi3"): Likewise.
7297
7298 2002-07-05 Vladimir Makarov <vmakarov@redhat.com>
7299
7300 * genautomata.c (output_max_insn_queue_index_def): Take latencies
7301 into account.
7302
7303 2002-07-05 Stephane Carrez <stcarrez@nerim.fr>
7304
7305 * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
7306 address computation and memory moves.
7307
7308 2002-07-03 Mark Mitchell <mark@codesourcery.com>
7309
7310 PR c++/6706
7311 * dwarfout.c (output_reg_number): Fix warning message.
7312 (output_bound_representation): Check SAVE_EXPR_RTL is not NULL
7313 before using it.
7314
7315 2002-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7316
7317 * gcc/gcc.c (asm_debug): Move initialization ...
7318 (init_spec): ... here.
7319
7320 2002-07-05 Nathan Sidwell <nathan@codesourcery.com>
7321
7322 * c-parse.in (extdef): Append ';'.
7323 (old_style_parm_decls): Append ';'.
7324
7325 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
7326
7327 * configure.in: Correct typos: gcc_cv_as_gdwarf2_debug_flag to
7328 gcc_cv_as_gdwarf2_flag and gcc_cv_as_gstabs_debug_flag
7329 to gcc_cv_as_gstabs_flag.
7330 * configure: Rebuilt.
7331
7332 2002-07-04 Geoffrey Keating <geoffk@redhat.com>
7333
7334 * ggc.h (ggc_add_root): Document as obsolete.
7335
7336 Thu Jul 4 07:58:01 2002 J"orn Rennecke <joern.rennecke@superh.com>
7337
7338 * sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
7339 (mshflo_w): Likewise.
7340
7341 Thu Jul 4 07:36:29 2002 J"orn Rennecke <joern.rennecke@superh.com>
7342
7343 * simplify-rtx.c (simplify_subreg): Reduce problem of finding
7344 vector mode subregs of constants to finding integer mode
7345 subregs of constants.
7346 * cse.c (cse_insn): Use simplify_gen_subreg.
7347 * convert.c (convert_to_integer): Don't strip a NOP_EXPR
7348 From a vector mode expression of different size than the
7349 target mode.
7350
7351 2002-07-03 Eric Christopher <echristo@redhat.com>
7352
7353 * config/mips/linux.h: Add #undef for SUBTARGET_CPP_SPEC.
7354 * config/mips/mips.h: Remove deprecated -m<processor> options
7355 and cc1_cpu_spec associated.
7356 (CONSTANT_ADDRESS_P): Fix last patch.
7357 (ASM_DECLARE_FUNCTION_NAME): Declare. Fix comment.
7358 * config/mips/mips.md (bungt, bunge, sungt_df, sungt_sf, sunge_df,
7359 sunge_sf): Remove.
7360
7361 2002-07-03 Stan Shebs <shebs@apple.com>
7362
7363 * config/darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.
7364 (STRINGIFY_THIS, REALLY_STRINGIFY): Remove.
7365 (CPP_SPEC): Remove insertion of APPLE_CC definition.
7366
7367 2002-07-03 Roger Sayle <roger@eyesopen.com>
7368
7369 * combine.c (struct_undo): Change types of recorded substitutions
7370 to be either "int" or "rtx", instead of "unsigned int" and "rtx".
7371 (do_SUBST_INT): Change types of the substitution from unsigned int
7372 to int, to avoid compilation warning from SUBST_INT's only caller.
7373
7374 (make_extraction): Add cast to avoid compilation warning.
7375 (force_to_mode): Remove cast to avoid compilation warning.
7376
7377 2002-07-03 Eric Botcazou <ebotcazou@multimania.com>
7378 Jeff Law <law@redhat.com>
7379
7380 * i386.md (length_immediate attribute): Fix typo.
7381 (length_address attribute): Likewise.
7382 (modrm attribute): Set it to 0 for immediate call instructions.
7383 (jcc_1 pattern): Set modrm attribute to 0.
7384 (jcc_2 pattern ): Likewise.
7385 (jump pattern): Likewise.
7386 (doloop_end_internal pattern): Explicitly set length.
7387 (leave pattern): Fix typo.
7388 (leave_rex64 pattern): Likewise.
7389
7390 2002-07-03 David Edelsohn <edelsohn@gnu.org>
7391
7392 * config/rs6000/rs6000.md (fix_truncdfsi2_internal): Ignore DImode
7393 in FPR as preference.
7394 (fctiwz): Same.
7395 (floatdidf2, fix_truncdfdi2): Same.
7396 (floatdisf2, floatditf2, fix_trunctfdi2): Same.
7397 (floatditf2): Same.
7398 (floatsitf2, fix_trunctfsi2): SImode in GPR.
7399 (ctrdi): Remove FPR alternative and splitter.
7400
7401 2002-07-03 Will Cohen <wcohen@redhat.com>
7402
7403 * config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro.
7404
7405 Wed Jul 3 10:24:16 2002 J"orn Rennecke <joern.rennecke@superh.com>
7406
7407 * optabs.c (expand_vector_binop): Don't store using a SUBREG smaller
7408 than UNITS_PER_WORD, unless this is little endian and the first unit
7409 in this word. Let extract_bit_field decide how to load an element.
7410 Force arguments to matching mode.
7411 (expand_vector_unop): Likewise.
7412
7413 * simplify-rtx.c (simplify_subreg): Don't assume that all vectors
7414 consist of word_mode elements.
7415 * c-typeck.c (build_binary_op): Allow vector types for BIT_AND_EXPR,
7416 BIT_ANDTC_EXPR, BIT_IOR_EXPR and BIT_XOR_EXPR.
7417 (build_unary_op): Allow vector types for BIT_NOT_EPR.
7418 * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg for
7419 CONST_VECTOR.
7420 * optabs.c (expand_vector_binop): Try to perform operation in
7421 smaller vector modes with same inner size. Add handling of AND, IOR
7422 and XOR. Reject expansion to inner-mode sized scalars when using
7423 OPTAB_DIRECT. Use simplify_gen_subreg on constants.
7424 (expand_vector_unop): Try to perform operation in smaller vector
7425 modes with same inner size. Add handling of one's complement.
7426 When there is no vector negate operation, try a vector subtract
7427 operation. Use simplify_gen_subreg on constants.
7428 * simplify-rtx.c (simplify_subreg): Add capability to convert vector
7429 constants into smaller vectors with same inner mode, and to
7430 integer CONST_DOUBLEs.
7431
7432 2002-07-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7433
7434 * c-parse.in (parsing_iso_function_signature): New variable.
7435 (extdef_1): New, copied from...
7436 (extdef): ... here. Reset parsing_iso_function_signature.
7437 (old_style_parm_decls): Reset parsing_iso_function_signature.
7438 (old_style_parm_decls_1): New, copied from old_style_parm_decls.
7439 Warn about ISO C style function definitions.
7440 (nested_function, notype_nested_function): Reset
7441 parsing_iso_function_signature.
7442 (parmlist_2): Set parsing_iso_function_signature.
7443
7444 * doc/invoke.texi (-Wtraditional): Document new behavior.
7445
7446 2002-07-02 Chris Demetriou <cgd@broadcom.com>
7447
7448 * config.gcc (mips*el-*-*): Use tm_defines to set
7449 TARGET_ENDIAN_DEFAULT, rather than including mips/little.h.
7450 * config/mips/little.h: Remove.
7451
7452 2002-07-02 Devang Patel <dpatel@apple.com>
7453
7454 * objc/objc-act.c (adjust_type_for_id_default): Do not allow an
7455 object as parameter. Prevent something like 'NSObject' to be
7456 used as the type for a method argument.
7457
7458 2002-07-03 Neil Booth <neil@daikokuya.co.uk>
7459
7460 * cpptrad.c: Update comment.
7461
7462 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
7463
7464 * doc/cpp.texi: Update for traditional preprocessing changes.
7465 * goc/cppopts.texi: Similarly.
7466
7467 2002-07-02 Ziemowit Laski <zlaski@apple.com>
7468
7469 * c-parse.in (designator): Enable designated initializers if ObjC.
7470 (objcmessageexpr): Remove references to objc_receiver_context.
7471 * objc/objc-act.h (objc_receiver_context): Remove decl.
7472 * objc/objc-act.c (objc_receiver_context): Remove.
7473 (lookup_objc_ivar): Test objc_method_context instead of
7474 objc_receiver_context.
7475
7476 Tue Jul 2 18:45:45 2002 J"orn Rennecke <joern.rennecke@superh.com>
7477
7478 * sh.c (print_operand, case 'N'): Allow zero vector.
7479 (arith_reg_or_0_operand): Likewise.
7480 (zero_vec_operand): Check for CONST_VECTOR, not PARALLEL.
7481 * sh.h (CONST_COSTS): 0 has 0 cost. Check OUTER_CODE for
7482 IOR, XOR, PLUS and SET and take their respective constant
7483 ranges into account.
7484 (PREDICATE_CODES, arith_reg_or_0_operand): Can be CONST_VECTOR.
7485 * sh.md (subdi3, subdi3_media): Allow zero operand.
7486 (movv8qi_i+3): Only vector that is not split is the zero vector.
7487 Fix operand 3 to simplify_subreg.
7488 (movv2si_i): Split alternative 1.
7489 (mshfhi_l_di_rev+1): New splitter.
7490
7491 2002-07-02 Neil Booth <neil@daikokuya.co.uk>
7492
7493 PR preprocessor/7029
7494 * cppinit.c (cpp_handle_option): Suppress warnings with an
7495 implicit "-w" for "-M" and "-MM".
7496 * doc/cppopts.texi: Update.
7497
7498 2002-07-01 Roger Sayle <roger@eyesopen.com>
7499
7500 * config/sh/sh.c (sh_media_init_builtins): Change use of poisoned
7501 identifier "bzero" to "memset". Pass extra NULL_TREE argument to
7502 builtin_function.
7503
7504 2002-07-02 Alan Modra <amodra@bigpond.net.au>
7505
7506 * README.Portability: Fix typos.
7507
7508 2002-07-01 Hans-Peter Nilsson <hp@axis.com>
7509
7510 PR target/7177
7511 * config/cris/cris.h (LEGITIMIZE_RELOAD_ADDRESS): Correct number
7512 of indirections for register inside sign-extended mem part.
7513
7514 2002-07-01 Roger Sayle <roger@eyesopen.com>
7515
7516 * tree.h: Modify builtin_function interface to take an extra
7517 argument ATTRS, which is a tree representing an attribute list.
7518
7519 * c-decl.c (builtin_function): Accept additional parameter.
7520 * objc/objc-act.c (builtin_function): Likewise.
7521 * f/com.c (builtin_function): Likewise.
7522 * java/decl.c (builtin_function): Likewise.
7523 * ada/utils.c (builtin_function): Likewise.
7524 * cp/decl.c (builtin_function): Likewise.
7525 (builtin_function_1): Likewise.
7526
7527 * c-common.c (c_common_nodes_and_builtins): Pass an additional
7528 NULL_TREE argument to builtin_function. (builtin_function_2):
7529 Likewise.
7530 * cp/call.c (build_java_interface_fn_ref): Likewise.
7531 * objc/objc-act.c (synth_module_prologue): Likewise.
7532 * java/decl.c (java_init_decl_processing): Likewise.
7533 * f/com.c (ffe_com_init_0): Likewise.
7534
7535 * config/alpha/alpha.c (alpha_init_builtins): Pass an additional
7536 NULL_TREE argument to builtin_function.
7537 * config/arm/arm.c (def_builtin): Likewise.
7538 * config/c4x/c4x.c (c4x_init_builtins): Likewise.
7539 * config/i386/i386.c (def_builtin): Likewise.
7540 * config/ia64/ia64.c (def_builtin): Likewise.
7541 * config/rs6000/rs6000.c (def_builtin): Likewise.
7542
7543 2002-07-01 Zack Weinberg <zack@codesourcery.com>
7544
7545 * config/ip2k/t-ip2k: Remove LIBGCC1, CROSS_LIBGCC1, and LIBGCC1_TEST.
7546 * config/mips/t-isa3264: Likewise.
7547 * config/mmix/t-mmix: Likewise.
7548
7549 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
7550
7551 * emit-rtl.c (init_emit_once): Add missing cast to HOST_WIDE_INT.
7552
7553 2002-07-01 Roger Sayle <roger@eyesopen.com>
7554
7555 PR opt/4046
7556 * fold-const.c (fold) [COND_EXPR]: Simplify A ? 0 : 1 to !A,
7557 A ? B : 0 to A && B and A ? B : 1 into !A || B if both A and
7558 B are truth values.
7559
7560 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7561
7562 * config/mmix/t-mmix: Eliminate last reference to LIBGCC1_TEST.
7563
7564 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
7565
7566 * README.Portability (Function prototypes): Give an example of
7567 declaring and defining a function with no arguments.
7568
7569 * README.Portability (Function prototypes): Document new
7570 variable-argument function macros.
7571
7572 Mon Jul 1 19:55:17 2002 J"orn Rennecke <joern.rennecke@superh.com>
7573
7574 * sh.c (langhooks.h): Include.
7575 (sh_init_builtins, sh_media_init_builtins): New functions.
7576 (sh_expand_builtin, arith_reg_dest,and_operand): Likewise.
7577 (mextr_bit_offset, extend_reg_operand, zero_vec_operand): Likewise.
7578 (sh_rep_vec, sh_1el_vec, sh_const_vec): Likewise.
7579 (builtin_description): New struct tag.
7580 (signature_args, bdesc): New arrays.
7581 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Undef / define.
7582 (print_operand): Add 'N' modifier.
7583 * sh.h (VECTOR_MODE_SUPPORTED_P): Add SHmedia vector modes.
7584 (EXTRA_CONSTRAINT_U, EXTRA_CONSTRAINT_W): New macros.
7585 (EXTRA_CONSTRAINT): Add 'U' and 'W' cases.
7586 (CONST_COSTS): Add special case for SHmedia AND.
7587 (PREDICATE_CODES): Add and_operand, arith_reg_dest,
7588 extend_reg_operand, extend_reg_or_0_operand, mextr_bit_offset,
7589 sh_const_vec, sh_1el_vec, sh_rep_vec, zero_vec_operand.
7590 target_operand can also be const or unspec.
7591 * sh.md (UNSPEC_INIT_TRAMP, UNSPEC_FCOSA UNSPEC_FSRRA): New constants.
7592 (UNSPEC_FSINA, UNSPEC_NSB, UNSPEC_ALLOCO): Likewise.
7593 (attribute type): Add new types.
7594 (anddi3): Add splitter.
7595 (movdi_const_16bit+1): Add code to handle vector constants and
7596 bitmasks efficiently.
7597 (shori_media): Have generator function made.
7598 (movv8qi, movv8qi_i, movv8qi_i+1, movv8qi_i+2): New patterns.
7599 (movv8qi_i+3, movv2hi, movv2hi_i, movv4hi, movv4hi_i): Likewise.
7600 (movv2si, movv2si_i, absv2si2, absv4hi2, addv2si3, addv4hi3): Likewise.
7601 (ssaddv2si3, usaddv8qi3, ssaddv4hi3, negcmpeqv8qi): Likewise.
7602 (negcmpeqv2si, negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si): Likewise.
7603 (negcmpgtv4hi, mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub): Likewise.
7604 (mextr_rl, mextr_lr, mextr1, mextr2, mextr3, mextr4, mextr5): Likewise.
7605 (mextr6, mextr7, mmacfx_wl, mmacfx_wl_i, mmacnfx_wl): Likewise.
7606 (mmacnfx_wl_i, mulv2si3, mulv4hi3, mmulfx_l, mmulfx_w): Likewise.
7607 (mmulfxrp_w, mmulhi_wl, mmullo_wl, mmul23_wl, mmul01_wl): Likewise.
7608 (mmulsum_wq, mmulsum_wq_i, mperm_w, mperm_w_little): LIkewise.
7609 (mperm_w_big, mperm_w0, msad_ubq, msad_ubq_i, mshalds_l): Likewise.
7610 (mshalds_w, ashrv2si3, ashrv4hi3, mshards_q, mshfhi_b): Likewise.
7611 (mshflo_b, mshf4_b, mshf0_b, mshfhi_l, mshflo_l, mshf4_l): Likewsie.
7612 (mshf0_l, mshfhi_w, mshflo_w, mshf4_w, mshf0_w, mshfhi_l_di): Likewise.
7613 (mshfhi_l_di_rev, mshflo_l_di, mshflo_l_di_rev): Likewise.
7614 (mshflo_l_di_x, mshflo_l_di_x_rev, ashlv2si3, ashlv4hi3): Likewise.
7615 (lshrv2si3, lshrv4hi3, subv2si3, subv4hi3, sssubv2si3): Likewise.
7616 (ussubv8qi3, sssubv4hi3, fcosa_s, fsina_s, fipr, fsrra_s): Likewise.
7617 (ftrv): Likewise.
7618
7619 (fpu_switch+1, fpu_switch+2): Remove constraint.
7620
7621 2002-07-01 Aldy Hernandez <aldyh@redhat.com>
7622
7623 * tree.c (build_function_type_list): Update function comment.
7624 Rename first argument to return_type.
7625
7626 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
7627
7628 * Makefile.in: Remove all trace of tradcpp.c, tradcpp.h,
7629 tradcif.y and related files.
7630
7631 2002-07-01 Neil Booth <neil@daikokuya.co.uk>
7632
7633 * cpptrad.c (skip_whitespace): Pass pointer to prior char.
7634
7635 2002-07-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7636
7637 * mips.h (FUNCTION_ARG_REGNO_P): Fix parentheses.
7638
7639 See ChangeLog.7 for earlier changes.