]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
[gcc.git] / gcc / ChangeLog
1 2003-07-13 Aaron W. LaFramboise <awlaframboise@aol.com>
2
3 * config/i386/gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.
4
5 2003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6
7 * expr.c (expand_expr, case COMPONENT_REF): If reg, copy OP0 to MEM
8 both if OFFSET specified and if result BLKmode for ARRAY_RANGE_REF.
9
10 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
11
12 PR other/11123
13 * toplev.c: Don't cut off option names.
14
15 2003-07-13 Andreas Jaeger <aj@suse.de>
16
17 * c-decl.c (link_hash_hash): Avoid warning about casting pointer
18 to integer of different size.
19
20 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
21
22 * combine.c (simplify_comparison): Convert (ne (and (not X) 1) 0)
23 to (eq (and X 1) 0).
24
25 2003-07-13 Andreas Jaeger <aj@suse.de>
26
27 * config.gcc: Add pmmintrin.h for x86_64-*-*.
28
29 2003-07-13 Zack Weinberg <zack@codesourcery.com>
30
31 * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).
32 (hashtable.o, line-map.o, mkdeps.o): Likewise, from dependency
33 list. Move these all together down by cpplib.
34
35 * cpplib.h: Don't refer to MAX_WCHAR_TYPE_SIZE when determining
36 definition of CPPCHAR_SIGNED_T.
37
38 * cppcharset.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c, cppinit.c
39 * cpplex.c, cpplib.c, cppmacro.c, cpppch.c, cpptrad.c, hashtable.c
40 * line-map.c, mkdeps.c: Don't include coretypes.h or tm.h.
41
42 * cpphash.c (_cpp_init_hashtable): Don't use gcc_obstack_init.
43 * cppinit.c (cpp_create_reader): Likewise.
44
45 * cpphash.h (scan_out_logical_line): Rename _cpp_scan_out_logical_line.
46 * cpptrad.c: Likewise. All callers changed.
47 * cpplib.c: All callers changed.
48 * c-ppoutput.c: Replace 'uchar' with 'unsigned char' throughout.
49 * hashtable.h: Define GTY(x) to nothing here too.
50
51 2003-07-13 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
52
53 * stor-layout.c (compute_record_mode): Remove very obsolete test
54 that forces BLKmode for records with fields crossing word boundary.
55
56 2003-07-13 Zack Weinberg <zack@codesourcery.com>
57
58 * Makefile.in: Remove orphan reference to acconfig.h.
59
60 2003-07-13 Andreas Jaeger <aj@suse.de>
61
62 * cgraphunit.c: Convert prototypes to ISO C90.
63
64 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
65
66 * fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass
67 (for OpenBSD).
68 * fixinc/fixincl.x: Rebuild.
69
70 2003-07-12 Zack Weinberg <zack@codesourcery.com>
71
72 * configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for
73 i?86-*-*. Use correct name of cache variable.
74 * configure: Regenerate.
75
76 2003-07-12 Kazu Hirata <kazu@cs.umass.edu>
77
78 * config/alpha/alpha.c: Fix comment typos.
79 * config/alpha/alpha.md: Likewise.
80 * config/arm/arm.c: Likewise.
81 * config/arm/arm.md: Likewise.
82 * config/arm/lib1funcs.asm: Likewise.
83 * config/avr/avr.md: Likewise.
84 * config/arm/README-interworking: Fix typos.
85
86 2003-07-12 Kazu Hirata <kazu@cs.umass.edu>
87
88 * c-format.c: Fix comment formatting.
89 * c-typeck.c: Likewise.
90 * coverage.c: Likewise.
91 * cppcharset.c: Likewise.
92 * cpplib.c: Likewise.
93 * dbxout.c: Likewise.
94 * gcov-io.h: Likewise.
95 * toplev.c: Likewise.
96
97 2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
98
99 * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
100 fix.
101
102 2003-07-12 Zack Weinberg <zack@codesourcery.com>
103
104 * aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
105 uses three-argument AC_DEFINE so no acconfig.h entries are
106 needed.
107 (_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers
108 which contains the GAS version number as a scaled integer.
109 (gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers. Add
110 ability to check for ELF assembler.
111 (gcc_GAS_CHECK_FEATURE): New macro.
112 * configure.in: Use gcc_AC_CHECK_TYPE. Rewrite all
113 assembler feature checks using gcc_GAS_CHECK_FEATURE.
114 Use three-argument AC_DEFINE everywhere.
115 * acconfig.h: Deleted.
116 * config.in, configure: Regenerate.
117
118 2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
119
120 * fixinc/inclhack.def (struct_sockaddr): Avoid "fixing" sockaddr_in
121 (on OpenBSD).
122 * fixinc/fixincl.x: Regenerate.
123
124 * fixinc/inclhack.def (gnu_types): Improve comment.
125
126 2003-07-12 Andreas Jaeger <aj@suse.de>
127
128 * fp-test.c (main): Use ISO C90 prototype.
129
130 * version.c: Remove unneded include of ansidecl.h.
131
132 * cgraph.h: Convert prototypes to ISO C90.
133 * cgraph.c: Likewise.
134 * fix-header.c: Likewise.
135 * ra.h: Likewise.
136 * protoize.c: Likewise.
137
138 Sat Jul 12 06:09:38 CEST 2003 Jan Hubicka <jh@suse.cz>
139
140 * cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fix
141 warning.
142
143 Sat Jul 12 03:06:01 CEST 2003 Jan Hubicka <jh@suse.cz>
144 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
145
146 * cgraph.c (cgraph_max_uid): New global variable.
147 (cgraph_node): Set uid field.
148 (create_edge): Keep inline flags consistent.
149 (dump_cgraph): Dump more info.
150 * cgraph.h (struct cgraph_local_info): Remove inline_many and
151 can_inline_once; add inlinable, disgread_inline_limits, and self_insn
152 (struct cgraph_global_info): Add insns, calls, cloned_times,
153 will_be_output.
154 (struct cgraph_node): Add uid.
155 (struct cgraph_edge): Add inline_call.
156 (cgraph_max_uid, cgraph_inline_p): Declare.
157 * cgraph.c: Include params.h and fibheap.h
158 (cgraph_mark_functions_to_inline_once): Kill.
159 (INSNS_PER_CALL): New constant.
160 (ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns): New
161 static variables.
162 (cgraph_finalize_function): Do not analyze inlining.
163 (cgraph_finalize_compilation_unit): Set inlining attributes.
164 (cgraph_mark_functions_to_output): More consistency checks.
165 (cgraph_optimize_function): Set current_function_decl to NULL.
166 (cgraph_expand_function): Use new inline flags.
167 (cgraph_postorder): Expand from cgraph_expand_functions.
168 (INLINED_TIMES, SET_INLINED_TIMES): New macros.
169 (cgraph_inlined_into, cgraph_inlined_callees,
170 cgraph_estimate_size_after_inlining, cgraph_estimate_growth,
171 cgraph_mark_inline, cgraph_check_inline_limits,
172 cgraph_default_inline_p, cgraph_decide_inling_of_small_functions,
173 cgraph_decide_inlining, cgraph_inline_p): New functions.
174 * params.def (PARAM_LARGE_FUNCTION_INSNS, PARAM_LARGE_FUNCTION_GROWTH,
175 PARAM_INLINE_UNIT_GROWTH): New parameters.
176 * tree-inline.c (struct inline_data): New field current_decl.
177 (expand_call_inline): Avoid forward declarations; use
178 inlinable_function_p.
179 (optimize_inline_calls): Set id.current_decl.
180
181 2003-07-11 Andrew Pinski <pinskia@physics.uc.edu>
182
183 * configure.in: Remove wrongly added definition of
184 local_prefix.
185 * configure: Regenerate.
186
187 2003-07-11 Dan Nicolaescu <dann@ics.uci.edu>
188
189 * rtl.def (NOTE): Do not use padding.
190
191 2003-07-11 Dara Hazeghi <dhazeghi@yahoo.com>
192
193 * doc/install.tex: Update required binutils for i?86-*-linux*
194
195 2003-07-11 Richard Henderson <rth@redhat.com>
196
197 * Makefile.in (stage1_build): Force OBJS-onestep=OBJS.
198
199 2003-07-11 Mark Mitchell <mark@codesourcery.com>
200
201 * varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of
202 TRANSLATION_UNIT_DECL as top_level.
203
204 2003-07-11 Jakub Jelinek <jakub@redhat.com>
205
206 * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists,
207 then fall back to cmpstrM.
208 * builtins.c (expand_builtin_memcmp): Likewise.
209 * config/s390/s390-protos.h (s390_expand_cmpstr): Rename to...
210 (s390_expand_cmpmem): ... this.
211 * config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64,
212 cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed
213 from cmpstr* patterns. Rename call to s390_expand_cmpstr
214 to s390_expand_cmpmem.
215 * config/s390/s390.c (s390_expand_cmpstr): Rename to...
216 (s390_expand_cmpstr): ... this. Rename cmpstr* instructions
217 to cmpmem*.
218 * config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from
219 cmpstr* patterns.
220 * doc/md.texi (cmpstrM): Describe as String compare insn, not
221 Block compare insn.
222 (cmpmemM): Add.
223
224 2003-07-11 Loren James Rittle <ljrittle@acm.org>
225
226 * config/i386/freebsd.h (SET_ASM_OP): Remove.
227 (SUBTARGET_OVERRIDE_OPTIONS): Handle TARGET_64BIT case.
228 (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, DBX_REGISTER_NUMBER
229 MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace.
230
231 2003-07-11 Richard Henderson <rth@redhat.com>
232
233 * function.c (assign_parms): Don't recombine complex args if
234 fnargs is unchanged from orig_fnargs.
235 (split_complex_args): Return args without complex before copying.
236 Re-layout the modified parameters.
237
238 2003-07-11 J"orn Rennecke <joern.rennecke@superh.com>
239
240 * regclass.c (choose_hard_reg_mode): Add third argument.
241 Changed all callers.
242 * rtl.h (choose_hard_reg_mode): Update declaration.
243 * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes):
244 Take HARD_REGNO_CALL_PART_CLOBBERED into account.
245
246 2003-07-11 Geoffrey Keating <geoffk@apple.com>
247
248 * c-decl.c (finish_decl): Handle 'used' here...
249 * cgraphunit.c (cgraph_finalize_function): ... and here ...
250 * c-common.c: (handle_used_attribute): ... not here.
251
252 * configure.in (onstep): Support --enable-intermodule.
253 * Makefile.in (OBJS-common): New.
254 (OBJS-md): New.
255 (OBJS-archive): New.
256 (OBJS): Build from OBJS-common, OBJS-md, OBJS-archive.
257 (OBJS-onestep): New.
258 (libbackend.a): Support @onestep@.
259 (libbackend.o): New.
260 * configure: Regenerate.
261
262 * c-common.h (c_reset_state): New prototype.
263 (c_parse_file): New prototype.
264 (finish_file): Move prototype from c-tree.h.
265 * c-decl.c: Include <hashtab.h>.
266 (builtin_decls): New.
267 (current_file_decl): New.
268 (duplicate_decls): Add extra parameter. Change all callers. Don't
269 output duplicate common symbols.
270 (link_hash_hash): New.
271 (link_hash_eq): New.
272 (poplevel): Handle popping of the top level.
273 (warn_if_shadowing): Handle TRANSLATION_UNIT_DECL.
274 (pushdecl): Set DECL_CONTEXT to TRANSLATION_UNIT_DECL if appropriate.
275 (pushdecl_top_level): Likewise.
276 (redeclaration_error_message): Handle TRANSLATION_UNIT_DECL.
277 (c_init_decl_processing): Create TRANSLATION_UNIT_DECL.
278 (finish_decl): Handle TRANSLATION_UNIT_DECL.
279 (merge_translation_unit_decls): New.
280 (c_write_global_declarations): New.
281 (c_reset_state): New.
282 (implicitly_declare): Handle TRANSLATION_UNIT_DECL.
283 * c-lang.c (LANG_HOOKS_WRITE_GLOBALS): New.
284 * c-objc-common.c (c_cannot_inline_tree_fn): Handle
285 TRANSLATION_UNIT_DECL.
286 (c_objc_common_finish_file): Call merge_translation_unit_decls.
287 * c-opts.c (in_fnames): Rename from in_fname.
288 (c_common_decode_option): Handle multiple input filenames.
289 (c_common_post_options): Likewise.
290 (c_common_parse_file): Likewise; also, call c_parse_file rather than
291 yyparse.
292 * c-parse.in: Move cleanup code to c_parse_file.
293 (free_parser_stacks): Move contents to c_parse_file.
294 (c_parse_file): New.
295 * c-tree.h (union lang_tree_node): Chain along TYPE_NEXT_VARIANT
296 for integer types.
297 (C_DECL_FILE_SCOPE): New.
298 (finish_file): Move prototype to c-common.h.
299 (merge_translation_unit_decls): New prototype.
300 (comptypes): Add extra parameter to prototype.
301 (c_write_global_declarations): New prototype.
302 * c-typeck.c (tagged_types_tu_compatible_p): New.
303 (function_types_compatible_p): Add extra parameter, change all callers.
304 (type_lists_compatible_p): Likewise.
305 (comptypes): Likewise.
306 (struct tagged_tu_seen): New.
307 (tagged_tu_seen_base): New.
308 (build_unary_op): Handle TRANSLATION_UNIT_DECL.
309 (c_mark_addressable): Remove #if 0 code.
310 * calls.c (special_function_p): Handle TRANSLATION_UNIT_DECL, add
311 comment explaining why it shouldn't have to.
312 * cgraph.h (struct cgraph_node): Add chain_next and chain_prev GTY
313 options.
314 * cppinit.c (cpp_read_next_file): New.
315 (cpp_read_main_file): Use it.
316 * cpplib.c (undefine_macros): New.
317 (cpp_undef_all): New.
318 * cpplib.h (cpp_read_next_file): Prototype.
319 (cpp_undef_all): Prototype.
320 * langhooks-def.h (write_global_declarations): Remove prototype.
321 * toplev.h (write_global_declarations): Add prototype.
322 * tree.c (decl_type_context): Use switch statement, handle
323 TRANSLATION_UNIT_DECL.
324 * tree.def: Update documentation for TRANSLATION_UNIT_DECL.
325 (TRANSLATION_UNIT_DECL): New kind of tree.
326 * tree.h: Update documentation for TRANSLATION_UNIT_DECL.
327 * Makefile.in (c-decl.o): Add $(HASHTAB_H) to dependencies.
328 * doc/invoke.texi: Make attempt to document new functionality.
329
330 2003-05-19 Per Bothner <bothner@apple.com>
331
332 * gcc.c (combine_inputs): New.
333 (process_command): Set combine_inputs.
334 (do_spec_1): Handle combine_inputs.
335 (main): Likewise.
336
337 2003-07-10 James E Wilson <wilson@tuliptree.org>
338
339 PR optimization/9745
340 * loop.c (loop_iv_add_mult_emit_before): Call loop_regs_update before
341 loop_insn_emit_before.
342 (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
343
344 2003-07-10 Zack Weinberg <zack@codesourcery.com>
345
346 * cppcharset.c: Fix comment.
347 (iconv_close [!HAVE_ICONV]): #define to (void)0 to prevent warning.
348 (EILSEQ): #define to EINVAL if not already defined.
349 (convert_using_iconv): #if out when !HAVE_ICONV.
350 (init_iconv_desc): Handle !HAVE_ICONV here...
351 (cpp_init_iconv): ...not here.
352
353 2003-07-11 Neil Booth <neil@daikokuya.co.uk>
354
355 * common.opt: More --help messages.
356 * opts.c (print_help): Use puts().
357 * toplev.c (f_options): Remove help text.
358 (display_help): Don't dump f_options.
359
360 2003-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
361
362 * fixinc/mkfixinc.sh: Drop reference to unsupported alpha-*-interix*.
363 Move i?86-*-interix* to the don't-fix list.
364 * fixinc/fixinc.interix: Delete with extreme prejudice.
365
366 2003-07-10 Dara Hazeghi <dhazeghi@yahoo.com>
367
368 PR bootstrap/10758
369 * doc/install.texi: Document requirements for ia64-*-hpux* target.
370
371 2003-07-10 Roger Sayle <roger@eyesopen.com>
372
373 * config/ia64/hpux.h (TARGET_C99_FUNCTIONS): Define.
374
375 2003-07-10 Zack Weinberg <zack@codesourcery.com>
376
377 * cppcharset.c (one_utf8_to_cppchar, one_cppchar_to_utf8,
378 one_utf8_to_utf32, one_utf32_to_utf8, one_utf8_to_utf16,
379 one_utf16_to_utf8, conversion_loop, convert_utf8_utf16,
380 convert_utf8_utf32, convert_utf16_utf8, convert_utf32_utf8,
381 convert_no_conversion, convert_using_iconv): New functions.
382 (APPLY_CONVERSION): New macro.
383 (struct conversion, conversion_tab): New data structure.
384 (init_iconv_desc): Check conversion_tab for a custom conversion
385 primitive before trying to use iconv.
386 (convert_cset): Deleted.
387 (cpp_init_iconv): Use UTF- terminology, not UCS-.
388 (_cpp_destroy_iconv): Update to match.
389 (_cpp_valid_ucn): We don't need iconv to implement UCNs.
390 (convert_ucn): Use one_cppchar_to_utf8 and APPLY_CONVERSION.
391 (convert_escape, cpp_interpret_string): Use APPLY_CONVERSION.
392 (_cpp_interpret_string_notranslate): New function, moved here
393 from cpplib.c.
394
395 * cpphash.h (convert_f, struct cset_converter): New types.
396 (struct cpp_reader): narrow_cset_desc and wide_cset_desc
397 are now struct cset_converter, not bare iconv_t.
398 Update prototypes.
399 * cpplib.c (interpret_string_notranslate): Moved to cppcharset.c;
400 all callers changed.
401
402 2003-07-10 Kelley Cook <kelleycook@wideopenwest.com>
403
404 * Makefile.in (options.h): Depend on Makefile. Add move-if-change
405 to opts.sh command line.
406 * opts.sh: Write to temporary files with a move-if-change at the end.
407
408 2003-06-30 Denis Chertykov <denisc@overta.ru>
409 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
410
411 * combine.c (gen_binary): Handle the CLOBBER rtx and
412 don't build a binary operation with it.
413
414 2003-07-10 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
415
416 * gcse.c (load_kills_store, find_loads, store_killed_in_insn,
417 store_killed_after, store_killed_before): Keep track of the correct
418 dependency function to use.
419
420 2003-07-10 Steven Bosscher <steven@gcc.gnu.org>
421 * toplev.c (do_compile): Don't try to open dump files before
422 lang_dependent_init initializes dump_base_name.
423
424 2003-07-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
425
426 * config/arm/arm.c (arm_init_iwmmxt_builtins, arm_expand_builtin):
427 Use ARRAY_SIZE.
428 * config/frv/frv.c (frv_expand_builtin): Likewise.
429 * config/sh/sh.c (sh_media_init_builtins): Likewise.
430
431 2003-07-09 Mark Mitchell <mark@codesourcery.com>
432
433 PR c++/10032
434 * doc/invoke.texi (C++ Dialect Options): Change documentation of
435 -fpermissive.
436
437 2003-07-10 J"orn Rennecke <joern.rennecke@superh.com>
438
439 * tm.texi (RETURN_ADDR_OFFSET): Document.
440
441 2003-07-10 Nathan Sidwell <nathan@codesourcery.com>
442
443 * gcov-io.h: Update documentation.
444 (GCOV_UNSIGNED2STRING): New.
445 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
446 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
447 GCOV_TAG_SUMMARY_LENGTH): Adjust.
448 (GCOV_TAG_BLOCKS_NUM, GCOV_TAG_ARCS_NUM,
449 GCOV_TAG_COUNTER_NUM): New.
450 (GCOV_BLOCK_SIZE): Number of words.
451 (gcov_var): Adjust buffer type.
452 * gcov-io.c (gcov_write_bytes, gcov_read_bytes): Rename to ...
453 (gcov_write_words, gcov_read_words): ... here. Take a 4-byte word
454 count, not byte count.
455 (gcov_open): Adjust overread init.
456 (gcov_allocate, gcov_write_unsigned, gcov_write_counter,
457 gcov_write_string, gcov_write_tag, gcov_write_length,
458 gcov_write_tag_length): Adjust.
459 (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
460 (gcov_sync, gcov_seek): Adjust.
461 * gcov-dump.c (print_usage): Show gcc version only.
462 (dump_file): Use GCOV_UNSIGNED2STRING.
463 (tag_blocks, tag_arcs, tag_counters): Use GCOV_TAG_*_NUM macros.
464 * gcov.c (print_version): Show gcc version only.
465 (read_graph_file): Use GCOV_UNSIGNED2STRING. Use
466 GCOV_TAG_*_NUM macros.
467 (read_count_file): Use GCOV_UNSIGNED2STRING. Use
468 GCOV_TAG_COUNTER_LENGTH.
469 * coverage.c (read_counts_file): Use GCOV_UNSIGNED2STRING.
470 Use GCOV_TAG_COUNTER_NUM.
471 * libgcov.c (gcov_version): Use GCOV_UNSIGNED2STRING.
472 (__gcov_merge_single, __gcov_merge_delta): Use GCOV_CHECK.
473
474 2003-07-10 Andreas Schwab <schwab@suse.de>
475
476 * gcov-dump.c (dump_file): Fix missing address operator.
477
478 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
479
480 PR c/11449
481 * fold-const.c (sign_bit_p): Return EXP if VAL is the sign bit
482 of HOST_WIDE_INT.
483 (fold_single_bit_test): If sign_bit_p() fails, assume that the
484 bit being tested is not a sign bit.
485
486 2003-07-10 Kazu Hirata <kazu@cs.umass.edu>
487
488 * config/h8300/h8300.md (a peephole2): New.
489
490 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
491
492 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
493 * config/mn10300/linux.h (LINK_SPEC): Rename the dynamic linker
494 from ld-linux.so.2 to ld.so.1.
495 2001-11-18 Alexandre Oliva <aoliva@redhat.com>
496 * config/mn10300/linux.h (LINK_SPEC): -lpthread, not -lthread.
497 * config/mn10300/linux.h (LINK_SPEC): Don't handle -Wl,-rpath
498 nor -Wl,-rpath-link.
499 (LIB_SPEC): Add -rpath-link if !static.
500 2001-08-22 Alexandre Oliva <aoliva@redhat.com>
501 * config/mn10300/mn10300.c (mn10300_protect_label): New
502 variable.
503 * config/mn10300/linux.h (PRINT_OPERAND,
504 PRINT_OPERAND_ADDRESS): Set it during their execution.
505 (ASM_OUTPUT_LABELREF): Output `+' before symbol name if
506 mn10300_protect_label is set.
507 * config/mn10300/linux.h (LINK_SPEC): Recognize -Wl,-rpath and
508 -Wl,-rpath-link.
509 (LIB_SPEC, STARTFILE_SPEC): Define.
510 2001-05-11 Alexandre Oliva <aoliva@redhat.com>
511 * config/mn10300/t-linux (dp-bit.c, fp-bit.c): Don't define
512 FLOAT_BIT_ORDER_MISMATCH.
513 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
514 * config.gcc (am33_2.0-*-linux*): Added.
515 * config/mn10300/linux.h: New.
516 * config/mn10300/t-linux: New.
517
518 2003-07-10 Andreas Jaeger <aj@suse.de>
519
520 * fold-const.c: Properly wrap prototypes.
521
522 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
523
524 2003-06-16 Alexandre Oliva <aoliva@redhat.com>
525 * config/mn10300/mn10300.c (mn10300_unspec_int_label_counter):
526 Moved from...
527 * config/mn10300/mn10300.md (GOTaddr2picreg): ... here.
528 * config/mn10300/mn10300.h: GTY-declare it.
529 2003-06-11 Alexandre Oliva <aoliva@redhat.com>
530 * config/mn10300/mn10300.c (mn10300_encode_section_info): Fix
531 prototype. Use incoming RTL argument.
532 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
533 * config/mn10300/mn10300.md (int_label): Move C statements...
534 (GOTaddr2picreg): ... here.
535 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
536 * config/mn10300/mn10300.h (ENCODE_SECTION_INFO): Move...
537 * config/mn10300/mn10300.c (mn10300_encode_section_info):
538 ... here. New function.
539 (TARGET_ENCODE_SECTION_INFO): Define to it.
540 2001-11-04 Alexandre Oliva <aoliva@redhat.com>
541 * config/mn10300/mn10300.md (builtin_setjmp_receiver): Fix typo in
542 pattern name.
543 (mn10300_loadPC): Define as insn splittable after reload.
544 2001-05-13 Alexandre Oliva <aoliva@redhat.com>
545 * config/sh/mn10300.h (JUMP_TABLES_IN_TEXT_SECTION): Let them
546 be defined in .rodata even in PIC, now that the assembler
547 supports that.
548 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
549 * config/mn10300/mn10300.h (GOT_SYMBOL_NAME): Don't let the
550 symbol take an underscore prefix.
551 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
552 * config/mn10300/mn10300-protos.h (legitimate_pic_operand_p,
553 legitimize_pic_address): Declare.
554 * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Mark
555 the PIC register as fixed.
556 (EXTRA_CONSTRAINT): Match UNSPEC_PLT and UNSPEC_PIC for 'S'.
557 (GO_IF_LEGITIMATE_ADDRESS): Require legitimate_pic_operand for
558 PIC.
559 (LEGITIMATE_PIC_OPERAND_P): Define.
560 (PIC_OFFSET_TABLE_REGNUM): Define.
561 (GOT_SYMBOL_NAME): Define.
562 (SYMBOLIC_CONST_P): Define.
563 (ENCODE_SECTION_INFO): Use SYMBOL_REF_FLAG to mark local
564 symbols.
565 (MN10300_GLOBAL_P): Test it.
566 (OUTPUT_ADDR_CONST_EXTRA): Handle PIC-related unspecs.
567 (JUMP_TABLES_IN_TEXT_SECTION): Enable for PIC.
568 * config/mn10300/mn10300.c (print_operand): Handle unspec.
569 (expand_prologue): Set PIC register.
570 (call_address_operand): Don't match SYMBOL_REFs in PIC.
571 (legitimize_address): Call legitimize_pic_address.
572 (legitimize_pic_address): New fn.
573 (legitimate_pic_operand_p): New fn.
574 * config/mn10300/mn10300.md (PIC_REG, SP_REG): New constants.
575 (UNSPEC_INT_LABEL, UNSPEC_PIC, UNSPEC_GOT, UNSPEC_GOTOFF,
576 UNSPEC_PLT): New constants.
577 (pop_pic_reg): New insn.
578 (movsi): Adjust non-PIC addresses.
579 (builtin_setjmp_receiver): Restore the PIC register.
580 (casesi): New insn.
581 (call): Adjust non-PIC addresses.
582 (int_label, GOTaddr2picreg): New expands.
583 (am33_loadPC): New insn.
584 (mn10300_loadPC): New expand.
585 (call_next_insn): New insn.
586 (add_GOT_to_pic_reg): New expand.
587 (symGOT2reg, symGOT2reg_i): New expands.
588 (symGOTOFF2reg, symGOTOFF2reg_i): New expands.
589 (sym2PIC, sym2PLT): New expands.
590
591 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
592
593 * config/mn10300/mn10300.h (PREDICATE_CODES): Define.
594 2001-05-01 Alexandre Oliva <aoliva@redhat.com>
595 * config/mn10300/mn10300.md (sqrtsf2): flag_fast_math was renamed
596 to flag_unsafe_math_optimizations.
597 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
598 * config/mn10300/mn10300.c (expand_prologue): Mark
599 FP-register-saving insns as frame-related.
600 2001-02-13 Alexandre Oliva <aoliva@redhat.com>
601 * config/mn10300/mn10300.c
602 (mn10300_get_live_callee_saved_regs): Don't search past
603 LAST_EXTENDED_REGNUM.
604 (mn10300_gen_multiple_store, store_multiple_operation): Likewise.
605 * config/mn10300/mn10300.md: Remove excessive line breaks from
606 `@' output patterns that were accounted as additional
607 alternatives.
608 * config/mn10300/mn10300.md, config/mn10300/mn10300.c:
609 Re-introduce changes accidentally removed in Richard Sandiford's
610 2000-12-05's patch.
611 * config/mn10300/t-mn10300 (MULTILIB_OPTIONS, MULTILIB_DIRNAMES):
612 Re-instate am33-2 lost in merge from net GCC.
613 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
614 * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Added
615 floating-point registers.
616 2000-08-07 Alexandre Oliva <aoliva@redhat.com>
617 * config/mn10300/mn10300.md (movdf): Revert some am33-specific
618 pessimizations that had gone in on 2000-05-08.
619 2000-06-28 Graham Stott <grahams@cygnus.co.uk>
620 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Fix typo.
621 2000-06-22 Graham Stott <grahams@cygnus.co.uk>
622 * config/mn10300/mn10300.md (movqi): Use nonimmediate_operand for
623 operand 0.
624 * (movhi): Likewise.
625 * (movsi): Likewise.
626 * (movsf): Likewise.
627 * (movdi): Likewise.
628 * (movdf): Likewise.
629 Wed May 24 13:16:09 2000 Alexandre Oliva <aoliva@cygnus.com>
630 * config/mn10300/mn10300.c (fp_regs_to_save): New function.
631 (can_use_return_insn, initial_offset): Add fp_regs_to_save.
632 (expand_prologue, expand_epilogue): Save and restore FP regs.
633 2000-05-20 Alexandre Oliva <aoliva@cygnus.com>
634 * config/mn10300/mn10300.md (movdi, movdf): 64-bit clean-up.
635 2000-05-13 Alexandre Oliva <aoliva@cygnus.com>
636 * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2, addsf3,
637 subsf3, mulsf3, divsf3, fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4):
638 Do not clobber cc0.
639 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
640 * config/mn10300/mn10300.md (abssf2, negsf2, rsqrtsf2):
641 Discourage the two-argument, longer opcodes.
642 (addsf3, subsf3, mulsf3, divsf3): Likewise for three-argument
643 ones.
644 * config/mn10300/mn10300.h (struct mn10300_cc_status_mdep): New.
645 (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Define.
646 * config/mn10300/mn10300.md (cmpsf): New pattern.
647 (branch): Test mdep.fpCC and output fbCC.
648 * config/mn10300/mn10300.c (print_operand): Output conditions.
649 (notice_cc_update): Recognize fcmp and set mdep.fpCC.
650 2000-05-10 Alexandre Oliva <aoliva@cygnus.com>
651 * config/mn10300/mn10300.md (movsf, movdf, addsf3, subsf3,
652 mulsf3, divsf3): Use the `F' constraint for FP values.
653 * config/mn10300/mn10300.c (const_1f_operand): New function.
654 * config/mn10300/mn10300-protos.h (const_1f_operand): Declare.
655 * config/mn10300/mn10300.md (sqrtsf2): New expand.
656 (rsqrtsf2): New insn.
657 2000-05-09 Alexandre Oliva <aoliva@cygnus.com>
658 * config/mn10300/mn10300.md (movdf): Oops, I missed it in my
659 previous check-in.
660 2000-05-08 Alexandre Oliva <aoliva@cygnus.com>
661 * config/mn10300/mn10300.md (abssf2, negdf2): On
662 TARGET_AM33_2, expand to...
663 (abssf2_am33_2, negdf2_am33_2): New insns.
664 (addsf3, subsf3, mulsf3, divsf3): Likewise.
665 (fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4): Likewise.
666 * config/mn10300/mn10300.md (movqi, movhi, movsi, movsf,
667 movdi, movdf): Added FP regs.
668 * invoke.texi (-mam33-2, -mno-am33-2): Document.
669 2000-04-29 Alexandre Oliva <aoliva@cygnus.com>
670 * config/mn10300/mn10300.h (FIRST_FP_REGNUM, LAST_FP_REGNUM):
671 New macros.
672 (REGNO_AM33_2_FP_P): Renamed to...
673 (REGNO_FP_P): Redefine in terms of FIRST_* and LAST_*.
674 (CONDITIONAL_REGISTER_USAGE, REGNO_REG_CLASS): Likewise.
675 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
676 * config/mn10300/mn10300.h (REG_CLASS_CONTENTS): Remove FP
677 regs from GENERAL_REGS.
678 2000-04-27 Alexandre Oliva <aoliva@cygnus.com>
679 * config/mn10300/mn10300.h (REGNO_AM33_2_FP_P): New macro.
680 * config/mn10300/mn10300.c (mn10300_address_cost): Added FP_REGS.
681 * config/mn10300/mn10300.h (REGISTER_MOVE_COST): Added FP_REGS.
682 2000-04-23 Alexandre Oliva <aoliva@cygnus.com>
683 * config/mn10300/mn10300.h (CLASS_CANNOT_CHANGE_SIZE): Defined
684 as FP_REGS.
685 2000-04-21 Alexandre Oliva <aoliva@cygnus.com>
686 * config/mn10300/mn10300.h (OK_FOR_Q): New macro.
687 (EXTRA_CONSTRAINT): Added OK_FOR_Q.
688 * config/mn10300/mn10300.c (secondary_reload_class): Adjust.
689 * config/mn10300/mn10300.c (print_operand): Support `D' for doubles.
690 * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Adjust.
691 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER): Added
692 AM33/2.0 floating-point registers.
693 (CONDITIONAL_REGISTER_USAGE): Adjust.
694 (enum reg_class, REG_CLASS_NAMES): Added FP_REGS and FP_ACC_REGS.
695 (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Adjust.
696 (REG_CLASS_FROM_LETTER): Added `f' and `A'.
697 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Adjust.
698 * config/mn10300/t-mn10300 (MULTILIB_OPTIONS): Added am33-2.
699 (MULTILIB_DIRNAMES): Likewise.
700 * config/mn10300/mn10300.h (CPP_SPEC): Define `__AM33__=2' and
701 `__AM33_2__' when `-mam33-2' is given.
702 (TARGET_AM33_2): Define.
703 (TARGET_SWITCHES): Adjust.
704 * config/mn10300/mn10300.c (asm_file_start): Print `.am33_2'
705 when appropriate.
706
707 2003-07-09 Matt Kraai <kraai@alumni.cmu.edu>
708
709 * doc/install.texi: Add missing @.
710
711 2003-07-09 Bob Wilson <bob.wilson@acm.org>
712
713 * config/xtensa/xtensa.h (CRT_CALL_STATIC_FUNCTION): Define.
714
715 2003-07-09 Aldy Hernandez <aldyh@redhat.com>
716
717 PR/11144
718 * config/i386/i386.c (ix86_function_arg_boundary): Remove abort.
719
720 2003-07-09 Nathanael Nerode <neroden@gcc.gnu.org>
721
722 PR bootstrap/11043
723 * config/arc/t-arc: Replace bogus references to "x-crtinit.o",
724 "x-crtfini.o" with "crtinit.o", "crtfini.o".
725
726 * fixinc/inclhack.def (limits_ifndefs): Add select test.
727 * fixinc/fixincl.x: Rebuild.
728
729 * fixinc/inclhack.def (math_exception): Improve bypass and comment.
730 * fixinc/fixincl.x: Rebuild.
731
732 2003-07-09 Hans-Peter Nilsson <hp@bitrange.com>
733
734 * doc/install.texi (Configuration): Document the valgrind option
735 to --enable-checking.
736
737 Wed Jul 9 16:16:30 CEST 2003 Jan Hubicka <jh@suse.cz>
738
739 * objc-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
740
741 2003-07-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
742
743 * c-lex.c (cb_ident): Cast cstr.text to const char *.
744
745 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
746
747 * gcov-io.h: Update documentation.
748 (GCOV_GRAPH_SUFFIX, GCOV_GRAPH_MAGIC): Rename to GCOV_NOTE_SUFFIX,
749 GCOV_NOTE_MAGIC.
750 (GCOV_DATA_SUFFIX, GCOV_NOTE_SUFFIX): Update.
751 (GCOV_DATA_MAGIC, GCOV_NOTE_MAGIC): Make non-palindromic.
752 (struct gcov_var): Change buffer's type. Add endian flag.
753 (gcov_open): Remove mode in libgcov.
754 (gcov_magic): Prototype.
755 * gcov-io.c (from_file): New.
756 (gcov_open): Clear endian flag.
757 (gcov_magic): New.
758 (gcov_write_bytes, gcov_read_bytes): Return gcov_unsigned_t
759 pointers.
760 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
761 gcov_write_tag, gcov_write_length, gcov_write_tag_length): Update.
762 (gcov_read_unsigned, gcov_read_counter, gcov_read_string): Update.
763 * gcov-iov.c (main): Correct cast.
764 * coverage.c (read_counts_file): Use gcov_magic. Remove endianness
765 conversion.
766 (gcov_begin_output): Use GCOV_NOTE_MAGIC.
767 (coverage_init): Use GCOV_NOTE_SUFFIX.
768 * libgcov.c (gcov_version_mismatch): Remove endianness conversion.
769 Rename to gcov_version, and return flag.
770 (gcov_exit): Use gcov_version.
771 (__gcov_init): Use gcov_version.
772 * Makefile.in (coverageexts): Update.
773 * gcov.c (print_version): Remove endianness conversion.
774 (create_file_names): Use GCOV_NOTE_SUFFIX.
775 (read_graph_file): Use gcov_magic.
776 (read_count_file): Likewise.
777 * gcov-dump.c (dump_file): Remove endianness conversion, use
778 gcov_magic.
779
780 2003-07-09 Nathan Sidwell <nathan@codesourcery.com>
781
782 * configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable
783 coverage is on.
784 * configure: Regenerated.
785 * Makefile.in (ALL_CFLAGS): Correct its comment.
786
787 2003-07-08 Mark Mitchell <mark@codesourcery.com>
788
789 * fold-const.c (make_range): Do not access operand 1 for a
790 zero-operand operator.
791
792 2003-07-09 Neil Booth <neil@daikokuya.co.uk>
793
794 * toplev.c (warn_dummy, W_options): Die.
795 (display_help): Don't print W_options.
796 * common.opt: Add W_options help from toplev.c.
797
798 2003-07-09 Andreas Jaeger <aj@suse.de>
799
800 * opts.c (wrap_help): Only pass int arguments as arguments to
801 printf's '*' modifier. Change argument of function.
802
803 2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
804
805 * doc/invoke.texi: Fix misspelling of "@item".
806
807 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
808
809 * config/i386/i386.md: Remove an old comment about
810 NOTICE_UPDATE_CC.
811
812 Wed Jul 9 03:00:10 CEST 2003 Jan Hubicka <jh@suse.cz>
813
814 * cgraph.c (cgraph_node_name): New function.
815 (dump_cgraph): Use it.
816 * cgraph.h (cgraph_dump_file): Declare.
817 (cgraph_node_name): Declare.
818 * cgraphunit.c: Include timevar.h
819 (cgraph_finalize_compilation_unit): Use timevar; reorganize dumps.
820 (cgraph_optimize_function): Use TV_INTEGRATION.
821 (cgraph_mark_local_functions): reorganize dumps.
822 (cgraph_mark_functions_to_inline_once): Likewise.
823 (cgraph_optimize): Likewise; use timevar.
824 * timevar.def (TV_CGRAPH, TV_CGRAPHOPT): New.
825 * toplev.c (dump_file_index): Add DFI_cgraph.
826 (dump_file_info): Likewise.
827 (cgraph_dump_file): New global variable.
828 (do_compile): Open and close cgraph dump.
829 * invoke.texi (-d): Document new flag; renumber.
830
831 2003-07-08 Roger Sayle <roger@eyesopen.com>
832
833 PR c/11370
834 * calls.c (emit_call_1): Don't bother popping the arguments off of
835 the stack after a noreturn function call; The adjustment is dead.
836 (expand_call): Likewise.
837
838 2003-07-08 Geoffrey Keating <geoffk@apple.com>
839
840 * expr.c (MOVE_MAX_PIECES): Move from here...
841 * defaults.h (MOVE_MAX_PIECES): ... to here.
842
843 2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
844
845 * Makefile.in (stage1-start): Handle an empty SUBDIRS.
846
847 2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
848
849 * genattr.c (internal_dfa_insn_code): Don't prototype.
850 * genattrtab.c (attr_desc): Add `static_p' field.
851 (expand_units): Make blockage range and ready cost functions
852 static.
853 (write_attr_get): Don't add extern prototypes in C file. Mark
854 static functions as appropriate.
855 (find_attr, make_internal_attr): Initialize static_p.
856 * genattrtab.h (ATTR_STATIC): New macro.
857 * genautomata.c (output_internal_reset_func): Mark output function
858 as inline.
859 (make_internal_dfa_insn_code_attr): Mark output function as static.
860
861 2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
862
863 * genattrtab.h: Add new macros for attr `special' flags.
864 * genattrtab.c (attr_desc): Reorder/resize fields better.
865 Use attr `special' macros in all calls to make_internal_attr.
866 * genautomata.c: Likewise.
867
868 Wed Jul 9 02:25:39 CEST 2003 Jan Hubicka <jh@suse.cz>
869
870 * c-common.c (c_estimate_num_insns_1): New static function.
871 (c_estimate_num_insns): New global function.
872 * c-common.h (DECL_NUM_STMTS): Rename to...
873 (DECL_ESTIMATED_INSNS): ... this.
874 (c_estimate_num_insns): Declare.
875 * c-decl.c (duplicate_decls): Use DECL_ESTIMATED_INSNS.
876 * c-lang.c (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS): New.
877 * c-semantics.c (add_stmt): Do not account statements.
878 * langhooks-def.h (LANG_HOOKS_TREE_INLINING_ESTIMATE_NUM_INSNS):
879 New.
880 * langhooks.h (lang_hooks_for_tree_inlining): Add
881 estimate_num_insns
882 * params.def (max-inline-insns-auto, max-inline-insns-auto): set
883 to 100.
884 (max-inline-insns): set to 300.
885 (min-inline-insns): set to 10.
886 * tree-inline.c (struct inline_data): Rename inlined_stmts to
887 inlined-insns.
888 (INSNS_PER_STMT): Kill.
889 (inlinable_function_p): Compute and store body size.
890 (expand_call_inline): Likewise.
891 (optimize_inline_calls): Likewise.
892
893 2003-07-08 James E Wilson <wilson@tuliptree.org>
894
895 PR target/10021
896 * emit-rtl.c (set_mem_attribute_minus_bitpos): When handle ARRAY_REF,
897 loop over new variable t2 instead of t.
898
899 2003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
900
901 PR bootstrap/11455
902 * config/i386/winnt.c: Replace use of error(), warning() with
903 error_with_decl(), warning_with_decl(), throughout.
904
905 2003-07-08 Neil Booth <neil@daikokuya.co.uk>
906
907 * opts.c (wrap_help): Use unsigned int, not size_t.
908
909 2003-07-08 Stephane Carrez <stcarrez@nerim.fr>
910
911 * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
912 as .file/.loc directives are incompatible with linker relaxation.
913
914 2003-07-08 Zack Weinberg <zack@codesourcery.com>
915
916 * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
917 * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
918 * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
919 * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
920 * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
921 * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
922 Escape { and } characters which are not part of range expressions.
923 * fixinc/fixincl.x: Regenerate.
924 * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
925
926 2003-07-08 Steven Bosscher <steven@gcc.gnu.org>
927
928 PR c/1687
929 * tree-inline.c (find_alloca_call): Use
930 walk_tree_without_duplicates, instead of walk_tree.
931 (find_builtin_longjmp_call): Likewise.
932 * c-objc-common.c (c_cannot_inline_fn): Likewise.
933 * c-semantics.c (find_reachable_label): Likewise.
934
935 2003-07-08 Jakub Jelinek <jakub@redhat.com>
936
937 PR c/11420
938 * config/i386/i386.c (ix86_check_movabs): New function.
939 * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
940 * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
941 (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
942
943 2003-07-08 Chris Demetriou <cgd@broadcom.com>
944
945 * Makefile.in (install-po): Cope with empty CATALOGS.
946
947 2003-07-08 Richard Sandiford <rsandifo@redhat.com>
948
949 * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
950 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
951 (SECTION_FUNCTION_TEMPLATE): Delete.
952 * config/mips/elf.h: As for elf64.h.
953 (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
954 * config/mips/linux.h: As for elf.h
955 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
956 * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
957 (EXTRA_SECTION_FUNCTIONS): Remove sdata_section. Remove the handling
958 of in_sdata from current_section_name and current_section_flags.
959 * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
960 * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
961 (MASK_GP_OPT, TARGET_GP_OPT): Delete.
962 (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
963 (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
964 (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
965 * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
966 (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
967 (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
968 (override_options): Remove setting of MASK_GPOPT.
969 (mips_output_external): Use mips_in_small_data_p to check whether a
970 symbol needs an .extern directive. Don't emit such directives for
971 TARGET_EXPLICIT_RELOCS.
972 (mips_declare_object): Update accordingly.
973 (mips_select_rtx_section): Call named_section rather than
974 SMALL_DATA_SECTION.
975 (mips_select_section): Use default_elf_section_section for everything
976 except .text string constants.
977 (mips_in_small_data_p): New function.
978 (mips_encode_section_info): Remove small data handling.
979 (mips_unique_section): Delete.
980 (iris6_section_type_flags): New function.
981 * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
982
983 2003-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
984
985 PR Target/11453
986 * pa.md: Disparage all mtsar constraints.
987 (extzv, extv, insv): Don't fail on length of {32|64}.
988
989 2003-07-08 Zack Weinberg <zack@codesourcery.com>
990
991 * system.h: Poison MAP_CHARACTER.
992 * config/i370/i370-protos.h (mvs_map_char): Delete.
993 * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
994 * config/i370/i370.h (MAP_CHARACTER): Delete definition.
995 (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
996
997 2003-07-08 Danny Smith <dannysmith@users.sourceforge.net>
998
999 * toplev.c (randomize): Correct call to time().
1000
1001 2003-07-08 Jakub Jelinek <jakub@redhat.com>
1002
1003 * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
1004 REG_EQUIV notes as well.
1005
1006 2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
1007
1008 * doc/md.texi: Fix the description of addmodecc.
1009
1010 2003-07-07 Zack Weinberg <zack@codesourcery.com>
1011
1012 * Makefile.in (top_builddir): Set to "..", not ".".
1013 (INTLLIBS, INTLDEPS): Delete.
1014 (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
1015 (LIBDEPS): Add $(LIBICONV_DEP).
1016 (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
1017 (INCLUDES): Replace -I../intl with @INCINTL@.
1018 ($(top_builddir)/intl/libintl.a): Delete rule.
1019 (stage2-start, stage3-start, stage4-start, stageprofile-start,
1020 stagefeedback-start): Use $$ for variable to be evaluated by
1021 shell, not make.
1022 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
1023 HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
1024 * aclocal.m4: sinclude ../config/progtest.m4. Add
1025 contents of lcmessage.m4 from gettext distro.
1026 * configure.in: Check for wchar.h and setlocale. Set
1027 LIBICONV_DEP to the empty string and substitute it.
1028 Call AM_LC_MESSAGES. Delete AC_ARG_ENABLE for --enable-nls;
1029 this is handled elsewhere. Use ZW_GNU_GETTEXT_SISTER_DIR,
1030 not CY_GNU_GETTEXT. Clear $LIBICONV if its text is included
1031 in $LIBINTL, to avoid linking it twice.
1032 * configure, config.in: Regenerate.
1033
1034 2003-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
1035
1036 * fixinc/mkfixinc.sh: Remove winnt support.
1037 * fixinc/fixinc.winnt: Delete with extreme prejudice.
1038
1039 2003-07-08 Neil Booth <neil@daikokuya.co.uk>
1040
1041 * Makefile.in: Update.
1042 * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
1043 * c.opt: Update documentation.
1044 * common.opt: Add some help text.
1045 * opts.c: Include intl.h.
1046 (wrap_help, print_help): New.
1047 (find_opt, handle_option, common_handle_option): opt_text now
1048 contains the '-'. Use print_help to output help.
1049 * opts.h (struct cl_option): New member "help".
1050 * opts.sh: Update to handle help text output and to prepend
1051 options with '-'.
1052 * toplev.c (display_help): Remove some help text.
1053
1054 2003-07-07 David Edelsohn <edelsohn@gnu.org>
1055 Fariborz Jahanian <fjahanian@apple.com>
1056
1057 * configure.in: Test for PowerPC mfcr field support in assembler.
1058 * config.in, configure: Regenderated.
1059
1060 * config/rs6000/power4.md: Add mfcrf reservation.
1061 * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
1062 * config/rs6000/rs6000.c (mfcr_operation): Define.
1063 (print_operand): Add 'Q' case for mfcrf.
1064 * config/rs6000/rs6000.h (TARGET_MFCRF): New.
1065 * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
1066 (movcc_internal1): Emit optional field operand for mfcr and set
1067 "type" attribute appropriately.
1068 (mfcr SCC): Likewise.
1069 (movesi_from_cr_one): New.
1070
1071 2003-07-07 Roger Sayle <roger@eyesopen.com>
1072
1073 * config/i386/i386.md: Correct check-in of incorrect version.
1074
1075 2003-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1076
1077 * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
1078 adjacent stdio calls.
1079 * c-decl.c (c_print_identifier): Likewise.
1080 * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
1081 * print-rtl.c (print_rtx): Likewise.
1082 * print-tree.c (print_node_brief, print_node): Likewise.
1083 * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
1084
1085 * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
1086 * config.in, configure: Regenerated.
1087
1088 2003-07-07 Roger Sayle <roger@eyesopen.com>
1089
1090 PR target/10979
1091 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
1092 Changed to define_expand patterns that copy operand[1] to prevent
1093 it from being clobbered before emitting an atan2?f3_1 insn.
1094 (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
1095 patterns that actually specify the behaviour of x87's FPATAN.
1096
1097 2003-07-07 Jakub Jelinek <jakub@redhat.com>
1098
1099 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
1100 clearing of SYMBOL_FLAG_LOCAL bit.
1101 If vcall_offset fits into signed 16-bit immediate, use
1102 one instruction for both addition and load.
1103
1104 2003-07-07 Neil Booth <neil@daikokuya.co.uk>
1105
1106 * opts.c (common_handle_option): Correct handling of the
1107 -falign- switches that do and don't take an argument.
1108
1109 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
1110
1111 * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
1112 today.
1113 (pushhi1_h8300hs): Likewise.
1114
1115 2003-07-07 Andreas Jaeger <aj@suse.de>
1116
1117 * genextract.c: Convert remaining prototypes to ISO C90.
1118
1119 * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
1120 * fold-const.c (fold_single_bit_test): Likewise.
1121 * diagnostic.c (default_diagnostic_finalizer): Likewise.
1122 * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
1123
1124 * gengtype.c (write_array): Generate ISO C90 prototypes.
1125
1126 * genflags.c (gen_proto): Generate ISO C90 prototypes.
1127
1128 2003-07-07 Roger Sayle <roger@eyesopen.com>
1129
1130 PR optimization/11059
1131 * expr.c (can_store_by_pieces): Return true if length is zero.
1132 (store_by_pieces): If length is zero and endp is two, abort,
1133 othwerise, if length is zero and endp is not two, return "to".
1134 (clear_by_pieces): Do nothing if length is zero.
1135 (clear_storage): Do nothing if length is zero.
1136 (store_constructor): Simplify code when size is zero, or the
1137 target has already been cleared. This avoids emitting a
1138 blockage instruction when initializing empty structures.
1139
1140 2003-07-07 Andreas Jaeger <aj@suse.de>
1141
1142 * mips-tfile.c: Convert prototypes to ISO C90.
1143 * mips-tdump.c: Convert prototypes to ISO C90.
1144
1145 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
1146
1147 * rtl.h (emit_line_note): Take a location_t.
1148 (emit_line_note_force): Remove.
1149 (set_file_and_line_for_statement): Take a location_t.
1150 * tree.g (emit_line_note): Take a location_t.
1151 * emit-rtl.c (emit_line_note): Take a location_t.
1152 (emit_line_note_force): Remove.
1153 * function.c (init_function_start): Adjust emit_line_note call.
1154 (expand_function_end): Use force_next_line_note, not
1155 emit_line_note_force.
1156 * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
1157 * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
1158 genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
1159 genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
1160 genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
1161 genrtl_continue_stmt, genrtl_switch_stmt,
1162 genrtl_asm_stmt): Likewise.
1163 * expr.c (expand_expr): Likewise.
1164 * integrate.c (expand_inline_function): Likewise.
1165 * stmt.c (set_file_and_line_for_stmt): Take a location_t.
1166 (expand_decl_init): Adjust emit_line_note call.
1167
1168 2003-07-07 Dale Johannesen <dalej@apple.com>
1169
1170 * config/rs6000/darwin-tramp.asm: Fix trampolines. PR 10900.
1171
1172 2003-07-07 Andreas Jaeger <aj@suse.de>
1173
1174 * config/i386/i386-protos.h: Convert prototypes to ISO C90.
1175 * config/i386/i386.c: Likewise.
1176
1177 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
1178
1179 * config/h8300/h8300.md: Use gen_int_mode instead of
1180 GEN_INT (trunc_int_for_mode (...)).
1181
1182 2003-07-07 Kazu Hirata <kazu@cs.umass.edu>
1183
1184 * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
1185 2 bytes and then subtract 2 from the stack pointer.
1186 (pushhi1_h8300hs): Likewise.
1187
1188 2003-07-07 Nathan Sidwell <nathan@codesourcery.com>
1189
1190 * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
1191 -frandom-seed.
1192 * configure: Regenerated.
1193 * Makefile.in: Remove extraneous comment.
1194 * toplev.c (randomize): Protect against potential multiple calls.
1195 * doc/invoke.texi (-frandom-seed): Document use for in coverage
1196 files.
1197
1198 2003-07-07 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1199 Eric Botcazou <ebotcazou@libertysurf.fr>
1200
1201 PR optimization/11198
1202 * alias.c (objects_must_conflict_p): Return 1 if the types have
1203 the same alias set, not if the alias sets only conflict.
1204
1205 2003-07-07 Andrew Pinski <pinskia@physics.uc.edu>
1206
1207 * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
1208 (convert_cset): Change inbuf to type ICONV_CONST char.
1209 * Makefile.in (LIBS): Add LIBICONV.
1210
1211 * doc/invoke.texi (-falign-functions): Document that
1212 when n is zero then a machine-dependent default is used.
1213 (-falign-labels): Document that when n is zero then a
1214 machine-dependent default is used and that -falign-labels =1
1215 is equivalent to -fno-align-labels.
1216 (-falign-loops): Likewise.
1217 (-falign-jumps): Likewise.
1218
1219 2003-07-06 Art Haas <ahaas@airmail.net>
1220
1221 * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
1222 initializer syntax.
1223
1224 2003-07-06 James E Wilson <wilson@tuliptree.org>
1225
1226 PR optimization/9812
1227 * rtl.h (mem_for_const_double): Delete prototype.
1228 * varasm.c (mem_for_const_double): Delete function.
1229 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
1230 config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
1231 (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
1232 * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
1233 (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
1234 * config/m68k/m68k.md (movxf): Add reload_in_progress guard. Add
1235 comment about confused support for XFmode constants.
1236
1237 Mon Jul 7 02:03:56 CEST 2003 Jan Hubicka <jh@suse.cz>
1238
1239 * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
1240
1241 2003-07-06 Kazu Hirata <kazu@cs.umass.edu>
1242
1243 * config/h8300/h8300.c: Fix comment typos.
1244 * config/h8300/h8300.md: Likewise.
1245 * config/i386/athlon.md: Likewise.
1246 * config/i386/i386.c: Likewise.
1247 * config/i386/pentium.md: Likewise.
1248 * config/ia64/ia64.c: Likewise.
1249 * config/ia64/itanium1.md: Likewise.
1250 * config/ia64/itanium2.md: Likewise.
1251 * config/m32r/m32r.md: Likewise.
1252 * config/m68hc11/m68hc11.c: Likewise.
1253 * config/mcore/mcore.c: Likewise.
1254 * config/mips/sr71k.md: Likewise.
1255 * config/mips/t-iris5-as: Likewise.
1256 * config/mmix/mmix.h: Likewise.
1257 * config/ns32k/ns32k.h: Likewise.
1258 * config/ns32k/NOTES: Fix a typo.
1259
1260 2003-07-06 Andreas Jaeger <aj@suse.de>
1261
1262 * stmt.c: Convert remaining prototypes to ISO C90.
1263 * cfglayout.c: Likewise.
1264 * dbxout.c: Likewise.
1265 * gcc.c: Likewise.
1266 * genemit.c: Likewise.
1267
1268 * basic-block.h: Convert prototypes to ISO C90.
1269 * c-parse.in: Likewise.
1270 * c-pragma.h: Likewise.
1271 * c-typeck.c: Likewise.
1272 * cfghooks.h: Likewise.
1273 * cfgloopanal.c: Likewise.
1274 * dbxout.h: Likewise.
1275 * debug.h: Likewise.
1276 * dwarf2asm.h: Likewise.
1277 * gcov.c: Likewise.
1278 * gengtype-lex.l: Likewise.
1279 * sched-int.h: Likewise.
1280 * timevar.c: Likewise.
1281
1282 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
1283
1284 * c-common.h (c_comon_handle_filename,
1285 c_common_missing_arguement): New.
1286 * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
1287 LANG_HOOKS_MISSING_ARGUMENT): New.
1288 * c-opts.c (missing_arg): Rename c_common_missing_argument,
1289 update to be an appropriate langhook.
1290 (c_common_handle_option): Don't handle filenames.
1291 (c_common_handle_filename): New.
1292 * hooks.c (hook_void_constcharptr,
1293 hook_bool_constcharptr_size_t_false): New.
1294 * hooks.h (hook_void_constcharptr,
1295 hook_bool_constcharptr_size_t_false): New.
1296 * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
1297 LANG_HOOKS_MISSING_ARGUMENT): New.
1298 (LANG_HOOKS_INITIALIZER): Update.
1299 * langhooks.h (struct lang_hooks): Add handle_filename and
1300 missing_argument.
1301 * opts.c (handle_option): Don't handle filenames here, but ...
1302 (handle_options): ... here.
1303 (common_handle_option): Don't handle missing arguments here.
1304 * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
1305 LANG_HOOKS_MISSING_ARGUMENT): New.
1306
1307 2003-07-06 Neil Booth <neil@daikokuya.co.uk>
1308
1309 * Makfile.in: Remove traces of mbchar.
1310 * c-parse.in (MULTIBYTE_CHARS): Remove.
1311 * config.in (MULTIBYTE_CHARS): Remove.
1312 * configure: Remove --enable-mbchar.
1313 * configure.in: Remove --enable-mbchar.
1314 * mbchar.c, mbchar.h: Remove.
1315 * system.h: Poison MULTIBYTE_CHARS.
1316 * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
1317 * config/linux.h (MULTIBYTE_CHARS): Remove.
1318 * config/svr4.h (MULTIBYTE_CHARS): Remove.
1319 * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
1320
1321 2003-07-06 Andreas Jaeger <aj@suse.de>
1322
1323 * varray.c (varray_check_failed): Fix typo.
1324
1325 * unroll.c: Convert prototypes to ISO C90.
1326 * varasm.c: Likewise.
1327 * varray.c: Likewise.
1328 * varray.h: Likewise.
1329 * vmsdbgout.c: Likewise.
1330 * xcoffout.c: Likewise.
1331 * xcoffout.h: Likewise.
1332
1333 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
1334
1335 * gcov-io.h: Add a local time stamp.
1336 (struct gcov_info): Add stamp field.
1337 (gcov_truncate): New.
1338 * coverage.c (read_counts_file): Skip the stamp.
1339 (coverage_begin_output): Write the stamp.
1340 (build_gcov_info): Declare and init the stamp.
1341 (coverage_finish): Only unlink data file, if stamp is zero.
1342 * gcov-dump.c (dump_file): Dump the stamp.
1343 * gcov.c (bbg_stamp): New.
1344 (release_structures): Clear bbg_stamp.
1345 (read_graph_file): Read stamp.
1346 (read_count_file): Check stamp.
1347 * libgcov.c (gcov_exit): Check stamp and truncate if needed.
1348
1349 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
1350
1351 * tree.h (default_flag_random_seed): Remove.
1352 * toplev.h (local_tick): Declare.
1353 * tree.c (flag_random_seed, default_flag_random_seed): Move to
1354 toplev.c.
1355 (append_random_chars): Don't call default_flag_random_seed.
1356 * toplev.c (flag_random_seed): Define here. Set local_tick.
1357 (local_tick): Define.
1358 (randomize): New, moved from tree.c.
1359 (print_switch_values): Adjust.
1360 (toplev_main): Call randomize.
1361
1362 2003-07-06 Nathan Sidwell <nathan@codesourcery.com>
1363
1364 * tree.h (crc32_string): Declare.
1365 * tree.c (append_random_chars): Remove.
1366 (crc32_string): New.
1367 (get_file_function_name_long): Use crc32_string here.
1368
1369 2003-07-06 Andreas Jaeger <aj@suse.de>
1370
1371 * gcc.c: Convert prototypes to ISO C90.
1372 * gcc.h: Likewise.
1373 * gcov-dump.c: Likewise.
1374 * gcov-iov.c: Likewise.
1375 * gcse.c: Likewise.
1376 * genattrtab.h: Likewise.
1377 * ggc.h: Likewise.
1378 * global.c: Likewise.
1379 * graph.c: Likewise.
1380 * graph.h: Likewise.
1381 * hosthooks.h: Likewise.
1382 * hooks.h: Likewise.
1383 * hooks.c: Likewise.
1384 * hashtable.h: Likewise.
1385 * hashtable.c: Likewise.
1386 * haifa-sched.c: Likewise.
1387 * integrate.h: Likewise.
1388 * integrate.c: Likewise.
1389 * input.h: Likewise.
1390 * ifcvt.c: Likewise.
1391 * jump.c: Likewise.
1392 * langhooks-def.h: Likewise. Add extern to prototypes.
1393 * langhooks.c: Likewise.
1394 * langhooks.h: Likewise.
1395 * lcm.c: Likewise.
1396 * local-alloc.c: Likewise.
1397 * loop-init.c: Likewise.
1398 * loop-unroll.c: Likewise.
1399 * loop-unswitch.c: Likewise.
1400 * loop.c: Likewise.
1401 * loop.h: Likewise. Add extern to prototypes.
1402 * machmode.h: Likewise.
1403 * main.c: Likewise.
1404 * mbchar.c: Likewise.
1405 * mbchar.h: Likewise.
1406 * mkdeps.c: Likewise.
1407 * mkdeps.h: Likewise.
1408 * optabs.c: Likewise.
1409 * optabs.h: Likewise.
1410 * output.h: Likewise.
1411 * gccspec.c: Likwise.
1412 * postreload.c: Likewise.
1413 * prefix.c: Likewise.
1414 * prefix.h: Likewise.
1415 * print-rtl.c: Likewise.
1416 * print-tree.c: Likewise.
1417 * profile.c: Likewise.
1418 * read-rtl.c: Likewise.
1419 * real.c: Likewise.
1420 * real.h: Likewise.
1421 * recog.c: Likewise.
1422 * recog.h: Likewise.
1423 * reg-stack.c: Likewise.
1424 * regclass.c: Likewise.
1425 * regmove.c: Likewise.
1426 * regrename.c: Likewise.
1427 * regs.h: Likewise.
1428 * reload.c: Likewise.
1429 * reload.h: Likewise.
1430 * reload1.c: Likewise.
1431 * reorg.c: Likewise.
1432 * resource.c: Likewise.
1433 * resource.h: Likewise.
1434 * rtl-error.c: Likewise.
1435 * rtl.c: Likewise.
1436 * rtl.h: Likewise.
1437 * rtlanal.c: Likewise.
1438 * sbitmap.c: Likewise.
1439 * sbitmap.h: Likewise.
1440 * scan-decls.c: Likewise.
1441 * scan.c: Likewise.
1442 * sched-deps.c: Likewise.
1443 * sched-ebb.c: Likewise.
1444 * sched-int.h: Likewise.
1445 * sched-rgn.c: Likewise.
1446 * sched-vis.c: Likewise.
1447 * sibcall.c: Likewise.
1448 * simplify-rtx.c: Likewise.
1449 * sreal.c: Likewise.
1450 * sreal.h: Likewise.
1451 * ssa-ccp.c: Likewise.
1452 * ssa-dce.c: Likewise.
1453 * ssa.c: Likewise.
1454 * ssa.h: Likewise.
1455 * stack.h: Likewise.
1456 * stmt.c: Likewise.
1457 * stor-layout.c: Likewise.
1458 * stringpool.c: Likewise.
1459 * target.h: Likewise.
1460 * timevar.c: Likewise.
1461 * timevar.h: Likewise.
1462 * tlink.c: Likewise.
1463 * tracer.c: Likewise.
1464 * tree-inline.c: Likewise.
1465 * tree-inline.h: Likewise.
1466 * tree.c: Likewise.
1467 * tree.h: Likewise.
1468
1469 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1470
1471 * combine.c (nonzero_bits1): Fix a warning.
1472
1473 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1474
1475 * config/h8300/h8300.c (compute_mov_length): Correct the
1476 length of loading CONST0_RTX (SFmode).
1477
1478 2003-07-05 Nathan Sidwell <nathan@codesourcery.com>
1479
1480 * toplev.c (output_clean_symbol_name): Remove.
1481 * toplev.h (output_clean_symbol_name): Remove.
1482 * config/alpha/alpha.c (unicosmk_output_module_name): Use
1483 lbasename & clean_symbol_name.
1484
1485 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1486
1487 * ggc.h: Follow spelling conventions.
1488 * config/i386/i386.c: Likewise.
1489 * config/i386/winnt.c: Likewise.
1490 * config/rs6000/rs6000.c: Likewise.
1491
1492 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
1493
1494 * bt-load.c: Fix comment typos.
1495 * c-incpath.c: Likewise.
1496 * cfg.c: Likewise.
1497 * cfgcleanup.c: Likewise.
1498 * cfgloop.h: Likewise.
1499 * cfgloopmanip.c: Likewise.
1500 * cfgrtl.c: Likewise.
1501 * diagnostic.h: Likewise.
1502 * dwarfout.c: Likewise.
1503 * emit-rtl.c: Likewise.
1504 * et-forest.c: Likewise.
1505 * et-forest.h: Likewise.
1506 * expr.c: Likewise.
1507 * gcse.c: Likewise.
1508 * genattr.c: Likewise.
1509 * jump.c: Likewise.
1510 * langhooks.h: Likewise.
1511 * local-alloc.c: Likewise.
1512 * loop-unroll.c: Likewise.
1513 * loop-unswitch.c: Likewise.
1514 * ra-build.c: Likewise.
1515 * regclass.c: Likewise.
1516 * regmove.c: Likewise.
1517 * rtl.def: Likewise.
1518 * rtlanal.c: Likewise.
1519 * sched-ebb.c: Likewise.
1520 * sched-rgn.c: Likewise.
1521 * simplify-rtx.c: Likewise.
1522 * ssa.c: Likewise.
1523 * tracer.c: Likewise.
1524 * tree.c: Likewise.
1525
1526 2003-07-05 Zack Weinberg <zack@codesourcery.com>
1527
1528 * cppcharset.c: Use the correct return type for the fallback iconv
1529 macro.
1530
1531 Sat Jul 5 16:18:53 CEST 2003 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1532
1533 Blame to Jan Hubicka <jh@suse.cz>
1534 * cfglayout.c (record_effective_endpoints): Split insns before
1535 first basic block correctly.
1536
1537 2003-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1538
1539 * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
1540 bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
1541 if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
1542
1543 2003-07-05 Andreas Jaeger <aj@suse.de>
1544
1545 * genattrtab.c (write_attr_get): Revert part of last patch to
1546 always write out a prototype.
1547
1548 * genemit.c (gen_split): Readd lost unused attributes in last
1549 patch.
1550
1551 2003-07-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1552
1553 * cfgloopmanip.c (force_single_succ_latches): Force latch to be
1554 different from header.
1555
1556 2003-07-05 Andreas Schwab <schwab@suse.de>
1557
1558 * config/m68k/m68k.c: Remove code protected by CRDS.
1559 * config/m68k/m68k.md: Likewise.
1560
1561 2003-07-05 Neil Booth <neil@daikokuya.co.uk>
1562
1563 PR driver/11417
1564 * c-opts.c (permit_fortran_options): New.
1565 (c_common_init_options): Accept fortran front end options if
1566 it looks like we might be preprocessing Fortran.
1567 (c_common_handle_option): Don't reject switch if permit_fotran_options.
1568
1569 2003-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1570
1571 * genattr.c (internal_dfa_insn_code): Output prototype.
1572 * genattrtab.c: Don't output unnecessary decls, output in ISO C.
1573 * genautomata.c: Likewise.
1574 * genconditions.c: Likewise.
1575 * genemit.c: Likewise.
1576 * genextract.c: Likewise.
1577 * gengenrtl.c: Likewise.
1578 * gengtype.c: Likewise.
1579 * genopinit.c: Likewise.
1580 * genoutput.c: Likewise.
1581 * genpeep.c: Likewise.
1582 * genrecog.c: Likewise.
1583
1584 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1585
1586 * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
1587 (struct cpp_options): Add narrow_charset, wide_charset,
1588 bytes_big_endian fields. Remove EBCDIC field.
1589 (cpp_init_iconv, cpp_interpret_string): New external interfaces.
1590
1591 * cpphash.h: Include <iconv.h> if we have it, otherwise
1592 provide a dummy definition of iconv_t.
1593 (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
1594 (_cpp_valid_ucn): Update prototype.
1595 (_cpp_destroy_iconv): New prototype.
1596
1597 * doc/cpp.texi: Document character set handling.
1598 * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
1599 * doc/extend.texi: Delete entire section on multiline strings.
1600 Rewrite section on __FUNCTION__ etc now that these are
1601 variables in C.
1602
1603 * cppucnid.tab, cppucnid.pl: New files.
1604 * cppucnid.h: New generated file.
1605 * cppcharset.c: Include cppucnid.h. Lots of commentary added.
1606 (iconv_open, iconv, iconv_close): Provide dummy definitions
1607 if !HAVE_ICONV.
1608 (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
1609 _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
1610 emit_numeric_escape, convert_hex, convert_oct, convert_escape,
1611 cpp_interpret_string, narrow_str_to_charconst,
1612 wide_str_to_charconst): New.
1613 (ucn_valid_in_identifier): Use a binary search through the
1614 ucnranges table defined in cppucnid.h, not a long chain of if
1615 statements.
1616 (_cpp_valid_ucn): Add a limit pointer. Downgrade "universal
1617 character names are only valid in C++ and C99" to a warning.
1618 Issue the "meaning of \[uU] is different in traditional C"
1619 warning here. Take care not to let iconv see an invalid UCS
1620 value if we get a malformed UCN. Issue an error if we don't
1621 have iconv.
1622 (cpp_interpret_charconst): Moved here from cpplex.c. Use
1623 cpp_interpret_string to do the heavy lifting.
1624
1625 * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
1626 narrow_charset, wide_charset fields of options structure.
1627 (cpp_destroy): Call _cpp_destroy_iconv.
1628 * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
1629 (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
1630 (cpp_interpret_charconst): Moved to cppcharset.c.
1631 * cpplib.c (dequote_string): Delete.
1632 (interpret_string_notranslate): New.
1633 (do_line, do_linemarker): Use interpret_string_notranslate.
1634
1635 * Makefile.in (cppcharset.o): Depend on cppucnid.h.
1636
1637 * c-common.c (fname_string, combine_strings): Delete.
1638 * c-common.h (fname_string, combine_strings): Delete prototypes.
1639 * c-lex.c (ignore_escape_flag): Delete.
1640 (cb_ident): Use cpp_interpret_string, not lex_string.
1641 (get_nonpadding_token): New function.
1642 (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
1643 Adjust calls to lex_string. Don't write *value twice.
1644 (lex_string): Now handles string constant concatenation.
1645 Most of the work handed off to cpp_interpret_string.
1646 Call fix_string_type here.
1647 * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
1648 FUNC_NAME, throughout.
1649 (OBJC_STRING): New token type.
1650 (primary:STRING): No need to call fix_string_type here.
1651 (primary:objc_string): Make that OBJC_STRING.
1652 (objc_string nonterminal): Delete.
1653 (yylexname): Delete code to handle fake string constants.
1654 (yylexstring): Delete entirely.
1655 (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING. No need
1656 to handle CPP_ATSIGN.
1657
1658 * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
1659 * c-opts.c (missing_arg, c_common_handle_option): Handle
1660 OPT_fexec_charset_ and OPT_fwide_exec_charset_.
1661 (c_common_init): Set cpp_opts->bytes_big_endian, not
1662 cpp_opts->EBCDIC. Call cpp_init_iconv.
1663 (print_help): Document -fexec-charset= and -fexec-wide-charset=.
1664 (TARGET_EBCDIC): Delete default definition.
1665
1666 * objc/objc-act.c (build_objc_string_object): No need to
1667 handle string constant concatenation.
1668
1669 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
1670
1671 * doc/install.texi: Fix typos.
1672 * doc/invoke.texi: Likewise.
1673 * doc/tm.texi: Likewise.
1674
1675 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
1676
1677 * config/pa/fptr.c: Fix comment typos.
1678 * config/pa/pa-64.h: Likewise.
1679 * config/pa/pa.c: Likewise.
1680 * config/pa/pa.h: Likewise.
1681 * config/rs6000/603.md: Likewise.
1682 * config/rs6000/7xx.md: Likewise.
1683 * config/rs6000/darwin.h: Likewise.
1684 * config/rs6000/freebsd.h: Likewise.
1685 * config/rs6000/rs6000.c: Likewise.
1686 * config/rs6000/rs6000.md: Likewise.
1687 * config/rs6000/spe.h: Likewise.
1688
1689 2003-07-04 Ulrich Weigand <uweigand@de.ibm.com>
1690
1691 * config/s390/2064.md: Change GNU CC to GCC.
1692 * config/s390/2084.md: Likewise.
1693 * config/s390/fixdfdi.h: Likewise.
1694 * config/s390/linux.h: Likewise.
1695 * config/s390/s390-modes.def: Likewise.
1696 * config/s390/s390-protos.h: Likewise.
1697 * config/s390/s390.c: Likewise.
1698 * config/s390/s390.h: Likewise.
1699 * config/s390/s390.md: Likewise.
1700 * config/s390/s390x.h: Likewise.
1701
1702 2003-07-04 Jeff Law <law@redhat.com>
1703
1704 PR c/11428
1705 * expr.c (do_store_flag): Pass in the correct result type
1706 when calling fold_single_bit_test.
1707 * fold-const.c (fold_single_bit_test): Use result_type for the
1708 result when folding a sign bit test.
1709
1710 2003-07-04 Neil Booth <neil@daikokuya.co.uk>
1711
1712 * opts.c (common_handle_options): Negate sense of -falign- switches.
1713
1714 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
1715
1716 * Makefile.in: Replace PWD with PWD_COMMAND.
1717
1718 2003-07-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1719
1720 * cfgloopanal.c (count_strange_loop_iterations): New static function.
1721 (constant_iterations, count_loop_iterations, simple_loop_exit_p):
1722 Handle strange loops.
1723
1724 2003-07-04 Toon Moene <toon@moene.indiv.nluug.nl>
1725
1726 * install.texi: Even the g77 manpage is derived from
1727 the full g77 manual.
1728
1729 2003-07-04 Zack Weinberg <zack@codesourcery.com>
1730
1731 * ABOUT-NLS: Delete.
1732 * intl: Delete entire directory.
1733 * aclocal.m4: Include ../config/gettext.m4. Delete
1734 AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
1735 AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
1736 * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
1737 Remove intl/Makefile from all_outputs.
1738 * configure, config.in: Regenerate.
1739 * Makefile.in: Expunge all references to intl subdirectory.
1740 Add -I../intl to INCLUDES.
1741 * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
1742
1743 2003-07-04 Roger Sayle <roger@eyesopen.com>
1744
1745 * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
1746 * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
1747
1748 2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
1749
1750 PR c++/5287, PR c++/7910, PR c++/11021
1751 * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
1752 dllimport attribute if function is defined at declaration, but
1753 report error instead. Likewise for dllimport'd variable
1754 definitions. Set implicit TREE_PUBLIC for dllimport'd variables
1755 declared within functions, Report error if dllimport or dllexport
1756 symbol is not global.
1757 (i386_pe_dllimport_p): Ignore dllimport attribute of functions
1758 if defined after declaration or if inlined. Don't allow definition
1759 of static data members of C++ classes. Don't dllimport virtual
1760 methods.
1761 (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
1762 (i386_pe_mark_dllimport): Remove unnecessary checks.
1763 (i386_pe_encode_section_info): Warn if the dllimport attribute
1764 and symbol prefix have been instantiated and then overridden.
1765
1766 * doc/extend.texi: Document dllimport and dllexport attributes.
1767
1768 * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
1769
1770 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
1771
1772 * config/kaos.h (CPP_PREDEFINES): Delete.
1773 (TARGET_OS_CPP_BUILTINS): New.
1774
1775 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1776
1777 * c-aux-info.c: Include toplev.h after c-tree.h.
1778 * c-common.c: Likewise.
1779 (GCC_DIAG_STYLE): Undef.
1780 * c-semantics.c (GCC_DIAG_STYLE): Define.
1781 * c-tree.h (GCC_DIAG_STYLE): Likewise.
1782 * diagnostic.h (inform): Move prototype to toplev.h.
1783 * jump.c: Include diagnostic.h before toplev.h.
1784 * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
1785 (warning, error, fatal_error, pedwarn, sorry, inform,
1786 error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
1787
1788 2003-07-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1789
1790 * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
1791 at all if edge is not specified.
1792 (can_copy_bbs_p, copy_bbs): New.
1793 * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
1794 * cfgloop.c (get_loop_body): Comment more precisely.
1795 * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
1796 (scale_bbs_frequencies): Fix comment typo.
1797 (can_duplicate_loop_p): Use can_copy_bbs_p.
1798 (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
1799
1800 2003-07-03 Devang Patel <dpatel@apple.com>
1801
1802 * c-opts.c (c_common_parse_file): Remove extra
1803 debug_hooks->start_source_file call.
1804
1805 2003-07-03 Roger Sayle <roger@eyesopen.com>
1806
1807 * real.c (real_trunc, real_floor, real_ceil): New functions
1808 to implement trunc, floor and ceil respectively.
1809 * real.h (real_trunc, real_floor, real_ceil): Prototype here.
1810 * builtins.c (integer_valued_real_p): New function to test if
1811 a floating point expression has an integer valued result.
1812 (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
1813 foo(x) where foo is an integer rounding function. Similarly,
1814 optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
1815 (double)(int)x when both foo and bar are integer rounding
1816 functions and we don't need to honor errno.
1817 (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
1818 New functions to fold trunc, floor and ceil.
1819 (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
1820 fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
1821 to fold BUILT_IN_CEIL*.
1822 * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
1823 the remaining integer rounding functions.
1824
1825 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
1826
1827 * config/sparc/sparc.c (function_arg_partial_nregs): Use
1828 SPARC_INT_ARG_MAX to determine where to split unnamed
1829 complex FP arguments.
1830
1831 Thu Jul 3 20:36:47 CEST 2003 Jan Hubicka <jh@suse.cz>
1832
1833 * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
1834 * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
1835 (merge_blocks_move_predecessor_nojumps,
1836 merge_blocks_move_successor_nojumps): Use merge_blocks.
1837 (try_optimize_cfg): Use merge_blocks_move.
1838 * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
1839 (merge_blocks_nomove): Rename to rtl_merge_blocks.
1840 (cfg_layout_create_basic_block): New.
1841 (rtl_can_merge_blocks): New.
1842 (cfg_layout_split_block): Do not alloc aux by hand.
1843 * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
1844 merge_blocks.
1845 (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
1846 * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
1847 * cfgloopmanip.c (loop_split_edge_with): Likewise.
1848 * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
1849
1850 * basic-block.h (basic_block_def): Add field 'rbi'.
1851 * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
1852 find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
1853 * cfg.c (entry_exit_blocks): Add new field.
1854 * cfglayout.c: Include alloc-pool.h;
1855 (cfg_layout_pool): New.
1856 (record_effective_endpoints, fixup_reorder_chain,
1857 fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
1858 of rbi.
1859 (cfg_layout_initialize_rbi): New function.
1860 (cfg_layout_initialize): Use it.
1861 (cfg_layout_finalize): Clear rbi fields.
1862 * cfglayout.h (RBI): Kill.
1863 (cfg_layout_initialize_rbi): Declare.
1864 * cfgloopmanip.c (copy_bbs): Use rbi.
1865 (record_exit_edges): Likewise.
1866 (duplicate_loop_to_header_edge): Likewise.
1867 * cfgrtl.c (cfg_layout_create_basic_block): Use
1868 cfg_layout_initialize_rbi.
1869 (cfg_layout_split_block): Use rbi.
1870 (cfg_layout_delete_block): Likewise.
1871 * loop-init.c (loop_optimizer_finalize): Likewise.
1872 * loop-unswitch.c (unswitch_loop): Likewise.
1873 * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
1874
1875 * cfgrtl.c: Update comments.
1876 (try_redirect_by_replacing_jump): New argument.
1877 (redirect_branch_edge): Break out from ...
1878 (rtl_redirect_edge_and_branch): ... this one.
1879 (update_cfg_after_block_merging): Break out from ...
1880 (rtl_merge_blocks): ... this one.
1881 (cfg_layout_split_edge): New.
1882 (cfg_layout_merge_blocks): New.
1883 (cfg_layout_can_merge_blocks_p): New.
1884 (cfg_layout_redirect_edge_and_branch): Reorganize.
1885 (cfg_layout_rtl_cfg_hooks): Fill in.
1886 (cfg_layout_delete_block): Kill barriers.
1887 * cfganal.c (can_fallthru): Deal with exit blocks
1888 * cfglayout.c (cfg_layout_function_header): New function
1889 (record_effective_endpoints): Record function header.
1890 (fixup_reorder_chain): Fixup dead jumptables; place header
1891
1892 * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
1893 * bb-reorder.c (cfg_layout_initialize): Update call.
1894 * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
1895 edges in cfglayout mode.
1896 * cfglayout.c (cleanup_unconditional_jumps): Kill.
1897 (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
1898 * cfglayout.h (cfg_layout_initialize): Update prototype.
1899 * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
1900 * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
1901 * flow.c (propagate_block): Do not crash when basic block ends
1902 by first insn in the chain.
1903 * loop-init.c (loop_optimizer_init): First enter cfglayout mode; later
1904 do loop discovery.
1905 * tracer.c (tracer): Update call of cfg_layout_initialize.
1906
1907 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1908
1909 * Makefile.in: Use dependency variables in lieu of explicit
1910 files throughout.
1911
1912 2003-07-03 Steven Bosscher <steven@gcc.gnu.org>
1913
1914 * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
1915 * tree.h: ...to here.
1916
1917 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
1918
1919 * config/s390/2064.md: Fix comment typos.
1920 * config/s390/2084.md: Likewise.
1921 * config/s390/s390.c: Likewise.
1922 * config/s390/s390.md: Likewise.
1923 * config/sh/sh.c: Likewise.
1924 * config/sh/sh.h: Likewise.
1925 * config/sh/sh.md: Likewise.
1926 * config/sparc/sparc.c: Likewise.
1927 * config/sparc/sparc.h: Likewise.
1928 * config/sparc/sparc.md: Likewise.
1929 * config/stormy16/stormy16.c: Likewise.
1930 * config/stormy16/stormy16.h: Likewise.
1931 * config/stormy16/stormy-abi: Fix a typo.
1932
1933 2003-07-03 Kelley Cook <kelleycook@wideopenwest.org>
1934
1935 * Makefile.in (ifcvt.o): Depend on OPTABS_H.
1936
1937 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1938
1939 * config/mips/mips.h (save_argv): Delete.
1940
1941 2003-07-03 Roger Sayle <roger@eyesopen.com>
1942
1943 PR target/10700
1944 * fold-const.c (extract_muldiv_1): There's nothing that can be done
1945 if the expression is a SAVE_EXPR.
1946
1947 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
1948
1949 * config/m32r/m32r.c: Fix comment typos.
1950 * config/m68hc11/m68hc11.c: Likewise.
1951 * config/m68hc11/m68hc11.h: Likewise.
1952 * config/m68k/m68k.c: Likewise.
1953 * config/mcore/mcore.c: Likewise.
1954 * config/mcore/mcore.h: Likewise.
1955 * config/mcore/mcore.md: Likewise.
1956 * config/mips/mips.c: Likewise.
1957 * config/mips/mips.h: Likewise.
1958 * config/mips/mips.md: Likewise.
1959 * config/mips/netbsd.h: Likewise.
1960 * config/mn10300/mn10300.c: Likewise.
1961
1962 2003-07-03 Andreas Schwab <schwab@suse.de>
1963
1964 * dbxout.c (pending_bincls): Move decl down inside
1965 DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
1966
1967 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
1968
1969 * rtl.h (NOTE_DATA): Refer to whole union.
1970 * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
1971
1972 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
1973
1974 PR optimization/11381
1975 * simplify-rtx.c (simplify_relational_operation): Check that
1976 two equal operands have no side-effects before simplifying
1977 the comparison.
1978
1979 2003-07-02 Jeff Law <law@redhat.com>
1980
1981 * expr.c (do_store_flag): Remove special case folding for
1982 single bit tests. Instead call back into the commonized folder
1983 routine.
1984 * fold-const.c (fold_single_bit_test): New function, mostly
1985 extracted from do_store_flag, with an additional case extracted
1986 from fold.
1987 (fold): Call fold_single_bit_test appropriately.
1988 * tree.h (fold_single_bit_test): Prototype.
1989
1990 2003-07-02 Zack Weinberg <zack@codesourcery.com>
1991
1992 * system.h: Include filenames.h.
1993 (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
1994 (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
1995 define based on HAVE_DOS_BASED_FILE_SYSTEM.
1996 * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
1997 * config/i386/xm-mingw32.h: Don't define
1998 HAVE_DOS_BASED_FILE_SYSTEM,
1999 DIR_SEPARATOR, or DIR_SEPARATOR_2.
2000 * doc/hostconfig.texi: Update to match.
2001
2002 * cppfiles.c, gcc.c, gensupport.c, protoize.c,
2003 config/i386/cygwin.h:
2004 Use IS_ABSOLUTE_PATH throughout.
2005 * gcc.c (DIR_UP): Delete, unused.
2006 * protoize.c (IS_SAME_PATH): Define in terms of
2007 FILENAME_CMP.
2008 (is_abspath): Delete.
2009
2010 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
2011
2012 * config/i386/emmintrin.h: Fix comment typos.
2013 * config/i386/i386.c: Likewise.
2014 * config/i386/i386.h: Likewise.
2015 * config/i386/sco5.h: Likewise.
2016 * config/ia64/ia64.c: Likewise.
2017 * config/ia64/itanium2.md: Likewise.
2018
2019 2003-07-02 H.J. Lu <hongjiu.lu@intel.com>
2020
2021 * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
2022 DBX_USE_BINCL.
2023 (emit_bincl_stab): Same.
2024 (emit_pending_bincls): Same.
2025
2026 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
2027
2028 * config/h8300/h8300.c (compute_mov_length): Fix the length of
2029 loading CONST0_RTX (SFmode).
2030 * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
2031 'G' to CONST0_RTX (SFmode).
2032 * config/h8300/h8300.md (movsf_h8300): Change the first
2033 constraint to 'G'.
2034 (movsf_h8300h): Likewise.
2035
2036 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
2037
2038 * c-common.h (c_common_init_options): New prototype.
2039 * c-opts.c (deferred_size): Remove.
2040 (defer_opt): Array is now pre-allocated.
2041 (c_common_init_options): Pre-allocate deferred_opts. Make
2042 lang_flags unsigned.
2043 (push_command_line_options): Free deferred_opts.
2044 * hooks.c (hook_uint_uint_constcharptrptr_0): New.
2045 * hooks.h (hook_uint_uint_constcharptrptr_0): New.
2046 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
2047 * langhooks.h (struct lang_hooks): New prototype for init_options.
2048 * main.c (main): Cast argv.
2049 * opts.c (handle_option, handle_options): Update prototypes.
2050 (decode_options): save_argc, save_argv are not global. Constify.
2051 * opts.h (decode_options): New prototype.
2052 * toplev.c (general_init): New protoype.
2053 (save_argv): Make static.
2054 (save_argc): Remove.
2055 (print_switch_values, general_init): Constify.
2056 (toplev_main): Save argv.
2057 * toplev.h (toplev_main): Update prototype.
2058 (save_argc, save_argv): Remove.
2059
2060 2003-07-02 David Edelsohn <edelsohn@gnu.org>
2061
2062 * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
2063 (emit_bincl_stab): Same.
2064 (emit_pending_bincls): Same.
2065
2066 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
2067
2068 PR c++/11072
2069 * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
2070
2071 2003-07-02 Andreas Schwab <schwab@suse.de>
2072
2073 * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
2074
2075 2003-07-02 Eric Botcazou <ebotcazou@libertysurf.fr>
2076
2077 PR optimization/11210
2078 * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
2079 about the behaviour with regard to bitfields.
2080 * fold-const (decode_field_reference): Record outermost type in
2081 case the expression is a NOP. Strip all NOPs. Set the signedness
2082 to that of the outermost type (if any) when the bitsize is equal
2083 to the size of the type.
2084
2085 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
2086
2087 * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
2088 (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
2089 (adddi3_internal_3, addsi3_internal_2): Likewise.
2090
2091 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
2092
2093 * config/mips/mips.c (machine_function): Add new fields:
2094 ignore_hazard_length_p and all_noreorder_p.
2095 (mips_flag_delayed_branch): New variable.
2096 (override_options): Treat '/' as an operand punctuation character.
2097 Set up mips_flag_delayed_branch.
2098 (print_operand): Handle '/'.
2099 (mips_output_function_prologue): Put the whole function in
2100 .set noreorder and .set nomacro if all_noreorder_p is true.
2101 (mips_output_function_epilogue): End the noreorder/nomacro sequence.
2102 (mips16_optimize_gp): Remove "first insn" parameter.
2103 (mips16_lay_out_constants): New function, split out from mips_reorg.
2104 (mips_avoid_hazard, mips_avoid_hazards): New functions.
2105 (mips_reorg): For mips16 code, call mips16_lay_out_constant
2106 and (optionally) mips16_optimize. If TARGET_EXPLICIT_RELOCS,
2107 do delayed-branch scheduling followed by hazard detection.
2108 (mips_adjust_insn_length): Only account for hazards if
2109 !ignore_hazard_length_p.
2110 (mips_output_load_label): Add a nop to the o32 sequence if
2111 the target suffers from load delays.
2112 (mips_output_conditional_branch): Add %/ to the end of branches.
2113 (mips_output_division): Fill the branch delay slot with %#.
2114 * config/mips/mips.md: Remove redundant '%*' from mips16 branch
2115 instructions. End all other %* branches with %/.
2116 (ffssi2, ffsdi2): Fix lengths.
2117 (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
2118 (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
2119 (fix_truncsfsi2_macro): Likewise.
2120 (mov_lwl): Set hazard to "none".
2121 (ashldi3_internal): Fill the branch delay slot with %#.
2122 (ashrdi3_internal, lshrdi3_internal): Likewise.
2123 (exception_receiver): Explicitly set $28.
2124 (hazard_nop): New pattern.
2125
2126 Wed Jul 2 08:12:36 CEST 2003 Jan Hubicka <jh@suse.cz>
2127
2128 * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
2129 before calling tree_inlinable_function_p.
2130
2131 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2132
2133 * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
2134 <internal/stdio_core.h> too.
2135 (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
2136 <internal/wchar_core.h> too.
2137 Substitute va_list uses in inline definition.
2138 * fixinc/fixincl.x: Regenerate.
2139
2140 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2141
2142 * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
2143 Undef before redefinition.
2144 (LABEL_AFTER_LOC): Likewise.
2145 (DEFAULT_SIGNED_CHAR): Likewise.
2146 (ASM_OUTPUT_ASCII): Moved here from iris4.h.
2147 Fix IRIX spelling.
2148
2149 * config/mips/iris3.h: Remove, unused.
2150 * config/mips/iris4.h: Likewise.
2151
2152 * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
2153
2154 * config/mips/iris5.h (TARGET_DEFAULT): Move ...
2155 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
2156 target_cpu_default.
2157
2158 * config/mips/iris5.h: Move explicit includes ...
2159 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
2160
2161 * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
2162 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
2163 tm_defines.
2164
2165 * config/mips/iris6.h (TARGET_DEFAULT): Move ...
2166 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
2167 target_cpu_default.
2168
2169 * config/mips/iris6.h: Fix IRIX spelling.
2170 (MULTILIB_DEFAULTS): Undef before redefinition.
2171
2172 * config/mips/iris6.h: Move explicit includes ...
2173 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
2174
2175 Wed Jul 2 02:16:48 CEST 2003 Jan Hubicka <jh@suse.cz>
2176
2177 * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
2178 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
2179 Use next_needed field instead of aux to maintain the queue.
2180 * cgraph.h (cgraph_node): Add next_needed.
2181 (cgraph_varpool_node): Add next_needed; remove aux.
2182 * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
2183
2184 Wed Jul 2 02:12:51 CEST 2003 Jan Hubicka <jh@suse.cz>
2185
2186 * cgraphunit.c (cgraph_finalize_function): Set finalized.
2187 (cgraph_finalize_function): Do not examine inlinablility.
2188 (cgraph_finalize_compilation_unit): Do it here.
2189 * cgraph.h (cgraph_local_info): Add finalized field.
2190
2191 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2192
2193 * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
2194 (gt_pch_restore): Likewise.
2195
2196 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
2197
2198 * config/alpha/alpha.c: Fix comment typos.
2199 * config/alpha/elf.h: Likewise.
2200 * config/arm/arm.c: Likewise.
2201 * config/arm/arm.h: Likewise.
2202 * config/arm/arm.md: Likewise.
2203 * config/arm/t-arm-coff: Likewise.
2204 * config/arm/t-strongarm-pe: Likewise.
2205 * config/arm/xscale-elf.h: Likewise.
2206 * config/avr/avr.h: Likewise.
2207
2208 2003-07-01 Jeff Law <law@redhat.com>
2209
2210 * stmt.c (any_pending_cleanups): Remove another redundant test.
2211
2212 2003-07-01 David Edelsohn <edelsohn@gnu.org>
2213 J"orn Rennecke <joern.rennecke@superh.com>
2214
2215 * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
2216 for MEM case.
2217
2218 2003-07-01 Devang Patel <dpatel@apple.com>
2219
2220 * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
2221 (binclstatus): New.
2222 (struct dbx_file): New members - bincl_status, pending_bincl_name and
2223 prev.
2224 (pending_bincls): New.
2225 (dbxout_init): Initialize new dbx_file members.
2226 (dbxout_start_source_file): Same.
2227 (emit_bincl_stab): New function.
2228 (emit_pending_bincls): Same.
2229 (emit_pending_bincls_if_required): Same.
2230 (dbxout_end_source_file): Emit EINCL stab only if BINCL is already
2231 processed.
2232 (dbxout_begin_block): Emit pending BINCL stabs.
2233 (dbxout_end_block): Same.
2234 (dbxout_function_decl): Same.
2235 (dbxout_continue): Same.
2236 (dbxout_type): Same.
2237 (dbxout_class_name_qualifiers): Same.
2238 (dbxout_symbol): Same.
2239 (dbxout_symbol_location): Same.
2240 (dbxout_parms): Same.
2241
2242 2003-07-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2243
2244 * c-semantics.c (genrtl_case_label): Fix format specifier bug.
2245 * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
2246
2247 2003-07-01 Andreas Jaeger <aj@suse.de>
2248
2249 * fold-const.c: Convert prototypes to ISO C90.
2250 * function.c: Likewise.
2251 * function.h: Likewise.
2252
2253 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
2254
2255 * doc/contrib.texi: Fix typos.
2256 * doc/invoke.texi: Likewise.
2257 * doc/passes.texi: Likewise.
2258 * doc/sourcebuild.texi: Likewise.
2259 * doc/tm.texi: Likewise.
2260
2261 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
2262
2263 * basic-block.h: Fix comment typos.
2264 * bb-reorder.c: Likewise.
2265 * c-format.c: Likewise.
2266 * cfgcleanup.c: Likewise.
2267 * cfghooks.h: Likewise.
2268 * cfgloop.c: Likewise.
2269 * cfgloopmanip.c: Likewise.
2270 * cfgrtl.c: Likewise.
2271 * cgraph.h: Likewise.
2272 * cgraphunit.c: Likewise.
2273 * combine.c: Likewise.
2274 * convert.c: Likewise.
2275 * dbxout.c: Likewise.
2276 * df.c: Likewise.
2277 * df.h: Likewise.
2278 * diagnostic.c: Likewise.
2279 * dwarf2out.c: Likewise.
2280 * et-forest.h: Likewise.
2281 * flow.c: Likewise.
2282 * fold-const.c: Likewise.
2283 * function.h: Likewise.
2284 * gcov-io.h: Likewise.
2285 * gcov.c: Likewise.
2286 * gcse.c: Likewise.
2287 * genautomata.c: Likewise.
2288 * ggc-common.c: Likewise.
2289 * ggc-page.c: Likewise.
2290 * loop-unroll.c: Likewise.
2291 * loop-unswitch.c: Likewise.
2292 * loop.c: Likewise.
2293 * mips-tfile.c: Likewise.
2294 * optabs.c: Likewise.
2295 * ra-build.c: Likewise.
2296 * ra-colorize.c: Likewise.
2297 * ra-rewrite.c: Likewise.
2298 * ra.h: Likewise.
2299 * regmove.c: Likewise.
2300 * reload.c: Likewise.
2301 * rtlanal.c: Likewise.
2302 * sched-ebb.c: Likewise.
2303 * sched-int.h: Likewise.
2304 * sched-vis.c: Likewise.
2305 * sreal.c: Likewise.
2306 * ssa-ccp.c: Likewise.
2307 * ssa.c: Likewise.
2308 * toplev.c: Likewise.
2309 * tree-inline.c: Likewise.
2310 * value-prof.c: Likewise.
2311 * value-prof.h: Likewise.
2312
2313 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
2314
2315 * rtl.h (emit_line_note_after): Remove.
2316 (emit_note_copy_after, emit_note_copy): New.
2317 * emit-rtl.c (reorder_insns_with_line_notes): Replace
2318 emit_line_note_after with emit_note_copy_after.
2319 (emit_insn_after_with_line_notes): Likewise.
2320 (emit_line_note_after): Kill.
2321 (emit_note_copy_after): New.
2322 (emit_note_copy): New.
2323 * function.c (emit_return_into_block): Use emit_note_copy_after.
2324 (thread_prologue_and_epilogue_insns): Likewise.
2325 * integrate.c (expand_inline_function): Use emit_note_copy.
2326 (copy_insn_list): Likewise.
2327 * unroll.c (copy_loop_body): Likewise.
2328 * cfglayout.c (duplicate_insn_chain): Likewise.
2329
2330 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
2331
2332 * c-tree.h (define_label): Replace filename and lineno arguments
2333 with a location_t.
2334 * c-decl.c (poplevel): Adjust define_label call.
2335 (pop_label_level): Likewise.
2336 (define_label): Replace filename and lineno arguments with a
2337 location_t.
2338 (store_parm_decls): Use DECL_SOURCE_LOCATION.
2339 * c-parse.in (label): Adjust define_label call.
2340
2341 2003-07-01 Neil Booth <neil@daikokuya.co.uk>
2342
2343 * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
2344 config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
2345 config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
2346 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
2347 config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
2348
2349 2003-07-01 Andreas Jaeger <aj@suse.de>
2350
2351 * final.c: Convert prototypes to ISO C90.
2352 * flow.c: Likewise.
2353 * flags.h: Likewise.
2354 * gcov-io.c: Likewise.
2355 * gcov-io.h: Likewise.
2356
2357 2003-06-30 Bruno Haible <bruno@clisp.org>
2358
2359 PR middle-end/6578
2360 * libgcc2.c (__subvsi3): Remove simplification that would not work
2361 when subtracting -0x80000000.
2362 (__subvdi3): Remove simplification that would return a wrong result.
2363 (__mulvsi3): Fix overflow check.
2364 (__absvdi2): Fix simplification that would return a wrong result.
2365 (__mulvdi3): Fix overflow check.
2366
2367 2003-06-30 Jeff Law <law@redhat.com>
2368
2369 * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
2370 was always passed in the value '1'. Simplify body appropriately.
2371 * tree.h (any_pending_cleanups): Corresponding changes.
2372 * calls.c: (expand_call): Corresponding changes.
2373
2374 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2375
2376 * combine.c (distribute_notes): Don't bother REG_WAS_0.
2377 * cse.c (cse_insn): Likewise.
2378 * final.c (final_scan_insn): Likewise.
2379 * jump.c (duplicate_loop_exit_test): Likewise.
2380 * rtl.c (reg_note_name): Remove REG_WAS_0.
2381 * rtl.h (REG_WAS_0): Remove.
2382 * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
2383 * config/avr/avr.c (output_movqi): Don't use reg_was_0.
2384 (output_movhi): Likewise.
2385 (output_movsisf): Likewise.
2386 (reg_was_0): Remove.
2387 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
2388 REG_WAS_0.
2389 (m68hc11_gen_movqi): Likewise.
2390 * config/vax/vax-protos.h: Remove the prototype for
2391 reg_was_0_p.
2392 * config/vax/vax.c (follows_p): Remove.
2393 (reg_was_0_p): Likewise.
2394 * config/vax/vax.md (movsi): Don't use reg_was_0_p.
2395 (movhi): Likewise.
2396 (movqi): Likewise.
2397 * doc/rtl.texi (REG_WAS_0): Remove.
2398
2399 2003-06-30 Mark Mitchell <mark@codesourcery.com>
2400
2401 * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
2402
2403 2003-06-30 Bob Wilson <bob.wilson@acm.org>
2404
2405 * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
2406 top-level include directory.
2407 * config/xtensa/lib2funcs.S: Likewise.
2408 * config/xtensa/xtensa.h: Likewise.
2409 * config/xtensa/xtensa-config.h: Remove.
2410 * doc/install.texi: Update location of "xtensa-config.h" header.
2411
2412 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
2413
2414 * config/s390/s390.c (s390_extra_constraint): New function.
2415 * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
2416 * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
2417 * config/s390/s390.c (q_constraint): Remove.
2418 * config/s390/s390-protos.h (q_constraint): Likewise.
2419 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
2420 (EXTRA_ADDRESS_CONSTRAINT): Define.
2421
2422 * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
2423 (DISP_IN_RANGE, s390_short_displacement): New.
2424 (legitimate_reload_operand_p): Support long displacements.
2425 (s390_decompose_address): Likewise.
2426 (legitimize_pic_address): Likewise.
2427 (legitimize_address): Likewise.
2428 (s390_fixup_clobbered_return_reg): Likewise.
2429 (s390_emit_prologue, s390_emit_epilogue): Likewise.
2430 (s390_output_mi_thunk): Likewise.
2431
2432 * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
2433 (attr "atype", attr "length"): Add defaults for new op_types.
2434 (all insns): Change op_type attribute where appropriate.
2435
2436 ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
2437 ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
2438 "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
2439 "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
2440 "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
2441 "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
2442 "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
2443 "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
2444 "*movdf_64", "*movdf_31", "*movsf",
2445 "*load_multiple_si", "*store_multiple_di",
2446 "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
2447 "*la_64", "*la_31", "*la_31_and", "force_la_31",
2448 "*addsi3_carry1_cc", *addsi3_carry1_cconly",
2449 "*addsi3_carry2_cc", *addsi3_carry2_cconly",
2450 "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
2451 "*addsi3_sign", "*addsi3_sub", "addsi3",
2452 "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
2453 "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
2454 "mulsi3"
2455 "*andsi3_cc", "*andsi3_cconly", "andsi3",
2456 "*andqi3_ss", "*andqi3_ss_inv",
2457 "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
2458 "*iorqi3_ss", "*iorqi3_ss_inv",
2459 "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
2460 "*xorqi3_ss", "*xorqi3_ss_inv",
2461 "*tls_load_31"): Add alternatives for long-displacement instructions.
2462
2463 ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
2464 "*load_multiple_di", "*store_multiple_di",
2465 "*sethighqidi_64", "*zero_extendhisi2_31",
2466 "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
2467 "adddf3", "*adddf3", "*adddf3_ibm",
2468 "addsf3", "*addsf3", "*addsf3_ibm",
2469 "subdf3", "*subdf3", "*subdf3_ibm",
2470 "subsf3", "*subsf3", "*subsf3_ibm",
2471 "mulsi_6432", "divmoddisi3",
2472 "muldf3", "*muldf3", "*muldf3_ibm",
2473 "mulsf3", "*mulsf3", "*mulsf3_ibm",
2474 "divdf3", "*divdf3", "*divdf3_ibm",
2475 "divsf3", "div*sf3", "*divsf3_ibm",
2476 "sqrtdf2", "sqrtsf2",
2477 "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
2478 "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
2479 "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
2480 and address constraints for instructions that do not accept long
2481 displacements.
2482
2483 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
2484 Ulrich Weigand <uweigand@de.ibm.com>
2485
2486 * config/s390/2084.md: New file.
2487 * config/s390/s390.md: Include it.
2488 * config/s390/s390.c (s390_adjust_priority): New function.
2489 (TARGET_SCHED_ADJUST_PRIORITY): Define.
2490 (s390_first_cycle_multipass_dfa_lookahead): New function.
2491 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
2492 (s390_sched_reorder2): New function.
2493 (TARGET_SCHED_REORDER2): Define.
2494 (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
2495 (s390_issue_rate): Likewise.
2496
2497 Mon Jun 30 23:47:33 CEST 2003 Jan Hubicka <jh@suse.cz>
2498
2499 * Makefile.in (GTFILES): Add cgraph.h.
2500 * cgraph.c (known_decls): Remove.
2501 (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
2502 cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
2503 (cgraph_node): Do not allocate known_decls; use polutate hashtable.
2504 (cgraph_varpool_node): Likewise; add next pointer.
2505 (cgraph_varpool_nodes): New static variable.
2506 * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
2507 cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
2508 cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
2509 * gengtype.c (open_base_files): Include cgraph.h
2510
2511 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2512
2513 * Changelog: Remove ">>>>>>>" from previous change.
2514
2515 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2516
2517 * config/cris/cris.c: Fix spelling for "testcase".
2518 * config/cris/cris.h: Likewise.
2519 * config/cris/cris.md: Likewise.
2520 * config/mmix/crti.asm: Likewise.
2521 * config/mmix/mmix.h: Likewise.
2522 * config/mmix/mmix.md: Likewise.
2523
2524 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2525
2526 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
2527 1.
2528
2529 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
2530
2531 * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
2532 --with-mode configure options.
2533 * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
2534 (DRIVER_SELF_SPECS): Define.
2535 * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
2536 architecture to assembler.
2537 (LINK_SPEC): Merge 31-bit and 64-bit variants.
2538 (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
2539 * config/s390/s390.c (override_options): New default rules for
2540 architecture mode and cpu architecture selection.
2541 * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
2542 new default rules.
2543
2544 * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
2545 * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
2546 * config/s390/s390.c (override_options): Add "z990" to
2547 processor_alias_table.
2548 * doc/invoke.texi (-march): Document "z990" processor type.
2549
2550 * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
2551 * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
2552 (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
2553 TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
2554 * config/s390/s390.c (override_options): Replace enum pta_flags by
2555 enum processor_flags. Fill in s390_tune_flags and s390_arch_flags.
2556
2557 * config/s390/s390.c (s390_cpu): Rename to ...
2558 (s390_tune): ... this.
2559 * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
2560 * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
2561 * config/s390/s390.md (attr "cpu"): Likewise.
2562
2563 2003-06-30 Neil Booth <neil@daikokuya.co.uk>
2564
2565 * c-common.c (enum c_language_kind, flag_objc): Remove.
2566 (fix_string_type, check_case_value, c_common_nodes_and_builtins,
2567 c_add_case_label, finish_label_addr_expr, boolean_increment):
2568 Use c_dialect_ macros.
2569 * c-common.h (enum c_language_kind): Extend.
2570 (c_dialect_cxx, c_dialect_objc): New.
2571 (flag_objc): Remove.
2572 (c_common_init_options): Update prototype.
2573 * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
2574 macros.
2575 * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
2576 macros.
2577 * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
2578 * c-lang.c (c_init_options): Remove.
2579 (c_language): Define.
2580 (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2581 * c-lex.c (lex_charconst): Use c_dialect_ macros.
2582 * c-opts.c (lang_flags): Make function-local.
2583 (c_common_init_options): Use c_dialect_ macros. Handle
2584 C++ diagnostic requirements.
2585 (c_common_handle_option, c_common_post_options): Use flag_cxx.
2586 * c-parse.in (init_reswords): Use c_dialect_objc ().
2587 * c-pch.c (get_ident): Use c_language.
2588 * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
2589 * c-typeck.c (comptypes, build_c_cast): Similarly.
2590 * objc/objc-lang.c (c_language): Define.
2591 (LANG_HOOKS_INIT_OPTIONS): Use common hook.
2592 (objc_init_options): Remove.
2593
2594 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2595
2596 * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
2597 * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
2598
2599 2003-06-30 Wolfgang Bangerth <bangerth@dealii.org>
2600
2601 * doc/sourcebuild.texi: Don't reference gnats.html any more.
2602
2603 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
2604
2605 * config/h8300/h8300.c (compute_mov_length): Fix length of
2606 mov:SF on H8/300.
2607
2608 2003-06-30 Nick Clifton <nickc@redhat.com>
2609
2610 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
2611 constant.
2612
2613 Mon Jun 30 15:36:29 CEST 2003 Jan Hubicka <jh@suse.cz>
2614
2615 (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
2616
2617 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
2618
2619 * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
2620 (altivec_in_gprs_p): New function.
2621
2622 * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
2623 prototype.
2624 (altivec_in_gprs_p): New prototype.
2625
2626 * config/rs6000/altivec.md (*movv4si_internal): Change
2627 multi-assembler alternative to '#'. Add postreload splitter to
2628 handle this cases.
2629 (*movv4hi_internal): Likewise.
2630 (*movv4qi_internal): Likewise.
2631 (*movv4sf_internal): Likewise.
2632
2633 2003-06-30 Jason Merrill <jason@redhat.com>
2634
2635 * defaults.h (PUSH_ARGS_REVERSED): Define default here.
2636 * calls.c: Not here.
2637
2638 2003-06-30 Ben Elliston <bje@wasabisystems.com>
2639
2640 * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
2641 (bad_signed_byte_operand): Likewise.
2642 (arm_output_epilogue): Likewise.
2643 (arm_final_prescan_insn): Likewise.
2644
2645 2003-06-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2646
2647 * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
2648
2649 2003-06-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2650
2651 * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
2652 subsequent writes.
2653
2654 Mon Jun 30 10:03:02 CEST 2003 Jan Hubicka <jh@suse.cz>
2655
2656 * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
2657 in cfglayout mode.
2658
2659 Mon Jun 30 09:52:39 CEST 2003 Jan Hubicka <jh@suse.cz>
2660
2661 * i386.c (standard_80387_constant_p): Accept TFmode constants too.
2662 (init_ext_80387_constants): Likewise.
2663 (standard_80387_constant_rtx): Likewise.
2664 * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
2665 (atantf): Disable for !TARGET_128BIT_LONG_LONG
2666 (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
2667 (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
2668 (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
2669 (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
2670 (frndinttf2): New.
2671 (f2xm1tf2): New.
2672 (exp?f2): Use expsf2_tf when needed.
2673 (exp?f2_tf): New.
2674 (exptf): New.
2675
2676 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
2677
2678 * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
2679 statement from tmake_file set.
2680
2681 2003-06-29 James E Wilson <wilson@tuliptree.org>
2682
2683 * reload.c (find_reloads): Change push_reloads to push_reload in
2684 comment.
2685 * reload1.c (eliminate_regs): Likewise.
2686 (dump_needs): Delete prototype for deleted function.
2687
2688 2003-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2689
2690 * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
2691 format attributes.
2692 * c-format.c (enum format_type): Add gcc_diag_format_type,
2693 gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
2694 (gcc_diag_length_specs, gcc_cdiag_length_specs,
2695 gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
2696 gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
2697 gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
2698 gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
2699 (format_types_orig): Add new data.
2700 (find_char_info_specifier_index, init_dynamic_diag_info): New
2701 functions.
2702 (handle_format_attribute): Update to handle new format attributes.
2703
2704 2003-06-29 Dara Hazeghi <dhazeghi@yahoo.com>
2705
2706 * doc/install.texi: Remove install documentation for obsoleted targets
2707 i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
2708 arm-*-aof.
2709 Update information about IA64 toolchain, AIX make requirements,
2710 and binutils for m68k-*-hpux and *-*-linuxaout targets.
2711
2712 Mon Jun 30 00:50:43 CEST 2003 Jan Hubicka <jh@suse.cz>
2713
2714 * regmove.c (regmove_optimize): Don't try to make src and dst match
2715 when they are in different modes.
2716
2717 Sun Jun 29 23:06:32 CEST 2003 Jan Hubicka <jh@suse.cz>
2718
2719 * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
2720 busy work when builtin is not supported by the backend.
2721
2722 2003-06-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2723
2724 * loop.c (count_one_set): Fix detection of registers set in more
2725 than one basic block.
2726
2727 2003-06-29 Andreas Jaeger <aj@suse.de>
2728
2729 * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
2730 * system.h: Poison OBJ_FORMAT_ROSE.
2731 * doc/tm.texi (Macros for Initialization): Remove documentatin of
2732 OBJECT_FORMAT_ROSE.
2733 * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
2734 * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
2735
2736 2003-06-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2737
2738 * pa.c (update_total_code_bytes): New function.
2739 (last_address): Number of bytes output for a function and its
2740 associated thunks.
2741 (compute_frame_size): Use BITS_PER_UNIT.
2742 (pa_output_function_epilogue): Compute last_address. Use
2743 update_total_code_bytes.
2744 (output_lbranch): Handle long branch on portable runtime.
2745 (attr_length_millicode_call, attr_length_call,
2746 attr_length_indirect_call): Only use total_code_bytes for calls in
2747 the text section.
2748 (output_call): Only use an indirect call sequence when the target is
2749 not local.
2750 (pa_asm_output_mi_thunk): Handle updating of total_code_bytes. Improve
2751 test to determine when an IA-relative branch can be used. Add various
2752 long branch sequences. Avoid using an indirect branch on all ports
2753 except SOM.
2754
2755 2003-06-29 Ulrich Weigand <uweigand@de.ibm.com>
2756
2757 * expr.c (clear_by_pieces): Fix prototype.
2758
2759 2003-06-29 Andreas Jaeger <aj@suse.de>
2760
2761 * cse.c: Convert prototypes to ISO C90.
2762 * cselib.c: Likewise.
2763 * cselib.h: Likewise.
2764 * dbxout.c: Likewise.
2765 * debug.c: Likewise.
2766 * df.c: Likewise.
2767 * df.h: Likewise.
2768 * dojump.c: Likewise.
2769 * doloop.c: Likewise.
2770 * dominance.c: Likewise.
2771 * dwarf2asm.c: Likewise.
2772 * dwarf2out.c: Likewise.
2773 * dwarf2out.h: Likewise.
2774 * dwarfout.c: Likewise.
2775 * except.c: Likewise.
2776 * except.h: Likewise.
2777 * emit-rtl.c: Likewise.
2778 * et-forest.c: Likewise.
2779 * et-forest.h: Likewise.
2780 * except.c: Likewise.
2781 * explow.c: Likewise.
2782 * expmed.c: Likewise.
2783 * expr.c: Likewise.
2784 * expr.h: Likewise.
2785
2786 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
2787
2788 * alloc-pool.c: Fix comment formatting.
2789 * bitmap.c: Likewise.
2790 * bitmap.h: Likewise.
2791 * bt-load.c: Likewise.
2792 * builtins.c: Likewise.
2793 * caller-save.c: Likewise.
2794 * cfganal.c: Likewise.
2795 * cfgrtl.c: Likewise.
2796 * collect2.c: Likewise.
2797 * cse.c: Likewise.
2798 * df.c: Likewise.
2799 * diagnostic.c: Likewise.
2800 * dwarf2out.c: Likewise.
2801 * dwarfout.c: Likewise.
2802 * expmed.c: Likewise.
2803 * final.c: Likewise.
2804 * flags.h: Likewise.
2805 * fold-const.c: Likewise.
2806 * gcc.c: Likewise.
2807 * gcov-io.h: Likewise.
2808 * gcov.c: Likewise.
2809 * genattrtab.c: Likewise.
2810 * genautomata.c: Likewise.
2811 * libgcov.c: Likewise.
2812 * mips-tfile.c: Likewise.
2813 * optabs.c: Likewise.
2814 * prefix.c: Likewise.
2815 * rtlanal.c: Likewise.
2816 * stmt.c: Likewise.
2817 * stor-layout.c: Likewise.
2818 * toplev.c: Likewise.
2819 * varasm.c: Likewise.
2820 * vmsdbgout.c: Likewise.
2821
2822 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
2823
2824 * expr.c (emit_single_push_insn): If padding is needed
2825 downward, adjust the stack pointer first, and then store the
2826 data into the stack location using an offset.
2827
2828 2003-06-29 Andreas Jaeger <aj@suse.de>
2829
2830 * collect2.h: Convert prototypes to ISO C90.
2831 * collect2.c: Likewise.
2832 * conflict.c: Likewise.
2833 * coverage.c: Likewise.
2834 * convert.h: Likewise.
2835 * convert.c: Likewise.
2836
2837 2003-06-29 Nathan Sidwell <nathan@codesourcery.com>
2838
2839 * c-decl.c (c_init_decl_processing): Use a location_t. Set input
2840 filename to <internal>.
2841 * tree.c (make_node): Just copy the current location.
2842
2843 2003-06-29 Eric Botcazou <ebotcazou@libertysurf.fr>
2844
2845 PR optimization/11210
2846 * fold-const (decode_field_reference): Revert 2003-06-26 patch.
2847
2848 2003-06-29 Neil Booth <neil@daikokuya.co.uk>
2849
2850 * toplev.c (flag_dummy): Remove.
2851 (f_options): Restore flag pointers.
2852
2853 2003-06-29 David Edelsohn <edelsohn@gnu.org>
2854
2855 * config/rs6000/rs6000.c (processor_target_table): Add 970.
2856 * config.gcc: Add 970.
2857
2858 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
2859
2860 * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
2861 -1) with ggc_strdup.
2862 * stmt.c (expand_asm_operands): Likewise.
2863 * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
2864
2865 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
2866
2867 * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
2868 definition.
2869
2870 2003-06-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2871
2872 * opts.c: Include insn-attr.h.
2873 * Makefile.in (opts.o): Depend on INSN_ATTR_H.
2874
2875 2003-06-27 J"orn Rennecke <joern.rennecke@superh.com>
2876
2877 * flow.c (propagate_one_insn): Use proper test for a register
2878 being part of the return value.
2879
2880 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
2881
2882 * config/avr/avr.c: Fix a comment typo.
2883
2884 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
2885
2886 * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
2887 with avr_simplify_comparison_p.
2888 * config/avr/avr.c: Likewise.
2889
2890 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
2891
2892 * builtins.c: Follow spelling conventions.
2893 * cgraph.c: Likewise.
2894 * cpplex.c: Likewise.
2895 * config/arm/arm.c: Likewise.
2896 * config/arm/iwmmxt.md: Likewise.
2897 * config/c4x/c4x-modes.def: Likewise.
2898 * config/c4x/c4x.c: Likewise.
2899 * config/c4x/c4x.h: Likewise.
2900 * config/c4x/c4x.md: Likewise.
2901 * config/i386/i386-interix.h: Likewise.
2902 * config/mips/mips.h: Likewise.
2903
2904 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
2905
2906 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
2907 __mc68020__ on TARGET_68020.
2908
2909 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
2910
2911 * config/h8300/h8300.c: Fix a comment typo.
2912
2913 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
2914
2915 * c-parse.in (yylexstring): Use a location_t.
2916
2917 * diagnostic.h (diagnostic_set_info): Replace file and lineno
2918 parameters with a location_t.
2919 * diagnostic.c (diagnostic_set_info): Replace file and lineno
2920 parameters with a location_t.
2921 (inform, warning, pedwarn, error, sorry, fatal_error,
2922 internal_error, warning_with_decl, pedwarn_with_decl,
2923 error_with_decl): Adjust.
2924 * c-error.c (pedwarn_c99): Adjust.
2925 * c-format.c (status_warning): Adjust.
2926 * rtl-error.c (file_and_line_for_asm): Rename to ...
2927 (location_for_asm): Return a location_t.
2928 (diagnostic_for_asm): Adjust.
2929
2930 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
2931
2932 * cpptrad.c (skip_macro_block_comment): New.
2933 (copy_comment): Use it if appropriate.
2934
2935 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
2936
2937 * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
2938 definition.
2939 (store_killed_in_insn): Likewise.
2940 * print-rtl.c (print_rtx): Likewise.
2941 * config/frv/frv.c (frv_final_prescan_insn): Likewise.
2942 * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
2943 (m68hc11_reassign_regs): Likewise.
2944 (m68hc11_reorg): Likewise.
2945
2946 2003-06-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
2947
2948 * diagnostic.c (output_integer_with_precision): New macro.
2949 (output_format): Use it. Handle more format specifiers.
2950 (output_long_decimal): Remove.
2951 (output_unsigned_decimal): Likewise.
2952 (output_long_unsigned_decimal): Likewise.
2953 (output_octal): Likewise.
2954 (output_long_octal): Likewise.
2955 (output_hexadecimal): Likewise.
2956 (output_long_hexadecimal): Likewise.
2957 (output_long_long_decimal): Likewise.
2958
2959 2003-06-28 Andreas Schwab <schwab@suse.de>
2960
2961 * config/ia64/ia64.md: Follow recent emit_note API change.
2962
2963 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
2964
2965 * c-parse.in (%union): Replace filename & lineno with location.
2966 (save_filename, save_lineno): Remove.
2967 (save_location): New.
2968 (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
2969 nested_function, notype_nested_function, if_prefix, lineno_stmt,
2970 lineno_label, label): Adjust.
2971
2972 2003-06-28 Jakub Jelinek <jakub@redhat.com>
2973
2974 * builtins.c (c_strlen): Add only_value argument.
2975 Handle COND_EXPR and COMPOUND_EXPR.
2976 (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
2977 Adjust c_strlen callers.
2978 (expand_builtin_strcpy, expand_builtin_strncpy,
2979 expand_builtin_strcmp, expand_builtin_strncmp,
2980 expand_builtin_fputs, expand_builtin_sprintf,
2981 fold_builtin): Adjust c_strlen callers.
2982
2983 2003-06-28 Josef Zlomek <zlomekj@suse.cz>
2984
2985 * bb-reorder.c (find_traces_1_round): Do not send basic block
2986 to next round when we are in the last round.
2987
2988 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
2989
2990 * Makefile.in: Update.
2991 * opts.c: Include tm_p.h.
2992 (handle_options): Make static.
2993 (decode_options): Copied from toplev.c.
2994 * opts.h (decode_options): New.
2995 * toplev.c (parse_options_and_default_flags): Move most to opts.c,
2996 some to...
2997 (general_init): ...here.
2998 (toplev_main): Use decode_options instead.
2999 * toplev.h (save_argc, save_argv): New.
3000
3001 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
3002
3003 * explow.c (find_next_ref): Remove.
3004 * rtl.h: Remove the prototype for find_next_ref.
3005
3006 2003-06-27 Roger Sayle <roger@eyesopen.com>
3007
3008 * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
3009 call to match recent API change.
3010
3011 2003-06-27 Zack Weinberg <zack@codesourcery.com>
3012
3013 * dbxout.c (flag_debug_only_used_symbols): Delete redundant
3014 declaration.
3015
3016 * c-format.c (check_format_string, get_constant)
3017 * cfgrtl.c (rtl_split_edge):
3018 Mark the definition static, matching the forward declaration.
3019
3020 2003-06-27 Gunther Nikl <gni@gecko.de>
3021
3022 * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
3023
3024 PR target/11014
3025 * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
3026 syntax for MIT / MOTOROLA.
3027
3028 PR other/10240
3029 * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
3030 * configure: Rebuilt.
3031
3032 2003-06-27 Chris Demetriou <cgd@broadcom.com>
3033
3034 * config/mips/mips.c (mips_build_va_list): Make padding in
3035 va_list structure explicit to avoid -Wpadded warnings.
3036
3037 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3038
3039 * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
3040 * config/s390/s390.c (s390_secondary_output_reload_class): New function.
3041 * config/s390/s390-protos.h (s390_secondary_output_reload_class):
3042 Declare it.
3043 * config/s390/s390.md ("reload_outti", "reload_outdi",
3044 "reload_outdf"): New expanders.
3045
3046 * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
3047 memory operands as source.
3048 ("movdi" + splitters): Likewise.
3049 ("movdf" + splitters): Likewise.
3050 * config/s390/s390.c (s390_split_ok_p): New function.
3051 * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
3052
3053 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3054
3055 * combine.c (force_to_mode): Replace the equality comparison
3056 of INTVALs with a pointer equality comparison.
3057 (simplify_comparison): Likewise.
3058
3059 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3060
3061 * jump.c (rtx_renumbered_equal_p): Replace an expression that
3062 is known to be 0 with 0.
3063
3064 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3065
3066 * gcse.c (expr_equiv_p): Replace expressions that are known to
3067 be 0 with 0.
3068
3069 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3070
3071 * cse.c (fold_rtx): Replace the equality comparison of INTVALs
3072 with a pointer equality comparison.
3073
3074 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3075
3076 * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
3077 are known to be not equivalent.
3078
3079 2003-06-27 Richard Henderson <rth@redhat.com>
3080
3081 * config/alpha/alpha.c (function_arg): Don't pass small aggregates
3082 in floating point registers. Validate that we don't receive complex
3083 values here. Use #elif.
3084 (return_in_memory, function_value): New.
3085 (alpha_va_arg): Handle complex values as two arguments.
3086 * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
3087 (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
3088 (SPLIT_COMPLEX_ARGS): New.
3089 * config/alpha/alpha-protos.h: Update.
3090
3091 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3092
3093 * ggc-page.c (inverse_table): Change type of mult to size_t.
3094 (compute_inverse): Compute inverse using size_t, not unsigned int.
3095 Compute inverse also for sizes larger than half a machine page.
3096
3097 Fri Jun 27 18:36:12 CEST 2003 Jan Hubicka <jh@suse.cz>
3098
3099 * toplev.c (rest_of_decl_compilation): Only varpoolize argument
3100 when called before cgraph_optimize.
3101
3102 2003-06-27 Zack Weinberg <zack@codesourcery.com>
3103
3104 * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
3105 * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
3106 be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
3107
3108 Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka <jh@suse.cz>
3109
3110 * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
3111 of known_decls.
3112
3113 2003-06-27 Hans-Peter Nilsson <hp@axis.com>
3114
3115 * defaults.h (REGISTER_MOVE_COST): Define default here.
3116 * regclass.c: Don't define default REGISTER_MOVE_COST here.
3117 * reload.c, reload1.c: Ditto.
3118
3119 2003-06-27 Richard Earnshaw <rearnsha@arm.com>
3120
3121 * flags.h: Really install previous change.
3122
3123 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
3124
3125 * rtl.h (emit_note): Remove FILE parameter.
3126 * emit-rtl.c (emit_line_note): Adjust emit_note call.
3127 (emit_note): Remove FILE parameter. Adjust.
3128 * builtins.c (expand_builtin_expect): Adjust emit_note call.
3129 * c-semantics.c (genrtl_scope_stmt): Likewise.
3130 (expand_stmt): Likewise.
3131 * cfglayout.c (reemit_insn_block_notes): Likewise.
3132 (duplicate_insn_chain): Likewise.
3133 * except.c (expand_eh_region_start, expand_eh_region_end,
3134 sjlj_emit_function_enter): Likewise.
3135 * explow.c (probe_stack_range): Likewise.
3136 * expr.c (emit_block_move_via_loop): Likewise.
3137 * function.c (init_function_start, expand_function_start,
3138 expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
3139 * integrate.c (expand_inline_function, copy_insn_list): Likewise.
3140 * reg-stack.c (compensate_edge): Likewise.
3141 * reload1.c (reload): Likewise.
3142 * rtlanal.c (hoist_insn_to_edge): Likewise.
3143 * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
3144 expand_loop_continue_here, expand_end_loop, expand_continue_loop,
3145 expand_exit_loop_top_cond, expand_value_return,
3146 expand_start_bindings_and_block, expand_end_bindings,
3147 expand_decl_cleanup, expand_start_case): Likewise.
3148 * unroll.c (copy_loop_body
3149 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
3150 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
3151 * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
3152 rs6000_emit_allocate_stack, rs6000_output_function_prologue,
3153 rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
3154 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3155 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3156
3157 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
3158
3159 * c-tree.h (grokfield): Remove unused filename and line parameters.
3160 * c-decl.c (grokfield): Remove unused filename and line parameters.
3161 * c-parse.in (component_decl): Adjust field grokking rules, adjust
3162 grokfield calls.
3163 (component_declarator): Likewise.
3164 (component_notype_declarator): Likewise.
3165 * objc/objc-act.c (build_module_descriptor): Adjust grokfield
3166 calls.
3167 (build_protocol_template, build_method_prototype_list_template,
3168 build_method_prototype_template, build_category_template,
3169 build_selector_template, build_class_template,
3170 build_super_template, build_ivar_template,
3171 build_ivar_list_template, build_method_list_template,
3172 build_method_template, add_instance_variable): Likewise.
3173
3174 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
3175
3176 * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
3177 OP2 are known to be not equivalent.
3178
3179 2003-06-26 Devang Patel <dpatel@apple.com>
3180
3181 * final.c (debug_flush_symbol_queue): New function.
3182 (debug_queue_symbol): New function.
3183 (debug_free_queue): New function.
3184 (debug_nesting): New variable.
3185 (symbol_queue): New variable.
3186 (symbol_queue_index): Same.
3187 (symbol_queue_size): Same.
3188 * debug.h (debug_flush_symbol_queue): New.
3189 (debug_queue_symbol): New.
3190 (debug_free_queue): New.
3191 (debug_nesting): New.
3192 (symbol_queue_index): New.
3193 * dbxout.c (DBXOUT_DECR_NESTING): New macro.
3194 (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
3195 (dbxout_init): Delay symbol output.
3196 (dbxout_global_decl): Save, set and reset TREE_USED bit around
3197 dbxout_symbol() call.
3198 (dbxout_begin_function): Same.
3199 (dbxout_finish): Free symbol queue.
3200 (dbxout_type): Put appropriate symbols in queue.
3201 (dbxout_symbol): Put info for symbol's type in queue.
3202 Decrement/Increment nesting counts flush symbol queue appropriately.
3203 (dbxout_parms): Increment dbxout nesting.
3204 (dbxout_reg_parms): Same.
3205 * flags.h (flag_debug_only_used_symbols): New.
3206 * toplev.c (flag_debug_only_used_symbols): New variable.
3207 (lang_independent_options): Add entries for new option
3208 -feliminate-unused-debug-symbols.
3209 * common.opt: Add entry for -feliminate-unused-debug-symbols.
3210 * opts.c (common_handle_options): Same.
3211 * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
3212 -feliminate-unused-debug-symbols.
3213 * doc/invoke.texi (Debugging Options): Document
3214 -feliminate-unused-debug-symbols.
3215
3216 2003-06-26 Roger Sayle <roger@eyesopen.com>
3217 Jakub Jelinek <jakub@redhat.com>
3218
3219 * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
3220 obtain the format string instead of using TREE_STRING_POINTER and
3221 TREE_STRING_LENGTH. Only optimize sprintf(dst,"%s",src) when the
3222 return value is unused or the length of src is a known constant.
3223
3224 2003-06-26 Richard Henderson <rth@redhat.com>
3225
3226 * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
3227
3228 2003-06-26 Richard Henderson <rth@redhat.com>
3229
3230 * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
3231 (ia64_split_call): Only load descriptor for GP register inputs.
3232 (ia64_expand_epilogue): Check current_frame_info.mask not
3233 current_function_is_leaf to restore ar.pfs.
3234
3235 2003-06-26 Richard Henderson <rth@redhat.com>
3236
3237 * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
3238 instead of replacing it.
3239
3240 2003-06-26 Richard Henderson <rth@redhat.com>
3241
3242 * flow.c (propagate_one_insn): Kill function return value
3243 registers across tail calls.
3244
3245 * flow.c (propagate_one_insn): Preserve live-at-end registers
3246 across tail calls.
3247
3248 2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
3249
3250 * reload.c (can_reload_into): New function.
3251 (push_reload): Use it.
3252
3253 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3254
3255 * config/h8300/h8300.c (compute_a_rotate_length): Fix the
3256 references to the amount of a rotation.
3257
3258 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
3259
3260 * config/sh/coff.h: Don't include dbxcoff.h.
3261 * config.gcc: List it here.
3262
3263 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3264
3265 * postreload.c (reload_cse_simplify_set): Call cselib_lookup
3266 earlier. Don't check if SRC is a constant.
3267
3268 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3269
3270 * Makefile.in (OBJS): Add postreload.o.
3271 Remove cselib.h from the dependency list for reload1.o.
3272 Add a dependency list for postreload.o.
3273 * reload.h: Change the comment for the prototype of
3274 reload_cse_regs.
3275 * reload1.c: Don't include cselib.h.
3276 (reload_cse_regs): Move to postreload.c
3277 (reload_cse_regs_1): Likewise.
3278 (reload_cse_noop_set_p): Likewise.
3279 (reload_cse_simplify_set): Likewise.
3280 (reload_cse_simplify_operands): Likewise.
3281 (RELOAD_COMBINE_MAX_USES): Likewise.
3282 (reload_combine_ruid): Likewise.
3283 (LABEL_LIVE): Likewise.
3284 (reload_combine): Likewise.
3285 (reload_combine_note_use): Likewise.
3286 (reload_combine_note_store): Likewise.
3287 (reg_set_luid): Likewise.
3288 (reg_offset): Likewise.
3289 (reg_base_reg): Likewise.
3290 (reg_mode): Likewise.
3291 (move2add_luid): Likewise.
3292 (move2add_last_label_luid): Likewise.
3293 (MODES_OK_FOR_MOVE2ADD): Likewise.
3294 (reload_cse_move2add): Likewise.
3295 (move2add_note_store): Likewise.
3296 (reload_cse_simplify): Likewise.
3297 * postreload.c: New.
3298
3299 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3300
3301 * config/avr/avr.c (final_prescan_insn): Remove support for
3302 -mrtl.
3303 * config/avr/avr.h (MASK_RTL_DUMP): Remove.
3304 (TARGET_RTL_DUMP): Likewise.
3305 (TARGET_SWITCHES): Remove -mrtl.
3306
3307 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
3308
3309 * config/h8300/h8300-protos.h: Change emit_a_rotate to
3310 output_a_rotate. Add a prototype for compute_a_rotate_length.
3311 * config/h8300/h8300.c (emit_a_rotate): Change to
3312 output_a_rotate.
3313 (compute_a_rotate_length): New.
3314 (h8300_adjust_insn_length): Remove.
3315 * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
3316 * config/h8300/h8300.md (adjust_length): Remove.
3317 (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
3318 (*rotlhi3_1): Likewise.
3319 (*rotlsi3_1): Likewise.
3320
3321 2003-06-26 Roger Sayle <roger@eyesopen.com>
3322 Richard Henderson <rth@redhat.com>
3323
3324 * builtins.c (expand_builtin_mathfn): Always stabilize the argument
3325 list against re-evaluation. If expand_unop fails, call expand_call
3326 with the stabilized argument list rather than return NULL_RTX.
3327 (expand_builtin_mathfn2): Likewise, always stabilize the argument
3328 list, and call expand_call ourselves if expand_binop fails.
3329
3330 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
3331
3332 PR optimization/11210
3333 * fold-const (decode_field_reference): Strip only NOPs that
3334 don't affect the sign.
3335
3336 2003-06-26 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3337
3338 * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
3339 (pop_fpscr, fpu_switch): Likewise.
3340
3341 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3342
3343 * value-prof.c: New.
3344 * value-prof.h: New.
3345 * Makefile.in (value-prof.o): New.
3346 (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
3347 (profile.o): Add value-prof.h and tree.h dependency.
3348 * flags.h (flag_profile_values): Declare.
3349 * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
3350 Add new counters.
3351 (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
3352 GCOV_COUNTER_V_DELTA): New counter sections.
3353 (__gcov_merge_single, __gcov_merge_delta): Declare.
3354 * flow.c (mark_used_regs): Set subregs_of_mode only when the
3355 structure is initialized.
3356 * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
3357 * profile.c: Include value-prof.h and tree.h.
3358 (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
3359 gen_const_delta_profiler, instrument_values): New static functions.
3360 (get_exec_counts): Fix comment.
3361 (branch_prob): Invoke instrument_values.
3362 * toplev.c (flag_profile_values): New flag.
3363 * doc/invoke.texi (-fprofile-values): Document.
3364
3365 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3366
3367 * Makefile.in (cfgrtl.o): Add expr.h dependency.
3368 * cfgrtl.c: Include expr.h.
3369 (mark_killed_regs, safe_insert_insn_on_edge): New
3370 functions.
3371 * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
3372 * basic-block.h (safe_insert_insn_on_edge): Declare.
3373
3374 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
3375
3376 * c-opts.c (missing_arg): Make non-static.
3377 (c_common_handle_option): Don't check for missing arguments.
3378 * opts.c (handle_option): Check for missing arguments.
3379
3380 2003-06-26 David Edelsohn <edelsohn@gnu.org>
3381
3382 * config/rs6000/power4.md (power4-veccomplex): Correct latency.
3383
3384 2003-06-25 Loren James Rittle <ljrittle@acm.org>
3385
3386 * configure.in (ld_vers): Portability [sed].
3387 * configure: Regenerate with autoconf213.
3388
3389 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
3390
3391 * doc/extend.texi: Document new builtin functions for Intel
3392 Prescott New Intrunctions.
3393
3394 * doc/invoke.texi: Document new command-line options, -mpni and
3395 -mno-pni, for Intel Prescott New Intrunctions.
3396
3397 * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
3398
3399 * config/i386/i386.c (override_options): Turn on MASK_SSE2
3400 for -mpni. Turn on MASK_SSE for -msse2.
3401 (bdesc_2arg): Add PNI builtins with 2 args.
3402 (bdesc_1arg): Add PNI builtins with 1 arg.
3403 (ix86_init_mmx_sse_builtins): Handle PNI builtins.
3404 (ix86_expand_builtin): Likewise.
3405
3406 * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
3407 MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
3408 MASK_TLS_DIRECT_SEG_REFS): Renumbered.
3409 (TARGET_PNI): New.
3410 (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
3411 -mpni and -mno-pni.
3412 (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
3413 (ix86_builtins): Add PNI builtins.
3414 (config/i386/i386.md): Add PNI patterns.
3415
3416 * config/i386/pmmintrin.h: New file.
3417
3418 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
3419
3420 * config/h8300/h8300.md (call): Fix the insn lengths.
3421 (call_value): Likewise.
3422
3423 Thu Jun 26 00:13:35 CEST 2003 Jan Hubicka <jh@suse.cz>
3424
3425 * c-common.c (handle_used_attribute): Use mark_referenced.
3426 * varasm.c (mark_referenced): Break out from ...
3427 (assemble_name): ... here.
3428 * tree.h (mark_referenced): Declare.
3429
3430 2003-06-25 Wolfgang Bangerth <bangerth@dealii.org>
3431
3432 * gccbug.in: Add PCH to list of categories.
3433
3434 2003-06-25 Martin Schaffner <schaffner@gmx.li>
3435
3436 * cppfiles.c: Clarify comments.
3437 * cpphash.h: Likewise.
3438 * cpplib.h: Likewise.
3439 * cppmacro.c: Likewise.
3440 * mkdeps.h: Likewise.
3441
3442 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
3443
3444 * c-opts.c (complain_wrong_lang, write_langs): Remove.
3445 (c_common_handle_option): Complaints about wrong language are
3446 handled in opts.c now.
3447 * opts.c (complain_wrong_lang, write_langs, handle_options): New.
3448 (find_opt): Fix thinko.
3449 (handle_option): Update prototype. Complain about switches for
3450 a different front end.
3451 * opts.h (lang_names, handle_options): New.
3452 (handle_option): Remove.
3453 * opts.sh: Write out language names array.
3454 * toplev.c (parse_options_and_default_flags): Use handle_options.
3455
3456 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
3457
3458 * config/i386/i386.c (MASK_SSE1): Removed.
3459 (MASK_SSE164): Removed.
3460 (MASK_SSE264): Removed.
3461 (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
3462 MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
3463 with MASK_SSE2 | MASK_64BIT.
3464 (bdesc_1arg): Likewise.
3465 (ix86_init_mmx_sse_builtins): Likewise.
3466
3467 * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
3468 (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
3469 -msse2.
3470
3471 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3472
3473 * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
3474 (HOST_WIDE_INT_PRINT_DEC_SPACE,
3475 HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
3476 HOST_WIDEST_INT_PRINT_DEC_SPACE,
3477 HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
3478 (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
3479 HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
3480 terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
3481
3482 * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
3483 * ra-debug.c (dump_static_insn_cost): Likewise.
3484
3485 2003-06-26 Nick Clifton <nickc@redhat.com>
3486
3487 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
3488 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
3489 Replace occurances of '???' with 'XXX' incase they are
3490 mistaken for trigraphs.
3491 (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
3492 does not have a register for the first operand.
3493
3494 2003-06-25 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3495
3496 * config/sh/sh.c (sh_register_move_cost):
3497 Add case for moving between MAC_REGS.
3498
3499 2003-06-25 Zack Weinberg <zack@codesourcery.com>
3500
3501 PR 10178
3502 * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
3503 * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
3504 * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
3505 to true.
3506 * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
3507 return 0.
3508
3509 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3510
3511 * Makefile.in (bt-load.o): Depend on $(TM_P_H).
3512 * bt-load.c: Include "tm_p.h".
3513
3514 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
3515
3516 * config/h8300/h8300.c (compute_mov_length): Adjust for the
3517 new optimization.
3518 * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
3519 an SImode constant whose upper and lower are the same.
3520
3521 Wed Jun 25 11:31:59 CEST 2003 Jan Hubicka <jh@suse.cz>
3522
3523 * varasm.c (assemble_name): Mark needed variables even when
3524 global info is ready.
3525
3526 2003-06-24 Jerry Quinn <jlquinn@optonline.net>
3527
3528 PR other/11280
3529 * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
3530 -freorder-functions description.
3531
3532 2003-06-25 Josef Zlomek <zlomekj@suse.cz>
3533
3534 * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
3535
3536 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
3537
3538 * opts.c (common_handle_option): Add missing break;s.
3539
3540 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
3541
3542 * config/h8300/h8300-protos.h: Add a prototype for
3543 compute_mov_length.
3544 * config/h8300/h8300.c (compute_mov_length): New.
3545 * config/h8300/h8300.md (*movqi_h8300): Use it.
3546 (*movqi_h8300hs): Likewise.
3547 (movstrictqi): Likewise.
3548 (*movhi_h8300): Likewise.
3549 (*movhi_h8300hs): Likewise.
3550 (movstricthi): Likewise.
3551 (*movsi_h8300): Likewise.
3552 (*movsf_h8300): Likewise.
3553 (*movsi_h8300hs): Likewise.
3554 (*movsf_h8300hs): Likewise.
3555
3556 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
3557
3558 * jump.c (next_nondeleted_insn): Remove.
3559 * rtl.h: Remove the prototype for next_nondeleted_insn.
3560
3561 2003-06-24 Roger Sayle <roger@eyesopen.com>
3562
3563 PR optimization/11311
3564 * builtins.c (powi_cost): Fix typo. The number of multiplications
3565 required is the number to reduce the argument, result, plus the
3566 cost of calculating the residual, val [not n, the original value].
3567
3568 2003-06-24 Roger Sayle <roger@eyesopen.com>
3569
3570 * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
3571
3572 2003-06-24 Richard Henderson <rth@redhat.com>
3573 (blame to: Loren James Rittle <ljrittle@acm.org>)
3574
3575 * real.h (ieee_extended_intel_96_round_53_format): New.
3576 * real.c (ieee_extended_intel_96_round_53_format): New.
3577 * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
3578 for XFmode and TFmode.
3579
3580 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
3581
3582 * config/h8300/h8300.md (4 anonymous patterns): Give internal
3583 names.
3584 (movsi_h8300): Change the name to *movsi_h8300.
3585 (movsi_h8300hs): Change the name to *movsi_h8300hs.
3586 (movsf_h8300): Change the name to *movsf_h8300.
3587 (movsf_h8300hs): Change the name to *movsf_h8300hs.
3588
3589 2003-06-24 Jakub Jelinek <jakub@redhat.com>
3590
3591 * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
3592 src twice.
3593
3594 2003-06-24 J"orn Rennecke <joern.rennecke@superh.com>
3595
3596 Back out these patches:
3597 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
3598 * sh.h (OLD_ARG_MODE): New macro.
3599 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
3600 (FUNCTION_ARG_1): Break out of:
3601 (FUNCTION_ARG). Use OLD_ARG_MODE.
3602 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
3603 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
3604 of the generated register.
3605
3606 * sh.h (FUNCTION_ARG_SCmode_WART): Define.
3607 (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
3608 an even number of floating point regs are in use, use the same
3609 sequence of argument passing registers for SCmode as would be
3610 used for two SFmode values.
3611 * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
3612 swap real / imaginary parts in incoming SCmode values passed
3613 in registers.
3614
3615 2003-06-24 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
3616
3617 PR target/11260
3618 * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
3619
3620 Tue Jun 24 18:49:33 CEST 2003 Jan Hubicka <jh@suse.cz>
3621
3622 * Makefile.in (cgraph.o): Depend on output.h, not depend on
3623 tree-inline.h
3624 * cgraph.c: Do not include tree-inline.h; include output.h
3625 (known_fns): Rename to ...
3626 (known_decls): ... this one; update all uses.
3627 (cgraph_varpool_hash): New static variable.
3628 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
3629 variables.
3630 (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
3631 cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
3632 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
3633 New functions.
3634 * cgraph.h (cgraph_varpool_node): New structure.
3635 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
3636 (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
3637 cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
3638 cgraph_varpool_asemble_pending_decls): Declare.
3639 * cgraphunit.c (record_call_1): Notice variable references.
3640 (cgraph_finalize_compilation_unit): Assemble pending variables.
3641 * toplev.c (wrapup_global_declarations): Use varpool.
3642 (compile_file): Assemble pending declarations.
3643 (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
3644 * varasm.c (assemble_name): Notice varpool references.
3645
3646 Tue Jun 24 13:52:11 CEST 2003 Jan Hubicka <jh@suse.cz>
3647
3648 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
3649 * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
3650 * varasm.c (assemble_variable): Call prepare_assemble_variable.
3651
3652 2003-06-23 Roger Sayle <roger@eyesopen.com>
3653
3654 * builtins.c (expand_builtin): Use expand_builtin_pow to expand
3655 calls for pow, powf, powl and their __builtin_ variants.
3656 (expand_builtin_pow): If the second argument is a constant
3657 integer and compiling with -ffast-math, use expand_powi to
3658 generate RTL if powi_cost is less than POWI_MAX_MULTS.
3659 (powi_cost): New function to return the number of multiplications
3660 necessary to evaluate an Nth power, for integer constant N.
3661 (expand_powi): New function to expand the RTL for evaluating
3662 the Nth power of a floating point value, for integer constant N.
3663
3664 * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
3665
3666 Mon Jun 23 23:07:35 CEST 2003 Jan Hubicka <jh@suse.cz>
3667
3668 * cgraph.c (cgraph_nodes_queue): Declare.
3669 (eq_node): Take identifier as p2.
3670 (cgraph_node): Update htab_find_slot_with_hash call.
3671 (cgraph_node_for_identifier): New.
3672 (cgraph_mark_needed_node): Move here from cgraphunit.c.
3673 * cgraph.h (cgraph_nodes_queue): Declare.
3674 (cgraph_node_for_identifier): Declare.
3675 * cgraphunit.c (cgraph_finalize_function): Collect entry points here
3676 instead of in cgraph_finalize_compilation_unit; constructors and
3677 destructors are entry points.
3678 (cgraph_finalize_compilation_unit): Reorganize debug outout;
3679 examine nested functions after lowerng; call collect_functions hook.
3680 (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
3681 (cgraph_finalize_compilation_unit): Do not collect entry points.
3682 * varasm.c: Include cgraph.h
3683 (assemble_name): Mark referenced identifier as needed.
3684
3685 * cgraphunit.c (record_call_1): Use get_callee_fndecl.
3686
3687 2003-06-23 Jakub Jelinek <jakub@redhat.com>
3688
3689 * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
3690 just SYMBOL_REF.
3691 * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
3692 mode, as it requires pic register loaded.
3693
3694 * varasm.c (resolve_unique_section): Remove prototype. No longer
3695 static.
3696 * tree.h (resolve_unique_section): New prototype.
3697
3698 2003-06-23 Andreas Schwab <schwab@suse.de>
3699
3700 PR debug/9905
3701 * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
3702 recursing through first argument.
3703
3704 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3705
3706 * ChangeLog.1: Fix a typo.
3707 * cfgrtl.c: Fix comment typos.
3708 * dwarf2out.c: Likewise.
3709 * expmed.c: Likewise.
3710 * genrecog.c: Likewise.
3711 * jump.c: Likewise.
3712 * rtlanal.c: Likewise.
3713 * ssa-dce.c: Likewise.
3714 * toplev.c: Likewise.
3715
3716 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3717
3718 * doc/extend.texi: Fix typos.
3719 * doc/md.texi: Likewise.
3720 * doc/tm.texi: Likewise.
3721
3722 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3723
3724 * basic-block.h: Fix comment formatting.
3725 * bt-load.c: Likewise.
3726 * builtins.c: Likewise.
3727 * c-common.c: Likewise.
3728 * c-common.h: Likewise.
3729 * c-format.c: Likewise.
3730 * coverage.c: Likewise.
3731 * cpplib.h: Likewise.
3732 * cpppch.c: Likewise.
3733 * dbxout.c: Likewise.
3734 * diagnostic.c: Likewise.
3735 * dwarf2out.c: Likewise.
3736 * expr.c: Likewise.
3737 * fold-const.c: Likewise.
3738 * function.c: Likewise.
3739 * gcc.c: Likewise.
3740 * gcov-io.c: Likewise.
3741 * gcov-io.h: Likewise.
3742 * gcov.c: Likewise.
3743 * profile.c: Likewise.
3744 * real.h: Likewise.
3745 * sched-deps.c: Likewise.
3746
3747 2003-06-23 Roger Sayle <roger@eyesopen.com>
3748 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3749
3750 * doc/contrib.texi (Contributors): Add a note on testing and
3751 remove duplicates from testers list.
3752
3753 2003-06-23 Nick Clifton <nickc@redhat.com>
3754
3755 * read-rtl.c (read_braced_string): Check for EOF. If
3756 encountered issue an error message.
3757
3758 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3759
3760 * doc/invoke.texi: Document dump options, dT and dW.
3761
3762 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
3763
3764 * genrecog.c (pred_table): Remove the entry for
3765 mode_independent_operand.
3766 * recog.c (next_insns_test_no_inequality): Remove.
3767 (mode_independent_operand): Likewise.
3768 * recog.h: Remove the prototype for mode_independent_operand.
3769
3770 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
3771
3772 * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
3773 store into bit 0.
3774 * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
3775 second alternative to set_znv.
3776 (*extzv_1_r_inv_h8300hs): Likewise.
3777
3778 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
3779
3780 * configure.in (in_tree_gas): Find out here whether GAS is ELF,
3781 set in_tree_gas_is_elf accordingly.
3782 (in_tree_ld): Find out whether LD emulation is ELF, set
3783 in_tree_ld_is_elf accordingly.
3784 (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
3785 (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
3786 (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
3787 (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
3788 grepping gas/Makefile.
3789 (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
3790 $in_tree_ld_is_elf instead of grepping ld/Makefile.
3791 * configure: Regenerate.
3792
3793 2003-06-22 Roger Sayle <roger@eyesopen.com>
3794
3795 * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
3796 up the stabilized argument list, not build_tree_list.
3797 (expand_builtin_strcpy): Construct new argument list manually
3798 instead of using chainon to modify the original argument list.
3799 (expand_builtin_stpcpy): Construct new argument list manually
3800 instead of using copy_list and chainon.
3801 (expand_builtin_sprintf): New function. Optimize calls to
3802 sprintf when the format is "%s" or doesn't contain a '%'.
3803 (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
3804 expand_builtin_sprintf.
3805
3806 2003-06-22 Andreas Schwab <schwab@suse.de>
3807
3808 * function.c (set_insn_locators): Mark as unused.
3809
3810 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
3811
3812 * common.opt: Add -finline-limit.
3813 * opts.c (common_handle_options): Handle it.
3814 * opts.sh: Temporary kludge for -finline-limit.
3815 * toplev.c (decode_f_option, independent_decode_option): Die.
3816 (parse_options_and_default_flags): No independent_decode_option.
3817
3818 2003-06-22 Andreas Jaeger <aj@suse.de>
3819
3820 * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
3821
3822 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
3823
3824 * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
3825
3826 2003-06-22 Andreas Schwab <schwab@suse.de>
3827
3828 * doc/invoke.texi: Remove leading `-' from options in index.
3829
3830 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
3831
3832 * bt-load.c: Follow spelling conventions.
3833
3834 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
3835
3836 * expr.c (emit_move_insn_1): Fix a comment typo.
3837
3838 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
3839
3840 * doc/invoke.texi: Alphabetize dump options.
3841
3842 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
3843
3844 * doc/invoke.texi: Remove a duplicate -dk.
3845
3846 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
3847
3848 * doc/invoke.texi: Update dump file names.
3849
3850 2003-06-22 Zack Weinberg <zack@codesourcery.com>
3851
3852 * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
3853 and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
3854
3855 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
3856
3857 * doc/rtl.texi: Fix the @findex for pre_modify.
3858
3859 2003-06-22 Andreas Jaeger <aj@suse.de>
3860
3861 * caller-save.c: Convert to ISO C90.
3862 * calls.c: Likewise.
3863 * cfg.c: Likewise.
3864 * cfganal.c: Likewise.
3865 * cfgbuild.c: Likewise.
3866 * cfgcleanup.c: Likewise.
3867 * cfghooks.c: Likewise.
3868 * cfglayout.c: Likewise.
3869 * cfglayout.h: Likewise.
3870 * cfgloop.c: Likewise.
3871 * cfgloop.h: Likewise.
3872 * cfgloopanal.c: Likewise.
3873 * cfgloopmainip.c: Likewise.
3874 * cfgrtl.c: Likewise.
3875
3876 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
3877
3878 * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
3879 64-bit alignment.
3880
3881 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
3882
3883 * arm.md (all call_value patterns): Remove register constraints on
3884 value operand.
3885
3886 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
3887
3888 * common.opt: More -f switches.
3889 * opts.c (common_handle_options): Handle them.
3890 * toplev.c (time_report): Make extern.
3891 (f_options): USe flag_dummy.
3892 (decode_f_option): No need to use f_options now.
3893 * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
3894 flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
3895
3896 2003-06-22 Andreas Jaeger <aj@suse.de>
3897
3898 * c-lex.c: Convert to ISO C90.
3899 * c-objc-common.c: Likewise.
3900 * c-opts.c: Likewise.
3901 * c-pch.c: Likewise.
3902 * c-ppoutput.c: Likewise.
3903 * c-pragma.h: Likewise.
3904 * c-pretty-print.c: Likewise.
3905 * c-pretty-print.h: Likewise.
3906 * c-semantics.c: Likewise.
3907 * c-tree.h: Likewise.
3908 * c-typeck.c: Likewise.
3909
3910 * c-lang.c: Convert to ISO C90.
3911
3912 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
3913
3914 * opts.c (find_opt): Fix to always guarantee a find of a
3915 switch with joined parameter.
3916 * opts.h (struct cl_option): New member back_chain.
3917 * opts.sh: Update to calculate and add back_chain member.
3918
3919 2003-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
3920
3921 * diagnostic.h (output_host_wide_integer): Declare.
3922 * diagnostic.c (output_long_long_decicaml): New function.
3923 (output_host_wide_integer): Likewise.
3924 (output_format): Use them. Handle "%ll" and "%w".
3925
3926 2003-06-21 Jason Thorpe <thorpej@wasabisystems.com>
3927
3928 * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
3929
3930 2003-06-21 Zack Weinberg <zack@codesourcery.com>
3931
3932 * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
3933 * configure.in: Don't use gcc_AC_C_CHARSET.
3934 * configure, config.in: Regenerate.
3935 * config/i370/i370.c, config/i370/i370.h: Use
3936 (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
3937 instead of HOST_EBCDIC or !HOST_EBCDIC. Clarify comments a tad.
3938
3939 2003-06-21 Neil Booth <neil@daikokuya.co.uk>
3940
3941 * Makefile.in: Update.
3942 * common.opt: New switches.
3943 * opts.c: Include diagnostic.h.
3944 (common_handle_option): Handle new switches.
3945 * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3946 flag_if_conversion2, flag_delete_null_pointer_checks,
3947 flag_rerun_cse_after_loop): Make extern.
3948 (flag_dummy): New.
3949 (f_options): Update to use flag_dummy for moved options.
3950 (decode_f_option): Some switches moved to opts.c.
3951 * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3952 flag_if_conversion2, flag_delete_null_pointer_checks,
3953 flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
3954 flag_tracer, flag_thread_jumps, flag_unroll_loops,
3955 flag_unroll_all_loops, flag_unswitch_loops): New.
3956
3957 Sat Jun 21 13:41:00 CEST 2003 Jan Hubicka <jh@suse.cz>
3958
3959 * i386.c (ix86_va_arg): Fix allocation of temporary slot.
3960
3961 2003-06-20 Kazu Hirata <kazu@cs.umass.edu>
3962
3963 * config/h8300/h8300-protos.h: Add a prototype for
3964 same_cmp_preceding_p.
3965 * config/h8300/h8300.c (same_cmp_preceding): New.
3966 * config/h8300/h8300.md: Extend peephole2's that transform
3967 compare:SI into shorter sequences so that they can deal with
3968 signed comparisons.
3969
3970 2003-06-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3971
3972 * doc/contrib.texi (Contributors): Use Windows instead of Win32.
3973
3974 Update Andreas Jaeger's entry.
3975
3976 Merge the two entries of Kaveh Ghazi, David Edelsohn, and
3977 Loren J. Rittle.
3978
3979 2003-06-21 Nathanael Nerode <neroden@gcc.gnu.org>
3980
3981 * mkconfig.sh: Add multiple inclusion guards to generated headers.
3982
3983 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
3984
3985 * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
3986 * common.opt: Add remaining -W options and -g.
3987 * diagnostic.c (warnings_are_errors): Remove.
3988 * flags.h: Make most warning flags boolean.
3989 * opts.c (common_handle_option): Handle remaining -W options, and -g.
3990 Move many warning flags from toplev.c, making them boolean.
3991 * toplev.c: Remove many warning flags.
3992 (decode_W_option): Remove.
3993 (decode_g_option): Make extern. Error on unknown switch.
3994 (lang_independent_W_options): Use warn_dummy.
3995 (independent_decode_option): Just handle -f switches now.
3996 * toplev.h (decode_g_option): New.
3997
3998 2003-06-20 Aldy Hernandez <aldyh@redhat.com>
3999
4000 PR/11092
4001 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
4002 vectors.
4003
4004 2003-06-20 Kelley Cook <kelleycook@wideopenwest.com>
4005
4006 * opts.sh: Tweak awk script for portability.
4007
4008 2003-06-20 Mark Mitchell <mark@codesourcery.com>
4009
4010 PR c++/10888
4011 * tree-inline.c (expand_call_inline): Do not warn about failing to
4012 inline functions declared in system headers.
4013 * doc/invoke.texi (-Winline): Expand on documentation.
4014
4015 2003-06-20 Richard Henderson <rth@redhat.com>
4016
4017 * config/alpha/alpha.c (alpha_file_start): Disable
4018 file_start_file_directive for ELF and not MDEBUG.
4019
4020 2003-06-20 J"orn Rennecke <joern.rennecke@superh.com>
4021
4022 * sh.h (ROUND_TYPE_ALIGN): Remove.
4023
4024 2003-06-20 Richard Henderson <rth@redhat.com>
4025
4026 * hooks.c (hook_int_void_no_regs): Rename from
4027 hook_reg_class_void_no_regs; change return type.
4028 * hooks.h: Update.
4029 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
4030 * target.h (branch_target_register_class): Change return type to int.
4031 Add documentation.
4032 * config/sh/sh.c (sh_target_reg_class): Change return type.
4033 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
4034
4035 2003-06-20 Andreas Tobler <toa@pop.agri.ch>
4036
4037 * c-format.c: Change _Bool to bool reverting part of the last
4038 patch.
4039
4040 2003-06-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4041
4042 * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
4043 strip name encoding.
4044
4045 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4046
4047 * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
4048 * configure: Regenerate.
4049 Fixes PR driver/9362.
4050
4051 2003-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4052
4053 * config/alpha/alpha.c (alpha_file_start): Fix typo.
4054
4055 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4056
4057 * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
4058 to ASM_OUTPUT_SOURCE_LINE.
4059
4060 2003-06-20 Daniel Egger <degger@fhm.edu>
4061 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4062
4063 * doc/install.texi (Building): Correct and improve statement
4064 about parallel builds.
4065
4066 2003-06-20 Andreas Jaeger <aj@suse.de>
4067
4068 * c-common.c: Change _Bool to bool reverting part of the last
4069 patch.
4070
4071 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
4072
4073 * tree.h (expand_function_end): Remove all parameters.
4074 * function.c (expand_function_end): Remove all parameters.
4075 Use input_location. Never expand_end_bindings.
4076 * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
4077 * coverage.c (create_coverage): Likewise.
4078
4079 2003-06-20 Nick Clifton <nickc@redhat.com>
4080
4081 * doc/extend.texi (ARM Built-in Functions): New node. Document
4082 ARM builtin functions for iWMMXt support.
4083
4084 2003-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
4085
4086 * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
4087 SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
4088 (--with-as): Add @anchor.
4089 (--with-gnu-ld): Fix typo.
4090 (--with-ld): Add @uref to --with-as.
4091
4092 2003-06-19 Zack Weinberg <zack@codesourcery.com>
4093
4094 * doc/tm.texi: Uniformly use @defmac for macros, rather than
4095 @table items. Minor formatting and editorial corrections.
4096
4097 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
4098
4099 * line-map.c, line-map.h: Convert to ISO prototypes.
4100
4101 2003-06-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4102
4103 * gcse.c (store_killed_in_insn): Fix.
4104
4105 2003-06-19 Zack Weinberg <zack@codesourcery.com>
4106
4107 * target.h (asm_out.file_start, file_start_app_off,
4108 file_start_file_directive): New hooks.
4109 * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
4110 TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
4111 New hook-definition macros.
4112 * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
4113 * varasm.c (default_file_start): New.
4114 * output.h: Prototype it.
4115 * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
4116 * system.h: Poison ASM_FILE_START.
4117
4118 * config/alpha/alpha.c (alpha_write_verstamp): Delete.
4119 (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
4120 (unicosmk_asm_file_start): Rename unicosmk_file_start,
4121 make static, take no arguments.
4122 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
4123 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
4124 * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
4125 TARGET_ASM_FILE_END. Remove reference to ASM_FILE_START in
4126 comment.
4127 * config/arc/arc.c (arc_asm_file_start): Rename
4128 arc_file_start, take no arguments, make static.
4129 (TARGET_ASM_FILE_START): Set it.
4130 * config/arm/arm.c (aof_file_start): New static function.
4131 (TARGET_ASM_FILE_START): Set it, when appropriate.
4132 * config/arm/coff.h, config/arm/elf.h:
4133 Set TARGET_ASM_FILE_START_APP_OFF to true.
4134 * config/avr/avr.c (asm_file_start): Rename avr_file_start,
4135 take no arguments, make static.
4136 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
4137 Set them.
4138 * config/c4x/c4x.c (c4x_file_start): New static function.
4139 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
4140 Set them.
4141 * config/cris/cris.c (cris_file_start): New static function.
4142 (TARGET_ASM_FILE_START): Set it.
4143 * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
4144 dsp16xx_file_start, make static.
4145 (luxworks_dsp16xx_file_start): Delete.
4146 (TARGET_ASM_FILE_START): Set it.
4147 * config/h8300/h8300.c (asm_file_start): Rename
4148 h8300_file_start, make static, take no arguments.
4149 (TARGET_ASM_FILE_START): Set it.
4150 * config/i370/i370.c (i370_file_start): New static function.
4151 (TARGET_ASM_FILE_START): Set it.
4152 * config/i386/i386.c (x86_file_start): New static function.
4153 (TARGET_ASM_FILE_START): Set it.
4154 * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
4155 X86_FILE_START_FLTUSED): New macros, default to false.
4156 * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
4157 * config/i386/sysv4.h, config/i386/sco5.h: Override
4158 X86_FILE_START_VERSION_DIRECTIVE to true.
4159 * config/ia64/ia64.c (ia64_file_start): New static function.
4160 (TARGET_ASM_FILE_START): Set it.
4161 (emit_safe_across_calls): Take no arguments.
4162 * config/ia64/ia64.md: Update to match.
4163 * config/m32r/m32r.c (m32r_asm_file_start): Rename
4164 m32r_file_start, make static, take no arguments.
4165 (TARGET_ASM_FILE_START): Set it.
4166 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
4167 m68hc11_file_start, make static, take no arguments.
4168 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4169 (print_options): Delete.
4170 * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
4171 (TARGET_ASM_FILE_START_APP_OFF): Set.
4172 * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
4173 m68k_hp320_file_start.
4174 * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
4175 Make static, take no arguments.
4176 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4177 * config/mmix/mmix.c (mmix_asm_file_start): Rename
4178 mmix_file_start, make static, take no arguments.
4179 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4180 * config/mn10300/mn10300.c (asm_file_start): Rename
4181 mn10300_file_start, make static, take no arguments.
4182 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4183 * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
4184 * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
4185 pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
4186 pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
4187 pa_hpux64_hpas_file_start): New static functions.
4188 * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
4189 * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
4190 pa_linux_file_start.
4191 * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
4192 pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
4193 appropriate.
4194 * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
4195 * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
4196 (rs6000_file_start): Make static, take no arguments. Reset
4197 default_cpu under certain conditions.
4198 (rs6000_xcoff_file_start): New function.
4199 * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
4200 * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
4201 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
4202 * config/sh/sh.c (output_file_start): Rename
4203 sh_file_start, make static, take no arguments. Merge in old
4204 code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
4205 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4206 * config/sh/sh.c (TARGET_ELF): Define to 0.
4207 * config/sh/elf.h (TARGET_ELF): Redefine to 1.
4208 * config/v850/v850.c (asm_file_start): Delete.
4209 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
4210 * config/vax/vax.c (vax_file_start): New static function.
4211 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
4212
4213 * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
4214 * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
4215 * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
4216 * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
4217 * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
4218 * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
4219
4220 * config/darwin.h, config/elfos.h, config/alpha/elf.h
4221 * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
4222 * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
4223 * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
4224 * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
4225 * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
4226 * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
4227 * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
4228 * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
4229 * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
4230 * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
4231 * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
4232 * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
4233 * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
4234 * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
4235 * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
4236 * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
4237 * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
4238
4239 * config/alpha/alpha-protos.h, config/arc/arc-protos.h
4240 * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
4241 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
4242 * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
4243 * config/mips/mips-protos.h, config/mmix/mmix-protos.h
4244 * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
4245 * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
4246
4247 * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
4248 Remove reference to ASM_FILE_START in comment.
4249 * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
4250 * config/arm/linux-gas.h, config/arm/netbsd-elf.h
4251 * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
4252
4253 2003-06-19 Graeme Peterson <gp@qnx.com>
4254
4255 * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
4256 SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
4257 sysroot_hdrs_suffix_spec): New.
4258 (static_specs): Initialize new variables.
4259 (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
4260 * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
4261 New macros.
4262
4263 2003-06-19 Andreas Jaeger <aj@suse.de>
4264
4265 * c-aux-info.c: Convert to ISO C90.
4266 * c-pragma.c: Likewise.
4267 * c-common.c: Likewise.
4268 * c-common.h: Likewise.
4269 * c-convert.c: Likewise.
4270 * c-cppbuiltin.c: Likewise.
4271 * c-dump.c: Likewise.
4272 * c-decl.c: Likewise
4273 * c-format.c: Likewise.
4274 * c-incpath.c: Likewise.
4275 * c-incpath.h: Likewise.
4276
4277 2003-06-19 Roger Sayle <roger@eyesopen.com>
4278
4279 * builtins.c (expand_errno_check): Assume that flag_errno_math
4280 and HONOR_NANS have been tested before calling here. Only try
4281 to set errno ourselves if the decl can't throw an exception.
4282 (expand_builtin_mathfn): Move the code to stabilize the arg
4283 after the main switch, so that that its only done when needed.
4284 BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
4285 Don't modify the original expr when stabilizing the argument.
4286 (expand_builtin_mathfn_2): Likewise, move the code to stabilize
4287 the args after the main switch, and don't modify the orginal exp.
4288
4289 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
4290
4291 * expr.c (const_vector_from_tree): Initialize remaining elements
4292 to 0.
4293
4294 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
4295
4296 * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
4297 Change "fix" to "float".
4298
4299 2003-06-19 Andreas Jaeger <aj@suse.de>
4300
4301 * c-tree.h: Remove declaration of poplevel.
4302
4303 * tree.h: Remove declaration of approx_sqrt.
4304
4305 * c-lex.c: Remove redundant declaration of asm_out_file.
4306
4307 * flags.h: Remove declaration of warn_unknown_pragma and
4308 main_input_filename.
4309
4310 * rtl.h: Remove functions from fold-const.c since they're already
4311 declared in tree.h.
4312
4313 * regs.h: Remove redundant declaration of reg_names.
4314
4315 * bt-load.c (migrate_btr_defs): Correct printf arguments.
4316
4317 * protoize.c: Fix breakage from last patch.
4318
4319 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
4320
4321 * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
4322 has been included.
4323
4324 2003-06-18 James A Morrison <ja2morri@student.math.uwaterloo.ca>
4325
4326 * config/sparc/sparc.c: Update copyright year.
4327
4328 2003-06-19 David Edelsohn <edelsohn@gnu.org>
4329
4330 * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
4331 to ABI_V4.
4332
4333 2003-06-18 Joseph S. Myers <jsm@polyomino.org.uk>
4334
4335 PR bootstrap/4068
4336 * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
4337
4338 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
4339
4340 * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
4341 to the end of the file. Remove unnecessary prototypes.
4342
4343 2003-06-19 Hans-Peter Nilsson <hp@axis.com>
4344
4345 * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
4346 calls to insn_default_latency and result_ready_cost. Initialize
4347 def_latency to 1.
4348
4349 2003-06-18 Richard Henderson <rth@redhat.com>
4350
4351 * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
4352 (_Unwind_FindEnclosingFunction): Implement.
4353
4354 2003-06-18 Kazu Hirata <kazu@cs.umass.edu>
4355
4356 * toplev.c (rest_of_handle_sched): Hide the entire function if
4357 INSN_SCHEDULING is not defined.
4358 (rest_of_compilation): Call rest_of_handle_sched() only when
4359 INSN_SCHEDULING is defined.
4360
4361 2003-06-18 Stephen Clarke <stephen.clarke@superh.com>
4362 J"orn Rennecke <joern.rennecke@superh.com>
4363
4364 * bt-load.c: New file.
4365 * Makefile.in (OBJS): Include bt-load.o
4366 (bt-load.o): Add dependencies.
4367 * flags.h (flag_branch_target_load_optimize): Declare.
4368 (flag_branch_target_load_optimize2): Likewise.
4369 * hooks.c (hook_reg_class_void_no_regs): New function.
4370 (hook_bool_bool_false): Likewise.
4371 * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
4372 * rtl.h (branch_target_load_optimize): Declare.
4373 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
4374 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4375 (TARGET_INITIALIZER): Include these.
4376 * target.h (struct gcc_target): Add branch_target_register_class
4377 and branch_target_register_callee_saved members.
4378 * toplev.c (enum dump_file_index): Add DFI_branch_target_load
4379 (dump_file) Add "tars" entry.
4380 (flag_branch_target_load_optimize): New variable.
4381 (flag_branch_target_load_optimize2): Likewise.
4382 (lang_independent_options): Add entries for new options.
4383 (rest_of_compilation): Call branch_target_load_optimize.
4384 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
4385 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4386 * doc/invoke.texi: Document -fbranch-target-load-optimize and
4387 -fbranch-target-load-optimize2.
4388 * rtl.h (epilogue_completed): Declare.
4389 * recog.c (epilogue_completed): New variable.
4390 * toplev.c (rest_of_compilation): Set it.
4391 * flow.c (mark_regs_live_at_end): Use it.
4392 * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
4393 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4394 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
4395 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4396
4397 * sh.c (shmedia_space_reserved_for_target_registers): New variable.
4398 (sh_target_reg_class): New function.
4399 (sh_optimize_target_register_callee_saved): Likwise.
4400 (shmedia_target_regs_stack_space): Likewise.
4401 (shmedia_reserve_space_for_target_registers_p): Likewise.
4402 (shmedia_target_regs_stack_adjust): Likewise.
4403 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
4404 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
4405 (calc_live_regs): If flag_branch_target_load_optimize2 and
4406 TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
4407 for target registers, make sure that we save all target registers.
4408 (sh_expand_prologue, sh_expand_epilogue): Take target register
4409 optimizations into account. Collapse stack adjustments if that
4410 is beneficial.
4411 (initial_elimination_offset): Reserve space for target registers
4412 if necessary.
4413 * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
4414 (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
4415
4416 2003-06-18 Nick Clifton <nickc@redhat.com>
4417
4418 * config.gcc: Add an extra_header for ARM targets.
4419 Support configuring with --with-cpu=iwmmxt.
4420 * doc/invoke.texi: Document new value for -mcpu= ARM switch.
4421 * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
4422 names. Fix formatting.
4423 * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
4424 names.
4425 * config/arm/arm-protos.h (arm_emit_vector_const): New
4426 prototype.
4427 (arm_output_load_gr): New prototype.
4428 * config/arm/arm.c (extra_reg_names1): Delete.
4429 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
4430 * arch_is_iwmmxt): Define.
4431 (all_cores, all_architecture): Add entry for iwmmxt.
4432 (arm_override_options): Add support for iwmmxt.
4433 (use_return_insn, arm_function_arg, arm_legitimate_index_p,
4434 arm_print_value, arm_rtx_costs_1, output_move_double,
4435 arm_compute_save_reg_mask, arm_output_epilogue,
4436 arm_get_frame_size, arm_expand_prologue, arm_print_operand,
4437 arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
4438 Likewise.
4439 (arm_init_cumulative_args): Count iwmmxt registers.
4440 (arm_function_ok_for_sibcall): Return false of sibcall_blocked
4441 has been set.
4442 (struct minipool_node): Add fix_size field.
4443 (add_minipool_forward_ref): Add support for 8-byte aligning of
4444 the pool.
4445 (add_minipool_backward_ref, add_minipool_offsets,
4446 dump_minipool, push_minipool_fix): Likewise.
4447 (struct builtin_description): New struct.
4448 (builtin_description): New array of iwmmxt builtin functions.
4449 (arm_init_iwmmxt_builtins): New function.
4450 (arm_init_builtins): New function.
4451 (safe_vector_operand): New function.
4452 (arm_expand_binop_builtin): New function.
4453 (arm_expand_unop_builtin): New function.
4454 (arm_expand_builtin): New function.
4455 (arm_emit_vector_const): New function.
4456 (arm_output_load_gr): New function.
4457 * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
4458 TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
4459 TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
4460 DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
4461 (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
4462 (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
4463 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
4464 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
4465 REG_CLASS_FOR_LETTER): Add iwmmxt registers.
4466 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
4467 registers unless the iwmmxt target is selected.
4468 (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
4469 FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
4470 IS_IWMMXT_GR_REGNUM): Define.
4471 (FIRST_PSEUDO_REGISTER): Bump to 63.
4472 (struct machine_function): Add sibcall_blocked field.
4473 (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
4474 nargs fields.
4475 (enum arm_builtins): New enum list.
4476 * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
4477 UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
4478 UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
4479 UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
4480 (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
4481 VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
4482 (movv2si, movv4hi, movv8qi): New expands for vector moves.
4483 Include iwmmxt.md.
4484 * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
4485 multilib.
4486 (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
4487 * config/arm/mmintrin.h: New ARM specific header file.
4488 * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
4489
4490 2003-06-18 J"orn Rennecke <joern.rennecke@superh.com>
4491
4492 * toplev.c (Remaining -d letters summary): Update.
4493
4494 2003-06-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4495
4496 * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
4497 argument.
4498 (function_arg): Handle CALL_LIBCALL flag.
4499 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
4500 prototype.
4501 * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
4502 (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
4503 (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
4504 (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
4505
4506 2003-06-18 Neil Booth <neil@daikokuya.co.uk>
4507
4508 * Makefile.in: Update.
4509 * common.opt: New options.
4510 * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
4511 set_Wunused): New.
4512 (common_handle_option): Handle new options.
4513 * toplev.c (set_target_switch): Export.
4514 (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
4515 (decode_W_option): -Wunused and -Wextra handled in opts.c now.
4516 (independent_decode_option): More options handled in opts.c now.
4517 Change prototype.
4518 * toplev.h (set_target_switch): New.
4519
4520 2003-06-17 Robert Abeles <rabeles@archaelogic.com>
4521
4522 PR debug/4252
4523 * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
4524 to dump_switch_p().
4525 * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
4526 from static strings in dump_files.
4527
4528 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4529
4530 * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
4531 VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
4532 libiberty macros.
4533
4534 2003-06-17 Jason Merrill <jason@redhat.com>
4535
4536 PR c++/10929
4537 * tree-inline.c (expand_call_inline): Don't warn about failing to
4538 inline a function which was made inline by -finline-functions.
4539
4540 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4541
4542 * config/h8300/h8300-protos.h: Update to ISO C.
4543 * config/h8300/h8300.c: Likewise.
4544 * config/h8300/h8300.h: Likewise.
4545 * config/h8300/h8300.md: Likewise.
4546
4547 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4548
4549 * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
4550 * configure: Regenerate.
4551 * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
4552
4553 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
4554
4555 * install.texi (Testing): Add information on how to run Java
4556 runtime tests separately.
4557
4558 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4559
4560 * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
4561
4562 * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
4563 (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
4564
4565 2003-06-17 Christopher Faylor <cgf@redhat.com>
4566
4567 * doc/install.texi: Add msvc rebuild caveat.
4568
4569 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4570
4571 * config/sh/coff.h: Replace Hitachi with Renesas.
4572 * config/sh/elf.h: Likewise.
4573 * config/sh/embed-elf.h: Likewise.
4574 * config/sh/lib1funcs.asm: Likewise.
4575 * config/sh/sh-protos.h: Likewise.
4576 * config/sh/sh.c: Likewise.
4577 * config/sh/sh.h: Likewise.
4578 * config/sh/sh.md: Likewise.
4579
4580 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4581
4582 * ChangeLog.3: Fix comment typos.
4583 * ChangeLog.6: Likewise.
4584 * config/d30v/d30v.c: Likewise.
4585 * config/h8300/h8300.md: Likewise.
4586 * config/m32r/m32r.md: Likewise.
4587 * config/mips/mips.c: Likewise.
4588 * config/mips/mips.md: Likewise.
4589 * config/ns32k/NOTES: Likewise.
4590
4591 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
4592 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4593
4594 * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
4595 to run Java runtime tests separately.
4596
4597 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4598
4599 * config/h8300/h8300-protos.h: Update a comment.
4600
4601 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
4602
4603 * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
4604 are aligned like integral modes.
4605 (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
4606
4607 * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
4608 (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
4609 * sh.md (*pt): Remove.
4610
4611 * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
4612
4613 * sh.md (return_media_rte): New pattern.
4614 (return_media): Use it.
4615
4616 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
4617
4618 * doc/contrib.texi: Replace Hitachi with Renesas.
4619 * doc/install.texi: Likewise.
4620 * doc/invoke.texi: Likewise.
4621
4622 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
4623
4624 * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
4625 behaviour.
4626
4627 2003-06-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4628
4629 * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
4630
4631 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
4632 2003-01-23 patch. Corrected to handle kernels with changed ucontext.
4633
4634 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
4635 -msdata=eabi usages.
4636
4637 * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
4638
4639 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4640
4641 * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
4642 * fixinc/gnu-regex.c: Don't define `volatile'.
4643 * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
4644 * ggc-simple.c: Likewise.
4645 * system.h: Don't define `volatile'.
4646
4647 * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
4648 * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
4649 call these macros.
4650 * config.in, configure: Regenerated.
4651
4652 2003-06-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4653
4654 * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
4655 Handle POINTERS_EXTEND_UNSIGNED.
4656
4657 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4658
4659 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
4660 !TARGET_IRIX6]: Define as NULL.
4661
4662 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
4663
4664 * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
4665
4666 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
4667
4668 * dbxout.c (dbxout_source_line_counter): New global variable.
4669 Mark it with GTY(()).
4670 (dbxout_source_line): Increment dbxout_source_line_counter
4671 and pass it to ASM_OUTPUT_SOURCE_LINE.
4672 * sdbout.c (sdbout_source_line_counter): New global variable.
4673 Mark it with GTY(()).
4674 (unnamed_struct_number): Mark it with GTY(()).
4675 (sdbout_source_line): Increment sdbout_source_line_counter
4676 and pass it to ASM_OUTPUT_SOURCE_LINE.
4677 * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
4678 (xcoffout_source_line): Pass 0 as third argument to
4679 ASM_OUTPUT_SOURCE_LINE.
4680 (xcoffout_begin_prologue): Likewise.
4681 * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4682 Use it instead of 'sym_lineno' but without incrementing it.
4683 * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4684 * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4685 * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4686 * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
4687 argument to ASM_OUTPUT_SOURCE_LINE.
4688 * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4689 * config/arm/aout.h: Remove useless comment.
4690 * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4691 * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4692 * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4693 Use it instead of 'sym_lineno' but without incrementing it.
4694 * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4695 * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
4696 parameter. Use it instead of 'sym_lineno' but without incrementing it.
4697 * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
4698 argument to ASM_OUTPUT_SOURCE_LINE.
4699 * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4700 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4701 * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
4702 Use it instead of 'sym_lineno' but without incrementing it.
4703 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4704 * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4705 * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4706 * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
4707 * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
4708
4709 2003-06-17 Richard Sandiford <rsandifo@redhat.com>
4710
4711 * config/mips/mips-protos.h (mips_expand_block_move): Declare.
4712 (expand_block_move, output_block_move): Remove.
4713 * config/mips/mips.h (enum block_move_type): Remove.
4714 * config/mips/mips.c (block_move_call, output_block_move): Remove.
4715 (mips_block_move_straight, mips_adjust_block_mem): New function.
4716 (mips_block_move_loop): Renamed and reworked from block_move_loop.
4717 (mips_expand_block_move): Likewise expand_block_move. Return false
4718 to fall back on the target-independent code.
4719 * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
4720 (movstrsi_internal*): Remove.
4721
4722 2003-06-16 Zack Weinberg <zack@codesourcery.com>
4723
4724 * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
4725 * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
4726 * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
4727 ISO C: new-style function declarations, no need for PARAMS,
4728 no special punctuation on indirect function calls, use string
4729 constant concatenation where convenient.
4730
4731 2003-06-17 Andreas Jaeger <aj@suse.de>
4732
4733 * rtl.h: Remove declarations from coverage.h.
4734 * toplev.c: Include coverage.h.
4735 * Makefile.in (toplev.o): Depend on coverage.h.
4736
4737 * toplev.h: Remove extra declaration of print_time.
4738
4739 * gengtype.c (close_output_files): Remove duplicated declaration.
4740
4741 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4742
4743 * config/sparc/sysv4.h: Remove target-independent comment;
4744 replace "GNU CC" with "GCC".
4745 * config/vxworks.h: Replace "GNU compiler" with "GCC".
4746 * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
4747 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
4748 config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
4749 config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
4750 config/sparc/rtemself.h, config/sparc/sol2-64.h,
4751 config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
4752 config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
4753 config/sparc/sol2.h, config/sparc/sp64-aout.h,
4754 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
4755 config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
4756 "GNU compiler", "GNU CC" with "GCC".
4757 * config/sparc/cypress.md, config/sparc/hypersparc.md,
4758 config/sparc/sparc-modes.def, config/sparc/sparc.c,
4759 config/sparc/sparc.md, config/sparc/sparclet.md,
4760 config/sparc/supersparc.md, config/sparc/ultra1_2.md,
4761 config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
4762 "GNU C Compiler" with "GCC".
4763 * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
4764
4765 2003-06-16 Aldy Hernandez <aldyh@redhat.com>
4766
4767 * simplify-rtx.c (simplify_subreg): Do not over-extend vector
4768 constants.
4769
4770 * testsuite/gcc.c-torture/execute/simd-4.c: New.
4771
4772 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4773
4774 * config/ip2k/ip2k.h: Remove target-independent comments.
4775
4776 * config.gcc: Explicitly mention elfos.h in ip2k entry.
4777 * config/ip2k/ip2k.h: Don't #include it here.
4778
4779 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4780
4781 * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
4782 config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
4783 dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
4784 function.c, gcc.c, genoutput.c, gensupport.c, global.c,
4785 haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
4786 loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
4787 read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
4788 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
4789 the PTR macro.
4790
4791 * gengtype.c: Don't use UNION_INIT_ZERO.
4792 * system.h (UNION_INIT_ZERO): Delete.
4793
4794 2003-06-16 Richard Henderson <rth@redhat.com>
4795
4796 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
4797 GET_MODE_UNIT_SIZE when simplifying constant vectors.
4798
4799 2003-06-16 Andreas Jaeger <aj@suse.de>
4800
4801 * timevar.c (get_run_time): Remove function provided also by
4802 libiberty.
4803 * timevar.h: Remove get_run_time declaration.
4804
4805 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
4806
4807 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
4808 unreachable code.
4809
4810 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4811
4812 * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
4813 cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
4814 use macros from "symcat.h", instead rely on ISO C.
4815
4816 * system.h: Don't include "symcat.h".
4817 * configure.in (AC_C_STRINGIZE): Delete.
4818 * config.in, configure: Regenerate.
4819
4820 2003-06-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4821
4822 * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
4823
4824 * tree.h (STMT_CHECK): New macro.
4825 Also upper-case argument names on all checking macros and
4826 fix some whitespace problems; assume CODE argument does not
4827 have side-effects.
4828
4829 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4830
4831 * scan.h: Convert to ISO C.
4832 * system.h: Likewise.
4833
4834 * c-format.c (dynamic_format_types): New pointer for dynamic data.
4835 (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
4836 New functions split out of...
4837 (handle_format_attribute): ...here.
4838
4839 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
4840
4841 * sh.h (REG_CLASS_FROM_LETTER): Change to:
4842 (REG_CLASS_FROM_CONSTRAINT).
4843 (CONST_OK_FOR_I): Rename to:
4844 (CONST_OK_FOR_I08). Changed all users.
4845 (CONST_OK_FOR_J): Rename to:
4846 (CONST_OK_FOR_I16). Changed all users.
4847 (CONST_OK_FOR_K): Rename to:
4848 (CONST_OK_FOR_P27). Changed all users.
4849 (CONST_OK_FOR_L): Rename to:
4850 (CONST_OK_FOR_K08). Changed all users.
4851 (CONST_OK_FOR_O): Rename to:
4852 (CONST_OK_FOR_I06). Changed all users.
4853 (CONST_OK_FOR_P): Rename to:
4854 (CONST_OK_FOR_I10). Changed all users.
4855 (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
4856 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
4857 (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
4858 (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
4859 (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
4860 (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
4861 (CONST_OK_FOR_LETTER_P): Replace with
4862 (CONST_OK_FOR_CONSTRAINT_P).
4863 (EXTRA_CONSTRAINT_S): Rename to:
4864 (EXTRA_CONSTRAINT_C16). Changed all users.
4865 (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
4866 (EXTRA_CONSTRAINT_T): Rename to:
4867 (EXTRA_CONSTRAINT_Csy). Changed all users.
4868 (EXTRA_CONSTRAINT_Z): Remove.
4869 (EXTRA_CONSTRAINT): Replace with:
4870 (EXTRA_CONSTRAINT_STR).
4871 (EXTRA_CONSTRAINT_U): Rename to:
4872 (EXTRA_CONSTRAINT_Z). Changed all users.
4873 * sh.c (and_operand): Use CONST_OK_FOR_J16.
4874 * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
4875 (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
4876 (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
4877 (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
4878 (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
4879 (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
4880 (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
4881 (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
4882 (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
4883 (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
4884 (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
4885 (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
4886 (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
4887 (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
4888 (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
4889 (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
4890 (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
4891 (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
4892 (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
4893 (sssubv4hi3): Likewise.
4894 (movsf_i): Change I[08]/r to G/r.
4895 (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
4896
4897 * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
4898
4899 2003-06-16 Vladimir Makarov <vmakarov@redhat.com>
4900
4901 * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
4902
4903 2003-06-16 Andreas Jaeger <aj@suse.de>
4904
4905 * basic-block.h: Remove duplicate prototype of
4906 note_prediction_to_br_prob.
4907
4908 * tree.h: Remove duplicate prototype of strip_float_extensions.
4909
4910 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4911
4912 * config/c4x/c4x.c: Don't include "c-tree.h".
4913 * config/pa/pa.c: Likewise.
4914 * langhooks.c: Likewise.
4915 * tree.h (poplevel): Declare.
4916
4917 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
4918
4919 * config/h8300/h8300.c (const_costs): Move this to ...
4920 (h8300_rtx_costs): ... here.
4921
4922 2003-06-16 Roger Sayle <roger@eyesopen.com>
4923
4924 * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
4925 (tan_optab, atan_optab): Define corresponding macros.
4926 * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
4927 * genopinit.c (optabs): Implement tan_optab and atan_optab
4928 using tan?f2 and atan?f2 patterns.
4929 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
4930 using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
4931 Change the default value of errno_set to false.
4932 (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
4933 using expand_builtin_mathfn.
4934
4935 * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
4936 expander patterns implemented using existing atan2?f3 patterns.
4937
4938 2003-06-16 Roger Sayle <roger@eyesopen.com>
4939
4940 * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
4941 both operands of the addition equal, reuse the expanded RTL.
4942 (expand_expr <MULT_EXPR>): Likewise for multiplication.
4943
4944 2003-06-16 Roger Sayle <roger@eyesopen.com>
4945 Jeff Law <law@redhat.com>
4946
4947 * fold-const.c (operand_equal_p): Consider two calls to "const"
4948 functions with identical non-volatile arguments to be equal.
4949 Consider the FUNCTION_DECL for the "__builtin_foo" form of a
4950 built-in function to be equal to the "foo" form.
4951
4952 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4953
4954 * config/rs6000/sysv4le.h: Remove target-independent comment.
4955 Replace "GNU compiler" with "GCC" in comment.
4956
4957 2003-06-16 Andreas Jaeger <aj@suse.de>
4958
4959 * tracer.c: Remove duplicate declaration.
4960
4961 * toplev.c: Remove extra declaration of decode_d_option.
4962
4963 * ssa.c: Remove duplicate declaration.
4964
4965 * sreal.c: Remove extra declaration of dump_sreal.
4966
4967 * reload1.c: Remove duplicate declarations.
4968
4969 * integrate.c: Remove extra declaration of
4970 set_decl_abstract_flags.
4971
4972 * flow.c: Remove extra declaration of dump_flow_info.
4973
4974 * alias.c: Remove extra declaration of get_addr.
4975
4976 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
4977
4978 * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
4979 config/vxworks.h: GNU CC -> GCC.
4980
4981 * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
4982 lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
4983 stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
4984 ssa.h, tree.def: Replace overly specific references to "GNU C"
4985 and "GNU C Compiler" with references to "GCC".
4986
4987 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
4988
4989 * sh.c (prepare_move_operand): Check if operand 0 is an invalid
4990 memory reference. Fix test that checks if operand 1 is using r0.
4991 * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
4992
4993 * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
4994 defined.
4995
4996 2003-06-15 Nathan Sidwell <nathan@codesourcery.com>
4997
4998 * function.h (struct emit_status): Remove x_last_linenum,
4999 x_last_filename. Add x_last_location.
5000 * rtl.h: #include "input.h".
5001 (NOTE_DATA): New.
5002 * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
5003 number notes.
5004 * emit-rtl.c (last_linenum, last_filename): Remove.
5005 (last_location): New.
5006 (emit_line_note_after): LINE must always be >= 0.
5007 (emit_line_note): Likewise. Check not duplicate here...
5008 (emit_note): ... rather than here.
5009 (emit_line_note_force, force_next_line_note, init_emit): Adjust.
5010 * integrate.c (expand_inline_function): Use emit_line_note for
5011 line number notes.
5012 (copy_insn_list): Likewise.
5013 * unroll.c (copy_loop_body): Likewise.
5014 * Makefile.in (RTL_H): Add input.h.
5015
5016 2003-06-16 Richard Sandiford <rsandifo@redhat.com>
5017
5018 * optabs.c (emit_libcall_block): Don't hoist insns past a label.
5019
5020 2003-06-16 Richard Henderson <rth@redhat.com>
5021
5022 * config/alpha/alpha-protos.h, config/alpha/elf.h,
5023 config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
5024 config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
5025 * config/alpha/alpha.c: Likewise. Move targetm init to end of file.
5026 Remove unneeded static function decls.
5027
5028 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
5029
5030 * c-opts.c (c_common_handle_option): s/on/value/.
5031 (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
5032 directly rather than converting the argument.
5033 * c.opt: Update docs. Use UInteger where appropriate.
5034 * common.opt: Use UInteger where appropriate.
5035 * opts.c (integral_argument): New.
5036 (handle_argument): Handle integral arguments, and optional
5037 joined arguments.
5038 (common_handle_option): Update.
5039 * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
5040 * opts.sh: Handle JoinedOrMissing and UInteger flags.
5041
5042 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
5043
5044 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
5045 unnecessary extern declaration.
5046
5047 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
5048
5049 * config/gofast.h, config/interix.h, config/interix3.h,
5050 config/libgloss.h, config/linux-aout.h, config/linux.h,
5051 config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
5052 * config/kaos.h: "GNU compiler" -> GCC.
5053 * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
5054
5055 * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
5056 config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
5057 GNU CC -> GCC.
5058
5059 * config/svr3.h: Remove #if 0 code, misleading comments.
5060 GNU CC -> GCC.
5061
5062 2003-06-15 Zack Weinberg <zack@codesourcery.com>
5063
5064 * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
5065 main_input_filename to avoid conflict with input_filename macro.
5066
5067 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5068
5069 * config/mips/mips.h (asm_file_name, g_switch_set,
5070 g_switch_value): Remove.
5071 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
5072 unnecessary extern declarations.
5073
5074 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5075
5076 * config/frv/frv.h: Remove declaration of g_switch_value.
5077 * config/m32r/m32r.h: Remove declaration of g_switch_value.
5078 * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
5079
5080 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5081
5082 * opts.sh: Quote '+' in regex.
5083
5084 2003-06-15 Andrew Pinski <pinskia@physics.uc.edu>
5085
5086 * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
5087 * config/rs6000/rs6000.c: Include cfglayout.h.
5088 * config/alpha/alpha.c: Likewise.
5089 * config/ia64/ia64.c: Likewise.
5090 * config/sparc/sparc.c: Likewise.
5091 * config/sh/sh.c: Likewise.
5092
5093 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5094
5095 * opts.sh: Quote '+' in regex.
5096
5097 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5098
5099 * c-opts.c (lang_flags): Update for new spelling of flags.
5100 (write_langs): Similarly.
5101 * c.opt: Specify languages.
5102 * opts.h: Remove languages.
5103 * opts.sh: Recognise front-end defined languages.
5104 * doc/sourcebuild.texi: Update.
5105
5106 2003-06-15 Andreas Jaeger <aj@suse.de>
5107
5108 * alloc-pool.c: Convert to ISO C90 prototypes.
5109 * alloc-pool.h: Likewise.
5110 * alias.c: Likewise.
5111 * attribs.c: Likewise.
5112 * bb-reorder.c: Likewise.
5113 * bitmap.h: Likewise.
5114 * bitmap.c: Likewise.
5115 * builtins.c: Likewise.
5116
5117 * tree.h: Convert prototypes of attribs.c to ISO C90.
5118 * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
5119 * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
5120 * expr.h: Convert prototypes of builtins.c to ISO C90.
5121
5122 2003-06-15 Roger Sayle <roger@eyesopen.com>
5123
5124 * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
5125 implement exp, expf and expl built-ins as inline x87 intrinsics.
5126 (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
5127 represent x87's fscale, frndint and f2xm1 insns respectively.
5128 (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
5129 to encode x87's "fscale" instruction followed by a pop.
5130 (*frndintxf2): New insn pattern for "frndint".
5131 (*f2xm1xf2): New insn pattern for "f2xm1".
5132
5133 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
5134 UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
5135 UNSPEC_FPATAN.
5136
5137 2003-06-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5138
5139 * gencheck.c (main): Avoid generating duplicate macros.
5140
5141 * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
5142 knowing names of language subdirectories.
5143
5144 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
5145
5146 * c-pch.c (asm_file_name): Remove.
5147 * common.opt: Add more switches.
5148 * flags.h (g_switch_set): Boolify.
5149 * opts.c (g_switch_value, g_switch_set, exit_after_options,
5150 version_flag): Move from toplev.c.
5151 (common_handle_option): Handle more switches from toplev.c.
5152 * toplev.c (display_help, display_target_options, decode_d_option,
5153 print_version): Make non-static, remove prototypes.
5154 (aux_base_name, asm_file_name, aux_info_file_name): Constify.
5155 (version_flag, g_switch_value, g_switch_set, exit_after_options):
5156 Remove.
5157 (independent_decode_option): Move some handlers to opts.c.
5158 * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
5159 exit_after_options, version_flag, display_help, display_target_options,
5160 print_version, decode_d_option): New.
5161
5162 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
5163
5164 * config/alpha/alpha.md: Follow spelling conventions.
5165 * config/arm/arm.c: Likewise.
5166 * config/arm/arm.h: Likewise.
5167 * config/arm/arm.md: Likewise.
5168 * config/arm/crtn.asm: Likewise.
5169 * config/m32r/m32r.c: Likewise.
5170 * config/m32r/m32r.md: Likewise.
5171 * config/rs6000/rs6000.c: Likewise.
5172
5173 2003-06-15 Richard Henderson <rth@redhat.com>
5174
5175 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
5176 insn_locators_initialize.
5177 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
5178 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
5179 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
5180 * config/sh/sh.c (sh_output_mi_thunk): Do it later.
5181
5182 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
5183
5184 * builtins.c (expand_builtin_expect_jump): Remove redundant
5185 tests that are also in any_condjump_p().
5186
5187 2003-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5188
5189 * libgcc2.c: Delete sysV68 L_trampoline section.
5190 * config/m68k/mot3300-crt0.S: Delete file.
5191 * config/m68k/mot3300Mcrt0.S: Likewise.
5192
5193 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
5194
5195 * config/aoutos.h: Remove.
5196 * config.gcc: Remove reference to aoutos.h.
5197 * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
5198
5199 2003-06-14 Kazu Hirata <kazu@cs.umass.edu>
5200
5201 * doc/install.texi: Follow spelling conventions.
5202 * doc/tm.texi: Likewise.
5203 * config/fp-bit.c: Likewise.
5204 * config/arm/arm.c: Likewise.
5205 * config/frv/frv.c: Likewise.
5206 * config/ns32k/NOTES: Likewise.
5207 * config/ns32k/STATUS: Likewise.
5208
5209 2003-06-14 Roger Sayle <roger@eyesopen.com>
5210 Zack Weinberg <zack@codesourcery.com>
5211
5212 * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
5213 * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
5214 * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
5215
5216 * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
5217 * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
5218 * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
5219 * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
5220 * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
5221 * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
5222 * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
5223 * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
5224 * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
5225 * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
5226 * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
5227 * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
5228 * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
5229 * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
5230 * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
5231 * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
5232 * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
5233 * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
5234 * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
5235 * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
5236
5237 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
5238
5239 * opts.sh (POSIXLY_CORRECT): Unset it.
5240
5241 * tree.h (init_function_start): Remove filename and line paramters.
5242 * function.c (init_function_start): Remove filename and line
5243 parameters. Use DECL_SOURCE_LOCATION.
5244 * c-decl.c (store_parm_decls): Adjust init_function_start call.
5245 (c_expand_body_1): Likewise.
5246 * coverage.c (create_coverage): Likewise.
5247 * objc/objc-act.c (build_tmp_function_decl): Set line number to
5248 zero.
5249 (hack_method_prototype): Adjust init_function_start call.
5250
5251 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
5252
5253 PR target/3724
5254 * arm/linux-elf.h (PROFILE_HOOK): Define.
5255
5256 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
5257
5258 PR target/11183
5259 * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
5260
5261 2003-06-14 Roger Sayle <roger@eyesopen.com>
5262
5263 * opts.sh: Work around a mysterious feature in cygwin's gawk
5264 where specifying the input files explicitly has a different
5265 behavior to piping them via stdin.
5266
5267 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
5268
5269 * doc/sourcebuild.texi: Update.
5270
5271 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
5272
5273 PR target/11183
5274 * arm.c (output_move_double): Pass SImode to adjust_address.
5275
5276 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
5277
5278 * Makefile.in: Update to use common.opt and lang_opt_files.
5279 (c-options.c, c-options.h): Remove.
5280 (options.c, options.h): Add.
5281 * c-opts.c: Include options.h not c-options.h.
5282 * common.opt: New file.
5283 * configure, configure.in: Add lang_opt_files.
5284 * opts.c: Include flags.h and diagnostic.h.
5285 (common_handle_option): New.
5286 (handle_option): Update to recognize common options and all
5287 language-dependent options.
5288 * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
5289 (struct cl_option): Make flags of type int.
5290 * opts.h: Flag option with front ends to which it applies.
5291 Handle duplicate options.
5292 * toplev.c (filename): Remove.
5293 (independent_decode_option): Don't handle filenames and -quiet.
5294 (process_options, do_compile): Update.
5295
5296 2003-06-14 Nick Clifton <nickc@redhat.com>
5297
5298 * doc/install.texi (Specific): Add description of different
5299 ARM supported file format targets.
5300
5301 Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
5302
5303 * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
5304 inside delay slots.
5305
5306 2003-06-13 Matt Kraai <kraai@alumni.cmu.edu>
5307
5308 * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
5309 * unwind-pe.h (size_of_encoded_value): Do not define if
5310 NO_SIZE_OF_ENCODED_VALUE is defined.
5311
5312 2003-06-13 Roger Sayle <roger@eyesopen.com>
5313
5314 * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
5315 expanding a complex constant into a CONCAT target.
5316
5317 2003-06-13 Zack Weinberg <zack@codesourcery.com>
5318
5319 * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
5320 (ASM_FILE_START_1): Delete.
5321 * config/i386/att.h, config/i386/sco5.h,
5322 config/i386/sysv3.h
5323 (ASM_FILE_START_1): Delete.
5324
5325 2003-06-13 Kelley Cook <kelleycook@wideopenwest.com>
5326
5327 * config/i386/bsd.h: Remove ASM_FILE_START.
5328 * config/i386/djgpp.h: Likewise.
5329 * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
5330
5331 * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
5332 * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
5333
5334 2003-06-13 Vladimir Makarov <vmakarov@redhat.com>
5335
5336 PR bootstrap/10835
5337 * haifa-sched.c (max_lookahead_tries,
5338 cached_first_cycle_multipass_dfa_lookahead,
5339 cached_issue_rate): New variables.
5340 (max_issue): Check the number of tries.
5341 (choose_ready): Calculate max_lookahead_tries.
5342 (sched_init): Check cached_issue_rate.
5343
5344 2003-06-13 Richard Henderson <rth@redhat.com>
5345
5346 * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
5347 * cfgrtl.c (purge_dead_edges): Expect it too.
5348
5349 2003-06-13 Jim Wilson <wilson@tuliptree.org>
5350 Eric Botcazou <ebotcazou@libertysurf.fr>
5351
5352 PR bootstrap/10983
5353 * combine.c (make_extraction): Use gen_lowpart_for_combine
5354 when extracting from a REG and not in the destination of a SET.
5355
5356 2003-06-13 Doug Evans <dje@sebabeach.org>
5357
5358 * tsystem.h (abort): Declare in inhibit_libc case to remove build
5359 warnings for addvsi3, et.al.
5360
5361 2003-06-13 Aldy Hernandez <aldyh@redhat.com>
5362
5363 * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
5364
5365 * simplify-rtx.c (simplify_subreg): Same.
5366
5367 * emit-rtl.c (gen_lowpart_common): Same.
5368
5369 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
5370
5371 * builtins.c: Fix comment typos.
5372 * fold-const.c: Likewise.
5373
5374 2003-06-13 Doug Evans <dje@sebabeach.org>
5375 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5376
5377 * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
5378 * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
5379 (m32r_va_arg): Use it.
5380 * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
5381 (RETURN_IN_MEMORY): Ditto.
5382
5383 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
5384
5385 * c-typeck.c: Remove #if 0 clauses.
5386
5387 PR other/1494
5388 * config/alpha/openbsd.h, config/i386/openbsd.h,
5389 config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
5390 residual reference to EGCS.
5391
5392 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
5393
5394 * arm.c (output_call_mem): If the address references the link-register
5395 use an instruction sequence that avoids early-clobbering IP.
5396 (eliminate_lr2ip): Delete.
5397
5398 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5399
5400 * c-format.c (format_types_orig): Disallow '*' width/precision in
5401 asm_fprintf format checks.
5402
5403 2003-06-13 Ulrich Weigand <uweigand@de.ibm.com>
5404
5405 * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
5406 non-integral types from integer register save area slots.
5407
5408 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
5409
5410 * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
5411
5412 2003-06-13 Florian Weimer <fw@deneb.enyo.de>
5413
5414 * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
5415
5416 2003-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
5417
5418 * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
5419 to file_end_indicate_exec_stack.
5420
5421 2003-06-12 Richard Henderson <rth@redhat.com>
5422
5423 PR target/11089
5424 * config/i386/i386.md (sse_movaps): Use an expander to force
5425 one operand to be a register.
5426 (sse_movups): Likewise.
5427
5428 2003-06-13 Doug Evans <dje@sebabeach.org>
5429
5430 Remove some build warnings.
5431 * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
5432 (__do_global_ctors,__do_global_dtors): Ditto.
5433
5434 2003-06-12 Richard Henderson <rth@redhat.com>
5435
5436 PR middle-end/10557
5437 * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
5438
5439 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
5440
5441 * config/m32r/m32r.md: Fix a comment typo.
5442
5443 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
5444 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
5445
5446 PR target/10142
5447 * config/sparc/sparc.c (function_arg_record_value_parms): Add
5448 new 'stack' field.
5449 (function_arg_record_value_1): Set 'stack' to 1 if we run out of
5450 integer slots for an integer field.
5451 (function_arg_record_value_3): Shift vector index.
5452 (function_arg_record_value_2): Likewise.
5453 (function_arg_record_value): Initialize 'stack' to 0.
5454 Set 'stack' to 1 if we run out of integer slots for an integer field.
5455 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
5456
5457 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
5458
5459 PR optimization/10955
5460 * unroll.c (unroll_loop): Fix off-by-one bug.
5461
5462 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5463
5464 * config/rs6000/rs6000.c (function_arg): Remove typo.
5465
5466 2003-06-12 Richard Henderson <rth@redhat.com>
5467
5468 * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
5469 and UNSPEC_DTPOFF.
5470
5471 2003-06-12 Richard Henderson <rth@redhat.com>
5472
5473 PR middle-end/10475
5474 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
5475 for extracting sub-words.
5476
5477 2003-06-12 Richard Henderson <rth@redhat.com>
5478
5479 PR target/7594
5480 * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
5481 (zero_extendqihi2, zero_extendqisi2): Likewise.
5482
5483 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5484
5485 * config/rs6000/rs6000.c (function_arg): Always split vectors for
5486 e500 if it's a stdarg function.
5487 (function_arg_advance): Advance 2 registers for vectors in a
5488 stdarg function.
5489 (init_cumulative_args): Initialize stdarg.
5490 (rs6000_spe_function_arg): New.
5491
5492 * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
5493
5494 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5495
5496 * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
5497
5498 2003-06-12 Roger Sayle <roger@eyesopen.com>
5499
5500 PR middle-end/168
5501 * fold-const.c (tree_expr_nonnegative_p): Handle addition
5502 and multiplication of zero extensions, floating point division,
5503 and integer<->fp, fp<->fp and zero extension conversions.
5504 The built-in ceil and floor functions preserve signedness.
5505
5506 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
5507
5508 * ChangeLog: Follow spelling conventions.
5509 * ChangeLog.2: Likewise.
5510 * c-decl.c: Likewise.
5511 * cfgloop.h: Likewise.
5512 * cgraph.c: Likewise.
5513 * coverage.c: Likewise.
5514 * cppcharset.c: Likewise.
5515 * cpphash.h: Likewise.
5516 * cpplex.c: Likewise.
5517 * cpplib.c: Likewise.
5518 * dbxout.c: Likewise.
5519 * df.c: Likewise.
5520 * dwarf2out.c: Likewise.
5521 * dwarfout.c: Likewise.
5522 * emit-rtl.c: Likewise.
5523 * explow.c: Likewise.
5524 * gcov-io.c: Likewise.
5525 * gcov-io.h: Likewise.
5526 * gcov.c: Likewise.
5527 * gengtype.c: Likewise.
5528 * ggc.h: Likewise.
5529 * opts.c: Likewise.
5530 * real.c: Likewise.
5531 * reload.c: Likewise.
5532 * stmt.c: Likewise.
5533
5534 2003-06-12 Janis Johnson <janis187@us.ibm.com>
5535
5536 * doc/install.texi (m32r-*-elf): Change company to Renesas.
5537
5538 Thu Jun 12 20:00:55 CEST 2003 Jan Hubicka <jh@suse.cz>
5539
5540 * basic-block.h (flow_delete_block_noexpunge): Kill.
5541 * cfgrtl.c (flow_delete_block_noexpunge): Merge to
5542 rtl_delete_block.
5543
5544 2003-06-10 Richard Henderson <rth@redhat.com>
5545
5546 PR inline-asm/4823
5547 * reg-stack.c (any_malformed_asm): New.
5548 (check_asm_stack_operands): Set it.
5549 (convert_regs_1): Check it before aborting.
5550
5551 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
5552
5553 * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
5554
5555 2003-06-12 Jakub Jelinek <jakub@redhat.com>
5556
5557 * c-opts.c (complain_wrong_lang): Add on argument.
5558 Print no- switch if on is false.
5559 (c_common_decode_option): Adjust caller.
5560
5561 2003-06-12 Ulrich Weigand <uweigand@de.ibm.com>
5562
5563 * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
5564 to initialize GOT register.
5565
5566 2003-06-12 Roger Sayle <roger@eyesopen.com>
5567
5568 * fold-const.c (tree_expr_nonnegative_p): Add support for
5569 floating point constants, addition and multiplication.
5570
5571 2003-06-12 J"orn Rennecke <joern.rennecke@superh.com>
5572
5573 * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
5574 constraint modifier for operand 0.
5575
5576 2003-06-12 Hans-Peter Nilsson <hp@axis.com>
5577
5578 Don't warn on dollars in builtin macro definitions,
5579 e.g. __REGISTER_PREFIX__.
5580 * cpphash.h (struct cpp_reader): Move member warn_dollars...
5581 * cpplib.h (struct cpp_options): ...to here. Change type to
5582 unsigned char.
5583 * cppinit.c (cpp_create_reader): Set it to 1 here.
5584 (post_options): Don't set it here.
5585 * c-opts.c (c_common_init_options): Reset it to 0 here.
5586 (finish_options): Set it here.
5587 * cpplex.c (forms_identifier_p): Tweak for new location of
5588 warn_dollars.
5589
5590 * configure.in (assembler dwarf2 debug_line support): Define insn
5591 for cris-*-* and mmix-*-*.
5592 * configure: Regenerate.
5593
5594 2003-06-11 Uwe Stieber <uwe@kaos-group.de>
5595
5596 * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
5597 powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
5598 (sh-*-elf*): Add sh*-*-kaos* support.
5599 * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
5600 config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
5601 config/sh/kaos-sh.h: New files.
5602
5603 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
5604
5605 * gcse.c (fis_get_condition): Make it a global function.
5606 * reload1.c (reload_cse_move2add): Detect implicit sets.
5607 * rtl.h: Add a prototype for fis_get_condition.
5608
5609 2003-06-11 Richard Henderson <rth@redhat.com>
5610
5611 * stmt.c (expand_asm_operands): Don't warn for memories with
5612 queued addresses.
5613
5614 2003-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
5615
5616 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
5617 brackets.
5618
5619 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
5620
5621 * hooks.c (hook_int_size_t_constcharptr_int_0): New.
5622 * hooks.h (hook_int_size_t_constcharptr_int_0): New.
5623 * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
5624 (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
5625 * langhooks.c (lhd_decode_option): Remove.
5626 * langhooks.h (struct lang_hooks): Remove decode_option.
5627 * opts.c (handle_option): No longer use decode_option.
5628
5629 2003-06-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5630
5631 * cfgloopanal.c (variable_initial_value): Update the set of altered
5632 registers correctly.
5633
5634 2003-06-11 Roger Sayle <roger@eyesopen.com>
5635 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5636
5637 * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
5638 * config/i386/netbsd-elf.h: Likewise.
5639 * config/m32r/m32r.h: Likewise.
5640 * config/mn10300/mn10300.h: Likewise.
5641 * config/stormy16/stormy16.h: Likewise.
5642 * config/v850/v850.h: Likewise.
5643 * config/vax/netbsd-elf.h: Likewise.
5644 * config/xtensa/elf.h: Likewise.
5645 * config/xtensa/linux.h: Likewise.
5646
5647 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5648
5649 * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
5650 DWARF 2 default.
5651
5652 * config/mips/dbxmdebug.h: New file.
5653 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
5654 gas and --with-stabs.
5655
5656 2003-06-11 Ulrich Weigand <uweigand@de.ibm.com>
5657
5658 * expr.c (can_move_by_pieces): align argument may be unused.
5659
5660 2003-06-11 J"orn Rennecke <joern.rennecke@superh.com>
5661
5662 * expr.c (convert_move): Handle moves between two CONCATs.
5663
5664 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
5665
5666 * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
5667 !TARGET_H8300.
5668
5669 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
5670
5671 * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
5672 * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
5673 (TARGET_RTL_DUMP): Likewise.
5674 (TARGET_SWITHCES): Remove -mrtl-dump.
5675
5676 2003-06-10 Richard Henderson <rth@redhat.com>
5677
5678 * optabs.c (gen_cond_trap): Fix prepare_operand typo.
5679
5680 2003-06-10 Richard Henderson <rth@redhat.com>
5681
5682 * config/ia64/ia64.md (call_gp): Fix memory mode.
5683
5684 2003-06-10 James E Wilson <wilson@tuliptree.org>
5685
5686 PR target/8812
5687 * reload1.c (choose_reload_regs): For equiv reg, add loop over all
5688 hard regs for reload_reg_used_at_all and reg_class_contents checks.
5689
5690 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
5691
5692 * config/h8300/h8300.c (print_operand): Remove support for
5693 operand character 'b'.
5694 Add the AND case to operand character 'c'.
5695 * config/h8300/h8300.md (two anonymous patterns): Replace
5696 operand character 'b' with 'c'.
5697
5698 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
5699
5700 * config/h8300/h8300.c (print_operand): Remove support for
5701 operand character 'u'.
5702
5703 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5704
5705 * configure.in: Fix typo.
5706 * configure: Regenerate.
5707
5708 2003-06-10 Loren James Rittle <ljrittle@acm.org>
5709
5710 * config/alpha/alpha.c (unicosmk_file_end): Add conditional
5711 compilation guard.
5712
5713 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
5714
5715 * sh-protos.h (function_symbol): Declare.
5716 * sh.c (expand_block_move, expand_ashiftrt): Use it.
5717 (sh_expand_prologue, sh_expand_epilogue): Likewise.
5718 (sh_initialize_trampoline): Likewise.
5719 (function_symbol): New function.
5720 * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
5721 (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
5722 (call_value_pop, shcompact_return_tramp): Likewise.
5723
5724 * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
5725
5726 * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
5727 target register.
5728
5729 2003-06-10 DJ Delorie <dj@redhat.com>
5730
5731 * doc/md.texi (Machine Constraints): Document stormy's Z
5732 constraint.
5733
5734 2003-06-10 Geoffrey Keating <geoffk@apple.com>
5735
5736 * except.c (call_site_base): Mark with GTY.
5737
5738 2003-06-10 Richard Earnshaw <rearnsha@arm.com>
5739
5740 * arm-proto.h: Convert to ISO C90 prototypes.
5741 * arm.c: Likewise.
5742
5743 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
5744
5745 * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
5746
5747 2003-06-10 Steve Ellcey <sje@cup.hp.com>
5748
5749 * calls.c (expand_call): Convert structure_value_addr to Pmode if
5750 necessary.
5751
5752 2003-06-10 Andrew Haley <aph@redhat.com>
5753
5754 * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
5755 (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
5756 (lhd_decl_ok_for_sibcall): New.
5757 * langhooks.c (lhd_decl_ok_for_sibcall): New.
5758 * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
5759 * calls.c (expand_call): Check lang_hook before generating a
5760 sibcall.
5761
5762 2003-06-10 DJ Delorie <dj@redhat.com>
5763
5764 * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
5765 which matches (const_int 0) for addhi3.
5766 * config/stormy16/stormy16.md: Document known constraints.
5767 (addhi3): Handle adding zero.
5768
5769 2003-06-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5770
5771 * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
5772 * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
5773 * config/m32r/m32r-protos.h: Prototype it.
5774
5775 2003-06-10 Janis Johnson <janis187@us.ibm.com>
5776
5777 * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
5778 common to rs6000 sysv targets.
5779 * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
5780 * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
5781
5782 2003-06-10 Nick Clifton <nickc@redhat.com>
5783
5784 * config.gcc: Add arm-wince-pe target.
5785 * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
5786 Add comment about default apcs26 support.
5787 * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
5788 multilib.
5789 (MULTILIB_DIRNAMES): Add 'apcs32'.
5790 * config/arm/t-wince-pe: New makefile fragment.
5791 * config/arm/wince-pe.h: New file. Overrides a few definitions
5792 in arm/pe.h
5793
5794 2003-06-10 Roger Sayle <roger@eyesopen.com>
5795
5796 * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
5797 * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
5798 when x is easily negated and f is sin, tan or atan.
5799 (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
5800 sin(x) with flag_unsafe_math_optimizations.
5801 (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
5802 sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
5803
5804 2003-06-10 Roger Sayle <roger@eyesopen.com>
5805
5806 * fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
5807 is a floating point type *and* we currently honor NaNs.
5808 (fold <NE_EXPR>): Likewise.
5809
5810 2003-06-10 Mark Mitchell <mark@codesourcery.com>
5811
5812 PR c++/11131
5813 * tree-inline.c (inlinable_function_p): Call the language-specific
5814 hook early.
5815
5816 2003-06-09 David Taylor <dtaylor@emc.com>
5817
5818 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg): Skip over
5819 the f_res field.
5820
5821 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5822
5823 * configure.in: Remove references to host_truncate_target.
5824 * configure: Regenerate.
5825 * config.gcc: Remove references to truncate_target,
5826 host_truncate_target.
5827
5828 * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
5829 Replace "build_canonical" with build, "host_canonical" with host.
5830 * configure.in: Use GCC_TOPLEV_SUBDIRS.
5831 * aclocal.m4: Include ../config/acx.m4.
5832 * configure: Regenerate.
5833
5834 2003-06-09 David Taylor <dtaylor@emc.com>
5835
5836 * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
5837 bytes of padding in the __va_list_tag structure a name (reserved).
5838
5839 2003-06-09 Jason Merrill <jason@redhat.com>
5840
5841 * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
5842
5843 2003-06-09 Osku Salerma <osku@iki.fi>
5844
5845 * c-format.c (check_format_string, get_constant): New.
5846 (handle_format_attribute, handle_format_arg_attribute,
5847 decode_format_attr): Change to use above functions.
5848
5849 2003-06-09 Richard Henderson <rth@redhat.com>
5850
5851 * stmt.c (expand_asm_operands): Re-word warning.
5852
5853 2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
5854
5855 PR target/8787
5856 * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
5857 if -masm=intel.
5858
5859 2003-06-09 James E Wilson <wilson@tuliptree.org>
5860
5861 * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
5862 config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
5863 Add libgcc exception.
5864
5865 2003-06-09 David Edelsohn <edelsohn@gnu.org>
5866 Ayal Zaks <gcchaifa@us.ibm.com>
5867
5868 * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
5869 (insvsi*): Add insert_word attribute.
5870 * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
5871 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
5872 power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
5873
5874 2003-06-09 Kazu Hirata <kazu@cs.umass.edu>
5875
5876 * fold-const.c (fold): Fix a comment typo.
5877
5878 2003-06-09 Nathan Sidwell <nathan@codesourcery.com>
5879
5880 * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
5881 removed.
5882
5883 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
5884
5885 * sh.c (gen_block_redirect): Use locators.
5886
5887 2003-06-09 Richard Earnshaw <rearnsha@arm.com>
5888
5889 * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
5890 cast to int.
5891
5892 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
5893
5894 * configure.in: Assume gas 2.14 and above can handle MIPS relocation
5895 operators.
5896 * configure: Regenerated.
5897
5898 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
5899 Alexandre Oliva <aoliva@redhat.com>
5900
5901 * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
5902 (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
5903 (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
5904 n32/64 PIC.
5905 (MUST_SAVE_REGISTERS): Delete.
5906 * config/mips/mips.c (mips_frame_info): Remove extra_size field.
5907 (machine_function): Add global_pointer field.
5908 (mips_classify_constant): Check for (const $gp) using pointer equality
5909 with pic_offset_table_rtx.
5910 (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5911 (mips_restore_gp): Use current_function_outgoing_args_size.
5912 (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
5913 GP_REG_FIRST + 28. Handle relocation strings that have
5914 more than one '('.
5915 (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5916 (mips_global_pointer): New function.
5917 (mips_save_reg_p): New function, mostly split out from...
5918 (compute_frame_size): ...here. Remove handling of extra_size.
5919 Reclaim args_size if no variables depend on it. Don't treat gp
5920 as a special case: handle it in the main GPR loop.
5921 (mips_initial_elimination_offset): Fix comment.
5922 (save_restore_insns): Save every register in the GPR mask,
5923 removing distinction between mask and real_mask.
5924 (mips_output_function_prologue): Update .frame psuedo-op after
5925 the removal of extra_size. Move the SVR4 PIC stack allocation
5926 and cprestore instructions to mips_expand_prologue.
5927 (mips_gp_insn): New function.
5928 (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
5929 the chosen global pointer. Handle SVR4 PIC stack allocation
5930 in the same way as other ABIs. Adjust varargs code accordingly.
5931 Emit a cprestore insn after allocating the stack. Use mips_gp_insn
5932 to emit the loadgp sequence. Follow it with a loadgp_blockage
5933 if not using explicit relocs.
5934 (mips_output_function_epilogue): Reinstate the default gp register.
5935 (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
5936 (mips16_optimize_gp): Likewise.
5937 * config/mips/mips.md (UNSPEC_LOADGP): Remove.
5938 (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
5939 (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
5940 (loadgp): Remove.
5941 (loadgp_blockage, cprestore): New instructions.
5942 (builtin_setjmp_setup): Implement using emit_move_insn. Use
5943 pic_offset_table_rtx.
5944 (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
5945 (builtin_longjmp): Use gen_raw_REG to force use of $28.
5946
5947 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
5948
5949 * config/mips/mips-protos.h (mips_output_division): Declare.
5950 * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
5951 (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
5952 (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
5953 (TARGET_CHECK_ZERO_DIV): New macro.
5954 (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
5955 * config/mips/mips.c (mips_output_division): New function.
5956 * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
5957 account when calculating the default length of a division.
5958 (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
5959 Enable regardless of optimization level. Use mips_output_division.
5960 (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
5961 udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
5962 divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
5963 modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
5964 udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
5965 umoddi3_internal): Remove.
5966
5967 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
5968
5969 * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
5970 (mips_sw_reg_names): Likewise.
5971 (mips_regno_to_class): Change hilo entry to NO_REGS.
5972 (hilo_operand): Use MD_REG_P.
5973 (extend_operator): New predicate.
5974 (override_options): Remove 'a' constraint.
5975 (mips_secondary_reload_class): Remove hilo handling. Also remove
5976 handling of (plus sp reg) reloads for mips16.
5977 (mips_register_move_cost): Remove hilo handling.
5978 * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
5979 (MD_REG_LAST): Remove hilo from range.
5980 (HILO_REGNUM): Delete.
5981 (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
5982 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
5983 (PREDICATE_CODES): Add entry for extend_operator.
5984 (DEBUG_REGISTER_NAMES): Change hilo entry to "".
5985 * config/mips/mips.md: Remove hilo clobbers wherever they occur.
5986 Remove constraints from multiplication define_expands. Remove
5987 clobbers from "decorative" define_expand patterns.
5988 (UNSPEC_HILO_DELAY): Delete.
5989 (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
5990 (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
5991 Adjust C code to just emit insns for !TARGET_64BIT.
5992 (mulsidi3_internal): Rename to mulsidi3_32bit.
5993 (mulsidi3_64bit): Use a "d" constraint for the destination.
5994 Use extend_operator so that the pattern can handle umulsidi3 as well.
5995 Split the instruction after reload.
5996 (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
5997 (umulsidi3_internal): Rename to umulsidi3_32bit.
5998 (umulsidi3_64bit): Remove.
5999 (*smsac_di, *umsac_di): Line-wrap fixes.
6000 (udivsi3_internal): Don't allow operand 2 to be constant.
6001 (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
6002 (movdi_internal2, movsi_internal): Remove hilo alternatives.
6003 (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
6004
6005 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
6006
6007 PR target/10913
6008 * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
6009 PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
6010 PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
6011 PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
6012 SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
6013 (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
6014 PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
6015 asm_out_text_file with asm_out_file.
6016 * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
6017 * config/mips/elf.h (TEXT_SECTION): Undefine.
6018 * config/mips/elf64.h (TEXT_SECION): Undefine.
6019 * config/mips/openbsd.h (TEXT_SECION): Undefine.
6020 * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
6021 (override_options): Disable small-data optimizations unless using
6022 gas or explicit relocations.
6023 (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
6024 iris6_asm_named_section, iris6_asm_file_start): Remove code for
6025 handling TARGET_FILE_SWITCHING.
6026 (copy_file_data): Move into TARGET_IRIX6 block.
6027
6028 2003-06-08 Richard Henderson <rth@redhat.com>
6029
6030 * expr.h (EXPAND_MEMORY): New.
6031 * expr.c (expand_expr): Check it.
6032 * stmt.c (expand_asm_operands): Provide it when the constraint
6033 requires a memory. Warn for memory input constraints without
6034 a memory operand.
6035
6036 2003-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6037
6038 * varasm.c: Don't include c-tree.h.
6039
6040 2003-06-08 Andreas Jaeger <aj@suse.de>
6041
6042 * predict.h: Convert to ISO C90 prototypes.
6043 * predict.c: Likewise.
6044 * tree-dump.h: Likewise.
6045 * tree-dump.c: Likewise.
6046 * diagnostic.h: Likewise.
6047 * diagnostic.c: Likewise.
6048 * combine.c: Likewise.
6049
6050 * rtl.h: Convert prototypes of combine.c to ISO C90.
6051
6052 Sun Jun 8 21:27:41 CEST 2003 Jan Hubicka <jh@suse.cz>
6053
6054 * cfglayout.c (insn_scope): New static function
6055 (block_locators_*, line_locators*, file_locators*): New static varrays.
6056 (scope_to_insns_initialize): Use them.
6057 (insn_line, insn_file): New functions.
6058 (scope_to_insns_finalize): Use insn_scope.
6059 (prologue_locator, epilogue_locator): New global variables.
6060 * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
6061 make_call_insn_raw, emit_copy_of_insn_after): Use locators.
6062 (emit_insn_after_scope, emit_insn_before_scope
6063 emit_jump_insn_after_scope, emit_jump_insn_before_scope
6064 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
6065 (emit_insn_after_setloc, emit_insn_before_setloc
6066 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
6067 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
6068 use locators.
6069 * final.c (notice_source_line): Use locators.
6070 (final_start_function): Set initial source file and line.
6071 (final_scan_insn): Use locators.
6072 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
6073 noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
6074 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
6075 noce_process_if_block, find_cond_trap): Likewise.
6076 * integrate.c (copy_insn_list): Likewise.
6077 * jump.c (duplicate_loop_exit_test): LIkewise.
6078 * print-rtl.c (print_rtx): Print locators.
6079 * recog.c (peephole2_optimize): Likewise.
6080 * rtl.h (INSN_SCOPE): Remove.
6081 (emit_insn_after_scope, emit_insn_before_scope
6082 emit_jump_insn_after_scope, emit_jump_insn_before_scope
6083 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
6084 (emit_insn_after_setloc, emit_insn_before_setloc
6085 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
6086 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
6087 (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
6088 * unroll.c (copy_loop_body): Use locators.
6089 * function.c (set_insn_locators): New function.
6090 (thread_prologue_and_epilogue_insns): Set the locators accordingly.
6091
6092 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
6093
6094 * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
6095 * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
6096 _fixsfdi _fixunssfdi.
6097 (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
6098 popcounthi2.
6099 (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
6100 * config/h8300/clzhi2.c: New.
6101 * config/h8300/ctzhi2.c: Likewise.
6102 * config/h8300/parityhi2.c: Likewise.
6103 * config/h8300/popcounthi2.c: Likewise.
6104
6105 Sun Jun 8 15:52:17 CEST 2003 Jan Hubicka <jh@suse.cz>
6106
6107 * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
6108 * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
6109
6110 * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
6111 (dump_bb): New based on old dump_bb in cfgrtl.c
6112 (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
6113 * cfghooks.h (cfgh_verify_flow_info): Return status.
6114 * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
6115 * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
6116 (dump_bb): Remove generic parts.
6117 (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
6118 (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
6119
6120 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
6121
6122 * Makefile.in: Rename options.c and options.h to c-options.c and
6123 c-options.h.
6124 (OBJS): Remove options.o.
6125 * c-opts.c: Don'tInclude c-options.h instead of options.h.
6126 * opts.c: Don't include options.h.
6127 (find_opt): Can't use enum opt_code or N_OPTS.
6128 * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
6129 * opts.sh: ... here.
6130
6131 2003-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
6132 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6133
6134 PR pch/9830
6135 * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
6136 if HAVE_MINCORE is defined.
6137 (MAP_FAILED): Define if not defined.
6138 (gt_pch_save): Test against MAP_FAILED.
6139 (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
6140 the mapping address to the preferred base after checking it
6141 is possible to do so. Test against MAP_FAILED.
6142 * configure.in: Test for the presence of mincore in libc.
6143 * config.in: Regenerate.
6144 * configure: Regenerate.
6145
6146 2003-06-07 Richard Henderson <rth@redhat.com>
6147
6148 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
6149 conditional compilation guard.
6150
6151 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
6152
6153 * optabs.c (expand_abs): Set result_unsignedp to 1 if
6154 flag_trav is zero.
6155
6156 2003-06-07 Richard Henderson <rth@redhat.com>
6157
6158 * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
6159
6160 2003-06-07 Richard Henderson <rth@redhat.com>
6161
6162 * basic-block.h (EDGE_SIBCALL): New.
6163 (EDGE_ALL_FLAGS): Update.
6164 * cfg.c (dump_edge_info): Add sibcall name.
6165 * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
6166 * cfgrtl.c (purge_dead_edges): Handle sibcalls.
6167
6168 2003-06-07 Andreas Jaeger <aj@suse.de>
6169
6170 * mklibgcc.in (lib2funcs): Remove _exit.
6171 * libgcc2.c: Remove L_exit.
6172 * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
6173
6174 * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
6175
6176 * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
6177
6178 * ggc.h: Convert to ISO C90 prototypes.
6179 * ggc-none.c: Likewise.
6180 * ggc-common.c: Likewise.
6181 * ggc-page.c: Likewise.
6182 * ggc-simple.c: Likewise.
6183
6184 * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
6185
6186 * system.h: Poison INIT_SECTION_PREAMBLE.
6187
6188 2003-06-07 Zack Weinberg <zack@codesourcery.com>
6189
6190 * config.gcc (with_cpu handling): Translate sparc64 in
6191 $machine to --with-cpu=v9.
6192 * config/alpha/alpha.c
6193 (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
6194 (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
6195
6196 * target.h: New hook asm_out.file_end.
6197 * target.h: Update to match. New hook macro TARGET_ASM_FILE_END.
6198 * toplev.c (compile_file): Use targetm.asm_out.file_end.
6199 * system.h: Poison ASM_FILE_END.
6200 * varasm.c (file_end_indicate_exec_stack): New.
6201 * output.h: Prototype it.
6202 * doc/tm.texi: Document TARGET_ASM_FILE_END and
6203 file_end_indicate_exec_stack. Delete references to attasm.h.
6204
6205 * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
6206 (ASM_FILE_END): Delete; move code...
6207 * config/darwin.c (darwin_file_end): Here; new function.
6208 * config/darwin-protos.h: Prototype it.
6209 * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
6210 rename unicosmk_file_end.
6211 * config/arm/aof.h (ASM_FILE_END): Delete; move code...
6212 * config/arm/arm.c (aof_file_end): ... here; new static function.
6213 Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
6214 Make aof_dump_imports and aof_dump_pic_table static.
6215 * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
6216 Set TARGET_ASM_FILE_END to avr_file_end.
6217 * config/c4x/c4x.c (c4x_file_end): Make static. Take no arguments.
6218 Set TARGET_ASM_FILE_END to c4x_file_end.
6219 * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
6220 make static. Take no arguments. Set TARGET_ASM_FILE_END to
6221 h8300_file_end.
6222 * config/i370/i370.h (ASM_FILE_END): Delete; move code...
6223 * config/i370/i370.c (i370_file_end): ... here; new static function.
6224 Set TARGET_ASM_FILE_END to i370_file_end.
6225 * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
6226 Take no arguments. Call file_end_indicate_exec_stack if
6227 NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
6228 * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
6229 Define NEED_INDICATE_EXEC_STACK to 0.
6230 * config/i386/linux.h, config/i386/linux64.h: Redefine
6231 NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
6232 * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
6233 i386_pe_file_end. Take no arguments. Use ix86_file_end.
6234 * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
6235 ia64_hpux_file_end, make static. Take no arguments.
6236 * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
6237 commands_in_prologues, commands_in_epilogues): Delete.
6238 (function_epilogue): Update to match.
6239 * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
6240 make static. Take no arguments.
6241 (iris6_asm_file_end): Rename iris6_file_end, make static, use
6242 mips_file_end, take no arguments.
6243 Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
6244 appropriate.
6245 * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
6246 make static, take no arguments. Set TARGET_ASM_FILE_END to
6247 mmix_file_end.
6248 * config/pa/pa.c (output_deferred_plabels): Make static, take
6249 no arguments. Set TARGET_ASM_FILE_END to output_deferred_plabels.
6250 * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
6251 (ASM_FILE_END): Delete; move code...
6252 * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
6253 new static function.
6254
6255 * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
6256 * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
6257 Don't set ASM_FILE_END.
6258 * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
6259 * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
6260 * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
6261 file_end_indicate_exec_stack; don't set ASM_FILE_END.
6262 * config/alpha/unicosmk.h, config/i386/cygming.h
6263 * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
6264 * config/arm/arm-protos.h, config/alpha/alpha-protos.h
6265 * config/avr/avr-protos.h, config/c4x/c4x-protos.h
6266 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
6267 * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
6268 * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
6269
6270 Sat Jun 7 18:32:13 CEST 2003 Jan Hubicka <jh@suse.cz>
6271
6272 * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
6273 specified.
6274
6275 Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
6276
6277 * Makefile.in (stageprofile_build): Kill redundant target.
6278 * i386.c (mdep_reorg): Don't pad jumps for Athlon.
6279
6280 2003-06-07 Andreas Jaeger <aj@suse.de>
6281
6282 * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
6283
6284 * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
6285 * config/dsp16xx/dsp16xx.h: Likewise.
6286 * config/i386/i386.h: Likewise.
6287 * config/ip2k/ip2k.h: Likewise.
6288
6289 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
6290
6291 * Makefile.in (OJBS, c-opts.o): Update.
6292 (c-options.c, c-options.h): Rename options.h and options.c.
6293 (options.h): Rename options_.h.
6294 (opts.o): New.
6295 * c-common.h (c_common_handle_option): Replace c_common_decode_option.
6296 (c_common_init_options): Update prototype.
6297 * c-lang.c (c_init_options): Update prototype.
6298 (LANG_HOOKS_HANDLE_OPTION): Override.
6299 (LANG_HOOKS_DECODE_OPTION): Drop.
6300 * c-opts.c: Include opts.h and options.h instead of c-options.h
6301 and c-options.c.
6302 (lang_flags): Move to file scope.
6303 (find_opt, c_common_decode_option): Remove.
6304 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
6305 CL_REJECT_NEGATIVE): Move to opts.h.
6306 (missing_arg): Update prototype.
6307 (c_common_init_options): Update for new prototype.
6308 (c_common_handle_options): Filenames are passed as N_OPTS.
6309 * hooks.c (hook_int_void_0): New.
6310 * hooks.h (hook_int_void_0): New.
6311 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
6312 (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
6313 (LANG_HOOKS_INITIALIZER): Update.
6314 * langhooks.h (init_options): Update.
6315 (handle_option): New.
6316 * opts.c, opts.h: New files.
6317 * opts.sh: Update c file to include opts.h and options.h.
6318 * toplev.c: Include opts.h; change options.h to options_.h.
6319 (parse_options_and_default_flags): Get lang_mask, use
6320 handle_option for language-specific handling.
6321 * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
6322 (LANG_HOOKS_HANDLE_OPTION): Override.
6323 (objc_init_options): Update.
6324
6325 2003-06-07 Magnus Kreth <magnus.kreth@gmx.de>
6326 Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
6327
6328 PR other/7031
6329 * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
6330 gcov.
6331
6332 2003-06-07 Kelley Cook <kelleycook@wideopenwest.com>
6333
6334 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
6335 section names.
6336 * configure: Regenerate.
6337
6338 2003-06-07 Alan Modra <amodra@bigpond.net.au>
6339
6340 * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
6341
6342 2003-06-06 James E Wilson <wilson@tuliptree.org>
6343
6344 PR inline-asm/10890
6345 * reload1.c (merge_assigned_reloads): Abort only if two reloads have
6346 different in fields.
6347
6348 2003-06-06 Nathanael Nerode <neroden@gcc.gnu.org>
6349
6350 * configure.in: Make $(target_subdir) correspond with top level usage.
6351 * Makefile.in: Likewise.
6352 * configure: Regenerate.
6353
6354 2003-06-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6355
6356 * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
6357 ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
6358 unsigned HOST_WIDE_INT.
6359 * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
6360 Likewise.
6361 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
6362 Likewise.
6363
6364 2003-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6365
6366 * doc/install.texi (Prerequisites): New section documenting
6367 tools and packages necessary prior to building and/or
6368 modifying GCC.
6369 * doc/install.texi2html: Also generate prerequisites.html.
6370
6371 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
6372
6373 PR target/11052
6374 * ifcvt.c (noce_process_if_block): Fail if the destination has
6375 side-effects.
6376
6377 2003-06-06 Jason Merrill <jason@redhat.com>
6378
6379 * stmt.c (resolve_asm_operand_names): Rename from
6380 resolve_operand_names. No longer static. Avoid needless copying.
6381 Don't build array of constraints.
6382 (expand_asm_operands): Build it here.
6383 * tree.h: Declare resolve_asm_operand_names.
6384
6385 * stmt.c (expand_decl): Put artificial vars into registers even
6386 when not optimizing, and don't mark the regs as user vars.
6387
6388 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
6389
6390 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
6391 of the generated register.
6392
6393 2003-06-06 Daniel Jacobowitz <drow@mvista.com>
6394
6395 * config.gcc: Add a missing sparc64 case.
6396
6397 2003-06-06 Jakub Jelinek <jakub@redhat.com>
6398
6399 * mklibgcc.in: Propagate .note.GNU-stack section if needed into
6400 the .hidden assembly stubs.
6401
6402 2003-06-06 H.J. Lu <hongjiu.lu@intel.com>
6403
6404 * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
6405 and x86_64-*-*.
6406
6407 * config/i386/mmintrin.h: Update version and add alternate
6408 intrinsic names.
6409 * config/i386/xmmintrin.h: Likewise.
6410
6411 * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
6412 intrinsics to ...
6413 * config/i386/emmintrin.h: Here. New file.
6414
6415 2003-06-06 Roger Sayle <roger@eyesopen.com>
6416
6417 * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding
6418 fabs(-x) into fabs(x). Use tree_expr_nonnegative_p to determine
6419 when the ABS_EXPR (fabs or abs) is not required.
6420 (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
6421 always nonnegative from fold to here. Additionally, cabs and fabs
6422 are always non-negative, and pow and atan are non-negative if
6423 their first argument is non-negative.
6424
6425 * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
6426 Evaluate cabs of a constant at compile-time. Convert cabs of a
6427 non-complex argument into fabs. Convert cabs(z) into
6428 sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
6429 -funsafe-math-optimizations or -ffast-math.
6430 (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
6431 Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
6432
6433 Thu Jun 5 20:51:09 CEST 2003 Jan Hubicka <jh@suse.cz>
6434
6435 * sourcebuild.texi (Front End Directory): Document new hooks.
6436
6437 Fri Jun 6 11:02:35 CEST 2003 Jan Hubicka <jh@suse.cz>
6438
6439 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
6440 * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
6441 stack frames.
6442 (pro_epilogue_adjust_stack_rex64_2): New pattern
6443
6444 Fri Jun 6 11:03:14 CEST 2003 Jan Hubicka <jh@suse.cz>
6445 Pop Sebastian
6446 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6447
6448 * cfghooks.h, cfghooks.c: New files.
6449 * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
6450 (OBJS): Add cfghooks.o.
6451 (cfghooks.o): New rule.
6452 * basic-block.h (split_edge): Rename to rtl_split_edge.
6453 (verify_flow_info): Rename to rtl_verify_flow_info.
6454 (cfghooks.h): Included here.
6455 * cfgrtl.c (split_edge): Renamed rtl_split_edge.
6456 (verify_flow_info): Renamed rtl_verify_flow_info.
6457 * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
6458
6459 * basic-block.h (split_block, split_edge, flow_delete_block,
6460 redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
6461 (flow_delete_block_noexpunge): Return void.
6462 * cfg.c (verify_flow_info): New function.
6463 * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
6464 try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
6465 Use delete_block.
6466 * cfglayout.c (function_footer): Rename to...
6467 (cfg_layout_function_footer): ... this variable
6468 (unlink_insn_chain): Make global.
6469 (fixup_reorder_chain, record_effective_endpoints): Update.
6470 (cleanup_unconditional_jumps): Use delete_block.
6471 (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
6472 (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
6473 (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
6474 * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block): Delete.
6475 (cfg_layout_function_footer): Declare.
6476 * cfgloopmanip (split_loop_bb): Do not update RBI.
6477 (remove_bbs): Use delete_block.
6478 (loop_reidrect_edge, loop_delete_branch_edge): Use
6479 redirect_edge_and_branch.
6480 (create_preheader): Use split_block and redirect_edge_and_branch_force.
6481 (split_edge_with): Likewise.
6482 * cfgrtl.c: Include cfglayout.h
6483 (split_edge): Rename to ...
6484 (rtl_split_edge) ... this one; make local.
6485 (redirect_edge_and_branch): Rename to ...
6486 (rtl_redirect_edge_and_branch) ... this one; make local.
6487 (redirect_edge_and_branch_force): Rename to ...
6488 (rtl_redirect_edge_and_branch_force) ... this one; make local.
6489 (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
6490 (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
6491 cfglayout.c; update to directly call RTL counterparts.
6492 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
6493 * ifcvt.c (find_cond_trap): Use delete_block.
6494 (find_if_case_1): Use delete_block.
6495 (find_if_case_2): Use delete_block.
6496 * rtl.h (unlink_insn_chain): Declare.
6497 * toplev.c (rtl_reigster_cfg_hooks): New.
6498
6499 2003-06-05 Richard Henderson <rth@redhat.com>
6500
6501 * recog.c (peephole2_optimize): Revert last change.
6502
6503 2003-06-05 Richard Henderson <rth@redhat.com>
6504
6505 * recog.c (peephole2_optimize): Don't split block unless
6506 can_throw_internal.
6507
6508 2003-06-06 Kazu Hirata <kazu@cs.umass.edu>
6509
6510 * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
6511 * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
6512
6513 2003-06-05 Kelley Cook <kelleycook@wideopenwest.com>
6514
6515 PR optimization/4490
6516 * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
6517 * doc/invoke.texi (m96bit-long-double, m128bit-long-double): Reword
6518 documentation to accurately reflect what these options do.
6519
6520 2003-06-06 Kaz Kojima <kkojima@gcc.gnu.org>
6521
6522 * config/sh/linux.h (STARTFILE_SPEC): Handle -pie. Simplify.
6523 (ENDFILE_SPEC): Redefine to handle -pie.
6524
6525 2003-06-05 Phil Edwards <phil@jaj.com>
6526
6527 * Makefile.in (qmtest-g++): Use target_alias, not target.
6528
6529 2003-06-05 Per Bothner <pbothner@apple.com>
6530
6531 * toplev.c (push_srcloc): Simplify behavior to save current location
6532 and set current location to parameters.
6533 (pop_srcloc): Simplify semantics.
6534 (lang_dependent_init): Remove now-useless initial push_srcloc.
6535
6536 2003-05-06 Richard Henderson <rth@redhat.com>
6537
6538 * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
6539 language-specific tree codes.
6540
6541 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6542
6543 PR middle-end/9986
6544 * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
6545 BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
6546
6547 Thu Jun 5 18:32:46 CEST 2003 Jan Hubicka <jh@suse.cz>
6548
6549 * install.tex: Document profiledbootstrap.
6550
6551 * configure.in: Add support for lang.stageprofile and
6552 lang.stagefeedback
6553 * Makefile.in (clean, distclean): Kill new stages
6554 (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
6555 (STAGE2_FLAGS_TO_PASS): ... this one.
6556 (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
6557 (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
6558 (stageprofile_build, stageprofile_copy, stagefeedback_build,
6559 stagefeedback_copy): New.
6560 (restageprofile, restagefeedback, stageprofile-start,
6561 stageprofile, stagefeedback-start): Likewise.
6562
6563 2003-06-05 David Miller <davem@redhat.com>
6564 Richard Henderson <rth@redhat.com>
6565
6566 * optabs.c (HAVE_conditional_trap): Provide default.
6567 (gen_conditional_trap): Likewise.
6568 (init_optabs): Merge init_traps.
6569 (gen_cond_trap): Use prepare_operand. Restructure and avoid ifdef.
6570
6571 Thu Jun 5 14:59:44 CEST 2003 Jan Hubicka <jh@suse.cz>
6572
6573 * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
6574 is REG for nonzero_bits (REG) == 8.
6575
6576 Thu Jun 5 13:23:51 CEST 2003 Jan Hubicka <jh@suse.cz>
6577
6578 * i386.md (align): Fix warning; clarify what to do when no p2align
6579 is available.
6580
6581 2003-06-05 Nick Clifton <nickc@redhat.com>
6582
6583 * config.gcc (m32r-elf): Revert previous delta.
6584 * config/m32r/t-m32r (crtinit.o): Fix rule to work with
6585 multilibs. Remove m32rx specific version.
6586 (crtfini.o): Likewise.
6587 (EXTRA_MULTILIB_PARTS): Define.
6588
6589 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
6590
6591 * doc/md.texi (Machine Constraints): Correct the meaning of
6592 constraints related to floating-point registers on SPARC.
6593
6594 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
6595 Paolo Bonzini <bonzini@gnu.org>
6596
6597 PR target/10663
6598 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
6599 assembler and linker output to /dev/null.
6600 Use a 'sed' construct instead of 'grep -A1'.
6601 * configure: Regenerate.
6602
6603 2003-06-04 Richard Henderson <rth@redhat.com>
6604
6605 * config/i386/i386.c (struct ix86_address): Add seg.
6606 (no_seg_address_operand): New.
6607 (ix86_decompose_address): Restructure PLUS loop. Accept one
6608 UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS. Adjust ESP swap test
6609 to test for a regnum, not stack_pointer_rtx.
6610 (ix86_address_cost): Reduce cost if non-default segment.
6611 (legitimate_address_p): Remove UNSPEC_TP check.
6612 (get_thread_pointer): Add to_reg argument. Don't represent
6613 the thread pointer as a memory load.
6614 (legitimize_tls_address): Split out of ...
6615 (legitimize_address): ... here.
6616 (print_operand_address): Handle parts.seg.
6617 (ix86_expand_move): Use legitimize_tls_address.
6618 (ix86_rtx_costs): Handle UNSPEC_TP.
6619 * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
6620 (TARGET_TLS_DIRECT_SEG_REFS): New.
6621 (TARGET_SWITCHES): Add tls-direct-seg-refs.
6622 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
6623 (PREDICATE_CODES): Add no_seg_address_operand.
6624 * config/i386/i386.md (lea_1): Use it.
6625 (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
6626 (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
6627 * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6628 * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
6629 * doc/invoke.texi: Add -mtls-direct-seg-refs.
6630
6631 2003-06-04 Mark Mitchell <mark@codesourcery.com>
6632
6633 * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
6634 (QMTEST_GPP_TESTS): Use "g++" by default.
6635 (stamp-qmtest): Tweak database creation.
6636 (QMTEST_DIR/context): Update context file format.
6637 (qmtest-g++): Tweak command-line.
6638
6639 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6640
6641 * Makefile.in (varasm.o): Don't set -Wno-error.
6642 * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
6643
6644 2003-06-04 Zack Weinberg <zack@codesourcery.com>
6645
6646 PR bootstrap/3163
6647 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
6648 (gcc_AC_FUNC_MMAP_BLACKLIST): New.
6649 * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
6650 and AC_CHECK_FUNCS lists, respectively. Use
6651 gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
6652 AC_FUNC_MMAP_FILE.
6653 * configure, config.in: Regenerate.
6654
6655 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6656
6657 * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
6658 * arm.c (arm_output_function_prologue): Fix format specifiers.
6659 * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
6660 * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
6661 HOST_WIDE_INT_PRINT_DEC.
6662 * vax.c (vax_output_function_prologue): Fix format specifiers.
6663
6664 2003-06-04 Richard Henderson <rth@redhat.com>
6665
6666 * cse.c (find_best_addr): Consider binary operators even if second
6667 argument is not CONST_INT.
6668
6669 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6670
6671 * doc/invoke.texi (max-cse-path-length): Document.
6672
6673 2003-06-04 Richard Henderson <rth@redhat.com>
6674
6675 * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
6676
6677 2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
6678
6679 * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
6680 Remove semi-colon at the end of the expression.
6681
6682 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6683
6684 * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
6685 * i370.h (mvs_function_name_length): Likewise.
6686 * i960.h (CONSTANT_ALIGNMENT): Likewise.
6687 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
6688 * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6689 * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6690 * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
6691 variable.
6692
6693 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
6694
6695 * config.gcc: Reorganize --with-cpu logic. Set
6696 configure_default_options according to the default CPU, --with-cpu,
6697 --with-arch, --with-tune, --with-schedule, --with-abi, and
6698 --with-float. Check for legal values of various options.
6699 * configure.in: Define configure_default_options in configargs.h.
6700 * configure: Regenerated.
6701 * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
6702 (TARGET_DEFAULT_FLOAT_P): New macros.
6703 * gcc.c (do_option_spec): New function.
6704 (struct default_spec, option_default_specs): New.
6705 (main): Call do_option_spec.
6706 * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
6707 config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
6708 config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
6709
6710 * doc/install.texi: Update --with-cpu documentation. Mention
6711 --with-arch, --with-schedule, --with-tune, --with-abi, and
6712 --with-float.
6713 * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
6714
6715 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
6716
6717 * config.gcc: Only process --with-cpu logic in the third pass.
6718
6719 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
6720
6721 * config.gcc: Reorganize --with-cpu section. Remove an
6722 obsolete comment about the default CPU for x86-64. Fix
6723 a typo for the ep9312. Update the list of supported PowerPC
6724 CPUs. Support a limited set of new --with-cpu options
6725 for i386.
6726
6727 2003-06-04 Aldy Hernandez <aldyh@redhat.com>
6728
6729 * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
6730 complex numbers <= 32 bits into two registers.
6731
6732 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6733
6734 * alpha.c (print_operand_address): Fix format specifier warnings.
6735 * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6736 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6737 * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
6738 * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
6739 * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
6740 ASM_OUTPUT_SKIP): Likewise.
6741 * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6742 * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6743 * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
6744 Likewise.
6745 * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6746 * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
6747 * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
6748 * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6749 * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
6750 * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6751 * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6752 * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
6753 * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
6754 * svr3.h (ASM_OUTPUT_COMMON): Likewise.
6755
6756 2003-06-04 J"orn Rennecke <joern.rennecke@superh.com>
6757
6758 * c-decl.c (c_init_decl_processing): Clear input_file_name
6759 while building common nodes.
6760 * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
6761 Don't add working directory for strings like <built-in> .
6762
6763 2003-06-04 David Edelsohn <edelsohn@gnu.org>
6764
6765 * doc/install.texi (*-ibm-aix*): Native as and ld required
6766 to bootstrap on AIX 5L.
6767
6768 2003-06-04 Richard Henderson <rth@redhat.com>
6769
6770 * c-common.c (handle_cleanup_attribute): New.
6771 (c_common_attributes): Add it.
6772 * c-decl.c (finish_decl): Honor the cleanup attribute.
6773 * doc/extend.texi (Variable Attributes): Document it.
6774
6775 * unwind-c.c: New file.
6776 * Makefile.in (LIB2ADDEH): Add it.
6777 * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
6778 config/ia64/t-ia64: Likewise.
6779
6780 2003-06-04 Jakub Jelinek <jakub@redhat.com>
6781
6782 * function.c (trampolines_created): New variable.
6783 (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
6784 * function.h (trampolines_created): Add.
6785 * config/s390/linux.h (ASM_FILE_END): Define.
6786 * config/alpha/linux-elf.h (ASM_FILE_END): Define.
6787 * config/m68k/linux.h (ASM_FILE_END): Define.
6788 * config/rs6000/linux.h (ASM_FILE_END): Define.
6789 * config/rs6000/linux64.h (ASM_FILE_END): Define.
6790 * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
6791 * config/sparc/linux.h (ASM_FILE_END): Define.
6792 * config/sparc/linux64.h (ASM_FILE_END): Define.
6793 * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
6794 * config/i386/linux.h (SUBTARGET_FILE_END): Define.
6795 * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
6796
6797 Wed Jun 4 18:39:33 CEST 2003 Jan Hubicka <jh@suse.cz>
6798
6799 * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
6800 (ix86_reorg): Use it.
6801 * i386.md (align): New insn pattern.
6802
6803 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6804
6805 * toplev.c (rest_of_type_compilation): Fix typo.
6806
6807 2003-06-04 Jakub Jelinek <jakub@redhat.com>
6808 Alan Modra <amodra@bigpond.net.au>
6809
6810 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
6811 * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
6812 * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
6813 * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
6814 * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
6815 * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
6816 (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
6817 * config/rs6000/rs6000.c (output_profile_hook): Likewise.
6818
6819 * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
6820 Pass it to $gcc_cv_as.
6821 * configure: Rebuilt.
6822
6823 * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
6824 (print_operand): Allow TARGET_AIX to be non-constant.
6825 (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
6826 Define unconditionally.
6827 (rs6000_elf_declare_function_name): New function.
6828 * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
6829 non-constant.
6830 * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
6831 to 1.
6832 (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
6833 [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
6834 is defined.
6835 (TARGET_AIX): Define to 1 if TARGET_64BIT.
6836 (PROCESSOR_DEFAULT): Remove.
6837 (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
6838 INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
6839 [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
6840 (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
6841 -m32 and -m64.
6842 (MULTILIB_DEFAULTS): Define.
6843 (SUBSUBTARGET_EXTRA_SPECS): Define.
6844 (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
6845 (TARGET_TOC): Define only if !RS6000_BI_ARCH.
6846 (TARGET_NO_TOC): Remove.
6847 [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
6848 TARGET_PROTOTYPE): Define to 0.
6849 (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
6850 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
6851 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
6852 if !TARGET_64BIT.
6853 (USER_LABEL_PREFIX): Remove.
6854 (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
6855 (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
6856 if TARGET_64BIT.
6857 (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
6858 (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
6859 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
6860 (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
6861 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
6862 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
6863 TARGET_64BIT.
6864 (RS6000_CALL_GLUE): Likewise.
6865 (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
6866 RESTORE_FP_SUFFIX): Likewise.
6867 (ASM_DECLARE_FUNCTION_NAME): Remove.
6868 (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
6869 DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
6870 name if TARGET_64BIT.
6871 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
6872 !TARGET_64BIT.
6873 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
6874 (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
6875 (DRAFT_V4_STRUCT_RET): Define.
6876 (SIGNAL_FRAMESIZE): New enum value.
6877 (MD_FALLBACK_FRAME_STATE_FOR): Define.
6878 * config/rs6000/default64.h: New file.
6879 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
6880 options.
6881 (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
6882 to RS6000_ABI_NAME. Only disallow mixing of -fPIC with -mcall-aixdesc
6883 if !TARGET_64BIT.
6884 [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
6885 (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
6886 function.
6887 (TARGET_OS_SYSV_CPP_BUILTINS): Define.
6888 (TARGET_OS_CPP_BUILTINS): Use it.
6889 (CPP_SYSV_SPEC): Remove.
6890 (CPP_SPEC): Remove cpp_sysv.
6891 (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
6892 Add SUBSUBTARGET_EXTRA_SPECS.
6893 (SUBSUBTARGET_EXTRA_SPECS): Define.
6894 * config/rs6000/biarch64.h: New file.
6895 * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
6896 New prototype.
6897 * config/rs6000/x-linux64: New file.
6898 * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
6899 multilibs.
6900 * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
6901 * config/rs6000/eabi-cn.asm: Likewise.
6902 * config/rs6000/tramp.asm: Likewise.
6903 * config/rs6000/sol-ci.asm: Likewise.
6904 * config/rs6000/sol-cn.asm: Likewise.
6905 * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
6906 (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
6907 * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
6908 _CALL_AIXDESC section.
6909 * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
6910 defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
6911 or default32.
6912
6913 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
6914
6915 * config.gcc: Revert accidentally committed ARM changes.
6916
6917 2003-06-04 Roger Sayle <roger@eyesopen.com>
6918
6919 * builtins.c (dconstpi, dconste): New mathematical constants.
6920 (init_builtin_dconsts): New function to initialize dconstpi
6921 and dconste.
6922 (fold_builtin): Optimize exp(1.0) = e. Evaluate exp(x) at
6923 compile time with -ffast-math when x is an integer constant.
6924 Optimize tan(0.0) = 0.0. Optimize atan(0.0) = 0.0,
6925 atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
6926
6927 2003-06-04 Roger Sayle <roger@eyesopen.com>
6928
6929 * calls.c (expand_call): Avoid calling pure or const functions
6930 when the result is ignored (or void) and none of the arguments
6931 are volatile. Move warning diagnostic earlier in function.
6932
6933 2003-06-04 Andreas Jaeger <aj@suse.de>
6934
6935 * system.h: Do not poison TDESC_SECTION_ASM_OP,
6936 RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
6937
6938 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6939
6940 * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
6941 optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
6942 handle %ll, optimize regular character case.
6943
6944 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6945
6946 * Makefile.in (cse.o): Add params.h dependency.
6947 * cse.c: Include params.h.
6948 (PATHLENGTH): Removed.
6949 (struct cse_basic_block_data): Make path array dynamic.
6950 (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
6951 of PATHLENGTH.
6952 (cse_main, cse_basic_block): Allocate path array.
6953 * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
6954
6955 Wed Jun 4 09:49:21 CEST 2003 Jan Hubicka <jh@suse.cz>
6956
6957 * i386.c (ix86_reorg): Replace the jump instead of adding nop.
6958 * i386.md (UNSPEC_REP): New constant.
6959 (return_internal_long): New pattern.
6960
6961 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6962
6963 PR optimization/11018
6964 * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
6965 consistently to decide whether the scratch register is really
6966 required.
6967
6968 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6969
6970 PR optimization/10876
6971 * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
6972 new 'O' constraint for constant 4096.
6973 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
6974 * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
6975 Do not transform into MINUS insn for constant 4096.
6976 (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
6977 for constant 4096 as third operand.
6978 (addsi3 expander): Remove.
6979 (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
6980 new alternative for constant 4096 as third operand.
6981 (subdi3 expander): Do not transform into PLUS insn for constant 4096.
6982 (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
6983 operand.
6984 (subsi3 expander): Remove.
6985 (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
6986 constant 4096 as third operand.
6987 * doc/md.texi (Machine Constraints): Document new 'O' constraint for
6988 the SPARC port.
6989
6990 2003-06-03 Chris Demetriou <cgd@broadcom.com>
6991
6992 * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
6993
6994 2003-06-04 Andreas Jaeger <aj@suse.de>
6995
6996 * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
6997
6998 * config/i386/i386.c (ix86_expand_prologue): Do not use
6999 SUBTARGET_PROLOGUE.
7000
7001 * system.h: Poision SUBTARGET_PROLOGUE.
7002
7003 * config/arm/arm-protos.h: Remove unused rdate_section prototype.
7004
7005 * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
7006 dependend code.
7007
7008 * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
7009
7010 * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
7011 INSN_CACHE_LINE_WIDTH.
7012
7013 * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
7014 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
7015 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
7016
7017 * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
7018 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
7019
7020 * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
7021 (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
7022 (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
7023 (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
7024 (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
7025 (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
7026
7027 * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
7028 DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
7029 DBX_WORKING_DIRECTORY.
7030
7031 * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
7032 DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
7033
7034 * config/frv/frv-protos.h: Remove unused const_section
7035 declaration.
7036 * config/vax/vax-protos.h: Likewise.
7037
7038 * output.h: Remove CONST_SECTION_ASM_OP usage.
7039
7040 * system.h: Poison CONST_SECTION_ASM_OP.
7041
7042 * crtstuff.c (__do_global_dtors_aux): Remove usage of
7043 CRT_GET_RFIB_TEXT.
7044 (frame_dummy): Likewise.
7045 * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
7046 * system.h: Poison CRT_GET_RFIB_TEXT.
7047
7048 * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
7049
7050 * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
7051 (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
7052 (recognized_function): Likewise.
7053 (read_scan_file): Likewise.
7054
7055 2003-06-03 Roger Sayle <roger@eyesopen.com>
7056
7057 * optabs.c (expand_binop): Optimize complex multiplication for
7058 the case of squaring a complex argument.
7059
7060 2003-06-03 Roger Sayle <roger@eyesopen.com>
7061
7062 * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
7063 non-volatile operands of binary operations.
7064 (prepare_cmp_insn): Likewise.
7065
7066 2003-06-03 Roger Sayle <roger@eyesopen.com>
7067
7068 * varasm.c (force_const_mem): Handle alignment of constants not
7069 representable as a type in the front-end language.
7070
7071 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
7072
7073 * flow.c (initialize_uninitialized_subregs): Use
7074 emit_move_insn instead of emitting a hardcoded move.
7075
7076 2003-06-03 Richard Henderson <rth@redhat.com>
7077
7078 * optabs.c (expand_abs_nojump): Split out from ...
7079 (expand_abs): ... here.
7080 * optabs.h (expand_abs_nojump): Declare.
7081 * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
7082 * Makefile.in (ifcvt.o): Depend on optabs.h.
7083
7084 2003-06-03 Alan Modra <amodra@bigpond.net.au>
7085
7086 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
7087
7088 2003-06-03 Jason Thorpe <thorpej@wasabisystems.com>
7089
7090 * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
7091 (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
7092 to yes.
7093 * configure.in: Allow default_use_cxa_atexit to determine the
7094 value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
7095 disabled.
7096 * configure: Regenerate.
7097
7098 2003-06-03 Douglas B Rupp <rupp@gnat.com>
7099
7100 * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
7101 * doc/gcc.texi: Remove vms.texi section.
7102 * doc/vms.texi: Remove obsolete file.
7103
7104 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
7105
7106 * configure.in (inhibit_libc): Don't define when configuring
7107 with --with-newlib --with-headers.
7108 * configure: Regenerate.
7109
7110 * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
7111
7112 2003-06-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7113
7114 * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
7115 IRIX 6 without GNU ld.
7116 * configure: Regenerate.
7117
7118 2003-06-03 Roger Sayle <roger@eyesopen.com>
7119
7120 * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
7121 of a complex number rather than invoke mov_optab directly.
7122
7123 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
7124
7125 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
7126 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
7127
7128 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7129
7130 * config/i386/x86-64.h: Remove two target-independent comments;
7131 replace "GNU CC" with "GCC".
7132
7133 2003-06-03 Anthony Green <green@redhat.com>
7134
7135 * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
7136
7137 2003-06-03 Roger Sayle <roger@eyesopen.com>
7138
7139 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
7140 New builtins representing ISO C99's cabs, cabsf and cabsl.
7141 * builtins.c (expand_builtin_fabs): New function.
7142 (expand_builtin_cabs): New function.
7143 (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
7144 using expand_builtin_fabs and expand_builtin_cabs respectively.
7145
7146 * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
7147
7148 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
7149
7150 * function.c (assign_parms): Split complex arguments.
7151
7152 * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
7153
7154 * expr.h (SPLIT_COMPLEX_ARGS): Define.
7155 (split_complex_types): Protoize.
7156 (split_complex_values): Protoize.
7157
7158 * calls.c (expand_call): Split complex arguments on architectures
7159 that require it.
7160 (split_complex_values): New.
7161 (split_complex_types): New.
7162
7163 * config/rs6000/rs6000.c (rs6000_libcall_value): New.
7164 (rs6000_function_value): Handle complex values on AIX.
7165 (rs6000_complex_function_value): New.
7166
7167 * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
7168
7169 * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
7170 (SPLIT_COMPLEX_ARGS): New.
7171
7172 2003-06-03 Jakub Jelinek <jakub@redhat.com>
7173
7174 * configure.in (HAVE_LD_PIE): Check for ld -pie.
7175 * config.in: Rebuilt.
7176 * configure: Rebuilt.
7177 * toplev.c (flag_pie, flag_shlib): New variables.
7178 (f_options): Add -fpie and -fPIE.
7179 (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
7180 Set flag_shlib if flag_pic and not -fpie/-fPIE.
7181 * flags.h (flag_pic, flag_shlib): Add.
7182 * varasm.c (default_binds_local_p): Use flag_shlib instead of
7183 flag_pic.
7184 * gcc.c (LINK_PIE_SPEC): Define.
7185 (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
7186 (option_map): Add --pie -> -pie mapping.
7187 * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
7188 and -fPIE the same way as -fPIC.
7189 * config/openbsd.h (ASM_SPEC): Likewise.
7190 * config/frv/frv.h (ASM_SPEC): Likewise.
7191 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
7192 * config/arm/semi.h (ASM_SPEC): Likewise.
7193 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
7194 * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
7195 * config/i386/beos-elf.h (CC1_SPEC): Likewise.
7196 * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
7197 * config/m68k/linux.h (CPP_SPEC): Likewise.
7198 * config/m68k/netbsd.h (ASM_SPEC): Likewise.
7199 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
7200 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
7201 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
7202 * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
7203 * config/pa/pa-linux.h (CPP_SPEC): Likewise.
7204 * config/netbsd-aout.h (ASM_SPEC): Likewise.
7205 * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
7206 * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
7207 * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
7208 * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
7209 * config/sparc/sparc.h (ASM_SPEC): Likewise.
7210 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
7211 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
7212 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
7213 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
7214 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
7215 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
7216 Simplify.
7217 * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7218 * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7219 * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7220 * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7221 * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7222 * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7223 * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
7224 * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
7225
7226 2003-06-03 Jakub Jelinek <jakub@redhat.com>
7227
7228 * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
7229 != 0 handling. Pass 0 to store_by_pieces.
7230 (expand_builtin_mempcpy): Add endp argument. Don't call
7231 expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
7232 directly. If ignoring result, only do expand_call.
7233 (expand_builtin_stpcpy): Likewise. Call expand_builtin_mempcpy
7234 otherwise.
7235 (expand_builtin_strncpy, expand_builtin_memset): Adjust
7236 store_by_pices callers.
7237 (expand_builtin): Adjust expand_builtin_memcpy and
7238 expand_builtin_mempcpy callers.
7239 * expr.c (can_move_by_pieces): New function.
7240 (move_by_pieces): Add endp argument, return to resp. memory at end
7241 or one byte earlier depending on endp.
7242 (store_by_pieces): Likewise.
7243 (emit_block_move): Adjust call to move_by_pieces.
7244 (emit_push_insn): Adjust move_by_pieces caller.
7245 * expr.h (can_move_by_pieces): New prototype.
7246 (store_by_pieces): Adjust prototypes.
7247 * rtl.h (move_by_pieces): Adjust prototype.
7248 * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
7249 caller.
7250
7251 2003-06-03 Ben Elliston <bje@wasabisystems.com>
7252
7253 * doc/md.texi (Processor pipeline description): Improve wording.
7254
7255 2003-06-03 Neil Booth <neil@daikokuya.co.uk>
7256
7257 * c-opts.c (c_common_handle_option): New, pulled out of
7258 c_common_decode_option. Substitute uses of argv.
7259 (c_common_decode_option): Broken into two.
7260
7261 2003-06-02 Roger Sayle <roger@eyesopen.com>
7262 Zack Weinberg <zack@codesourcery.com>
7263
7264 * emit-rtl.c (gen_complex_constant_part): Remove unnecessary
7265 test of TREE_CONSTANT_POOL_ADDRESS_P.
7266
7267 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7268
7269 * mips.c: Don't include output.h twice.
7270 * stormy16.c: Likewise.
7271 * xtensa.c: Likewise.
7272 * output.h: Protect against multiple inclusion.
7273
7274 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
7275
7276 * sh.h (OLD_ARG_MODE): New macro.
7277 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
7278 (FUNCTION_ARG_1): Break out of:
7279 (FUNCTION_ARG). Use OLD_ARG_MODE.
7280
7281 2003-06-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7282
7283 * gcc/config.gcc Add support multilib parts for m32rx processor.
7284
7285 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7286
7287 * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
7288 (mostlyclean): Delete c-options.c and c-options.h.
7289
7290 2003-06-02 Neil Booth <neil@daikokuya.co.uk>
7291
7292 * c-opts.c (CL_REJECT_NEGATIVE): New.
7293 (c_common_decode_option): Update to use it.
7294 * c.opt: Update documentation; use RejectNegative.
7295 * opts.sh: Handle RejectNegative.
7296
7297 2003-06-01 Zack Weinberg <zack@codesourcery.com>
7298
7299 * ggc-page.c (init_ggc): Give better diagnostics on failure to
7300 open /dev/zero.
7301 * toplev.c (crash_signal): Reset handling for received signal
7302 to SIG_DFL.
7303
7304 2003-06-02 Ben Elliston <bje@wasabisystems.com>
7305
7306 * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
7307 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
7308 (arm_use_dfa_pipeline_interface): Implement.
7309 * config/arm/arm.md (arm): New automaton.
7310 (write_buf): Remove function units; new cpu unit.
7311 (write_blockage): Remove function units; new cpu unit.
7312 (core): Remove function units; new cpu unit.
7313 (r_mem_f_wbuf): New instruction reservation.
7314 (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
7315 (store1_ldsched, store2, store3, store4): Likewise.
7316 (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
7317 (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
7318 (multi_cycle, single_cycle): Likewise.
7319 * config/arm/fpa.md (armfp): New automaton.
7320 (fpa): Remove function units; new cpu unit.
7321 (fpa_mem): Remove function unit; new cpu unit.
7322 (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
7323 (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
7324
7325 2003-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7326
7327 * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
7328 * c-format.c (enum format_type): Add asm_fprintf_format_type.
7329 (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
7330 asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
7331 (format_types_orig): Renamed from format_types. Add new data.
7332 (format_types): Declare as pointer.
7333 (handle_format_attribute): Move later in file so we have all
7334 necessary declarations. Add section to capture HOST_WIDE_INT.
7335 * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
7336 (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
7337
7338 2003-06-01 Andreas Jaeger <aj@suse.de>
7339
7340 * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
7341 ROUND_TYPE_SIZE_UNIT.
7342
7343 * stor-layout.c (finalize_record_size): Remove usages of
7344 ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
7345 (finalize_type_size): Likewise.
7346 (layout_type): Likewise.
7347
7348 * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
7349
7350 * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
7351
7352 * config/d30v/d30v.h: Remove text copied from the manual.
7353
7354 2003-06-01 Roger Sayle <roger@eyesopen.com>
7355 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7356 Geoffrey Keating <geoffk@apple.com>
7357
7358 * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
7359 constants as condition code values.
7360
7361 2003-06-01 DJ Delorie <dj@redhat.com>
7362
7363 * cppmacro.c (warn_of_redefinition): Handle cases where the two
7364 definitions have different numbers of tokens.
7365
7366 2003-06-01 Andreas Jaeger <aj@suse.de>
7367
7368 * gen-protos.c (main): Readd unused attribute for argc.
7369
7370 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
7371
7372 * Makefile.in (c-options.c, c-options.h): Parallel make safe.
7373 * c.opt: End in blank line.
7374 * opts.sh: Take AWK from environment if available; use C locale.
7375
7376 2003-06-01 Andreas Schwab <schwab@suse.de>
7377
7378 * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
7379
7380 2003-06-01 Andreas Jaeger <aj@suse.de>
7381
7382 * gen-protos.c (main): Revert patch to check for argument.
7383
7384 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
7385
7386 PR target/11044
7387 * config/i386/i386.md (length attribute): Set length to 4
7388 for instructions of type "fcmp".
7389
7390 2003-06-01 Andreas Jaeger <aj@suse.de>
7391
7392 * toplev.c: Use ISO C90 prototypes.
7393
7394 * toplev.h: Use ISO C90 prototypes.
7395
7396 * genrecog.c: Use ISO C90 prototypes.
7397 (nodes_identical): Correct declaration to match prototype.
7398 (maybe_both_true): Likewise.
7399 (merge_trees): Likewise.
7400
7401 * genpeep.c (gen_peephole): Remove #if 0 code.
7402 Use ISO C90 prototypes.
7403
7404 * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
7405 Remove #if 0'ed function simplify_by_alternatives.
7406 (optimize_attrs): Remove #if 0'ed code.
7407 Remove ^L.
7408 Use ISO C90 prototypes.
7409 (make_canonical): Remove #if 0'ed code.
7410 (convert_const_symbol_ref): Remove #if 0'ed function.
7411
7412 * gen-protos.c (main): Check for argument.
7413
7414 * rtl.h: Use ISO C90 prototypes for functions from lists.c.
7415
7416 * params.h: Use ISO C90 prototypes.
7417 * params.c: Likewise.
7418 * intl.c: Likewise.
7419 * intl.h: Likewise.
7420 * lists.c: Likewise.
7421 * errors.c: Likewise.
7422 * errors.h: Likewise.
7423 * gencodes.c: Likewise.
7424 * genpreds.c: Likewise.
7425 * genattr.c: Likewise.
7426 * gen-protos.c: Likewise.
7427 * genflags.c: Likewise
7428 * genconditions.c: Likewise.
7429 * genautomata.c: Likewise.
7430 * gencheck.c: Likewise.
7431 * genconfig.c: Likewise.
7432 * genconstants.c: Likewise.
7433 * genemit.c: Likewise.
7434 * genextract.c: Likewise.
7435 * gengenrtl.c: Likewise.
7436 * gengtype.c: Likewise.
7437 * gengtype.h: Likewise.
7438 * genopinit.c: Likewise.
7439 * genoutput.c: Likewise.
7440 * gensupport.c: Likewise.
7441 * gensupport.h: Likewise.
7442
7443 * sdbout.h: Use ISO C90 prototypes.
7444
7445 * sdbout.c (CONTIN): Removed empty macro.
7446 (sdbout_one_type): Remove CONTIN usages.
7447 Remove ^Ls.
7448 (tag_of_ru_type): Remove #if 0'ed function.
7449 (sdbout_symbol): Remove #if 0'ed code.
7450 (sdbout_one_type): Remove a #if 1.
7451 (sdbout_one_type): Remove #if 0'ed code.
7452 (sdbout_init): Remove RMS_QUICK_HACK_1 code.
7453 Remove PARAMS, use ISO C90 prototypes for all functions.
7454
7455 2003-06-01 Josef Zlomek <zlomekj@suse.cz>
7456
7457 * rtl.def (CONST_DOUBLE): Update comment.
7458
7459 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
7460
7461 * opts.sh: Remove path from sort.
7462
7463 2003-06-01 Aldy Hernandez <aldyh@redhat.com>
7464
7465 PR/9680
7466 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
7467 TARGET_SPE for SPE_VECTOR_MODE.
7468
7469 2003-05-31 Aldy Hernandez <aldyh@redhat.com>
7470
7471 * toplev.c (botch): Remove.
7472 (do_abort): Remove.
7473 (set_Wunused): Comment.
7474 (set_Wextra): Comment.
7475 Remove ^L's.
7476 (rest_of_compilation): Factor out common code into functions.
7477 (rest_of_handle_inlining): New.
7478 (rest_of_handle_ssa): New.
7479 (rest_of_handle_cse): New.
7480 (rest_of_handle_gcse): New.
7481 (rest_of_handle_loop_optimize): New.
7482 (rest_of_handle_jump_bypass): New.
7483 (rest_of_handle_sibling_calls): New.
7484 (rest_of_handle_null_pointer): New.
7485 (rest_of_handle_addresof): New.
7486 (rest_of_handle_flow): New.
7487 (rest_of_handle_branch_prob): New.
7488 (rest_of_handle_if_conversion): New.
7489 (rest_of_handle_tracer): New.
7490 (rest_of_handle_loop2): New.
7491 (rest_of_handle_cse2): New.
7492 (rest_of_handle_life): New.
7493 (rest_of_handle_combine): New.
7494 (rest_of_handle_if_after_combine): New.
7495 (rest_of_handle_regmove): New.
7496 (rest_of_handle_sched): New.
7497 (rest_of_handle_old_regalloc): New.
7498 (rest_of_handle_new_regalloc): New.
7499 (rest_of_handle_regrename): New.
7500 (rest_of_handle_reorder_blocks): New.
7501 (rest_of_handle_sched2): New.
7502 (rest_of_handle_new_regalloc): New.
7503 (rest_of_handle_old_regalloc): New.
7504 (rest_of_handle_regrename): New.
7505 (rest_of_handle_reorder_blocks): New.
7506 (rest_of_handle_stack_regs): New.
7507 (rest_of_handle_machine_reorg): New.
7508 (rest_of_handle_delay_slots): New.
7509 (rest_of_handle_final): New.
7510
7511 * toplev.h (botch): Remove prototype.
7512 (do_abort): Same.
7513
7514 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7515
7516 * Makefile.in (c-opts.o, c-options.h): Update dependencies.
7517 * c-opts.c: Include c-options.h and c-options.c.
7518 (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
7519 Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
7520 (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
7521 OPT, opt_comp): Remove.
7522 (missing_arg, c_common_init_options, c_common_decode_option,
7523 write_langs): Update for macro redefinitions and enumeration
7524 name changes.
7525 * c.opt, opts.sh: New files.
7526 * doc/passes.texi: Update.
7527
7528 2003-05-31 Andreas Jaeger <aj@suse.de>
7529
7530 * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
7531 usage.
7532
7533 * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
7534
7535 * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
7536
7537 * system.h: Poison ALLOCATE_TRAMPOLINE.
7538
7539 * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
7540 * system.h: Poison HANDLE_PRAGMA.
7541
7542 2003-05-31 Kazu Hirata <kazu@cs.umass.edu>
7543
7544 * doc/invoke.texi: Update dump file names.
7545
7546 2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7547
7548 * c-format.c (format_length_info, format_char_info,
7549 format_flag_spec, format_flag_pair, format_kind_info):
7550 De-const-ify structure members.
7551
7552 2003-05-31 Roger Sayle <roger@eyesopen.com>
7553
7554 * flags.h (flag_wrapv): New flag controlling overflow semantics.
7555 * toplev.c (flag_wrapv): Declare the variable with default false.
7556 (lang_independent_options): New option "-fwrapv" to set the above.
7557
7558 * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
7559 as x, when signed arithmetic overflow wraps around.
7560 (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
7561 * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
7562 overflow when flag_wrapv is true.
7563
7564 * doc/invoke.texi: Document new -fwrapv command line option.
7565 * doc/c-tree.texi: Mention that the overflow semantics of
7566 NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
7567 upon both flag_wrapv and flag_trapv.
7568
7569 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
7570
7571 * doc/install.texi (mips-sgi-irix5): Add missing
7572 HTML <hr> marker.
7573
7574 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
7575
7576 * doc/md.texi (Machine Constraints): Document
7577 missing SPARC constraints.
7578
7579 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
7580
7581 * doc/md.texi (Automaton pipeline description): Use
7582 "type" instead of "cpu" as the attribute in the examples.
7583
7584 2003-05-30 Stan Shebs <shebs@apple.com>
7585
7586 * system.h: Poison OBJC_PROLOGUE.
7587
7588 2003-05-30 Roger Sayle <roger@eyesopen.com>
7589
7590 * emit-rtl.c (gen_complex_constant_part): New function for getting
7591 the constant real or imaginary part of a complex constant.
7592 (gen_realpart): Use it.
7593 (gen_imagpart): Likewise.
7594
7595 2003-05-30 Kazu Hirata <kazu@cs.umass.edu>
7596
7597 * doc/invoke.texi: Fix typos.
7598 * doc/rtl.texi: Likewise.
7599
7600 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
7601
7602 * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
7603 mode.
7604 * config/h8300/crtn.asm: Likewise.
7605 * config/h8300/lib1funcs.asm: Likewise.
7606 * config/h8300/h8300.c (asm_file_start): Likewise.
7607 * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
7608 h8300snelf emulations for normal mode.
7609 * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
7610 emulations for normal mode.
7611
7612 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
7613
7614 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
7615 true if TARGET_NORMAL_MODE.
7616
7617 2003-05-30 Roger Sayle <roger@eyesopen.com>
7618
7619 * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
7620 making a substitution.
7621 (dead_libcall_p): If directly replacing a libcall with a
7622 constant value produces an invalid instruction, also try forcing
7623 the constant into the constant pool.
7624 * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
7625 obvious that the source is a constant.
7626 (compress_float_constant): Use set_unique_reg_note to place
7627 REG_EQUAL notes on instructions.
7628
7629 2003-05-30 Eric Christopher <echristo@redhat.com>
7630
7631 * config/mips/mips.c (extern_list): Add GTY marker.
7632 (extern_head): Separate out definition. Add marker.
7633 (mips_output_external): Use ggc_alloc for extern_list
7634 allocation.
7635 (mips_output_external_libcall): Ditto.
7636
7637 2003-05-30 Florian Weimer <fw@deneb.enyo.de>
7638
7639 * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
7640 later.
7641
7642 2003-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7643
7644 * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
7645 warnings.
7646 (PRINT_OPERAND): Likewise.
7647
7648 2003-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7649
7650 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
7651 -mdebug/-no-mdebug switches ...
7652 (MDEBUG_ASM_SPEC): ... here.
7653 Use only with gas.
7654 (EXTRA_SPECS): Initialize mdebug_asm_spec.
7655
7656 2003-05-29 Matt Kraai <kraai@alumni.cmu.edu>
7657
7658 * gthr-gnat.c: Remove #undef UNUSED.
7659 (__gnat_default_lock, __gnat_default_unlock): Prototype.
7660 (__gnat_task_lock, __gnat_task_unlock): Make declarations
7661 prototypes.
7662 (__gnat_install_locks): Convert declaration to ISO C90, make
7663 parameter declarations prototypes, and remove blank line.
7664 * gthr-gnat.h (__gnat_install_locks): Make parameter
7665 declarations prototypes.
7666
7667 2003-05-29 Jason Merrill <jason@redhat.com>
7668
7669 * Makefile.in (unstrap): Remove stage_last after make unstage1.
7670
7671 2003-05-29 Roger Sayle <roger@eyesopen.com>
7672
7673 * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
7674
7675 2003-05-29 Roger Sayle <roger@eyesopen.com>
7676 Kaveh Ghazi <ghazi@caip.rutgers.edu>
7677
7678 PR bootstrap/10169
7679 * mips-tfile.c (main): Use getopt_long instead of getopt.
7680 Add new command line option --version to display version.
7681 Treat --verbose like -v to report a single line version.
7682 (options): New global variable for getopt_long.
7683 * mips-tdump.c (main): Use getopt_long instead of getopt.
7684 New command line options -v, --version and -verbose to display
7685 the program version number (to match mips-tfile's behavior).
7686 (options): New global variable for getopt_long.
7687
7688 * gcov.c (options): Zero-terminate getopt_long array.
7689 * gcov-dump.c (options): Likewise.
7690
7691 * Makefile.in (mips-tdump.o): Add dependency on version.h.
7692
7693 2003-05-29 Stan Shebs <shebs@apple.com>
7694
7695 Remove OBJC_PROLOGUE everywhere.
7696 * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
7697 * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
7698 * config/d30v/d30v.h: Similarly.
7699 * config/ip2k/ip2k.h: Similarly.
7700 * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
7701
7702 2003-05-29 Roger Sayle <roger@eyesopen.com>
7703
7704 * c-semantics.c (genrtl_do_stmt_1): New function split out from...
7705 (gen_rtl_do_stmt): ... here. Call genrtl_do_stmt_1.
7706 (expand_unreachable_stmt): Expand unreachable while statements
7707 using genrtl_do_stmt_1.
7708
7709 2003-05-29 Richard Sandiford <rsandifo@redhat.com>
7710
7711 * config/mips/mips-protos.h (mips_output_load_label): Declare.
7712 * config/mips/mips.c (mips_output_load_label): New function.
7713 (mips_output_conditional_branch): Use it.
7714 * config/mips/mips.md (jump): And here.
7715
7716 2003-05-28 Bob Wilson <bob.wilson@acm.org>
7717
7718 * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
7719 (xtensa_split_operand_pair): New proto.
7720 * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
7721 (smalloffset_double_mem_p): Delete.
7722 (gen_float_relational, printx, print_operand, xtensa_va_arg):
7723 Fix whitespace.
7724 (xtensa_split_operand_pair): New.
7725 (xtensa_dbx_register_number): Fix formatting.
7726 * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
7727 * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
7728 instead of splitting them into single-word moves. Remove unnecessary
7729 checks for reload_in_progress and reload_completed.
7730 (movdi_internal, movdf_internal): Change to post-reload split patterns.
7731 Add constraints to allow constant operands.
7732 (movsf_internal): Allow CONST_INT operands.
7733
7734 2003-05-27 Danny Smith <dannysmith@users.sourceforge.net>
7735
7736 * config.gcc (i[34567]86-*-mingw32*): Add host makefile
7737 fragment i386/x-mingw32.
7738 * config/i386/x-mingw32: New file. Make local_includedir
7739 relative to EXEC_PREFIX.
7740
7741 2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com>
7742
7743 * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
7744 (MD_STARTFILE_PREFIX): Define.
7745
7746 2003-05-27 Denis Chertykov <denisc@overta.ru>
7747
7748 * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
7749 VOIDmode.
7750 * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
7751 call of cselib_invalidate_regno.
7752
7753 2003-05-28 Daniel Jacobowitz <drow@mvista.com>
7754
7755 * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
7756 -lthread to -lpthread.
7757
7758 2003-05-28 Eric Botcazou <ebotcazou@libertysurf.fr>
7759 Bruce Korb <bkorb@gnu.org>
7760 Arno Klaassen <arno@heho.snv.jussieu.fr>
7761
7762 * fixinc/inclhack.def: Add missing declaration of getpagesize()
7763 to unistd.h on Solaris 2.5.1.
7764 Fix prototype of recv() and send() in sys/socket.h on
7765 Solaris 2.5.1 and 2.6.
7766 * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
7767 * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
7768 * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
7769 * fixinc/fixincl.x: Regenerate.
7770
7771 2003-05-27 Jason Merrill <jason@redhat.com>
7772
7773 * tree.c (expr_first, expr_length): New fns.
7774 * tree.h: Declare them.
7775
7776 * tree.c (iterative_hash_expr): Hash commutative expressions
7777 consistently.
7778
7779 2003-05-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7780
7781 * tree.h (contains_placeholder_p): Now returns bool.
7782 (CONTAINS_PLACEHOLDER_P): New macro.
7783 (type_contains_placeholder_p): New function.
7784 * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
7785 (contains_placeholder_p): Now returns bool.
7786 Rework to use CONTAINS_PLACEHOLDER_P macro.
7787 (type_contains_placeholder_p): New function.
7788 * fold-const.c (fold, case COMPONENT_REF): Don't fold if
7789 type_contains_placeholder_p.
7790 (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
7791 Use CONTAINS_PLACEHOLDER_P macro.
7792 * builtins.c (fold_builtin): Likewise.
7793 * calls.c (initialize_argument_information): Likewise.
7794 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
7795 * explow.c (expr_size): Likewise.
7796 * expr.c (store_constructor, get_inner_reference): Likewise.
7797 * function.c (assign_parms): Likewise.
7798 * stor-layout.c (variable_size): Likewise.
7799
7800 2003-05-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
7801
7802 * diagnostic.h (output_verbatim, verbatim): Remove printf
7803 attribute.
7804
7805 2003-05-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7806
7807 * doc/contrib.texi (Contributors): Update Kean Johnston.
7808
7809 2003-05-24 David Edelsohn <edelsohn@gnu.org>
7810
7811 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
7812
7813 2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org>
7814
7815 * config/rs6000/440.md, config/stormy16/stormy16protos.h,
7816 config/stormy16/stormy16.c, config/stormy16/stormy16.md:
7817 Replace "GNU CC" with "GCC".
7818
7819 2003-05-24 Matt Kraai <kraai@alumni.cmu.edu>
7820
7821 * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
7822 intermediate computation.
7823
7824 2003-05-23 Eric Christopher <echristo@redhat.com>
7825
7826 * config/mips/mips.md (clzsi, clzdi): New patterns.
7827
7828 2003-05-23 Geoffrey Keating <geoffk@apple.com>
7829
7830 * gcc.c (default_compilers): Use -o to specify preprocessor's output
7831 file. Make -no-integrated-cpp work when building PCH files.
7832 * objc/lang-specs.h: Likewise.
7833
7834 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
7835
7836 * fixinc/Makefile.in: Correct description.
7837 * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
7838 fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
7839 fixinc/genfixes: Replace "GNU CC" with "GCC".
7840
7841 2003-05-23 Roger Sayle <roger@eyesopen.com>
7842
7843 * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
7844 builtin functions (and their __builtin_* variants).
7845 * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
7846 (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
7847 optimizing.
7848
7849 * doc/extend.texi: Document new tan and atan builtins, and
7850 their float and long double variants.
7851
7852 2003-05-23 Jason Thorpe <thorpej@wasabisystems.com>
7853
7854 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
7855 __sparcv9 in the TARGET_ARCH64 case.
7856
7857 Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz>
7858
7859 * i386.c (ix86_reorg): Calls are also jumps.
7860
7861 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
7862
7863 * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
7864 note containing an EXPR_LIST, process all the arguments.
7865
7866 Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
7867 Andreas Jaeger <aj@suse.de>
7868
7869 * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
7870 do not use assertion.
7871
7872 2003-05-23 Mike Stump <mrs@apple.com>
7873
7874 * tlink.c (scan_linker_output): Add support for darwin linker, as it
7875 emits unresolved symbols one per line, consuming the entire line.
7876
7877 2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
7878 Zack Weinberg <zack@codesourcery.com>
7879
7880 * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
7881 * config/m68k/m68k.c (m68k_output_function_prologue):
7882 Remove code under #if NEED_PROBE.
7883 * config/m68k/m68k.h: Don't define NEED_PROBE.
7884 * config/m68k/m68k.md: Remove "probe" insn.
7885 * doc/md.texi: Remove documentation of "probe" pattern.
7886
7887 2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
7888
7889 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
7890
7891 2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
7892
7893 * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
7894 Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
7895
7896 2003-05-22 Roger Sayle <roger@eyesopen.com>
7897
7898 * real.c (real_maxval): New function to return the largest finite
7899 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
7900 * real.h (real_maxval): Prototype here.
7901 * fold-const.c (fold_inf_compare): Transform comparisons against
7902 +-Infinity into comparisons against DBL_MAX (or equivalent).
7903
7904 2003-05-22 Mike Stump <mrs@apple.com>
7905
7906 * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
7907 default.
7908
7909 2003-05-22 DJ Delorie <dj@redhat.com>
7910
7911 * calls.c (expand_call): If the arg block is going to grow
7912 downward, we need argblock to point to the top of the block,
7913 not the bottom.
7914
7915 2003-05-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7916
7917 * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
7918
7919 * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
7920 constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
7921
7922 2003-05-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7923
7924 * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
7925 * m68k.c: Likewise.
7926 * m68k.h: Likewise.
7927
7928 2003-05-22 Zack Weinberg <zack@codesourcery.com>
7929
7930 PR other/2873
7931 * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
7932 expressions to prevent triggering on recent curses.h,
7933 linux/nls.h, or X11/Xlib.h.
7934 (stdio_va_list): Add _G_va_list to bypass pattern.
7935 (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
7936 * fixinc/fixincl.x: Regenerate.
7937
7938 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
7939
7940 * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
7941 switches when --target-help option is specified.
7942
7943 2003-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
7944
7945 PR bootstrap/10805
7946 * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
7947 failure with Sun assembler 5.0 Alpha 03/27/98.
7948
7949 2003-05-21 Loren James Rittle <ljrittle@acm.org>
7950
7951 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
7952 to match system compiler convention.
7953
7954 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
7955
7956 * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
7957 value, not just if defined.
7958 Update copyright year.
7959
7960 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7961
7962 PR target/6428
7963 * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
7964 directories from LIB_SPEC to LINK_SPEC. Emit warning if `-p' or `-pg'
7965 option is used without `-static'.
7966 * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
7967 * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
7968
7969 2003-05-21 Bob Wilson <bob.wilson@acm.org>
7970
7971 * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
7972 TARGET_SERIALIZE_VOLATILE): Delete.
7973 (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
7974 (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
7975 (TARGET_SWITCHES): Remove "-mserialize-volatile" and
7976 "-mno-serialize-volatile".
7977 * config/xtensa/xtensa.c (print_operand): Remove checks of
7978 TARGET_SERIALIZE_VOLATILE.
7979 * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
7980 * doc/invoke.texi (Option Summary, Xtensa Options): Remove
7981 "-mserialize-volatile" and "-mno-serialize-volatile" options.
7982
7983 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
7984
7985 * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
7986 (nested_function): Likewise.
7987 (notype_nested_function): Likewise.
7988
7989 2003-05-21 Nick Clifton <nickc@redhat.com>
7990
7991 * config/stormy16/stormy-abi: Update overflow type for
7992 R_XSTORMY16_16 reloc.
7993
7994 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
7995
7996 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
7997 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
7998 (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
7999 * print-tree.c (print_node): Remove ambient-boundedness.
8000 * tree.h (tree_common): Remove bounded_flag.
8001 (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
8002 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
8003 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
8004 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
8005 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
8006 Remove.
8007 (TYPE_QUALS): Remove BOUNDED.
8008 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
8009 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
8010 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
8011 TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
8012 VA_LIST_POINTER_DEPTH): Remove.
8013 (struct tree_type): Remove pointer_depth.
8014
8015 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8016
8017 * c-pretty-print.c (pp_c_integer_literal): Use
8018 HOST_WIDE_INT_PRINT_DOUBLE_HEX.
8019
8020 2003-05-20 Roger Sayle <roger@eyesopen.com>
8021 Kazu Hirata <kazu@cs.umass.edu>
8022 Joern Rennecke <joern.rennecke@superh.com>
8023
8024 * gcse.c (cprop_jump): Make use of REG_EQUAL notes on both
8025 setcc and jump, if they exist. If substituted instruction
8026 fails to validate, store current effort in a REG_EQUAL note.
8027 (cprop_insn): Don't attempt further substitutions if the
8028 current instruction has been deleted.
8029 (local_cprop_pass): Likewise.
8030
8031 * jump.c (redirect_jump): Also update REG_EQUAL note, if
8032 one is attached to the jump instruction.
8033 (invert_jump): Delete REG_EQUAL note on jump, if one exists.
8034
8035 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
8036
8037 PR c++/9738
8038 * config/i386/winnt.c (i386_pe_encode_section_info): Enable
8039 even if not first.
8040
8041 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8042
8043 * genautomata.c (output_description, output_automaton_units,
8044 output_state_arcs): Add missing specifiers.
8045
8046 2003-05-20 Bob Wilson <bob.wilson@acm.org>
8047
8048 * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
8049 (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
8050 (__mulsi3): Use do_addx* instead of ADDX* instructions. Formatting.
8051 (nsau): Rename to do_nsau. Provide alternate version for use when
8052 the NSAU instruction is available.
8053 (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
8054 (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
8055 * config/xtensa/xtensa-config.h: Update comments to match binutils.
8056 (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
8057 * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
8058 (TARGET_ABS, TARGET_ADDX): Define.
8059 (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
8060 (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
8061 * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
8062 *subx8): Set predicate condition to TARGET_ADDX.
8063 (abssi2): Set predicate condition to TARGET_ABS.
8064 * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
8065 "-maddx", and "-mno-addx" options.
8066 (Xtensa Options): Likewise. Also tag some opcode names with @code.
8067
8068 2003-05-20 Kevin Ryde <user42@zip.com.au>
8069 Wolfgang Bangerth <bangerth@dealii.org>
8070
8071 PR/10355
8072 * doc/extend.texi: Put a warning into the documentation
8073 of attribute regparm.
8074
8075 2003-05-20 Jason Merrill <jason@redhat.com>
8076
8077 * tree.c (expr_last): New fn.
8078 * tree.h: Declare it.
8079 * objc/objc-act (expr_last): Rename to objc_expr_last.
8080
8081 2003-05-20 J"orn Rennecke <joern.rennecke@superh.com>
8082
8083 * sh.c (sh_register_move_cost): Add clase for moving between
8084 FP registers and MAC registers.
8085
8086 2003-05-19 John David Anglin <dave.anglin@nrc-gnrc.gc.ca>
8087
8088 * pa/milli64.S ($$mulI): Fix typo.
8089
8090 2003-05-19 Matt Kraai <kraai@alumni.cmu.edu>
8091
8092 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
8093 (nonlocal_set_p): Remove initial blank line.
8094 * dwarf2out.c (simple_type_size_in_bits): Likewise.
8095 * et-forest.c (et_forest_create): Likewise.
8096 * explow.c (stabilize): Likewise.
8097 * fix-header.c (write_lbrac): Likewise.
8098 * graph.c (start_fct, node_data): Likewise.
8099 * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
8100 * rtlanal.c (global_reg_mentioned_p): Likewise.
8101 * tree.c (bit_position): Likewise.
8102
8103 2003-05-19 Alexandre Oliva <aoliva@redhat.com>
8104
8105 * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
8106 -lthread to -lpthread.
8107
8108 2003-05-19 Neil Booth <neil@daikokuya.co.uk>
8109
8110 * c-opts.c (c_common_decode_option): Don't accept dollars
8111 as identifier characters in assembly.
8112 * doc/cpp.texi: Document this.
8113
8114 2003-05-19 Seth Arnold <sarnold@wirex.com>
8115 Aldy Hernandez <aldyh@redhat.com>
8116
8117 * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
8118 vrsave_size twice.
8119
8120 2003-05-19 Aldy Hernandez <aldyh@redhat.com>
8121
8122 * doc/tm.texi (function_arg): Fix typo.
8123
8124 2003-05-19 Matt Austern <austern@apple.com>
8125
8126 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
8127 * c-common.h (warn_invalid_offsetof): Declare.
8128 * c-common.c (warn_invalid_offsetof): Define.
8129 * doc/invoke.texi: Document -Winvalid-offsetof.
8130 * testsuite/g++.dg/other/offsetof3.C: New.
8131 * testsuite/g++.dg/other/offsetof4.C: New.
8132
8133 2003-05-19 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
8134 David Edelsohn <edelsohn@gnu.org>
8135
8136 * config/rs6000/rs6000.c (rs6000_alignment_string,
8137 rs6000_alignment_flags): New variables.
8138 (rs6000_parse_alignment_option): New function.
8139 (rs6000_override_options): Call it.
8140 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
8141 (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
8142 macros.
8143 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
8144 natural alignment if TARGET_NATURAL_ALIGNMENT
8145 (ROUND_TYPE_ALIGN): Always use default record alignment if
8146 TAGET_NATURAL_ALIGNMENT.
8147 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
8148 (ROUND_TYPE_ALIGN): Same.
8149 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
8150 (ROUND_TYPE_ALIGN): Same.
8151 * doc/invoke.texi (Option Summary, PowerPC Options): Document
8152 new options.
8153
8154 2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
8155
8156 * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
8157 of a function using ASMSPEC, prepend a star.
8158
8159 2003-05-19 Jason Merrill <jason@redhat.com>
8160
8161 * tree-inline.c (copy_body_r): Avoid generating &* during inline
8162 substitution.
8163
8164 2003-05-19 Andrew Macleod <amacleod@redhat.com>
8165
8166 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
8167 not mark assignments to the hard frame pointer as being stack
8168 frame related.
8169 (xstormy16_expand_epilogue): Mark adjustments to the stack
8170 pointer as being stack frame related.
8171
8172 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8173
8174 * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
8175 ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
8176 (PREDICATE_CODES): Add hilo_operand.
8177 * config/mips/mips.c (hilo_operand): New predicate.
8178 (mips_adjust_insn_length): Account for the number nops that might
8179 be needed to avoid hardware hazards.
8180 * config/mips/mips.md (dslot): Remove attribute.
8181 (hazard): New attribute.
8182 (can_delay): Use it. Check for calls, branches & jumps.
8183 (muldi3): Use the standard dmult pattern for mips16 code.
8184 (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
8185
8186 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8187
8188 * config/mips/mips-protos.h (final_prescan_insn,
8189 mips_count_memory_refs, mips_fill_delay_slot): Remove.
8190 * config/mips/mips.h (delay_type, dslots_load_total,
8191 dslots_load_filled, dslots_jump_total, dslots_jump_filled,
8192 dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
8193 mips_load_reg3, mips_load_reg4): Remove.
8194 (MASK_STATS): Remove.
8195 (MASK_EXPLICIT_RELOCS): Reuse its value.
8196 (TARGET_STATS): Remove.
8197 (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
8198 Warn that -mstats is now ignored.
8199 (FINAL_PRESCAN_INSN): Undefine.
8200 (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
8201 (ASM_OUTPUT_REG_POP): Likewise.
8202 * config/mips/mips.c (dslots_load_total, dslots_load_filled,
8203 dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
8204 mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
8205 mips_fill_delay_slot, mips_count_memory_refs,
8206 final_prescan_insn): Remove.
8207 (output_block_move): Remove calls to mips_count_memory_refs.
8208 (print_operand): Remove printing of #nop for TARGET_STATS.
8209 (mips_output_function_epilogue): Remove TARGET_STATS code.
8210 Reorganize setting of fnnmae.
8211 * config/mips/mips.md: Remove handling of dslot statistics
8212 throughout file. Change all fcmp patterns into normal asm
8213 templates, removing calls to mips_fill_delay_slot.
8214 * doc/invoke.texi: Remove documentation of -mstats.
8215
8216 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8217
8218 * config/mips/mips.c (mips_class_max_nregs): Return the number of
8219 words in the mode.
8220
8221 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
8222
8223 * config/mips/mips.c (override_options): Disable explicit
8224 relocs for old ABIs unless using gas.
8225
8226 2003-05-18 Eric Christopher <echristo@redhat.com>
8227
8228 * config/mips/mips.h: Remove definition of g_switch_value.
8229
8230 2003-05-18 Matt Kraai <kraai@alumni.cmu.edu>
8231
8232 * flags.h (g_switch_value): Change to an unsigned
8233 HOST_WIDE_INT.
8234 * toplev.c (g_switch_value): Likewise.
8235
8236 * config/alpha/alpha.c (small_symbolic_operand): Remove
8237 g_switch_value cast.
8238 (alpha_in_small_data_p): Cast size to an unsigned
8239 HOST_WIDE_INT.
8240
8241 * config/frv/frv.c (frv_in_small_data_p): Cast size to an
8242 unsigned HOST_WIDE_INT.
8243 * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
8244 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
8245
8246 * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
8247 unsigned HOST_WIDE_INT.
8248 (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
8249 * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
8250 (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
8251
8252 * config/rs6000/rs6000.c (rs6000_file_start): Use
8253 HOST_WIDE_INT_PRINT_UNSIGNED.
8254 (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
8255 (rs6000_elf_in_small_data_p): Cast size to unsigned
8256 HOST_WIDE_INT.
8257 * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
8258 Remove.
8259 (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
8260 g_switch_set.
8261 (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
8262 g_switch_value cast.
8263
8264 2003-05-18 Roger Sayle <roger@eyesopen.com>
8265 Zack Weinberg <zack@codesourcery.com>
8266
8267 PR middle-end/10472
8268 * builtins.c (expand_builtin_memcpy): Call force_operand on
8269 expressions and use simplify_gen_binary to create the addition.
8270
8271 2003-05-18 Andreas Schwab <schwab@suse.de>
8272
8273 * config/m68k/m68k.md: Use define_constants for unspec numbers.
8274
8275 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
8276
8277 * config/sparc/sparc.h: Define sparc for now.
8278
8279 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8280
8281 * config.gcc: Clear xm_file, md_file at the beginning of each pass.
8282
8283 * config/stormy16/stormy16.h: Remove about 3000 lines of
8284 target-independent comments. Update copyright notice.
8285
8286 * doc/collect2.texi: GNU CC -> GCC.
8287 * doc/headerdirs.texi: GNU CC -> GCC.
8288
8289 2003-05-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
8290
8291 * hashtable.h (struct ht_identifier): Add data member "hash_value".
8292 * hashtable.c (ht_lookup): Use it when searching, remember.
8293 (ht_expand): Do not recompute.
8294 * tree.h (IDENTIFIER_HASH_VALUE): New macro.
8295
8296 2003-05-18 Nathan Sidwell <nathan@codesourcery.com>
8297
8298 * gcov-io.c (gcov_read_bytes): Fix fread thinko.
8299
8300 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
8301
8302 * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
8303 Default here.
8304 (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
8305 * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
8306 * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
8307 * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
8308 config/arm/linux-elf.h, config/arm/rtems-elf.h,
8309 config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
8310 config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
8311 config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
8312 config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
8313 config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
8314 config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
8315 config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
8316 config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
8317 config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
8318 config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
8319 config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
8320 Don't define __ELF__.
8321 * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
8322 Define __ELF__.
8323 * doc/cpp.texi: Document __ELF__.
8324 * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS. *
8325
8326 2003-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8327
8328 * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
8329 always use stdarg.
8330 * c-errors.c (pedwarn_c99): Likewise.
8331 * c-format.c (status_warning): Likewise.
8332 * c-semantics.c (build_stmt): Likewise.
8333 * calls.c (emit_library_call, emit_library_call_value): Likewise.
8334 * collect2.c (notice, fatal_perror, fatal, error): Likewise.
8335 * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
8336 * diagnostic.c (build_message_string, output_printf,
8337 output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
8338 fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
8339 error_with_decl, fnotice): Likewise.
8340 * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
8341 dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
8342 dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
8343 dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
8344 dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
8345 dw2_asm_output_encoded_addr_rtx): Likewise.
8346 * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
8347 * errors.c (warning, error, fatal, internal_error): Likewise.
8348 * final.c (output_operand_lossage, asm_fprintf): Likewise.
8349 * fix-header.c (fatal): Likewise.
8350 * gcc.c (fatal, error, notice): Likewise.
8351 * gcov.c (fnotice): Likewise.
8352 * genattrtab.c (attr_rtx, attr_printf): Likewise.
8353 * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
8354 * gensupport.c (message_with_line): Likewise.
8355 * mips-tfile.c (fatal, error): Likewise.
8356 * protoize.c (notice): Likewise.
8357 * ra-debug.c (ra_debug_msg): Likewise.
8358 * read-rtl.c (fatal_with_file_and_line): Likewise.
8359 * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
8360 * tree.c (build, build_nt, build_function_type_list): Likewise.
8361
8362 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8363
8364 * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
8365 * gcc.c (cpp_predefines): Remove.
8366 (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
8367 (static_specs): Remove predefines.
8368 * system.h: Poison CPP_PREDEFINES.
8369 * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
8370 config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
8371
8372 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8373
8374 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
8375 config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
8376 config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
8377 use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
8378
8379 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8380
8381 PR c/9209
8382 * c-common.c, c-common.h (dollars_in_ident): Remove.
8383 * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
8384 (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
8385 * cpphash.h (warned_dollar): Rename warn_dollars.
8386 * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
8387 Permit dollars regardless of -std=.
8388 (post_options): Set warn_dollars.
8389 * cpplex.c (forms_identifier_p): Use warn_dollars.
8390 * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
8391 Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
8392 * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
8393 Update documentation.
8394
8395 2003-05-17 Andreas Schwab <schwab@suse.de>
8396
8397 * config/m68k/m68k.c (m68k_output_function_prologue): Use
8398 HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
8399 formatting a HOST_WIDE_INT.
8400 (m68k_output_function_epilogue): Likewise.
8401
8402 2003-05-17 Zack Weinberg <zack@codesourcery.com>
8403
8404 * doc/install.texi: Remove information about desupported targets.
8405
8406 2003-05-17 Andreas Schwab <schwab@suse.de>
8407
8408 * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
8409 * config/m68k/linux.h: Likewise.
8410 * config/m68k/m68k-none.h: Likewise.
8411 * config/m68k/netbsd-elf.h: Likewise.
8412 * config/m68k/sgs.h: Likewise.
8413 * config/m68k/m68k.h: Likewise.
8414 * config/m68k/m68k.md: Likewise.
8415 * config/m68k/m68k.c: Likewise.
8416 * doc/md.texi (Machine Constraints): Remove Sun FPA specific
8417 constraints.
8418 * doc/invoke.texi (Option Summary): Remove -mfpa.
8419 (M680x0 Options): Likewise.
8420
8421 2003-05-17 David Edelsohn <edelsohn@gnu.org>
8422
8423 * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
8424
8425 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8426
8427 * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
8428 * config/sparc/liteelf.h, config/sparc/openbsd64.h,
8429 config/sparc/rtemself.h, config/sparc/sol2-64.h,
8430 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
8431 Update for use of TARGET_SUB_OS_CPP_BUILTINS.
8432
8433 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8434
8435 * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
8436 TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
8437
8438 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
8439
8440 * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
8441 * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
8442 sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
8443 sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
8444 sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
8445 sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
8446 sparc/sysv4.h,
8447 * sparc/sysv4-only.h: New.
8448
8449 2003-05-17 Alan Modra <amodra@bigpond.net.au>
8450
8451 * function.c (assign_parms): Check for zero size args.
8452
8453 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8454
8455 * cfgloopanal.c (test_for_iteration): Use string concatentation on
8456 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8457 function calls into one.
8458 * dbxout.c (dbxout_symbol): Likewise.
8459 * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
8460 * dwarf2asm.c (dw2_asm_output_data_uleb128,
8461 dw2_asm_output_data_sleb128): Likewise.
8462 * genrecog.c (debug_decision_2): Likewise.
8463 * loop.c (emit_prefetch_instructions): Likewise.
8464 * print-rtl.c (print_rtx): Likewise.
8465 * print-tree.c (print_node_brief, print_node): Likewise.
8466 * ra-debug.c (dump_igraph, dump_graph_cost,
8467 dump_static_insn_cost): Likewise.
8468 * ra-rewrite.c (dump_cost): Likewise.
8469 * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8470 * sreal.c (dump_sreal): Likewise.
8471 * unroll.c (unroll_loop, precondition_loop_p): Likewise.
8472 * varasm.c (assemble_vtable_entry): Likewise.
8473
8474 * avr.c (avr_output_function_prologue,
8475 avr_output_function_epilogue, print_operand): Fix format specifier
8476 warnings.
8477 (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
8478 * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
8479
8480 2003-05-16 Geoffrey Keating <geoffk@apple.com>
8481
8482 * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
8483 and ! TARGET_STRING cases.
8484
8485 * doc/cppopts.texi (-undef): Fix texinfo warning.
8486
8487 * doc/cppopts.texi (-H): Document that -H works for PCH files too.
8488 * cppfiles.c (validate_pch): When -H is used, print some information
8489 about PCH files found.
8490
8491 2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8492
8493 * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
8494 * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
8495 * config/mips/t-sr71k: Likewise.
8496
8497 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8498
8499 * arc.c (arc_output_function_prologue,
8500 arc_output_function_epilogue): Fix format specifier warnings.
8501 * arc.h (LARGE_INT): Fix signed/unsigned warnings.
8502
8503 * v850.c (print_operand): Fix format specifier warnings.
8504
8505 * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
8506 specifier warnings.
8507
8508 * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
8509 format specifier warnings.
8510
8511 * ip2k.c (function_prologue, function_epilogue, print_operand):
8512 Fix format specifier warnings.
8513 * ip2k.md: Likewise.
8514
8515 * i960.c (i960_output_function_prologue, i960_print_operand,
8516 i960_print_operand_addr): Fix format specifier warnings.
8517
8518 * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
8519 (i370_output_function_prologue): Fix format specifier warnings.
8520 * i370.h (PRINT_OPERAND): Likewise.
8521
8522 * fr30.c (fr30_print_operand): Fix format specifier warnings.
8523
8524 * dsp16xx.c (print_operand_address): Fix format specifier warning.
8525 * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
8526
8527 * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
8528 specifier warnings.
8529
8530 * alpha.c (print_operand_address, alpha_start_function,
8531 unicosmk_output_ssib): Use string concatentation on
8532 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
8533 function calls into one.
8534 * arm.c (arm_print_operand): Likewise.
8535 * cris.c (cris_asm_output_mi_thunk): Likewise.
8536 * frv.c (frv_asm_output_mi_thunk): Likewise.
8537 * ia64.c (ia64_print_operand, process_set): Likewise.
8538 * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
8539 Likewise.
8540 * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
8541 * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
8542 * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
8543 * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
8544 * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
8545 * s390.c (s390_assemble_integer): Likewise.
8546 * sparc.c (sparc_flat_function_prologue,
8547 sparc_flat_function_epilogue): Likewise.
8548 * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
8549 * vax.c (vax_output_mi_thunk): Likewise.
8550
8551 * frv.c (frv_print_operand_memory_reference): Fix format specifier
8552 warning.
8553 (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
8554
8555 * m68k.c (m68k_output_function_epilogue): Fix format specifier
8556 warnings.
8557
8558 * stormy16-protos.h (xs_hi_general_operand,
8559 xs_hi_nonmemory_operand): Prototype.
8560 * stormy16.c (xstormy16_output_shift): Fix format specifier
8561 warnings.
8562
8563 * cris.c: Fix format specifier warnings.
8564
8565 2003-05-16 Nick Clifton <nickc@redhat.com>
8566
8567 * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
8568
8569 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
8570
8571 * doc/bugreport.texi: Remove most of the of the preface of the
8572 bugs section.
8573
8574 2003-05-16 Jakub Jelinek <jakub@redhat.com>
8575
8576 * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
8577 .save XX, r0.
8578
8579 2003-05-15 Roger Sayle <roger@eyesopen.com>
8580
8581 * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
8582
8583 2003-05-15 Eric Christopher <echristo@redhat.com>
8584
8585 * cfgcleanup.c (merge_blocks): Fix return value.
8586
8587 2003-05-15 Eric Christopher <echristo@redhat.com>
8588
8589 * combine.c (expand_compound_operation): Make sure
8590 that zero_extend operation is profitable.
8591
8592 2003-05-15 Richard Henderson <rth@redhat.com>
8593
8594 * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
8595 code protected by USE_GNULIBC_1.
8596
8597 2003-05-15 Zack Weinberg <zack@codesourcery.com>
8598
8599 * config.gcc: Purge all targets obsoleted in GCC 3.3. Also
8600 remove hppa*-*-mpeix* which could not be built, and prune
8601 files from tmake_file= or tm_file= lists that don't exist.
8602
8603 * config/alpha/alpha-interix.h, config/alpha/alpha32.h
8604 * config/alpha/t-interix, config/arm/conix-elf.h
8605 * config/arm/t-arm-aout, config/arm/t-strongarm-coff
8606 * config/arm/unknown-elf-oabi.h, config/i386/win32.h
8607 * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
8608 * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
8609 * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
8610 * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
8611 * config/m68k/m68k-psos.h, config/m68k/mot3300.h
8612 * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
8613 * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
8614 * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
8615 * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
8616 * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
8617 * config/m68k/tower-as.h, config/m68k/tower.h
8618 * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
8619 * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
8620 * config/m88k/m88k-protos.h, config/m88k/m88k.c
8621 * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
8622 * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
8623 * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
8624 * config/mips/rtems64.h, config/mips/sni-gas.h
8625 * config/mips/sni-svr4.h, config/mips/t-ecoff
8626 * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
8627 * config/mn10200/mn10200.c, config/mn10200/mn10200.h
8628 * config/mn10200/mn10200.md, config/mn10200/t-mn10200
8629 * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
8630 * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
8631 * config/romp/romp-protos.h, config/romp/romp.c
8632 * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
8633 * config/rs6000/aix3newas.h, config/rs6000/mach.h
8634 * config/sparc/bsd.h, config/sparc/hal.h
8635 * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
8636 * config/sparc/lynx.h, config/sparc/netbsd.h
8637 * config/sparc/sp86x-aout.h, config/sparc/splet.h
8638 * config/sparc/sun4gas.h, config/sparc/sun4o3.h
8639 * config/sparc/sunos4.h, config/sparc/t-chorus-elf
8640 * config/sparc/t-halos, config/sparc/t-sparcbare
8641 * config/sparc/t-splet, config/sparc/t-sunos41
8642 * config/v850/rtems.h: Delete file.
8643
8644 2003-05-15 Aldy Hernandez <aldyh@redhat.com>
8645
8646 * config/rs6000/rs6000-protos.h (function_value): Protoize.
8647
8648 * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
8649
8650 * config/rs6000/rs6000.c (rs6000_function_value): New.
8651
8652 2003-05-15 Philip Blundell <philb@gnu.org>
8653
8654 * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
8655 All uses updated.
8656 (arm_tune_xscale): New variable.
8657 (arm_override_options): Set it.
8658 (arm_adjust_cost): Use it in place of arm_arch_xscale.
8659 (arm_gen_load_multiple): Likewise.
8660 (arm_gen_store_multiple): Likewise.
8661 * config/arm/arm.md (is_xscale): Likewise.
8662 * config/arm/arm.h (arm_tune_xscale): Declare.
8663
8664 2003-05-15 Philip Blundell <philb@gnu.org>
8665
8666 PR target/10730
8667 * config/arm/arm.c (adjacent_mem_locations): Reject offsets
8668 involving invalid constants.
8669
8670 2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8671
8672 * pa.c (hppa_expand_prologue): Remove blockage.
8673
8674 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
8675
8676 * doc/bugreport.texi: Remove most of the bug reporting
8677 instructions and merge them into bugs.html.
8678
8679 2003-05-14 Matt Kraai <kraai@alumni.cmu.edu>
8680
8681 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
8682 g_switch_value to unsigned HOST_WIDE_INT.
8683
8684 2003-05-14 Eric Christopher <echristo@redhat.com>
8685
8686 * combine.c: Fix header comments.
8687 (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
8688 to all calls and prototype.
8689
8690 2003-05-14 Roger Sayle <roger@eyesopen.com>
8691
8692 PR optimization/10764
8693 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
8694 Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
8695 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): Likewise,
8696 add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
8697 (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
8698 the corresponding *fyl2x_?fxf3 instructions.
8699
8700 2003-05-14 Bob Wilson <bob.wilson@acm.org>
8701
8702 * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
8703 * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
8704 XCHAL_HAVE_L32R): New.
8705 * config/xtensa/xtensa-protos.h (non_const_move_operand,
8706 xtensa_load_constant, xtensa_function_prologue,
8707 xtensa_function_epilogue): Delete prototypes.
8708 (xtensa_expand_prologue): New.
8709 * config/xtensa/xtensa.c (frame_size_const,
8710 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
8711 non_const_move_operand, xtensa_load_constant, xtensa_reorg,
8712 xtensa_function_prologue): Delete.
8713 (add_operand, xtensa_mem_offset): Formatting.
8714 (move_operand): If the const16 option is available, allow any SFmode
8715 and SImode constants.
8716 (xtensa_emit_move_sequence): Inline the former contents of
8717 xtensa_load_constant with modifications to handle the const16 option.
8718 (override_options): Add xtensa_char_to_class['W'] and set it to
8719 the general register class only if the const16 option is enabled.
8720 Fix formatting. Disallow PIC when using the const16 option.
8721 (print_operand): Reorganize to switch on "letter" instead of the
8722 RTL code. Add output_operand_lossage calls for invalid cases.
8723 Add support for 't' and 'b' letters.
8724 (xtensa_expand_prologue): New function to replace
8725 xtensa_function_prologue and xtensa_reorg.
8726 (xtensa_function_epilogue): Declare this as static. Delete code
8727 to print the retw.n or retw instruction.
8728 (xtensa_return_addr): Use A0_REG instead of 0.
8729 (xtensa_rtx_costs): Add costs for using the const16 option.
8730 * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
8731 (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
8732 (TARGET_SWITCHES): Add "const16" and "no-const16".
8733 (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
8734 (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
8735 using the const16 option.
8736 (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
8737 (TRAMPOLINE_SIZE): Change from 49 to 59.
8738 (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
8739 (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
8740 when using the const16 option.
8741 (PREDICATE_CODES): Delete non_const_move_operand.
8742 * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
8743 UNSPECV_ENTRY.
8744 (movdi, movdf): If the source is a constant, always expand to a
8745 sequence of movsi insns.
8746 (movdi_internal, movdf_internal): Remove alternative using l32r insns.
8747 (movsi_internal, movsf_internal): Add alternative using const16 insns.
8748 (movsf): Add const16 support.
8749 (entry, prologue, epilogue): New.
8750 (set_frame_ptr): Add missing mode for unspec_volatile operation.
8751 Likewise for subsequent split pattern.
8752 * doc/invoke.texi (Option Summary, Xtensa Options): Document new
8753 "-mconst16" and "-mno-const16" options.
8754
8755 2003-05-14 Richard Henderson <rth@redhat.com>
8756
8757 * config/ia64/ia64.c (ia64_expand_load_address): Force destination
8758 to be DImode register. Merge load_symptr.
8759 * config/ia64/ia64.md (load_symptr): Remove.
8760
8761 2003-05-14 Richard Henderson <rth@redhat.com>
8762
8763 * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
8764 DEFERRED_CONSTANT_P.
8765 * integrate.c (copy_rtx_and_substitute): Update use.
8766 * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
8767 to the copy generated.
8768 (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
8769 of the constant to see if we should emit.
8770 (mark_constant): Similarly.
8771 (output_constant_def_contents): Set TREE_ASM_WRITTEN.
8772
8773 2003-05-14 David Edelsohn <edelsohn@gnu.org>
8774
8775 * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
8776 move record condition.
8777 (movdi_internal2): Same.
8778
8779 2003-05-14 Nathan Sidwell <nathan@codesourcery.com>
8780
8781 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
8782 (GCOV_TAG_*) Force type to gcov_unsigned_t.
8783 (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
8784 (struct gcov_var): Remove modified. Add start, length, offset,
8785 overread. Have buffer array for libgcov.
8786 (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
8787 (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
8788 * gcov-io.c (gcov_open): Set mode, do not read anything.
8789 (gcov_close): Write final block.
8790 (gcov_write_block, gcov_allocate): New.
8791 (gcov_write_bytes): Make static. Write or allocate buffer.
8792 (gcov_write_unsigned, gcov_write_counter): Buffer can never be
8793 null.
8794 (gcov_write_string): Adjust.
8795 (gcov_write_tag)
8796 (gcov_write_length): Adjust. Flush the block.
8797 (gcov_write_tag_length): Buffer can never be null.
8798 (gcov_read_bytes): Make static. Read in block.
8799 (gcov_sync): Moved here. Adjust.
8800 (gcov_seek): Moved here. Adjust.
8801 * coverage.c (read_counts_file): Adjust.
8802 * gcov-dump.c (print_prefix): Add position parameter.
8803 (flag_dump_positions): New flag.
8804 (options, main, print_usage): Add it.
8805 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
8806 tag_summary): Adjust.
8807 * gcov.c (read_graph_file, read_count_file): Adjust.
8808 * libgcov.c (gcov_exit): Adjust.
8809
8810 * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
8811 (libgcov.a): Depend on libgcc.a.
8812 (gcov.o, gcov-dump.o): Add gcov-io.c.
8813 * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
8814
8815 * loop.c (check_dbra_loop): Factor common test.
8816
8817 2003-05-14 Ben Elliston <bje@wasabisystems.com>
8818
8819 * doc/md.texi (Automaton pipeline description): Grammar fixes.
8820
8821 2003-05-14 Richard Sandiford <rsandifo@redhat.com>
8822
8823 * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
8824 (TARGET_INITIALIZER): Include it.
8825 * target.h (struct gcc_target): Add machine_dependent_reorg field.
8826 * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
8827 * system.h: Poison MACHINE_DEPENDENT_REORG.
8828
8829 * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
8830 * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
8831 * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8832 (alpha_handle_trap_shadows): Remove "first insn" parameter.
8833 (alpha_align_insns): Likewise.
8834 (alpha_reorg): Likewise. Make static. Update calls to above
8835 functions.
8836
8837 * config/arm/arm-protos.h (arm_reorg): Remove declaration.
8838 * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
8839 * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8840 (arm_reorg): Remove parameter. Make static.
8841
8842 * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
8843 * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
8844 * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8845 (avr_reorg): Renamed from machine_dependent_reorg. Make static.
8846 Remove parameter.
8847
8848 * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
8849 * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
8850 * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8851 (c4x_reorg): Renamed from c4x_process_after_reload. Make static.
8852 Remove parameter.
8853
8854 * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
8855 * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
8856 * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
8857
8858 * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
8859 * config/frv/frv.c: Remove orphaned comment.
8860
8861 * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
8862 * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
8863 * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8864 (ix86_reorg): Renamed from x86_machine_dependent_reorg. Make static.
8865 Remove parameter.
8866
8867 * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
8868 * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
8869 * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8870 (emit_insn_group_barriers): Remove "first insn" parameter.
8871 (emit_all_insn_group_barriers): Likewise.
8872 (ia64_reorg): Likewise. Make static. Update calls to above functions.
8873 (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
8874
8875 * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
8876 * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
8877 * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8878 (ip2k_reorg): Renamed from machine_dependent_reorg. Make static.
8879 Remove parameter.
8880
8881 * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
8882 * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
8883 * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8884 (m68hc11_reorg): Make static. Remove parameter.
8885
8886 * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
8887 * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
8888 * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8889 (conditionalize_optimization): Remove parameter.
8890 (mcore_reorg): Renamed from mcore_dependent_reorg. Remove parameter.
8891 Make static. Update call to conditionalize_optimization.
8892
8893 * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
8894 * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
8895 * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8896 (mips_reorg): Renamed from machine_dependent_reorg. Remove parameter.
8897 Make static.
8898
8899 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
8900 * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
8901 * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8902 (mmix_reorg): Renamed from mmix_machine_dependent_reorg. Make static.
8903 Remove parameter.
8904
8905 * config/pa/pa-protos.h (pa_reorg): Remove declaration.
8906 * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
8907 * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8908 (pa_combine_instructions): Remove "first insn" parameter.
8909 (remove_useless_addtr_insns): Likewise.
8910 (pa_reorg): Likewise. Make static. Update calls to above functions.
8911
8912 * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
8913 commented-out definition.
8914
8915 * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
8916 * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
8917 * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8918 (s390_reorg): Renamed from s390_machine_dependent_reorg. Make static.
8919 Remove parameter.
8920
8921 * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
8922 * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
8923 * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8924 (sh_reorg): Renamed from machine_dependent_reorg. Make static.
8925 Remove parameter.
8926 (sh_output_mi_thunk): Call sh_reorg directly.
8927 * config/sh/sh.md: Update comment.
8928
8929 * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
8930 commented-out definition.
8931
8932 * config/v850/v850-protos.h (v850_reorg): Remove declaration.
8933 * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
8934 * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8935 (v850_reorg): Make static. Remove parameter.
8936
8937 * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
8938 * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
8939 * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8940 (xtensa_reorg): Make static. Remove parameter.
8941
8942 * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
8943 (TARGET_MACHINE_DEPENDENT_REORG): Document.
8944
8945 2003-05-13 Richard Henderson <rth@redhat.com>
8946
8947 * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
8948 the old decl had instantiated DECL_RTL.
8949
8950 2003-05-13 Mike Stump <mrs@apple.com>
8951
8952 * doc/invoke.texi (Option Summary): Kill off documentation for -$.
8953
8954 2003-05-13 Janis Johnson <janis187@us.ibm.com>
8955
8956 * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
8957 HOST_WIDE_INT argument.
8958
8959 2003-05-13 Jason Merrill <jason@redhat.com>
8960
8961 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
8962
8963 * tree.c (iterative_hash_expr): New fn.
8964
8965 * c-semantics.c (emit_local_var): Don't mess with temp slots if
8966 there's no initializer.
8967
8968 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
8969
8970 * final.c (final_scan_insn): Apply the effects of frame-related
8971 delay slot insns before emitting a delayed branch.
8972
8973 2003-05-13 Nick Clifton <nickc@redhat.com>
8974
8975 * config/mcore/mcore.md (jump): Use emit_jump_insn.
8976
8977 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
8978
8979 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
8980 parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
8981
8982 2003-05-12 DJ Delorie <dj@redhat.com>
8983
8984 * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
8985 (emit_push_insn): Don't use push when the source alignment is less
8986 than the stack's push rounding.
8987
8988 2003-05-13 Zack Weinberg <zack@codesourcery.com>
8989
8990 * diagnostic.c (output_format): Add support for %m.
8991 (output_printf, output_verbatim, diagnostic_set_info,
8992 verbatim): Set err_no field of the text_info structure being
8993 initialized.
8994 (fatal_io_error): Delete function.
8995 * diagnostic.h (text_info): Add err_no field.
8996 * toplev.h (fatal_io_error): Delete prototype.
8997
8998 * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
8999 * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
9000 * objc/objc-act.c: Replace all calls to fatal_io_error with
9001 calls to fatal_error; add ": %m" to the end of all the affected
9002 error messages.
9003
9004 2003-05-13 Zack Weinberg <zack@codesourcery.com>
9005
9006 * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
9007 * rtl.h: Prototype it.
9008 * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
9009 when appropriate.
9010
9011 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
9012
9013 * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
9014 ("*iorsi3_oi"): Likewise.
9015
9016 2003-05-13 Richard Earnshaw <rearnsha@arm.com>
9017
9018 * arm.md (compare_scc): Use shorter sequence for EQ case.
9019 (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
9020 (and_scc_scc): Ensure split only applies when there is a dominance
9021 of the comparisons.
9022 (and_scc_scc_nodom): New insn-and-split pattern.
9023
9024 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
9025
9026 * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
9027 to _Unwind_SetGRPtr().
9028
9029 2003-05-13 Michael Eager <eager@mvista.com>
9030
9031 * Makefile.in: Initialize program_transform_cross_name from
9032 @program_transform_name@ instead of target_alias.
9033
9034 2003-05-12 Janis Johnson <janis187@us.ibm.com>
9035 Alan Modra <amodra@bigpond.net.au>
9036 Jakub Jelinek <jakub@redhat.com>
9037
9038 * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
9039 * configure: Rebuild.
9040 * config/rs6000/rs6000-protos.h: Update.
9041 * config/rs6000/rs6000.c (rs6000_tls_size): New.
9042 (rs6000_tls_size_string): New.
9043 (rs6000_parse_tls_size_option): New.
9044 (rs6000_legitimize_tls_address): New.
9045 (rs6000_tls_get_addr): New.
9046 (rs6000_got_sym): New.
9047 (rs6000_tls_symbol_ref): New.
9048 (rs6000_tls_symbol_ref_1): New.
9049 (rs6000_get_some_local_dynamic_name): New.
9050 (rs6000_get_some_local_dynamic_name_1): New.
9051 (TARGET_HAVE_TLS): New.
9052 (TARGET_CANNOT_FORCE_CONST_MEM): New.
9053 (rs6000_override_options): Handle -mtls-size option.
9054 (constant_pool_expr_1): Handle TLS symbols.
9055 (rs6000_legitimize_address): Handle TLS symbols.
9056 (rs6000_tls_referenced_p): New.
9057 (rs6000_legitimate_address): Handle TLS symbols.
9058 (rs6000_emit_move): Handle TLS symbols.
9059 (print_operand): Handle TLS symbols.
9060 (uses_TOC): Handle TLS symbols.
9061 (rs6000_emit_prologue): Use symbol for unspec constant.
9062 * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
9063 (some_ld_name): New.
9064 (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
9065 (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
9066 (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
9067 * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
9068 Support TLS.
9069 (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
9070 tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
9071 tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
9072 tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
9073 tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
9074 tls_tls_64): New.
9075 * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
9076
9077 2003-05-12 Neil Booth <neil@cat.daikokuya.co.uk>
9078
9079 * Makefile.in (stage2_build, stage3_build, stage4_build):
9080 Set BUILD_CC to the same as CC.
9081
9082 2003-05-12 Neil Booth <neil@daikokuya.co.uk>
9083
9084 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
9085
9086 2003-05-12 Andreas Schwab <schwab@suse.de>
9087
9088 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
9089 as unused.
9090 (bundling): Initialize 'pos'.
9091 (ia64_expand_builtin): Initialize 'rmode'.
9092
9093 2003-05-12 David Edelsohn <edelsohn@gnu.org>
9094
9095 * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
9096 (ASM_OUTPUT_ALIGNED_COMMON): Same.
9097 (ASM_OUTPUT_LOCAL): Same.
9098
9099 Mon May 12 21:53:29 CEST 2003 Jan Hubicka <jh@suse.cz>
9100
9101 * varasm.c (output_constant): Fix underflow.
9102
9103 2003-05-12 Mark Mitchell <mark@codesourcery.com>
9104
9105 PR other/10745
9106 * configure.in: Correct detection of GNU ld version number.
9107 * configure: Regenerated.
9108
9109 2003-05-12 Zack Weinberg <zack@codesourcery.com>
9110
9111 * diagnostic.c (diagnostic_for_decl): Take a
9112 diagnostic_context argument. Restructure to be consistent
9113 with diagnostic_report_diagnostic.
9114 (diagnostic_count_diagnostic): Now static. Take a
9115 diagnostic_info argument, not just a diagnostic_t. Some code
9116 moved here from internal_error. Move a case label for
9117 clarity.
9118 (diagnostic_action_after_output): New function. Code moved
9119 here from internal_error and fatal_error.
9120 (bug_report_request): New #define so that this text appears in
9121 only one place.
9122 (diagnostic_report_diagnostic): Update to match changes to
9123 diagnostic_count_diagnostic. Call diagnostic_action_after_output.
9124 (diagnostic_set_info): Call gettext here.
9125
9126 (pedwarn): Update comment. Don't call gettext here.
9127 (sorry): Use report_diagnostic. Don't call gettext here.
9128 (fatal_error): Remove final fnotice and exit, but call
9129 real_abort to prevent warnings about noreturn function returning.
9130 (internal_error): Likewise. Don't do ICE suppression here nor
9131 call context->internal_error.
9132 (warning_with_decl): Suppress for decls in system headers.
9133 Adjust call to diagnostic_for_decl.
9134 (pedwarn_with_decl): Likewise.
9135 (error_with_decl): Adjust call to diagnostic_for_decl.
9136 (error_recursion): Use bug_report_request.
9137
9138 * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
9139 * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
9140 diagnostic_count_diagnostic.
9141
9142 2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9143
9144 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
9145
9146 Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
9147
9148 * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
9149 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
9150 * mips/mips.h (ASM_OUTPUT_SKIP): Fix typo in the previous patch.
9151
9152 2003-05-12 Roger Sayle <roger@eyesopen.com>
9153
9154 * doc/rtl.texi: Document zero_extract as a valid destination
9155 of a set insn.
9156
9157 2003-05-12 Richard Earnshaw <rearnsha@arm.com>
9158
9159 * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
9160 '.'. Change all local symbol definitions and references to use LSYM.
9161
9162 Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>
9163
9164 * expr.h (assemble_static_space): Update prototype.
9165 * output.h (assemble_zeros, output_constant): Likewise.
9166 * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
9167 * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
9168 it 64bit clean.
9169 * elf.h (ASM_OTUPUT_SKIP): Likewise.
9170 * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
9171 * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9172 Expect HOST_WIDE_INT operand.
9173 * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9174 Expect HOST_WIDE_INT operand.
9175 * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9176 Expect HOST_WIDE_INT operand.
9177 * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
9178 HOST_WIDE_INT operand.
9179 * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
9180 ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
9181 * aout.h (ASM_OTUPUT_SKIP): Likewise.
9182 * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
9183 * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
9184 * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
9185 * frv.h (ASM_OTUPUT_SKIP): Likewise.
9186 * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
9187 * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9188 Make it 64bit
9189 clean.
9190 * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
9191 * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9192 Make it 64bit clean.
9193 * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
9194 * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
9195 HOST_WIDE_INT operand
9196 * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9197 Expect HOST_WIDE_INT operand
9198 * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
9199 * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
9200 ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
9201 * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9202 Likewise.
9203 * m32r.h (ASM_OUTPUT_COMMON): Likewise.
9204 * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9205 Likewise.
9206 * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
9207 * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
9208 * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9209 ASM_OUTPUT_SKIP): Likewise.
9210 * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
9211 Likewise.
9212 * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9213 ASM_OUTPUT_SKIP): Likewise.
9214 * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9215 ASM_OUTPUT_SKIP): Likewise.
9216 * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
9217 * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
9218 ASM_OUTPUT_SKIP): Likewise.
9219 * sgs.h (ASM_OUTPUT_SKIP): Likewise.
9220 * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
9221 ASM_OUTPUT_SKIP): Likewise.
9222 * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
9223 Likewise.
9224 * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
9225 * iris.h (ASM_OUTPUT_LOCAL): Likewise.
9226 * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
9227 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
9228 ASM_OUTPUT_SKIP): Make it 64bit clean.
9229 * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
9230 Make it 64bit clean.
9231 * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
9232 ASM_OUTPUT_SKIP): Make it 64bit clean.
9233 * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
9234 64bit clean.
9235 * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
9236 HOST_WIDE_INT argument
9237 * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
9238 * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
9239 HOST_WIDE_INT argument
9240 * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
9241 * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
9242 * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
9243 * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
9244 HOST_WIDE_INT argument
9245 * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
9246 * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
9247 * varasm.c (asm_output_bss, asm_output_aligned_bss,
9248 asm_emit_uninitialized, assemble_zeros, assemble_static_space):
9249 HOST_WIDE_INT argument
9250
9251 2003-05-10 Steven Bosscher <steven@gcc.gnu.org>
9252
9253 * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
9254 favor of walk_tree_without_duplicates. Add comments.
9255
9256 2003-05-12 Josef Zlomek <zlomekj@suse.cz>
9257
9258 * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
9259 (struct alloc_pool_def): New element 'id'.
9260 * alloc-pool.c (fancy_abort): Extern function prototype.
9261 (abort): Macro which uses fancy_abort.
9262 (struct allocation_object_def): New structure.
9263 (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
9264 (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
9265 (last_id): New variable.
9266 (create_alloc_pool): Add the offset of u.data to size of element,
9267 increase and use last_id.
9268 (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
9269 (pool_alloc): Likewise. Set ID for elements.
9270 (pool_free): Check whether the PTR was allocated from POOL.
9271
9272 2003-05-11 Richard Henderson <rth@redhat.com>
9273
9274 PR c/10675
9275 * c-decl.c: Include hashtab.h.
9276 (detect_field_duplicates): New.
9277 (finish_struct): Use it.
9278 * Makefile.in (c-decl.o): Update.
9279 * c-parse.in (structsp_attr): Nreverse component_decl_list results.
9280 (component_decl_list, component_decl_list2,
9281 components, components_notype): Build list in reverse order.
9282 (enumlist): Clarify docs. Use TREE_CHAIN not chainon.
9283
9284 * tree.c (chainon): Special case op2 null as well.
9285 Reorg for clarity.
9286
9287 2003-05-11 Roger Sayle <roger@eyesopen.com>
9288
9289 * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
9290 to implement log, logf and logl built-ins as inline x87 intrinsics.
9291 (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
9292 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
9293 patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
9294
9295 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
9296 UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
9297
9298 2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9299
9300 * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
9301
9302 * sparc.c (print_operand): Fix uninitialized warning.
9303
9304 2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9305
9306 * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
9307 real insns.
9308 * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
9309 condition.
9310
9311 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
9312
9313 * doc/cpp.texi: Fix typos.
9314
9315 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
9316
9317 * config/s390/s390.c (s390_function_arg_float): New function.
9318 (s390_function_arg_pass_by_reference): Use it.
9319 (s390_function_arg_advance): Likewise.
9320 (s390_function_arg): Likewise.
9321 (s390_va_arg): Likewise
9322
9323 2003-05-11 Nathan Sidwell <nathan@codesourcery.com>
9324
9325 * coverage.h (coverage_counter_alloc): New function.
9326 * function.h (struct function): Remove arc_profile flag.
9327 * coverage.c (fn_ident): Remove.
9328 (fn_b_ctrs, no_coverage): New.
9329 (get_coverage_counts): Use current_function_funcdef_no.
9330 (coverage_counter_alloc): New.
9331 (coverage_counter_ref): Adjust.
9332 (coverage_begin_output): Check no_coverage. Use
9333 current_function_funcdef_no.
9334 (coverage_end_function): Likewise.
9335 (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
9336 than clearing flag_inline_functions. Do not clear arc_profile
9337 flag.
9338 * function.c (prepare_function_start): Do not set arc_profile
9339 flag.
9340 * profile.c (instrument_edges): Return number of instrumented
9341 edges. Use a for loop.
9342 (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
9343 local to here and simplify. Use profile_arc_flag not arc_profile
9344 flag.
9345 (find_spanning_tree): Reformat.
9346 * toplev.c (rest_of_compilation): Use profile_arc_flags and
9347 flag_test_coverage rather than arc_profile flag.
9348
9349 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
9350
9351 * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
9352
9353 2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9354
9355 * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
9356
9357 2003-05-11 Bruno Haible <bruno@clisp.org>
9358
9359 * cppfiles.c (find_or_create_entry): Preserve errno.
9360
9361 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
9362
9363 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
9364 cpplib as it's a Standard Predefined Macro.
9365 * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
9366 * cppinit.c (_cpp_init_builtins): Take HOSTED. Define
9367 __STDC_HOSTED__ appropriately.
9368 * cpplib.h (_cpp_init_builtins): Update.
9369 * fix-header.c (read_scan_file): Update.
9370 * doc/cpp.texi, doc/cppopts.texi: Update documentation.
9371
9372 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
9373
9374 PR C++/689
9375 PR C++/9257
9376 * c-opts.c (c_common_decode_option): Don't set
9377 warn_ctor_dtor_privacy wen -Wall.
9378 * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
9379
9380 2003-05-10 Alexandre Oliva <aoliva@redhat.com>
9381
9382 * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
9383 patch.
9384
9385 2003-05-10 Zack Weinberg <zack@codesourcery.com>
9386
9387 * diagnostic.c: Reorder functions for clarity, putting all the
9388 functions in the "error" family next to each other, and
9389 likewise all the functions in the "error_with_decl" family.
9390 Some other routines were moved too. Add comments.
9391 (vbuild_message_string): Fold into sole caller.
9392
9393
9394 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
9395
9396 * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
9397 (EH_RETURN_HANDLER_RTX): Likewise.
9398 (expand_builtin_eh_return): Do not copy stack adjustment
9399 if EH_RETURN_STACKADJ_RTX is not defined.
9400 (expand_eh_return): Likewise. Also, do not pass stack
9401 adjustment as argument to the eh_return pattern.
9402 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
9403 because EH_RETURN_STACKADJ_RTX is not defined.
9404 * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
9405 is not defined, treat stack pointer like a regular register.
9406 (uw_init_context_1): Set up fake initial stack pointer register.
9407 (uw_install_context_1): Do not compute stack adjustment if
9408 EH_RETURN_STACKADJ_RTX is not defined.
9409
9410 * config/i386/i386.md ("eh_return"): Remove first argument.
9411 * config/mips/mips.md ("eh_return"): Likewise.
9412 * config/rs6000/rs6000.md ("eh_return"): Likewise.
9413 * config/sh/sh.md ("eh_return"): Likewise.
9414
9415 * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
9416
9417 2003-05-10 Alexander Aganichev <aaganichev@yandex.ru>
9418
9419 * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
9420
9421 2003-05-10 Nathan Sidwell <nathan@codesourcery.com>
9422
9423 * defaults.h (GCOV_TYPE_SIZE): Remove.
9424 * gcov-io.h (gcov_type): Set to specific mode int on target.
9425 (gcov_unsigned_t, gcov_position_t): New.
9426 (GCOV_TYPE_NODE): New.
9427 (GCOV_TAG_SUMMARY_LENGTH): Adjust.
9428 (GCOV_COUNTERS_SUMMABLE): New.
9429 (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
9430 gcov_ctr_info, gcov_info): Adjust types.
9431 (gcov_var): Adjust types.
9432 (gcov_write_unsigned, gcov_write_tag,
9433 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9434 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9435 (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
9436 * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
9437 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
9438 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
9439 * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
9440 __gcov_init, __gcov_merge_add): Adjust gcov types.
9441 * coverage.c (ctr_merge_functions): Constify.
9442 (ctr_names): New.
9443 (read_counts_file): Adjust gcov types. Only summarize & merge
9444 summable counters.
9445 (coverage_counter_ref): Use GCOV_TYPE_NODE.
9446 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
9447 build_ctr_info_value, build_gcov_info): Adjust types.
9448 * profile.c (branch_prob): Adjust gcov types.
9449 * gcov_dump (dump_file): Adjust gcov types.
9450
9451 2003-05-10 Richard Earnshaw <rearnsha@arm.com>
9452
9453 * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
9454 constants.
9455 (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
9456 * arm.c (arm_select_dominance_cc_mode): Renamed from
9457 select_dominance_cc_mode, no-longer static. Use DOM_CC... constants.
9458 Callers updated.
9459 * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
9460
9461 2003-05-09 Roger Sayle <roger@eyesopen.com>
9462
9463 * config/alpha/alpha.c (alpha_start_function): Declare frame_size
9464 as unsigned to avoid signed/unsigned comparison warnings.
9465
9466 2003-05-09 Bob Wilson <bob.wilson@acm.org>
9467
9468 * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
9469 instruction if the Xtensa density option is enabled.
9470
9471 2003-05-09 Matt Kraai <kraai@alumni.cmu.edu>
9472
9473 * mklibgcc.in: Remove extra quotes.
9474
9475 2003-05-09 Mark Mitchell <mark@codesourcery.com>
9476
9477 * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
9478 of int_ftype_void.
9479
9480 2003-05-09 Alexandre Oliva <aoliva@redhat.com>
9481
9482 * reload1.c (reload_cse_move2add): Don't turn an implicit
9483 truncation into a self-set in the narrow mode.
9484
9485 2003-05-09 Richard Earnshaw <rearnsha@arm.com>
9486
9487 * arm.md (clzsi2): The CLZ instruction is predicable.
9488
9489 2003-05-09 Bob Wilson <bob.wilson@acm.org>
9490
9491 * config/xtensa/xtensa.c: Formatting.
9492
9493 2003-05-09 Diego Novillo <dnovillo@redhat.com>
9494
9495 * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
9496 instead of TREE_OPERAND to access the operand of a
9497 CONSTRUCTOR node.
9498
9499 2003-05-09 Diego Novillo <dnovillo@redhat.com>
9500
9501 * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
9502 one operand.
9503
9504 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
9505
9506 * toplev.h (warning_with_file_and_line): Don't declare.
9507 (error_with_file_and_line): Likewise.
9508 * diagnostic.c (error_with_file_and_line): Remove.
9509 (warning_with_file_and_line): Likewise.
9510
9511 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
9512
9513 * c-parse.in (if_stmt_locus): New object.
9514 (if_prefix rule): Use it. Don't use warning_with_file_and_line.
9515 (select_or_iter_stmt rule): Likewise.
9516 (if_stmt_file): Remove.
9517 (if_stmt_line): Likewise.
9518 * jump.c: include "diagnostic.h"
9519 (never_reached_warning): Don't use warning_with_file_and_line.
9520 * Makefile.in (jump.o): Add dependce on diagnostic.h
9521
9522 2003-05-09 Alan Modra <amodra@bigpond.net.au>
9523
9524 * expr.c (move_block_from_reg): Remove "size" parm. Localize vars.
9525 Move code handling pieces not larger than a word to..
9526 * function.c (assign_parms): ..here, but use change_address instead
9527 of adjust_address and operand_subword, and expand_binop instead of
9528 expand_shift. Adjust calls to move_block_from_reg.
9529 * expr.h (move_block_from_reg): Update declaration.
9530 (copy_blkmode_from_reg): Formatting.
9531 * Makefile.in (function.o): Add $(OPTABS_H) to deps.
9532 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
9533 move_block_from_reg calls.
9534 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
9535 * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
9536 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
9537 * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
9538 * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
9539 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
9540 * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
9541 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
9542 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
9543
9544 2003-05-08 DJ Delorie <dj@redhat.com>
9545
9546 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
9547 to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
9548 variable-sized types).
9549 (xstormy16_function_arg): New. Pass them that way too.
9550 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
9551 * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
9552
9553 2003-05-08 Aldy Hernandez <aldyh@redhat.com>
9554
9555 * mklibgcc.in: Use mkinstalldirs when installing multilib
9556 directories.
9557
9558 2003-05-08 J"orn Rennecke <joern.rennecke@superh.com>
9559
9560 * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
9561 instead of CODE_FOR_jump
9562
9563 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
9564
9565 * objc/objc-act.c (error_with_ivar): Don't use
9566 error_with_file_and_line.
9567 (warn_with_method): Don't use warning_with_file_and_line.
9568
9569 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
9570
9571 * stmt.c (emit_locus): New macro.
9572 (emit_filename): Remove.
9573 (emit_lineno): Likewise.
9574 (struct stmt_status): Replace members x_emit_filename and
9575 x_emit_lineno with x_emit_locus.
9576 (set_file_and_line_for_stmt): Adjust.
9577 (expand_expr_stmt_value): Don't use warning_with_file_and_line.
9578 (warn_if_unused_value): Likewise.
9579 (check_seenlabel): Likewise.
9580
9581 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
9582
9583 * c-decl.c (define_label): Tidy. Don't use any of
9584 error_with_file_and_line or warning_with_file_and_file.
9585 (pending_xref_error): Likewise.
9586 (store_parm_decls): Likewise.
9587 (current_function_prototype_locus): New object. Package from
9588 current_function_prototype_file and current_function_prototype_line.
9589 (start_function): Use it.
9590 (current_function_prototype_file): Remove.
9591 (current_function_prototype_line): Remove;
9592
9593 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9594
9595 * builtins.c (readonly_data_expr): New function.
9596 (expand_builtin_memmove): Optimize any rodata source, not just
9597 strings.
9598
9599 2003-05-07 David Mosberger <davidm@hpl.hp.com>
9600
9601 * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
9602
9603 2003-05-07 Richard Henderson <rth@redhat.com>
9604
9605 * config/i386/i386.c (ix86_split_long_move): Fix base register
9606 mode for XFmode splits for TARGET_64BIT.
9607
9608 2003-05-07 Richard Henderson <rth@redhat.com>
9609
9610 * sched-ebb.c (schedule_ebb): Supply the correct starting
9611 block number to save_line_notes.
9612
9613 2003-05-07 Richard Henderson <rth@redhat.com>
9614
9615 * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
9616 (dump_file): Likewise.
9617
9618 2003-05-07 David Mosberger <davidm@hpl.hp.com>
9619
9620 * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
9621 forget to preserve gp.
9622 * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
9623
9624 * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
9625 .prologue directive.
9626 Use .skip instead of data8 for .bss section to make Intel
9627 Assembler (ias) happy. Minor whitespace fixups. Make "nop 0"
9628 explicit in the .mib bundles and remove the unnecessary stop
9629 bits. Replace local labels with normal labels, to make ias
9630 happy. Don't register __do_global_ctors_aux here, do it in
9631 crtend.asm instead.
9632
9633 * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
9634 __do_global_ctors_aux in .init_array section instead of
9635 declaring it as a hidden global. Replace local labels with
9636 ordinary labels to make ias happy.
9637
9638 2003-05-07 Richard Henderson <rth@redhat.com>
9639
9640 PR c++/10570
9641 * except.c: Revert 04-01 and 04-02 forced-unwind changes.
9642 * flags.h, toplev.c, doc/invoke.texi: Likewise.
9643
9644 * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
9645 * unwind.inc (_Unwind_DeleteException): Check for null
9646 exception_cleanup.
9647
9648 * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
9649 * unwind.inc (_Unwind_Resume_or_Rethrow): New.
9650 * unwind.h: Declare them.
9651 * libgcc-std.ver (GCC_3.3): Export them.
9652
9653 2003-05-07 Richard Henderson <rth@redhat.com>
9654
9655 * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
9656 not _Unwind_Word.
9657
9658 2003-05-07 Zack Weinberg <zack@codesourcery.com>
9659
9660 * stmt.c (force_label_rtx): New function, based on logic
9661 formerly found in expand_expr.
9662 * expr.h: Prototype it.
9663 * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
9664 appropriate.
9665 * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
9666
9667 * print-tree.c (debug_tree): Free the table after we're done
9668 with it. Use putc.
9669
9670 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
9671
9672 * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
9673 Unreverse arguments for __ev_subw.
9674
9675 * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
9676
9677 2003-05-07 Nick Clifton <nickc@redhat.com>
9678
9679 * config/stormy16/stormy-abi: Update to include
9680 R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
9681 R_XSTORMY16_12 relocs.
9682
9683 2003-05-07 Alan Modra <amodra@bigpond.net.au>
9684
9685 * function.c (assign_parms): Correct reversed reg_parm_stack_space
9686 test. Add partial in-regs size to stack_args_size.
9687
9688 2003-05-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9689
9690 * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
9691 as a C only option.
9692
9693 2003-05-07 Nathan Sidwell <nathan@codesourcery.com>
9694
9695 * gcov-io.h (GCOV_LOCKED): New #define.
9696 (GCOV_LINKAGE): Make sure it is #defined.
9697 (gcov_write_string, gcov_write_tag, gcov_write_length,
9698 gcov_read_string, gcov_time): Poison in libgcov.
9699 (gcov_seek_end): Remove.
9700 (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
9701 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
9702 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
9703 GCOV_TAG_SUMMARY_LENGTH): New #defines.
9704 (gcov_write_tag, gcov_write_length): Not in libgcov.
9705 * gcov-io.c (gcov_open): Use GCOV_LOCKED.
9706 (gcov_write_tag, gcov_write_length): Not in libgcov.
9707 (gcov_write_tag_length): New.
9708 (gcov_write_summary): Use gcov_write_tag_length.
9709 * libgcov.c: Always #include gcov-io.h.
9710 (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
9711 (GCOV_LINKAGE): Define to nothing for L_gcov.
9712 (gcov_exit): Replace gcov_write_tag, gcov_write_length with
9713 gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
9714 * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
9715 (read_count_file): Likewise.
9716 * gcov-dump.c (dump_file): Likewise.
9717 * coverag.c (read_counts_file): Likewise.
9718
9719 2003-05-06 Mark Mitchell <mark@codesourcery.com>
9720
9721 PR other/10658
9722 * gcc.c (process_command): Update copyright date.
9723
9724 2003-05-06 Phil Edwards <pme@gcc.gnu.org>
9725
9726 * doc/install.texi (mips-*-*): Add note about libstdc++.
9727
9728 2003-05-06 DJ Delorie <dj@redhat.com>
9729
9730 * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
9731 * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
9732 * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
9733
9734 2003-05-06 <neil@cat.daikokuya.co.uk>
9735
9736 * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
9737 and -Wstrict-prototypes if C++.
9738
9739 2003-05-06 Aldy Hernandez <aldyh@redhat.com>
9740
9741 * config/rs6000/linuxspe.h: New file.
9742
9743 * config.gcc: Add powerpc-*-linux-gnuspe* target.
9744
9745 2003-05-06 Richard Henderson <rth@redhat.com>
9746
9747 * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
9748 previous frame didn't save sp. Clear sp for next frame.
9749 (uw_install_context_1): Honor saved sp from frame.
9750
9751 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
9752
9753 * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
9754 (mips_move_1word, mips_move_2words): Remove declaration.
9755 (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
9756 (mips_restore_gp): Remove insn argument.
9757 * config/mips/mips.h (FP_REG_RTX_P): New macro.
9758 * config/mips/mips.c (volatile_buffer): Remove.
9759 (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
9760 (mips_move_1word, mips_move_2words): Remove, replacing with...
9761 (mips_output_move): ...this new function.
9762 (mips_restore_gp): Remove insn argument. Adjust for above changes.
9763 (print_operand): Make '%h' print %hi(op) for HIGH operands. Remove
9764 handling of floating-point constants. Handle zero CONST_DOUBLE
9765 arguments.
9766 (mips_annotate_frame_insn): Replace with...
9767 (mips_set_frame_expr): ...this, which just takes one argument.
9768 (mips_frame_set): Change the register argument to an rtx.
9769 (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
9770 check whether moves should be split. Use mips_split_64bit_move
9771 to split them. Use mips_subword to generate the high and low
9772 parts of a paired FPR. Adjust calls to frame_set and
9773 mips_set_frame_expr.
9774 (mips_expand_prologue): Simplify due to above changes.
9775 * config/mips/mips.md: Add splitters for 64-bit moves on 32-bit
9776 targets, replacing xisting register-only versions.
9777 (UNSPEC_STORE_DF_HIGH): New unspec.
9778 (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
9779 (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
9780 (*paradoxical_extendhidi2): Remove.
9781 (movdi_internal, movdi_internal2): Use mips_output_move.
9782 (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
9783 (movsf_internal1, movsf_internal2): Likewise.
9784 (movdf_internal1a): Likewise. Fix length and type of f <- G case.
9785 (movdf_internal1b): Use mips_output_move. Fix type of f <- G case.
9786 (movdf_internal2): Use mips_output_move. Fix lengths of FPR moves.
9787 Add m <- G alternative.
9788 (load_df_low, load_df_high, store_df_low): New patterns.
9789 (movhi_internal): Use @ template instead of calling a function.
9790 Remove unnecessary 'z' alternatives.
9791 (movqi_internal): Likewise.
9792 (exception_receiver): Update call to mips_restore_gp.
9793
9794 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
9795
9796 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
9797 (mips_delegitimize_address): Declare.
9798 * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
9799 (FIND_BASE_TERM): Define.
9800 * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Defi~e.
9801 (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
9802 Handle small-data addresses.
9803
9804 2003-05-05 Roger Sayle <roger@eyesopen.com>
9805
9806 * real.c (real_powi): New function to calculate the value of
9807 a real raised to an integer power, i.e. pow(x,n) for int n.
9808 (real_sqrt): Convert to using the faster do_add, do_multiply
9809 and do_divide API for consistency with the rest of real.c.
9810 * real.h (real_powi): Prototype here.
9811 * builtins.c (fold_builtin): Avoid local variable mode when
9812 evaluating sqrt at compile time. Attempt to evaluate pow at
9813 compile-time, by checking for an integral exponent.
9814
9815 2003-05-05 Richard Henderson <rth@redhat.com>
9816
9817 * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
9818
9819 2003-05-05 David O'Brien <obrien@FreeBSD.org>
9820
9821 * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
9822 other FreeBSD ports.
9823 (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
9824 (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
9825
9826 2003-05-05 Janis Johnson <janis187@us.ibm.com>
9827
9828 * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
9829 expanded variables.
9830 * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
9831
9832 2003-05-05 Zack Weinberg <zack@codesourcery.com>
9833
9834 * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
9835 * varasm.c (struct varasm_status): Add deferred_constants field.
9836 (n_deferred_strings): Delete variable.
9837 (n_deferred_constants): New #define.
9838 (struct constant_descriptor_tree): Kill next and label fields.
9839 (const_hash_table, MAX_HASH_TABLE): Delete.
9840 (const_desc_htab): New static variable.
9841 (const_hash): Rename const_desc_hash, and make it fit the
9842 hashtab.h interface.
9843 (const_desc_eq): New.
9844 (const_hash_1, compare_constant): Const-ify arguments.
9845 (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
9846 SYMBOL_REFs. Clarify comments. Don't set desc->label.
9847 (output_constant_def): Do the lookup/insert using the
9848 hashtab.h interface. Don't muck with n_deferred_constants or
9849 DEFERRED_CONSTANT_P here.
9850 Always call maybe_output_constant_def_contents.
9851 (maybe_output_constant_def_contents): Take a pointer to the
9852 descriptor, not the EXP and RTL separately. Return
9853 immediately if this constant is not deferred. Defer output of
9854 everything, except writable string constants. Update
9855 n_deferred_constants here.
9856 (output_constant_def_contents): Now takes just one argument,
9857 an rtx. Clear DEFERRED_CONSTANT_P here.
9858 (mark_constant_pool): Update for rename of n_deferred_strings.
9859 (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
9860
9861 (init_varasm_status): Clear p->deferred_constants.
9862 (init_varasm_once): Call htab_create_ggc for const_desc_htab.
9863
9864 2003-05-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9865
9866 * builtins.c (expand_builtin_stpcpy): Only expand when the length
9867 of the source string can be evaluated at compile-time.
9868
9869 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
9870
9871 * testsuite/gcc.c-torture/compile/simd-6.c: New.
9872
9873 * c-typeck.c (digest_init): Handle arrays of vector constants.
9874
9875 2003-05-05 Jakub Jelinek <jakub@redhat.com>
9876
9877 * builtins.c (expand_builtin_mempcpy): New function.
9878 (expand_builtin_stpcpy): Optimize stpcpy whose return value is
9879 ignored into strcpy no matter what arguments it has.
9880 (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
9881 expand_builtin_mempcpy.
9882
9883 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
9884
9885 * testsuite/gcc.dg/20030505.c: New.
9886
9887 * c-typeck.c (convert_for_assignment): Opaque pointers can
9888 interconvert.
9889
9890 * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
9891 (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
9892 (spe_init_builtins): Rename all pv2si_type_node to
9893 opaque_p_V2SI_type_node.
9894 Remove declaration of pv2si_type_node.
9895 (is_ev64_opaque_type): Accept opaque pointers.
9896
9897 2003-05-05 Geoffrey Keating <geoffk@apple.com>
9898
9899 * config/rs6000/rs6000.c (validate_condition_mode): Use
9900 flag_finite_math_only.
9901 (rs6000_reverse_condition): Never return UNKNOWN; use
9902 flag_finite_math_only.
9903 (rs6000_generate_compare): Use flag_finite_math_only.
9904 (rs6000_emit_cmove): Handle UNLE. Support UNEQ under -ffast-math.
9905 Use HONOR_* rather than flag_unsafe_math_optimizations. Correct
9906 UNGE and GT cases. Handle UNEQ and LTGT when ! HONOR_NANS.
9907
9908 * toplev.c (check_global_declarations): Suppress not-used warning
9909 for volatile variables.
9910
9911 2003-05-05 Olivier Hainque <hainque@act-europe.fr>
9912
9913 * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
9914 usage of bitfield instructions for mode1 != BLKmode, only ignoring
9915 SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
9916 (store_field): Likewise.
9917
9918 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
9919
9920 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
9921 evsubifw to builtins accepting 5-bit unsigned constants.
9922 (easy_vector_constant): Return if V1DImode. Fix typo.
9923
9924 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
9925
9926 * config/rs6000/spe.h: Revert licensing change from last patch.
9927
9928 2003-05-05 DJ Delorie <dj@redhat.com>
9929
9930 * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
9931 before reload, but defer the split until after.
9932 * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
9933 to match.
9934
9935 2003-05-05 David Edelsohn <edelsohn@gnu.org>
9936
9937 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
9938 * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
9939
9940 2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9941
9942 * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
9943 is defined.
9944
9945 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9946
9947 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
9948 ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
9949 ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
9950
9951 (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
9952 ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
9953 ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
9954 New.
9955
9956 * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
9957 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
9958
9959 (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
9960 BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
9961 BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
9962 BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
9963 BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
9964 BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
9965 BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
9966 BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
9967 BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
9968 BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
9969 BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
9970 BUILT_IN_STRDUP): Add "nonnull" attribute.
9971
9972 2003-05-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9973
9974 * expr.c (store_field): Don't clobber TEMP in shift: it might be
9975 a variable.
9976 (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
9977 whose purpose is to step up the alignment.
9978 (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
9979
9980 * stor-layout.c (compute_record_mode): Relax restriction
9981 on fields crossing word boundaries forcing BLKmode.
9982
9983 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
9984
9985 * cppinit.c (cpp_create_reader, post_options): Warn about
9986 trigraphs unless explicity set or -trigraphs.
9987 * cpplex.c (warn_in_comment): New.
9988 (_cpp_process_line_notes): Better handling of -Wtrigraphs.
9989 (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
9990 * doc/cppopts.texi, doc/cpp.texi: Update.
9991
9992 2003-05-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9993
9994 * Makefile.in (LIBGCOV): Add _gcov_merge_add.
9995 * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
9996 namespace clash.
9997 (GCOV_MERGE_FUNCTIONS): New.
9998 (gcov_merge_fn): Declare.
9999 (struct gcov_ctr_info): New field "merge".
10000 (__gcov_merge_add): Declare.
10001 * coverage.c (ctr_merge_functions): New.
10002 (build_ctr_info_type, build_ctr_info_value): Initialize merge field
10003 of gcov_ctr_info type.
10004 * libgcov.c (__gcov_merge_add): New.
10005 (gcov_exit): Call a hook to merge values of counters.
10006
10007 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
10008
10009 * toplev.h (pedwarn_with_file_and_line): Don't declare.
10010 * diagnostic.c (pedwarn_with_file_and_line): Remove.
10011
10012 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
10013
10014 * varasm.c (assemble_variable): Don't use error_with_file_and_line.
10015
10016 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10017
10018 * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
10019 expand_builtin_frame_address): Update prototypes.
10020 (expand_builtin_constant_p, expand_builtin_strlen,
10021 expand_builtin_strcpy, expand_builtin_memset,
10022 expand_builtin_bzero, expand_builtin_args_info,
10023 expand_builtin_frame_address): Pass in just the argument(s)
10024 needed, not the entire expression `exp'.
10025 (expand_builtin): Update all calls to these functions.
10026
10027 2003-05-03 Richard Henderson <rth@redhat.com>
10028
10029 * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
10030 <BUILT_IN_DWARF_SP_COLUMN>: New.
10031 * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
10032 (BUILT_IN_DWARF_SP_COLUMN): New.
10033 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
10034 (expand_builtin_dwarf_sp_column): New.
10035 * except.h: Update to match.
10036 * unwind-dw2.c (execute_stack_op): Correct stack push typo.
10037 (execute_cfa_program): Record location expression address
10038 before extracting length.
10039 (uw_update_context_1): Install old CFA into stack pointer column.
10040 (uw_init_context_1): Set cfa_reg to stack pointer column.
10041
10042 2003-05-03 Richard Henderson <rth@redhat.com>
10043
10044 * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
10045 return bool.
10046 (toc_relative_expr_p): Likewise.
10047 (SPE_CONST_OFFSET_OK): Move from rs6000.h.
10048 (legitimate_constant_pool_address_p): Move from rs6000.h, change
10049 into a function, downcase all users.
10050 (legitimate_small_data_p): Likewise.
10051 (legitimate_offset_address_p): Likewise.
10052 (legitimate_indexed_address_p): Likewise.
10053 (legitimate_indirect_address_p): Likewise.
10054 (legitimate_lo_sum_address_p): Likewise.
10055 (rs6000_mode_dependent_address): Likewise.
10056 * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
10057 (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
10058 LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
10059 LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
10060 LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
10061 (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
10062 (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
10063 * config/rs6000/rs6000-protos.h: Update.
10064
10065 2003-05-03 Geoffrey Keating <geoffk@apple.com>
10066
10067 * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
10068 (REVERSE_CONDITION): Define.
10069
10070 * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
10071 to branch_positive_comparison_operator.
10072 (ccr_bit): Check that sCOND conditions are actually a positive bit.
10073 (print_operand): Remove %D substitution.
10074 (rs6000_emit_sCOND): Generate complement operation to ensure that
10075 sCOND input is a positive bit.
10076 * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
10077 same order as bCOND, and add the missing ones. Remove the %D
10078 substitutions from the scc patterns.
10079
10080 * simplify-rtx.c (simplify_relational_operation): Add case for
10081 ! (fabs(x) < 0.0).
10082
10083 2003-05-03 Bruce Korb <bkorb@gnu.org>
10084
10085 * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
10086 in fixincl.x
10087 * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
10088
10089 2003-05-03 Aldy Hernandez <aldyh@redhat.com>
10090
10091 * config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.
10092
10093 2003-05-03 Zack Weinberg <zack@codesourcery.com>
10094
10095 PR c/10604
10096 * c-common.c (warn_sign_compare): Initialize to -1.
10097 * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
10098 (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
10099 for C++ only.
10100 (c_common_post_options): Set warn_sign_compare from extra_warnings
10101 if it's still -1 at this point.
10102
10103 * toplev.c (maybe_warn_unused_parameter): New static variable.
10104 (set_Wextra): New static function.
10105 (W_options): Remove "extra".
10106 (decode_W_option): Call set_Wextra.
10107 (independent_decode_option): Likewise.
10108 (set_Wunused): Cooperate with set_Wextra in setting
10109 warn_unused_parameter.
10110 (rest_of_compilation): No need to check extra_warnings as
10111 well as warn_uninitialized.
10112
10113 * c-typeck.c (build_binary_op, build_conditional_expr):
10114 No need to check extra_warnings as well as warn_sign_compare.
10115 (internal_build_compound_expr): No need to check extra_warnings
10116 as well as warn_unused_value.
10117 * function.c (expand_function_end): No need to check extra_warnings
10118 as well as warn_unused_parameter.
10119 * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
10120 as well as warn_unused_value.
10121
10122 * doc/invoke.texi: Clarify documentation of -Wsign-compare.
10123
10124 * Makefile.in: Disable -Werror for gengtype-lex.o.
10125
10126 2003-05-03 Olivier Hainque <hainque@act-europe.fr>
10127
10128 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
10129 * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
10130 * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
10131 * calls.c (emit_call_1): Likewise.
10132 (expand_call): For calls initializing constant memory, replace
10133 emission of standalone mem /u clobber with function usage entry.
10134 * expr.c (emit_block_move_via_libcall): Likewise.
10135 * cse.c (count_reg_usage, case EXPR_LIST): New case.
10136 * flow.c (propagate_one_insn): Pass entire operand of
10137 CALL_INSN_FUNCTION_USAGE to mark_used_regs.
10138 * integrate.c (try_constants): For CALL_INSNs, substitute constants
10139 within the FUNCTION_USAGE also.
10140 * loop.c (prescan_loop): Note clobbers of const mem mentioned in
10141 FUNCTION_USAGE lists.
10142 * reload1.c (replace_pseudos_in): Renamed.
10143 (reload): Use it for clobbers surviving until the end of the reload.
10144
10145 2003-05-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10146
10147 * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
10148 gen_lowpart on non-integer modes.
10149
10150 * stor-layout.c (place_field): When adjusting offset_align, use
10151 desired_align, not DECL_ALIGN.
10152
10153 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
10154
10155 * c-decl.c (pending_invalid_xref_file): Remove.
10156 (pending_invalid_xref_line): Remove.
10157 (pending_invalid_xref_location): New.
10158 (lookup_label): Use location_t and input_location directly.
10159 (lookup_tag): Likewise.
10160 (pending_xref_error): Likewise.
10161 (c_expand_body_1): Likewise.
10162 * c-common.c (x_expand_start_cond): Likewise.
10163 * c-semantics.c (genrtl_for_stmt): Likewise.
10164 (find_reachable_label): Likewise.
10165 * expr.c (expand_expr): Likewise.
10166 * integrate.c (output_inline_function): Likewise.
10167 * tree-inline.c (find_alloca_call): Likewise.
10168 (find_builtin_longjmp_call): Likewise.
10169 * gcc.c (input_filename): Make static.
10170
10171 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
10172
10173 * config/mips/mips.md: Fix comment typo.
10174
10175 * config/mips/mips.c (mips_integer_op): New structure.
10176 (MIPS_MAX_INTEGER_OPS): Define.
10177 (mips_const_insns): Use mips_build_integer to determine the number
10178 of instructions needed to load a CONST_INT.
10179 (move_operand): Reject compound CONST_INTs.
10180 (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
10181 (mips_move_integer): New fn.
10182 (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
10183 (mips_legitimize_move): Only legitimize constants when moving
10184 word or subword values.
10185
10186 2003-05-02 Matt Kraai <kraai@alumni.cmu.edu>
10187
10188 * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
10189
10190 2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10191
10192 * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
10193 modifying it.
10194
10195 2003-05-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
10196 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10197
10198 * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
10199 Hernandez, and Kazu Hirata. Update Richard Henderson.
10200
10201 2003-05-02 Geoffrey Keating <geoffk@apple.com>
10202
10203 * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
10204 to tentative declaration.
10205
10206 * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
10207 (SYMBOL_FLAG_SMALL_V4): Delete.
10208 * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
10209 (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
10210 (rs6000_elf_in_small_data_p): Add extra section names. Add
10211 comment about TREE_PUBLIC test.
10212
10213 * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
10214 expand_stmt on result of expand_unreachable_stmt.
10215
10216 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10217
10218 * doc/contrib.texi (Contributors): Add Daniel Berlin.
10219
10220 2003-05-02 David Edelsohn <edelsohn@gnu.org>
10221
10222 * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
10223 number of automata.
10224
10225 * config/rs6000/rs6000.c (symbol_ref_operand): Check
10226 SYMBOL_REF_FUNCTION_P on AIX.
10227 (current_file_function_operand): Same.
10228 * config/rs6000/rs6000.md (call,call_value): Force non-function
10229 symbol_ref into register on AIX.
10230
10231 2003-05-02 Alan Modra <amodra@bigpond.net.au>
10232
10233 * calls.c (struct arg_data): Move offset, slot_offset, size and
10234 alignment_pad to struct locate_and_pad_arg_data. Update all refs.
10235 (initialize_argument_information): Adjust call to locate_and_pad_parm.
10236 Delete alignment_pad var. Don't calculate slot_offset here.
10237 (emit_library_call_value_1): Delete alignment_pad, offset and size
10238 vars. Use struct locate_and_pad_arg_data instead. Adjust refs.
10239 Adjust call to locate_and_pad_parm. Don't tweak arg size for
10240 partial in-regs here. Formatting fixes.
10241 * expr.h (struct locate_and_pad_arg_data): New struct.
10242 (locate_and_pad_parm): Adjust declaration.
10243 * function.c (assign_parms): Localize vars. Use "locate" instead of
10244 other arg location vars. Don't invoke FUNCTION_ARG or
10245 FUNCTION_INCOMING_ARG unless pretend_named is different from
10246 named_arg. Heed MUST_PASS_IN_STACK and set up "partial" before
10247 calling locate_and_pad_parm. Adjust locate_and_pad_parm call.
10248 Use slot_offset for stack home of reg parms. Correct test for
10249 parm passed in memory. Formatting fixes.
10250 (locate_and_pad_parm): Add "partial" to params. Replace offset_ptr
10251 arg_size_ptr and alignment pad with "locate". Set slot_offset here.
10252 Correct initial_offset_ptr handling. Localize vars. Always pad
10253 locate->offset even when in_regs.
10254
10255 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
10256
10257 * Makefile.in (TREE_H): Replace location.h with input.h.
10258 (GTFILES) Remove location.h
10259 (gt-lists.h): Replace gt-location.h with gt-input.h
10260 * input.h (input_filename, input_line): Remove variables.
10261 (location_s, location_t): Move from location.h.
10262 (input_location): New.
10263 (input_filename, input_line): New #defines.
10264 * location.h: Remove.
10265 * tree.h: Replace location.h with input.h.
10266 (input_filename, input_line): Remove.
10267 * diagnostic.h: Replace location.h with input.h.
10268 * gcc.h (input_filename, input_filename_length): Remove declarations.
10269 * toplev.c (input_filename, input_line): Remove.
10270 (input_location): Define.
10271 (push_srcloc, pop_srcloc): Adjust.
10272 * diagnostic.c (diagnostic_report_current_module): Adjust.
10273
10274 2003-05-02 Nick Clifton <nickc@redhat.com>
10275
10276 * configure.in: Add xstormy16 to list of targets that has a nop
10277 instruction and hence which can be tested to see if the
10278 assembler supports the --gdwarf2 switch.
10279 * configure: Regenerate.
10280
10281 2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
10282
10283 PR target/8257
10284 * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
10285 alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
10286 Avoid undefined shifts by making the shift operand unsigned.
10287
10288 2003-05-01 DJ Delorie <dj@redhat.com>
10289
10290 * reload.c (find_reloads): Also check that all of a multi-reg
10291 value is in the class.
10292
10293 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
10294
10295 * scan.h (lineno): Revert the rename here.
10296
10297 2003-05-01 Stan Shebs <shebs@apple.com>
10298
10299 * config/darwin.c (darwin_encode_section_info): Call
10300 default_encode_section_info.
10301
10302 2003-05-01 David Edelsohn <edelsohn@gnu.org>
10303
10304 * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
10305 (movsi_internal1): Use new mfjmpr attribute.
10306 (movhi_internal): Same.
10307 (movqi_internal): Same.
10308 (movcc_internal1): Same.
10309 (movdi_internal64): Same.
10310 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
10311 power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
10312 * config/rs6000/40x.md: Add fpu_405.
10313 * config/rs6000/power4.md: Merge power4lsu and power4disp automata
10314 into power4misc automata. Remove extraneous parentheses.
10315 * config/rs6000/440.md: New file.
10316 * config/rs6000/rs6000.c (processor_target_table): Add 440,
10317 440fp. Rename 405f to 405fp.
10318 (function_arg_padding): Correct formatting.
10319 (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
10320
10321 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
10322
10323 * input.h (lineno): Rename to ...
10324 (input_line): ... here.
10325 * tree.h (lineno): Rename to ...
10326 (input_line): ... here.
10327 * scan.h (lineno): Rename to ...
10328 (input_line): ... here.
10329 * toplev.c (lineno): Rename to ...
10330 (input_line): ... here.
10331 (push_srcloc, pop_srcloc): Rename lineno to input_line.
10332 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
10333 * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
10334 store_parm_decls, c_expand_body_1): Likewise.
10335 * c-errors.c (pedwarn_c99): Likewise.
10336 * c-format.c (status_warning): Likewise.
10337 * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
10338 * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
10339 * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
10340 * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
10341 gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
10342 genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
10343 genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
10344 build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
10345 prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
10346 * coverage.c (create_coverage): Likewise.
10347 * diagnostic.c (pedwarn, sorry, error, fatal_error,
10348 internal_error, warning, diagnostic_report_current_module,
10349 inform): Likewise.
10350 * expr.c (expand_expr): Likewise.
10351 * integrate.c (expand_inline_function,
10352 output_inline_function): Likewise.
10353 * rtl-error.c (file_and_line_for_asm): Likewise.
10354 * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
10355 walk_tree): Likewise.
10356 * tree.c (make_node): Likewise.
10357 * ada, cp, f, java, objc, treelang: Likewise.
10358 * objc/objc-act.c (objc_init): Rename lineno to input_line.
10359 (build_module_descriptor, build_selector_translation_table,
10360 build_protocol_template, build_method_prototype_list_template,
10361 build_category_template, build_selector_table,
10362 build_class_template, build_super_template, build_ivar_template,
10363 build_ivar_list_template, build_method_list_template,
10364 build_method_template, add_instance_variable): Likewise.
10365
10366 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
10367 name from input_filename.
10368
10369 2003-04-30 Eric Christopher <echristo@redhat.com>
10370 Richard Sandiford <rsandifo@redhat.com>
10371
10372 * configure: Regenerate from patches below.
10373 * combine.c (gen_lowpart_for_combine): Fix comment and add tests
10374 for all symbolic operands.
10375 * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
10376 to function.
10377 * config/mips/linux.h: Fix typo.
10378 * Merge from mips-3_4-rewrite branch:
10379
10380 2003-04-07 Richard Sandiford <rsandifo@redhat.com>
10381
10382 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
10383 handling local labels when TARGET_ABICALLS.
10384
10385 2003-04-04 Richard Sandiford <rsandifo@redhat.com>
10386
10387 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
10388 integer argument.
10389 (mips_expand_call): Likewise.
10390 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
10391 (FIXED_REGISTERS): Clear $31 entry.
10392 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
10393 (EPILOGUE_USES): Define.
10394 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
10395 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
10396 (override_options): Add a 'j' register class.
10397 (mips_expand_call): Handle sibcalls
10398 (mips_expand_epilogue): Handle epilogues for sibcalls.
10399 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
10400 (sibcall_epilogue): New pattern.
10401 (call, call_value): Adjust calls to mips_expand_call.
10402 (sibcall, sibcall_value): New expanders.
10403 (sibcall_internal, sibcall_value_internal): New patterns.
10404 (sibcall_value_multiple_internal): New pattern.
10405
10406 2003-03-25 Richard Sandiford <rsandifo@redhat.com>
10407
10408 * config/mips/mips.md (extended_mips16): New attribute.
10409 (define_attr length): Default to 8 if extended_mips16 == yes.
10410 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
10411 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
10412 (call_internal): Set extended_mips16 to yes for direct jumps.
10413 Remove redundant mode attribute.
10414 (call_value_internal, call_value_multiple_internal): Likewise.
10415 (call_split): Remove redundant mode attribute.
10416 (call_value_split, call_value_multiple_split): Likewise.
10417
10418 * config/mips/mips.c (mips_symbol_insns): Rework. Fix handling
10419 of unaligned offsets.
10420
10421 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
10422 of SYMBOL_GENERAL.
10423
10424 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
10425
10426 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
10427 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
10428 for mips16 code.
10429
10430 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
10431
10432 * config/mips/mips.h (ADDRESS_COST): Define.
10433
10434 2003-03-20 Richard Sandiford <rsandifo@redhat.com>
10435
10436 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
10437 'R' to 'U'. Make 'R' mean a single-instruction memory reference.
10438 * config/mips/mips.md: Replace 'R' constraints with 'U'.
10439
10440 2003-03-18 Richard Sandiford <rsandifo@redhat.com>
10441
10442 * config/mips/mips.md (truncdisi2): Add commentary. Use sll instead
10443 of a two-instruction sequence. Add register->memory alternative.
10444 (truncdihi2, truncdiqi2): Likewise.
10445 Rework shift/truncate instructions so that they only handle right
10446 shifts of 32 (or more, in the case of arithmetic shifts).
10447 Add patterns for truncate/sign-extend.
10448
10449 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10450
10451 * configure.in (mips*-*-*): Check for explicit relocation support.
10452 * configure: Regenerate.
10453
10454 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10455
10456 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
10457 and -mno-explicit-relocs.
10458 (MASK_EXPLICIT_RELOCS): Define.
10459 (TARGET_EXPLICIT_RELOCS): Use it.
10460 (mips_split_addresses): Remove declaration.
10461 * config/mips/mips.c (override_options): Update comment for
10462 mips_split_addresses. Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
10463
10464 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10465
10466 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
10467 a CONST as identity. Check the return value of gen_lowpart_common.
10468
10469 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10470
10471 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
10472 references for TARGET_EXPLICIT_RELOCS.
10473 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
10474 !TARGET_MIPS16.
10475
10476 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10477
10478 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
10479 (addsi3): Remove redundant constraints.
10480 (addsi3_internal): Use separate register & constant alternatives.
10481 Use a 'Q' constraint and "addiu" insn for the latter.
10482 (adddi3_internal_3, addsi3_internal_2): Likewise.
10483
10484 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
10485
10486 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
10487 (mips_expand_unaligned_store): Declare.
10488 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
10489 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
10490 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
10491 (UNSPEC_ULD, UNSPEC_USD): Remove.
10492 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
10493 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
10494 (extv, extzv): Use mips_expand_unaligned_load.
10495 (insv): Use mips_expand_unaligned_store. Use a reg_or_0_operand
10496 predicate for operand 3.
10497 (movsi_ulw, movsi_usw): Replace with...
10498 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
10499 (movdi_uld, movdi_usd): Likewise replace with...
10500 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
10501
10502 2003-02-26 Richard Sandiford <rsandifo@redhat.com>
10503
10504 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
10505 * config/mips/mips.h (LEA_REGS): New register class.
10506 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
10507 (GR_REG_CLASS_P): Include LEA_REGS.
10508 (DANGEROUS_FOR_LA25_P): New macro.
10509 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
10510 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
10511 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
10512 entries to LEA_REGS.
10513 (mips_global_pic_constant_p): New function.
10514 (override_options): Add 'e' register constraint.
10515 (mips_secondary_reload_class): Return LEA_REGS when reloading
10516 a dangerous constant into a class containing $25.
10517 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
10518 (movsi_internal): Likewise.
10519
10520 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
10521
10522 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
10523 * config/mips/mips.md (call_split): New insn.
10524 (call_value_split, call_value_multiple_split): New insns.
10525 (call_internal): Turn into a define_insn_and_split. Split the
10526 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
10527 (call_value_internal, call_value_multiple_internal): Likewise.
10528
10529 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
10530
10531 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
10532 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
10533 (mips_encode_section_info): Don't take symbol visibility into
10534 account if TARGET_ABICALLS. Add more commentary.
10535 * config/mips/mips.md: Add commentary above reloc constants.
10536
10537 2003-02-12 Richard Sandiford <rsandifo@redhat.com>
10538
10539 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
10540 from mips_legitimize_move. Legitimize constant pool references.
10541 (mips_legitimize_move): Call mips_legitimize_const_move. Attach
10542 a REG_EQUAL note to the last instruction.
10543
10544 2003-02-11 Richard Sandiford <rsandifo@redhat.com>
10545
10546 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
10547 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
10548 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
10549 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
10550 * config/mips/mips.md (UNSPEC_HIGH): New constant.
10551 (UNSPEC_RELOC_GPREL16): Rename to...
10552 (RELOC_GPREL16): ...this.
10553 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
10554 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
10555 (macro_calls): New attribute.
10556 (length): Use it to set the default length of calls. Don't allow
10557 calls to have delay slots if macro_calls is "yes".
10558 (luisi, luidi): New patterns.
10559 (lowsi, lowdi): Use '%R' to print the relocation.
10560 (lowdi_extend): Remove.
10561 (loadgp): Remove mode from operand 0. Use '%0' instead of '%a0'.
10562 (call_internal): Merge alternatives. Always use "jal".
10563 (call_value_internal, call_value_multiple_internal): Likewise.
10564 (reloc_gprel16): Remove.
10565 * config/mips/mips.c (mips_got_alias_set): New variable.
10566 (mips_classify_constant): Handle the new relocation constants.
10567 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
10568 (mips_symbolic_address_p): Return false if generating explicit relocs.
10569 Otherwise allow local PIC symbols to have an offset.
10570 (mips_splittable_symbol_p): New function.
10571 (mips_classify_address): Use it to check whether a LO_SUM is valid.
10572 (mips_const_insns): Always accept HIGH.
10573 (call_insn_operand): Don't accept global symbols if using explicit
10574 relocs.
10575 (move_operand): Don't accept HIGH when generating PIC.
10576 (mips_reloc, mips_lui_reloc): New functions.
10577 (mips_force_temporary): Remove MODE argument. Expect VALUE to
10578 be a valid right-hand-side for a SET pattern.
10579 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
10580 (mips_emit_high): New function.
10581 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
10582 case. Use mips_splittable_symbol_p to check whether a LO_SUM
10583 address should be used. Use mips_emit_high to generate the
10584 high part of such an address. Adjust the global symbol + offset
10585 case to match the change to mips_force_temprorary.
10586 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
10587 If generating explicit-reloc PIC, load the address of global
10588 symbols from the GOT. Use mips_emit_high to emit the high part
10589 of an address.
10590 (mips_simplify_dwarf_addr): New function.
10591 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
10592 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
10593 (mips_expand_call): Load the addresses of global functions using
10594 %call* relocs if generating explicit-reloc PIC. Don't generate
10595 an exception_receiver pattern.
10596 (override_options): Initialize mips_got_alias_set.
10597 (print_relocation): Remove in favor of...
10598 (mips_reloc_string): ...this new function.
10599 (print_operand): Handle '%R'. Use mips_reloc_string.
10600 (print_operand_address): Use print_operand to print the symbolic
10601 part of a LO_SUM address.
10602 (mips_output_function_prologue): Use .cprestore, reverting last patch.
10603 (mips_encode_section_info): Factor out DECL_RTL accesses. Reverse
10604 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
10605 for local symbols.
10606
10607 2003-02-02 Eric Christopher <echristo@redhat.com>
10608
10609 * config/mips/mips.c (mips_sign_extend): Remove.
10610 * config/mips/mips-protos.h: Ditto.
10611 * config/mips/mips.md (movdi_internal2_extend): Remove.
10612 (extendsidi2): Fix mode of convert_memory_address.
10613
10614 2003-01-24 Eric Christopher <echristo@redhat.com>
10615
10616 * config/mips/mips.md: Rewrite zero_extend* and extend*
10617 patterns. Use explicit instructions and split after reload
10618 for register extensions.
10619 (ashlsi3_internal1_extend): New combiner pattern for
10620 shift and extend combinations.
10621 * config/mips/mips.h: Change Pmode back to ptr_mode
10622 for performance enhancement.
10623 * combine.c (expand_compound_operation): Make sure
10624 that zero_extend operation is profitable.
10625
10626 2003-01-14 Richard Sandiford <rsandifo@redhat.com>
10627
10628 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
10629 addresses depend on ptr_mode rather than Pmode.
10630 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
10631 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
10632 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
10633 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
10634 * config/mips/mips.md (tablejump): Likewise. Remove Pmode
10635 condition for selecting cpaddsi or cpadddi: use cpadd instead.
10636 (tablejump_internal1): Remove condition.
10637 (tablejump_internal2): Change condition to TARGET_64BIT.
10638 (cpaddsi): Rename to...
10639 (cpadd): ...this.
10640 (cpadddi): Remove.
10641
10642 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
10643
10644 * config/mips/mips-protos.h (mips16_constant_after_function_p,
10645 mips_address_cost, mips_check_split, double_memory_operand,
10646 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
10647 pic_address_needs_scratch, symbolic_operand): Remove declarations.
10648 (mips_legitimate_address_p): Return bool.
10649 (mips_address_insns, mips_fetch_insns, mips_const_insns,
10650 mips_legitimize_address, mips_legitimize_move,
10651 mips_expand_call): Declare.
10652 (mips_return_addr): Move outside #ifdef RTX_CODE.
10653
10654 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
10655 (PIC_FN_ADDR_REG): New reg_class.
10656 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
10657 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
10658 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
10659 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
10660 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
10661 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
10662 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
10663 (LEGITIMATE_PIC_OPERAND): Undefine.
10664 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
10665 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
10666 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
10667 (FUNCTION_MODE): Change to SImode.
10668 (CONST_COSTS): Use mips_const_insns to calculate the cost of
10669 most constants. Treat const_artih_operands specially if they
10670 occur in a PLUS or MINUS.
10671 (CONSTANT_POOL_COST): New macro.
10672 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
10673 Add LO_SUM handling.
10674 (ADDRESS_COST): Undefine.
10675 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
10676 Add CONST to the list of codes for arith_operand. Add LABEL_REF
10677 to call_insn_operand and remove CONST_INT.
10678
10679 * config/mips/mips.c: Include integrate.h.
10680 (SINGLE_WORD_MODE_P): New macro.
10681 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
10682 (mips_constant_info, mips_address_info): New structs.
10683 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
10684 (mips_classify_constant, mips_classify_symbol,
10685 mips_valid_base_register_p, mips_symbolic_address_p,
10686 mips_classify_address, mips_symbol_insns,
10687 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
10688 mips_fetch_insns, mips_force_temporary, mips_add_offset,
10689 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
10690 mips_print_relocation): New functions.
10691 (const_arith_operand): New operand predicate.
10692 (arith_operand): Use it.
10693 (mips_const_double_ok, mips16_simple_memory_operand,
10694 simple_memory_operand, double_memory_operand, mips_check_split,
10695 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
10696 mips16_gp_offset_p, mips16_output_gp_offset,
10697 mips16_constant_after_function_p, mips16_constant): Remove.
10698 (call_insn_operand): Be more fussy about symbolic constants.
10699 Use register_operand.
10700 (move_operand): Use mips_symbolic_address_p to check symbolic
10701 operands and general_operand to check the rest.
10702 (symbolic_operand): Use mips_classify_constant.
10703 (mips_legitimate_address_p): Use mips_classify_address.
10704 (mips_move_1word): Combine handling of symbolic addresses.
10705 Remove special treatment of gp-relative loads for TARGET_MIPS16.
10706 (move_move_2words): Likewise. Assume addresses are offsettable
10707 if they need to refer to more than one word. Add HIGH handling.
10708 (mips_restore_gp): Use ptr_mode for the GP save slot.
10709 (mips_expand_call): New function, combining the old mips.md
10710 call and call_internal define_expands. If the address isn't
10711 a call_insn_operand, force it into a register. For SVR4 PIC,
10712 emit an exception_receiver instruction after the call.
10713 (override_options): Only override flag_pic for TARGET_ABICALLS
10714 if it is currently zero. Allow mips_split_addresses when
10715 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
10716 Add new register class letter, 'c'.
10717 (print_operand): Use mips_classify_constant for constant operands.
10718 (print_operand_address): Use mips_classify_address.
10719 (mips_output_function_prologue): Don't use .cprestore.
10720 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
10721 via the frame pointer if current_function_calls_eh_return.
10722 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
10723 to mark whether a symbol is local or global.
10724 (build_mips16_call_stub): Expect the address of the function rather
10725 than a MEM reference to it. Update call generation sequences.
10726 (mips16_optimize_gp): Remove Pmode checks. Temporarily disable
10727 small-data adjustments.
10728
10729 * config/mips/mips.md: Remove 'R'/'m' memory distinction. Use default
10730 length for loads and stores.
10731 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
10732 (define_attr type): Add const and prefetch.
10733 (define_attr length): Use mips_const_insns for const instructions.
10734 Use mips_fetch_insns for load and store instructions.
10735 (define_attr single_insn): New.
10736 (define_attr can_delay): Use it.
10737 (define_attr abicalls): Remove.
10738 (define_delay): Use can_delay. Always allow calls to have delay slots.
10739 (addsi3_internal_2): Add 'Q' constraint.
10740 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
10741 (high): Remove.
10742 (lowsi): Renamed from low.
10743 (lowdi): New pattern.
10744 (movdi, movsi): Use mips_legitimize_move. Remove define_split.
10745 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
10746 (loadgp): Change operand 0 to an immediate_operand.
10747 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
10748 beforehand.
10749 (cpaddsi, cpadddi): New patterns.
10750 (tablejump_internal3, tablejump_internal4): Remove define_expands
10751 and associated define_splits.
10752 (call, call_value): Use mips_expand_call.
10753 (call_internal): New, replacing all existing call_internal* insns.
10754 (call_value_internal): Likewise call_value_internal*.
10755 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
10756 (untyped_call): Remove if (operands[0]) magic.
10757 (prefetch_si_address, prefetch_si): Change type to "prefetch".
10758 (prefetch_di_address, prefetch_di): Likewise.
10759 (leasi, leadi): Remove.
10760 (reloc_gprel16): New.
10761
10762 * config/mips/5400.md (ir_vr54_hilo): Include const type.
10763 * config/mips/5500.md (ir_vr55_hilo): Likewise.
10764 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
10765
10766 2003-01-08 Eric Christopher <echristo@redhat.com>
10767
10768 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
10769 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
10770 configure check for libgloss.
10771 * config/mips/elf64.h: Ditto.
10772 * config/mips/mips.c: Remove ABI_MEABI.
10773 * config/mips/mips.h: Ditto.
10774
10775 2002-11-05 Richard Sandiford <rsandifo@redhat.com>
10776
10777 Fix merge fallout.
10778 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
10779 (muldi3_internal): Remove outdated comment.
10780 (*muls_di, *umuls_di): Fix comment and 64-bitness.
10781 (*smsac_di, *umsac_di): Likewise. Reformat.
10782 (umulsi3_highpart): Minor formatting tweaks.
10783 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI. Remove
10784 redundant scratch operand. Minor formatting tweak.
10785 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
10786 (umulsi3_highpart_neg_mulhi_internal): Likewise. Fix asm template.
10787 (smulsi3_highpart): As for the unsigned version.
10788 (smulsi3_highpart_internal): Likewise.
10789 (smulsi3_highpart_mulhi_internal): Likewise.
10790 (smulsi3_highpart_neg_mulhi_internal): Likewise.
10791 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
10792 (*smul_acc_di): Remove duplicated pattern.
10793 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
10794 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
10795 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
10796
10797 2002-10-22 Eric Christopher <echristo@redhat.com>
10798
10799 * config/mips/mips-protos.h (mips_return_addr): New.
10800 * config/mips/mips.c (mips_return_addr): New.
10801 (movdi_operand): Remove.
10802 (se_register_operand): Ditto.
10803 (se_reg_or_0_operand): Ditto.
10804 (se_uns_arith_operand): Ditto.
10805 (se_arith_operand): Ditto.
10806 (se_nonmemory_operand): Ditto.
10807 (extend_operator): Ditto.
10808 (highpart_shift_operator): Ditto.
10809 (mips_initial_elimination_offset): Remove return address pointer
10810 elimination.
10811 (mips_reg_names): Remove $ra.
10812 (mips_regno_to_class): Ditto.
10813 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
10814 and TARGET_64BIT.
10815 (POINTER_BOUNDARY): Remove.
10816 (POINTERS_EXTEND_UNSIGNED): Define to 0.
10817 (PROMOTE_MODE): Promote to Pmode.
10818 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
10819 (Pmode): Define to TARGET_64BIT.
10820 (FUNCTION_MODE): Define as Pmode.
10821 (mips_args): Remove deleted functions.
10822 (SIZE_TYPE): Depend on POINTER_SIZE.
10823 (PTRDIFF_TYPE): Ditto.
10824 (FIXED_REGISTERS): Fix extra registers.
10825 (CALL_USED_REGISTERS): Ditto.
10826 (CALL_REALLY_USED_REGISTERS): Ditto.
10827 (RAP_REG_NUM): Remove.
10828 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
10829 (RETURN_ADDR_RTX): Define to mips_return_addr.
10830 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
10831 (CAN_ELIMINATE): Ditto.
10832 * config/mips/mips.md: For DImode patterns, take into account
10833 deletions above. Split mulsidi patterns into sign_extend and
10834 zero_extend.
10835
10836 2002-10-16 Richard Sandiford <rsandifo@redhat.com>
10837 Michael Meissner <meissner@redhat.com>
10838
10839 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
10840 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
10841 mop up unnecessarly moves through LO.
10842 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
10843 (*macc): New pattern for ISA_HAS_MACC. Add define_peephole2s to
10844 change mtlo/macc sequences into mul/add sequences when a three-
10845 address mul is available.
10846 (*macc2): New pattern. Add a define_peephole2 to generate it.
10847 (*mul_sub_si): Fix contraint for operand 5.
10848 (*muls): Use in 32-bit code as well.
10849 (*msac): Likewise. Use msub instead of msac in vr5500 code
10850 if the destination is LO. Remove duplicate define_split.
10851 (*muls_di): Use only in 32-bit code. Adjust rtl accordingly.
10852 (*msac_di): Likewise. Fix formatting.
10853 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
10854 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
10855 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
10856 (*xmulsi3_neg_highpart_mulhi): Likewise.
10857 (*mul_acc_64bit_di): Remove.
10858 (*mul_acc_di): Use only in 32-bit code. Handle ISA_HAS_MACC as well.
10859
10860 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
10861
10862 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
10863 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
10864 (MULTILIB_DIRNAMES): Remove long32.
10865 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
10866 (MULTILIB_REDUNDANT_DIRS): Remove.
10867
10868 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
10869
10870 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
10871 * gcc.c (driver_self_specs): New variable.
10872 (do_self_spec): New function.
10873 (main): Use it to process driver_self_specs.
10874
10875 2002-10-09 Richard Sandiford <rsandifo@redhat.com>
10876
10877 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
10878 Remove DImode define_split for !TARGET_64BIT.
10879 (anddi3): Remove !TARGET_64BIT support from here as well.
10880 Change operand 2's predicate to se_uns_arith_operand.
10881 Add constant alternatives to define_insn.
10882 (iordi3, xordi3, *nordi3): Likewise.
10883 (anddi3_internal1, xordi3_immed): Remove.
10884
10885 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
10886
10887 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
10888 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
10889 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
10890 * config/mips/mips.md: Apply same renaming here.
10891
10892 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
10893
10894 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
10895 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
10896 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
10897 * config/mips/mips.md (define_attr cpu): Remove r4320.
10898 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
10899
10900 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
10901
10902 * config/mips/mips.c (mips16_strings): New variable.
10903 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
10904 symbol in mips16_strings. Free the list.
10905 (mips_encode_section_info): Keep track of local strings.
10906
10907 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
10908
10909 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
10910 (sordered_df, sordered_sf): Remove.
10911 * config/mips/mips.c (get_float_compare_codes): New fn.
10912 (gen_int_relational, gen_conditional_move): Use it.
10913
10914 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
10915
10916 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
10917 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
10918 * config/mips/mips.c (fcc_register_operand): New function.
10919 (mips_emit_fcc_reload): New function, extracted from reload_incc.
10920 (override_options): Allow TFmode values in float registers
10921 if ISA_HAS_8CC.
10922 * cnfig/mips/mips.md (reload_incc): Change destination prediate
10923 to fcc_register_operand. Remove misleading source constraint.
10924 Use mips_emit_fcc_reload.
10925 (reload_outcc): Duplicate reload_incc.
10926
10927
10928 2003-04-30 Diego Novillo <dnovillo@redhat.com>
10929
10930 * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
10931
10932 2003-04-30 Geoffrey Keating <geoffk@apple.com>
10933
10934 * tree-inline.c (inlinable_function_p): Back out last change, it's
10935 unnecessary.
10936
10937 2003-04-30 Steven Bosscher <steven@gcc.gnu.org>
10938
10939 * ggc-page.c (TREE_EXP_SIZE): Define.
10940 (extra_order_size_table): New entry for expr trees with
10941 two operands.
10942
10943 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
10944
10945 * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
10946 (c_expand_start_cond): Adjust.
10947 (c_expand_end_cond): Don't use warning_with_file_and_file.
10948 (shadow_warning): Likewise.
10949
10950 2003-04-30 Nathan Sidwell <nathan@codesourcery.com>
10951
10952 * tree.h (DECL_POINTER_DEPTH): Remove.
10953 (struct tree_decl): Remove pointer_depth.
10954
10955 2003-04-30 Janis Johnson <janis187@us.ibm.com>
10956
10957 * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
10958 * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
10959 (rs6000_xcoff_encode_section_info): Remove.
10960 (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
10961 (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
10962 (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
10963 Use SYMBOL_REF_FLAGS.
10964 (rs6000_elf_encode_section_info): Call default_encode_section_info for
10965 generic flags, use SYMBOL_REF_FLAGS; code cleanups.
10966 * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
10967 (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
10968 * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
10969 (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
10970
10971 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
10972
10973 * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
10974
10975 2003-04-30 Andreas Schwab <schwab@suse.de>
10976
10977 * doc/extend.texi (Other Builtins): Enclose multiple word data
10978 type in braces for @deftypefn.
10979
10980 2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10981
10982 * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
10983
10984 * doc/install.texi (--enable-threads): Document "gnat" option.
10985
10986 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
10987
10988 * diagnostic.h (output_formatted_scalar): Tweak.
10989 * diagnostic.c (output_long_decimal): Likewise.
10990 (output_unsigned_decimal): Likewise.
10991 (output_long_unsigned_decimal): Likewise.
10992 (output_octal): Likewise.
10993 (output_long_octal): Likewise.
10994 (output_hexadecimal): Likewise.
10995 (output_long_hexadecimal): Likewise.
10996 (output_pointer): New function.
10997 (output_format): Use it. Recognize "%p" format specifier.
10998
10999 2003-04-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11000
11001 * function.c (purge_addressof_1): Postpone insn in fewer cases.
11002
11003 2003-04-29 Geoffrey Keating <geoffk@apple.com>
11004
11005 * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
11006 call abort() after running out of stack space.
11007
11008 * c-typeck.c (function_types_compatible_p): Ignore incompatible
11009 'volatile' qualifiers on a function's return type in GNU mode.
11010
11011 2003-04-29 Aldy Hernandez <aldyh@redhat.com>
11012
11013 * expr.c (emit_group_load): Dump parallels of simd types to
11014 memory.
11015
11016 2003-04-29 Vladimir Makarov <vmakarov@redhat.com>
11017
11018 * genautomata.c (add_vect): Check undefined value for range type
11019 too.
11020
11021 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
11022
11023 * configure.in: More general test for cmp --ignore-initial.
11024 * configure: Regenerate.
11025
11026 2003-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11027
11028 * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
11029 (layout_decl, place_field): Likewise.
11030 Also make minor type and whitespace changes.
11031
11032 * tree.c (save_expr): Don't fold a COMPONENT_REF.
11033
11034 2003-04-29 Olivier Hainque <hainque@act-europe.fr>
11035
11036 * calls.c (expand_call): When modes of target and valreg match, force
11037 sibcall failure when target is a MEM.
11038
11039 2003-04-29 Geoffrey Keating <geoffk@apple.com>
11040
11041 * tree-inline.c (inlinable_function_p): Don't support inlining
11042 functions using varargs.
11043
11044 * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
11045
11046 * dwarf2out.c (output_call_frame_info): No need to output EH
11047 unwind information if all_throwers_are_sibcalls.
11048
11049 * c-semantics.c (expand_unreachable_stmt): Return a tree.
11050 (expand_stmt): Update for change to expand_unreachable_stmt.
11051 (expand_unreachable_if_stmt): Likewise.
11052
11053 * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
11054
11055 2003-04-29 Jason Merrill <jason@redhat.com>
11056
11057 PR middle-end/10336
11058 * jump.c (never_reached_warning): Really stop looking if we reach
11059 the beginning of the function.
11060
11061 2003-04-29 Bob Wilson <bob.wilson@acm.org>
11062
11063 * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
11064 Remove redundant macros.
11065 (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
11066 (LOCAL_LABEL_PREFIX): Define unconditionally.
11067 (NO_DOT_IN_LABEL): Clarify comment.
11068 * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
11069 definition to "long int".
11070
11071 2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
11072
11073 bootstrap/10452
11074 * gengtype-yacc.y: Improve portability.
11075
11076 2003-04-29 Zack Weinberg <zack@codesourcery.com>
11077
11078 * config.gcc: Install obsolete target list for GCC 3.3.
11079 * doc/install.texi: Mention in specific-target instructions
11080 that certain configurations are deprecated.
11081
11082 2003-04-29 Zack Weinberg <zack@codesourcery.com>
11083
11084 * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
11085
11086 2003-04-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11087
11088 * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
11089 * gcc.c (display_help): Likewise.
11090 * toplev.c (f_options): Likewise.
11091 * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
11092 * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
11093 * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
11094 * config/s390/s390.h (TARGET_SWITCHES): Likewise.
11095 * config/v850/v850.h (TARGET_SWITCHES): Likewise.
11096
11097 2003-04-29 J"orn Rennecke <joern.rennecke@superh.com>
11098
11099 * varasm.c (default_assemble_visibility): Use assemble_name.
11100
11101 2003-04-29 David O'Brien <obrien@FreeBSD.org>
11102
11103 * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
11104 * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
11105 (SIZE_TYPE): New macro.
11106 * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
11107 (SET_ASM_OP): New macro.
11108 (HANDLE_SYSV_PRAGMA): New macro.
11109 (ASM_WEAKEN_LABEL): New macro.
11110
11111 2003-04-28 Mark Mitchell <mark@codesourcery.com>
11112
11113 PR c++/10180
11114 * tree-inline.c (expand_call_inline): Call push_srcloc when
11115 encountering EXPR_WITH_FILE_LOCATION. Honor warn_inline.
11116
11117 2003-04-28 Mike Stump <mrs@apple.com>
11118
11119 * gdbinit.in: Update to reflect new identifier structure.
11120
11121 2003-04-28 Zack Weinberg <zack@codesourcery.com>
11122
11123 * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
11124 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
11125 struct tree_complex, struct tree_vector): Remove RTL field.
11126 (CONSTRUCTOR_ELTS): Use elt 0.
11127 * tree.def (CONSTRUCTOR): Delete first of its two operands.
11128 * varasm.c (output_constant_def): Remove early exit if
11129 TREE_CST_RTL is set. Don't set TREE_CST_RTL.
11130 (decode_addr_const): Don't mention TREE_CST_RTL in comment.
11131 * target.h (select_section): Don't mention TREE_CST_RTL in comment.
11132 * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
11133
11134 2003-04-28 Jakub Jelinek <jakub@redhat.com>
11135
11136 * c-decl.c (finish_decl): When prototype with asmspec is found
11137 for built-in, adjust built_in_decls as well as expr.c decls.
11138 * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
11139 (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
11140 * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
11141
11142 2003-04-28 Richard Henderson <rth@redhat.com>
11143
11144 * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
11145 * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
11146 integral constant mult operand.
11147 (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
11148 (const_smulsi3_highpart_v8plus): Likewise.
11149 (const_smulsi3_highpart): Likewise.
11150 (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
11151 (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
11152 (const_umulsi3_highpart_v8plus): Likewise.
11153 (const_umulsi3_highpart): Likewise.
11154
11155 2003-04-28 David O'Brien <obrien@FreeBSD.org>
11156
11157 * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
11158 Define as 1.
11159
11160 2003-04-28 David O'Brien <obrien@FreeBSD.org>
11161
11162 * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
11163
11164 2003-04-28 Jakub Jelinek <jakub@redhat.com>
11165
11166 * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
11167 * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
11168 * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
11169 functions.
11170 (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
11171
11172 2003-04-28 Nick Clifton <nickc@redhat.com>
11173
11174 * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
11175
11176 2003-04-27 Zack Weinberg <zack@codesourcery.com>
11177
11178 * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
11179 output_constant_def, use its result instead of TREE_CST_RTL (exp).
11180 Can assume it has the form (mem (symbol_ref ".LCxxx")).
11181 (expand_expr <COMPONENT_REF>): Can always just extract the
11182 relevant field of a CONSTRUCTOR.
11183 (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
11184 ARRAY_RANGE_REF>): Make control flow explicit.
11185 * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
11186 an INTEGER_CST.
11187
11188 2003-04-27 Kazu Hirata <kazu@cs.umass.edu>
11189
11190 * reload1.c (reg_set_luid): Fix a comment typo.
11191
11192 2003-04-27 Zack Weinberg <zack@codesourcery.com>
11193
11194 * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
11195 struct deferred_string, const_str_htab): Kill.
11196 (n_deferred_strings): New static variable.
11197 (build_constant_desc): Set SYMBOL_REF_DECL of the new
11198 symbol_ref to point to the constant.
11199 (output_constant_def): When a deferred string is forced out,
11200 just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
11201 (mark_constant): Likewise.
11202 (maybe_output_constant_def_contents): When deferring a string
11203 constant, just set STRING_POOL_ADDRESS_P and increment
11204 n_deferred_strings.
11205 (mark_constant_pool): Check n_deferred_strings, not the size
11206 of const_str_htab.
11207 (init_varasm_once): No need to create const_str_htab.
11208
11209 * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
11210 SYMBOL_REF_DECL points to a constant.
11211
11212 2003-04-26 Zack Weinberg <zack@codesourcery.com>
11213
11214 * varasm.c (output_constant_def): Split out two new static
11215 functions, build_constant_desc and maybe_output_constant_def_contents.
11216 Restructure for comprehensibility. Don't call
11217 output_addressed_constants. Treat defstr being non-NULL for
11218 STRING_POOL_ADDRESS_P constants as an invariant.
11219 (struct deferred_string): Remove labelno field.
11220 (output_constant_def_contents): Kill labelno argument. Call
11221 output_addressed_constants here. Use ASM_OUTPUT_LABEL, not
11222 asm_out.internal_label.
11223 (mark_constant): Update call to output_constant_def_contents.
11224 Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
11225 constants as an invariant.
11226
11227 2003-04-26 Richard Henderson <rth@redhat.com>
11228
11229 * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
11230 (ix86_expand_call, ix86_rtx_consts): Likewise.
11231
11232 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11233
11234 * doc/md.texi (cmpstr): Document additional restrictions.
11235
11236 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
11237
11238 * flags.h (time_report): Remove.
11239 * timevar.c (timevar_enable): New.
11240 (TIMEVAR_ENABLE): Remove, use timevar_enable.
11241 (timevar_init): Rename from init_timevar.
11242 * timevar.h (timevar_init): Rename from init_timevar.
11243 * toplev.c (time_report): Make static.
11244 (do_compile): Conditionally call init_timevar first.
11245 (preprocess_options): Move some code to do_compile.
11246
11247 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
11248
11249 * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
11250
11251 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
11252
11253 * _cpp_lex_direct: Remove pointless code.
11254
11255 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
11256
11257 * doc/extend.texi (Function Attributes): Document "near" and "far"
11258 for 68HC11 and 68HC12.
11259
11260 2003-04-25 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11261
11262 * expr.c (store_field): When making temporary for store, don't
11263 make it TYPE_QUAL_CONST.
11264
11265 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
11266
11267 * toplev.c (read_integral_parameter): Use "argument" in error
11268 message to distinguish it from actual invalid options.
11269
11270 2003-04-25 Bob Wilson <bob.wilson@acm.org>
11271
11272 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
11273 addition of __PIC__ and __pic__ macros.
11274 * config/xtensa/xtensa.h: Clean up indentation.
11275
11276 2003-04-25 Bob Wilson <bob.wilson@acm.org>
11277
11278 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
11279 _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
11280 (SUBTARGET_CPP_SPEC): Define.
11281 (LIB_SPEC): Delete.
11282 * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
11283 * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
11284 * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
11285 Define.
11286 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
11287 (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
11288
11289 2003-04-25 H.J. Lu <hjl@gnu.org>
11290
11291 * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
11292 for return mode.
11293 (ia64_expand_builtin): Set rmode to SImode for
11294 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
11295 IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
11296 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
11297 for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
11298
11299 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
11300
11301 * configure.in (make_compare_target): Test for GNU cmp and set this
11302 variable appropriately.
11303 * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
11304 compare4-lean): Rename actual targets to slowcompare*. New compare*
11305 targets depend on names based on make_compare_target.
11306 * configure: Regenerated.
11307
11308 2003-04-25 Richard Henderson <rth@redhat.com>
11309
11310 * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
11311 to clobber ar.pfs and ar.unat.
11312 (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
11313 fix test for spilling ar.pfs to the stack.
11314
11315 2003-04-25 Richard Henderson <rth@redhat.com>
11316
11317 PR opt/10315
11318 * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
11319 checks during reload; use validize_mem instead of adjust_address.
11320
11321 2003-04-26 Ben Elliston <bje@wasabisystems.com>
11322
11323 * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
11324 return values from recog_memoized().
11325
11326 2003-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11327
11328 PR opt/8705
11329 * gcse.c (try_replace_reg): On a successful substitution of a constant
11330 into a single set, try to simplify the source of the set.
11331 * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
11332 constant source.
11333
11334 2003-04-24 Neil Booth <neil@daikokuya.co.uk>
11335
11336 * cpplex.c (cpp_token_len): Tighten up.
11337 (cpp_token_as_text): Need extra byte now.
11338 * cpplib.c (glue_header_name): Need extra 2 bytes.
11339 * cppmacro.c (cpp_macro_definition): Need extra byte.
11340
11341 2003-04-24 Alexander Kabaev <kan@FreeBSD.ORG>
11342
11343 * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
11344 const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
11345 where they might be not present. Use their _sp64 equivalent
11346 instead.
11347
11348 Thu Apr 24 20:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
11349
11350 * i386.md (cvtsi2sdq): Fix typo in previous patch.
11351
11352 2003-04-24 Krister Walfridsson <cato@df.lth.se>
11353
11354 * configure.in: Check whether mbstowcs works.
11355 * configure, config.in: Regenerate.
11356 * intl.c: Use HAVE_WORKING_MBSTOWCS.
11357
11358 2003-04-24 H.J. Lu <hjl@gnu.org>
11359
11360 * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
11361 for __sync_bool_compare_and_swap_di for int return type.
11362
11363 * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
11364 Change return type to int.
11365 (__sync_bool_compare_and_swap): Likewise.
11366
11367 Thu Apr 24 16:55:26 CEST 2003 Jan Hubicka <jh@suse.cz>
11368
11369 * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
11370 looking for fallthru edge.
11371
11372 * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
11373 Fix.
11374 (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
11375 athlon-fvector): New.
11376 (athlon_*): Revisit to match new optimization guide.
11377 * i386.c (ix86_adjust_cost): Fix memory operand costs on Athlon/k8
11378 * i386.md (cvt??2?? patterns): Fix modes.
11379 (fistp patterns): Set modes.
11380
11381 Accidentaly commited with my earlier reload patch:
11382 PR c/10308
11383 * reload.c (find_reloads_address_1): Reload plus at the place of
11384 index register.
11385
11386 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
11387
11388 New GCOV_TAG_FUNCTION layout
11389 * coverage.c (struct function_list): Replace name with ident.
11390 (struct counts_entry): Likewise.
11391 (fn_ident): New.
11392 (htab_counts_entry_hash, htab_counts_entry_eq,
11393 htab_counts_entry_del): Adjust.
11394 (reads_count_file, get_coverage_counts,
11395 coverage_begin_output, coverage_end_function): Adjust.
11396 (build_fn_info_type, build_fn_info_value): Likewise.
11397 * gcov-dump.c (tag_function): Adjust.
11398 * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
11399 * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
11400 * gcov.c (struct function_info): Add ident.
11401 (read_graph_file, read_count_file): Adjust.
11402 * libgcov.c (gcov_exit): Adjust.
11403
11404 2003-04-23 Richard Henderson <rth@redhat.com>
11405
11406 PR opt/8300
11407 * toplev.c (rest_of_compilation): Delay no_new_pseudos until
11408 after initialize_uninitialized_subregs; update reg info assuming
11409 new pseudos were created.
11410
11411 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
11412
11413 * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
11414 * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
11415 (lex_string): Take cpp_string with full spelling.
11416 (cb_ident): Update.
11417 (c_lex): Update diagnostics.
11418 * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
11419 (create_literal): New.
11420 (lex_string): Unterminated literals have type CPP_OTHER.
11421 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
11422 for CPP_OTHER.
11423 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
11424 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
11425 * cpplib.c (parse_include, do_line, do_linemarker,
11426 destringize_and_run): Update for token storing full spelling.
11427 * cpplib.h: Update token spelling types.
11428 * cppmacro.c (stringify_arg, check_trad_stringification):
11429 Update for token storing full spelling.
11430
11431 2003-04-23 Ulrich Weigand <uweigand@de.ibm.com>
11432
11433 * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
11434
11435 2003-04-23 Richard Earnshaw <rearnsha@arm.com>
11436
11437 * arm.h (TARGET_OPTIONS): Add value field.
11438
11439 2003-04-23 Mark Mitchell <mark@codesourcery.com>
11440
11441 * doc/extend.texi: Remove duplicate 2003 copyright date.
11442
11443 2003-04-23 Nathan Sidwell <nathan@codesourcery.com>
11444
11445 * Makefile.in (LIBGCC_DEPS): Add gcov headers.
11446 (libgcov.a): Depends on LIBGCC_DEPS.
11447 * basic-block.h (profile_info): Moved here from coverage.h. Made
11448 a pointer.
11449 * coverage.c (struct function_list): Fixed array of counter types.
11450 (struct counts_entry): Keyed by counter type, contains summary.
11451 (profile_info): Moved to profile.c.
11452 (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
11453 vars.
11454 (profiler_label): Remove.
11455 (ctr_labels): New.
11456 (set_purpose, label_for_tag, build_counter_section_fields,
11457 build_counter_section_value, build_counter_section_data_fields,
11458 build_counter_section_data_values, build_function_info_fields,
11459 build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
11460 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
11461 build_ctr_info_value, build_gcov_info): New.
11462 (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
11463 (reads_counts_file): Adjust.
11464 (get_coverage_counts): Takes counter number. Add summary
11465 parameter. Adjust.
11466 (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
11467 create counter array labels.
11468 (coverage_end_function): Adjust.
11469 (create_coverage): Adjust.
11470 (find_counters_section): Remove.
11471 * coverage.h (MAX_COUNTER_SECTIONS): Remove.
11472 (struct section_info, struct profile_info): Remove.
11473 (profile_info): Moved to basic-block.h.
11474 (coverage_counter_ref): Takes a counter number.
11475 (get_coverage_counts): Takes a counter number. Added summary
11476 parameter.
11477 (find_counters_section): Remove.
11478 * gcov-dump.c (tag_arc_counts): Rename to ...
11479 (tag_counters): ... here. Adjust.
11480 (tag_table): Move tag_counters to 3rd entry. Remove
11481 PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
11482 (dump_file): Check for counter tag values here.
11483 (tag_summary): Adjust.
11484 * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
11485 * gcov-io.h (GCOV_LOCKED): New.
11486 (GCOV_TAG_ARC_COUNTS): Rename to ...
11487 (GCOV_TAG_COUNTS_BASE): ... here.
11488 (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
11489 Remove.
11490 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
11491 (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
11492 GCOV_TAG_IS_COUNTER): New.
11493 (struct gcov_ctr_summary): New.
11494 (struct gcov_summary): Adjust.
11495 (struct gcov_counter_section): Remove.
11496 struct gcov_counter_section_data): Remove.
11497 (struct gcov_function_info): Rename to ...
11498 (struct gcov_fn_info): ... here. Adjust.
11499 (struct gcov_ctr_info): New.
11500 (struct gcov_info): Adjust.
11501 * gcov.c (read_count_file): Adjust.
11502 (output_lines): Adjust.
11503 * libgcov.c (gcov_exit): Adjust.
11504 (__gcov_flush): Adjust.
11505 * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
11506 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
11507 probably_never_executed_bb_p, compute_frequency_function): Adjust
11508 profile_info use.
11509 * profile.c (struct counts_entry): Remove.
11510 (profile_info): Define here.
11511 (get_exec_counts): Adjust get_coverage_counts call.
11512 (compute_branch_probablilities): Remove find_counters_section
11513 call.
11514 (gen_edge_profiler): Adjust coverage_counter_ref call.
11515 * tracer.c (tail_duplicate): Adjust profile_info use.
11516
11517 2003-04-23 Roger Sayle <roger@eyesopen.com>
11518
11519 PR optimization/10339
11520 * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
11521 directly instead of unsafely transforming call into a memcmp.
11522 (expand_builtin_strncmp): Likewise.
11523
11524 2003-04-22 Roger Sayle <roger@eyesopen.com>
11525
11526 * alias.c (mark_constant_function): Check for constancy and
11527 purity even of void functions. Update both the function decl
11528 and the cgraph RTL info with the results.
11529
11530 2003-04-22 Roger Sayle <roger@eyesopen.com>
11531
11532 * real.c (do_add): Change to return a bool indicating that the
11533 result of the operation may be inexact due to loss of precision.
11534 (do_multiply): Likewise.
11535 (do_divide): Likewise.
11536
11537 2003-04-22 Geoffrey Keating <geoffk@apple.com>
11538 Loren James Rittle <ljrittle@acm.org>
11539
11540 * dwarf2out.c (fde_table_allocated): Mark with GTY.
11541 (decl_die_table_allocated): Likewise.
11542 (abbrev_die_table_allocated): Likewise.
11543 (line_info_table_allocated): Likewise.
11544 (separate_line_info_table_allocated): Likewise.
11545 (pubname_table_allocated): Likewise.
11546 (arange_table_allocated): Likewise.
11547 (ranges_table_allocated): Likewise.
11548 (decl_die_table_in_use): Unconditionalize; mark with GTY.
11549 (abbrev_die_table_in_use): Likewise.
11550 (line_info_table_in_use): Likewise.
11551 (separate_line_info_table_in_use): Likewise.
11552 (pubname_table_in_use): Likewise.
11553 (arange_table_in_use): Likewise.
11554 (ranges_table_in_use): Likewise.
11555 (have_location_lists): Likewise.
11556 (emitcount): New GTY-marked static, moved...
11557 (maybe_emit_file): ...from here.
11558 (label_num): New GTY-marked static, moved...
11559 (gen_internal_sym): ...from here.
11560
11561 2003-04-22 Richard Henderson <rth@redhat.com>
11562
11563 PR 8866
11564 * rtl.h (MEM_NOTRAP_P): New.
11565 (MEM_COPY_ATTRIBUTES): Copy it.
11566 * rtlanal.c (may_trap_p): Check it.
11567 * expr.c (do_tablejump): Set it.
11568 * doc/rtl.texi (Flags): Document it.
11569
11570 * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
11571
11572 2003-04-22 Olivier Hainque <hainque@act-europe.fr>
11573
11574 * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
11575 set FRP on stack adjustment for outgoing args if frame_pointer_needed.
11576
11577 2003-04-22 Vincent Celier <celier@gnat.com>
11578
11579 * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
11580 --enable-threads=gnat.
11581 * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
11582 * configure.in: Add gnat to the list of thread packages
11583 * configure: Rebuild.
11584 * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
11585
11586 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
11587
11588 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
11589
11590 2003-04-22 Devang Patel <dpatel@apple.com>
11591
11592 * cpptrad.c (_cpp_replacement_text_len): Add check for macro
11593 parameter count.
11594 (_cpp_copy_replacement_text): Same.
11595
11596 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
11597
11598 * c-lex.c (c_lex): Handle CPP_OTHER differently.
11599 * cppexp.c (_cpp_parse_expr): Similarly.
11600 * cpplex.c (SPELL_CHAR): Remove.
11601 (_cpp_lex_direct): Stray chars are saved as byte strings.
11602 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
11603 handle SPELL_CHAR.
11604 (cpp_avoid_paste): Update handling of CPP_OTHER.
11605 * cpplib.h: Spell CPP_OTHER like a number.
11606 (struct cpp_token): Remove member c.
11607 * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
11608
11609 2003-04-22 David Turner <novalis@gnu.org>
11610
11611 * gbl-ctors.h: Add special license exception.
11612 * libgcc2.h: Likewise.
11613 * tsystem.h: Likewise.
11614 * gcov-io.h: Likewise.
11615
11616 2003-04-22 David Edelsohn <edelsohn@gnu.org>
11617
11618 * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
11619 macro defaulting to original BRANCH_COST heuristic.
11620 * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
11621
11622 * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
11623
11624 2003-04-22 Aldy Hernandez <aldyh@redhat.com>
11625
11626 * config/rs6000/t-spe: Merge in t-fprules into file.
11627
11628 * config.gcc: Add t-spe to powerpc-eabispe.
11629
11630 2003-04-22 Kean Johnston <jkj@sco.com>
11631
11632 * tlink.c (recompile_files): Add missing '=' to putenv calls
11633
11634 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
11635
11636 * ginclude/stddef.h: Provide C++ safe offsetof.
11637
11638 2003-04-22 J"orn Rennecke <joern.rennecke@superh.com>
11639
11640 * function.c (purge_addressof_1): In (mem (addressof (reg))) case
11641 for reg notes, if there are no substitutions, just use a SUBREG.
11642
11643 2003-04-21 Mark Mitchell <mark@codesourcery.com>
11644
11645 * Makefile.in (calls.o): Depend on except.h.
11646 * calls.c: Include except.h.
11647 (emit_call_1): Call note_eh_region_may_contain_throw if
11648 appropriate.
11649 * except.c (eh_region): Add may_contain_throw.
11650 (expand_eh_region_end_cleanup): Do not include handler code when
11651 it cannot be reached.
11652 (note_eh_region_may_contain_throw): New function.
11653 * except.h (note_eh_region_may_contain_throw): New function.
11654
11655 2003-04-21 Mark Mitchell <mark@codesourcery.com>
11656
11657 * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
11658 changes.
11659
11660 2003-04-21 Aldy Hernandez <aldyh@redhat.com>
11661
11662 * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
11663 64-bit long doubles.
11664
11665 2003-04-21 Olivier Hainque <hainque@act-europe.fr>
11666
11667 * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
11668 a number of conversions required for type consistency and previously
11669 stripped off by STRIP_NOPS.
11670
11671 * calls.c (expand_call): Prevent sibcall optimization for calls to
11672 nested subprograms.
11673
11674 * expmed.c (extract_bit_field): Reverse operands of && condition to
11675 prevent a potential division by zero in the previously first branch.
11676 * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
11677
11678 2003-04-21 Joel Brobecker <brobecker@gnat.com>
11679
11680 * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
11681 (subrange_type_die): Likewise.
11682 (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
11683 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
11684
11685 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11686
11687 Break out coverage routines to new file.
11688 * Makefile.in (COVERAGE_H): New variable
11689 (C_OBJS): Add coverage.o
11690 (coverage.o): New target.
11691 (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
11692 dependencies.
11693 (GTFILES): Adjust.
11694 (gt-coverage.h): New target.
11695 (gt-profile.h): Remove.
11696 * profile.h: Remove. Move to ...
11697 * coverage.h: ... here. New. #include gcov-io.h.
11698 * gcov-io.h: Move function definitions to ...
11699 * gcov-io.c: ... here. New.
11700 * profile.c: Move coverage routines to coverage.c.
11701 (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
11702 end_branch_prob): Adjust.
11703 * coverage.c: New. Coverage routines from profile.c
11704 (coverage_counter_ref, coverage_init, coverage_finish,
11705 coverage_end_function, coverage_begin_output,
11706 coverage_counter_ref, get_coverage_counts): Define.
11707 * gcov-dump.c, gcov.c: #include gcov-io.c.
11708 * libgcov.c: Likewise. Adjust.
11709 * loop-init.c: Don't #include profile.h
11710 * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
11711 * rtl.h: Add coverage prototypes.
11712 * toplev.c (compile_file): Init coverage, not branch_prob.
11713 Always call coverage_finish.
11714 (rest_of_compilation): Call coverage_end_function.
11715
11716 2003-04-21 Matt Kraai <kraai@alumni.cmu.edu>
11717
11718 * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
11719
11720 2003-04-21 Neil Booth <neil@daikokuya.co.uk>
11721
11722 * c-ppoutput.c (cb_include): Don't take a cpp_token.
11723 * cppfiles.c: Don't undef strcmp.
11724 (find_include_file): Don't take a cpp_token. Check for empty
11725 file names.
11726 (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
11727 (cpp_push_include): Simplify.
11728 * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
11729 * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
11730 (parse_include): Similary. Don't check for zero-length filenames.
11731 (do_include_common, do_pragma_dependency): Update accordingly.
11732 * cpplib.h (struct cpp_callbacks): Change prototype of include.
11733
11734 2003-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11735
11736 * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
11737 details of conflict handling.
11738
11739 * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
11740 when conversion overflows.
11741
11742 * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
11743
11744 * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
11745 before clearing.
11746
11747 2003-04-21 Mark Mitchell <mark@codesourcery.com>
11748
11749 * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
11750 have the same form as the old RTL.
11751
11752 2003-04-21 Andreas Jaeger <aj@suse.de>
11753
11754 * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
11755
11756 2003-04-20 Chris Lattner <sabre@nondot.org>
11757 Zack Weinberg <zack@codesourcery.com>
11758
11759 * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
11760 genrtl_cleanup_stmt. Correct comment at head of
11761 genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
11762
11763 * stmt.c (struct nesting): Kill n_function_calls.
11764 (expand_start_bindings): Don't set
11765 thisblock->data.block.n_function_calls.
11766 (expand_end_bindings): Compare function_call_count against 0.
11767 (expand_cleanups): Kill DONT_DO argument; all callers passed
11768 NULL_TREE. All callers updated to match.
11769
11770 2003-04-20 Zack Weinberg <zack@codesourcery.com>
11771
11772 * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
11773 (defer_addressed_constants, output_deferred_addressed_constants): Kill.
11774 (output_constant_def): Remove code predicated on
11775 defer_addressed_constants_flag.
11776
11777 * output.h: Remove prototypes of deleted functions.
11778 * c-typeck.c (constructor_subconstants_deferred): Kill.
11779 (struct initializer_stack): Remove 'deferred' field.
11780 (start_init): Remove all references to the above.
11781 (finish_init): Likewise. Also remove never-executed call to
11782 output_deferred_addressed_constants. Pull assignment to
11783 defstr out of if expression.
11784
11785 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
11786
11787 * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
11788 NOTE_NEWLINE): Remove.
11789 * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
11790 to handle new form of line note type.
11791
11792 2003-04-20 Zack Weinberg <zack@codesourcery.com>
11793
11794 * target.h (encode_section_info): Add new argument carrying
11795 the RTL to be modified by the hook.
11796
11797 * varasm.c (make_decl_rtl, output_constant_def): Update calls
11798 to encode_section_info.
11799 (default_encode_section_info): Take and use RTL argument,
11800 don't use TREE_CST_RTL or DECL_RTL.
11801 * output.h: Update prototype of default_encode_section_info.
11802 * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
11803 (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
11804 Update calls to encode_section_info.
11805
11806 * config/darwin.c, config/arm/arm.c, config/arm/pe.c
11807 * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
11808 * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
11809 * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
11810 * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
11811 * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
11812 Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
11813 except for PE dllimport/dllexport. Update calls to
11814 default_encode_section_info.
11815
11816 * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
11817 Update prototypes.
11818
11819 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
11820
11821 2003-04-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11822
11823 PR/8705
11824 * pa.md (movccfp): New expander.
11825 (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
11826 Reverse fcmp conditions.
11827
11828 2003-04-20 Marek Michalkiewicz <marekm@amelek.gda.pl>
11829
11830 * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
11831 of operand 1 correctly.
11832
11833 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
11834
11835 * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
11836 * gcov.c (output_lines): Don't be so fussy about going past EOF.
11837
11838 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
11839
11840 * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
11841 (cppcharset.o): New target.
11842 * c-lex.c (is_extended_char): Move to cppcharset.c.
11843 (utf8_extend_token): Delete.
11844 * cppcharset.c: New file.
11845 * cpphash.h (_cpp_valid_ucn): New.
11846 * cpplex.c (lex_identifier): Update prototype.
11847 (continues_identifier_p): Rename forms_identifier_p. Handle UCN
11848 escapes.
11849 (maybe_read_ucs): Rename maybe_read_ucn. Update to use code
11850 in cppcharset.c.
11851 (lex_number, lex_identifier, cpp_parse_escape): Update.
11852 (_cpp_lex_direct): Update to handle UCNs.
11853 (cpp_avoid_paste): Don't paste to form a UCN.
11854
11855 2003-04-19 Roger Sayle <roger@eyesopen.com>
11856
11857 * builtins.c (expand_builtin): Don't expand a pure or const
11858 built-in function if the result will be ignored and none of
11859 its arguments are volatile.
11860
11861 2003-04-19 Kean Johnston <jkj@sco.com>
11862
11863 * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
11864 * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
11865 target fragment now: t-sco5; dont compile crti.o.
11866 * config/i386/sco5.h: major overhaul to remove all COFF remnants
11867 and to use elfos.h for most definitions.
11868 (BSS_SECTION_ASM_OP): set correct segment attributes.
11869 (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
11870 (DWARF2_UNWIND_INFO): Always set to 1.
11871 (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
11872 (MD_STARTFILE_PREFIX_1): Define.
11873 (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
11874 (DEFAULT_LINKER): Define if not specified to configure.
11875 (CTORS_SECTION_ASM_OP): Remove COFF crud.
11876 (DTORS_SECTION_ASM_OP): Remove COFF crud.
11877 (WINT_TYPE): Define.
11878 (SDB_DEBUGGING_INFO): Remove.
11879 (EXTRA_SECTIONS): Likewise.
11880 (EXTRA_SECTION_FUNCTIONS): Likewise.
11881 (CTOR_LIST_BEGIN): Likewise.
11882 (CTOR_LIST_END): Likewise.
11883 (INIT_SECTION_FUNCTION): Likewise.
11884 (FINI_SECTION_FUNCTION): Likewise.
11885 (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
11886 (LOCAL_LABEL_PREFIX): Likewise.
11887 (NON_SAVING_SETJMP): Likewise.
11888 (RETURN_POPS_ARGS): Likewise.
11889 (ASM_OUTPUT_SKIP): Likewise.
11890 (TARGET_ASM_NAMED_SECTION): Likewise.
11891 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
11892 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
11893 (ASM_OUTPUT_IDENT): Likewise.
11894 (ASM_OUTPUT_CASE_LABEL): Likewise.
11895 (ASM_OUTPUT_ASCII): Likewise.
11896 (ASM_OUTPUT_LIMITED_STRING): Likewise.
11897 (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
11898 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
11899 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11900 (ASM_FINISH_DECLARE_OBJECT): Likewise.
11901 (ASM_DECLARE_OBJECT_NAME): Likewise.
11902 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
11903 (ASM_DECLARE_FUNCTION_NAME): Likewise.
11904 (ASM_DECLARE_RESULT): Likewise.
11905 (ASM_WEAKEN_LABEL): Likewise.
11906 (SUPPORTS_WEAK): Likewise.
11907 (APPLY_RESULT_SIZE): Likewise.
11908 (LPREFIX): Likewise.
11909 (ALIGN_ASM_OP): Likewise.
11910 (ASCII_DATA_ASM_OP): Likewise.
11911 (IDENT_ASM_OP): Likewise.
11912 (ASM_SHORT): Likewise.
11913 (ASM_LONG): Likewise.
11914 (TYPE_ASM_OP): Likewise.
11915 (SIZE_ASM_OP): Likewise.
11916 (STRING_ASM_OP): Likewise.
11917 (SKIP_ASM_OP): Likewise.
11918 (EH_FRAME_SECTION_ASM_OP): Likewise.
11919 (READONLY_DATA_SECTION_ASM_OP): Likewise.
11920 (INIT_SECTION_ASM_OP): Likewise.
11921 (FINI_SECTION_ASM_OP): Likewise.
11922 (TEXT_SECTION_ASM_OP): Likewise.
11923 (DATA_SECTION_ASM_OP): Likewise.
11924 (TYPE_OPERANT_FORMAT): Likewise.
11925 (ASM_SPEC): Remove COFF code.
11926 (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
11927 cause -pg to emit an error; use pcrt1elf.o with -pp
11928 (ENDFILE_SPEC): Likewise.
11929 (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
11930 (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
11931 (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
11932 add -z alt_resolve to support weak symbols the way GCC wants them.
11933 (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
11934 (LIBGCC_SPEC): Dont use -lgcc in -G mode.
11935 (ASM_PREFERED_EH_DATA_FORMAT): Remove.
11936 * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
11937 (CRTSTUFF_T_CFLAGS_S): Define.
11938 (MULTILIB_OPTIONS): Likewise.
11939 (MULTILIB_DIRNAMES): Likewise.
11940 (MULTILIB_MATCHES): Likewise.
11941 (MULTILIB_EXTRA_OPTS): Likewise.
11942 (LIBGCC): Likewise.
11943 (INSTALL_LIBGCC): Likewise.
11944 (crti.o): Remove.
11945 * config/i386/t-sco5gas: Remove.
11946 * doc/install.texi: Updated for new OpenServer instructions.
11947 * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
11948
11949 2003-04-19 Kean Johnston <jkj@sco.com>
11950
11951 * fixinc/check.tpl: Allow user to over-ride diff program.
11952 * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
11953 (sco_math): Added test for SCO math header files.
11954 (sco_regset): Added check for conflicts with ieeefp.h.
11955 (svr4_disable_opt): Removed extraneous #ifdef SVR4.
11956 * fixinc/fixincl.x: Regenerated
11957 * fixinc/tests/base/math.h: Added sco_math tests.
11958 * fixinc/tests/base/string.h: New file.
11959 * fixinc/tests/base/sys/regset.h: New file.
11960
11961 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
11962
11963 * cpphash.h (struct cpp_buffer): Remove backup_to.
11964 * cpplex.c (BACKUP, get_effective_char): Die.
11965 (_cpp_skip_block_comment): Assume '*' is location on entry.
11966 (continues_identifier_p): Respect -fno-dollars-in-identifiers.
11967 (IF_NEXT_IS): Update.
11968 (_cpp_lex_direct): Don't use backup_to; look ahead directly.
11969
11970 2003-04-19 Matt Kraai <kraai@alumni.cmu.edu>
11971
11972 * README.Portability: Move to a new section and obsolete K+R
11973 portability issues.
11974
11975 Sat Apr 19 14:56:17 CEST 2003 Jan Hubicka <jh@suse.cz>
11976
11977 * rtlanal.c (subreg_offset_representable_p): Fix call of
11978 subreg_lowpart.
11979
11980 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
11981
11982 * cpphash.h (struct cpp_reader): New member warned_dollar.
11983 * cpplex.c (continues_identifier_p): New function.
11984 (parse_identifier, parse_number, parse_string): Rename lex_identifer,
11985 lex_number and lex_string, and simplify.
11986 (parse_slow, unescaped_terminator_p): Die.
11987 (_cpp_lex_direct): Update.
11988
11989 2003-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11990
11991 * calls.c (expand_call): Provide init for old_stack_pointer_delta.
11992
11993 2003-04-19 Nathan Sidwell <nathan@codesourcery.com>
11994
11995 * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
11996 fork behavior.
11997
11998 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
11999
12000 * cppexp.c (eval_token): Permit true and false even if pedantic.
12001
12002 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12003
12004 * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
12005
12006 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
12007
12008 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
12009 MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
12010 (struct include_file): Remove fefcnt, mapped members.
12011 (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
12012 (read_include_file): Don't use mmap, terminate buffers in '\r'.
12013 (purge_cache): Don't use munmap.
12014 * cpphash.h (CPP_BUF_COLUMN): Update.
12015 (lexer_state): Remove lexing_comment.
12016 (struct _cpp_line_note): New.
12017 (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
12018 next_line and need_line. Remove col_adjust and saved_flags.
12019 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
12020 _cpp_skip_block_comment, scan_out_logical_line): New.
12021 (_cpp_init_mbchar): Remove.
12022 * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
12023 (cpp_read_main_file): Set line to 1 earlier.
12024 (post_options): -traditional-cpp doesn't want trigraphs.
12025 * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
12026 (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
12027 _cpp_get_fresh_line): New.
12028 (handle_newline, skip_escaped_newlines, trigraph_p,
12029 continue_after_nul, _cpp_init_mbchar): Remove.
12030 (get_effective_char): Update.
12031 (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
12032 (skip_line_comment): Simplify.
12033 (skip_whitespace, parse_identifier, parse_slow, parse_number,
12034 parse_string): Update.
12035 (cpp_lex_direct): Use clean lines and process line notes. Update.
12036 (cpp_interpret_charconst): No MULTIBYTE_CHARS.
12037 * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
12038 directly.
12039 (_cpp_handle_directive): Don't set saved_flags.
12040 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
12041 cpp_undef, handle_assertion, cpp_push_buffer): Update.
12042 (_cpp_pop_buffer): Free notes.
12043 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
12044 * cpppch.c (cpp_read_state): \n terminate buffer.
12045 * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
12046 (copy_comment): Use _cpp_skip_block_comment.
12047 (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
12048 Simplify.
12049 (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
12050 save_replacement_text): Update.
12051 (scan_out_logical_line): Update to use clean lines and process
12052 line notes.
12053 * fix-header.c (read_scan_file): Update.
12054
12055 2003-04-18 Douglas B Rupp <rupp@gnat.com>
12056
12057 * unwind-dw2-fde.c (__register_frame_info_bases): Check for
12058 null begin parameter (as well as pointer to null).
12059 (__deregister_frame_info_bases): Likewise.
12060
12061 2003-04-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12062
12063 * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
12064 hard or virtual register and copy into pseudo if replacement fails.
12065
12066 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
12067
12068 * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
12069
12070 2003-04-18 Olivier Hainque <hainque@act-europe.fr>
12071
12072 * calls.c (expand_call): Move special case for constructor calls
12073 to right place. Ensures constructor calls used to initialize
12074 arguments get a clean outgoing argument block for themselves.
12075 Move check for stack deallocation completeness until after last
12076 deallocation. Add stack_pointer_delta to set of state
12077 variables saved and restored along with current stack_level.
12078
12079 * integrate.c (expand_inline_function): Ensure non-const actuals
12080 don't end up const in the caller's flow after conversion to possibly
12081 const formal type.
12082
12083 2003-04-18 Vincent Celier <celier@gnat.com>
12084
12085 * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
12086 and *_DIV_EXPR as TRUNC_*_EXPR.
12087
12088 2003-04-18 Mark Mitchell <mark@codesourcery.com>
12089
12090 * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
12091 for orphaned jump tables.
12092
12093 2003-04-18 Kazu Hirata <kazu@cs.umass.edu>
12094
12095 * reload1.c: Revert my previous patch on 2002-04-17.
12096
12097 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12098
12099 * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
12100 Add Segher Boessenkool.
12101
12102 2003-04-18 Alexander Sotirov <sluncho@mirizma.org>
12103
12104 PR c/9177
12105 * c-decl.c (c_expand_body): Don't garbage collect the function
12106 body if we are going to dump it later.
12107
12108 2003-04-18 Richard Henderson <rth@redhat.com>
12109
12110 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
12111 (alpha_end_function): Don't set them.
12112 (decl_in_text_section): Remove.
12113 (alpha_encode_section_info): Remove.
12114 (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
12115 (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
12116 sections, rather than decl_in_text_section results.
12117
12118 2003-04-18 Roger Sayle <roger@eyesopen.com>
12119
12120 * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
12121 and SIGN_EXTRACT.
12122
12123 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
12124
12125 PR optimization/7675
12126 * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
12127 on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
12128 nested functions if they refer to declarations from parent functions.
12129 * stmt.c (expand_decl): Don't put automatic variables in registers
12130 if the DECL_NONLOCAL flag is set.
12131
12132 2003-04-18 Hans-Peter Nilsson <hp@bitrange.com>
12133
12134 * gcse.c (compute_ld_motion_mems): For MEM destinations, only
12135 consider those to be movable where the source matches
12136 want_to_gcse_p.
12137 (update_ld_motion_stores): In comment, refer to
12138 compute_ld_motion_mems for validity of replacement.
12139
12140 Fri Apr 18 01:28:51 CEST 2003 Jan Hubicka <jh@suse.cz>
12141
12142 * gcov-dump.c (tag_summary): Remove max_sum
12143 * gcov-io.h (gcov_summary, gcov_write_summary,
12144 gcov_read_summary): Kill max_sum.
12145 * libgcov.c (gcov_exit): Do one pass over the data. Make error
12146 message more verbose.
12147
12148 * emit-rtl.c (subreg_hard_regno): Check that register is
12149 representable.
12150
12151 * reload.c (reload_inner_reg_of_subreg): When register is not
12152 representable, reload the whole thing.
12153 (find_reloads): Likewsie.
12154 * rtlanal.c (subreg_representable_p): New function.
12155
12156 * profile.c (compute_branch_probabilities): Cleanup sanity checking;
12157 allow negative probabilities for edges from the call to exit.
12158 (branch_prob): Do not add fake edges for functions that may return
12159 twice.
12160
12161 2003-04-17 DJ Delorie <dj@redhat.com>
12162
12163 * toplev.c (target_options): Add value field.
12164 (set_target_switch): Handle target options with values.
12165 * doc/tm.texi: Document how fixed vs variable target
12166 options work.
12167 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
12168 config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
12169 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
12170 config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
12171 config/m32r/m32r.h, config/m68hc11/m68hc11.h,
12172 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
12173 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
12174 config/rs6000/rs6000.h, config/rs6000/sysv4.h,
12175 config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
12176 Add value initializer to target options.
12177
12178 2003-04-07 Loren James Rittle <ljrittle@acm.org>
12179
12180 * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
12181
12182 2003-04-17 Kazu Hirata <kazu@cs.umass.edu>
12183
12184 * reload1.c (move2add_last_cc0): New.
12185 (reload_cse_move2add): Detect implicit sets.
12186 (move2add_note_store): Notice a store into cc0.
12187
12188 2003-04-17 Roger Sayle <roger@eyesopen.com>
12189
12190 PR c/10375
12191 * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
12192 function attributes.
12193
12194 2003-04-17 Janis Johnson <janis187@us.ibm.com>
12195
12196 * doc/sourcebuild.texi (Test Suites): Document support for testing
12197 binary compatibility (moved from testsuite/README.compat).
12198
12199 2003-04-17 Richard Henderson <rth@redhat.com>
12200
12201 * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
12202
12203 2003-04-17 Simon Law <sfllaw@engmail.uwaterloo.ca>
12204
12205 * doc/include/gpl.texi: Fix double-spacing after "MA" to match
12206 the one provided by the FSF.
12207
12208 2003-04-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12209
12210 * doc/install.texi (Binaries): Update URL and list of platforms
12211 provided by ftp.thewrittenword.com.
12212
12213 2003-04-17 Richard Henderson <rth@redhat.com>
12214
12215 * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
12216 (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
12217 * config/xtensa/xtensa.md (call, call_value): Likewise.
12218
12219 2003-04-17 Richard Henderson <rth@redhat.com>
12220
12221 * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
12222 (print_operand_address): Likewise.
12223 (ep_memory_operand): Likewise.
12224 (special_symbolref_operand): Likewise.
12225 (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
12226 (v850_encode_section_info): Call default_encode_section_info.
12227 (v850_strip_name_encoding): Remove.
12228 * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
12229 (ASM_OUTPUT_LABELREF): Remove.
12230 (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
12231 (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
12232 (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
12233 (ENCODED_NAME_P): Remove.
12234 (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
12235 (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
12236 (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
12237
12238 2003-04-17 Richard Henderson <rth@redhat.com>
12239
12240 * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
12241 * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
12242 SYMBOL_REF_FUNCTION_P.
12243
12244 2003-04-17 Richard Henderson <rth@redhat.com>
12245
12246 * config/sparc/sparc.c (sparc_encode_section_info): Remove.
12247 (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
12248 (text_segment_operand): Likewise.
12249
12250 2003-04-17 Richard Henderson <rth@redhat.com>
12251
12252 * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
12253 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12254 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
12255 (sh_encode_section_info): Remove.
12256 (sh_strip_name_encoding): Remove.
12257 * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
12258 (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
12259 (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
12260 (ASM_OUTPUT_LABELREF): Remove.
12261 (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
12262 * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
12263
12264 2003-04-17 Richard Henderson <rth@redhat.com>
12265
12266 * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
12267 (tls_model_chars): Remove.
12268 (larl_operand): Use SYMBOL_REF_FLAGS.
12269 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12270 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
12271 (s390_output_mi_thunk): Likewise.
12272 (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
12273 (s390_function_profiler): Likewise.
12274 (s390_encode_section_info): Use default_encode_section_info
12275 and SYMBOL_FLAG_ALIGN1.
12276 (s390_strip_name_encoding): Remove.
12277 * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
12278 * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
12279 (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
12280
12281 2003-04-17 Richard Henderson <rth@redhat.com>
12282
12283 * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
12284 (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
12285 (print_operand_address): Likewise.
12286
12287 * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
12288 * config/ns32k/ns32k.c (expand_block_move): Don't check
12289 flag_unroll_loops.
12290
12291 2003-04-17 Richard Henderson <rth@redhat.com>
12292
12293 * config/mcore/mcore.c (mcore_encode_section_info): Don't set
12294 SYMBOL_REF_FLAG.
12295
12296 2003-04-17 Richard Henderson <rth@redhat.com>
12297
12298 * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
12299
12300 * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
12301 (SYMBOL_REF_MODEL): New.
12302 (LIT_NAME_P): Move from m32r.h.
12303 (m32r_select_section): Remove.
12304 (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
12305 (m32r_strip_name_encoding): Remove.
12306 (m32r_in_small_data_p): New.
12307 (small_data_operand): Use SYMBOL_REF_SMALL_P.
12308 (addr24_operand): Use SYMBOL_REF_MODEL.
12309 (call26_operand): Likewise.
12310 (addr32_operand): Tidy.
12311 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
12312 * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
12313 (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
12314 (READONLY_DATA_SECTION_ASM_OP): Remove.
12315 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
12316 (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
12317 (TARGET_ASM_SELECT_SECTION): Remove.
12318 (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
12319 (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
12320 (LARGE_NAME_P, ENCODED_NAME_P): Remove.
12321 (ASM_OUTPUT_LABELREF): Remove.
12322
12323 2003-04-17 Richard Henderson <rth@redhat.com>
12324
12325 * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
12326 (encode_section_info): Remove.
12327 * config/ip2k/ip2k-protos.h: Update.
12328
12329 2003-04-17 Richard Henderson <rth@redhat.com>
12330
12331 * varasm.c (default_encode_section_info): Don't set
12332 SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
12333 * config/i370/i370.c (i370_encode_section_info): Remove.
12334 * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
12335 (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
12336 * config/i370/i370.md (movsi): Likewise.
12337
12338 * config/i370/t-i370: Add missing backslash.
12339
12340 2003-04-17 Eric Botcazou <ebotcazou@libertysurf.fr>
12341
12342 * doc/invoke.texi (inline-limit): Fix pasto.
12343
12344 2003-04-17 Richard Henderson <rth@redhat.com>
12345
12346 * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
12347 (small_call_insn_operand): Use it.
12348 (SYMBOL_FLAG_EIGHTBIT_DATA): New.
12349 (h8300_eightbit_constant_address_p): Use it.
12350 (SYMBOL_FLAG_TINY_DATA): New.
12351 (h8300_tiny_constant_address_p): Use it.
12352 (h8300_encode_label, h8300_strip_name_encoding): Remove.
12353 (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
12354 * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
12355 (ASM_OUTPUT_LABELREF): Remove.
12356
12357 2003-04-16 Richard Henderson <rth@redhat.com>
12358
12359 * config/frv/frv.c (symbol_ref_small_data_p): Remove. Replace
12360 all users with SYMBOL_REF_SMALL_P.
12361 (const_small_data_p): Use SYMBOL_REF_SMALL_P.
12362 (frv_encode_section_info): Remove.
12363 (frv_strip_name_encoding): Remove.
12364 (frv_in_small_data_p): Merge tests from encode_section_info.
12365 (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
12366 * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
12367 (SDATA_NAME_P): Remove.
12368 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
12369 (ASM_OUTPUT_LABELREF): Remove.
12370 (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
12371
12372 * config/frv/frv.c (frv_asm_out_constructor): New.
12373 (frv_asm_out_destructor): New.
12374 * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
12375 (DTORS_SECTION_ASM_OP): New.
12376 (ASM_OUTPUT_CONSTRUCTOR): Remove.
12377 (ASM_OUTPUT_DESTRUCTOR): Remove.
12378
12379 2003-04-16 Richard Henderson <rth@redhat.com>
12380
12381 * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
12382 SYMBOL_REF_LOCAL_P; abort if not pic.
12383 (cris_encode_section_info): Remove.
12384
12385 2003-04-16 Richard Henderson <rth@redhat.com>
12386
12387 * config/c4x/c4x.c (c4x_encode_section_info): Remove.
12388 (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
12389
12390 * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
12391 flag_inline_trees.
12392
12393 2003-04-16 Richard Henderson <rth@redhat.com>
12394
12395 * config/avr/avr.c (avr_encode_section_info): Remove.
12396 (avr_insert_attributes): New.
12397 (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
12398 (avr_assemble_integer): Likewise.
12399
12400 2003-04-16 Richard Henderson <rth@redhat.com>
12401
12402 * arc.c (arc_encode_section_info): Remove.
12403 (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
12404 (arc_print_operand, arc_print_operand_address): Likewise.
12405 * arc.h (EXTRA_CONSTRAINT): Likewise.
12406
12407 2003-04-16 Roger Sayle <roger@eyesopen.com>
12408
12409 * c-semantics.c (find_reachable_label): New function to find a
12410 potentially reachable label in an expression.
12411 (expand_unreachable_if_stmt): Similar to expand_if_stmt but
12412 assumes the start of the IF_STMT is unreachable (dead) code.
12413 (expand_unreachable_stmt): Similar to expand_stmt but assumes
12414 the start of the statement list is unreachable (dead) code.
12415 (genrtl_if_stmt): If the controlling expression of the IF
12416 is constant, use expand_unreachable_stmt for the THEN or ELSE
12417 clause as appropriate.
12418 (genrtl_switch_stmt): Use expand_unreachable_stmt to expand
12419 the body of a SWITCH statement.
12420 (expand_stmt): The code immediately following a "return",
12421 "break", "continue" or "goto" is unreachable.
12422 * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
12423
12424 2003-04-16 Richard Henderson <rth@redhat.com>
12425
12426 * rtl.h (MEM_ALIAS_SET): Update documentation.
12427 * doc/rtl.texi (Special Accessors): New node.
12428 (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
12429
12430 2003-04-16 Alexandre Oliva <aoliva@redhat.com>
12431
12432 * reload1.c (reload_cse_noop_set_p): Return false if mode of
12433 SET_DEST is not the same as that returned by...
12434 * cselib.h (cselib_reg_set_mode): ... new function.
12435 * cselib.c (cselib_reg_set_mode): Define it.
12436 (REG_VALUES): Document semantics of first element as set mode.
12437 (cselib_subst_to_values): Skip first element if ELT is NULL.
12438 (cselib_lookup): Likewise. Insert past the first element.
12439 (cselib_invalidate_regno): NULLify first element.
12440 (cselib_record_set): Set first element.
12441
12442 2003-04-16 Olivier Hainque <hainque@act-europe.fr>
12443
12444 * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
12445 (save_expr): Replace loop by call to skip_simple_arithmetics_at.
12446 * tree.h: Add prototypes for the two new functions.
12447 * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
12448 updates introduced in the previous revision by call to saved_expr_p.
12449 * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
12450
12451 * expr.c (store_field): Force usage of bitfield instructions when
12452 the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
12453 (expand_expr, case BIT_FIELD_REF): likewise.
12454
12455 2003-04-16 Mark Mitchell <mark@codesourcery.com>
12456
12457 PR middle-end/8866
12458 * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
12459 jumptables.
12460
12461 2003-04-16 Richard Henderson <rth@redhat.com>
12462
12463 * config/ia64/ia64.c (sdata_symbolic_operand): Use
12464 SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
12465 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12466 (function_operand): Use SYMBOL_REF_FUNCTION_P.
12467 (ia64_expand_load_address): Likewise.
12468 (ia64_assemble_integer): Likewise.
12469 (ia64_encode_section_info): Remove.
12470 (ia64_strip_name_encoding): Remove.
12471 * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
12472 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
12473
12474 2003-04-16 Richard Henderson <rth@redhat.com>
12475
12476 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
12477 (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
12478 (direct_call_operand): Use SYMBOL_FLAG_NEAR.
12479 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12480 (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
12481 (global_symbolic_operand): Similarly.
12482 (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
12483 (tls_symbolic_operand_type): Likewise.
12484 (alpha_encode_section_info): Use default_encode_section_info.
12485 (alpha_strip_name_encoding): Remove.
12486 (get_tls_get_addr): Split out from ...
12487 (alpha_legitimize_address): ... here.
12488 (alpha_emit_xfloating_libcall): Use init_one_libfunc.
12489 (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
12490 (alpha_initialize_trampoline): Use init_one_libfunc.
12491 (alpha_setup_incoming_varargs): Mark unused parameters.
12492 (alpha_initial_elimination_offset): Likewise.
12493 (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
12494 (unicosmk_unique_section): Use default_strip_name_encoding.
12495 (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
12496
12497 2003-04-16 Aldy Hernandez <aldyh@redhat.com>
12498
12499 * config.gcc: Add t-spe for eabispe.
12500
12501 * config/rs6000/t-spe: New.
12502
12503 2003-04-16 J"orn Rennecke <joern.rennecke@superh.com>
12504
12505 Re-apply this patch:
12506
12507 2002-05-16 Dale Johannesen <dalej@apple.com>
12508 * combine.c (cant_combine_insn_p): Reenable combinations
12509 involving hard regs unless CLASS_LIKELY_SPILLED_P.
12510
12511 2003-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12512
12513 PR/10271
12514 * pa-protos.h (function_arg): Remove last argument.
12515 * pa.c (function_arg): Likewise. Use CUMULATIVE_ARGS struct instead.
12516 * pa.h (struct hppa_args): Add member incoming.
12517 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
12518 member incoming.
12519 (FUNCTION_ARG): Revise call to function_arg.
12520 (FUNCTION_INCOMING_ARG): Delete.
12521
12522 2003-04-15 Zack Weinberg <zack@codesourcery.com>
12523
12524 * configure.in: Unify the code which creates symlinks to a
12525 just-built as, ld, objdump, and nm with the code that detects
12526 their presence for purposes of feature tests.
12527 * configure: Regenerate.
12528
12529 2003-04-15 Zack Weinberg <zack@codesourcery.com>
12530
12531 * varasm.c (output_constant_def): Do not consult
12532 CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it.
12533 (after_function_constants, output_after_function_constants): Delete.
12534 * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
12535 * config/mips/mips-protos.h, config/mips/mips.c
12536 (mips16_constant_after_function_p): Delete.
12537 * config/mips/mips.h: Delete #if-0-ed definition of
12538 CONSTANT_AFTER_FUNCTION_P.
12539 * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
12540 mention of CONSTANT_AFTER_FUNCTION_P in comment.
12541
12542 2003-04-15 Geoffrey Keating <geoffk@apple.com>
12543
12544 * tree.c (next_decl_uid): Mark with GTY.
12545 (next_type_uid): Likewise.
12546
12547 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
12548
12549 PR target/9594:
12550 * sh.c (barrier_align): Also recognize stuff_delay_slot as
12551 an indicator that a barrier was created by branch splitting.
12552
12553 2003-04-15 Mark Mitchell <mark@codesourcery.com>
12554
12555 * c-decl.c (implicitly_declare): Copy declarations that are going
12556 to be placed in a local scope.
12557
12558 2003-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
12559
12560 * invoke.texi (Spec Files): Wrap if-exists-else example.
12561 (MCore): Remove duplicate @itemx entries and @opindex entries.
12562
12563 2003-04-15 Ulrich Weigand <uweigand@de.ibm.com>
12564
12565 * unwind.inc (_Unwind_Backtrace): New function.
12566 * unwind.h (_Unwind_Backtrace): Declare it.
12567 * libgcc-std.ver (_Unwind_Backtrace): Export it.
12568
12569 2003-04-14 Jason Merrill <jason@redhat.com>
12570
12571 PR middle-end/10336, c++/10401
12572 * jump.c (never_reached_warning): Also stop looking if we reach the
12573 beginning of the function.
12574
12575 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12576
12577 PR target/10338
12578 PR bootstrap/10198
12579 PR bootstrap/10140
12580 * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
12581
12582 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
12583
12584 * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
12585
12586 2003-04-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12587
12588 * optabs.c (expand_binop): In multi-word add cases, ensure
12589 XTARGET is copied to TARGET if they are different.
12590
12591 2003-04-15 Olivier Hainque <hainque@act-europe.fr>
12592
12593 * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
12594 to region, possible after integration of function with unreachable
12595 regions that were optimized away.
12596
12597 2003-04-15 Jakub Jelinek <jakub@redhat.com>
12598
12599 * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
12600 instead of TOC_REGISTER in epilogue in
12601 current_function_calls_eh_return functions.
12602
12603 2003-04-14 Mark Mitchell <mark@codesourcery.com>
12604
12605 * doc/extend.texi (Empty Structures): Correct description of G++'s
12606 handling of these structures.
12607
12608 * c-decl.c (grokdeclarator): Reject extern redeclarations of
12609 static variables.
12610
12611 2003-04-14 Janis Johnson <janis287@us.ibm.com>
12612
12613 * config/rs6000/rs6000.md (define_constants): Define constants for
12614 all UNSPEC usage, including new values for TLS support.
12615 (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
12616 load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
12617 load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
12618 macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
12619 stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
12620 eh_set_lr_di): Use them.
12621 * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
12622 rs6000_emit_epilogue) Use them.
12623
12624 * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
12625
12626 2003-04-14 Neil Booth <neil@daikokuya.co.uk>
12627
12628 * Makefile.in (c-opts.o): Use custom action.
12629
12630 2003-04-14 Douglas B Rupp <rupp@gnat.com>
12631
12632 * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
12633
12634 2003-04-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12635
12636 * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
12637 handle "superflat arrays" in Ada.
12638
12639 * integrate.c (expand_inline_function): Don't inline if would
12640 lose /u on a BLKmode TARGET.
12641
12642 2003-04-14 Joel Brobecker <brobecker@gnat.com>
12643
12644 * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
12645 extracted from dbxout_type.
12646 (dbxout_range_type): print large bounds in octal format.
12647 (dbxout_type): Replace extracted code by call to
12648 print_int_cst_bounds_in_octal_p.
12649
12650 * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
12651 of DW_LANG_Ada83 for Ada units.
12652
12653 2003-04-14 Olivier Hainque <hainque@act-europe.fr>
12654
12655 * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
12656 temporary used to round CONST_INT sizes.
12657
12658 * tree.c (int_fits_type_p): Extract generic checks from the case
12659 of constant type bounds. Refine the checks against constant type
12660 bounds to allow for possible decisions against each of these bounds
12661 without requiring both bounds to be constant.
12662 (tree_int_cst_msb): Put back.
12663 * tree.h (tree_int_cst_msb): Likewise.
12664
12665 * global.c (global_conflicts): Prevent allocation of call clobbered
12666 hard regs to pseudos live across abnormal edges, as later passes are
12667 not ready to handle them.
12668
12669 * fold-const.c (fold): Reorder tests for conditional expressions.
12670
12671 * expr.c (highest_pow2_factor): Return unsigned.
12672 * expr.h (offset_address): Likewise.
12673 * emit-rtl.c (offset_address): POW2 argument now unsigned.
12674
12675 2003-04-14 Roger Sayle <roger@eyesopen.com>
12676
12677 * builtins.c (expand_builtin_strlen): Evaluate the lengths of
12678 string literals at compile-time.
12679
12680 2003-04-14 Roger Sayle <roger@eyesopen.com>
12681
12682 * fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a
12683 comparison operation and c1/c2 are floating point constants into
12684 x swap(cmp) (c1 - c2).
12685
12686 2003-04-14 Vladimir Makarov <vmakarov@redhat.com>
12687
12688 * genautomata.c (output_translate_vect): Fix a typo in loop
12689 condition.
12690
12691 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
12692
12693 PR target/10377
12694 * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
12695 ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
12696 ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
12697 ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
12698 ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
12699 ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
12700 ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
12701 ("*extopqihi_swap_side", "*extopqisi_swap_side")
12702 ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
12703 When next to constraint R, replace constraint i with n.
12704
12705 Mon Apr 14 16:18:37 CEST 2003 Jan Hubicka <jh@suse.cz>
12706
12707 PR opt/10024
12708 * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
12709
12710 2003-04-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12711
12712 * doc/contrib.texi (Contributors): Correct my entry.
12713
12714 2003-04-13 Roger Sayle <roger@eyesopen.com>
12715
12716 * tree.h (DECL_BUILT_IN_NONANSI): Remove.
12717 * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
12718 * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
12719 implies DECL_BUILT_IN to simplify logic.
12720 * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
12721
12722 2003-04-13 Roger Sayle <roger@eyesopen.com>
12723
12724 * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
12725 (BT_FN_PTR_SIZE_SIZE): Likewise.
12726 * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
12727 New built-in functions for malloc, calloc and strdup respectively.
12728 * calls.c (special_function_p): No need to handle malloc-like
12729 functions any longer. ECF_MALLOC is set via built-in attributes.
12730
12731 * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
12732
12733 * doc/extend.texi: Document these new built-in functions.
12734
12735 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12736
12737 * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
12738 (expand_builtin_stpcpy): New.
12739 (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
12740 * builtins.def: Add mempcpy & stpcpy support.
12741 * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
12742
12743 2003-04-13 Nick Clifton <nickc@redhat.com>
12744
12745 * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
12746 "GCC".
12747 * config/rs6000/40x.md, config/rs6000/603.md,
12748 config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
12749 config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
12750 config/rs6000/aix3newas.h, config/rs6000/aix41.h,
12751 config/rs6000/aix43.h, config/rs6000/aix51.h,
12752 config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
12753 config/rs6000/altivec.h, config/rs6000/altivec.md,
12754 config/rs6000/beos.h, config/rs6000/darwin.h,
12755 config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
12756 config/rs6000/eabisim.h, config/rs6000/eabispe.h,
12757 config/rs6000/freebsd.h, config/rs6000/gnu.h,
12758 config/rs6000/host-darwin.c, config/rs6000/linux.h,
12759 config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
12760 config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
12761 config/rs6000/netbsd.h, config/rs6000/power4.md,
12762 config/rs6000/rios1.md, config/rs6000/rios2.md,
12763 config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
12764 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
12765 config/rs6000/rs6000.h, config/rs6000/rs6000.md,
12766 config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
12767 config/rs6000/spe.md, config/rs6000/sysv4.h,
12768 config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
12769 config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
12770
12771 2003-04-13 Nick Clifton <nickc@redhat.com>
12772
12773 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
12774 support for -mcall-aix switch.
12775 * config/rs6000/eabiaix.h: Delete.
12776 * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
12777 (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
12778 RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
12779 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
12780 * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
12781 debug_stack_info, output_function_profiler,
12782 rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
12783 * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
12784 call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
12785 call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
12786 sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
12787 * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
12788 multilibs.
12789 (MULTILIB_DIRNAMES): Remove mcall-aix directories.
12790 (MULTILIB_EXCEPTIONS): Delete.
12791 (MULTILIB_MATCHES): Remove mcall-aix matches.
12792
12793 * doc/fragments.texi: Replace -mcall-aix example with an ARM
12794 one.
12795 * doc/install.texi: Delete powerpc-*-eabiaix target.
12796 * doc/invoke.texi: Remove documentation of mcall-aix switch.
12797 * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
12798 * config.gcc: Delete powerpc-*-eabiaix target.
12799
12800 2003-04-13 Kazu Hirata <kazu@cs.umass.edu>
12801
12802 * doc/invoke.texi: Fix typos.
12803 * doc/tm.texi: Likewise.
12804
12805 2003-04-12 Zack Weinberg <zack@codesourcery.com>
12806
12807 * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
12808
12809 2003-04-12 Zack Weinberg <zack@codesourcery.com>
12810
12811 * tree.c (build_constructor): New function.
12812 * tree.h: Prototype it.
12813
12814 * c-typeck.c (build_c_cast, pop_init_level)
12815 * profile.c (build_function_info_value, build_gcov_info_value)
12816 (create_profiler):
12817 Use build_constructor.
12818
12819 * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
12820
12821 * objc/objc-act.c (build_constructor):
12822 Rename objc_build_constructor. Use build_constructor.
12823 (build_objc_string_object, objc_add_static_instance)
12824 (init_def_list, init_objc_symtab, init_module_descriptor)
12825 (generate_static_references, build_selector_translation_table)
12826 (build_descriptor_table_initializer, generate_descriptor_table)
12827 (build_protocol_initializer, build_ivar_list_initializer)
12828 (generate_ivars_list, build_dispatch_table_initializer)
12829 (generate_dispatch_table, generate_protocol_list)
12830 (build_category_initializer, build_shared_structure_initializer):
12831 Update to match.
12832
12833 2003-04-12 Zack Weinberg <zack@codesourcery.com>
12834
12835 * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
12836
12837 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
12838
12839 * config/m68hc11/m68hc11-protos.h
12840 (m68hc11_eq_compare_operator): Declare
12841 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
12842 * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
12843 (d_register_operand): Check the operand mode.
12844 (hard_addr_reg_operand): Likewise.
12845
12846 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
12847
12848 * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
12849 pattern for dbcc/ibcc generation for 68HC12.
12850 ("doloop_end"): New pattern.
12851 ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
12852 ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
12853 ("m68hc12_dbcc_dec_qi"): New pattern.
12854 ("m68hc12_dbcc_inc_qi"): New pattern.
12855 (split): Add split for the above when we can't use dbcc/ibcc due to
12856 reloading.
12857 (peephole2): Add peephole2 to generate the above when possible.
12858
12859 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
12860
12861 * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
12862 mode of operand 0.
12863 (peephole2 optimize const load): Likewise for operand 2.
12864 ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
12865 clobbers CC_REGNUM.
12866 ("*rotrhi3_with_carry"): Likewise.
12867 (ashift:DI 1 split): Update pattern to create the above rotate.
12868 (lshiftrt:DI 1 split): Likewise.
12869
12870 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
12871
12872 * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
12873 ("tstqi_z_used" split): Use it.
12874 ("cmphi_z_used"): Likewise.
12875 ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
12876 ("cmpqi_z_used"): Likewise.
12877
12878 2003-04-12 Mark Mitchell <mark@codesourcery.com>
12879
12880 PR c++/7910
12881 * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
12882
12883 2003-04-12 Zack Weinberg <zack@codesourcery.com>
12884
12885 * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
12886 * configure, config.in: Regenerate.
12887 * intl.c (gcc_gettext_width): New function.
12888 * intl.h: Prototype it.
12889
12890 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
12891
12892 * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
12893 recognize -mnorelax.
12894 (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
12895 (REG_CLASS_NAMES): Add its name.
12896 (REG_CLASS_CONTENTS): Define its content.
12897
12898 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
12899
12900 * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
12901 parameters so that offsets are valid for far definition.
12902 (__mulsi3): Likewise and use ret to return.
12903 (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
12904
12905 2003-04-12 David Edelsohn <edelsohn@gnu.org>
12906
12907 * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
12908
12909 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
12910
12911 * mklibgcc.in (libgcc-stage-start): For every multilib directory
12912 containing a libgcc.a, move lib* to the corresponding stage dir.
12913
12914 * Makefile.in (stage1-start, stage2-start, stage3-start,
12915 stage4-start): Move $(SPECS) to specs in stage dir.
12916 (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
12917 back as $(SPECS).
12918
12919 * mklibgcc.in (libgcc-stage-start): Move into the stage directory
12920 object files from the non-libgcc/ multilib directories as well.
12921
12922 2003-04-11 Geoffrey Keating <geoffk@apple.com>
12923
12924 * profile.c (read_counts_file): Initialise 'checksum'.
12925
12926 * emit-rtl.c (gen_rtx): Really correct typo.
12927
12928 PR c++/9393
12929 * doc/invoke.texi (Debugging Options): Document -frandom-seed.
12930 * configure.in: Check for gettimeofday.
12931 * tree.c (flag_random_seed): Define.
12932 (default_flag_random_seed): New.
12933 (append_random_chars): Use flag_random_seed rather than trying
12934 to acquire randomness here.
12935 * tree.h (default_flag_random_seed): Declare.
12936 * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
12937 descriptions.
12938 (decode_f_option): Handle -frandom-seed.
12939 (print_switch_values): Call default_flag_random_seed.
12940 * flags.h (flag_random_seed): Declare.
12941 * configure: Regenerate.
12942 * config.in: Regenerate.
12943 * config/alpha/t-crtfm: Use -frandom-seed.
12944
12945 * doc/extend.texi (Empty Structures): New.
12946
12947 * c-pch.c: Include flags.h. Add comments to routines.
12948 (struct c_pch_validity): New.
12949 (get_ident): Update PCH file version number.
12950 (pch_init): Output current debugging type.
12951 (c_common_valid_pch): Check debugging type.
12952 * Makefile.in (c-pch.o): Update dependencies.
12953 * flags.h (debug_type_names): Declare.
12954 * toplev.c (debug_type_names): Move out of decode_g_option.
12955
12956 2003-04-11 Eric Christopher <echristo@redhat.com>
12957
12958 * emit-rtl.c (gen_rtx): Fix typos.
12959
12960 2003-04-11 Richard Henderson <rth@redhat.com>
12961
12962 * emit-rtl.c (gen_rtx): Zero '0' fields.
12963
12964 2003-04-11 Richard Henderson <rth@redhat.com>
12965
12966 PR c++/10202
12967 * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
12968 not COMPLETE_TYPE_P for re-invoking layout_decl.
12969
12970 2003-04-11 Simon Law <sfllaw@engmail.uwaterloo.ca>
12971
12972 * doc/bugreport.texi: Fix paragraph breaking between sections
12973 in preparation for TeXinfo's paragraph indentation fixes.
12974 * doc/extend.texi: Ditto.
12975 * doc/invoke.texi: Ditto.
12976 * doc/objc.texi: Ditto.
12977 * doc/gcov.texi: Wrap 'gcov' in @command{}.
12978 * doc/invoke.texi (Darwin Options): Add a preamble.
12979
12980 2003-04-11 Richard Henderson <rth@redhat.com>
12981
12982 * config/i386/i386.c (tls_model_chars): Remove.
12983 (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
12984 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12985 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12986 (tls_symbolic_operand_1): Likewise.
12987 (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
12988 * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
12989 (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
12990 * config/i386/winnt.c (i386_pe_encode_section_info): Replace
12991 bits "copied from i386.h" with default_encode_section_info.
12992
12993 2003-04-11 Richard Henderson <rth@redhat.com>
12994
12995 * rtl.def (SYMBOL_REF): Add two 0 fields.
12996 * gengtype.c (adjust_field_rtx_def): Handle them.
12997 * print-rtl.c (print_rtx): Print them.
12998 * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
12999 (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
13000 (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
13001 (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
13002 (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
13003 (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
13004 (SYMBOL_FLAG_MACH_DEP): New.
13005 * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
13006 * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
13007 (assemble_static_space): Set SYMBOL_REF_FLAGS.
13008 (assemble_trampoline_template): Likewise.
13009 (output_constant_def, force_const_mem): Likewise.
13010 (default_encode_section_info): New.
13011 * output.h: Declare it.
13012 * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
13013
13014 2003-04-11 Richard Henderson <rth@redhat.com>
13015
13016 * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
13017 (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
13018 * optabs.c (init_optabs): Initialize them.
13019 (init_libfuncs): Use init_one_libfunc.
13020 * calls.c (expand_call): Use gcov_flush_libfunc.
13021 * expr.c (store_constructor): Use setbits_libfunc.
13022 * function.c (expand_main_function): Use init_one_libfunc.
13023 * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
13024
13025 2003-04-11 Mark Mitchell <mark@codesourcery.com>
13026
13027 * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
13028 documentation; add DECL_FRIEND_CONTEXT.
13029
13030 2003-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13031
13032 * doc/install.texi (hppa): Update links for HP-UX patches. Revise
13033 notes on linker selection and configuration for 64-bit HP-UX port.
13034 * doc/invoke.texi (hppa): Remove hppa text from description for
13035 -ffunction-sections and -fdata-sections. Document -static, -nolibdld
13036 and -threads options.
13037
13038 * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
13039 libc.a on libdld.sl when -static is specified and -nolibdld is not
13040 specified.
13041 * pa64-hpux.h (LIB_SPEC): Likewise.
13042 * pa-hpux11.h (LIB_SPEC): Likewise.
13043 (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
13044 is not specified.
13045
13046 2003-04-11 Zack Weinberg <zack@codesourcery.com>
13047
13048 * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
13049 not IDENTIFIER_LOCAL_VALUE.
13050
13051 2003-04-11 Richard Henderson <rth@redhat.com>
13052
13053 PR c/10201
13054 * expr.c (expand_expr): Move DECL_RTL frobbing ...
13055 * stor-layout.c (layout_decl): ... here.
13056
13057 2003-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
13058
13059 * doc/invoke.texi: Eliminate extra white-space caused by
13060 @gccoptlist{ on its own line.
13061 * doc/invoke.texi: Ensured there are two spaces between each option.
13062 * doc/invoke.texi: Re-wrapped option lines that were too wide.
13063 Added @gol to options that didn't have them.
13064
13065 2003-04-11 Nathan Sidwell <nathan@codesourcery.com>
13066
13067 * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
13068 gcov-iov.h.
13069
13070 Simplify interface to gcov reading and writing.
13071 * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
13072 gcov_alloc, gcov_modified, gcov_errored): Move into ...
13073 (struct gcov_var gcov_var): ... this static structure.
13074 (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
13075 Return void.
13076 (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
13077 read object.
13078 (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
13079 (gcov_reserve_length): Remove.
13080 (gcov_write_tag): New.
13081 (gcov_write_length): Adjust.
13082 (gcov_read_summary, gcov_write_summary): Adjust.
13083 (gcov_eof, gcov_ok): Rename to ...
13084 (gcov_is_eof, gcov_is_error): ... here. Return error code.
13085 (gcov_save_position, gcov_resync): Rename to ...
13086 (gcov_position, gcov_seek): ... here.
13087 (gcov_skip, gcov_skip_string): Remove.
13088 (gcov_error): Remove.
13089 (gcov_open, gcov_close): Adjust.
13090 * gcov.c (find_source): Take const char *, copy it on allocation.
13091 (read_graph_file): Adjust.
13092 (read_count_file): Adjust.
13093 * libgcov.c (gcov_exit): Adjust.
13094 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
13095 tag_arc_counts, tag_summary): Return void. Adjust.
13096 (struct tag_format): Adjust proc member.
13097 (dump_file): Adjust gcov calls.
13098
13099 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
13100
13101 * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
13102 mkfixinc.sh.
13103 * fixinc/mkfixinc.sh (defs): Add LIBERTY.
13104 * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
13105 build != host sysrooted builds.
13106 * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
13107 TARGET_SYSTEM_ROOT even on sysrooted natives.
13108 * configure: Rebuilt.
13109
13110 2003-04-10 Zack Weinberg <zack@codesourcery.com>
13111
13112 * c-decl.c (struct binding_level): Add shadowed_tags and
13113 function_body; remove this_block, tag_transparent, and
13114 subblocks_tag_transparent; update comments.
13115 (clear_binding_level, lookup_tag_reverse): Kill.
13116 (make_binding_level): Use ggc_alloc_cleared or memset.
13117 (lookup_tag): Remove struct binding_level* parameter. All
13118 callers changed. Just look at IDENTIFIER_TAG_VALUE, and
13119 current_binding_level->tags if asked for thislevel_only or if
13120 we might have to diagnose "struct foo; union foo;"
13121 (pushlevel): Ignore argument. Do not push another binding
13122 level on the transition from the parameters to the top level
13123 of the function body; just tweak the flags and proceed.
13124 (poplevel): Overhaul. Clear IDENTIFIER_TAG_VALUEs; on exiting
13125 a function body, separate the parameter list from the
13126 top-level local variables.
13127 (set_block): Do nothing.
13128 (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
13129 shadowed_tags if necessary.
13130 (warn_if_shadowing): Nuke the special case for local shadowing
13131 parameter.
13132 (pushdecl): Do not create a shadow entry if we are replacing
13133 an older decl in the same binding level.
13134 (pushdecl_function_level): Tweak for new way of indicating
13135 function scope.
13136 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
13137 (start_function): Don't set subblocks_tag_transparent.
13138 (finish_function): Fix up the binding_level stack for totally
13139 empty functions. Otherwise, don't call poplevel.
13140
13141 * c-common.c (shadow_warning): MANDATORY argument is no longer
13142 necessary. Always use plain warning.
13143 * c-common.h: Update to match.
13144
13145 * cfglayout.c (scope_to_insns_initialize): Clear block when we
13146 hit the FUNCTION_DECL.
13147 * function.c: Do not create cyclic tree structure.
13148
13149 2003-04-10 Zack Weinberg <zack@codesourcery.com>
13150
13151 * c-tree.h (struct lang_identifier): Replace global_value,
13152 local_value members with symbol_value, tag_value. Kill
13153 implicit_decl and limbo_value.
13154 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
13155 IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
13156 C_MISSING_PROTOTYPE_WARNED): Kill.
13157 (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
13158 C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
13159 (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
13160 (implicit_decl_warning, lookup_name_current_level,
13161 record_function_scope_shadow): Don't prototype.
13162 (pushdecl_function_level): Prototype.
13163
13164 * c-decl.c (truly_local_externals): New variable.
13165 (struct binding_level): Adjust commentary.
13166 (get_function_binding_level, clear_limbo_values,
13167 record_function_scope_shadow): Kill.
13168 (lookup_name_current_level, implicit_decl_warning): Are now static.
13169 (any_external_decl, record_external_decl): New static functions.
13170 (clone_underlying type): Split out of pushdecl.
13171 (c_print_identifier): Update to match changes to struct
13172 lang_identifier.
13173 (poplevel): Delete #if 0 block. Make externals invisible
13174 instead of clearing their IDENTIFIER_SYMBOL_VALUEs. Don't
13175 call clear_limbo_values. Refer to IDENTIFIER_SYMBOL_VALUE not
13176 IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
13177 (duplicate-decls): For real parm decl after a forward decl,
13178 set TREE_ASM_WRITTEN here. Allow void foo(...) followed by
13179 foo(...) { } with only a warning. Say whether a previous
13180 declaration was implicit.
13181 (warn_if_shadowing): Now handles all shadowing, not just
13182 local-over-local. Clarify comments.
13183 (pushdecl): Rewritten. There is no longer a distinction
13184 between global and local symbol values; they're all
13185 IDENTIFIER_SYMBOL_VALUE. Call record_external_decl on all
13186 DECL_EXTERNAL decls, and use any_external_decl to check
13187 against previous externals. Kill #if 0 blocks. Don't
13188 tolerate error_mark_node being NULL.
13189 (pushdecl_top_level): Handle only those cases which
13190 Objective C (the only user) needs.
13191 (pushdecl_function_level): New function.
13192 (implicitly_declare): Create ordinary decls with
13193 C_DECL_IMPLICIT set. Recycle old decls, however they got
13194 created.
13195 (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
13196 for C_DECL_INVISIBLE symbols.
13197 (lookup_name_current_level): Likewise. Use chain_member.
13198 (c_make_fname_decl): Don't muck with DECL_CONTEXT.
13199 Use pushdecl_function_level.
13200 (builtin_function): Use C_DECL_INVISIBLE.
13201 (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
13202 Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
13203 (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
13204 (identifier_global_value): Same. Must scan
13205 global_binding_level in extremis.
13206
13207 * c-typeck.c (undeclared_variable): New static function, split
13208 from build_external_ref.
13209 (build_external_ref): Use DECL_CONTEXT, not
13210 IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
13211 an instance variable. Restructure for clarity.
13212 * objc/objc-act.c: Use identifier_global_value, not
13213 IDENTIFIER_GLOBAL_VALUE.
13214
13215 2003-04-08 Jonathan Wakely <redi@gcc.gnu.org>
13216
13217 * doc/extend.texi (Template Instantiation): Refer to ISO standard,
13218 not Working Paper.
13219 * doc/invoke.texi (C++ Dialect Options): Same.
13220
13221 2003-04-10 Zack Weinberg <zack@codesourcery.com>
13222
13223 * tree.c (tree_operand_check_failed): New function.
13224 * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
13225 TREE_RTL_OPERAND_CHECK): New checking macros.
13226 (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
13227 RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
13228 CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
13229 EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
13230 EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
13231 TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
13232 checking macros.
13233
13234 Thu Apr 10 23:52:30 CEST 2003 Jan Hubicka <jh@suse.cz>
13235
13236 PR inline-asm/8803
13237 * function.c (instantate_virtual_regs): Verify that all ASM statements
13238 match after the virutal regs instantiation.
13239
13240 2003-04-10 Steve Ellcey <sje@cup.hp.com>
13241
13242 * ia64-protos.h (addp4_optimize_ok): New.
13243 * ia64.c (addp4_optimize_ok): New.
13244 * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
13245 (*ptr_extend_plus_2): Ditto.
13246
13247 2003-04-10 Steve Ellcey <sje@cup.hp.com>
13248
13249 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
13250 not with convert_memory_address.
13251 (store_constructor): Ditto, and same for copy_size_rtx.
13252 (expand_expr): Ditto.
13253
13254 2003-04-10 Douglas B Rupp <rupp@gnat.com>
13255
13256 * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
13257
13258 2003-04-10 Bob Wilson <bob.wilson@acm.org>
13259
13260 * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
13261 even if it is configured to be write-through.
13262
13263 2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
13264
13265 * config/s390/s390.c (larl_operand): Do not allow symbols
13266 marked with '@'.
13267 (s390_encode_section_info): Mark symbols with forced 1-byte
13268 alignment with '@'.
13269 (s390_strip_name_encoding): Strip '@'.
13270 (legitimize_pic_address): Handle symbols that are not valid
13271 LARL operands in 64-bit mode.
13272
13273 2003-04-10 Andrew Haley <aph@redhat.com>
13274
13275 * tree-inline.c (inlinable_function_p): Disable inlining for
13276 synchronized methods.
13277
13278 2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
13279
13280 * c-common.h (lang_statement_code_p): Remove declaration.
13281 (statement_code_p): Ditto.
13282 (c_common_stmt_codes): Define; list of c-common statement codes.
13283 (statement_code_p): New extern declaration.
13284 (STATEMENT_CODE_P): Define.
13285 (INIT_STATEMENT_CODES): Define.
13286 * c-common.c (statement_code_p): Kill the function, declare
13287 as an array of bools instead.
13288 (lang_statement_code_p): Remove.
13289 (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
13290 (c_safe_from_p): Ditto.
13291 * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
13292 to initialize the statement_code_p array.
13293 * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
13294 statement_code_p.
13295 (copy_tree_r): Ditto.
13296 * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
13297 statement tree codes.
13298 * cp/lex.c (cxx_init): Add missing print line break. Use
13299 INIT_STATEMENT_CODES to initialize the statement_code_p array.
13300 * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
13301 instead of statement_code_p.
13302 * cp/pt.c (tsubst_expr): Ditto.
13303 * cp/tree.c (verify_stmt_tree_r): Ditto.
13304 (cp_statement_code_p): Remove.
13305 (init_tree): Don't set lang_statement_code_p, it's gone.
13306
13307 2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13308 Zack Weinberg <zack@codesourcery.com>
13309
13310 * regrename.c (struct du_chain): Use a bitfield for reg_class.
13311 * cse.c (struct qty_table_elem, struct table_elt, struct set):
13312 Use bitfields for fields holding enum rtx_code or
13313 enum machine_mode values. Add comments explaining size choices.
13314
13315 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
13316
13317 * config/fp-bit.c (unpack_d): Handle pair of doubles with
13318 different signs correctly.
13319
13320 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
13321
13322 * sched-deps.c (reg_pending_barrier_mode): New enumeration.
13323 (reg_pending_barrier): Make it of the enumeration type.
13324 (sched_analyze_2): Define the barrier as MOVE_BARRIER or
13325 TRUE_BARRIER.
13326 (sched_analyze): Ditto.
13327 (sched_analyze_insn): Ditto. Use anti-dependencies for
13328 MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
13329 (init_deps_global): Initialize the barrier as NO_BARRIER.
13330
13331 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
13332
13333 * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
13334 Check that asm insn starts on a new cycle. Add nops after asm
13335 insn to end bundle.
13336 (bundling): Move insn type evaluation from the loop. Call
13337 issue_nops_and_insn with the new parameter. Ignore changing
13338 position for nops after asm insn.
13339
13340 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
13341
13342 * optabs.c: Comment that gen_add2_insn and others may actually
13343 return emitted insns, if the gen functions turn out to return
13344 emitted insns.
13345 * reload1.c (reload_cse_move2add): Cope with emitted insns from
13346 gen_add2_insn.
13347
13348 2003-04-09 Richard Henderson <rth@redhat.com>
13349
13350 * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
13351 but not tls_symbolic_operand.
13352 (ia64_expand_load_address): Remove scratch operand.
13353 (ia64_expand_tls_address): Split out from ia64_expand_move.
13354 (ia64_expand_move): Split symbolics only after reload.
13355 (ia64_emit_cond_move): New.
13356 * config/ia64/ia64-protos.h: Update.
13357 * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
13358 (symbolic splitter): Accept SImode operands too.
13359 (cmove splitter): Use ia64_emit_cond_move.
13360
13361 2003-04-09 Nick Clifton <nickc@redhat.com>
13362
13363 * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
13364 newer.
13365 * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
13366 instead of -mno-fpu.
13367 * config/arm/semi.h (ASM_SPEC): Likewise.
13368 * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
13369 but only if -msoft-float is specified pass. Otherwise pass
13370 -mfpu=softvfp.
13371
13372 2003-04-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13373
13374 * function.c (purge_addressof): Use free_INSN_LIST_node instead of
13375 free_EXPR_LIST_node.
13376
13377 2003-04-08 Roger Sayle <roger@eyesopen.com>
13378
13379 * fold-const.c (fold): Use "fold" following build in more places.
13380 Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
13381 pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
13382
13383 2003-04-08 Roger Sayle <roger@eyesopen.com>
13384
13385 * builtins.c (fold_builtin): Constant fold expressions as x*0.5
13386 instead of x/2.0. Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
13387 log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
13388 pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
13389 Delete function scope "fcode" variable to avoid shadowing.
13390
13391 2003-04-08 Kevin Buettner <kevinb@redhat.com>
13392
13393 * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
13394 Take into account DWARF_INITIAL_LENGTH_SIZE.
13395
13396 2003-04-08 Hans-Peter Nilsson <hp@axis.com>
13397
13398 * reorg.c (fill_slots_from_thread): When considering changing the
13399 insn following a reg-to-reg copy insn to use the source reg of the
13400 copy, bail out if there's overlap between the registers.
13401
13402 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13403
13404 * function.c (postponed_insns): New.
13405 (purge_addressof_1): Postpone processing of insns if addressofs
13406 are not put into stack.
13407 (purge_addressof): Process postponed insns.
13408
13409 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
13410
13411 * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
13412 this is FP_MODE_DOUBLE .
13413 * sh.c (ra.h): #include.
13414 (push_regs): Add second parameter. Changed all callers.
13415 If necessary, set fpscr before saving floating point registers.
13416 (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
13417 do saves / restores with SZ == 1.
13418 (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
13419 (sh_expand_epilogue): Likewise. For TARGET_FMOVD, if floating point
13420 registers are being restored, restore FPSCR only after restoring them.
13421
13422 2003-04-08 Aldy Hernandez <aldyh@redhat.com>
13423
13424 * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
13425 regardless of architecture.
13426 (spe_init_builtins): Change V2SI and V2SF types to opaque types.
13427
13428 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
13429
13430 * sh.c (push_regs, calc_live_regs): Return int. Take single
13431 HARD_REG_SET * parameter. Changed all callers.
13432
13433 Tue Apr 8 11:12:07 CEST 2003 Jan Hubicka <jh@suse.cz>
13434
13435 * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
13436 GOTOFF operand.
13437 (legitimize_pic_address): Move plus outside the unspec.
13438 * i386.c (legitimate_constant_p): Check (CONST (PLUS (UNSPEC ...
13439 for validity.
13440
13441 2003-04-08 Nathan Sidwell <nathan@codesourcery.com>
13442
13443 * gcov-io.h (gcov_save_position): Remove __inline__ from
13444 declaration.
13445
13446 2003-04-07 Matt Kraai <kraai@alumni.cmu.edu>
13447
13448 * doc/install.texi: Use @command and @samp for single- and
13449 multi-word commands respectively.
13450 * doc/makefile.texi: Likewise.
13451 * doc/sourcebuild.texi: Likewise.
13452
13453 2003-04-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
13454 Richard Henderson <rth@redhat.com>
13455
13456 PR c/9516
13457 * expr.c (safe_from_p): Rearrange to avoid deep recursion in
13458 favor of looping and tail recursion for TREE_LIST and binops.
13459
13460 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13461
13462 * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
13463 for insns without luid.
13464
13465 2003-04-07 Glen Nakamura <glen@imodulo.com>
13466
13467 PR opt/8634
13468 * explow.c (maybe_set_unchanging): Don't flag non-static const
13469 aggregate type initializers with RTX_UNCHANGING_P.
13470
13471 2003-04-07 Richard Henderson <rth@redhat.com>
13472
13473 PR opt/8634
13474 * function.c (purge_addressof_1): Don't try arithmetics for
13475 unchanging memories.
13476
13477 2003-04-07 Janis Johnson <janis187@us.ibm.com>
13478
13479 * doc/sourcebuild.texi (Test Suites): Document testing support for
13480 gcov and profile-directed optimizations; describe gcc.misc-tests.
13481
13482 Mon Apr 7 22:19:59 CEST 2003 Jan Hubicka <jh@suse.cz>
13483
13484 PR target/10077
13485 * i386.md (movsi_1, movsi_nointerunit_1): Fix SSEMOV alternative.
13486
13487 2003-04-07 Eric Botcazou <ebotcazou@libertysurf.fr>
13488
13489 * doc/rtl.texi (Comparison operations): Update to
13490 record the allowed comparison modes.
13491
13492 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
13493
13494 * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
13495 V2SI_type_node to opaque_V2SI_type_node. Rename all
13496 V2SF_type_node to opaque_V2SF_type_node.
13497 (rs6000_init_builtins): Define opaque_V2SI_type_node and
13498 opaque_V2SF_type_node.
13499 (is_ev64_opaque_type): The types opaque_V2SI_type_node and
13500 opaque_V2SF_type_node are opaque types.
13501
13502 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
13503
13504 * gcse.c (replace_store_insn): Use single_set.
13505
13506 2003-04-07 Nathan Sidwell <nathan@codesourcery.com>
13507
13508 Change gcov file interface to single file at a time.
13509 * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
13510 Convert to C89 prototypes.
13511 (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
13512 gcov_error, gcov_modified): New static variables.
13513 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
13514 functions.
13515 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
13516 gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
13517 (gcov_read_summary, gcov_write_summary): Adjust.
13518 (gcov_save_position, gcov_reserve_length, gcov_write_length):
13519 Adjust.
13520 (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
13521 (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
13522 (da_file_position, da_file_seek, da_file_write, da_file_read):
13523 Remove.
13524 (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
13525 * gcov.c (gcov_type): Don't typedef here.
13526 (IN_GCOV): #define
13527 (read_graph_file, read_count_file): Adjust.
13528 * gcov-dump.c (gcov_type): Don't typedef here.
13529 (IN_GCOV): #define.
13530 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
13531 Remove FILE parameter, adjust.
13532 (struct tag_format): Adjust proc member.
13533 (dump_file): Adjust.
13534 * libgcov.c (IN_LIBGCOV): #define.
13535 (gcov_exit): Adjust.
13536 * loop-init.c: Don't #include gcov-io.h
13537 * profile.c (struct counts_entry): New structure to hold counter
13538 values.
13539 (struct section_reference, struct da_index_entry): Remove.
13540 (bbg_file, da_file): Remove.
13541 (htab_counts_index_hash, htab_counts_index_eq,
13542 htab_counts_index_del): Replace with ...
13543 (htab_counts_entry_hash, htab_counts_entry_eq,
13544 htab_counts_entry_del): ... these.
13545 (cleanup_counts_index, index_counts_file): Remove.
13546 (read_counts_file): New function.
13547 (get_exec_counts): Adjust.
13548 (compute_branch_probabilities): Don't free the exec counts here.
13549 (branch_prob): Adjust.
13550 (init_branch_prob): Adjust.
13551 (end_branch_prob): Adjust.
13552
13553 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
13554
13555 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
13556 -mfloat-gprs.
13557
13558 * config/rs6000/rs6000.c: Delete rs6000_fprs.
13559 Declare rs6000_float_gprs.
13560 Declare rs6000_float_gprs_string.
13561 (rs6000_parse_float_gprs_option): New.
13562 (rs6000_override_options): Genericize rs6000_parse_* calls to use
13563 rs6000_parse_yes_no_option.
13564 Change check for cpu=8540, to use TARGET_E500.
13565 (rs6000_parse_isel_option): Delete.
13566 (rs6000_parse_spe_option): Delete.
13567 (rs6000_parse_vrsave_option): Delete.
13568
13569 * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
13570 Define rs6000_float_gprs_string.
13571 (TARGET_OPTIONS): Add rs6000_float_gprs option.
13572
13573 * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
13574
13575 * config/rs6000/eabispe.h: Set rs6000_float_gprs.
13576
13577 Mon Apr 7 14:36:24 CEST 2003 Jan Hubicka <jh@suse.cz>
13578
13579 PR opt/10024
13580 * cfglayout.c (cfg_layout_redirect_edge):
13581 Redirect any branch edges unified with the fallthru one.
13582 * cfgrtl.c (force_nonfallthru_and_redirect): Do not special
13583 case fallthru edges when called via cfglayout.c
13584
13585 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
13586
13587 * c-typeck.c (output_init_element): Check for type == error_mark_node.
13588
13589 2003-04-07 Kazu Hirata <kazu@cs.umass.edu>
13590
13591 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
13592 split.
13593 (a splitter): Do zero-extension via HImode.
13594
13595 2003-04-07 James A. Morrison <ja2morri@uwaterloo.ca>
13596
13597 * doc/invoke.texi: Eliminate extra white-space caused by
13598 @gccoptlist{ on its own line.
13599 * doc/invoke.texi: Ensured there are two spaces between each option.
13600 * doc/invoke.texi: Re-wrapped option lines that were too wide.
13601 Added @gol to options that didn't have them.
13602
13603 2003-04-07 James A Morrison <ja2morri@student.math.uwaterloo.ca>
13604
13605 * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
13606
13607 2003-04-06 Zack Weinberg <zack@codesourcery.com>
13608
13609 * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
13610 at the sizes of the relevant structures, rather than relying
13611 on TREE_CODE_LENGTH. Call lang_hooks.tree_size to get the
13612 sizes of any such we don't know about. Use
13613 lang_hooks.identifier_size for IDENTIFIER_NODE.
13614
13615 (initializer_zerop): Use CONSTRUCTOR_ELTS.
13616 * tree.def: Update commentary. Make fourth element of
13617 the definition for all 'c' and 'x' nodes zero.
13618
13619 * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
13620 * langhooks-def.h: Update to match.
13621 * langhooks.c: New default, lhd_tree_size.
13622
13623 * c-common.def (SRCLOC): Kill.
13624 * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
13625 Remove entirely - was already #if-ed out.
13626
13627
13628 2003-04-06 Zack Weinberg <zack@codesourcery.com>
13629
13630 * mklibgcc.in: Use a here document to avoid running afoul of
13631 shells that generate control-A from "echo \1".
13632
13633 2003-04-06 Aldy Hernandez <aldyh@redhat.com>
13634
13635 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
13636 option.
13637
13638 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
13639 rs6000_spe.
13640
13641 * config/rs6000/eabi.h (TARGET_E500): Define.
13642
13643 * config/rs6000/rs6000.h (TARGET_E500): Define.
13644 (TARGET_OPTIONS): Add spe= option.
13645 Declare rs6000_spe and rs6000_spe_string extern.
13646
13647 * config/rs6000/rs6000.c (branch_positive_comparison_operator):
13648 Change TARGET_SPE to TARGET_E500.
13649 (ccr_bit): Change TARGET_SPE to TARGET_E500. Check for
13650 !TARGET_FPRS.
13651 (print_operand): Same.
13652 (rs6000_generate_compare): Same.
13653 (output_cbranch): Same.
13654 (rs6000_spe): Declare.
13655 (rs6000_spe_string): Declare.
13656 (rs6000_override_options): Call rs6000_parse_spe_option.
13657 (rs6000_parse_spe_option): New.
13658
13659 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
13660
13661 * hashtable.c (gcc_obstack_init): Delete this function
13662 and everything related to it.
13663 * hashtable.h: Remove prototype.
13664 * bitmap.c (bitmap_element_allocate): Cleanup redundant
13665 defines. Cleanup some unnecessary whitespace.
13666 * defaults.h (obstack_chunk_alloc): Redefine with
13667 appropriate casts for libiberty obstacks.
13668 (obstack_chunk_free): Ditto.
13669 (OBSTACK_CHUNK_SIZE): Define, default to 0.
13670 (gcc_obstack_init): Define as a call to _obstack_begin.
13671 * tree.c (print_obstack_statistics): Delete this unused
13672 function.
13673 * tree.h (obstack): Don't forward-declare.
13674 (print_obstack_statistics): Delete prototype.
13675 (print_obstack_name): Ditto.
13676 (gcc_obstack_init): Ditto.
13677 * rtl.h (gcc_obstack_init): Ditto.
13678 * java/jv-scan.c (gcc_obstack_init): Delete this
13679 function, its prototype and related defines.
13680 * java/jvgenmain.c (gcc_obstack_init): Delete this
13681 function, and related defines.
13682 * java/parse-scan.y (obstack_chunk_alloc): Don't define.
13683 (obstack_chunk_free): Ditto
13684
13685 2003-04-06 Geoffrey Keating <geoffk@apple.com>
13686
13687 * dbxout.c (dbxout_handle_pch): Move prototype out from
13688 #if defined DBX_DEBUGGING_INFO.
13689
13690 2003-04-05 Nathan Sidwell <nathan@codesourcery.com>
13691
13692 * gcov.c (struct arc_info): Replace local_span with cycle.
13693 (struct block_info): Replace u.span with u.cycle. Add is_call_return.
13694 (solve_flow_graph): Set is_call_return.
13695 (add_line_counts): Adjust. In block mode, blocks attach to last line.
13696 (accumulate_line_counts): Find graph cycles, not spanning tree.
13697 (output_branch_count): Adjust.
13698 (output_lines): Adjust.
13699 * doc/gcov.texi: Update.
13700
13701 2003-04-06 Kazu Hirata <kazu@cs.umass.edu>
13702
13703 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
13704 the second alternative to "#".
13705
13706 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
13707
13708 * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
13709 (single_zero_operand): Likewise.
13710
13711 2003-04-05 Daniel Berlin <dberlin@dberlin.org>
13712
13713 * Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.
13714 * df.c: Include alloc-pool.h, not obstack.h.
13715 (df_ref_obstack): Remove.
13716 (df_ref_pool, df_link_pool): Add pools.
13717 (df_alloc): Init the new pools.
13718 (df_free): And free them.
13719 (df_link_create): Use the pools.
13720 (df_ref_create): Ditto.
13721
13722 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
13723
13724 * simplify-rtx.c: Fix formatting.
13725
13726 2003-04-05 Andrew Pinski <apinski@apple.com>
13727
13728 * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
13729 reg with reg1 == reg2 and offset1 = -8.
13730
13731 2003-04-05 David Edelsohn <edelsohn@gnu.org>
13732
13733 * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
13734 multiply costs. Correct Power4 divide costs.
13735 * config/rs6000/power4.md: Restore multiply and FP latency.
13736
13737 2003-04-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13738
13739 * alias.c (find_base_term): Export.
13740 * rtl.h (find_base_term): Declare.
13741 * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
13742 instead of flag_exceptions. Move test for parameter passing ...
13743 (store_killed_in_insn): ... here.
13744
13745 2003-04-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13746
13747 PR bootstrap/10267
13748 * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
13749 for configuring.
13750
13751 2003-04-04 Geoffrey Keating <geoffk@apple.com>
13752
13753 * dbxout.c (scope_labelno): Add GTY.
13754 (have_used_extensions): Add GTY.
13755 (source_label_number): Add GTY.
13756 (lastfile): Add GTY.
13757 (lastfile_is_base): New.
13758 (base_input_file): New.
13759 (dbxout_handle_pch): New.
13760 (dbx_debug_hooks): Add handle_pch.
13761 (xcoff_debug_hooks): Likewise.
13762 (dbxout_function_end): Remove scope_labelno.
13763 (dbxout_init): Set base_input_file.
13764 (dbxout_handle_pch): New.
13765 (dbxout_source_file): Honour lastfile_is_base.
13766 * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
13767 * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
13768 * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
13769 * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
13770 * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
13771 * debug.h (struct gcc_debug_hooks): Add handle_pch.
13772 * c-pch.c (pch_init): Don't call start_source_file, but do call
13773 handle_pch.
13774 (c_common_write_pch): Call handle_pch.
13775 (c_common_read_pch): Don't call start_source_file,
13776 or end_source_file.
13777
13778 Fri Apr 4 17:43:52 2003 Olivier Hainque <hainque@act-europe.fr>
13779
13780 * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
13781 use of default attributes to agree MEM_ALIGN macro.
13782
13783 Fri Apr 4 17:33:24 2003 Joel Brobecker <brobecker@gnat.com>
13784
13785 * dbxout.c (dbxout_type): When printing type index of range type
13786 whose bounds are printed in octal format, print type of parent type if
13787 it exists so enumerated type descriptions are not transformed
13788 into unsigned types.
13789
13790 2003-04-04 Kazu Hirata <kazu@cs.umass.edu>
13791
13792 * config/h8300/h8300-protos.h: Add a prototype for
13793 compute_a_shift_cc.
13794 * config/h8300/h8300.c (shift_one): Update the CC status.
13795 (shift_two): Likewise.
13796 (output_a_shift_cc): Set cc_inline and cc_special.
13797 (compute_a_shift_cc): New.
13798 * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
13799
13800 2003-04-04 Richard Henderson <rth@redhat.com>
13801
13802 * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
13803
13804 2003-04-04 Loren James Rittle <ljrittle@acm.org>
13805
13806 * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
13807 * fixinc/fixincl.x: Rebuilt.
13808 * fixinc/tests/base/stdio.h: Regenerated.
13809
13810 2003-04-04 Nathan Sidwell <nathan@codesourcery.com>
13811
13812 * gcov.c (accumulate_line_counts): Fix span tree merge bug.
13813
13814 Fri Apr 4 15:58:52 2003 J"orn Rennecke <joern.rennecke@superh.com>
13815
13816 * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
13817 (NORMAL_MODE).
13818 * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
13819
13820 2003-04-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13821
13822 * doc/contrib.texi (Contributors): Add entries for Wolfgang
13823 Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
13824 Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
13825 Danny Smith, and Ulrich Weigand.
13826 Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
13827 entry.
13828
13829 2003-04-04 Nick Clifton <nickc@redhat.com>
13830
13831 * config/sparc/sol2-bi.h: Revert previous delta.
13832 * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
13833
13834 2003-04-04 Nick Clifton <nickc@redhat.com>
13835
13836 * config/v850/v850.c (expand_prologue): Only use register save
13837 helper functions if long calls are not being used.
13838 Add a clobber of r11 id using long calls.
13839 (pattern_is_ok_for_prologue): Account for the extra clobber.
13840 (construct_save_jarl): Likewise.
13841 * config/v850/v850.md (prolog pattern): Do not use this pattern
13842 for v850e's.
13843
13844 2003-04-04 Andreas Schwab <schwab@suse.de>
13845
13846 * stor-layout.c (layout_decl): Avoid syntax error in last change
13847 when PCC_BITFIELD_TYPE_MATTERS is defined but not
13848 EMPTY_FIELD_BOUNDARY.
13849
13850 2003-04-03 Jason Merrill <jason@redhat.com>
13851
13852 PR c/10175
13853 * jump.c (never_reached_warning): Revert patch of 2002-11-02.
13854 Look backwards for a line note.
13855
13856 2003-04-03 Neil Booth <neil@daikokuya.co.uk>
13857
13858 * fix-header.c (read_scan_file): Defer switch processing.
13859
13860 2003-04-03 Matt Austern <austern@apple.com>
13861
13862 * cpppch.c (reset_ht): Remove.
13863 (cpp_read_state): Remove loop to reset hashtable identifiers.
13864 * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
13865 after pch file is written.
13866 * ggc.h (gt_pch_fixup_stringpool): Declare.
13867 * stringpool.c (ht_copy_and_clear): Define. Callback. Copy
13868 hashnode's value to another hashtable, then clear the original.
13869 (saved_ident_hash): Define.
13870 (gt_pch_save_stringpool): Create saved_ident_hash, use it to
13871 store definitions in ident_hash, and clear ident_hash.
13872 (gt_pch_fixup_stringpool): Define. Restore definitions from
13873 saved_ident_hash to ident_hash, then destroy saved_ident_hash.
13874
13875 Thu Apr 3 22:27:40 CEST 2003 Jan Hubicka <jh@suse.cz>
13876
13877 * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
13878
13879 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
13880
13881 PR optimization/10157
13882 * gcse.c (can_copy_p): Rename it to can_copy.
13883 (can_copy_init_p): Remove.
13884 (compute_can_copy): Use can_copy instead of can_copy_p.
13885 (can_copy_p): New exported function. Call compute_can_copy.
13886 (hash_scan_set): Use it.
13887 (gcse_main): Don't call compute_can_copy.
13888 (bypass_jumps): Don't call compute_can_copy.
13889 * rtl.h (can_copy_p): Declare.
13890 * loop.c (scan_loop): Don't move the source and add a reg-to-reg
13891 copy if the mode doesn't support copy operations.
13892
13893 2003-04-03 Jason Merrill <jason@redhat.com>
13894
13895 * Makefile.in (unstrap): Also remove stage_last.
13896
13897 * dwarf2out.c (lookup_filename): Don't check for "<internal>".
13898 (dwarf2out_source_line): Don't do anything if line==0.
13899
13900 * stor-layout.c (do_type_align): New fn, split out from...
13901 (layout_decl): ...here. Do all alignment calculations for
13902 FIELD_DECLs here.
13903 (update_alignment_for_field): Not here.
13904 (start_record_layout, debug_rli): Remove unpadded_align.
13905 * tree.h (struct record_layout_info_s): Remove unpadded_align.
13906 * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
13907 or DECL_MODE on the CONST_DECLs.
13908 (finish_struct): Don't mess with DECL_ALIGN.
13909
13910 Thu Apr 3 18:57:19 CEST 2003 Jan Hubicka <jh@suse.cz>
13911
13912 * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
13913
13914 Thu Apr 3 17:08:09 2003 J"orn Rennecke <joern.rennecke@superh.com>
13915
13916 * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
13917 function is an interrupt handler.
13918
13919 * sh.c (sh_expand_epilogue): Avoid clash of temp register for
13920 restoring target registers with EH_RETURN_STACKADJ_RTX; use
13921 multiple registers in round-robin fashion.
13922
13923 2003-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13924
13925 * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
13926 * system.h (CHAR_BITFIELD): New.
13927
13928 2003-04-03 Kazu Hirata <kazu@cs.umass.edu>
13929
13930 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13931 and LE.
13932 (another peephole2): Likewise.
13933
13934 2003-04-03 Nick Clifton <nickc@redhat.com>
13935
13936 * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
13937 (DEF_ARCH64_SPEC): Likewise.
13938
13939 Thu Apr 3 09:53:40 CEST 2003 Jan Hubicka <jh@suse.cz>
13940
13941 * i386.c (constant_address_p): Use legitimate_constant_p.
13942 (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
13943
13944 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
13945
13946 * config/h8300/h8300-protos.h: Add a prototype for
13947 gtle_operator.
13948 * config/h8300/h8300.c (gtle_operator): New.
13949 * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
13950 gtle_operator.
13951 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13952 and LE.
13953
13954 2003-04-02 Richard Henderson <rth@redhat.com>
13955
13956 * libgcc-std.ver (_Unwind_GetCFA): New.
13957 * unwind-dw2.c (_Unwind_GetCFA): New.
13958 * unwind-libunwind.c (_Unwind_GetCFA): New.
13959 * unwind-sjlj.c (_Unwind_GetCFA): New.
13960 * unwind.h: Declare it.
13961
13962 Thu Apr 3 00:31:21 CEST 2003 Jan Hubicka <jh@suse.cz>
13963
13964 PR inline-asm/8088
13965 * i386.c (ix86_hard_regno_mode_ok): Return 0 for MMX/SSE registers
13966 when MMX/SSE is not available.
13967
13968 2003-04-02 Mike Stump <mrs@apple.com>
13969
13970 * doc/install.texi (Specific): Update pointers to apple.com.
13971
13972 Thu Apr 3 00:18:49 CEST 2003 Jan Hubicka <jh@suse.cz>
13973
13974 * i386.c (override_options): Disable red zone by default on i386.
13975 (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
13976 Do not test TARGET_64BIT together with TARGET_RED_ZONE
13977
13978 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
13979
13980 * config/h8300/h8300.md (a peephole2): Tighten the condition.
13981
13982 2003-04-02 Richard Henderson <rth@redhat.com>
13983
13984 * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
13985
13986 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
13987
13988 * config/h8300/h8300.md (a peephole2): New.
13989
13990 2003-04-02 Richard Henderson <rth@redhat.com>
13991
13992 * except.c (sjlj_find_directly_reachable_regions): Recognize when
13993 must-not-throw region has been deleted.
13994
13995 2003-04-02 Richard Henderson <rth@redhat.com>
13996
13997 * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
13998 optimization when flag_exceptions not enabled.
13999
14000 2003-04-02 Vladimir Makarov <vmakarov@redhat.com>
14001
14002 * config/rs6000/rs6000.c
14003 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
14004 macros.
14005 (rs6000_issue_rate): Add case for 8540.
14006 (rs6000_use_sched_lookahead): New function.
14007
14008 * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
14009 units into MU ones.
14010 (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
14011 reservation before retirement.
14012 (ppc8540_multiply, ppc8540_load, ppc8540_store,
14013 ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
14014 Remove additional cycle in the reservation before retirement.
14015 (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
14016 reservation of ppc8540_issue.
14017
14018 2003-04-02 Andreas Schwab <schwab@suse.de>
14019
14020 * real.c (decode_ieee_single): Fix decoding of SNaN bit.
14021
14022 2003-04-01 Richard Henderson <rth@redhat.com>
14023
14024 * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
14025 notes for nothrow calls if flag_forced_unwind_exceptions.
14026 (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
14027 (sjlj_find_directly_reachable_regions): Likewise.
14028 (reachable_handlers): Likewise.
14029 (can_throw_external): Likewise.
14030 (collect_one_action_chain): Record cleanups after catch-all and
14031 must-not-throw if flag_forced_unwind_exceptions.
14032 * flags.h (flag_forced_unwind_exceptions): Declare.
14033 * toplev.c (flag_forced_unwind_exceptions): New.
14034 (lang_independent_options): Add it.
14035 * doc/invoke.text: Add it.
14036
14037 2003-04-01 David Mosberger <davidm@hpl.hp.com>
14038
14039 * config/ia64/crti.asm: Clean up trailing whitespace.
14040 Remove trailing hashes (#) from identifiers.
14041
14042 * config/ia64/crtn.asm: Ditto.
14043
14044 * config/ia64/crtend.asm: Remove trailing hashes (#) from
14045 identifiers.
14046 (__do_global_ctors_aux): Align to 32-byte boundary. Add unwind
14047 directives. Drop explicit bundling---it just makes the code
14048 harder to read. Don't save/restore gp needlessly.
14049
14050 * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
14051 identifiers (they're only needed if the identifier would clash
14052 with a register name otherwise).
14053 (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
14054 directives. Drop explicit bundling---it just makes the code
14055 harder to read.
14056 (__do_jv_register_classes): Ditto.
14057 (.fini_array): Remove "progbits" (newer
14058 assemblers don't like wrong section-types).
14059 (.init_array): Ditto.
14060
14061 2003-04-01 Roger Sayle <roger@eyesopen.com>
14062
14063 PR fortran/9974
14064 * gcse.c (reg_killed_on_edge): New function to test whether the
14065 given reg is overwritten by any instruction queued on an edge.
14066 (bypass_block): Ignore substitutions killed on incoming edges.
14067 Don't bypass outgoing edges that have queued instructions.
14068
14069 2003-04-01 Alexandre Oliva <aoliva@redhat.com>
14070
14071 * real.h (EXP_BITS): Make room for...
14072 (struct real_value): ... added canonical bit.
14073 (struct real_format): Added pnan.
14074 (mips_single_format, mips_double_format, mips_extended_format,
14075 mips_quad_format): New.
14076 * real.c: Copy p to pnan in all formats.
14077 (get_canonical_qnan, get_canonical_snan): Set canonical bit.
14078 (real_nan): Use pnan to compute significand's shift.
14079 (real_identical): Disregard significand in canonical
14080 NaNs.
14081 (real_hash): Likewise. Take signalling into account.
14082 (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
14083 Disregard significand bits in canonical NaNs. Set all bits of
14084 canonical NaN if !qnan_msb_set.
14085 (encode_ibm_extended, decode_ibm_extended): Likewise. Use
14086 qnan_msb_set to tell the base double format.
14087 (ibm_extended_format): Use 53 as pnan.
14088 (mips_single_format, mips_double_format, mips_extended_format,
14089 mips_quad_format): Copied from the corresponding ieee/ibm
14090 formats, with qnan_msb_set false.
14091 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
14092 * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
14093 * config/mips/mips.c (override_options): Use mips_single_format
14094 and mips_double_format. Default TFmode to mips_quad_format.
14095 * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
14096 * config/mips/t-irix6: Likewise.
14097 * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
14098 * config/fp-bit.c (pack_d, unpack_d): Obey it.
14099
14100 2003-04-01 Geoffrey Keating <geoffk@apple.com>
14101
14102 * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
14103 (live_image_destructor): Reset image to initial state.
14104 (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
14105
14106 2003-04-01 Eric Botcazou <ebotcazou@libertysurf.fr>
14107
14108 * config/sparc/sparc.c (input_operand): Accept bare
14109 CONSTANT_P_RTX operands.
14110
14111 2003-04-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14112
14113 * gcse.c (struct ls_expr): Added pattern_regs field.
14114 (ldst_entry): Initialize it.
14115 (extract_mentioned_regs, extract_mentioned_regs_helper): New.
14116 (store_ops_ok): Use regs precomputed by them.
14117 (find_loads, store_killed_in_insn, load_kills_store): Change return
14118 type to bool.
14119 (store_killed_before, store_killed_after): Take position of register
14120 set in account.
14121 (reg_set_info): Store position of the setter.
14122 (gcse_main): Enable store motion.
14123 (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
14124 (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
14125 sharing.
14126 (simple_mem): Enable store motion of non-symbol mems.
14127 (regvec): Type changed.
14128 (LAST_AVAIL_CHECK_FAILURE): New.
14129 (compute_store_table_current_insn): New.
14130 (build_store_vectors): Computation of availability and anticipatability
14131 moved ...
14132 (compute_store_table, find_moveable_store): ... here.
14133 (delete_store): Remove senseless comment.
14134 (store_motion): Reorganize.
14135
14136 2003-04-01 Kevin Buettner <kevinb@redhat.com>
14137
14138 * config/mips/mips.c (override_options): Provide mappings for
14139 HI_REGNUM and LO_REGNUM.
14140 * config/mips/mips.h (MD_DBX_FIRST): Define.
14141
14142 2003-04-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14143
14144 * combine.c (merge_outer_ops): Fix typo.
14145
14146 * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
14147
14148 2003-04-01 David Edelsohn <edelsohn@gnu.org>
14149
14150 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
14151 power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
14152 imul_compare. Add lmul_compare.
14153 * config/rs6000/power4.md: Bump some latencies. Model extra cycle
14154 in second pair of dispatch slots. Model stores more accurately.
14155 Tweak multiply model. Add bypasses for CR instructions dependent
14156 on complicated compares.
14157 * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
14158 (muldi3): Add lmul_compare patterns.
14159 * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
14160 and FPSTORE_UX to split instructions and add COMPARE,
14161 DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
14162 (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
14163 (rs6000_rtx_costs): Separate POWER4 multiply case.
14164
14165 2003-04-01 Ulrich Weigand <uweigand@de.ibm.com>
14166
14167 * config/s390/s390.c (s390_fixup_clobbered_return_reg):
14168 Do nothing if __builtin_return_address was not used.
14169
14170 Tue Apr 1 18:18:23 CEST 2003 Jan Hubicka <jh@suse.cz>
14171
14172 * i386.md (test patterns): Allow memory operand in operand1.
14173
14174 2003-02-31 Aldy Hernandez <aldyh@redhat.com>
14175
14176 * testsuite/gcc.c-torture/execute/simd-3.c: New.
14177
14178 * expr.c (expand_expr): Handle VECTOR_CST.
14179 (const_vector_from_tree): New.
14180
14181 * varasm.c (output_constant): Handle VECTOR_CST.
14182
14183 * c-typeck.c (digest_init): Build a vector constant from a
14184 VECTOR_TYPE.
14185
14186 * config/rs6000/rs6000.c: Remove prototype for
14187 easy_vector_constant.
14188 (easy_vector_constant): Add mode parameter. Rewrite to handle
14189 more easy constants.
14190 (rs6000_emit_move): Pass mode to easy_vector_constant.
14191 Call emit_easy_vector_insn for SPE V2SI vector constant moves.
14192 (emit_easy_vector_insn): New.
14193 (easy_vector_same): New.
14194 (EASY_VECTOR_15): New macro.
14195 (EASY_VECTOR_15_ADD_SELF): New macro.
14196 (bdesc_2arg): Rename to xorv2si3.
14197 (easy_vector_constant_add_self): New.
14198 (input_operand): Allow vector constants.
14199
14200 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
14201 easy_vector_constant, easy_vector_constant_add_self.
14202 (EXTRA_CONSTRAINT): Add 'W'.
14203
14204 * config/rs6000/rs6000-protos.h: Add prototype for
14205 easy_vector_constant, emit_easy_vector_insn.
14206
14207 * config/rs6000/altivec.md (xorv8hi3): New.
14208 (xorv16qi3): New.
14209 Remove all _const0 patterns.
14210 (movv4si_internal): Rewrite to use code. Add vector constant to
14211 vector alternative. Add splitter.
14212 (movv8hi_internal): Same.
14213 (movv16qi_internal): Same.
14214 (movv4sf_internal): Same.
14215 Change the unspecs for vspltis* to use constants.
14216
14217 * config/rs6000/spe.md ("xorv4hi3"): New.
14218 ("spe_evxor"): Rename to xorv2si3.
14219 ("xorv1di3"): New.
14220 Remove all _const0 patterns.
14221 (movv2si_internal): Rewrite to use code. Add vector constant to
14222 alternatives. Add splitter.
14223 (movv4hi_internal): Add vector constant to alternatives.
14224 (movv1di_internal): Same.
14225 (movv2sf_internal): Same.
14226
14227 2003-03-31 Mark Mitchell <mark@codesourcery.com>
14228
14229 PR c/9936
14230 * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
14231 variably-sized arrays in parameters.
14232 (set_save_expr_context): New function.
14233 (c_expand_body): Use it, via walk_tree.
14234
14235 2003-03-31 Eric Christopher <echristo@redhat.com>
14236
14237 * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
14238 (combinable_i3pat): Remove call to expand_field_assignment and
14239 #if 0'd code.
14240
14241 2003-03-31 Mark Mitchell <mark@codesourcery.com>
14242
14243 PR c++/10278
14244 * c-common.c (finish_label_address_expr): Handle the
14245 error_mark_node.
14246
14247 2003-03-31 Richard Henderson <rth@redhat.com>
14248
14249 * real.c (real_identical): Reorg so as to not compare
14250 signalling for normals.
14251
14252 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
14253
14254 * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
14255
14256 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
14257
14258 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
14259 notes as they are boggus.
14260 (m68hc11_gen_movqi): Likewise.
14261
14262 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
14263
14264 * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
14265 save the soft registers after the frame pointer so that gdb can unwind
14266 the frame more easily.
14267 (expand_epilogue): Likewise in opposite order; allow to use X register
14268 as scratch if the return value is by reference.
14269
14270 2003-03-31 Jason Merrill <jason@redhat.com>
14271
14272 PR java/10145
14273 * stor-layout.c (update_alignment_for_field): Respect
14274 DECL_USER_ALIGN for zero-length bitfields, too.
14275 * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
14276 fields.
14277
14278 2003-03-31 Matt Austern <austern@apple.com>
14279
14280 * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
14281 (count_defs): Keep track of number of defs as well as total size.
14282 (write_defs): Put every definition in cpp_savedstate's defs array.
14283 (comp_hashnode): Define. Comparison function for qsort.
14284 (cpp_write_pch_deps): Sort definitions before writing them.
14285 (struct ht_node_list): Define. Like cpp_savedstate but simpler.
14286 (collect_ht_nodes): Define.
14287 (cpp_valid_state): When verifying that undefined identifiers in
14288 the pch file are still undefined, read a sorted list of undefined
14289 identifiers, collect all defined identifiers into a sorted list,
14290 and walk through both lists to make sure there's no match.
14291
14292 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
14293
14294 * config/h8300/h8300.md (a peephole2): New.
14295
14296 2003-03-31 Michael Matz <matz@suse.de>
14297
14298 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
14299
14300 2003-03-31 Segher Boessenkool <segher@koffie.nl>
14301
14302 PR target/10177
14303 * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
14304 * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
14305 all call-clobbered registers as used.
14306
14307 2003-03-31 Michael Matz <matz@suse.de>
14308
14309 * cppexp.c (cpp_classify_number): Accept '.' after "0x".
14310 * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
14311
14312 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
14313
14314 * gcov.c: Add -a & -u options.
14315 (struct arc_info): Add local_span, is_call_non_return,
14316 is_nonlocal_return, is_unconditional flags, remove is_call flag.
14317 (struct block_info): Add flags, is_call_site, is_nonlocal_return
14318 members. Make encodings a union with span member.
14319 (struct function_info): Add blocks_executed, line, src, line_next
14320 members.
14321 (struct coverage_info): Make branches a union with blocks member.
14322 (struct source_info): Add functions member.
14323 (object_summary, program_count): New global variables.
14324 (flag_all_blocks, flag_unconditional): New flags.
14325 (find_source, output_branch_count): New functions.
14326 (print_usage): Adjust.
14327 (options): Adjust.
14328 (process_args): Adjust.
14329 (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
14330 <GCOV_TAG_BLOCKS>: Read flags.
14331 <GCOV_TAG_LINES>: Adjust.
14332 (read_count_file): Process SUMMARY tags.
14333 (solve_flow_graph): Set is_unconditional and clear is_call_site
14334 appropriately.
14335 (add_branch_counts): Adjust. Don't count unconditional branches.
14336 (add_line_counts): Deal with all-blocks mode, accumulate block
14337 coverage.
14338 (accumulate_line_counts): Adjust, generate local spanning tree for
14339 all-blocks mode.
14340 (output_lines): Adjust.
14341 * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
14342 * doc/gcov.texi: Document.
14343
14344 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
14345
14346 * config/h8300/h8300.md: Organize peephole2's that transform
14347 (compare (reg:HI) (const_int)).
14348
14349 2003-03-31 Roger Sayle <roger@eyesopen.com>
14350
14351 * emit-rtl.c (dconstm2, dconsthalf): New real constants.
14352 (init_emit_once): Initialize dconstm2 and dconsthalf here.
14353 * real.h (dconstm2, dconsthalf): Add prototypes here.
14354 * real.c (real_sqrt): Use dconsthalf rather than local copy.
14355 * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
14356 exp(x/2.0) remember to fold the division if possible.
14357 Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
14358 pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
14359 1.0/(x*x) and pow(x,0.5) as sqrt(x).
14360
14361 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
14362
14363 * config/h8300/h8300.md (a new peephole2): New.
14364
14365 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
14366
14367 * gcse.c (simple_mem): Return false for floating-point accesses
14368 if flag_float_store is true.
14369
14370 2003-03-30 Roger Sayle <roger@eyesopen.com>
14371
14372 * gcse.c (gcse_constant_p): New function to identify constants
14373 suitable for constant propagation, including COMPARE with two
14374 integer constant arguments.
14375 (hash_scan_set): Use gcse_constant_p.
14376 (find_avail_set): Likewise.
14377 (cprop_insn): Likewise.
14378 (do_local_cprop): Likewise.
14379 (find_implicit_sets): Likewise.
14380 (find_bypass_set): Likewise.
14381
14382 2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
14383
14384 * except.h: Remove definition of varray_type.
14385
14386 2003-03-30 Richard Henderson <rth@redhat.com>
14387
14388 PR opt/10011, opt/10252:
14389 * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
14390 before post-gcse cse pass.
14391
14392 2003-03-30 Roger Sayle <roger@eyesopen.com>
14393
14394 * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
14395
14396 2003-03-30 DJ Delorie <dj@redhat.com>
14397
14398 * profile.c (instrument_edges): Make sure any newly created
14399 jump insns have correct jump label info.
14400
14401 2003-03-30 Richard Henderson <rth@redhat.com>
14402
14403 * cfgbuild.c (make_edges): Use tablejump_p.
14404 * cfgcleanup.c (label_is_jump_target_p): Likewise.
14405 * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
14406 * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
14407 (try_redirect_by_replacing_jump): Likewise.
14408 (redirect_edge_and_branch): Likewise.
14409 * cse.c (fold_rtx): Likewise.
14410 * jump.c (delete_related_insns): Likewise.
14411 * rtlanal.c (get_jump_table_offset): Likewise.
14412 * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
14413
14414 2003-03-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
14415
14416 * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
14417 (STRICT2_WARN): Likewise.
14418
14419 2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14420
14421 PR other/6955
14422 * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
14423 * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
14424
14425 2003-03-30 Richard Henderson <rth@redhat.com>
14426
14427 PR c/10083
14428 * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
14429 don't zero_extend const inputs.
14430
14431 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
14432
14433 * reload1.c (reload_cse_move2add): Fix a comment typo.
14434
14435 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
14436
14437 * config/h8300/h8300.md (a peephole2): Remove useless code.
14438
14439 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
14440
14441 * config/h8300/h8300.md (*iorsi3_and_ashift): New.
14442 (*iorsi3_and_lshiftrt): Likewise.
14443 (*iorsi3_zero_extract): Likewise.
14444
14445 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
14446
14447 * config/h8300/h8300.md (*insv_si_8_8): New.
14448 (*insv_si_8_8_lshiftrt_8): Likewise.
14449 (a peephole2): Likewise.
14450
14451 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14452
14453 * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
14454 Uniformly use bugfix instead of bug fix.
14455
14456 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14457
14458 PR doc/895
14459 * ONEWS: Remove those items that already appear in the EGCS
14460 release notes on our web pages.
14461
14462 2003-03-29 Alan Modra <amodra@bigpond.net.au>
14463
14464 * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
14465 TARGET_HARD_FLOAT. Reformat.
14466 (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
14467
14468 2003-03-28 Albert Chin-A-Young <china@thewrittenword.com>
14469
14470 * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
14471 work on Solaris 2.5.1.
14472
14473 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>
14474
14475 * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
14476 section of h8300.md
14477 (*addsi3_and_nor_r_1): Likewise.
14478
14479 2003-03-29 Ulrich Weigand <uweigand@de.ibm.com>
14480
14481 * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
14482 set up before any trapping memory access if flag_non_call_exceptions.
14483
14484 2003-03-29 Alan Modra <amodra@bigpond.net.au>
14485
14486 * reload1.c (reload_as_needed): Allow a USE in asm reloads.
14487
14488 * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
14489
14490 2003-03-28 Nathanael Nerode <neroden@gcc.gnu.org>
14491
14492 * configure.in: Clarify comments.
14493 * configure: Regenerate.
14494
14495 2003-03-28 Ulrich Weigand <uweigand@de.ibm.com>
14496
14497 * config/s390/s390.md ("literal_pool_31"): Output pool anchor
14498 label even if pool empty when generating PIC.
14499 ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
14500
14501 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>,
14502 Dhananjay Deshpande <dhananjayd@kpit.com>
14503
14504 PR target/10205
14505 * config/h8300/h8300.c (h8300_initial_elimination_offset):
14506 Correct the offset computation when TARGET_NORMAL.
14507
14508 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
14509
14510 PR target/10067
14511 * config/sparc/sparc.md (jump pattern): Correct order
14512 when issuing the annuling marker.
14513
14514 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
14515
14516 PR c/8281
14517 * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
14518 (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
14519
14520 2003-03-28 Alan Modra <amodra@bigpond.net.au>
14521
14522 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14523 globalize_label.
14524 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14525 * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14526 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14527 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14528 * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14529 * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
14530 * config/v850/v850.c (v850_output_aligned_bss): Likewise.
14531
14532 2003-03-28 Alan Modra <amodra@bigpond.net.au>
14533
14534 * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
14535 (replace_loop_mems): Add "written" param. Remove invalid REG_EQUAL
14536 notes after hoisting.
14537 (load_mems): Adjust replace_loop_mems call.
14538
14539 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
14540 Richard Henderson <rth@redhat.com>
14541
14542 PR target/10114 and PR target/10084
14543 * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
14544
14545 2003-03-27 Richard Henderson <rth@redhat.com>
14546
14547 * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
14548
14549 2003-03-27 Roger Sayle <roger@eyesopen.com>
14550
14551 * fold-const.c (fold_inf_compare): New function to simplify FP
14552 comparisons against +Infinity or -Infinity.
14553 (fold): Optimize floating point comparisons against Infs and NaNs.
14554
14555 2003-03-27 Janis Johnson <janis187@us.ibm.com>
14556
14557 * libgcov.c: Provide only dummy functions if libc is not available.
14558
14559 2003-03-27 Richard Henderson <rth@redhat.com>
14560
14561 * real.h (struct real_value): Add signalling.
14562 (EXP_BITS): Decrement.
14563 * real.c (get_canonical_qnan): Don't set MSB-1.
14564 (get_canonical_snan): Likewise. Set signalling.
14565 (real_identical): Compare signalling.
14566 (round_for_format): Remove force-one-bit on code.
14567 (real_nan): Likewise. Set signalling.
14568 (encode_ieee_single): Add force-one-bit code; honor signalling.
14569 (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
14570 (decode_ieee_single): Set signalling.
14571 (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
14572
14573 2003-03-27 Olivier Hainque <hainque@act-europe.fr>
14574
14575 PR ada/9953
14576 * ada/Makefile.in (gnatlib configuration for HPUX): Split
14577 the general section for HPUX into specific sections for
14578 HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
14579 11 case.
14580
14581 2003-03-27 Glen Nakamura <glen@imodulo.com>
14582
14583 PR opt/10087
14584 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
14585 while incrementing giv.
14586 (record_biv): Check for duplicate biv locations and
14587 set (struct induction *) v->same if found.
14588
14589 2003-03-27 David Mosberger <davidm@hpl.hp.com>
14590
14591 * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
14592 v0.9 API change: replace read of UNW_REG_HANDLER with
14593 unw_get_proc_info().
14594 (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
14595 with unw_get_proc_info().
14596 (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
14597 unw_get_proc_info().
14598
14599 2003-03-27 Vladimir Makarov <vmakarov@redhat.com>
14600
14601 * config/rs6000/8540.md: Use presence_set instead of absence_set.
14602
14603 2003-03-26 Richard Henderson <rth@redhat.com>
14604
14605 * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
14606
14607 2003-03-26 Roger Sayle <roger@eyesopen.com>
14608
14609 PR bootstrap/10051, PR bootstrap/10169.
14610 * mips-tfile.c (init_file): Don't provide a static initializer.
14611 (initialize_init_file): Initialize the contents of init_file.
14612 (add_file): Call initialize_init_file if not already initialized.
14613
14614 2003-03-26 Ulrich Weigand <uweigand@de.ibm.com>
14615
14616 * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
14617 registers used for global asm variables.
14618 (s390_frame_info, s390_arg_frame_offset): Likewise.
14619 (s390_emit_prologue, s390_emit_epilogue): Likewise.
14620
14621 2003-03-26 Vladimir Makarov <vmakarov@redhat.com>
14622
14623 * config/rs6000/8540.md: New file.
14624
14625 * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
14626 power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
14627 reservations for imul.
14628
14629 * config/rs6000/rs6000.md: Include 8540.md. Change
14630 delayed_compare onto mult_compare for insns generating
14631 multiplication.
14632 (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
14633 New type attribute values.
14634
14635 * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
14636 fpsimple instead of fp.
14637 (*divsf3_gpr): Use type vecfdiv instead of fp.
14638 (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
14639 instead of vecfloat.
14640 (spe_evfsdive): Use type vecfdiv instead of vecfloat.
14641 (spe_brinc): Use type brinc instead of veccomplex.
14642 (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
14643 veccomplex.
14644 (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
14645 (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
14646 *movv2sf_internal): Define type attribute values for all
14647 alternatives.
14648 (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
14649 of fpcompare.
14650 (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
14651 instead of fpcompare.
14652
14653 2003-03-26 David Edelsohn <edelsohn@gnu.org>
14654
14655 * config/rs6000/power4.md: Allow delay between dispatch and
14656 function units for simple instructions. Correct store units.
14657 Allow branch to occupy as many dispatch slots as necessary.
14658
14659 2003-03-26 Jakub Jelinek <jakub@redhat.com>
14660
14661 * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
14662 (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
14663 zero extend old to it.
14664 * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
14665 operand.
14666
14667 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
14668
14669 PR target/7784
14670 * reload.c (find_reloads_address): Handle
14671 (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
14672 all base registers.
14673
14674 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
14675
14676 PR other/10203
14677 * version.c: Reference the GCC web site in the URL.
14678
14679 2003-03-26 Alan Modra <amodra@bigpond.net.au>
14680
14681 * c-incpath.c (add_standard_paths): Add both "translated" and
14682 non-translated header paths.
14683
14684 2003-03-25 Loren James Rittle <ljrittle@acm.org>
14685
14686 * doc/install.texi (*-*-freebsd*): Update with known status.
14687
14688 2003-03-21 Jason Merrill <jason@redhat.com>
14689
14690 PR optimization/10171
14691 * unroll.c (unroll_loop): Don't delete the jump at the end unless
14692 we also delete a jump at the beginning.
14693
14694 2003-03-25 Stephane Carrez <stcarrez@nerim.fr>
14695
14696 * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
14697 contributor.
14698
14699 Tue Mar 25 20:35:51 CET 2003 Jan Hubicka <jh@suse.cz>
14700
14701 * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
14702 constants are not expensive.
14703
14704 Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
14705
14706 PR opt/10056
14707 * cfglayout.c (fixup_reorder_chain): Fix dealing with the conditional
14708 jump jumping to the next instruction.
14709 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
14710
14711 2003-03-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14712
14713 * doc/passes.texi (Passes): Properly document that we do not
14714 perform jump2 any longer; remove command-line option -dJ.
14715
14716 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
14717
14718 PR optimization/8746
14719 * config/i386/i386.md (and promoting splitters): Disable HImode to
14720 SImode promoting when the sign bit matters and is not preserved, or
14721 when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
14722 for size.
14723
14724 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
14725
14726 * config/h8300/h8300.md (a peephole2): Extend to support loads
14727 in QImode and HImode.
14728
14729 2003-03-24 Stephane Carrez <stcarrez@nerim.fr>
14730
14731 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
14732 _return_far
14733 (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
14734 (MULTILIB_EXCEPTIONS): Likewise.
14735 * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
14736 by calling some board support routine.
14737 ("call_value"): Likewise.
14738 ("*return_void"): Likewise for return.
14739 ("*return_16bit"): Likewise.
14740 ("*return_32bit"): Likewise.
14741 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
14742 for 68HC11 too.
14743 (DWARF2_ADDR_SIZE): Use 4 so that addresses can
14744 * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
14745 -mlong-calls for 68HC11.
14746 * config/m68hc11/larith.asm (declare_near): New macro.
14747 (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
14748 (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
14749 (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
14750 (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
14751 (__mulhi32): Likewise.
14752 (ret): Update macro for 68HC11.
14753 (__far_trampoline): Implement for 68HC11.
14754 (__call_a16, __call_a32, __return_void, __return_16): New support
14755 routines for 68HC11 memory bank switching calling support.
14756 (__return_32): Likewise.
14757
14758 2003-03-24 Neil Booth <neil@daikokuya.co.uk>
14759
14760 * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
14761
14762 2003-03-24 Janis Johnson <janis187@us.ibm.com>
14763
14764 * doc/install.texi (Testing): Mention test result links from build
14765 status pages.
14766
14767 2003-03-24 Mark Mitchell <mark@codesourcery.com>
14768
14769 * function.c (put_var_into_stack): Change bool parameter to int.
14770 (gen_mem_addressof): Likewise.
14771 * rtl.h (gen_mem_addressof): Likewise.
14772 * tree.h (put_var_into_stack): Likewise.
14773 * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
14774 gen_mem_addressof or put_var_into_stack.
14775 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
14776 * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
14777
14778 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
14779
14780 * config/h8300/h8300.md (a peephole2): New.
14781
14782 2003-03-24 Jakub Jelinek <jakub@redhat.com>
14783
14784 * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
14785
14786 2003-03-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14787
14788 * doc/contrib.texi (Contributors): Update Janis Johnson.
14789
14790 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
14791
14792 PR target/10072
14793 * combine.c (simplify_if_then_else): Check that the mode
14794 has MODE_INT class before applying the (OP Z (mult COND C2))
14795 transformation.
14796
14797 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
14798
14799 PR optimization/9414
14800 * config/sparc/sparc.md (widening peepholes): Use
14801 widen_memory_access instead of change_address.
14802
14803 2003-03-23 Mark Mitchell <mark@codesourcery.com>
14804
14805 PR c++/7086
14806 * c-typeck.c (c_mark_addressable): Adjust calls to
14807 put_var_into_stack.
14808 * expr.c (expand_expr): Likewise.
14809 * function.c (put_var_into_stack): Add rescan parameter. Do not
14810 call fixup_var_refs when rescan is false.
14811 (gen_mem_addressof): Likewise.
14812 (assign_parms): Adjust calls to put_var_into_stack.
14813 (setjmp_protect): Likewise.
14814 (setjmp_protect_args): Likewise.
14815 * rtl.h (gen_mem_addressof): Change prototype.
14816 * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
14817 * tree.h (put_var_into_stack): Change prototype.
14818
14819 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
14820
14821 PR middle-end/9967
14822 * builtins.c (expand_builtin_fputs): When optimizing for size,
14823 don't transform fputs into fwrite.
14824
14825 2003-03-23 Glen Nakamura <glen@imodulo.com>
14826
14827 PR c/8224
14828 * fold-const.c (extract_muldiv_1): Don't pass through type conversions
14829 when signedness changes for division or modulus.
14830
14831 2003-03-24 Alan Modra <amodra@bigpond.net.au>
14832
14833 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
14834 globalize_label.
14835
14836 2003-03-23 Roger Sayle <roger@eyesopen.com>
14837
14838 PR c/10178
14839 * stmt.c (expand_end_case_type): Check for overflow in range when
14840 determining whether to use a bit-test implementation.
14841
14842 2003-03-23 Richard Henderson <rth@redhat.com>
14843
14844 * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
14845 before flow2.
14846 * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
14847
14848 2003-03-23 Richard Henderson <rth@redhat.com>
14849
14850 PR opt/10116
14851 * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
14852 from then_bb or else_bb after flow2.
14853
14854 2003-03-23 Zack Weinberg <zack@codesourcery.com>
14855
14856 * configure.in: Check whether it is necessary to link against
14857 libm to use ldexp.
14858 * configure: Regenerate.
14859 * Makefile.in: Add LDEXP_LIB substitution variable.
14860
14861 2003-03-23 Kazu Hirata <kazu@cs.umass.edu>
14862
14863 * config/h8300/h8300.md: Fix comment typos.
14864
14865 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14866
14867 * pa.c (output_cbranch): Fix typo in comment.
14868
14869 2003-03-22 Richard Henderson <rth@redhat.com>
14870
14871 * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
14872 after reload.
14873
14874 2003-03-22 DJ Delorie <dj at redhat dot com>,
14875 Bruce Korb <bkorb at gnu dot org>
14876
14877 * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
14878 buggy Solaris 2.6 mutex/cond initializers.
14879 (solaris_mutex_init): Rename to solaris_mutex_init_2.
14880 * fixinc/fixincl.x: Regenerate.
14881 * fixinc/tests/base/pthread.h: Update.
14882 * fixinc/fixincl.c(initialize): be explicit about the default case
14883 and indicate verbose level when being very, very verbose.
14884 * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
14885
14886 2003-03-22 Andreas Jaeger <aj@suse.de>
14887
14888 * config/i386/i386.c (ix86_init_machine_status): Return value.
14889
14890 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14891
14892 * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
14893 conditional branch to the following instruction. Use next_real_insn
14894 instead of next_active_insn.
14895 (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
14896 instead of next_active_insn.
14897
14898 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
14899
14900 * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
14901 instead of 'm' constraint in forced-split alternatives.
14902 ("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as
14903 VALIDATE_ADDRESS parameter to operand_subword.
14904
14905 2003-03-22 Kazu Hirata <kazu@cs.umass.edu>
14906
14907 * config/h8300/h8300.c (notice_update_cc): Correctly handle
14908 the case where the set destination is STRICT_LOW_PART.
14909
14910 2003-03-22 Svein E. Seldal <Svein.Seldal@solidas.com>
14911
14912 * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
14913 c30 instead of a c40 processor.
14914
14915 2003-03-22 Alan Modra <amodra@bigpond.net.au>
14916
14917 * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.
14918
14919 2003-03-21 Zack Weinberg <zack@codesourcery.com>
14920
14921 * c-common.c: Include intl.h.
14922 (shadow_warning): Rewrite to allow better diagnostic translations.
14923 * c-common.h: Update prototype of shadow_warning. Declare sw_kind enum.
14924 * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
14925 use it throughout.
14926 * Makefile.in (c-common.o): Add intl.h.
14927
14928 2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org>
14929
14930 * config.gcc: Remove 'float_format'.
14931
14932 * fixproto: Define NULL and size_t in generated stdlib.h and
14933 unistd.h. Kill unused required_stdlib_h, required_unistd_h.
14934 Rearrange file generation loop for readability. Generate time.h,
14935 string.h if missing.
14936 * tsystem.h: Include <string.h>, <time.h> unconditionally.
14937 * config.gcc: Blow away POSIX defines.
14938
14939 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
14940
14941 * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
14942
14943 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
14944
14945 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
14946 writing .interrupt command.
14947 * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
14948 if it's a far or near function.
14949 ("call_value"): Likewise.
14950 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
14951 near attributes.
14952 (m68hc11_handle_fntype_attribute): Accept attributes on methods.
14953 (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
14954 (m68hc11_initial_elimination_offset): Set current_function_far
14955 according to attributes.
14956 (expand_prologue): Likewise.
14957 (trap_handler_symbol): New global to keep track of trap handlers.
14958 (m68hc11_encode_section_info): Mark symbol as far if needed; set
14959 trap symbol.
14960 (m68hc11_is_far_symbol): New function.
14961 (m68hc11_is_trap_symbol): New function.
14962 * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
14963 (m68hc11_is_trap_symbol): Declare.
14964
14965 2003-03-21 Jan Hubicka <jh@suse.cz>
14966
14967 * i386.c (ix86_compute_frame_layout): Recompute fast prologues
14968 only when amount of saved regs changed.
14969 (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
14970 * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
14971
14972 2003-03-21 Jan Hubicka <jh@suse.cz>
14973
14974 PR inline-asm/7916
14975 * function.c (instantiate_virtual_regs_lossage): New function.
14976 (instantiate_virtual_regs_1): Use it.
14977 (instantiate_virtual_regs): Do not continue in substition when insn has
14978 been deleted.
14979
14980 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
14981
14982 * combine.c (make_field_assignment): Fix a warning.
14983
14984 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
14985
14986 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
14987
14988 2003-03-21 Dale Johannesen <dalej@apple.com>
14989
14990 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Increase
14991 priority for R2 on Darwin.
14992 (HARD_REGNO_MODE_OK): Don't accept R31 for DFmode.
14993
14994 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
14995
14996 * combine.c (make_field_assignment): Remove unnecessary AND
14997 when storing into zero_extract.
14998
14999 2003-03-21 Zack Weinberg <zack@codesourcery.com>
15000
15001 * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
15002 * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
15003 * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
15004 in comment.
15005
15006 2003-03-21 DJ Delorie <dj@redhat.com>
15007
15008 * optabs.c (init_integral_libfuncs): Make sure we init at least up
15009 to "long long" size words.
15010
15011 2003-03-21 Ulrich Weigand <uweigand@de.ibm.com>
15012
15013 * config/s390/s390.h: Do not include fixdfdi.h on s390x.
15014 (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
15015 (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
15016
15017 2003-03-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
15018
15019 PR doc-bug/9813
15020 * doc/extend.texi: Move misplaced paragraph about underscores in
15021 variables in macros.
15022
15023 2003-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
15024 Richard Henderson <rth@redhat.com>
15025
15026 PR optimization/8366
15027 * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
15028 (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
15029 PIC+SYMBOLIC_CONST in other modes than Pmode.
15030 (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
15031 the form PIC+SYMBOLIC_CONST as mode dependent.
15032
15033 2003-03-21 DJ Delorie <dj@redhat.com>
15034
15035 * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
15036 sure we always emit at least one insn.
15037
15038 2003-03-21 Christopher Faylor <cgf@redhat.com>
15039
15040 * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
15041 stub t-cygming. Use common target header cygming.h. Add extra
15042 c_target_obj and cxx_target_obj file. Default cygwin to posix
15043 threading. Enforce i386 as float format.
15044 (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
15045 Remove cygwin.h as target header. Use common target header
15046 cygming.h Enforce i386 as float format. Correct typo.
15047 * config/i386/cygming.h: New file, containing definitions
15048 common to mingw32 and cygwin.
15049 * config/i386/cygwin.h: Remove definitions common to cygwin and
15050 mingw. Simplify special spec logic. Define "wrappers" around
15051 certain include path defines to accommodate -mno-cygwin.
15052 Remove some #if 0'ed code.
15053 (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
15054 (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
15055 (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
15056 * config/i386/mingw32.h: Remove definitions common to cygwin and
15057 mingw.
15058 (EXTRA_OS_CPP_BUILTINS): Adjust.
15059 (TARGET_VERSION): Define.
15060 * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
15061 mingw32.h definitions.
15062 (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
15063 * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
15064 Add compilation rules for cygwin1.o cygwin2.o.
15065 * config/i386/cygwin1.c: New file.
15066 * config/i386/cygwin2.c: New file.
15067 * config/i386/t-cygming: New makefile stub.
15068
15069 2003-03-20 Richard Henderson <rth@redhat.com>
15070
15071 * fold-const.c (extract_muldiv_1): Revert changing order of
15072 operands in case MULT_EXPR of 2003-02-16 patch.
15073
15074 2003-03-20 Daniel Berlin <dberlin@dberlin.org>
15075 Merge changes from new-regalloc-branch
15076
15077 From Michael Matz <matz@suse.de>
15078 * df.c (df_ref_record_1): Move init of loc to safe point.
15079 Only recurse on interesting things in parallels.
15080 Handle CLASS_CANNOT_CHANGE_MODE smarter.
15081 (df_uses_record): Ditto.
15082
15083 * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
15084 it's already okay to use memory operands in (IE doesn't require
15085 adding another insn or anything).
15086
15087 2003-03-20 Richard Henderson <rth@redhat.com>
15088
15089 PR middle-end/6348
15090 * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
15091 different from word_mode.
15092
15093 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15094
15095 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
15096 source operand to those that can be extracted with bld.
15097
15098 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
15099
15100 PR 10066
15101 * arm.md (UNSPEC_PIC_BASE): New constant.
15102 (pic_add_dot_plus_four): Wrap with unspec.
15103 (pic_add_dot_plus_eight): Likewise.
15104
15105 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15106
15107 * config/h8300/h8300.md (*insv_si_1_n): New.
15108 (*insv_si_1_n_lshiftrt): Likewise.
15109
15110 2003-03-20 Roger Sayle <roger@eyesopen.com>
15111
15112 * fold-const.c (fold_mathfn_compare): New function to simplify
15113 comparisons against built-in math functions. Fold comparisons
15114 of sqrt against constants.
15115 (fold): Call fold_mathfn_compare when appropriate.
15116
15117 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
15118
15119 * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
15120 information.
15121
15122 2003-03-20 Per Bothner <pbothner@apple.com>
15123
15124 Various cleanups to help compile server.
15125
15126 * cppinit.c (cpp_create_reader): Take extra hash_table* argument,
15127 and pass that to _cpp_init_hashtable.
15128 (cpp_read_main_file): Drop hash_table* argument; don't call
15129 _cpp_init_hashtable.
15130 * cpplib.h: Update declarations to match.
15131 * c-opts.c (c_common_init_options): Pass ident_hash to
15132 cpp_create_reader.
15133 (c_common_post_options): Don't pass ident_hash to cpp_read_main_file.
15134 * fix-header.c (read_scan_file): Likewise pass NULL table to
15135 cpp_create_reader rather than cpp_read_main_file.
15136
15137 * cppfiles.c (cpp_rename_file): Generalized and renamed
15138 to cpp_change_file.
15139 * cpplib.h: Update declaration to match.
15140 * c-opts.c (push_command_line_line, finish_options): Change
15141 cpp_rename_file calls to cpp_change_file.
15142
15143 * line-map.c (add_line_map): Allow leaving the outermost file.
15144 Allowing entering an outermost-file after the initial time.
15145
15146 * toplev.c (pop_srcloc): Allow popping from initial file.
15147
15148 2003-03-20 Kazu Hirata <kazu at cs dot umass dot edu>
15149
15150 * fold-const.c (fold): Fold A - (A & B) into ~B & A.
15151
15152 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15153
15154 * config/h8300/h8300.md (a peephole2): New.
15155
15156 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
15157
15158 * config/h8300/h8300.md (*addsi3_and_r_1): New.
15159 (*addsi3_and_not_r_1): Likewise.
15160
15161 2003-03-19 Loren James Rittle <ljrittle@acm.org>
15162
15163 * Makefile.in (STRICT2_WARN): Add @WERROR@.
15164 (GCC_WARN_CFLAGS): Remove $(WERROR).
15165 (fixinc.sh-warn): New.
15166 * ada/Make-lang.in (ada-warn): Add $(WERROR).
15167 * cp/Make-lang.in (cp-warn): Add $(WERROR).
15168 * f/Make-lang.in (f-warn): Add $(WERROR).
15169 * java/Make-lang.in (java-warn): Add $(WERROR).
15170 * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
15171
15172 2003-03-19 Nathanael Nerode <neroden@gcc.gnu.org>
15173
15174 * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
15175 langhooks-def.h (lhd_tree_dump_dump_tree),
15176 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
15177 Change return type from 'int' to 'bool'. Replace 0 and 1 with
15178 true and false in return statements.
15179
15180 2003-03-19 Kevin Buettner <kevinb@redhat.com>
15181
15182 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
15183 (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
15184 DWARF_INITIAL_LENGTH_SIZE.
15185 (output_compilation_unit_header, output_pubnames, output_aranges)
15186 (output_line_info): Output 0xffffffff escape value for 64-bit
15187 DWARF extension.
15188 * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
15189
15190 2003-03-19 Ulrich Weigand <uweigand@de.ibm.com>
15191
15192 * config/s390/s390.c (s390_preferred_reload_class): Do not
15193 force constants to the pool unless necessary.
15194 (s390_decompose_address): Prefer to use pointer as base,
15195 not index register.
15196 * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
15197 Q alternative.
15198 ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
15199 "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
15200 ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
15201 "*zero_extendqisi2_31", "*zero_extendqihi2_31",
15202 "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
15203
15204 2003-03-19 Jan Hubicka <jh@suse.cz>
15205
15206 * i386.h (machine_function): New fields use_fast_prologue_epilogue.
15207 * i386.c (use_fast_prologue_epilogue): Remove.
15208 (ix86_frame): New field save_regs-using_mov;
15209 (ix86_compute_frame_layout): Decide on fast prologues;
15210 allocate saved registers in red zone.
15211 (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
15212
15213 2003-03-19 Nick Clifton <nickc@redhat.com>
15214
15215 * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
15216
15217 2003-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15218
15219 PR 10062
15220 * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
15221 * pa-protos.h (output_lbranch): New prototype.
15222 * pa.c (compute_frame_size): Change size of the frame marker on the
15223 64-bit ports to 48 bytes.
15224 (pa_output_function_prologue): Document why SAVE_SP is set.
15225 (hppa_expand_prologue): Save previous stack pointer into frame marker
15226 on targets which use the hpux unwind library.
15227 (output_cbranch): Use output_lbranch.
15228 (output_lbranch): New function to output long unconditional branches.
15229 * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
15230 (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
15231 64-bit ports.
15232 * pa.md (jump): Use output_lbranch.
15233 (allocate_stack): New expander for dynamic stack allocation.
15234
15235 2003-03-19 Alan Modra <amodra@bigpond.net.au>
15236
15237 * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
15238 when debugging on XCOFF targets. Delete "abi" temp.
15239
15240 PR target/10073
15241 * combine.c (force_to_mode <NOT>): Use gen_int_mode.
15242
15243 2003-03-18 Jakub Jelinek <jakub@redhat.com>
15244
15245 * config/s390/s390.c (s390_output_dwarf_dtprel): New.
15246 * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
15247 * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
15248
15249 * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
15250 * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
15251 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
15252
15253 2003-03-18 Geoffrey Keating <geoffk@apple.com>
15254
15255 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
15256 the result of machopic_function_base_name.
15257 * config/darwin.c (machopic_function_base_name): Use a gc-allocated
15258 string rather than a static array.
15259
15260 * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
15261
15262 * gengtype.c: Include rtl.h.
15263 (enum rtx_code): Don't define.
15264 (rtx_format): Make declaration match rtl.h.
15265 (rtx_next_new): Rename from rtx_next to avoid conflict. Change all
15266 users.
15267 (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
15268 * Makefile.in (gengtype.o): Update dependencies.
15269
15270 2003-03-18 Andreas Schwab <schwab@suse.de>
15271
15272 * config/m68k/m68k.md (iordi3): Fix setting low half to -1. From
15273 martin@blom.org.
15274
15275 2003-03-18 Geoffrey Keating <geoffk@apple.com>
15276
15277 * function.c (next_block_index): Mark with GTY.
15278
15279 * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
15280
15281 2003-03-18 Richard Henderson <rth@redhat.com>
15282
15283 * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
15284 (builtin_setjmp_receiver): Delay call to ia64_reload_gp
15285 until after reload.
15286
15287 2003-03-18 Richard Henderson <rth@redhat.com>
15288
15289 * builtins.c (expand_builtin_unop): New target_mode operand;
15290 use it to convert the result to the correct mode.
15291 (expand_builtin): Update all callers.
15292
15293 2003-03-18 Ulrich Weigand <uweigand@de.ibm.com>
15294
15295 * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
15296
15297 2003-03-18 Jan Hubicka <jh@suse.cz>
15298
15299 * i386.md: Fix previous commit that mistakely applied the patch
15300 twice.
15301
15302 * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
15303 canonicalized.
15304 (memrefs_conflict_p): Likewise.
15305 (addr_side_effect_eval): Canonicalize the constructed address.
15306
15307 2003-03-18 Jan Hubicka <jh@suse.cz>
15308
15309 * i386.md (cvtts?2si peep2): New.
15310
15311 2003-03-18 Kazu Hirata <kazu@cs.umass.edu>
15312
15313 * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
15314
15315 2003-03-18 Andreas Schwab <schwab@suse.de>
15316
15317 * dwarf2out.c (output_file_names): Cast size_t to unsigned long
15318 for format.
15319
15320 2003-03-17 Jason Merrill <jason@redhat.com>
15321
15322 PR c++/10091
15323 * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
15324 an unaligned member of TREE_ADDRESSABLE type.
15325
15326 2003-03-18 Alan Modra <amodra@bigpond.net.au>
15327
15328 * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
15329 (TARGET_PROFILE_KERNEL): Define.
15330 (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
15331 (PROFILE_BEFORE_PROLOGUE): Don't define.
15332 (PROFILE_KERNEL): Remove hacks.
15333 * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
15334 (rs6000_stack_info): No need to save lr if just for profiling when
15335 TARGET_PROFILE_KERNEL.
15336 (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
15337 (output_function_profiler): Localize label generation. Emit code
15338 for kernel profiling.
15339
15340 2003-03-17 Kazu Hirata <kazu@cs.umass.edu>
15341
15342 * config/h8300/h8300-protos.h: Add a prototype for
15343 byte_accesses_mergeable_p.
15344 * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
15345 * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
15346 (a splitter): Likewise.
15347 (*iorsi3_ashift_16_ashift_24): Likewise.
15348 (*iorsi3_ashift_16_ashift_24_mem): Likewise.
15349
15350 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15351
15352 * dwarf2asm.h: Delete obsolete comment.
15353 (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
15354 dw2_asm_output_pcrel, dw2_asm_output_addr,
15355 dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
15356 dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
15357 dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
15358 dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
15359
15360 2003-03-17 Zack Weinberg <zack@codesourcery.com>
15361
15362 * c-tree.h (struct lang_identifier): Remove error_locus field.
15363 (IDENTIFIER_ERROR_LOCUS): Kill.
15364 (record_function_scope_shadow): New prototype.
15365 * c-typeck.c (build_external_ref): Don't complain if
15366 decl is error_mark_node. When not at file scope, bind the
15367 decl's local value to error_mark_node to suppress further
15368 warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
15369
15370 * c-decl.c (get_function_binding_level): New static function.
15371 (record_function_scope_shadow): New exported function.
15372 (c_make_fname_decl): Use get_function_binding_level.
15373
15374 2003-03-17 Steve Ellcey <sje@cup.hp.com>
15375
15376 * stmt.c (tail_recursion_args): Call promote_mode to set
15377 unsignedp flag correctly before calling convert_move.
15378
15379 2003-03-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15380
15381 * loop-unroll.c (decide_peel_completely,
15382 decide_unroll_constant_iterations, decide_unroll_stupid,
15383 decide_unroll_runtime_iterations, decide_peel_simple): Set
15384 loop->has_desc.
15385
15386 2003-03-17 Jan Hubicka <jh@suse.cz>
15387
15388 * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
15389
15390 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
15391
15392 * function.c (assign_parms): For a struct value address passed as
15393 first argument, delay the function's result RTL setup code until
15394 after the emission of parameter conversions.
15395
15396 2003-03-17 Dave Love <fx@gnu.org>
15397 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15398
15399 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
15400 __arch64__ to match Compaq cc.
15401
15402 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
15403
15404 * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
15405 (c_common_init): Set EBCDIC in cpp options.
15406 * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
15407 not conditional compilation.
15408 * cpplib.h (struct cpp_options): New entry EBCDIC.
15409
15410 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
15411
15412 * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
15413
15414 2003-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15415
15416 * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
15417 argument to 0 for redirect_jump.
15418
15419 2003-03-16 Mark Mitchell <mark@codesourcery.com>
15420
15421 PR c++/8805
15422 * except.c (eh_region_u_cleanup): Add prev_try.
15423 (expand_eh_region_end_cleanup): Set it.
15424 (reachable_handlers): Use it to skip over cleanup blocks.
15425
15426 2003-03-17 Andreas Jaeger <aj@suse.de>
15427
15428 * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
15429
15430 2003-03-17 Alan Modra <amodra@bigpond.net.au>
15431
15432 * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
15433 (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
15434 (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
15435 (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
15436
15437 2003-03-16 Richard Henderson <rth@redhat.com>
15438
15439 * simplify-rtx (simplify_binary_operation): Don't abort for
15440 SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
15441
15442 2003-03-16 Richard Henderson <rth@redhat.com>
15443
15444 * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
15445 optimize_size as well.
15446
15447 2003-03-16 Stephane Carrez <stcarrez@nerim.fr>
15448
15449 * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
15450 for D register to specify the low part of it, aka B.
15451 (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
15452 the register if we are loading 1 or -1 to it; avoid using temp
15453 register when moving X/Y to Y/X.
15454 (m68hc11_gen_movqi): Likewise.
15455 (m68hc11_check_z_replacement): Fix last insn setting for compare case.
15456
15457 2003-03-14 Mark Mitchell <mark@codesourcery.com>
15458
15459 PR optimization/9016
15460 * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
15461 into the constant pool.
15462
15463 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
15464
15465 PR target/9164
15466 * tree.c (get_narrower): For extensions with unchanged bit number,
15467 return the unsignedness of the outer mode.
15468
15469 2003-03-16 Roger Sayle <roger@eyesopen.com>
15470
15471 * c-typeck.c (build_component_ref): Turn "for" into "do .. while"
15472 to avoid "may be used uninitialized" warning on ia64-hpux.
15473 * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
15474
15475 2003-03-16 Andreas Jaeger <aj@suse.de>
15476
15477 * configure.in: Improve check for memcheck.h.
15478 * configure: Regenerated.
15479
15480 2003-03-16 Neil Booth <neil@daikokuya.co.uk>
15481
15482 * doc/cppopts.texi: Remove documentation of -A-.
15483
15484 2003-03-15 Zack Weinberg <zack@codesourcery.com>
15485
15486 * doc/libgcc.texi: Remove @tie.
15487
15488 2003-03-15 Josef Zlomek <zlomekj@suse.cz>
15489
15490 * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
15491 (rtx_pair): Added new element update_label_nuses, renamed to
15492 replace_label_data.
15493 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
15494 replace_label_data instead of rtx_pair.
15495 * loop.c (load_mems): Likewise.
15496 * rtlanal.c (replace_label): Replace label in pool constants and in
15497 INSN_LIST (in REG_LABEL note).
15498 (subrtx_p): Renamed to rtx_referenced_p.
15499 (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
15500 LABEL_REF with CODE_LABEL, traverse constants from pool.
15501
15502 2003-03-15 Aldy Hernandez <aldyh@redhat.com>
15503 Zack Weinberg <zack@codesourcery.com>
15504
15505 * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
15506 * doc/libgcc.texi: New file.
15507 * doc/interface.texi: Delete paragraph about libgcc interface.
15508 * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
15509
15510 2003-03-15 Jason Merrill <jason@redhat.com>
15511
15512 PR debug/9039
15513 * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
15514
15515 PR debug/6387
15516 * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
15517 function DIEs at toplevel.
15518 (decls_for_scope): At -g1, don't descend into subblocks.
15519
15520 2003-03-15 Ulrich Weigand <uweigand@de.ibm.com>
15521
15522 * varasm.c (struct rtx_const): Change type of un.addr member
15523 to struct holding an additional 'symbol' member.
15524 (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
15525 with equal string addresses as equal.
15526 (simplify_subtraction): Adapt to struct rtx_const change.
15527
15528 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
15529
15530 * fix-header.c (read_scan_file): Read main file before handling -D.
15531
15532 2003-03-15 Roger Sayle <roger@eyesopen.com>
15533
15534 * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
15535 * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
15536 * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
15537 (find_sub_basic_blocks): Likewise.
15538 * cgraphunit.c (cgraph_expand_functions): Likewise.
15539 * dwarf2out.c (prune_unused_types): Likewise.
15540 * expr.c (store_field): Likewise.
15541 * genextract.c (print_path): Likewise.
15542 * haifa-sched.c (schedule_insn): Likewise.
15543 * lcm.c (compute_antinout_edge): Likewise.
15544 * loop-unroll.c (decide_peel_once_rolling): Likewise.
15545 * ra-colorize.c (ra_colorize_free_all): Likewise.
15546 * ra-debug.c (dump_igraph): Likewise.
15547 (debug_hard_reg_set): Likewise.
15548 * reg-stack.c (reg_to_stack): Likewise.
15549 * rtlanal.c (refers_to_regno_p): Likewise.
15550 * tracer.c (layout_superblocks): Likewise.
15551
15552 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
15553
15554 * fix-header.c (read_scan_file): Fix thinko.
15555
15556 2003-03-15 Glen Nakamura <glen@imodulo.com>
15557
15558 * reload1.c (choose_reload_regs): Use && instead of ||
15559 with REG_CANNOT_CHANGE_MODE_P condition.
15560
15561 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
15562
15563 * Makefile.in: Update.
15564 * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
15565 * c-lex.c (init_c_lex): Register builtins hook is dead.
15566 * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
15567 (c_common_decode_option): Don't call cpp_handle_option.
15568 Handle -A, -D and -U.
15569 (handle_deferred_opts): Simplify.
15570 (finish_options): Define builtins and command line macros.
15571 * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
15572 * cppinit.c: Don't include intl.h.
15573 (init_builtins): Rename cpp_init_builtins. No hook to call.
15574 (init_library): Don't need to sort options.
15575 (cpp_create_reader): Don't set pending.
15576 (cpp_destroy): Don't free pending.
15577 (struct pending_option, cl_directive_handler, struct cpp_pending,
15578 APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
15579 cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
15580 cl_options, cpp_handle_option): Remove.
15581 * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
15582 cpp_finish_options): Remove.
15583 (cpp_init_builtins): New.
15584 * fix-header.c (read_scan_file): Update to handle -D. Fix
15585 handling of -I. Replace call to cpp_finish_options.
15586
15587 2003-03-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15588
15589 PR optimization/9387
15590 * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
15591 for conditional returns.
15592
15593 2003-03-14 Jason Merrill <jason@redhat.com>
15594
15595 PR optimization/6871
15596 * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
15597
15598 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
15599
15600 * c-opts.c (finish_options): New.
15601 (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
15602 (missing_arg): Handle OPT_include and OPT_imacros.
15603 (c_common_init, c_common_parse_file): Use finish_options.
15604 (handle_deferred_opts): Update.
15605 * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
15606 (cpp_finish_options): Don't handle -imacros here.
15607 (no_fil): Remove.
15608 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
15609
15610 2003-03-14 Jakub Jelinek <jakub@redhat.com>
15611
15612 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
15613 rs6000_maybe_dead if !fromprolog.
15614
15615 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
15616
15617 * Makefile.in: Update.
15618 * c-common.h (fe_file_change, pp_file_change): New.
15619 * c-lex.c (init_c_lex): Don't set cb_file_change.
15620 (c_common_parse_file): Move to c-opts.c.
15621 (cb_file_change): Rename fe_file_change.
15622 * c-opts.c: Include debug.h.
15623 (warn_unused_macros, include_cursor): New.
15624 (push_command_line_include, cb_file_change): New.
15625 (COMMAND_LINE_OPTIONS): Handle -include.
15626 (c_common_decode_option): Use local warn_unused_macros.
15627 Handle OPT_include.
15628 (c_common_post_options): Set file change callback.
15629 (handle_deferred_opts): Skip -include. Don't free the array.
15630 (c_common_init): Call cpp_finish_options here, and push an
15631 initial -include file.
15632 * c-ppoutput.c (cb_file_change): Rename pp_file_change.
15633 (preprocess_file): Don't call cpp_finish_options.
15634 (init_pp_output): Don't set the file change callback.
15635 (pp_file_change): Return if no line commands or no output.
15636 * cpphash.h (next_include_file, first_unused_line): Remove.
15637 * cppinit.c (include_head, include_tail): Remove.
15638 (cpp_destroy): Don't free -include chain.
15639 (cpp_finish_options): Don't handle -include, or worry about
15640 -Wunused-macros.
15641 (_cpp_maybe_push_include_file): Remove.
15642 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
15643 * cpplib.c (_cpp_pop_buffer): Don't handle -include.
15644 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
15645 Used flag is set based upon the state of the warn_unused_macros
15646 flag, and so use of first_unused_line is unnecessary.
15647
15648 2003-03-13 Jan Hubicka <jh@suse.cz>
15649
15650 * cselib.c (clear_table): Do not take argument; always clear just
15651 used slots.
15652 (cselib_process_insn): Update call of clear_table
15653 (cselib_init): Do not call clear_table.
15654 (cselib_finish): Clear table.
15655
15656 * cse.c (count_reg_usage): Do not check side_effects_p.
15657 * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
15658 like noop.
15659 (find_reg_equal_equiv_note): Do not use find_reg_note.
15660
15661 2003-03-14 Richard Henderson <rth@redhat.com>
15662
15663 PR target/9700
15664 * config/alpha/alpha.c (alpha_va_start): Account for
15665 current_function_pretend_args_size in the AP offset.
15666
15667 * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
15668 (INITIAL_ELIMINATION_OFFSET): Move out of line.
15669 * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
15670 (alpha_initial_elimination_offset) New.
15671 * config/alpha/alpha-protos.h: Update.
15672
15673 2003-03-14 Jakub Jelinek <jakub@redhat.com>
15674
15675 * stmt.c (expand_start_case): Call emit_queue ().
15676
15677 2003-03-14 Chris Demetriou <cgd@broadcom.com>
15678 Alexandre Oliva <aoliva@redhat.com>
15679
15680 * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
15681 words in new abis.
15682
15683 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
15684
15685 PR optimization/8396
15686 * tree-inline.c (initialize_inlined_parameters): Make sure the value
15687 of read-only constant arguments is passed with the right type.
15688
15689 2003-03-14 Steven Bosscher <steven@gcc.gnu.org>
15690
15691 * doc/extend.texi (Function Names): Make the example compilable.
15692
15693 2003-03-13 David Edelsohn <edelsohn@gnu.org>
15694
15695 * config/rs6000/rs6000.c (processor_target_table): Really allow
15696 GP optional instructions on Power4.
15697
15698 2003-03-13 Roger Sayle <roger@eyesopen.com>
15699
15700 * calls.c (flags_from_decl_or_type): Factor and remove redundant
15701 conditional tests.
15702
15703 2003-03-13 Mike Stump <mrs@apple.com>
15704
15705 * ggc-page.c (struct page_entry): Remove varray.h header.
15706 Add index_by_depth field.
15707 Remove save_in_use_p field.
15708 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
15709 by_depth_max, by_depth, and save_in_use fields.
15710 (INITIAL_PTE_COUNT): Add.
15711 (save_in_use_p_i): Add.
15712 (save_in_use_p): Add.
15713 (adjust_depth): Add.
15714 (move_ptes_to_front): Add.
15715 (push_depth): Add.
15716 (push_by_depth): Add.
15717 (prefetch): Add.
15718 (free_page): Add support for and use faster data structures.
15719 (ggc_alloc): Likewise.
15720 (init_ggc): Likewise.
15721 (ggc_recalculate_in_use_p): Likewise.
15722 (ggc_pop_context): Likewise.
15723 (clear_marks): Likewise.
15724 (ggc_pch_read): Likewise.
15725 * Makefile.in (ggc-page.o): Remove varray.h.
15726
15727 2003-03-13 Nathanael Nerode <neroden@gcc.gnu.org>
15728
15729 * ChangeLog: Rotated last year's entries to...
15730 * ChangeLog.8: New.
15731
15732 * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
15733 config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
15734 config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
15735 config/ia64/ia64-protos.h, config/ia64/ia64.c,
15736 config/ia64/ia64.h, config/ia64/ia64.md,
15737 config/ia64/itanium1.md, config/ia64/itanium2.md,
15738 config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
15739 config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
15740
15741 2003-03-13 Aldy Hernandez <aldyh@redhat.com>
15742
15743 * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
15744 Differentiate endianness.
15745 (s6000_override_options): Use cpu type instead of TARGET_SPE.
15746
15747 2003-03-13 Nick Clifton <nickc@redhat.com>
15748
15749 * config/arm/arm.c (print_multi_reg): Do not generate a type 2
15750 LDM instructions with writeback enabled.
15751 (output_return_instruction): Likewise.
15752
15753 * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
15754 (CALL_USED_REGISTERS): Remove definition.
15755 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
15756
15757 2003-03-13 Alan Modra <amodra@bigpond.net.au>
15758
15759 * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
15760 (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
15761 (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
15762 (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
15763 (rs6000_legitimize_address): Formatting.
15764 (rs6000_emit_move): Likewise.
15765 (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
15766 (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
15767 (rs6000_elf_select_section): Comment reason for shlib being
15768 set for ABI_AIX.
15769 (rs6000_elf_unique_section): Likewise.
15770 (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
15771 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
15772 as well as flag_pic.
15773 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
15774 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
15775 * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
15776
15777 2003-03-13 Richard Henderson <rth@redhat.com>
15778
15779 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
15780
15781 * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
15782 (ia64_gp_save_reg): Remove.
15783 (struct ia64_frame_info): Move to the beginning of the file;
15784 add reg_save_gp.
15785 (ia64_expand_call): Rearrange for new call patterns.
15786 (ia64_reload_gp): New.
15787 (ia64_split_call): New.
15788 (ia64_compute_frame_size): Allocate reg_save_gp.
15789 (ia64_expand_prologue): Save reg_save_gp.
15790 (ia64_expand_epilogue): Don't restore gp.
15791 (ia64_hard_regno_rename_ok): Remove R4 hack.
15792 (ia64_function_ok_for_sibcall): New.
15793 (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
15794 call try_split on sibcall pattern.
15795 * config/ia64/ia64-protos.h: Update.
15796 * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
15797 Rename from nopic versions. Confiscate 2nd argument to call as
15798 a marker.
15799 (call_pic, call_value_pic, sibcall_pic): Remove.
15800 (call_gp, call_value_gp, sibcall_gp): New.
15801 (builtin_setjmp_setup): Remove.
15802 (builtin_setjmp_receiver): Call ia64_reload_gp.
15803
15804 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
15805
15806 * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
15807 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
15808 "GNU CC" with "GCC".
15809
15810 * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
15811 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
15812 config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
15813 GCC, not GNU CC.
15814
15815 * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
15816 langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
15817
15818 * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
15819 langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
15820 unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
15821 "GNU CC" with "GCC".
15822
15823 * config/v850/lib1funcs.asm, config/v850/rtems.h,
15824 config/v850/v850-c.c, config/v850/v850-protos.h,
15825 config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
15826 GCC, not GNU CC.
15827
15828 * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
15829 config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
15830 config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
15831 config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
15832 GNU CC.
15833
15834 2003-03-12 Benjamin Kosnik <bkoz@redhat.com>
15835
15836 * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
15837
15838 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
15839
15840 * fixinc/fixinc.interix: Remove dead code (most of it).
15841 * fixinc/fixinc.dgux: Remove.
15842
15843 * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
15844 ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
15845
15846 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15847
15848 * pa.c (pa_init_builtins): Fix warning.
15849
15850 2003-03-12 Steve Ellcey <sje@cup.hp.com>
15851
15852 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
15853 (ASM_OUTPUT_XDATA_SHORT): Remove.
15854 (ASM_OUTPUT_XDATA_INT): Remove.
15855 (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
15856 (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
15857 (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
15858 (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
15859
15860 2003-03-12 Andrew Lewycky <andrew@mxc.ca>
15861
15862 PR c++/7050
15863 * expr.c (store_expr): Don't attempt to store void-typed trees,
15864 just evaluate them for side effects.
15865
15866 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
15867
15868 * cppfiles.c (cpp_rename_file, cpp_push_include): New.
15869 * cppinit.c (push_include): Move with changes to cppfiles.c.
15870 (cpp_read_main_file): Mark named operators here...
15871 (cpp_finish_options): ...not here. Update.
15872 (_cpp_maybe_push_include_file): Update.
15873 * cpplib.h (cpp_push_include, cpp_rename_file): New.
15874
15875 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
15876
15877 * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
15878 _gcc_COMPUTE_GAS_VERSION.
15879 * configure.in: Use them.
15880 * configure: Regenerate.
15881
15882 2003-03-12 Bob Wilson <bob.wilson@acm.org>
15883
15884 * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
15885 to detect carry.
15886 (subdi3): Reorder emitted instructions.
15887
15888 2003-03-12 Andreas Jaeger <aj@suse.de>
15889
15890 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
15891 NETBSD_OS_CPP_BUILTINS_LP64.
15892
15893 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
15894
15895 * Makefile.in: Eliminate all.indirect. Update and clean up comments.
15896 Rearrange. Reorganize.
15897 * configure.in: Rearrange.
15898 * configure: Regenerate.
15899
15900 2003-03-12 Andreas Jaeger <aj@suse.de>
15901
15902 * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
15903 LP64 targets.
15904
15905 * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
15906 _LP64.
15907
15908 * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
15909 _LP64 macros here.
15910 * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
15911
15912 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
15913 NETBSD_OS_CPP_BUILTINS_LP64.
15914 * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15915 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15916
15917 * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
15918
15919 2003-03-12 Jan Hubicka <jh@suse.cz>
15920
15921 * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
15922
15923 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
15924
15925 Fix PR target/9797 and PR c/9853.
15926 * stmt.c (expand_decl_init): Call push_temp_slots () and
15927 pop_temp_slots ().
15928
15929 2003-03-12 J"orn Rennecke <joern.rennecke@superh.com>
15930
15931 * sh.c: Include basic-block.h.
15932 (sh_output_mi_thunk, emit_load_ptr): New functions.
15933 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
15934
15935 2003-03-12 Nick Clifton <nickc@redhat.com>
15936
15937 * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
15938 (CALL_USED_REGISTERS): Likewise.
15939 * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
15940 describing how this value is calculated.
15941
15942 2003-03-12 Hans-Peter Nilsson <hp@bitrange.com>
15943
15944 * configure.in (rlim_t): Define to long if no valid definition
15945 found in sys/resource.h.
15946 * config.in, configure: Regenerate.
15947
15948 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
15949
15950 * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
15951 TARGET_OS_CPP_BUILTINS.
15952 * config/mcore/mcore-pe.h: Similarly.
15953 * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
15954 CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
15955
15956 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
15957
15958 PR c/9928
15959 * c-decl.c (duplicate_decls): Discard the initializer of the new decl
15960 only if it is a VAR_DECL.
15961
15962 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
15963
15964 PR optimization/9888
15965 * config/i386/i386.md (jcc_1): Fix range.
15966 (jcc_2): Likewise.
15967 (jump): LIkewise.
15968 (doloop_end_internal): Likewise.
15969
15970 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
15971
15972 * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
15973 Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
15974 (DLL_EXPORT_PREFIX): New define. Use throughout instead of
15975 DLL_IMPORT_EXPORT_PREFIX and "i."
15976 (i386_pe_dllexport_name_p): Here.
15977 (i386_pe_dllimport_name_p): Here.
15978 (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
15979 not 9 chars when getting identifier name.
15980 (i386_pe_mark_dllimport): Here.
15981 (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
15982 not 9 chars when getting identifier name. Correct comment.
15983 (i386_pe_strip_name_encoding): Here. Add comments for different
15984 cases.
15985 (gen_fastcall_suffix): Break down xmalloc() argument to
15986 components.
15987 (gen_stdcall_suffix): Likewise.
15988 Update copyright year.
15989
15990 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
15991
15992 PR optimization/9888
15993 * config/i386/i386.md (movsi_1): Remove special alternatives
15994 for %eax register.
15995 (movsi_1_nointernunit): Likewise.
15996 (movhi_1): Likewise.
15997 * config/i386/i386.c (memory_address_length): Do not use
15998 short displacement when there is no base.
15999 (ix86_attr_length_address_default): Handle LEA instructions.
16000
16001 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
16002
16003 * c-cppbuiltin.c (builtin_define_std): Make non-static.
16004
16005 2003-03-11 Loren James Rittle <ljrittle@acm.org>
16006
16007 * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
16008 (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
16009 (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
16010 * config/freebsd.h (CPP_PREDEFINES): Remove.
16011 (TARGET_OS_CPP_BUILTINS): New.
16012 * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
16013 instead of TARGET_OS_CPP_BUILTINS.
16014 * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
16015
16016 2003-03-11 Geoffrey Keating <geoffk@apple.com>
16017
16018 * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
16019
16020 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
16021
16022 * config/rs6000/rs6000.c (rs6000_stack_info): Remove
16023 insn_chain_scanned. Use insn_chain_scanned_p in machine_function.
16024
16025 * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
16026
16027 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
16028
16029 * toplev.c (independent_decode_option): Return success for --help,
16030 --target-help and --version.
16031
16032 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
16033
16034 * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
16035 Default to -mips3 on -mabi=64. Don't add -mips* flag if -march is
16036 specified.
16037 (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
16038 DRIVER_SELF_SPECS.
16039 (LINK_SPEC): Let endian options affect the linker emulation name.
16040
16041 2003-03-11 J"orn Rennecke <joern.rennecke@superh.com>
16042
16043 * sh.md (reload_inqi): Fix mode for source in second set.
16044
16045 2003-03-11 Jan Hubicka <jh@suse.cz>
16046
16047 * cselib.c (cselib_invalidate_mem_1): Move too ...
16048 (cselib_invalidate_mem): ... here; use new list
16049 (dummy_val, first_containing_mem): New static variables.
16050 (clear_table): Initialize first_containing_mem.
16051 (discard_useless_values): Compact the containing_mem list.
16052 (add_mem_for_addr): Add to the list.
16053 * cselib.h (cselib_val): Add next_containing_mem.
16054
16055 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
16056
16057 * config/rs6000/rs6000.c (rs6000_override_options): Disable string
16058 instructions for e500.
16059
16060 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
16061
16062 * Makefile.in: Update.
16063 * c-cppbuiltin.c: Include tm_p.h.
16064
16065 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
16066
16067 * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
16068
16069 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
16070 (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
16071 (_Unwind_SetGR): Same.
16072 (_Unwind_GetGRPtr): New.
16073 (_Unwind_SetGRPtr): New.
16074 (uw_update_context_1): Use accesor functions instead of accessing
16075 context->reg[] directly.
16076 (uw_install_context_1): Same.
16077 (execute_cfa_program): Same.
16078 (__frame_state_for): Same.
16079
16080 * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
16081 the synthetic register offset.
16082
16083 * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
16084
16085 2003-03-11 Hans-Peter Nilsson <hp@axis.com>
16086
16087 * config/cris/cris.md: Remove lingering EGCS reference.
16088 ("*extopqihi_side_biap"): For HI operation, match
16089 cris_additive_operand_extend_operator, not
16090 cris_operand_extend_operator. Adjust condition.
16091 ("*extopqihi_side", "*extopqihi"): Ditto.
16092 ("*extopqisi_side_biap"): Correct operand numbers in condition.
16093 ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
16094 ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
16095 ("*extophisi_swap"): Ditto.
16096 ("*extopqihi_swap_side_biap"): For HI operation, match a simple
16097 PLUS, not cris_operand_extend_operator. Adjust condition and
16098 output template.
16099 ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
16100 * config/cris/cris.h (PREDICATE_CODES): Add
16101 cris_additive_operand_extend_operator.
16102 * config/cris/cris.c (cris_additive_operand_extend_operator):
16103 New predicate.
16104
16105 2003-03-11 Hartmut Penner <hpenner@de.ibm.com>
16106
16107 * df.c (read_modify_subreg_p): Change from static to global.
16108 * df.h (read_modify_subreg_p): Add prototype.
16109 * sched-deps.c (sched_analyze_1): Generate true dependency for
16110 strict_low_part, certain subregs and zero/sign_extract.
16111
16112 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
16113
16114 * Makefile.in: Update.
16115 * c-common.c: Don't include real.h or except.h.
16116 (REGISTER_PREFIX): Remove.
16117 (builtin_define_std, builtin_define_with_value,
16118 builtin_define_with_int_value, builtin_define_with_hex_fp_value,
16119 builtin_define_type_max, builtin_define_type_precision,
16120 builtin_define_float_constants): Move to c-cppbuiltin.c.
16121 (c_stddef_cpp_builtins): New.
16122 * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
16123 * c-cppbuiltin.c: New, extracted from c-common.c.
16124 (define__GNUC__): New.
16125 * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
16126 * gcc.c: Remove support of %v1, %v2 and %v3 specs.
16127 (cpp_unique_options): Don't support no-gcc.
16128 (do_spec_1): Remove support of version specs.
16129 * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
16130 * doc/passes.texi: Update.
16131 * doc/tm.texi: Update.
16132
16133 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
16134
16135 * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
16136
16137 2003-03-10 Andrew Pinski <apinski@apple.com>
16138
16139 * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
16140 is on should not get here.
16141 (machopic_indirect_data_reference): If dynamic-no-pic is on just
16142 generate high/low parts of the address.
16143 (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
16144 MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
16145 symbol and labels with a new reg. Dynamic-no-pic does not have a
16146 pic_offset_table_rtx.
16147 (machopic_select_section): Change references of flag_pic to
16148 MACHOPIC_INDIRECT.
16149 (machopic_asm_out_destructor): Likewise.
16150 * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
16151 reference of flag_pic to MACHOPIC_INDIRECT.
16152 (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
16153 (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
16154 (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
16155 (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
16156 * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
16157 0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
16158 * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
16159 (TARGET_DYNAMIC_NO_PIC): Define.
16160 (SUBTARGET_SWITCHES): Define, have sub-target switches for
16161 dynamic-no-pic.
16162 (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
16163 rs6000_override_options to here. Dynamic-no-pic overrides
16164 pic.
16165 (CC1_SPEC): Change from not static then pic to not static and not
16166 dynamic-no-pic then pic.
16167 * config/rs6000/rs6000.c (rs6000_override_options): Move the
16168 check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
16169 (rs6000_legitimize_reload_address): Add case for loading floating in
16170 dynamic-no-pic.
16171 (rs6000_emit_move): Add case for dynamic-no-pic. Change reference
16172 of flag_pic to MACHOPIC_INDIRECT.
16173 (secondary_reload_class): Conditional change the reference of
16174 flag_pic to MACHOPIC_INDIRECT.
16175 (rs6000_output_mi_thunk): Change reference of flag_pic to
16176 MACHOPIC_INDIRECT.
16177 (output_profile_hook): Likewise.
16178 (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
16179 * config/rs6000/rs6000.md (movdf_low): Add the case for
16180 MACHO_DYNAMIC_NO_PIC_P.
16181 (call): Change references for flag_pic in TARGET_MACHO to
16182 MACHOPIC_INDIRECT.
16183 (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
16184 -mdynamic-no-pic is on. Also move case for -fpic from rs6000.c.
16185 * doc/invoke.texi (-mdynamic-no-pic): Document.
16186
16187 2003-03-10 Devang Patel <dpatel@apple.com>
16188
16189 PR c++/9394
16190 * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
16191 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
16192 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
16193 (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
16194 * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
16195 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
16196
16197 2003-03-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
16198
16199 PR optimization/7189
16200 * toplev.c (rest_of_compilation): Move
16201 check_function_return_warnings up to just after
16202 delete_unreachable_blocks.
16203
16204 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
16205
16206 * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
16207 * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
16208 Declare.
16209 * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
16210 for reg rename optimization to avoid using Z and Y registers.
16211
16212 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
16213
16214 * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
16215 when adding to X and Y since leax/leay are fast.
16216 ("*addhi3"): Accept 'I' constraint when adding to address register.
16217 ("rotlhi3"): Operand 1 must be a register_operand.
16218 (peephole2): New peephole to optimize some adds.
16219 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
16220 to represent -2 .. 2 small integer range.
16221
16222 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
16223
16224 * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
16225 each 16-bit rotation.
16226
16227 2003-03-10 Zack Weinberg <zack@codesourcery.com>
16228
16229 * c-opts.c (add_prefixed_path): Don't use concat. When
16230 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
16231 cpp_GCC_INCLUDE_DIR_len characters.
16232
16233 2003-03-10 Segher Boessenkool <segher@koffie.nl>
16234
16235 * testsuite/gcc.dg/altivec-9.c: New file.
16236
16237 * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
16238 (rs6000_emit_prologue): Use rs6000_frame_related instead.
16239
16240 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
16241
16242 * config/rs6000/spe.h: Define __ev64_*64__ to use single element
16243 vectors.
16244 (__ev_convert_u64): Remove macro. Define as inline.
16245 (__ev_convert_s64): Same.
16246
16247 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
16248
16249 * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
16250 (rs6000_stack_t): Add spe_64bit_regs_used.
16251
16252 * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
16253 spe_64bit_regs_used, and use it to determine the size of the
16254 frame.
16255 (spe_func_has_64bit_regs_p): New.
16256 (spe_synthesize_frame_save): New.
16257 (rs6000_frame_related): Handle SPE synthetic registers.
16258 (rs6000_emit_prologue): Only save in 64-bits if the function used
16259 any registers in 64-bit mode.
16260 (rs6000_emit_epilogue): Same, but for restore.
16261
16262 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
16263
16264 * arm.h (enum floating_point_type): Delete. Replace with...
16265 (enum fputype): ... new.
16266 (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT. Values reworked.
16267 * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
16268 * arm.md (attr fpu): Reworked for new underlying enum values.
16269 * arm.c (arm_fpu_arch): Now enum fputype.
16270 (arm_fpu_tune): Renamed from arm_fpu. Now enum fputype.
16271 (arm_override_options, arm_output_epilogue, arm_expand_prologue):
16272 Update uses of arm_fpu_arch and arm_fpu_tune.
16273
16274 2003-03-10 Josef Zlomek <zlomekj@suse.cz>
16275
16276 * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
16277 (try_crossjump_to_edge): Replace refereces to one jump table by
16278 references to identical jump table.
16279 * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
16280 (replace_label): Moved to rtlanal.c.
16281 (struct rtx_pair): Moved to rtl.h.
16282 * rtl.h (struct rtx_pair): Moved from loop.c.
16283 (replace_label): New extern function.
16284 (subrtx_p): New extern function.
16285 (tablejump_p): New extern function.
16286 * rtlanal.c (replace_label): Moved from loop.c.
16287 (subrtx_p_1): New static function.
16288 (subrtx_p): New function.
16289 (tablejump_p): New function.
16290
16291 2003-03-10 Jan Hubicka <jh@suse.cz>
16292
16293 * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
16294
16295 * cfgcleanup.c (merge_blocks): Return where to iterate next.
16296 (try_optimize_cfg): Use return value of merge_blocks
16297
16298 2003-03-10 Michael Matz <matz@suse.de>
16299
16300 * cfg.c (unchecked_make_edge): New.
16301 (cached_make_edge): Use it.
16302 * basic-block.h (unchecked_make_edge): Declare.
16303 * cfglayout.c (cfg_layout_duplicate_bb): Use it.
16304
16305 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
16306
16307 * fpa.md: New file. Move all patterns relating to FPA co-processor
16308 to here...
16309 * arm.md: ... from here.
16310 (cirrus.md, fpa.md): Include at end of description.
16311 (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
16312 (pic_load_addr_based): Remove register constraint from expander.
16313 (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
16314 (sordered, sungt, sunle, sunge, sunlt): Likewise.
16315 (eh_epilogue, tablejump): Likewise.
16316
16317 2003-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16318
16319 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
16320 on operands if it has a PLACEHOLDER_EXPR.
16321
16322 2003-03-09 David Edelsohn <edelsohn@gnu.org>
16323 Mostafa Hagog
16324
16325 * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
16326 condition.
16327
16328 2003-03-09 Neil Booth <neil@daikokuya.co.uk>
16329
16330 * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
16331 * config/ip2k/ip2k.h: Similarly.
16332 * config/m32r/m32r.h: Similarly.
16333 * config/m68hc11/m68hc11.h: Similarly.
16334 * config/mn10200/mn10200.h: Similarly.
16335 * config/mn10300/mn10300.h: Similarly.
16336 * config/pdp11/pdp11.h: Similarly.
16337 * config/v850/v850.h: Similarly.
16338 * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
16339 * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
16340 * config/mips/iris3.h: Remove #if 0 block.
16341
16342 2003-03-09 Roger Sayle <roger@eyesopen.com>
16343 Joern Rennecke <joern.rennecke@superh.com>
16344
16345 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
16346 pending argument upon return from handle_braces here.
16347 (do_spec_2): Instead handle it upon return from do_spec_1 here.
16348
16349 2003-03-09 Roger Sayle <roger@eyesopen.com>
16350 Joern Rennecke <joern.rennecke@superh.com>
16351
16352 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
16353 pending argument upon return from handle_braces here.
16354 (do_spec_2): Instead handle it upon return from do_spec_1 here.
16355
16356 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16357
16358 * varasm.c (make_decl_one_only): Use declare_weak().
16359
16360 2003-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16361
16362 PR middle-end/9986
16363 * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
16364 after the common builtins.
16365 * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
16366 * pa.c (TARGET_INIT_BUILTINS): Define.
16367 (pa_init_builtins): New function.
16368
16369 * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
16370 space has been allocated for the outgoing arguments, set the arg
16371 pointer for a call emitted after virtuals have been instantiated
16372 using the stack pointer offset, otherwise abort.
16373
16374 2003-03-09 DJ Delorie <dj@redhat.com>
16375
16376 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
16377
16378 2003-03-09 Richard Earnshaw <rearnsha@arm.com>
16379
16380 * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
16381 (arm_fix_truncdfsi2): Add missing fix in floating point mode before
16382 conversion to integer.
16383 * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
16384
16385 2003-03-09 Roger Sayle <roger@eyesopen.com>
16386
16387 * builtins.def: Fix typo and improve grammar.
16388 * loop-unroll.c (decide_peel_completely): Tidy log message.
16389
16390 2003-03-09 Kazu Hirata <kazu@cs.umass.edu>
16391
16392 * config/h8300/h8300.md (*tstsi_upper_bit): New.
16393 (*iorsi3_e2f): Likewise.
16394
16395 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
16396
16397 * config/h8300/h8300.c (h8300_and_costs): Return the number of
16398 assembly instructions needed.
16399 (h8300_shift_costs): Likewise.
16400
16401 2003-03-09 Hans-Peter Nilsson <hp@bitrange.com>
16402
16403 * config/cris/aout.h (ENDFILE_SPEC): Undef.
16404
16405 * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
16406 moves from here ...
16407 * expr.c (emit_move_insn_1): ... to here.
16408
16409 * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
16410 (TARGET_OS_CPP_BUILTINS): New macro.
16411 * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
16412 (TARGET_OS_CPP_BUILTINS): New macro.
16413 (CPP_PREDEFINES): Don't define. Move old definitions and...
16414 (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
16415 (TARGET_CPU_CPP_BUILTINS): New macro.
16416 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
16417 definitions and the optional __PIC__, __pic__ and
16418 __NO_UNDERSCORES__ definitions to...
16419 (TARGET_OS_CPP_BUILTINS): New macro.
16420
16421 * flags.h (flag_leading_underscore): Declare.
16422
16423 * c-opts.c (c_common_post_options): On fopen failure, return
16424 false, not NULL.
16425
16426 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
16427
16428 * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
16429 config.h.
16430 * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
16431 * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
16432
16433 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16434
16435 * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
16436 CPP_PREDEFINES.
16437 * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
16438 CPP_PREDEFINES.
16439
16440 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16441
16442 * c-common.h (c_common_init, c_common_post_options): Update.
16443 * c-objc-common.c (c_objc_common_init): Update for new prototype.
16444 * c-opts.c (saved_lineno): New.
16445 (c_common_post_options, c_common_init): Update prototypes,
16446 move call to cpp_read_main_file from latter to former.
16447 * c-tree.h (c_ojbc_common_init): Update.
16448 * langhooks-def.h (lhd_post_options): New.
16449 (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
16450 * langhooks.c (lhd_post_options): New.
16451 * langhooks.h (struct lang_hooks): Update post_options and init hooks.
16452 * toplev.c (no_backend): New.
16453 (process_options): Call post_options hook and set main_input_filename
16454 and input_filename here.
16455 (lang_dependent_init, do_compile): post_options hook moved to
16456 process_options.
16457 * objc/objc-act.c (objc_init): Update prototype.
16458 * objc/objc-act.h (objc_init): Update prototype.
16459
16460 2003-03-08 Roger Sayle <roger@eyesopen.com>
16461
16462 * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
16463 a complex or vector type, using a load in the original mode.
16464
16465 2003-03-08 Jan Hubicka <jh@suse.cz>
16466
16467 * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
16468 * gt-cgraph.h: New GC file.
16469 * cgraph.c (known_fns): New static variable.
16470 (cgraph_node): Add the decl into varray.
16471
16472 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
16473
16474 * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
16475
16476 2003-03-08 Richard Earnshaw <rearnsha@arm.com>
16477
16478 * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
16479 (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
16480 (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
16481 (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
16482 All callers changed.
16483 * arm.md, arm.h, arm-protos.h: Updated.
16484
16485 * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
16486 (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
16487 * arm.c (arm_regno_class, f_register_operand): Updated.
16488
16489 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
16490
16491 * config/cris/cris.h: Remove EGCS references.
16492 (CPP_SPEC): Remove "-$".
16493 (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
16494
16495 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16496
16497 * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
16498 preference to CPP_PREDEFINES.
16499
16500 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
16501
16502 * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
16503
16504 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
16505
16506 * config/h8300/h8300.md (*extzv_16_8): New.
16507
16508 2003-03-08 Jan Hubicka <jh@suse.cz>
16509
16510 * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
16511 * cgraph.h: (cgraph_local_info): Add can_inline_once
16512 (cgraph_global_info): Add inline_once.
16513 (cgraph_node): Add previous.
16514 (cgraph_remove_node): New.
16515 * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
16516 function.
16517 (cgraph_optimize): Call it.
16518 (cgraph_finalize_function): Set inlinable flags.
16519 (cgraph_finalize_compilation_unit): Actually remove the reclaimed nodes.
16520 (cgraph_mark_functions_to_output): Use new inlining heuristics flags.
16521 (cgraph_expand_function): Likewise.
16522 * cgraph.c
16523 (cgraph_node): Put nodes into doubly linked chain.
16524 (cgraph_remove_node): New function.
16525 * flags.h (flag_inline_functions_called_once): Declare.
16526 * tree-inline.c: Include cgraph.h
16527 (inlinable_functions_p): Add extra argument to bypass limits.
16528 (expand_call_inline): Obey cgraph flag.
16529 * tree-inline.h (tree_inlinable_function_p): Update prototype.
16530
16531 2003-03-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16532
16533 * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
16534 irreducible loops.
16535
16536 * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
16537 loops info correctly.
16538
16539 2003-03-08 Eric Botcazou <ebotcazou@libertysurf.fr>
16540
16541 PR middle-end/7796
16542 * unroll.c (calculate_giv_inc): Handle constants being
16543 loaded with LSHIFTRT.
16544
16545 2003-03-07 David Edelsohn <edelsohn@gnu.org>
16546
16547 * config/rs6000/rs6000.c (processor_target_table): Do not disable
16548 GP optional instructions on Power3, Power4, 620, and 630.
16549
16550 2003-03-07 Kazu Hirata <kazu@cs.umass.edu>
16551
16552 * calls.c: Fix comment formatting.
16553 * cfgloopanal.c: Likewise.
16554 * cfgloopmanip.c: Likewise.
16555 * combine.c: Likewise.
16556 * dwarf2out.c: Likewise.
16557 * ggc-common.c: Likewise.
16558 * langhooks.c: Likewise.
16559 * loop-unroll.c: Likewise.
16560 * loop.c: Likewise.
16561 * ra-build.c: Likewise.
16562 * sbitmap.c: Likewise.
16563 * toplev.c: Likewise.
16564
16565 2003-03-07 James E Wilson <wilson@tuliptree.org>
16566
16567 * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
16568
16569 2003-03-07 Geoffrey Keating <geoffk@apple.com>
16570
16571 * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
16572 support -no-integrated-cpp.
16573
16574 * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
16575 than langhooks.name.
16576
16577 2003-03-07 Michael Matz <matz@suse.de>
16578
16579 * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
16580 (DF_FOR_REGALLOC): New.
16581 * df.c (df_ref_record): Set DF_REF_STRIPPED.
16582 (read_modify_subreg_p): Simplify.
16583 (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
16584 Use DF_FOR_REGALLOC.
16585 * ra.h (struct web): New member subreg_stripped.
16586 (invalid_mode_change_regs): Declare.
16587 * ra.c (invalid_mode_change_regs): New.
16588 (init_ra): Initialize it.
16589 * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
16590 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16591 (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
16592 * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
16593 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
16594
16595 2003-03-07 Richard Earnshaw <rearnsha@arm.com>
16596
16597 * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
16598 (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
16599 (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
16600 machine description file from ...
16601 * cirrus.md: ... here.
16602
16603 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
16604
16605 * config/h8300/h8300.md (a peephole2): Don't use
16606 reg_overlap_mentioned_p.
16607
16608 2003-03-06 Geoffrey Keating <geoffk@apple.com>
16609
16610 * c-pch.c: Include langhooks.h.
16611 (IDENT_LENGTH): New.
16612 (get_ident): New.
16613 (pch_ident): Delete.
16614 (pch_init): Use get_ident, IDENT_LENGTH.
16615 (c_common_valid_pch): Likewise. Also, use actual language
16616 in warning message.
16617 * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
16618
16619 * objc/config-lang.in (gtfiles): Add objc-act.c. Remove duplicate
16620 c-parse.in.
16621 * objc/Make-lang.in (objc/objc-act.o): Add dependency on
16622 gt-objc-objc-act.h.
16623 (gt-objc-objc-act.h): New rule.
16624 * objc/lang-specs.h: Support PCH.
16625 * objc/objc-act.c: Include gt-objc-objc-act.h.
16626 (objc_add_static_instance): Move num_static_inst out, mark for PCH.
16627 (build_selector_reference_decl): Move idx out, mark for PCH.
16628 (build_class_reference_decl): Likewise.
16629 (build_objc_string_decl): Move *_idx out, mark for PCH.
16630 (build_tmp_function_decl): Move xxx out, mark for PCH.
16631
16632 2003-03-06 Dale Johannesen <dalej@apple.com>
16633
16634 * config/rs6000/rs6000.c (rs6000_binds_local_p): Consider
16635 global functions for inlining on Darwin.
16636
16637 2003-03-06 Vladimir Makarov <vmakarov@redhat.com>
16638
16639 * haifa-sched.c (schedule_block): Don't call reorder when sorting
16640 is prohibited.
16641
16642 2003-03-06 Neil Booth <neil@daikokuya.co.uk>
16643
16644 * Makefile.in (c-ppoutput.o): Update.
16645 * c-common.h (init_pp_output): New.
16646 (preprocess_file): Update.
16647 * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
16648 Register builtins.
16649 * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
16650 Make call to cpp_read_main_file common to whether preprocessing
16651 or not. Don't register builtins.
16652 * c-ppoutput.c: Include c-pragma.h.
16653 (setup_callbacks): Rename init_pp_output.
16654 (preprocess_file): No longer setup callbacks or call
16655 cpp_read_main_file.
16656 * cpphash.h (_cpp_init_mbchar): New.
16657 * cppinit.c (init_library): Call _cpp_init_mbchar.
16658 * cpplex.c (_cpp_init_mbchar): New.
16659
16660 2003-03-06 Roger Sayle <roger@eyesopen.com>
16661
16662 * emit-rtl.c (gen_lowpart): When requesting the low-part of a
16663 MEM, try loading the MEM into a register and taking the low-part
16664 of that, to help CSE see the use of the MEM in its true mode.
16665
16666 2003-03-05 Tom Tromey <tromey@redhat.com>
16667
16668 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
16669 Define.
16670
16671 2003-03-05 Nick Clifton <nickc@cambridge.redhat.com>
16672
16673 * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
16674 operand 2.
16675 ("*ineqbranchsi"): Likewise.
16676
16677 2003-03-05 Andrew Haley <aph@cambridge.redhat.com>
16678
16679 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
16680 mem_fake_push_rtx. Instead construct a SEQUENCE to show the
16681 register store followed by a stack increment.
16682
16683 2003-03-05 Chris Moller <cmoller@redhat.com>
16684
16685 * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
16686 to inhibit saving CARRY_REGS.
16687
16688 * config/stormy16/stormy16.c (xs_hi_general_operand):
16689 added predicate to detect and error-out on out-of-range
16690 const_ints for movhi.
16691 * config/stormy16/stormy16.md (movhi): use
16692 xs_hi_general_operand.
16693
16694 * config/stormy16/stormy16.c (xstormy16_expand_prologue):
16695 added a check for local vbl size overflow.
16696 * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
16697 added predicate to detect and error-out on out-of-range
16698 const_ints for addhi and subhi.
16699 * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
16700 subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
16701
16702 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
16703 add a term to accept PRE_MODIFY addresses.
16704 * config/stormy16/stormy16.c (xstormy16_expand_move):
16705 add code to expand PRE_MODIFY addresses to an add followed
16706 by a move.
16707
16708 2003-03-06 Jason Merrill <jason@redhat.com>
16709
16710 * tree-inline.c (inlinable_function_p): Revert earlier change
16711 pending investigation.
16712
16713 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
16714
16715 * config/h8300/h8300.md (a new peephole2): New.
16716
16717 2003-03-06 Jan Hubicka <jh@suse.cz>
16718
16719 * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
16720
16721 2003-03-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16722
16723 * dwarf2out.c (size_of_die): Compute size of external reference to
16724 die correctly.
16725
16726 2003-03-06 Hans-Peter Nilsson <hp@bitrange.com>
16727
16728 * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
16729 ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
16730 expanders.
16731
16732 2003-03-05 Roger Sayle <roger@eyesopen.com>
16733
16734 * expr.h (lang_expand_expr): Delete obsolete prototype.
16735
16736 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
16737
16738 * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
16739
16740 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
16741
16742 * config/h8300/h8300.md (a peephole2): Generalize to
16743 accept a memory operand.
16744
16745 2003-03-05 Olivier Hainque <hainque@act-europe.fr>
16746
16747 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
16748 * config/alpha/alpha.c (print_operand, case '+'): New.
16749 * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
16750 (call_value_osf_1_noreturn): Likewise.
16751
16752 2003-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16753
16754 * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
16755 (expand_end_bindings): Likewise.
16756
16757 2003-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16758
16759 * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
16760 (epilogue): Don't generate return_external_pic when emitting PA 2.0
16761 code.
16762
16763 2003-03-05 Aldy Hernandez <aldyh@redhat.com>
16764
16765 * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
16766
16767 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
16768
16769 * hooks.c (hook_rtx_rtx_null): New.
16770
16771 * hooks.h (hook_rtx_rtx_null): Protoize.
16772
16773 * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
16774 (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
16775
16776 * target.h (struct gcc_target): Add dwarf_register_span.
16777
16778 * dwarf2out.c (multiple_reg_loc_descriptor): New.
16779 (one_reg_loc_descriptor): New.
16780 (reg_loc_descriptor): Add support for values that span more than
16781 one register.
16782
16783 2003-03-05 Jan Hubicka <jh@suse.cz>
16784
16785 * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
16786 * alias.c: Include cgraph.h
16787 (mark_constant_function): Use cgraph_rtl_info.
16788 * calls.c: Include cgraph.h
16789 (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
16790 calls.
16791 (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
16792 * cgraph.c (cgraph_rtl_info): New function.
16793 * cgraph.h (cgraph_rtl_info): Declare
16794 (cgraph_rtl_info): Likewise.
16795 * function.h (struct function): Add recursive_call_emit.
16796 * toplev.c: Include cgraph.h.
16797 (rest_of_compilation): Set preferred_incoming_stack_boundary.
16798
16799 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
16800
16801 * config/h8300/h8300.c (output_simode_bld): Clear the
16802 destination first if possible.
16803 * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
16804 alternative.
16805 (extzv_1_r_inv_h8300hs): Likewise.
16806
16807 2003-03-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16808
16809 * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
16810 * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
16811 * cfgloop.c (flow_loop_free): Made global.
16812 (establish_preds): New static function.
16813 (flow_loop_tree_node_add): Handle subloops of added loop correctly.
16814 (get_loop_exit_edges): New.
16815 (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
16816 * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
16817 * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
16818 loops.
16819 * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
16820 removability of an edge.
16821 (fix_irreducible_loops): New static function.
16822 (find_path, remove_path): Add ability to remove enclosing loops.
16823 (unloop): New.
16824 (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
16825 flags.
16826 * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
16827 * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
16828 not neccessary.
16829 (decide_peel_completely, peel_loops_completely): Allow complete peeling
16830 of non-duplicable once rolling loops.
16831 * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
16832
16833 2003-03-05 J"orn Rennecke <joern.rennecke@superh.com>
16834
16835 * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
16836 for align_jumps is 4.
16837
16838 (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
16839 use GENERAL_REGS.
16840
16841 2003-03-05 Stephane Carrez <stcarrez@nerim.fr>
16842
16843 * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
16844 according to va_arg type.
16845 (EXPAND_BUILTIN_VA_ARG): Remove.
16846 * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
16847 * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
16848
16849 2003-03-05 David Edelsohn <edelsohn@gnu.org>
16850
16851 * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
16852 else clauses.
16853
16854 2003-03-05 Michael Matz <matz@suse.de>
16855
16856 * i386/i386.c (ix86_save_reg): Also test
16857 current_function_uses_const_pool.
16858
16859 2003-03-05 Michael Matz <matz@suse.de>
16860
16861 * unwind.h: Add the GPL exception.
16862 * Makefile.in (USER_H): Add unwind.h.
16863
16864 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
16865
16866 PR c/9799
16867 * c-typeck.c (push_init_level): Add sanity check.
16868
16869 2003-03-05 Jan Hubicka <jh@suse.cz>
16870
16871 * toplev.c (rest_of_compilation): Deffer RTL compilation only when
16872 RTL inlining is done.
16873
16874 * cgraphunit.c (cgraph_mark_local_functions): New local function.
16875 (cgraph_optimize): Mark local functions.
16876 * i386-protos.h (init_cumulative_args): Update prototype.
16877 * i386.c (init_cumulative_args): Use register passing convention for
16878 local functions.
16879
16880 * cgraph.c (cgraph_global_info_ready): New global variable
16881 (cgraph_local_info, cgraph_global_info): New functions.
16882 * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
16883 structures.
16884 (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
16885 Declare.
16886 * cgraphunit.c (cgraph_finalize_function): Set inline_many.
16887 (cgraph_mark_functions_to_output): Use inline_many.
16888 (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
16889 (cgraph_expand_functions): Expand inline functions last.
16890 (cgraph_optimize): Do not emit uneeded functions.
16891
16892 2003-03-04 Steve Ellcey <sje@cup.hp.com>
16893
16894 * expr.c (convert_modes): Check for legal hard register.
16895
16896 2003-03-04 Tom Tromey <tromey@redhat.com>
16897
16898 * doc/sourcebuild.texi (Front End Directory): Document tags.
16899 * configure: Rebuilt.
16900 * configure.in (target_list): Added tags.
16901 * Makefile.in (TAGS): Depend on lang.clean. Include subdirectory
16902 TAGS files by reference.
16903 * objc/Make-lang.in (objc.tags): New target.
16904
16905 2003-03-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16906
16907 * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
16908 gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
16909 gcov_write_string, gcov_read_unsigned, gcov_read_counter,
16910 gcov_read_string, gcov_write_length): Modified to enable reading/
16911 writing of whole .da file just once.
16912 (da_file_open, da_file_close, da_file_eof, da_file_error,
16913 da_file_position, da_file_seek, da_file_write, da_file_read): New
16914 functions.
16915 (actual_da_file, actual_da_file_position, actual_da_file_length,
16916 actual_da_file_buffer, actual_da_file_buffer_size): New static
16917 functions.
16918 * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
16919 just once.
16920
16921
16922 2003-03-04 Andreas Schwab <schwab@suse.de>
16923
16924 * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
16925 offset without frame pointer.
16926
16927 2003-03-04 Steve Ellcey <sje@cup.hp.com>
16928
16929 * expr.c (expand_expr): Call promote_mode to set unsignedp.
16930
16931 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
16932
16933 * configure.in: Don't always define TARGET_SYSTEM_ROOT.
16934 * configure: Regenerated.
16935 * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
16936
16937 2003-03-04 Andreas Jaeger <aj@suse.de>
16938
16939 * configure.in: Check for <memcheck.h>.
16940 * configure: Regenerated.
16941
16942 * config.in: Define HAVE_MEMCHECK_H.
16943
16944 * ggc-common.c: Use <memcheck.h> if available instead of
16945 <valgrind.h>.
16946 * ggc-page.c: Likewise.
16947 * cppfiles.c: Likewise.
16948
16949 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
16950
16951 * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
16952
16953 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
16954
16955 PR c/9262
16956 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
16957 (c_finish_case): Rechain the next statements to the SWITCH_STMT.
16958
16959 2003-03-04 Jan Hubicka <jh@suse.cz>
16960
16961 * doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
16962 * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
16963 for -O3.
16964
16965 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
16966
16967 * configure.in: Delete three unused variables. Move a variable
16968 definition closer to its use. Simplify use_collect2 logic. Start to
16969 organize. Simplify tests for in-tree gas and ld.
16970 * configure: Regenerate.
16971
16972 2003-03-04 Neil Booth <neil@daikokuya.co.uk>
16973
16974 * Makefile.in: Update.
16975 * c-common.c (flag_no_line_commands, flag_no_output,
16976 flag_dump_macros, flag_dump_includes): New.
16977 * c-common.h (flag_no_line_commands, flag_no_output,
16978 flag_dump_macros, flag_dump_includes, preprocess_file): New.
16979 (init_c_lex): Update prototype.
16980 * c-lex.c (init_c_lex): Update prototype; move some code to
16981 c_common_init.
16982 * c-opts.c (preprocess_file): Subsume into c_common_init.
16983 (c_common_decode_option): Update flags.
16984 (c_common_init): Move code from preprocess_file and init_c_lex.
16985 (sanitize_cpp_opts): Update.
16986 * c-ppoutput.c: New, cppmain.c almost verbatim.
16987 * cpphash.h (struct printer): Remove.
16988 (struct cpp_reader): Remove print.
16989 * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
16990 cpp_preprocess_file): Remove.
16991 (struct cpp_options): Remove no_output, no_line_commands, dump_macros
16992 and dump_includes.
16993 * cppmain.c: Remove.
16994 * doc/passes.texi: Update.
16995
16996 2003-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16997
16998 * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1.
16999 (assign_stack_local_1): Perform overall stack alignment only when
17000 STACK_ALIGNMENT_NEEDED is nonzero.
17001 * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
17002
17003 * pa.c (compute_frame_size): Rename fsize to size. Account for
17004 alignment to a word boundary before general register save block. Only
17005 account for double-word alignment before floating point register save
17006 block if one or more are saved. Don't allocate space for %r3 when
17007 frame pointer is needed.
17008 (hppa_expand_prologue): Include alignment to word boundary in local
17009 frame size.
17010 * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
17011 (STACK_ALIGNMENT_NEEDED): Define.
17012
17013 2003-03-04 Kevin Buettner <kevinb@redhat.com>
17014
17015 * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
17016 global register variables.
17017
17018 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
17019
17020 * reload.c (reload_adjust_reg_for_mode): New function.
17021 (subst_reloads): Call it.
17022 (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
17023 * reload.h (reload_adjust_reg_for_mode): Declare.
17024 * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
17025 Call it.
17026
17027 2003-03-03 James E Wilson <wilson@tuliptree.org>
17028
17029 * optabs.c (add_equal_note): Delete SUBREG_REG use.
17030 Fixes PR c/7872.
17031
17032 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17033
17034 * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
17035 (*ixorsi3_lshiftrt_16): New.
17036 (*iorsi3_ashift_16): Remove.
17037
17038 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17039
17040 * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
17041 pattern.
17042
17043 2003-03-03 Geoffrey Keating <geoffk@apple.com>
17044
17045 * doc/install.texi (Specific): Update entry for powerpc-darwin.
17046
17047 2003-03-03 Richard Henderson <rth@redhat.com>
17048
17049 * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
17050
17051 2003-03-03 David Edelsohn <edelsohn@gnu.org>
17052
17053 * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
17054 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
17055 (rs6000_variable_issue): Do not return negative value.
17056 (rs6000_issue_rate): Uniformly set issue rate to 1 for first
17057 scheduling pass.
17058
17059 2003-03-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17060
17061 * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
17062 prune_unused_types calls.
17063
17064 2003-03-03 Jason Merrill <jason@redhat.com>
17065
17066 * tree-inline.c (find_builtin_longjmp_call): Save and restore
17067 lineno and input_filename.
17068 (find_alloca_call): Likewise.
17069 (inlinable_function_p): Run the langhook earlier.
17070
17071 * calls.c (compute_argument_addresses): Give the new MEMs a
17072 minimum alignment of PARM_BOUNDARY.
17073
17074 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
17075
17076 * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
17077 subtarget_asm_isa_spec.
17078 (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
17079 (ASM_SPEC): Define as SH_ASM_SPEC.
17080 (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
17081 Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
17082 * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
17083 (SUBTARGET_ASM_ISA_SPEC): Undef / define.
17084
17085 * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
17086 and align_jumps if not set.
17087 Force align_jumps to be at least 2.
17088 When relaxing, force align_functions to be at least the maximum of
17089 align_loops, align_jumps and 4.
17090 * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
17091 (sh_loop_align): Honour align_loops_log.
17092
17093 * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
17094 to check for indirect_jump_scratch.
17095 (indirect_jump_scratch): Add second set.
17096 * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
17097 when looking for indirect_jump_scratch.
17098 Extract scratch register taking new structure of indirect_jump_scratch
17099 into account.
17100 (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
17101
17102 2003-03-03 Jan Hubicka <jh@suse.cz>
17103
17104 * calls.c (rtx_for_function_call): Take the address as an argument
17105 (expand_call): Do not modify the expression.
17106
17107 * toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
17108 optimizing.
17109
17110 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17111
17112 * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
17113 TARGET_H8300H and TARGET_H8300S.
17114
17115 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17116
17117 * config/h8300/h8300.md (a peephole2): New.
17118
17119 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17120
17121 * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
17122 operands[0] and operands[1] are different.
17123
17124 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
17125
17126 * reload1.c (reload_cse_move2add): Remove variable success.
17127
17128 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17129
17130 * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
17131 warnings.
17132
17133 2003-03-02 Richard Henderson <rth@redhat.com>
17134
17135 * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
17136 * config.in, configure: Rebuild.
17137 * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
17138 * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
17139 paired ldtoffx and ldxmov annotations.
17140 (load_symptr_internal1): Remove.
17141 (load_symptr_high, load_symptr_low): New.
17142
17143 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
17144
17145 * c-incpath.c (add_path): Fix sysp assignment.
17146
17147 2003-03-02 Kurt Garloff <garloff@suse.de>
17148
17149 * params.def: Introduce parameter max-inline-insns-rtl for
17150 a separate limit for the RTL inliner.
17151 * params.h: Likewise.
17152 * integrate.c (function_cannot_inline_p): Use it.
17153 * toplev.c (decode_f_option): Set multiple parameters
17154 controlling inlining with -finline-limit.
17155 * params.def: Fix orthographic and typographic errors.
17156 * doc/invoke.texi: Document parameters controlling inlining
17157 and the way -finline-limit sets multiple of them.
17158
17159 * tree.h (struct tree_decl): Introduce inlined_function_flag,
17160 recording whether the function became eligible for inlining
17161 by a compiler flag rather than the declaration.
17162 Provide DID_INLINE_FUNC macro to access it.
17163 * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
17164 * cp/decl.c (grokfndecl): Likewise.
17165 * toplev.c (rest_of_compilation): Likewise.
17166 * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
17167 * print-tree.c (print_node): Report it.
17168 * params.def: Introduce new max-inline-insns-auto limit.
17169 * params.h: Likewise.
17170 * tree-inline.c (inlinable_function_p): Apply it to functions
17171 with DID_INLINE_FUNC set.
17172 * toplev.c (decode_f_option): Initialize it from -finline-limit
17173 value.
17174 * doc/invoke.texi: Document new parameter.
17175
17176 2003-03-02 Geoffrey Keating <geoffk@apple.com>
17177
17178 * fix-header.c (read_scan_file): Don't reference simplify_path.
17179
17180 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
17181
17182 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
17183 min/max instructions by default as may result in reload errors.
17184
17185 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
17186
17187 * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
17188 avoid reload problems; define split for it.
17189
17190 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
17191
17192 * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
17193 * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
17194 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
17195 * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
17196 rotatert and rotate.
17197 ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
17198 ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
17199 ("*rotrhi3_addr"): New split for shift insns on address register.
17200 ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
17201 * config/m68hc11/larith.asm (___rotlhi3): New asm function.
17202 (___rotrhi3): Likewise.
17203 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
17204
17205 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
17206
17207 * toplev.c (aux_base_name): Moved from toplev.h.
17208 (filename): Constify.
17209 (lang_dependent_init): Don't duplicate name.
17210 (process_options): Set aux_base_name here, not...
17211 (do_compile): ...here. Change protoype.
17212 (toplev_main): Move some code from do_compile.
17213 * toplev.h: Remove aux_base_name.
17214
17215 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
17216
17217 * config/h8300/h8300-protos.h: Add a prototype for
17218 iorxor_operator.
17219 * config/h8300/h8300.c (print_operand): Handle 'c'.
17220 (iorxor_operator): New.
17221 * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
17222 * config/h8300/h8300.md (*iorhi3_zext): Remove.
17223 (*iorsi3_zexthi): Likewise.
17224 (*iorsi3_zextsi): Likewise.
17225 (*xorhi3_zextqi): Likewise.
17226 (*xorsi3_zexthi): Likewise.
17227 (*xorsi3_zextsi): Likewise.
17228 (*ixorhi3_zext): New.
17229 (*ixorsi3_zext_qi): Likewise.
17230 (*ixorsi3_zext_hi): Likewise.
17231
17232 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
17233
17234 * c-incpath.c (remove_component_p, simplify_path): Move back to
17235 cppfiles.c.
17236 (remove_duplicates): Use cpp_simplify_path.
17237 * c-incpath.h (simplify_path): Remove.
17238 * c-lex.c: Don't include c-incpath.h.
17239 (init_c_lex): Remove simplify_path.
17240 * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
17241 (find_or_create_entry, validate_pch): Revert.
17242
17243 2003-03-02 Ashif Harji <asharji@uwaterloo.ca>
17244
17245 * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
17246 an external cpp during compilation.
17247 (option_map): Likewise.
17248 * objc/lang-specs.h (default_compilers): Similarly.
17249 * doc/invoke.texi: Document -no-integrated-cpp flag.
17250
17251 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
17252
17253 * config/h8300/h8300.md (zero_extendqisi2): Change to an
17254 expander.
17255 (*zero_extendqisi2_h8300): New.
17256 (*zero_extendqisi2_h8300hs): New.
17257 (two splitters): New.
17258
17259 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17260
17261 * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
17262
17263 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17264
17265 * config/h8300/h8300.md (a peephole2): Remove dead code.
17266
17267 2003-03-01 Roger Sayle <roger@eyesopen.com>
17268
17269 PR c++/9367
17270 * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
17271 (BT_FN_INT_CONST_STRING_VALIST_ARG,
17272 BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
17273 BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
17274 BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
17275 BT_FN_INT_STRING_CONST_STRING_VAR,
17276 BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
17277 BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
17278 * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
17279 ATTR_NONNULL_3): Also include the nothrow attribute.
17280 (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
17281 vsnprintf, vscanf, vsscanf): Don't define attributes here.
17282 * builtins.def (putchar, puts): Make full C89 built-ins.
17283 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
17284 vsscanf, vsnprintf, vsprintf): New built-ins.
17285 * c-common.c (c_common_nodes_and_builtins): Handle new macro
17286 DEF_FUNCTION_TYPE_VAR_3.
17287
17288 * doc/extend.texi: Document these new built-in functions.
17289
17290 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17291
17292 * config/h8300/h8300.md (a peephole2): New.
17293
17294 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
17295
17296 * predict.c (estimate_bb_frequencies): Correctly set
17297 real_values_initialized after initialization.
17298
17299 2003-03-01 Neil Booth <neil@daikokuya.co.uk>
17300
17301 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
17302 cppinit.o, cppdefault.o, fix-header): Update.
17303 * c-incpath.c: New file.
17304 * c-incpath.h: New file.
17305 * c-lex.c: Include c-incpath.h.
17306 (init_c_lex): Register path simplifier.
17307 * c-opts.c: Include cppdefault.h and c-incpath.h.
17308 (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
17309 std_cxx_inc, quote_chain_split, add_prefixed_path): New.
17310 (COMMAND_LINE_OPTIONS): Add more options from cpplib.
17311 (missing_arg, c_common_decode_option): Handle them.
17312 (c_common_post_options): Register include chains.
17313 (print_help): Update.
17314 * cppdefault.h (struct default include): Update.
17315 Move some macros to ...
17316 * cppdefault.c: ... here.
17317 (cpp_include_defaults): Add extra field add_sysroot.
17318 * cppfiles.c (include_file, search_from, find_or_create_entry,
17319 cpp_included, find_include_file, remap_filename): Update for
17320 renaming of search_path to cpp_path, and of the chain headers.
17321 (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
17322 * cpphash.h (struct search_path): Move to cpplib.h.
17323 (struct cpp_buffer, struct cpp_reader): Update.
17324 (_cpp_simplify_pathname): Remove.
17325 * cppinit.c: Don't include prefix.h and cppdefault.h.
17326 (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
17327 remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
17328 init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
17329 no_pth, cpp_handle_options): Remove.
17330 (struct pending_option): Remove chain members.
17331 (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
17332 cpp_handle_option): Update.
17333 * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
17334 (struct cpp_options): Remove quote_include, bracket_include,
17335 include_prefix, include_prefix_len, verbose, ignore_srcdir,
17336 no_standard_includes, no_standard_cplusplus_includes.
17337 (struct cpp_callbacks): Add simplify_path.
17338 (cpp_handle_options): Remove.
17339 * fix-header.c: Include c-incpath.h.
17340 (read_scan_file): Update to use c-incpath functionality.
17341 * doc/passes.texi: Update.
17342
17343 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17344
17345 * config/h8300/h8300.c (bit_operand): Accept MEM only if it
17346 satisfies EXTRA_CONSTRAINT 'U'.
17347
17348 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
17349
17350 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
17351 register.
17352 (*tst_extzv_memqi_1_n): Change to a splitter.
17353 (a peephole2): Update.
17354
17355 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
17356
17357 * predict.c (estimate_bb_frequencies): Initialize the sreal
17358 constants once per compilation.
17359
17360 2003-02-28 Richard Henderson <rth@redhat.com>
17361
17362 * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
17363
17364 2003-02-28 scott snyder <snyder@fnal.gov>
17365
17366 * flags.h: Add flag_eliminate_unused_debug_types.
17367 * toplev.c: Add flag_eliminate_unused_debug_types.
17368 (f_options): Add -feliminate-unused-debug-types.
17369 * dwarf2out.c (struct file_table): Add emitted member.
17370 (splice_child_die): Fix the parent pointer for the child being
17371 spliced.
17372 (lookup_filename): Maintain file_table.emitted array. Don't
17373 output .file directive here.
17374 (maybe_emit_file): (new)
17375 (init_file_table): Set up file_table.emitted.
17376 (dwarf2out_source_line): Use maybe_emit_file.
17377 (dwarf2out_start_source_file): Use maybe_emit_file.
17378 (dwarf2out_init): Use maybe_emit_file.
17379 (prune_unused_types_walk_attribs): (new)
17380 (prune_unused_types_mark): (new)
17381 (prune_unused_types_walk): (new)
17382 (prune_unused_types_prune): (new)
17383 (prune_unused_types): (new)
17384 (dwarf2out_finish): Call prune_unused_types if
17385 flag_eliminate_unused_debug_types is set.
17386 * doc/invoke.texi (Option Summary): Add
17387 -feliminate-unused-debug-types.
17388 (Debugging Options): Likewise.
17389
17390 2003-02-28 Geoffrey Keating <geoffk@apple.com>
17391
17392 * doc/invoke.texi: Change .pch to .gch.
17393 * cppfiles.c (open_file_pch): Likewise.
17394 * gcc.c (default_compilers): Likewise.
17395
17396 2003-02-28 Aldy Hernandez <aldyh@redhat.com>
17397
17398 * floatlib.c: Remove.
17399
17400 2003-02-28 Jason Merrill <jason@redhat.com>
17401
17402 * stor-layout.c (variable_size): Leave a "minus 1" outside the
17403 SAVE_EXPR.
17404
17405 2003-02-28 David Edelsohn <edelsohn@gnu.org>
17406
17407 * config/rs6000/power4.md: Add compare bypass.
17408
17409 2003-02-28 Jason Thorpe <thorpej@wasabisystems.com>
17410
17411 * config/netbsd.h: Update copyright years.
17412 (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
17413 -pthread is specified on the command line.
17414
17415 2003-02-28 Dale Johannesen <dalej@apple.com>
17416
17417 * loop.c (struct movable): Add insert_temp, shrink savemode.
17418 (scan_loop): Accept invariants that require copying; mark as
17419 insert_temp.
17420 (combine_movables): Don't combine insert_temp movables.
17421 (move_movables): Insert copies for insert_temp movables.
17422 Don't record the info based on regno for insert_temp's.
17423
17424 2003-02-28 Joel Sherrill <joel@OARcorp.com>
17425
17426 PR 9638/other
17427 * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
17428 this constant defaults to 1.
17429
17430 2003-02-28 Bob Wilson <bob.wilson@acm.org>
17431
17432 * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
17433
17434 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
17435
17436 * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
17437 ARMv5e processor, not just for XScale. Instructions are predicable.
17438 (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
17439
17440 2003-02-28 Nick Clifton <nickc@redhat.com>
17441
17442 * config/arm/arm.c (note_invalid_constants): Change parameter type
17443 from bool to int.
17444
17445 2003-02-28 Kazu Hirata <kazu@cs.umass.edu>
17446
17447 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
17448 test of bit 7.
17449 (*tst_extzv_memqi_1_n): Likewise.
17450 (a peephole2): New.
17451
17452 2003-02-28 Richard Sandiford <rsandifo@redhat.com>
17453
17454 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
17455 #ifndef __mips16.
17456
17457 2003-02-28 Jan Hubicka <jh@suse.cz>
17458
17459 * combine.c (gen_lowpart_for_combine): Update handling of
17460 subregs_of_mode
17461 * flow.c (life_analysis, mark_used_regs): Likewise.
17462 * regclass.c (subregs_of_mode): Turn into single bitmap.
17463 (cannot_change-mode_set_regs, invalid_mode_change_p): Update
17464 dealing with subregs_of_mode
17465 * regs.h (subregs_of_mode): Update prototype.
17466
17467 2003-02-28 Josef Zlomek <zlomekj@suse.cz>
17468
17469 * emit-rtl.c (set_reg_attrs_for_parm): New function.
17470 * rtl.h (set_reg_attrs_for_parm): New exported function.
17471 * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
17472 set_reg_attrs_from_mem.
17473
17474 2003-02-27 Roger Sayle <roger@eyesopen.com>
17475 Zack Weinberg <zack@codesourcery.com>
17476
17477 * gcc.c (do_spec_1): Treat %U like %u for unique associations.
17478
17479 2003-02-27 Kazu Hirata <kazu@cs.umass.edu>
17480
17481 * reload1.c (sext_for_mode): Remove.
17482 (reload_cse_move2add): Use trunc_int_for_mode instead of
17483 sext_for_mode.
17484 (move2add_note_store): Likewise.
17485 Reset register information if we see a set in non-integer
17486 mode.
17487
17488 2003-02-27 David Edelsohn <edelsohn@gnu.org>
17489
17490 * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
17491 option.
17492 (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
17493 * config/rs6000/aix51.h: Same.
17494 * config/rs6000/aix52.h: Same.
17495 * config/rs6000/power4.md: Additional VMX bypasses.
17496
17497 2003-02-27 Geert Bosch <bosch@gnat.com>
17498
17499 * toplev.c (print_version): Add indentation for GGC heuristics and
17500 output after printing version information.
17501
17502 2003-02-27 James E Wilson <wilson@tuliptree.org>
17503
17504 * combine.c (simplify_comparison): Require integral mode when
17505 permuting SUBREG with AND.
17506
17507 2003-02-27 Steve Ellcey <sje@cup.hp.com>
17508
17509 * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
17510
17511 2003-02-27 Nick Clifton <nickc@redhat.com>
17512
17513 * config/arm/arm.md (extendsfdf2): Add pattern accidentally
17514 deleted when cirrus instructions were added.
17515
17516 2003-02-27 Jason Thorpe <thorpej@wasabisystems.com>
17517
17518 * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
17519 POSIX thread support by default.
17520
17521 2003-02-27 Roger Sayle <roger@eyesopen.com>
17522
17523 * config/i386/cygwin.h: Don't include any other files directly.
17524 * config/i386/mingw32.h: Don't include cygwin.h directly.
17525 * config.gcc (cygwin, mingw32, uwin): Instead make these files
17526 explicit in the tm_files variable.
17527
17528 2003-02-27 Alan Modra <amodra@bigpond.net.au>
17529
17530 * config/rs6000/rs6000.md: Add TI constant splitter.
17531
17532 2003-02-26 Alexandre Oliva <aoliva@redhat.com>
17533
17534 * builtins.c (purge_builtin_constant_p): Handle subreg of
17535 constant_p_rtx too.
17536
17537 * function.c (assign_stack_local_1): Truncate constant added to
17538 frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
17539
17540 2003-02-26 David Edelsohn <edelsohn@gnu.org>
17541
17542 * config.gcc: Add power4 to PowerPC with_cpu list.
17543
17544 2003-02-26 Jan Hubicka <jh@suse.cz>
17545
17546 * objc-act.c: (mark_referenced_methods): Fix compilation problem.
17547
17548 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17549
17550 * gcov-dump.c (print_prefix): Fix signedness warning.
17551 * gcov-io.h (struct counter_section, struct counter_section_data): New.
17552 (struct function_info): n_arc_counts field removed, n_counter_sections,
17553 counter_sections fields added.
17554 (struct gcov_info): arc_counts, n_arc_counts fields removed,
17555 n_counter_sections, counter_sections fields added.
17556 * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
17557 profile sections.
17558 * profile.h (MAX_COUNTER_SECTIONS): New.
17559 (struct section_info): New.
17560 (struct profile_info): count_instrumented_edges,
17561 count_edges_instrumented_now fields removed, n_sections, section_info
17562 fields added.
17563 (find_counters_section): Declare.
17564 * profile.c (struct function_list): count_edges field removed,
17565 n_counter_sections, counter_sections fields added.
17566 (set_purpose, label_for_tag, build_counter_section_fields,
17567 build_counter_section_value, build_counter_section_data_fields,
17568 build_counter_section_data_value, build_function_info_fields,
17569 build_function_info_value, build_gcov_info_fields,
17570 build_gcov_info_value): New static functions.
17571 (find_counters_section): New function.
17572 (instrument_edges, get_exec_counts, compute_branch_probabilities,
17573 branch_prob, create_profiler): Modified to support multiple profile
17574 sections.
17575
17576 2003-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17577
17578 * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
17579 is 8 * STACK_BOUNDARY.
17580 * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
17581
17582 2003-02-26 Michael Matz <matz@suse.de>
17583
17584 * ra-colorize.c (merge_moves): Fix list handling.
17585
17586 2003-02-26 Nick Clifton <nickc@redhat.com>
17587
17588 * config/arm/arm.c (is_load_address): Rename to...
17589 (arm_memory_load_p) ... this and make it check for SUBREGs and
17590 constant loads that will be converted into loads from the
17591 minipool.
17592 (is_cirrus_insn): Rename to ...
17593 (arm_cirrus_insn_p): ... this, for consistency. Replace test
17594 of CIRRUS_NO with CIRRUS_NOT.
17595 (cirrus_reorg): Use renamed functions.
17596 (note_invalid_constants): Change from a void function to bool.
17597 Add an extra parameter, saying whether the fixups should be
17598 pushed. Return true if fixups are needed.
17599 (arm_reorg): Use renamed functions. Use INSN_P. Replace test
17600 of CIRRUS_NO with CIRRUS_NOT.
17601 * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
17602 other floating point co-processors can also affect this.
17603 * config/arm/arm.md ("type" attribute): Add mav_farith and
17604 mav_dmult. Replace references to "cirrus_type" attribute with
17605 "type".
17606 * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
17607 ("cirrus_type" attribute): Delete - use "type" instead.
17608 ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
17609 'normal'.
17610
17611 2003-02-25 Jan Hubicka <jh@suse.cz>
17612
17613 * objc-act.c: Include cgraph.h
17614 (mark_referenced_methods): New function.
17615 (objc_init): Call it.
17616 * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
17617
17618 * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
17619 mode.
17620
17621 * optabs.c (expand_fix): Do not widen the input operand.
17622
17623 * expr.c (emit_group_store): Fix crash when converting single
17624 register into complex register.
17625
17626 * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
17627 * alias.c: Include timevar.h
17628 (init_alias_analysis): Set timevar
17629 * jump.c: Include timevar.h
17630 (rebuild_jump_labels): Set timevar
17631 * regcalss.c: Include timevar.h
17632 (reg_scan): Set timevar
17633 * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
17634
17635 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17636
17637 * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
17638
17639 * Makefile.in (loop-unroll.o): New.
17640 * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
17641 (unroll_and_peel_loops): Declare.
17642 * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
17643 flag_old_unroll_loops.
17644 * loop.c (loop_invariant_p): Ditto.
17645 * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
17646 flag_old_unroll_all_loops.
17647 * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
17648 (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
17649 * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
17650 (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
17651 PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
17652 PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
17653 PARAM_MAX_ONCE_PEELED_INSNS): New.
17654 * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
17655 (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
17656 instead of old one.
17657 (flag_peel_loops): New.
17658 (lang_independent_options): The new flags added.
17659 (rest_of_compilation): Call new unroller.
17660 (process_options): Setup flags for coexistence of old and new unroller.
17661 * doc/invoke.texi: Document new options.
17662 * doc/passes.texi: Document new unroller pass.
17663
17664 2003-02-26 David Billinghurst <David.Billinghurst@riotinto.com>
17665
17666 * fixinc/fixincl.x: Regenerate
17667
17668 2003-02-26 Josef Zlomek <zlomekj@suse.cz>
17669
17670 * function.c (assign_parms): Set reg_attrs for parameters passed in
17671 registers.
17672
17673 2003-02-26 Alan Modra <amodra@bigpond.net.au>
17674
17675 PR target/9681
17676 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
17677
17678 2003-02-25 David Edelsohn <edelsohn@gnu.org>
17679
17680 * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
17681 pseudo-op.
17682
17683 2003-02-25 Roger Sayle <roger@eyesopen.com>
17684
17685 * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.
17686 * cse.c (invalidate_skipped_set): Likewise.
17687 * integrate.c (subst_constants): Likewise.
17688 * jump.c (reversed_comparison_code_parts): Likewise.
17689 * loop.c (canonicalize_condition): Likewise.
17690 * simplify-rtx.c (simplify_relational_operation): Likewise.
17691
17692 2003-02-25 Roger Sayle <roger@eyesopen.com>
17693
17694 * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
17695 (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit): Use
17696 the appropriate macro to define built-in function.
17697 (fmod,fmodf,fmodl): New built-in functions.
17698
17699 * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
17700
17701 2003-02-25 Richard Henderson <rth@redhat.com>
17702
17703 * config/i386/i386.c (function_arg): Pass variable sized
17704 structures correctly on the stack.
17705
17706 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
17707
17708 * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
17709 does not reduce the cost of SET.
17710
17711 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17712
17713 PR target/9732
17714 * config/rs6000/rs6000.c (first_reg_to_save): Handle
17715 PIC_OFFSET_TABLE_REGNUM for -fPIC too.
17716 (rs6000_emit_prologue): Likewise.
17717 (rs6000_emit_epilogue): Likewise.
17718 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
17719 PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
17720
17721 2003-02-25 Richard Henderson <rth@redhat.com>
17722
17723 * real.c (real_to_integer2): Force overflow result only for
17724 unsigned overflow.
17725
17726 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
17727
17728 * gcse.c (cprop_jump): Revert the 2003-02-23 change.
17729
17730 2003-02-25 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
17731 Richard Henderson <rth@redhat.com>
17732
17733 * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
17734 there is no similar load.
17735
17736 2003-02-25 Vladimir Makarov <vmakarov@redhat.com>
17737 Richard Henderson <rth@redhat.com>
17738
17739 * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
17740 sched-rgn.c.
17741 (add_forward_dependence): New function prototype.
17742
17743 * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
17744 sched-init.h.
17745 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
17746 them to haifa-sched.c.
17747
17748 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
17749 haifa_classify_insn): Move them from sched-rgn.c.
17750
17751 * sched-deps.c (add_dependence): Return flag of creating a new
17752 entry.
17753 (add_forward_dependence): New function.
17754 (compute_forward_dependences): Use the function.
17755
17756 * sched-ebb.c (earliest_block_with_similiar_load): New function.
17757 (add_deps_for_risky_insns): New function.
17758 (schedule_ebb): Call the function.
17759
17760 2003-02-20 Aldy Hernandez <aldyh@redhat.com>
17761
17762 * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
17763 TARGET_VECTOR_OPAQUE_P. Document accordingly.
17764
17765 * testsuite/gcc.dg/20030218-1.c: Check that initialization of
17766 opaque types fail.
17767
17768 * c-typeck.c (comptypes): Change call to vector_types_compatible
17769 to vector_opaque_p.
17770 (convert_for_assignment): Call vector_opaque_p instead of
17771 vector_types_compatible.
17772 (really_start_incremental_init): Disallow initialization of opaque
17773 types.
17774
17775 * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
17776 Define TARGET_VECTOR_OPAQUE_P.
17777 (TARGET_INITIALIZER): Same.
17778
17779 * target.h (struct gcc_target): Remove vector_types_compatible.
17780 Add vector_opaque_p.
17781
17782 * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
17783 Remove.
17784 (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
17785 a vector type. Change return type to bool.
17786 (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
17787 (TARGET_VECTOR_OPAQUE_P): Define.
17788
17789 * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
17790 target hook.
17791 Include target.h.
17792 (cp_parser_init_declarator): Fix typo in function comments.
17793
17794 2003-02-25 Jan Hubicka <jh@suse.cz>
17795
17796 * Makefile.in (lcm.o): Add dependency on function.h
17797 * lcm.c (function.h): Include.
17798 * i386.c (machine_function, ix86_stack_locals,
17799 * ix86_save_varrargs_registers) : Move to
17800 ...
17801 * i386.h (machine_function, ix86_stack_locals,
17802 ix86_save_varrargs_registers): ... here; add optimize_mode_switching
17803 (ix86_optimize_mode_switching): New.
17804 * i386.md (fix patterns): Set ix86_optimize_mode_switching
17805
17806 2003-02-25 Nick Clifton <nickc@redhat.com>
17807
17808 * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo. Name
17809 of fourth arg is 'fndecl' not 'indirect'. Update comment
17810 describing the function's parameters.
17811
17812 2003-02-24 Jan Hubicka <jh@suse.cz>
17813
17814 * combine.c (simplify_shift_const): Fix previous patch.
17815
17816 2003-02-24 Jeff Law <law@redhat.com>
17817
17818 * i386.md (testdi_1_rex64): Discourage reload from using the %eax
17819 alternative.
17820 (testsi_1, testhi_1, testqi_1): Likewise.
17821
17822 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
17823
17824 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
17825 __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
17826 * doc/extend.texi (Tru64 Pragmas): Reflect this.
17827
17828 * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
17829 extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
17830 * fixinc/fixincl.x: Regenerate.
17831 * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
17832 testcase.
17833 Fixes PR c/5059, c/6126, other/9671.
17834
17835 2003-02-24 Roger Sayle <roger@eyesopen.com>
17836
17837 * gcc.c (do_spec_1) ['{']: Handle pending argument upon return
17838 from handle_braces in "%{...}".
17839
17840 2003-02-24 Kaz Kojima <kkojima@gcc.gnu.org>
17841
17842 * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
17843 (prepare_move_operands): Handle TLS operands.
17844 (tls_symbolic_operand): New.
17845 (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
17846 (legitimize_pic_address): Do nothing for the TLS symbol.
17847 (sh_encode_section_info): Handle TLS case.
17848 (sh_strip_name_encoding): Drop TLS encoding.
17849 * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
17850 * config/sh/sh.h (SH_TLS_ENCODING): Define.
17851 (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
17852 (ASM_OUTPUT_LABELREF): Drop TLS encoding.
17853 (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
17854 * config/sh/sh.md: Define TLS UNSPEC constants.
17855 (type): Add tls_load.
17856 ("tls_global_dynamic", "tls_local_dynamic"): New insns.
17857 ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
17858 ("tls_initial_exec"): New insn.
17859 ("sym2TPOFF", "symTPOFF2reg"): New expanders.
17860 ("load_gbr"): New insn.
17861
17862 * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
17863 * configure: Regenerate.
17864
17865 2003-02-24 Alan Modra <amodra@bigpond.net.au>
17866
17867 PR 9297, PR 9722
17868 * calls.c (store_one_arg): Revert 1999-02-16 change. Revert
17869 2000-12-17 change. Pass EXPAND_STACK_PARM to expand_expr.
17870 * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
17871 (enum block_op_methods): Reorder for better store_expr optimization.
17872 * expr.c (store_expr): Test bit 1 of "want_value" for call param
17873 stores, test bit 0 for original want_value meaning. Pass
17874 BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set. Adjust
17875 recursive calls, and calls to expand_param.
17876 (expand_expr): Handle EXPAND_STACK_PARM modifier. When cse
17877 expected, set target to 0 rather than to subtarget. Formatting.
17878
17879 2003-02-23 Kazu Hirata <kazu@cs.umass.edu>
17880
17881 * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
17882
17883 2003-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17884
17885 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
17886 new default behavior.
17887 * ggc-common.c: Include sys/resource.h.
17888 (ggc_rlimit_bound): New function.
17889 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
17890 defaults to account for rlimits.
17891
17892 2003-02-22 Richard Henderson <rth@redhat.com>
17893
17894 * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
17895
17896 2003-02-22 Kelley Cook <kelley@dwhoops.info>
17897
17898 * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
17899 (ix86_tune_string): Rename from ix86_cpu_string.
17900
17901 2003-02-22 Kelley Cook <kelleycook@comcast.net>
17902
17903 * config/i386/i386.c: Replace "mcpu" with "mtune".
17904 * config/i386/i386.h (TARGET_OPTIONS): Likewise.
17905 (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
17906 * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
17907 with "mtune". Note that "mcpu" is a deprecated synonym for "mtune".
17908
17909 2003-02-23 Andreas Schwab <schwab@suse.de>
17910
17911 * config.gcc: Delete references to m68k/t-linux and
17912 m68k/t-linux-aout.
17913 * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
17914
17915 2003-02-22 Jan Hubicka <jh@suse.cz>
17916
17917 * toplev.c (rest_of_compilation): Apply fotgotten hunk
17918 of track scheduling patch.
17919
17920 2003-02-22 Jan Hubicka <jh@suse.cz>
17921
17922 * config/linux.h (TARGET_HAS_F_SETLKW): Define.
17923 * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
17924
17925 2003-02-22 Jan Hubicka <jh@suse.cz>
17926
17927 * c-decl.c (c_expand_body_1): Fix.
17928
17929 2003-02-22 Jan Hubicka <jh@suse.cz>
17930
17931 * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
17932
17933 * cfgcleanup.c (try_forward_edges): Don't check loop structures
17934 when not optimizing.
17935 (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
17936 when not expensive.
17937 * toplev.c (rest_of_compilation): Duplicate loop headers only when
17938 optimizing; Delete trivially dead insns early; fix optimize check.
17939
17940 * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
17941 dependency on cgraph.h
17942 * c-decl.c: Include cgraph.h
17943 (finish_function): Update call of tree_inlinable_function_p.
17944 * c-objc-common.c: Include cgraph.h
17945 * cgraph.h: New file.
17946 * cgraphunit.c: New file.
17947 * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
17948 (cgraph_nodes, cgraph_n_nodes): Globalize.
17949 (cgraph_finalize_function, cgraph_finalize_compilation_unit
17950 cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
17951 Move into cgraphunit.c
17952 * tree-inline.c: Include cgraph.h
17953 * tree-inline.c: Include cgraph.h
17954
17955 2003-02-22 Josef Zlomek <zlomekj@suse.cz>
17956
17957 * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
17958 for copying a register.
17959
17960 2003-02-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
17961
17962 PR other/3782
17963 * toplev.c (process_options): If flag_detailed_statistics is set,
17964 then set time_report as well.
17965
17966 PR c/8828
17967 * jump.c (never_reached_warning): Don't fall through BARRRIER
17968 insns. Update comments to reflect what the function really does.
17969
17970 2003-02-21 Roger Sayle <roger@eyesopen.com>
17971
17972 * fold-const.c (omit_one_operand): No longer static.
17973 * tree.h (omit_one_operand): Prototype here.
17974 (div_and_round_double): Keep fold-const.c prototypes together.
17975 * builtins.c (builtin_mathfn_code): Handle binary built-in
17976 funtions, such as "pow" and "atan2".
17977 (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
17978 Simplify optimizations using "type" the builtin's return type.
17979
17980 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
17981
17982 * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
17983 Fix functionalization typo.
17984
17985 * regmove.c (optimize_reg_copy_1): Do not replace a hard register
17986 in an asm.
17987
17988 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
17989
17990 * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
17991 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
17992 documentation.
17993 * ggc-common.c: Include params.h
17994 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17995 init_ggc_heuristics): New functions.
17996 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17997 init_ggc_heuristics): Prototype.
17998 * toplev.c (print_version): Output GGC heuristics.
17999 (parse_options_and_default_flags): Call init_ggc_heuristics.
18000
18001 2003-02-22 Jan Hubicka <jh@suse.cz>
18002
18003 * i386.c (def_builtin): Special case 64bit builtins.
18004 (MASK_SSE164, MASK_SSE264): New constants.
18005 (builtin_description): Add 64bit builtins.
18006 (ix86_init_mmx_sse_builtins): Likewise.
18007 * i386.h (enum ix86_builtins): Likewise.
18008 * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
18009 sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
18010 (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
18011 * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
18012 * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
18013 _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
18014 _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
18015
18016 2003-02-22 Jan Hubicka <jh@suse.cz>
18017
18018 * i386.c (builtin_description): Add __builtin_ia32_paddq and
18019 __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
18020 and __builtin_ia32_psubq128.
18021 * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
18022 * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
18023 (mmx_adddi3, mmx_subdi3): New.
18024 * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
18025 * xmmintrin.h (_mm_movepi64_pi64): New.
18026 (_mm_add_epi64, _mm_sub_epi64): fix.
18027 (_mm_mul_pu16): Rename to...
18028 (_mm_mul_su32): ... this one.
18029
18030 * builtins.c (expand_builtin_expect): Do not predict
18031 flag_guess_branch_prob is not set.
18032 * c-semantics.c (expand_stmt): Likewise.
18033 * predict.c (predict_insn): Likewise.
18034 * stmt.c (expand_continue_loop): Likewise.
18035 * toplev.c (rest_of_compilation): Do not call
18036 note_prediction_to_br_prob and note_prediction_to_br_prob
18037 when not optimizing.
18038
18039 2003-02-21 Jan Hubicka <jh@suse.cz>
18040
18041 * cfgrtl.c (commit_edge_insertions): Call
18042 find_many_sub_basic_block only when some code has been emitted.
18043 (commit_edge_insertions_watch_calls): Bring into sync with
18044 commit_edge_insertions
18045
18046 2003-02-21 J"orn Rennecke <joern.rennecke@superh.com>
18047
18048 * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
18049
18050 * sh.md (binary_sf_op): Use extra constant operand instead of
18051 negating constant operand 4.
18052 * sh.c (sh_expand_binop_v2sf): Supply it.
18053
18054 2003-02-21 Zack Weinberg <zack@codesourcery.com>
18055
18056 * cpphash.h (struct lexer_state): Add directive_wants_padding.
18057 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
18058 for directives of type INCL.
18059 (glue_header_name, parse_include): Use get_token_no_padding.
18060 * cppmacro.c (replace_args): If directive_wants_padding,
18061 provide padding tokens.
18062
18063 2003-02-21 Kazu Hirata <kazu@cs.umass.edu>
18064
18065 * config/h8300/h8300.md (a peephole2): New.
18066
18067 2003-02-21 Jan Hubicka <jh@suse.cz>
18068
18069 * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
18070 (commit_edge_insertions): Call find_many_sub_basic_blocks
18071
18072 * reg-stack.c (convert_regs): Cleax aux for blocks.
18073
18074 2003-02-21 Jan Hubicka <jh@suse.cz>
18075
18076 * toplev.c (parse_options_and_default_flags): Undo accidental commit.
18077
18078 2003-02-21 Glen Nakamura <glen@imodulo.com>
18079
18080 PR optimization/8613
18081 * builtins.c (expand_builtin): Emit postincrements before expanding
18082 builtin functions.
18083
18084 2003-02-21 Ben Elliston <bje@redhat.com>
18085
18086 PR other/5634
18087 * doc/install.texi (Configuration): Explain using $HOME instead of
18088 the ~ metacharacter when referring to home directories.
18089
18090 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
18091
18092 * configure.in (TARGET_SYSTEM_ROOT): Set default to
18093 ${exec_prefix}/${target_alias}/sys-root. Match explicit
18094 '${exec_prefix}' (in addition to the expansion thereof) as
18095 relocatable.
18096 * configure: Rebuilt.
18097
18098 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
18099
18100 * config/h8300/h8300.md (addhi3_incdec): Change the name to
18101 *addhi3_incdec.
18102 (addsi3_incdec): Change the name to *addsi3_incdec.
18103
18104 2003-02-20 Roger Sayle <roger@eyesopen.com>
18105
18106 * explow.c (force_reg): Avoid useless REG_EQUAL notes.
18107
18108 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
18109
18110 PR fortran/9038
18111 * c-opts.c (sanitize_cpp_opts): Add Fortran front end
18112 options to be ignored.
18113 (c_common_decode_option): Ignore them when preprocessing.
18114
18115 2003-02-20 Jan Hubicka <jh@suse.cz>
18116
18117 * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
18118 global variables.
18119 (lang_independent_options): Add -fsched2-use-superblocks
18120 -fsced2-use-traces.
18121 (rest_of_compilation): Deal with it.
18122 * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
18123 * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
18124 Declare.
18125 * rtl.h (reg_to_stack): Update prototype.
18126 * reg-stack.c (reg_to_stack): Return when something has changed;
18127 update liveness when executing after superblock scheduling.
18128
18129 * combine.c (simplify_shift_const): Simplify few special cases
18130 into constants.
18131
18132 2003-02-20 David Edelsohn <edelsohn@gnu.org>
18133
18134 * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
18135 (add.,subf.,neg.): Change attribute to fast_compare.
18136 All DFA descriptions updated.
18137
18138 2003-02-20 Nathan Sidwell <nathan@codesourcery.com>
18139
18140 Change base class access representation.
18141 * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
18142 TREE_VIA_PRIVATE): Remove.
18143 (BINFO_BASEACCESSES): New binfo elt.
18144 (BINFO_BASEACCESS): New accessor.
18145 (BINFO_ELTS): Increase.
18146 (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
18147 (access_public_node, access_protected_node,
18148 access_private_node): New global nodes.
18149 * tree.c (build_common_tree_nodes_2): Initialize access nodes.
18150 * dbxout.c (dbxout_type): Adjust.
18151 * dwarf2out.c (gen_inheritance_die): Add access parameter.
18152 (gen_member_die): Adjust.
18153 * dwarfout.c (output_inheritance_die): ARG is array of two trees.
18154 (output_type): Adjust.
18155 * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
18156
18157 Change base class access representation. Share virtual base
18158 binfos.
18159 * cp/call.c (build_special_member_call): Remove binfo_for_vbase
18160 call.
18161 * cp/class.c (build_base_path): Likewise.
18162 (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
18163 (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
18164 (make_new_vtable): Adjust.
18165 (force_canonical_binfo_r): Delete.
18166 (force_canonical_binfo): Delete.
18167 (mark_primary_virtual_base): Delete.
18168 (dfs_unshared_virtual_bases): Delete.
18169 (mark_primary_bases): Adjust.
18170 (maybe_warn_about_overly_private_class): Adjust.
18171 (dfs_base_derived_from): Delete.
18172 (base_derived_from): Follow the inheritance chain.
18173 (struct find_final_overrider_data): Add vpath member.
18174 (dfs_find_final_overrider): Adjust.
18175 (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
18176 (find_final_overrider): Adjust.
18177 (update_vtable_entry_for_fn): Adjust.
18178 (modify_all_vtables): Adjust.
18179 (walk_subobject_offsets): Adjust.
18180 (layout_nonempty_base_or_field): Adjust.
18181 (layout_empty_base): Remove last parameter. Adjust.
18182 (build_base_field): Adjust.
18183 (build_base_fields): Adjust.
18184 (propagate_binfo_offsets): Remove last parameter. Adjust.
18185 (dfs_set_offset_for_unshared_vbases): Delete.
18186 (layout_virtual_bases): Adjust.
18187 (finish_struct_1): Adjust.
18188 (init_class_processing): Don't init access nodes.
18189 (dfs_get_primary_binfo): Delete.
18190 (get_primary_binfo): Adjust.
18191 (dump_class_hierarchy_r): Remove most derived arg, add IGO
18192 parameter. Adjust.
18193 (dump_class_hierarchy): Adjust.
18194 (finish_vtbls): Adjust.
18195 (get_original_base): Delete.
18196 (build_vtt_inits): Adjust.
18197 (dfs_build_secondary_vptr_vtt_inits): Adjust.
18198 (dfs_ctor_vtable_bases_queue_p): Adjust.
18199 (build_ctor_vtbl_group): Adjust.
18200 (dfs_accumulate_vtbl_inits): Adjust.
18201 (build_vtbl_initializer): Adjust.
18202 (build_vbase_offset_vtbl_entries): Adjust.
18203 (add_vcall_offset_vtbl_entries_1): Adjust.
18204 * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
18205 (access_*_node): Remove.
18206 (CANONICAL_BINFO): Delete.
18207 (BINFO_UNSHARED_MARKED): Remove.
18208 (BINFO_MARKED): Set LANG_FLAG_0 directly.
18209 (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
18210 (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
18211 (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
18212 Delete.
18213 (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
18214 (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
18215 (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
18216 Delete.
18217 (BINFO_DEPENDENT_BASE_P): New.
18218 (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
18219 index.
18220 (markedp, unmarkedp): Adjust.
18221 (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
18222 dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
18223 find_vbase_instance, binfo_for_vbase): Delete.
18224 (copied_binfo, original_binfo): Declare.
18225 (finish_base_specifier): Add virtual_p arg.
18226 (unshare_base_binfos): Delete.
18227 (copy_base_binfos): Declare.
18228 (reverse_path): Delete.
18229 * cp/decl.c (xref_basetypes): Access and virtuality passed
18230 differently. Don't copy direct base binfos here. Call
18231 copy_base_binfos.
18232 * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
18233 (initialize_vtbl_ptrs): Adjust.
18234 (expand_member_init): Adjust.
18235 * cp/parser.c (cp_parser_base_specifier): Adjust.
18236 * cp/pt.c (instantiate_class_template): Adjust.
18237 (get_template_base_recursive): Adjust.
18238 * cp/rtti.c (get_pseudo_ti_init): Adjust.
18239 (get_pseudo_ti_desc): Adjust.
18240 * cp/tree.c (unshare_base_binfos): Rename to ...
18241 (copy_base_binfos): ... here, reimplement.
18242 (make_binfo): Set BINFO_DEPENDENT_BASE_P.
18243 (reverse_path): Remove.
18244 * cp/typeck.c (get_delta_difference): Adjust error messages.
18245 * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
18246 * cp/search.c (lookup_base_r): Adjust.
18247 (dynamic_cast_base_recurse): Adjust.
18248 (canonical_binfo): Remove.
18249 (dfs_canonical_queue): Remove.
18250 (dfs_assert_unmarked_p): Remove.
18251 (assert_canonical_unmarked): Remove.
18252 (shared_marked_p, shared_unmarked_p): Remove.
18253 (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
18254 (dfs_access_in_type): Adjust.
18255 (access_in_type): Adjust.
18256 (dfs_accessible_queue_p): Adjust.
18257 (dfs_accessible_p): Adjust.
18258 (is_subobject_of_p_1, is_subobject_of_p): Remove.
18259 (struct lookup_field_info): Remove from_dep_base_p field.
18260 (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
18261 (lookup_field_r): Remove dependent base code.
18262 (lookup_member): Likewise.
18263 (dfs_walk, dfs_walk_real): Add access arg to queue fn.
18264 (dfs_unmarked_real_bases_queue_p): Remove.
18265 (dfs_marked_real_bases_queue_p): Remove.
18266 (dfs_skip_vbases): Remove.
18267 (dfs_get_pure_virtuals): Adjust.
18268 (markedp, unmarkedp): Adjust.
18269 (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
18270 (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
18271 (dfs_unmark): Adjust.
18272 (dfs_get_vbase_types):Remove.
18273 (dfs_build_inheritance_graph_order): Remove.
18274 (get_vbase_types): Remove
18275 (dfs_find_vbase_instance): Remove.
18276 (find_vbase_instance): Remove.
18277 (dfs_debug_unmarkedp): Adjust.
18278 (dependent_base_p): Remove.
18279 (dfs_push_type_decls): Adjust.
18280 (dfs_push_decls): Adjust.
18281 (dfs_no_overlap_yet): Adjust.
18282 (copied_binfo): New function.
18283 (original_binfo): New function.
18284 (binfo_for_vbase): Remove.
18285
18286 Change base class access representation.
18287 * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
18288 (add_interface_do): Likewise.
18289
18290 2003-02-20 David Edelsohn <edelsohn@gnu.org>
18291
18292 * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
18293 * config/rs6000/power4.md (power4-store,power4-vecstore): New
18294 insn reservations.
18295 (power4-fpstore): Compact.
18296
18297 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
18298
18299 * config/h8300/h8300.md (*iorsi3_w): New.
18300
18301 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
18302
18303 * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
18304 * rtl.c (reg_note_name): Likewise.
18305 * rtl.h (enum reg_note): Likewise.
18306 * doc/invoke.texi: Likewise.
18307 * doc/rtl.texi: Likewise.
18308
18309 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
18310
18311 * bb-reorder.c (find_traces_1_round): Fix comment typo.
18312
18313 2003-02-19 Roger Sayle <roger@eyesopen.com>
18314
18315 * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
18316 addition in the presence of signaling NaNs.
18317
18318 2003-02-19 Krister Walfridsson <cato@df.lth.se>
18319
18320 * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
18321
18322 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18323
18324 * config/h8300/h8300.c (output_logical_op): Optimize or.l when
18325 ORing with 0xffff??00 with the highest bit of the ?? part set.
18326 (compute_logical_op_length): Update.
18327 (compute_logical_op_cc): Likewise.
18328
18329 2003-02-19 Josef Zlomek <zlomekj@suse.cz>
18330
18331 * bb-reorder.c (find_traces_1_round): Fixed condition for small
18332 destination block with multiple predecessors.
18333 (connect_traces): Check whether the block is a start of trace.
18334
18335 2003-02-19 Jan Hubicka <jh@suse.cz>
18336
18337 * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
18338 * function.c (assign_params): Likewise.
18339 * arm-protos.h (arm_init_cumulative_args): Update prototype.
18340 * arm.c (arm_init_cumulative_args): Update function.
18341 * arm.h (INIT_CUMULATIVE_ARGS): Update.
18342 * avr-protos.h (init_cumulative_args): Update prototype.
18343 * avr.c (init_cumulative_args): Update function.
18344 * avr.h (INIT_CUMULATIVE_ARGS): Update.
18345 * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
18346 * d30v.c (d30v_init_cumulative_args): Update function.
18347 * d30v.h (INIT_CUMULATIVE_ARGS): Update.
18348 * frv-protos.h (frv_init_cumulative_args): Update prototype.
18349 * frv.c (frv_init_cumulative_args): Update function.
18350 * frv.h (INIT_CUMULATIVE_ARGS): Update.
18351 * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
18352 * pa.h (INIT_CUMULATIVE_ARGS): Update.
18353 * sparc-protos.h (init_cumulative_args): Update prototype.
18354 * sparc.c (init_cumulative_args): Update function.
18355 * sparc.h (INIT_CUMULATIVE_ARGS): Update.
18356 * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
18357
18358 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18359
18360 * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
18361 (*ashiftsi_sextqi_7): Likewise.
18362
18363 2003-02-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18364
18365 * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
18366 ISO C99 and C++.
18367
18368 * fixinc/inclhack.def (irix___restrict): Don't change __restrict
18369 for C++ on IRIX 6.5.1[89].
18370 * fixinc/tests/base/internal/sgimacros.h: New file.
18371
18372 * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
18373 * fixinc/tests/base/internal/wchar_core.h: New file.
18374
18375 * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
18376 socklen_t definition.
18377 * fixinc/fixincl.x: Regenerate.
18378 * fixinc/tests/base/sys/socket.h: New file.
18379 Fixes PR libgcj/9652.
18380
18381 2003-02-19 Jan Hubicka <jh@suse.cz>
18382
18383 * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
18384
18385 2003-02-19 David Edelsohn <edelsohn@gnu.org>
18386
18387 * config/rs6000/rs6000.c (rs6000_override_options): Initialize
18388 align_jumps_max_skip and align_loops_max_skip.
18389
18390 2003-02-19 Thierry Moreau <thierry.moreau@connotech.com>
18391
18392 * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
18393 test size if named section.
18394
18395 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
18396
18397 * expr.c (expand_expr): Use gen_int_mode for the argument
18398 to gen_rtx_MULT.
18399
18400 2003-02-19 Jan Hubicka <jh@suse.cz>
18401
18402 * i386.md (cosxf2): Fix conditional.
18403
18404 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18405
18406 * config/h8300/h8300.md (extendqisi2): Change to an expander.
18407 (*extendqisi2_h8300): New.
18408 (*extendqisi2_h8300hs): Likewise.
18409
18410 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
18411
18412 * config/h8300/h8300-protos.h: Update the prototype for
18413 split_adds_subs. Remove the prototypes for
18414 const_int_le_2_operand and const_int_le_6_operand.
18415 * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
18416 (const_int_le_2_operand): Remove.
18417 (const_int_le_6_operand): Likewise.
18418 * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
18419 for const_int_le_2_operand and const_int_le_6_operand.
18420 * config/h8300/h8300.md: Update all uses of split_adds_subs.
18421 (a peephole2): New.
18422
18423 2003-02-18 Jan Hubicka <jh@suse.cz>
18424
18425 * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
18426 (cgraph_expand_function): Rewrite.
18427
18428 2003-02-18 Matt Austern <austern@apple.com>
18429
18430 * toplev.c, langhooks.c, langhooks-def.h: Move
18431 write_global_declarations from toplev.c to langhooks.c.
18432
18433 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
18434
18435 * config/h8300/h8300.c (general_operand_src): Always check
18436 MODE.
18437 (general_operand_dst): Likewise.
18438
18439 2003-02-18 Roger Sayle <roger@eyesopen.com>
18440
18441 * convert.c (convert_to_real): Also optimize (float)log(x) into
18442 logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
18443
18444 2003-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
18445
18446 * config/sh/sh.c (unspec_caller_rtx_p): New.
18447 (sh_cannot_copy_insn_p): New.
18448 (TARGET_CANNOT_COPY_INSN_P): New.
18449
18450 2003-02-18 Richard Henderson <rth@redhat.com>
18451
18452 * c-common.c (handle_used_attribute): Accept static data too.
18453
18454 2003-02-18 Nick Clifton <nickc@redhat.com>
18455 Aldy Hernandez <aldyh@redhat.com>
18456
18457 * testsuite/gcc.dg/20030218-1.c: New.
18458
18459 * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
18460
18461 * target-def.h (TARGET_INITIALIZER): Add
18462 TARGET_VECTOR_TYPES_COMPATIBLE.
18463 (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
18464
18465 * target.h (struct gcc_target): Add field vector_types_compatible.
18466
18467 * c-typeck.c (comptypes): Take into account
18468 TARGET_VECTOR_TYPES_COMPATIBLE.
18469 (convert_for_assignment): Same.
18470
18471 * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
18472 (rs6000_spe_vector_types_compatible): New.
18473 (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
18474
18475 2003-02-19 Andreas Schwab <schwab@suse.de>
18476
18477 * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
18478 * toplev.c: Include langhooks-def.h.
18479
18480 2003-02-18 Chris Demetriou <cgd@broadcom.com>
18481
18482 * config/mips/mips.h (enum processor_type): Sort entries
18483 alphabetically.
18484 * config/mips/mips.md (define_attr cpu): Sync with processor_type
18485 enum values, including adding entries that were missing.
18486
18487 2003-02-18 J"orn Rennecke <joern.rennecke@superh.com>
18488
18489 * sh.c (calc_live_regs): Also check GET_CODE when checking if
18490 initial value for PR_REG is still the PR_REG register.
18491
18492 2003-02-18 Jim Wilson <wilson@redhat.com>
18493
18494 * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
18495 instruction in output template.
18496 (bsp_value): Change output template from string to C code, add %,
18497 before actual instruction.
18498 (flushrs): Mark as not predicable.
18499
18500 2003-02-18 Krister Walfridsson <cato@df.lth.se>
18501
18502 * inclhack.def (netbsd_bogus_semicolon): New fix.
18503 * fixincl.x: Rebuilt.
18504 * tests/base/ctype.h: Update.
18505
18506 2003-02-18 Roger Sayle <roger@eyesopen.com>
18507
18508 * fold-const.c (negate_expr_p): New function to determine whether
18509 an expression can be negated cheaply.
18510 (fold) [MINUS_EXPR]: Use it to determine whether to transform
18511 -A - B into -B - A for floating point types.
18512
18513 2003-02-18 Roger Sayle <roger@eyesopen.com>
18514
18515 * sbitmap.c (sbitmap_resize): New function.
18516 * sbitmap.h (sbitmap_resize): Prototype here.
18517 * recog.c (split_all_insns): Use sbitmap_resize.
18518
18519 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
18520
18521 * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
18522 insn length.
18523 (extendqisi2): Likewise.
18524 (*extendhisi2_h8300): Likewise.
18525
18526 2003-02-18 Matt Austern <austern@apple.com>
18527
18528 * langhooks.h, langhooks-def.h: introduce new langhook,
18529 final_write_globals, with write_global_declarations as default.
18530 * toplev.c: Move invocation of wrapup_global_declarations from
18531 compile_file to new function, write_global_declarations. Change
18532 compile_file to use final_write_globals hook. Change
18533 wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
18534 conditional.
18535
18536 2003-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18537
18538 * pa.md: Correct and enhance comment.
18539
18540 2003-02-18 Geoffrey Keating <geoffk@apple.com>
18541
18542 * gcc.c (validate_switches): Don't scan past closing '}'.
18543
18544 2003-02-18 Ben Elliston <bje@redhat.com>
18545
18546 PR c++/1607
18547 * doc/extend.texi (Function Attributes): Document the effect of
18548 the C++ "this" parameter on the counting of arguments for the
18549 "format" and "format_arg" attributes.
18550
18551 2003-02-17 Aldy Hernandez <aldyh@redhat.com>
18552
18553 * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
18554 (__ev_stdw): Same.
18555 (__ev_stdh): Same.
18556
18557 2003-02-17 Jan Hubicka <jh@suse.cz>
18558
18559 * recog.c (split_all_insns): Fix memory overflow.
18560
18561 2003-02-17 Kazu Hirata <kazu@cs.umass.edu>
18562
18563 * config/h8300/h8300.md (cmpqi): Remove mode from compare.
18564 (cmphi): Likewise.
18565 (*cmphi_h8300): Likewise.
18566 (*cmphi_h8300hs): Likewise.
18567 (cmpsi): Likewise.
18568 (7 peephole2): Likewise.
18569
18570 2003-02-16 Jan Hubicka <jh@suse.cz>
18571
18572 * c-typeck.c (build_c_cast): Fold constant variables into
18573 initial values.
18574
18575 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18576
18577 * doc/install.texi (Specific): Fix link for m68k-att-sysv.
18578 (Binaries): Ditto for Sinix/Reliant Unix.
18579
18580 2003-02-16 Richard Earnshaw <rearnsha@arm.com>
18581
18582 * arm.c (arm_reload_in_hi): Ensure that the scratch register does
18583 not overlap the final result register.
18584
18585 2003-02-16 Arend Bayer <arend.bayer@web.de>
18586 Richard Henderson <rth@redhat.com>
18587
18588 PR c/8068
18589 * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
18590 rearrange mult arguments for less recursion.
18591 (extract_muldiv): New. Prevent runaway recursion.
18592
18593 2003-02-16 Danny Smith <dannysmith@users.sourceforge.net>
18594
18595 * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
18596 MASK_ALIGN_DOUBLE.
18597
18598 2003-02-15 Roger Sayle <roger@eyesopen.com>
18599
18600 * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
18601 to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
18602 (ext_80387_constants_table): Global table of 80387 special constants
18603 guarded by ext_80387_constants_init flag when not initialized.
18604 (init_ext_80387_constants): New function to initialize this table.
18605 (standard_80387_constant_p): Extend to recognize extra 80387
18606 constants, in XFmode, on processors where this is a win.
18607 (standard_80387_constant_opcode): New function to return the
18608 opcode associated with standard_80387_constant_p.
18609 (standard_80387_constant_rtx): New function to return the XFmode
18610 CONST_DOUBLE associated with standard_80387_constant_p.
18611 (ix86_rtx_costs): Give the new constants the same cost as 1.0.
18612
18613 * config/i386/i386-protos.h (standard_80387_constant_opcode):
18614 Prototype here.
18615 (standard_80387_constant_rtx): Likewise.
18616
18617 * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
18618 *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
18619 *movtf_integer): Simplify using new standard_80387_constant_opcode.
18620
18621 2003-02-15 Geoffrey Keating <geoffk@apple.com>
18622
18623 * doc/invoke.texi (Optimize Options): Correct @option syntax.
18624
18625 2003-02-15 Richard Henderson <rth@redhat.com>
18626
18627 * Makefile.in (cfglayout.o): Depend on TARGET_H.
18628 * cfglayout.c: Include target.h.
18629 (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
18630 * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
18631 * target.h (struct gcc_target): Add cannot_copy_insn_p.
18632
18633 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
18634 (TARGET_CANNOT_COPY_INSN_P): New.
18635 (override_options): Revert 2003-02-08 hack.
18636
18637 2003-02-15 Richard Henderson <rth@redhat.com>
18638
18639 * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
18640 (bypass_conditional_jumps): Accept computed_jump_p insns as well.
18641
18642 2003-02-15 David Edelsohn <edelsohn@gnu.org>
18643
18644 * config/rs6000/rs6000.h (processor_type): Add PPC440.
18645 * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
18646 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
18647 TARGET_SCHED_VARIABLE_ISSUE): Define.
18648 (rs6000_use_dfa_pipeline_interface): New function.
18649 (rs6000_multipass_dfa_lookahead): New Function.
18650 (rs6000_variable_issue): New function.
18651 (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
18652 (rs6000_issue_rate): Add PPC440.
18653 * config/rs6000/rs6000.md (unspec list): Correct typo.
18654 (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
18655 store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
18656 cmp, delayed_cr, mfcr, mtcr.
18657 (automata_option): Set "ndfa".
18658 (extendMMNN2): Update attributes.
18659 (movcc_internal1): Discourage move to non-cr0. Update
18660 attributes.
18661 (movMM_update): Update attributes.
18662 (cmpMM_internal): Update attributes.
18663 (sCC CR materialization): Update attributes.
18664 (branch patterns): Do not discourage non-cr0.
18665 (cr logical patterns): Prefer destructive register allocation.
18666 Update attributes.
18667 (movesi_from_cr): Update attribute.
18668 (mtcrf_operation): Update attribute.
18669 (mtcrfsi): Update attribute.
18670 * config/rs6000/40x.md: New file.
18671 * config/rs6000/603.md: New file.
18672 * config/rs6000/6xx.md: New file.
18673 * config/rs6000/7450.md: New file.
18674 * config/rs6000/7xx.md: New file.
18675 * config/rs6000/mpc.md: New file.
18676 * config/rs6000/power4.md: New file.
18677 * config/rs6000/rios1.md: New file.
18678 * config/rs6000/rios2.md: New file.
18679 * config/rs6000/rs64.md: New file.
18680 [Some DFA descriptions based on work by Michael Hayes]
18681
18682 2003-02-15 Richard Henderson <rth@redhat.com>
18683
18684 * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
18685 successors with multiple predecessors.
18686 (connect_traces): Try harder to copy traces of length 1.
18687
18688 * function.h (struct function): Add computed_goto_common_label,
18689 computed_goto_common_reg.
18690 * function.c (free_after_compilation): Zap them.
18691 * stmt.c (expand_computed_goto): Use them to produce one
18692 indirect branch per function.
18693
18694 2003-02-15 Richard Henderson <rth@redhat.com>
18695
18696 * cfgcleanup.c: Include params.h.
18697 (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES. Fix test for
18698 too many outgoing edges from a block.
18699 * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
18700 * params.def (max-crossjump-edges): New.
18701 * doc/invoke.texi: Document it.
18702
18703 2003-02-15 Richard Henderson <rth@redhat.com>
18704
18705 * recog.c (split_all_insns): Include new blocks in life update;
18706 do a global life update.
18707
18708 2003-02-15 Danny Smith <dannysmith@users.sourceforge.net>
18709
18710 * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
18711 Update copyright.
18712 * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
18713 -mno-cygwin case.
18714
18715 2003-02-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
18716
18717 PR optimization/7702
18718 * reload1.c (reload_cse_simplify_set): Honor
18719 CANNOT_CHANGE_MODE_CLASS.
18720
18721 2003-02-14 Alexandre Oliva <aoliva@redhat.com>
18722
18723 * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
18724 function.
18725 * config/mn10300/mn10300-protos.h: Declare it.
18726 * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
18727 attribute cc of instructions that may use clr.
18728
18729 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
18730
18731 * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
18732 (x - (x & y)) is found.
18733
18734 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
18735
18736 * configure.in: Fix typo.
18737 * configure: Regenerate.
18738
18739 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
18740
18741 * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
18742
18743 2003-02-13 Adam Nemet <anemet@lnxw.com>
18744
18745 PR opt/2391
18746 * combine.c: Fix spelling in comment.
18747 (cached_nonzero_bits): New function.
18748 (cached_num_sign_bit_copies): New function.
18749 (nonzero_bits_with_known): New macro.
18750 (num_sign_bit_copies_with_known): New macro.
18751 (nonzero_bits1): Rename from nonzero_bits. Add three new
18752 arguments. Change calls from nonzero_bits to
18753 nonzero_bits_with_known.
18754 (num_sign_bit_copies1): Rename from num_sign_bit_copies. Add
18755 three new arguments. Change calls from num_sign_bit_copies to
18756 num_sign_bit_copies_with_known.
18757 (nonzero_bits): New macro.
18758 (num_sign_bit_copies): New macro.
18759 (update_table_tick): Don't traverse identical subexpression more
18760 than once.
18761 (get_last_value_validate): Likewise.
18762
18763 2003-02-13 Zack Weinberg <zack@codesourcery.com>
18764
18765 * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
18766 * function.h (struct emit_status): Length of regno_pointer_align
18767 and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
18768 not regno_pointer_align_length (i.e. length actually used, not
18769 length as allocated)
18770
18771 * config/i386/i386.c (struct stack_local_entry): New.
18772 (struct machine_function): Replace huge array with alist.
18773 (assign_386_stack_local): Change to match.
18774
18775 2003-02-13 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
18776
18777 * inclhack.def (hpux_long_double): Tighten select and add bypass
18778 regexp.
18779 * fixincl.x: Rebuilt.
18780
18781 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
18782
18783 * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
18784 edge and block ends with a jump insn it must be simple jump.
18785
18786 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
18787
18788 * Makefile.in (PREPROCESSOR_DEFINES): Add
18789 @TARGET_SYSTEM_ROOT_DEFINE@.
18790 * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
18791 is specified or if building a cross compiler.
18792 (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
18793 if the sysroot is under $exec_prefix.
18794 * configure: Regenerated.
18795 * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
18796 defined.
18797 (struct default_include): Add add_sysroot field.
18798 (cpp_SYSROOT): Declare.
18799 * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
18800 field.
18801 (cpp_SYSROOT): New variable.
18802 * cppinit.c (cpp_create_reader): Initialize
18803 CPP_OPTION (pfile, sysroot).
18804 (init_standard_includes): Handle add_sysroot. Do not
18805 add unrelocated copies of relocated directories.
18806 (COMMAND_LINE_OPTIONS): Add -isysroot.
18807 (cpp_handle_option): Handle -isysroot.
18808 * cpplib.h (struct cpp_options): Add sysroot member.
18809 * gcc.c (The Specs Language): Update description of %I.
18810 (target_system_root_changed): New variable.
18811 (process_command): Conditionalize make_relative_prefix call
18812 on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE. Set
18813 target_system_root_changed.
18814 (do_spec_1): Add -isysroot to %I.
18815 * doc/invoke.texi (Spec Files): Update description of %I.
18816 * doc/install.texi (--with-sysroot): Update comment about
18817 relocation.
18818
18819 2003-02-13 Kazu Hirata <kazu@cs.umass.edu>
18820
18821 * config/h8300/h8300.md (a peephole2): New.
18822
18823 2003-02-13 Robert Lipe <robertlipe@usa.net>
18824 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18825
18826 * doc/install.texi (Specific): Update three SCO-related URLs.
18827
18828 2003-02-13 Andreas Schwab <schwab@suse.de>
18829
18830 * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
18831 Parenthesize properly.
18832 (NPREDECESORS): Parenthesize properly.
18833
18834 2003-02-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
18835
18836 * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
18837
18838 2003-02-12 Roger Sayle <roger@eyesopen.com>
18839
18840 * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
18841 (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
18842
18843 * reg-stack.c (subst_stack_regs_pat): Add support for binary
18844 UNSPEC instructions (e.g. "fpatan").
18845
18846 2003-02-12 Mike Stump <mrs@apple.com>
18847
18848 * varray.c (element_size): Remove.
18849 (uses_ggc): Remove.
18850 (element): Add.
18851 (varray_init): Use new interface.
18852 (varray_grow): Use new interface.
18853 (varray_clear): Use new interface.
18854
18855 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
18856
18857 * config/rs6000/spe.h: Add casts to the arguments of the following
18858 macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
18859 evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
18860 evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
18861 __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
18862 __ev_get_u16, __ev_get_s16.
18863
18864 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
18865
18866 * config/h8300/h8300.md (a peephole2): New.
18867
18868 2003-02-12 Jan Hubicka <jh@suse.cz>
18869
18870 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
18871 (OBJS): Add callgraph.o
18872 (callgraph.o): New.
18873 * c-decl.c (expand_body_1): Break out from ...
18874 (expand_body): This one; change calling convention
18875 (finish_function): Move some of expand_body logic here.
18876 (c_expand_deferred_function): Update call of expand_body
18877 (c_expand_stmt): Use c_expand_body_1.
18878 * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
18879 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
18880 * c-tree.h (c_expand_body): Declare.
18881 * callgraph.c: New file.
18882 * flags.h (flag_unit_at_a_time): Declare.
18883 * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
18884 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
18885 LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
18886 * langhooks.h (struct lang_hooks_for_callgraph): New.
18887 (struct lang_hooks): Add callgraph field.
18888 * toplev.c (flag_unit_at_a_time): New.
18889 (lang_independent_options): Add flag_unit_at_a_time.
18890 (process_options): Disable unit-at-a-time mode for frontends not
18891 supporting callgraph.
18892 * tree-inline.c (typedef struct inline_data): Add "decl"
18893 (expand_call_inline): Update callgraph.
18894 (optimize_inline_calls): Set id.decl.
18895 * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
18896 cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
18897 cgraph_calls_p): Declare.
18898 * invoke.texi (-funit-at-a-time): Document
18899
18900 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
18901
18902 * config/rs6000/spe.h: Fix misc formatting.
18903 (__ev_create_ufix32_fs): Cast ev argument.
18904 (__ev_create_sfix32_fs): Same.
18905 (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
18906 (__ev_get_ufix32_fs_internal): Same.
18907
18908 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
18909
18910 * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
18911 * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
18912
18913 2003-02-12 Zack Weinberg <zack@codesourcery.com>
18914
18915 * cpplib.c (do_include_common): Move warnings for
18916 #include_next and #import out to callers. Use early-return
18917 instead of nested ifs. Don't do check_eol here.
18918 (parse_include): Do check_eol here with the rest of the
18919 parsing stuff.
18920 (do_include_next, do_import): Now handle warnings.
18921
18922 2003-02-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18923
18924 * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
18925
18926 2003-02-12 Jan Hubicka <jh@suse.cz>
18927
18928 * predict.c (estimate_probability): Fix roundoff error.
18929
18930 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
18931
18932 * config/h8300/h8300.md (a peephole2): Don't handle 65535.
18933 (two peephole2): New.
18934
18935 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
18936
18937 * config/h8300/h8300.md (several peephole2): Replace
18938 find_regno_note with peep2_reg_dead_p.
18939
18940 2003-02-11 Richard Henderson <rth@redhat.com>
18941
18942 * gcse.c (lookup_set): Remove unused argument PAT. Update
18943 both callers.
18944
18945 2003-02-11 Geoffrey Keating <geoffk@apple.com>
18946
18947 * diagnostic.c (real_abort): New.
18948 (diagnostic_report_diagnostic): Call real_abort on error.
18949 * diagnostic.h (diagnostic_abort_on_error): New.
18950 (struct diagnostic_context): Add abort_on_error field.
18951 * toplev.c (setup_core_dumping): New.
18952 (decode_d_option): Handle 'H' case.
18953 * doc/invoke.texi (Debugging Options): Document -dH.
18954
18955 2003-02-11 Nathanael Nerode <neroden@gcc.gnu.org>
18956
18957 * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
18958 which refers to obsolete directories.
18959
18960 2003-02-11 Richard Henderson <rth@redhat.com>
18961
18962 * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
18963
18964 2002-10-21 Jan Hubicka <jh@suse.cz>
18965
18966 * i386.c (contains_128bit_aligned_vector_p): New function.
18967 (ix86_function_arg_boundary): Properly align vector modes.
18968
18969 2003-02-11 Bob Wilson <bob.wilson@acm.org>
18970
18971 * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
18972 * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
18973 as a SET pattern.
18974
18975 2003-02-11 Roger Sayle <roger@eyesopen.com>
18976
18977 * builtins.c: Fix failure caused by commiting wrong patch.
18978
18979 2003-02-11 Dale Johannesen <dalej@apple.com>
18980 * ra-build.c (compare_and_free_webs): Relax checking.
18981 * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME): Define.
18982 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
18983
18984 2003-02-11 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
18985
18986 PR optimization/9651
18987 * rtlanal.c (may_trap_p): Handle FIX.
18988
18989 2003-02-11 Dave Jones <davej@codemonkey.org.uk>
18990
18991 * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
18992 * doc/invoke.texi: Extra alias.
18993
18994 2003-02-11 Geoffrey Keating <geoffk@apple.com>
18995
18996 * config/rs6000/host-darwin.c: Fix comment.
18997
18998 2003-02-11 David Edelsohn <edelsohn@gnu.org>
18999
19000 * config/rs6000/rs6000.md (divmodsi4): Use register_operand
19001 predicate for mod result.
19002
19003 2003-02-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19004
19005 * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
19006 hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
19007 * fixincl.x: Rebuilt.
19008 * tests/base/stdlib.h: Update.
19009 * tests/base/ctype.h: New file.
19010
19011 2003-02-11 Jan Hubicka <jh@suse.cz>
19012
19013 * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
19014
19015 2003-02-11 Richard Henderson <rth@redhat.com>
19016
19017 * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
19018 appropriated as globals.
19019 (ix86_expand_clrstr): Similarly.
19020 * config/i386/i386.md (cmpstrsi): Similarly.
19021
19022 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
19023
19024 * config/h8300/h8300.md (a peephole2): Add a case of 255.
19025
19026 2003-02-11 Roger Sayle <roger@eyesopen.com>
19027
19028 * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
19029 (pow_optab, atan2_optab): Define corresponding macros.
19030 * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
19031 * genopinit.c (optabs): Implement pow_optab and atan2_optab
19032 using pow?f3 and atan2?f3 patterns.
19033 * builtins.c (expand_errno_check): New function to update errno
19034 if necessary, split out from expand_builtin_mathfn.
19035 (expand_builtin_mathfn): Use expand_errno_check.
19036 (expand_builtin_mathfn_2): New function to handle expanding binary
19037 math functions, reusing the code in expand_errno_check.
19038 (expand_builtin): Handle the pow and atan2 math built-ins,
19039 BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
19040 expand_builtin_mathfn_2.
19041
19042 * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
19043
19044 2003-02-11 Jan Hubicka <jh@suse.cz>
19045
19046 * combine.c (combine_simplify_rtx): Fix folding of
19047 nested float_truncates.
19048
19049 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
19050
19051 * config/h8300/h8300.md (a peephole2): Fix a typo.
19052
19053 2003-02-11 Richard Earnshaw <rearnsha@arm.com>
19054
19055 * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
19056 register number.
19057
19058 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
19059
19060 * config/h8300/h8300-protos.h: Add a prototype for
19061 gtuleu_operator.
19062 * config/h8300/h8300.c (gtuleu_operator): New.
19063 * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
19064 * config/h8300/h8300.md (a peephole2): New.
19065
19066 2003-02-11 Jan Hubicka <jh@suse.cz>
19067
19068 * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
19069
19070 2003-02-11 Jan Hubicka <jh@suse.cz>
19071
19072 * predict.c (choose_function_section): Choose sections correctly.
19073
19074 2003-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19075
19076 * reload1.c (first_label_num): New.
19077 (reload): Index offsets_known_at and offsets_at using difference of
19078 label number and first label number. Don't use offset pointers.
19079 (set_label_offsets, set_initial_label_offsets): Likewise.
19080
19081 2003-02-10 Roger Sayle <roger@eyesopen.com>
19082
19083 * mips-tfile.c (init_file): Add missing initializers in the
19084 "#ifdef __alpha" case.
19085 (file_offset, max_file_offset): Declare as unsigned long.
19086 (write_varray): Cast to "unsigned long" in comparisons against
19087 either file_offset or max_file_offset.
19088 (write_object): Likewise.
19089 (read_seek): Likewise.
19090 (copy_object): Likewise. Declare "ifd" as int to match its use
19091 in add_ext_symbol, and avoid signed/unsigned conditional warning.
19092
19093 2003-02-10 Nick Clifton <nickc@redhat.com>
19094 Aldy Hernandez <aldyh@redhat.com>
19095
19096 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
19097 override options which have been specified on the command line.
19098
19099 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
19100
19101 * config/h8300/h8300.md (abssf2): New.
19102 (*abssf2_h8300): Likewise.
19103 (*abssf2_h8300hs): Likewise.
19104
19105 2003-02-10 Phil Edwards <pme@gcc.gnu.org>
19106
19107 * tree.c (build_tree_list): Fix parameter names in comment.
19108
19109 2003-02-10 Janis Johnson <janis187@us.ibm.com>
19110
19111 * config/rs6000/ppc64-fp.c: New file.
19112 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
19113
19114 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
19115
19116 * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
19117 * bb-reorder.c (make_reorder_chain): Deleted.
19118 (make_reorder_chain_1): Deleted.
19119 (find_traces): New function.
19120 (rotate_loop): New function.
19121 (mark_bb_visited): New function.
19122 (find_traces_1_round): New function.
19123 (copy_bb): New function.
19124 (bb_to_key): New function.
19125 (better_edge_p): New function.
19126 (connect_traces): New function.
19127 (copy_bb_p): New function.
19128 (get_uncond_jump_length): New function.
19129 (reorder_basic_blocks): Use new functions (Software Trace Cache).
19130 * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
19131 boundaries.
19132
19133 2003-02-10 Aldy Hernandez <aldyh@redhat.com>
19134
19135 * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
19136
19137 2003-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19138
19139 * tree.h (struct tree_decl): Remove unused live_range_rtl field.
19140 (DECL_LIVE_RANGE_RTL): Remove.
19141
19142 2003-02-10 Nick Clifton <nickc@redhat.com>
19143
19144 * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
19145 config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
19146 config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
19147 config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
19148 config/arm/freebsd.h, config/arm/linux-elf.h,
19149 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
19150 config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
19151 config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
19152 config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
19153 config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
19154 config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
19155 config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
19156 and reformat as appropriate.
19157
19158 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
19159
19160 * config/h8300/clzsi2.c: Remove.
19161 * config/h8300/ctzsi2.c: Likewise.
19162 * config/h8300/paritysi2.c: Likewise.
19163 * config/h8300/popcountsi2.c: Likewise.
19164 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
19165 ctzsi2, paritysi2, and popcountsi2.
19166
19167 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
19168 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
19169
19170 PR c/7741
19171 * c-decl.c (duplicate_decls): Discard the initializer of the
19172 new decl when the types are conflicting.
19173
19174 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
19175
19176 * Makefile.in (sreal.o): Added.
19177 (predict.o): Depends on sreal.h instead of real.h.
19178 * sreal.c: New file.
19179 * sreal.h: New file.
19180 * predict.c: Use sreal.c instead of real.c.
19181
19182 2003-02-10 Nick Clifton <nickc@redhat.com>
19183
19184 * Contributed support for the Cirrus EP9312 "Maverick"
19185 floating point co-processor. Written by Aldy Hernandez
19186 <aldyh@redhat.com>.
19187 (config/arm/arm.c): Add Cirrus support.
19188 (config/arm/arm.h): Likewise.
19189 (config/arm/aout.h): Likewise.
19190 (config/arm/arm.md): Likewise.
19191 (config/arm/arm-protos.h): Likewise.
19192 (config.gcc): Likewise.
19193 (doc/invoke.texi): Describe new -mcpu value and new
19194 -mcirrus-fix-invalid-insns switch,
19195 (cirrus.md): New file.
19196
19197 2003-02-10 Jan Hubicka <jh@suse.cz>
19198
19199 * combine.c (combine_simplify_rtx): Simplify using
19200 (float_truncate (float x)) is (float x)
19201 (float_extend (float_extend x)) is (float_extend x).
19202
19203 2003-02-10 Alan Modra <amodra@bigpond.net.au>
19204
19205 * calls.c (try_to_integrate): Tidy stack_usage_map access.
19206 (emit_library_call_value_1): Likewise. Formatting.
19207 (store_one_arg): Likewise.
19208
19209 2003-02-09 Nick Clifton <nickc@redhat.com>
19210 Aldy Hernandez <aldyh@redhat.com>
19211
19212 * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
19213 spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
19214 spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
19215 spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
19216 spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
19217 docs. Add range test for immediate value.
19218
19219 2003-02-09 Aldy Hernandez <aldyh@redhat.com>
19220
19221 Rename spe_evxor to xorv2si3.
19222 (xorv4hi3): New.
19223 (xorv1di3): New.
19224
19225 2003-02-10 Glen Nakamura <glen@imodulo.com>
19226
19227 * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
19228 tag.
19229
19230 2003-02-10 Jan Hubicka <jh@suse.cz>
19231
19232 * i386.c (vector_move_operand): New predicate.
19233 (ix86_expand_vector_move): Be happy about 0.
19234 * i386.h (PREDICATE_CODES): Add sse-move_operand.
19235 * i386.md (mov*_internal): Add 'C' alternative.
19236
19237 2003-02-09 Jan Hubicka <jh@suse.cz>
19238
19239 * i386.md (floathi*): Deal with SSE.
19240
19241 2003-02-09 Jan Hubicka <jh@suse.cz>
19242
19243 * simplify-rtx.c (simplify_unary_operation,
19244 simplify_binary_operation): Deal with vector modes
19245 (simplify_ternary_operation): Deal with no-op VEC_MERGE.
19246
19247 2003-02-09 Richard Sandiford <rsandifo@redhat.com>
19248
19249 * toplev.c (rest_of_compilation): Recompute register usage after
19250 split_all_insns.
19251
19252 2003-02-09 Richard Henderson <rth@redhat.com>
19253
19254 * libgcc-std.ver (__clztf2): New.
19255 (__ctztf2, __popcounttf2, __paritytf2): New.
19256 * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
19257 __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
19258 adjust code to match the different type sizes.
19259 * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
19260 __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
19261
19262 * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
19263 TImode; select word_mode and twice that.
19264 (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
19265 select the modes from float, double, and long double.
19266 (init_optabs): Remove duplicate initializations.
19267
19268 2003-02-09 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
19269
19270 * doc/install.texi: Squeeze and streamline section on
19271 testing and regression checking.
19272
19273 2003-02-09 Jan Hubicka <jh@suse.cz>
19274
19275 * i386.md (ahi?v*3): Set third operand type to TImode.
19276 * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
19277
19278 * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
19279 integer mode.
19280
19281 * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
19282 Change code so they are arithmetic expressions now.
19283 * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
19284 simplify_ternary_operation): Deal with VEC_* expressions.
19285
19286 * i386.md (vmaskcmp, pinsrw, movd patterns): Fix RTL representation.
19287
19288 2003-02-08 Jan Hubicka <jh@suse.cz>
19289
19290 * cfgrtl.c (verify_flow_info): Use control_flow_insn_p.
19291 * reload1.c (fixup_abnormal_edges): Split basic blocks when EH edges
19292 possibly got duplicated.
19293
19294 2003-02-08 Richard Henderson <rth@redhat.com>
19295
19296 * config/alpha/alpha.c (override_options): Turn off explicit
19297 relocs until post-peep2 code duplication resolved.
19298
19299 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
19300
19301 * optabs.c (expand_unop): Widen clz properly when clz is done
19302 via libcall.
19303
19304 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
19305
19306 * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
19307 * config/h8300/crti.asm: Likewise.
19308 * config/h8300/crtn.asm: Likewise.
19309 * config/h8300/ctzsi2.c: Likewise.
19310 * config/h8300/fixunssfsi.c: Likewise.
19311 * config/h8300/h8300-protos.h: Likewise.
19312 * config/h8300/h8300.c: Likewise.
19313 * config/h8300/h8300.h: Likewise.
19314 * config/h8300/h8300.md: Likewise.
19315 * config/h8300/paritysi2.c: Likewise.
19316 * config/h8300/popcountsi2.c: Likewise.
19317 * config/h8300/rtems.h: Likewise.
19318
19319 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19320
19321 * doc/invoke.texi: Documentation for my previous commit.
19322 * doc/passes.texi: Ditto.
19323
19324 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19325
19326 * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
19327 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
19328 Declare.
19329 (DLTHE_FLAG_UPDATE_FREQ): New.
19330 * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
19331 loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
19332 rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
19333 fix_bb_placement, fix_bb_placements, place_new_loop,
19334 scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
19335 New static functions.
19336 (fix_loop_placement, can_duplicate_loop_p,
19337 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
19338 New functions.
19339
19340 * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
19341 unswitch_loops): Declare.
19342 * loop-init.c: New file.
19343 * loop-unswitch.c: New file.
19344 * Makefile.in (loop-init.o, loop-unswitch.o): New.
19345 * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
19346 * toplev.c (DFI_loop2): New dump.
19347 (flag_unswitch_loops): New.
19348 (lang_independent_options): Add it.
19349 (rest_of_compilation): Call new loop optimizer.
19350 (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
19351
19352 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
19353
19354 * config/h8300/clzsi2.c: New.
19355 * config/h8300/ctzsi2.c: Likewise.
19356 * config/h8300/paritysi2.c: Likewise.
19357 * config/h8300/popcountsi2.c: Likewise.
19358 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
19359
19360 2003-02-07 David Edelsohn <edelsohn@gnu.org>
19361
19362 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
19363 * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
19364 (ctzsi2): New pattern.
19365 (ffssi2): Use clz instead of unspec.
19366 (clzdi2): Rename from cntlzd2.
19367 (ctzdi2): New pattern.
19368 (ffsdi2): Use clz instead of unspec.
19369
19370 2003-02-07 Loren James Rittle <ljrittle@acm.org>
19371
19372 * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
19373 * config/ia64/freebsd.h (LINK_SPEC): Likewise.
19374 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
19375 * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
19376
19377 2003-02-07 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
19378
19379 * doc/trouble.texi: Document pitfalls of two-stage name lookup.
19380
19381 2003-02-07 Richard Henderson <rth@redhat.com>
19382
19383 PR 9226
19384 * gcse.c (local_cprop_find_used_regs): New.
19385 (local_cprop_pass): Use it.
19386
19387 2003-02-07 Fred Fish <fnf@intrinsity.com>
19388
19389 * mips-tfile.c (parse_def): Parenthesize assignments to fix
19390 precedence bugs.
19391
19392 2003-02-07 Segher Boessenkool <segher@koffie.nl>
19393
19394 * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
19395
19396 2003-02-07 Roger Sayle <roger@eyesopen.com>
19397
19398 * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
19399 (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
19400 (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
19401 * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
19402 builtin functions (and their __builtin_* variants).
19403 * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
19404 (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
19405 when not optimizing.
19406
19407 * doc/extend.texi: Document new pow and atan2 builtins, and
19408 their float and long double variants. Realphabetize builtins.
19409
19410 2003-02-07 Jan Hubicka <jh@suse.cz>
19411
19412 * i386.md (sse2_nandv2di3): Fix.
19413
19414 2003-03-07 Danny Smith <dannysmith@users.sourceforge.net>
19415
19416 * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
19417 * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
19418 definition.
19419 * config/i386/i386.h (ix86_return_in_memory): Return aggregate
19420 types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
19421
19422 2003-02-07 Jan Hubicka <jh@suse.cz>
19423
19424 * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
19425
19426 2003-02-07 Daniel Berlin <dberlin@dberlin.org>
19427
19428 * cfg.c (dump_flow_info): Add back accidently deleted line.
19429
19430 2003-02-07 Andrey Petrov <petrov@netbsd.org>
19431
19432 * optabs.c (expand_float): Search wider integer modes first.
19433
19434 2003-02-07 Bob Wilson <bob.wilson@acm.org>
19435
19436 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
19437 based on preprocessor flag.
19438
19439 2003-02-07 Roger Sayle <roger@eyesopen.com>
19440 Richard Henderson <rth@redhat.com>
19441
19442 * gcse.c (implicit_sets): New.
19443 (compute_hash_table_work): Include them in hash table.
19444 (find_implicit_sets, fis_get_condition): New.
19445 (one_cprop_pass): Allocate and free implicit_sets; call
19446 find_implicit_sets before building hash table.
19447
19448 2003-02-07 Jason Thorpe <thorpej@wasabisystems.com>
19449
19450 * config/t-netbsd (USER_H): Revert previous change.
19451
19452 2003-02-07 Gabor Greif <ggreif@lucent.com>
19453
19454 * doc/c-tree.texi (Namespaces): Fix typo.
19455
19456 2003-02-07 Jan Hubicka <jh@suse.cz>
19457
19458 * regrename.c (do_replace, find_oldest_value_reg,
19459 copyprop_hardreg_forward_1): Update register attributes.
19460
19461 2003-02-06 Vladimir Makarov <vmakarov@redhat.com>
19462
19463 * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
19464 VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
19465 variables starting with underscore.
19466 (struct unit_usage): New structure.
19467 (unit_usages, cycle_alt_unit_usages): New global variables.
19468 (check_unit_distribution_in_reserv): Remove it.
19469 (store_alt_unit_usage): New function.
19470 (check_regexp_units_distribution): Rewrite it.
19471
19472 2003-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19473
19474 * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
19475 target_cpu_default.
19476 * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
19477 if not MASK_NO_SPACE_REGS.
19478 (output_call): Adjust return pointer, don't load new space register
19479 into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
19480 (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
19481 TARGET_NO_SPACE_REGS is true.
19482 * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
19483 conditions.
19484 (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
19485 (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
19486 true. Use bve when TARGET_64BIT is true.
19487
19488 2003-02-06 Richard Henderson <rth@redhat.com>
19489
19490 * combine.c (nonzero_bits): Fix double break.
19491
19492 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
19493 Richard Henderson <rth@redhat.com>
19494
19495 PR c/9530
19496 * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
19497 from functions that return a float to functions that don't.
19498
19499 2003-02-06 Jan Hubicka <jh@suse.cz>
19500
19501 * i386.c (x86_inter_unit_moves): New variable.
19502 (ix86_secondary_memory_needed): Fix 64bit case, honor
19503 TARGET_INTER_UNIT_MOVES
19504 * i386.h (x86_inter_unit_moves): Declare.
19505 (TARGET_INTER_UNIT_MOVES): New macro.
19506 * i386.md (movsi_1): Cleanup constraints; disable
19507 when not doing inter-unit moves.
19508 (movsi_1_nointernunit): New.
19509 (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
19510 (movdi_1_rex64_nointerunit): New.
19511 (mivsf_1): disable when not doing inter-unit moves.
19512 (movsf_1_nointerunit): New.
19513
19514 * basic-block.h (inside_basic_block_p): Declare.
19515 * cfgbuild.c (inside_basic_block_p): Make global.
19516 * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
19517 * scheudle-ebb.c (schedule_ebb): Return last basic block of trace;
19518 update CFG.
19519 (fix_basic_block_boundaries, add_missing_bbs): New.
19520 (rank): Use profile.
19521 (scheudle_ebbs): Rely on CFG; update coments.
19522
19523 2003-02-05 Geoffrey Keating <geoffk@apple.com>
19524
19525 * Makefile.in (host_hook_obj): New.
19526 (OBJS): Add $(host_hook_obj).
19527 (host_default.o): New rule.
19528 * config.gcc (host_hook_obj): New, default to host-default.o.
19529 (powerpc-*-darwin*): Use host-darwin.o.
19530 (out_host_hook_obj): New.
19531 * configure: Regenerate.
19532 * configure.in: Print information about out_host_hook_obj, substitute
19533 into output files.
19534 * host-default.c: New file.
19535 * hosthooks.h: New file.
19536 * toplev.c (general_init): Call host_hooks.extra_signals.
19537 * config/rs6000/host-darwin.c: New file.
19538 * config/rs6000/x-darwin: New file.
19539 * doc/hostconfig.texi: Add documentation for new host hook.
19540 Rearrange existing documentation.
19541
19542 2003-02-05 Roger Sayle <roger@eyesopen.com>
19543
19544 * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
19545 with *targetm.delegitimize_address.
19546 (rtl_for_decl_location): Likewise.
19547 * dwarfout.c (output_mem_loc_descriptor): Likewise. Include target.h.
19548 * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
19549
19550 * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19551 * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
19552 prototype.
19553 * config/i386/i386.c (ix86_delegitimize_address): Renamed from
19554 i386_simplify_dwarf_addr. Made static. Prototyped.
19555 (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
19556 i386_simplify_dwarf_addr to ix86_delegitimize_address.
19557 (ix86_find_base_term): Likewise.
19558 (maybe_get_pool_constant): Likewise.
19559
19560 * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
19561 * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
19562 prototype.
19563 * config/s390/s390.c (s390_delegitimize_address): Renamed from
19564 s390_simplify_dwarf_addr. Made static. Prototyped.
19565 (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
19566
19567 2003-02-05 Richard Henderson <rth@redhat.com>
19568
19569 PR c/8602
19570 * integrate.c (output_inline_function): Reset input_filename
19571 and lineno from the decl before rest_of_compilation.
19572
19573 2003-02-05 Richard Henderson <rth@redhat.com>
19574
19575 * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19576 (CTZ_DEFINED_VALUE_AT_ZERO): New.
19577 * doc/rtl.texi, doc/tm.texi: Document them.
19578
19579 * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
19580 of the value at zero properly.
19581 * fold-const.c (tree_expr_nonnegative_p): Likewise.
19582 * simplify-rtx.c (simplify_unary_operation): Likewise.
19583
19584 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19585 (CTZ_DEFINED_VALUE_AT_ZERO): New.
19586
19587 * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
19588 (TARGET_EXPAND_BUILTIN): Remove.
19589 (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
19590 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
19591 (enum arm_builtins): Remove.
19592 * config/arm/arm.md (UNSPEC_CLZ): Remove.
19593 (clzsi2): Rename from clz; use clz instead of unspec.
19594 (ctzsi2): New.
19595 * config/arm/arm-protos.h: Update.
19596
19597 2003-02-05 Jan Hubicka <jh@suse.cz>
19598
19599 * i386-protos.h (x86_emit_floatuns): Declare.
19600 * i386.c (x86_emit_floatuns): New global function.
19601 * i386.md (floatunssisf2, floatunsdisf2,
19602 floatunsdidf2): New patterns.
19603
19604 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19605
19606 * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
19607
19608 2003-02-05 Hans Boehm <Hans.Boehm@hp.com>
19609
19610 * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
19611 config/ia64/linux.h
19612
19613 2003-02-05 Roger Sayle <roger@eyesopen.com>
19614
19615 * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
19616
19617 2003-02-05 Jakub Jelinek <jakub@redhat.com>
19618
19619 PR optimization/8555
19620 * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
19621 instead of aborting.
19622
19623 2003-02-04 Richard Henderson <rth@redhat.com>
19624
19625 * config/i386/i386.md (UNSPEC_BSF): Remove.
19626 (ffssi2): Split into cmove and no_cmove insns and splitters;
19627 lose pentium float trick for now.
19628 (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
19629 (ctzsi2, clzsi2, bsr): New.
19630
19631 2003-02-04 Richard Henderson <rth@redhat.com>
19632
19633 * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
19634 UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
19635 * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
19636 (ffsdi2): Use popcount instead of unspec.
19637 (popcountdi2): Rename from *popcnt.
19638 (ctzdi2, clzdi2, getf_exp_tf): New.
19639
19640 2003-02-04 Kazu Hirata <kazu@cs.umass.edu>
19641
19642 * genconfig.c (main): Generate CC0_P.
19643 * rtl.h (CC0_P): Remove.
19644
19645 2003-02-04 Richard Henderson <rth@redhat.com>
19646
19647 * libgcc2.h, libgcc2.c (__ffsSI2): New.
19648 (__ffsDI2): Rename from __ffsdi2.
19649 * mklibgcc.in (lib2funcs): Add _ffssi2.
19650
19651 2003-02-04 Richard Henderson <rth@redhat.com>
19652
19653 * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
19654 rounds with a "bit table" lookup.
19655
19656 2003-02-04 Ulrich Weigand <uweigand@de.ibm.com>
19657
19658 * reload.c (find_reloads): Do not use the mode specified in the insn
19659 pattern as reload mode for address operands. Do not generate optional
19660 reloads for operands where a mandatory reload was already pushed.
19661
19662 2003-02-04 Richard Henderson <rth@redhat.com>
19663
19664 * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
19665 builtins instead of inline assembly.
19666
19667 2003-02-04 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
19668
19669 PR c/9376
19670 * libgcc2.c (__subvdi3): Fix typo.
19671
19672 2003-02-04 Jan Hubicka <jh@suse.cz>
19673
19674 * i386.md (movti_rex64): Fix constraint.
19675
19676 2003-02-04 Jan Hubicka <jh@suse.cz>
19677
19678 * i386.md (vector push splitters): Fix typo in resolving conflict.
19679
19680 2003-02-04 Rodney Brown <rbrown64@csc.com.au>
19681
19682 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
19683
19684 2003-02-04 Phil Edwards <pme@gcc.gnu.org>
19685
19686 * doc/install.texi (*-*-linux-gnu): Mention glibc requirements
19687 for recent libstdc++. Remove formatting cruft.
19688
19689 2003-02-04 Jakub Jelinek <jakub@redhat.com>
19690
19691 * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
19692 attribute even if input file name is absolute, but one of the
19693 includes is relative.
19694
19695 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
19696
19697 * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
19698 doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
19699 * doc/install.texi: Update copyright dates. Update to GFDL 1.2.
19700
19701 2003-02-03 Richard Henderson <rth@redhat.com>
19702
19703 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19704 __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
19705 return type to "int". Shuffle declarations and undef int trap.
19706 * libgcc2.h: Remove their declarations.
19707 * optabs.c (expand_unop): Force outmode to int for bitops.
19708
19709 2003-02-03 Bob Wilson <bob.wilson@acm.org>
19710
19711 * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
19712 coprocessor registers before floating-point registers.
19713 * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
19714 to account for a previously removed register.
19715 (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
19716 Delete unused macros.
19717
19718 2003-02-03 Jan Hubicka <jh@suse.cz>
19719
19720 * i386.c (ix86_expand_store_builtin): Always force op1 to register.
19721 (mov*_internal): Fix predicates; require one of operands to not be
19722 memory.
19723 (SSE?MMX move expanders): Fix predicates; force one of operands to
19724 register.
19725 (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
19726 (movups/movupd/movdqu patterns): Force one of operands to not be
19727 memory.
19728
19729 2003-02-03 Roger Sayle <roger@eyesopen.com>
19730
19731 * hooks.c (hook_rtx_rtx_identity): Generic hook function that
19732 takes a single rtx and returns it unmodified.
19733 * hooks.h (hook_rtx_rtx_identity): Prototype here.
19734 * target.h (struct gcc_target): Add "delegitimize_address"
19735 field to target structure.
19736 * target-def.h (TARGET_DELEGITIMIZE_ADDRESS): Provide default
19737 for delegitimize_address target using hook_rtx_rtx_identity.
19738 (TARGET_INITIALIZER): Initialize delegitimize_address field
19739 using TARGET_DELEGITIMIZE_ADDRESS macro.
19740 * simplify-rtx.c (avoid_constant_pool_reference): Handle float
19741 extensions of constant pool references. Use delegitimize_address
19742 to undo the obfuscation of "-fpic".
19743 * Makefile.in (simplify-rtx.o): Add dependency on target.h.
19744
19745 * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
19746 i386_simplify_dwarf_addr.
19747 (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
19748 (maybe_get_pool_constant): Likewise.
19749
19750 2003-02-03 Jan Hubicka <jh@suse.cz>
19751
19752 * i386.c (ix86_expand_int_movcc): Fix setcc sign bit case.
19753
19754 2003-02-03 Jan Hubicka <jh@suse.cz>
19755
19756 * regclass.c (cannot_change_mode_set_regs): Correct argument order.
19757
19758 2003-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19759
19760 * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't
19761 define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h.
19762
19763 2003-02-02 Andreas Schwab <schwab@suse.de>
19764
19765 * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
19766
19767 2003-02-02 Richard Earnshaw <rearnsha@arm.com>
19768
19769 * arm.md (sibcall_epilogue): Set the "conds" to "clob".
19770 (epilogue_insns): Likewise.
19771
19772 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19773
19774 * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
19775
19776 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19777
19778 * pa-protos.h (attr_length_millicode_call): Remove second argument.
19779 (attr_length_indirect_call, attr_length_indirect_call,
19780 attr_length_save_restore_dltp): New prototypes.
19781 * pa.c (attr_length_millicode_call): Remove second argument. Check
19782 INSN_ADDRESSES_SET_P in distance calculation.
19783 (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
19784 INSN_ADDRESSES.
19785 (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
19786 (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
19787 Call attr_length_call directly.
19788 (attr_length_indirect_call, output_indirect_call,
19789 attr_length_save_restore_dltp): New functions.
19790 * pa.md (attr_length_millicode_call): Drop second argument from all
19791 patterns.
19792 (return_internal_pic): Delete.
19793 (return_external_pic): Remove use of PIC register and pic operand and
19794 flag checks.
19795 (epilogue): Use return_internal for both normal and pic code.
19796 (call, call_value): Emit new 32-bit pic patterns for symref and
19797 indirect calls. Remove uses for arg pointer and pic register.
19798 (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
19799 call_reg_pic_post_reload, call_val_symref_pic,
19800 call_val_symref_pic_post_reload, call_val_reg_pic,
19801 call_val_reg_pic_post_reload): New pre and post reload insn patterns.
19802 Implement define_split and define_peephole2 patterns for pre reload
19803 patterns.
19804 (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
19805 call_value_internal_reg_64bit): Shorten names.
19806 (all call patterns): Explicitly indicate registers used and clobbered.
19807 Use attr_length_indirect_call and attr_length_save_restore_dltp for
19808 attribute length calculation. Move code generation for indirect calls
19809 to output_indirect_call.
19810 (sibcall, sibcall_value): Don't restore PIC register.
19811 (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
19812 register retore.
19813
19814 2003-02-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19815
19816 * doc/install.texi (Testing): Simplify and compress instructions
19817 concerning Dejagnu.
19818
19819 2003-02-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19820
19821 * collect2.c (pexecute_pid): Rename to pid.
19822 (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
19823 pid.
19824
19825 2003-02-01 Geoffrey Keating <geoffk@apple.com>
19826
19827 * doc/extend.texi (Function Attributes): Remove documentation
19828 for PowerPC Windows NT function attributes..
19829
19830 2003-02-01 Daniel Jacobowitz <drow@mvista.com>
19831
19832 * dwarf2out.c (gen_type_die): Check for typedefs before calling
19833 for TYPE_MAIN_VARIANT.
19834
19835 2003-02-01 Richard Henderson <rth@redhat.com>
19836
19837 * libgcc2.c: Include auto-host.h.
19838 (ATTRIBUTE_HIDDEN): New.
19839 (__clz_tab): Don't declare here for clz and ctz.
19840 (__clzsi2, __clzdi2): Use count_leading_zeros.
19841 (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
19842 (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
19843 (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
19844 * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
19845
19846 2003-02-01 Richard Henderson <rth@redhat.com>
19847
19848 * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
19849 to the conditional.
19850 (ashlsi3_1_zext splitter): Likewise.
19851
19852 2003-02-01 Richard Henderson <rth@redhat.com>
19853
19854 * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
19855 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19856 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
19857 return type to Wtype.
19858
19859 * libgcc-std.ver (GCC_3.4): Fix inheritance.
19860
19861 * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
19862 expander input constraint.
19863
19864 2003-02-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
19865
19866 * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
19867 OTI_parity.
19868 (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
19869 * optabs.c (widen_clz, expand_parity): New.
19870 (expand_unop): Handle clz and parity. Hardcode SImode as outmode
19871 for libcalls to clz, ctz, popcount, and parity.
19872 (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
19873 parity_optab, and set up libfunc handlers.
19874 * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
19875 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
19876 __popcount_tab): New.
19877 * libgcc2.h: Declare them.
19878 * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
19879 * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
19880 and parity_optab.
19881 * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
19882 * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
19883 BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
19884 BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
19885 BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
19886 BUILT_IN_PARITYLL): New.
19887 * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
19888 and add optab argument.
19889 (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
19890 * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
19891 * expr.c (expand_expr): Handle them.
19892 * fold-const.c (tree_expr_nonnegative_p): Likewise.
19893 * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
19894 * reload1.c (eliminate_regs): Handle them.
19895 (elimination_effects): Likewise.
19896 * function.c (instantiate_virtual_regs_1): Likewise
19897 * genattrtab.c (check_attr_value): Likewise.
19898 * simplify-rtx.c (simplify_unary_operation): Likewise.
19899 * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
19900 * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
19901 (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
19902 * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
19903 * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
19904 __builtin_arm_clz.
19905 * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
19906 * mklibgcc.in (lib2funcs): ...here and merge. Add new members.
19907 * doc/extend.texi (Other Builtins): Add new builtins.
19908 * doc/md.texi (Standard Names): Add new patterns.
19909
19910 2003-02-01 Ulrich Weigand <uweigand@de.ibm.com>
19911
19912 * reload.c: Revert 2003-01-31 change.
19913
19914 2003-02-01 Jan Hubicka <jh@suse.cz>
19915
19916 * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.
19917
19918 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
19919
19920 * flags.h (flag_volatile): Remove declaration.
19921 (flag_volatile_global, flag_volatile_static): Likewise.
19922 * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
19923 * toplev.c (flag_volatile): Remove definition.
19924 (flag_volatile_global, flag_volatile_static): Likewise.
19925 (f_options): Remove corresponding entries here.
19926 * varasm.c (make_decl_rtl): Don't check flag_volatile_global
19927 or flag_volatile_static.
19928 * doc/invoke.texi: Remove documentation of -fvolatile,
19929 -fvolatile-global and -fvolatile-static.
19930
19931 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19932
19933 * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
19934 updating of total_code_bytes from prologue to epilogue.
19935
19936 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
19937
19938 * reload.c (find_reloads): Do not use the mode specified in the insn
19939 pattern as reload mode for address operands. Do not generate optional
19940 reloads for operands where a mandatory reload was already pushed.
19941 Generate optional reloads only in the final pass though find_reloads.
19942 (have_replacement_p): New function.
19943
19944 2003-01-31 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19945
19946 * doc/install.texi (Testing): Remove a reference to our obsolete
19947 /testresults web pages and strip redundant information concerning
19948 test results.
19949 (Binaries): Refer to Microsoft Windows instead of listing all
19950 possible variants.
19951
19952 2003-02-01 Jan Hubicka <jh@suse.cz>
19953
19954 * loop.c (emit_prefetch_instructions): Do conversion at right place in
19955 RTL chain.
19956
19957 * combine.c (simplify_set): Reverse order of ragumetns to
19958 REG_CANNOT_CHANGE_MODE_P
19959 * df.c (df_def_record_1): Likewise.
19960 * recog.c (register_operand): Likewise.
19961 * simplify-rtx.c (simplify_subreg): Likewise.
19962 * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
19963 CANNOT_CHANGE_MODE_CLASS.
19964 * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
19965 Likewise.
19966 * reload.c (push_reload): Likewise.
19967 * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19968 * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19969 * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19970 * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
19971 * mips.c (mips_cannot_change_mode_class): Update.
19972 * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19973 * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19974 * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19975 * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19976 * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
19977 * sh.c (sh_cannot_change_mode_class): Update.
19978 * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
19979 * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
19980
19981 2003-01-31 Geoffrey Keating <geoffk@apple.com>
19982
19983 * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
19984 change to LINK_COMMAND_SPEC in gcc.c.
19985
19986 2003-01-31 Jan Hubicka <jh@suse.cz>
19987
19988 PR c/9506
19989 * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
19990
19991 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19992
19993 * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
19994 duplicated code.
19995
19996 2003-01-31 Nathan Sidwell <nathan@codesourcery.com>
19997
19998 * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
19999 (BINFO_ELTS): New #define.
20000 * stor-layout.c (finalize_record_size): Don't set them.
20001 * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
20002 BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
20003 (BINFO_LANG_ELTS): New #define.
20004 * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
20005 * java/class.c (make_class): Use BINFO_ELTS.
20006 (set_super_info): Likewse.
20007 (add_interface_do): Likewise.
20008 * objc/objc-act.c (start_class): Use BINFO_ELTS.
20009
20010 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
20011
20012 * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
20013 (times): Don't ever declare if not HAVE_TIMES.
20014 (clock): Don't ever declare if not HAVE_CLOCK.
20015
20016 2003-01-30 Richard Henderson <rth@redhat.com>
20017
20018 * flow.c (update_life_info): Zap life info after cleanup_cfg.
20019 (regno_uninitialized): Use correct live at function entry set.
20020 (regno_clobbered_at_setjmp): Likewise.
20021
20022 * expr.c (store_expr): Promote all MEM intermediates to regs.
20023
20024 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20025
20026 * config/arm/arm.c: Fix comment typos.
20027 * config/arm/arm.h: Likewise.
20028 * config/arm/netbsd-elf.h: Likewise.
20029 * config/arm/netbsd.h: Likewise.
20030
20031 2003-01-30 Geoffrey Keating <geoffk@apple.com>
20032
20033 * gengtype.c (struct walk_type_data): Add needs_cast_p.
20034 (walk_type): Set needs_cast_p in walk_type_data.
20035 (write_types_process_field): Supply casts when required to suppress
20036 warnings.
20037 (write_root): Cast gt_pch_n_S to suppress warning.
20038 * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
20039 * config/rs6000/rs6000.c (print_operand): Mask off high bits only
20040 when they might exist.
20041 * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
20042 insn-conditions.o, and rs6000.o.
20043
20044 2003-01-30 Richard Henderson <rth@redhat.com>
20045
20046 * ggc-page.c (G.context_depth_allocations): New.
20047 (G.context_depth_collections): New.
20048 (alloc_page): Set G.context_depth_allocations.
20049 (ggc_collect): Set G.context_depth_collections.
20050 (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
20051 (ggc_pop_context): Early exit for no allocations or collections.
20052
20053 2003-01-30 Richard Henderson <rth@redhat.com>
20054
20055 * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
20056
20057 2003-01-30 Richard Earnshaw <rearnsha@arm.com>
20058
20059 * arm.c (arm_compute_initial_elimination_offset): If optimizing for
20060 size, the link register is always saved if any other register is
20061 saved.
20062
20063 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20064
20065 * config/h8300/h8300-protos.h: Update the prototype for
20066 compute_plussi_cc.
20067 (cpp_reader): Declare before it is used.
20068 * config/h8300/h8300.c (compute_plussi_cc): Change the return
20069 type to int.
20070 * config/h8300/h8300.md (monitor_prologue): Call abort() if we
20071 see an unknown H8 variant.
20072
20073 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20074
20075 PR target/9316
20076 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
20077 * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
20078 * config/rs6000/t-rtems: New file. multilib variants to match OS.
20079 * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
20080 rs6000/t-ppcgas so we get the desired multilibs.
20081
20082 2003-01-30 Nick Clifton <nickc@redhat.com>
20083
20084 * config/arm/arm.c (arm_output_epilogue): Update stack pointer
20085 when popping saved IP register off the stack.
20086
20087 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20088
20089 * config/rs6000/aix43.h: Fix comment typos.
20090 * config/rs6000/aix51.h: Likewise.
20091 * config/rs6000/aix52.h: Likewise.
20092 * config/rs6000/altivec.h: Likewise.
20093 * config/rs6000/rs6000.c: Likewise.
20094 * config/rs6000/rs6000.h: Likewise.
20095 * config/rs6000/rs6000.md: Likewise.
20096 * config/rs6000/spe.md: Likewise.
20097
20098 2003-01-29 Mark Mitchell <mark@codesourcery.com>
20099
20100 * c-common.c (builtin_define_float_constants): Define
20101 __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
20102
20103 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
20104
20105 * config/sh/lib1funcs.asm: Fix comment typos.
20106 * config/sh/linux.h: Likewise.
20107 * config/sh/sh.c: Likewise.
20108 * config/sh/sh.md: Likewise.
20109
20110 2003-01-30 Loren James Rittle <ljrittle@acm.org>
20111
20112 * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
20113
20114 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
20115
20116 * config/fp-bit.h (__make_dp): Declare if TMODES.
20117
20118 2003-01-29 Kazu Hirata <kazu@cs.umass.edu>
20119
20120 * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
20121 general_operand_src and general_operand_dst.
20122
20123 2003-01-29 David Edelsohn <edelsohn@gnu.org>
20124
20125 * config/rs6000/rs6000.c (function_arg_pass_by_reference):
20126 Return true for variable sized types.
20127 (rs6000_va_arg): Handle variable sized types passed by reference
20128 on non-SVR4 ABI.
20129
20130 2003-01-29 Richard Earnshaw <rearnsha@arm.com>
20131
20132 * arm.c (arm_legtimize_address): New function.
20133 * arm-protos.h (arm_legtimize_address): Add prototype.
20134 * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
20135 (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
20136 do ... while (0)
20137
20138 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20139
20140 PR bootstrap/9296
20141 * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
20142 depended on it being defined until now.
20143
20144 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20145
20146 PR target/9295
20147 * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
20148 RTEMS code knows which C++ initialization style the toolset
20149 configuration is using.
20150
20151 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20152
20153 PR bootstrap/9293
20154 * config/m68k/t-crtstuff: Replace spaces with tabs, add
20155 $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
20156
20157 2003-01-29 Joel Sherrill <joel@OARcorp.com>
20158
20159 PR bootstrap/9292
20160 * config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
20161 RTEMS threads.
20162 * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
20163
20164 2003-01-29 Nick Clifton <nickc@redhat.com>
20165
20166 * Makefile.in (c-parse.o): Locate source file in $(parsedir)
20167 not $(srcdir).
20168
20169 2003-01-29 Andrew Haley <aph@redhat.com>
20170
20171 * tree-inline.c (walk_tree): Add CHAR_TYPE.
20172
20173 2003-01-29 Jan Hubicka <jh@suse.cz>
20174
20175 * i386.md (subdi3_carry_rex64): Fix typo.
20176
20177 2003-01-28 Stan Shebs <shebs@apple.com>
20178
20179 * coretypes.h (cpp_reader): Forward declare struct.
20180 * c-pragma.h (cpp_reader): Remove forward declaration.
20181 * hashtable.h (cpp_reader): Likewise.
20182 * scan.h (cpp_reader): Likewise.
20183 * tree.h (cpp_reader): Likewise.
20184 * config/darwin-protos.h (cpp_reader): Likewise.
20185 * config/arm/arm-protos.h (cpp_reader): Likewise.
20186 * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
20187 struct cpp_reader in prototypes.
20188
20189 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
20190
20191 * doc/install.texi: Add documentation for installation into
20192 tooldirs and with DESTDIR.
20193
20194 2003-01-28 Richard Henderson <rth@redhat.com>
20195
20196 * config.gcc (ia64*-*-aix*): Remove.
20197 * config/ia64/aix.h, config/ia64/t-aix: Remove file.
20198 * config/ia64/unwind-aix.c: Remove file.
20199
20200 2003-01-28 Andreas Schwab <schwab@suse.de>
20201
20202 * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
20203 register.
20204 * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
20205 * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
20206 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
20207 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
20208 * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
20209 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
20210 * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
20211
20212 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
20213
20214 * combine.c (nonzero_bits): Fix check for negative divide operands.
20215
20216 2003-01-28 Richard Henderson <rth@redhat.com>
20217
20218 * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
20219 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
20220
20221 2003-01-28 Richard Henderson <rth@redhat.com>
20222
20223 * cse.c (find_best_addr): Kill !ADDRESS_COST code.
20224
20225 * config/cris/cris.c (cris_address_cost): Make static.
20226 (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
20227 * config/cris/cris.h (ADDRESS_COST): Remove.
20228 * config/cris/cris-protos.h: Update.
20229
20230 2003-01-23 Mike Stump <mrs@apple.com>
20231
20232 * regclass.c (init_reg_autoinc): New function.
20233 (regclass): Move initialization of forbidden_inc_dec_class from
20234 here...
20235 (init_regs): to here. Avoids reinitialization for each function,
20236 saving compilation time.
20237
20238 2003-01-28 Jason Merrill <jason@redhat.com>
20239
20240 * cpplib.h (struct cpp_options): Add warn_deprecated field.
20241 * cppinit.c (cpp_create_reader): Turn it on by default.
20242 * c-opts.c (c_common_decode_option): Set it.
20243 * cpplib.c (do_pragma_once): Only complain about #pragma once
20244 if warn_deprecated is set.
20245
20246 2003-01-28 Dale Johannesen <dalej@apple.com>
20247
20248 * emit-rtl.c (const_double_htab_hash): Use mode in the hash.
20249 * loop.c (scan_loop): Move movables on -Os rich-register targets.
20250 * config/rs6000/rs6000.md (sibcall*): Use match_operand for LR.
20251
20252 2003-01-28 Richard Henderson <rth@redhat.com>
20253
20254 * target.h (targetm.address_cost): New.
20255 * target-def.h (TARGET_ADDRESS_COST): New.
20256 (TARGET_RTX_COSTS): Uncomment. Oops.
20257 * cse.c (address_cost): Use new target hook.
20258 (default_address_cost): New.
20259 * output.h (default_address_cost): Declare.
20260 * hooks.c (hook_int_rtx_0): New.
20261 * hooks.h (hook_int_rtx_0): Declare.
20262 * loop.c (combine_givs_p): Remove if 0 code.
20263 * system.h (ADDRESS_COST): Poison.
20264
20265 * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
20266 config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
20267 config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
20268 config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
20269 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
20270 config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
20271 config/xtensa/xtensa.c, config/xtensa/xtensa.h
20272 (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
20273 (ADDRESS_COST): Remove.
20274
20275 * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
20276 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
20277 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
20278 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
20279 config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
20280 config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
20281 config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
20282 config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
20283 config/mips/mips.c, config/mips/mips.h,
20284 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
20285 config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
20286 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
20287 config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
20288 config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
20289 config/vax/vax.c, config/vax/vax.h
20290 (foo_address_cost): Make static.
20291 (TARGET_ADDRESS_COST): New.
20292 (ADDRESS_COST): Remove.
20293
20294 * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
20295 config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
20296 config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
20297 config/stormy16/stormy16.h
20298 (ADDRESS_COST): Move code ...
20299 (foo_address_cost): ... here.
20300 (TARGET_ADDRESS_COST): New.
20301
20302 * config/m32r/m32r.c (m32r_address_cost): Remove.
20303 * config/m32r/m32r-protos.h: Update.
20304
20305 * config/mmix/mmix.c (mmix_address_cost): Remove.
20306 * config/mmix/mmix-protos.h: Update.
20307
20308 * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
20309 mn10300_address_cost; move unsig allocation ...
20310 (mn10300_address_cost): ... here.
20311 (TARGET_ADDRESS_COST): New.
20312 * config/mn10300/mn10300-protos.h: Update.
20313 * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
20314
20315 * doc/tm.texi: Update.
20316
20317 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
20318
20319 * haifa-sched.c (schedule_insn): Return necessary cycle advance
20320 after issuing the insn.
20321 (rank_for_schedule): Make a insn with /S the highest priority
20322 insn.
20323 (move_insn): Ignore schedule groups. Clear SCHED_GROUP_P.
20324 (choose_ready): Check SCHED_GROUP_P.
20325 (schedule_block): Advance cycle after issuing insn if it is
20326 necessary. Don't reorder insns if there is an insn with /S.
20327 (set_priorities): Ignore schedule groups.
20328
20329 * sched-deps.c (remove_dependence, group_leader): Remove the
20330 functions.
20331 (add_dependence): Ignore schedule groups.
20332 (set_sched_group_p): Don't make copy of dependencies from previous
20333 insn of the schedule group. Add anti-dependency to the previous
20334 insn of the schedule group.
20335 (compute_forward_dependences): Ignore schedule groups.
20336
20337 * sched-ebb.c (init_ready_list): Ignore schedule groups.
20338
20339 * sched-rgn.c (init_ready_list): Ditto.
20340 (can_schedule_ready_p): Ditto.
20341
20342 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
20343
20344 * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
20345 register to another one.
20346
20347 2003-01-28 Richard Henderson <rth@redhat.com>
20348
20349 * calls.c (default_must_pass_in_stack): Fix typo in !type case.
20350
20351 2003-01-28 Roger Sayle <roger@eyesopen.com>
20352
20353 * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
20354
20355 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
20356
20357 * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
20358 class contains a floating-point register, return the size of the
20359 mode in half words.
20360
20361 2003-01-28 Jan Hubicka <jh@suse.cz>
20362
20363 * i386.c (ix86_carry_flag_operator): New predicate.
20364 (fcmov_operator): Fix whitespace.
20365 (ix86_expand_carry_flag_compare): Deal with floating point.
20366 (ix86_expand_int_movcc): Deal with fp; update insn expansion
20367 (ix86_expand_int_addcc): Likewise.
20368 (ix86_expand_strlensi_unroll_1): likewsie.
20369 * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
20370 * i386.md (add?i_carry_rex64): Use new predicate.
20371 (sub?i3_carry_rex64): Likewise.
20372 (x86_mov?icc_0_m1*): Likewise.
20373
20374 2003-01-28 Andreas Schwab <schwab@suse.de>
20375
20376 * cfgloopmanip.c (create_preheader): Initialize src to avoid
20377 warning.
20378
20379 * expmed.c (emit_store_flag): Fix cast to avoid sign
20380 comparison warning.
20381
20382 * combine.c (force_to_mode): Add cast to fix warning when
20383 STORE_FLAG_VALUE is negative.
20384
20385 2003-01-27 Richard Henderson <rth@redhat.com>
20386
20387 * Makefile.in (cse.o): Depend on TARGET_H.
20388 * cse.c (rtx_cost): Use targetm.rtx_costs.
20389 * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
20390 * doc/tm.texi: Update.
20391
20392 * target.h (targetm.rtx_costs): New.
20393 * target-def.h (TARGET_RTX_COSTS): New.
20394 * hooks.c (hook_bool_rtx_int_int_intp_false): New.
20395 * hooks.h: Update.
20396
20397 * config/alpha/alpha.c (alpha_rtx_cost_data): New.
20398 (alpha_rtx_costs, TARGET_RTX_COSTS): New.
20399 * config/alpha/alpha.h (PROCESSOR_MAX): New.
20400 (CONST_COSTS, RTX_COSTS): Remove.
20401
20402 * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
20403 config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
20404 config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
20405 config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
20406 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
20407 config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
20408 config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
20409 config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
20410 config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
20411 config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
20412 config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
20413 config/mn10200/mn10200.h, config/mn10300/mn10300.c,
20414 config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
20415 config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
20416 config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
20417 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
20418 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
20419 config/stormy16/stormy16.c, config/stormy16/stormy16.h,
20420 config/v850/v850.c, config/v850/v850.h,
20421 config/xtensa/xtensa.c, config/xtensa/xtensa.h
20422 (CONST_COSTS, RTX_COSTS): Move code ...
20423 (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
20424
20425 * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
20426 (arm_rtx_costs, TARGET_RTX_COSTS): New.
20427 * config/arm/arm-protos.h: Update.
20428 * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
20429
20430 * config/avr/avr.h (CONST_COSTS): Move code ...
20431 * config/avr/avr.c (avr_rtx_costs): ... here.
20432 (default_rtx_costs): Make static.
20433 * config/avr/avr-protos.h: Update.
20434
20435 * config/h8300/h8300.c (const_costs): Make static.
20436 (h8300_and_costs, h8300_shift_costs): Likewise.
20437 * config/h8300/h8300-protos.h: Update.
20438
20439 * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
20440 (CONST_COSTS): Move code ...
20441 * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here. Rename from
20442 default_rtx_costs; update for signature change.
20443 * config/ip2k/ip2k-protos.h: Update.
20444
20445 * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
20446 (CONST_COSTS): Move code ...
20447 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
20448 (TARGET_RTX_COSTS): New.
20449 (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
20450 * config/m68hc11/m68hc11-protos.h: Update.
20451
20452 * config/m68k/m68k.c (const_int_cost): Make static.
20453 * config/m68k/m68k-protos.h: Update.
20454
20455 * config/mcore/mcore.c (mcore_const_costs): Make static.
20456 (mcore_and_cost, mcore_ior_cost): Likewise.
20457 * config/mcore/mcore-protos.h: Update.
20458
20459 * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
20460 (mmix_rtx_cost_recalculated): Remove.
20461 * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
20462 * config/mmix/mmix-protos.h: Update.
20463
20464 * config/sh/sh.c (shiftcosts): Make static.
20465 (addsubcosts, andcosts, multcosts): Likewise.
20466 * config/sh/sh-protos.h: Update.
20467
20468 * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
20469 (sparc_rtx_costs): Make static; update for change in signature.
20470 * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
20471 * config/sparc/sparc-protos.h: Update.
20472
20473 * config/v850/v850.c (const_costs): Make static.
20474 * config/v850/v850-protos.h: Update.
20475
20476 * config/vax/vax.h (RTX_COSTS): Remove.
20477 (CONST_COSTS): Move code ...
20478 * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
20479 from vax_rtx_cost.
20480 (vax_rtx_costs, TARGET_RTX_COSTS): New.
20481
20482 2003-01-27 Richard Henderson <rth@redhat.com>
20483
20484 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
20485 * config/vax/vax-protos.h: Update. Really.
20486
20487 2003-01-28 Alexandre Oliva <aoliva@redhat.com>
20488
20489 * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
20490 (UNITS_PER_FPVALUE): Defined as the width of a long double, or
20491 zero if no hardware floating point.
20492 (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
20493 (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
20494 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
20495 (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
20496 (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
20497 * config/mips/mips.c (mips_arg_info): Pass TFmode values in
20498 even FP registers on N32 and N64.
20499 (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
20500 (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
20501 (mips_va_arg): Use UNITS_PER_HWFPVALUE. Impose additional
20502 even-register-like alignment to 128-bit arguments.
20503 (save_restore_insns): Use UNITS_PER_HWFPVALUE.
20504 (mips_function_value): Likewise. Return TFmode in $f0 and $f2
20505 on N32 or N64.
20506 * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
20507 * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
20508 (TPBIT): Set to tp-bit.c.
20509 (tp-bit.c): Create out of fp-bit.c.
20510
20511 2003-01-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
20512
20513 * c-parse.in: Remove '%expect 32' directive in objc mode.
20514
20515 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
20516
20517 * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
20518 (LIBGCOV): New variable.
20519 (libgcc.mk): Add LIBGCOV.
20520 (LIBGCC_DEPS): Add libgcov.c.
20521 (libgcov.a): New target.
20522 (clean): Remove libgcov.a.
20523 (install-libgcc): Do libgcov too.
20524 (stage1-start, stage2-start, stage3-start, stage4-start): Deal
20525 with libgcov.a.
20526 * libgcc2.c (L_gcov): Move into ...
20527 * libgcov.c: ... here. New file.
20528 * mklibgcc.in: Add libgcov rules.
20529 * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
20530
20531 * doc/invoke.texi (profile-arcs, test-coverage): Update and
20532 clarify.
20533
20534 * profile.c (index_counts_file): Remove duplicate check for open file.
20535
20536 2003-01-27 Jerry Quinn <jlquinn@optonline.net>
20537
20538 * gcc/doc/invoke.texi (Optimization Options): Group together
20539 optional and experimental flags. Move trapv and bounds-check
20540 out of this section. Group floating point flags together.
20541 (Code Gen Options): Move trapv and bounds-check to here.
20542
20543 2003-01-27 Josef Zlomek <zlomekj@suse.cz>
20544
20545 * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
20546
20547 2003-01-27 Richard Earnshaw <rearnsha@arm.com>
20548
20549 PR optimization/9090
20550 * function.c (purge_addressof_1): After pushing an addressed register
20551 onto the stack, simplify the result.
20552
20553 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
20554
20555 * doc/extend.texi: Fix typo.
20556
20557 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
20558
20559 * doc/cppopts.texi: Fix typo.
20560 * doc/objc.texi: Likewise.
20561 * doc/passes.texi: Likewise.
20562
20563 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
20564
20565 * real.c (ibm_extended_format): Add 53 to minimum exponent.
20566 (encode_ibm_extended): Adjust.
20567
20568 2003-01-26 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
20569
20570 * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
20571 timevar_id enumerations.
20572
20573 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20574
20575 * combine.c: Fix formatting.
20576
20577 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20578
20579 * doc/gccint.texi: Update the copyright.
20580
20581 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20582
20583 * doc/cpp.texi: Fix typos.
20584 * doc/extend.texi: Likewise.
20585 * doc/gty.texi: Likewise.
20586 * doc/install.texi: Likewise.
20587 * doc/passes.texi: Likewise.
20588 * doc/rtl.texi: Likewise.
20589 * doc/tm.texi: Likewise.
20590
20591 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20592
20593 * config/ia64/fde-glibc.c: Fix comment typos.
20594 * config/ia64/hpux.h: Likewise.
20595 * config/ia64/ia64.c: Likewise.
20596 * config/ia64/ia64.h: Likewise.
20597 * config/ia64/unwind-ia64.c: Likewise.
20598
20599 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
20600
20601 * config/i386/i386-modes.def: Fix comment typos.
20602 * config/i386/i386.c: Likewise.
20603 * config/i386/i386.md: Likewise.
20604
20605 2003-01-26 Steven Bosscher <s.bosscher@student.tudelft.nl>
20606
20607 * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
20608 config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
20609 ASM_FINISH_DECLARE_OBJECT before defining it.
20610 * toplev.c (rest_of_decl_compilation): Don't define
20611 ASM_FINISH_DECLARE_OBJECT. Only use it if it is defined.
20612 (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
20613 parameters for DWARF2 targets because they _are_ used.
20614
20615 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
20616
20617 * fp-bit.h: Define macros for TFmode floating-point constants
20618 in IBM-extended TFmode types.
20619 (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
20620 widths.
20621 * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
20622 TFmode type.
20623
20624 * config/fp-bit.h: Define macros for TFmode floating-point
20625 constants in IEEE quad TFmode type. Declare functions according
20626 to L_ macros.
20627 (TMODES): Define if __LDBL_MANT_DIG__ is 113.
20628 (TFtype, TItype, UTItype): Define if TMODES is defined.
20629 (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
20630 (F_T_BITOFF, D_T_BITOFF): Define.
20631 (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
20632 guaranteed to be wide enough.
20633 * config/fp-bit.c: Check for L_ macros for tf functions.
20634 (__thenan_tf): New.
20635 (nan): Adjust.
20636 (pack_d, unpack_d): Support IEEE 854 quad type.
20637 (_fpmul_parts): Support TFmode. Compute exponent adjustment
20638 from FRAC_NBITS, FRAC_BITS and NGARDS.
20639 (usi_to_float): Cast constants to be shifted to fractype
20640 instead of assuming long long is wide enough.
20641 (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
20642
20643 2003-01-26 Andreas Jaeger <aj@suse.de>
20644
20645 * df.c: Remove prototype of unused function df_regno_rtl_debug.
20646
20647 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
20648
20649 * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
20650 (DBBIT_FUNCS): Added _df_to_tf.
20651 (TPBIT_FUNCS): New.
20652 (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
20653 (LIBGCC_DEPS): Added TPBIT.
20654 * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
20655
20656 * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
20657 been able to move the result to target.
20658
20659 * expr.c (emit_group_store): Initialize dst with CONST0_RTX
20660 for the appropriate mode.
20661
20662 * calls.c (emit_library_call_value_1): Handle return values
20663 in a PARALLEL.
20664
20665 * rtl.c (get_mode_alignment): Moved to...
20666 * stor-layout.c: ... here.
20667
20668 * print-rtl.c (print_rtx): Don't print MEM details in
20669 GENERATOR_FILEs.
20670
20671 2003-01-26 Michael Hayes <mph@paradise.net.nz>
20672
20673 * df.h: Update comments, tidy formatting.
20674 (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
20675 REVERSE, UNION, INTERSECTION. All uses updated.
20676 (OLD_DF_INTERFACE): Remove.
20677 (struct insn_info): Remove commented out insn field.
20678 * df.c: Update comments, tidy formatting.
20679 (df_def_table_realloc): Remove.
20680
20681
20682 2003-01-26 Alan Modra <amodra@bigpond.net.au>
20683
20684 * calls.c (save_fixed_argument_area): Tidy.
20685 (restore_fixed_argument_area): Tidy. Set alignment of stack_area.
20686 (expand_call): Comment typo fixes. Don't init low_to_save. Start
20687 call chain loop at 1 if !try_tail_call. Formatting.
20688 (emit_library_call_value_1): Don't init low_to_save or high_to_save.
20689 Use save_fixed_argument_area and restore_fixed_argument_area.
20690
20691 2003-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20692
20693 * df.c (df_uses_record): Handle CC0.
20694
20695 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
20696
20697 * reload.c (maybe_memory_address_p): New function.
20698 (find_reloads_address): Use it instead of memory_address_p.
20699
20700 2003-01-25 Kaz Kojima <kkojima@gcc.gnu.org>
20701
20702 * final.c (shorten_branches): Align the address of code label
20703 when computing initial lengths and addresses.
20704
20705 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
20706
20707 * config/m68hc11/m68hc11.md: Fix a comment typo.
20708
20709 2003-01-25 Andreas Jaeger <aj@suse.de>
20710
20711 * config/i386/i386.c (x86_output_mi_thunk): Correct test for
20712 TARGET_MACHO.
20713
20714 2003-01-25 Roger Sayle <roger@eyesopen.com>
20715
20716 * gcse.c (bypass_last_basic_block): New global variable.
20717 (bypass_block): Use redirect_edge_and_branch_force to redirect
20718 fall-through edges. Use bypass_last_basic_block to determine
20719 which blocks have valid PRE information.
20720 (bypass_conditional_jumps): Initialize bypass_last_basic_block.
20721
20722 2003-01-25 Jan Hubicka <jh@suse.cz>
20723
20724 * gcse.c (local_cprop_pass): Update reg_sets table when needed.
20725
20726 2003-01-25 Jan Hubicka <jh@suse.cz>
20727 Eric Botcazou <ebotcazou@libertysurf.fr>
20728 PR opt/8492
20729 * gcse.c (one_cprop_pass): Delete unreachable blocks.
20730
20731 2003-01-25 Richard Henderson <rth@redhat.com>
20732
20733 * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
20734 from ia64_aix_select_rtx_section.
20735 (ia64_rwreloc_select_section): Simlarly; use default*_1 function
20736 instead of saving and restoring flag_pic.
20737 (ia64_rwreloc_unique_section): Similarly.
20738 * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
20739 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
20740 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
20741 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
20742
20743 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
20744
20745 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
20746 comment.
20747
20748 2003-01-25 Richard Henderson <rth@redhat.com>
20749
20750 * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
20751
20752 2003-01-25 Kelley Cook <kelleycook@comcast.net>
20753
20754 * ggc-simple.c (debug_ggc_tree): Add PTR cast.
20755
20756 2003-01-25 Segher Boessenkool <segher@koffie.nl>
20757
20758 * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
20759 type for bitmaps. Use unsigned long.
20760 (nBITMAP_WORD_BITS): New macro.
20761 (BITMAP_WORD_BITS): New macro.
20762 (rest of file): Use it.
20763 * bitmap.c: Use it.
20764
20765 2003-01-25 Richard Henderson <rth@redhat.com>
20766
20767 2002-02-19 Robert Lipe <robertlipe@usa.net>
20768 * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
20769
20770 2003-01-25 Roger Sayle <roger@eyesopen.com>
20771
20772 * builtins.c (purge_builtin_constant_p): Scan insn stream
20773 sequentially rather than by basic block.
20774 * function.c (purge_addressof): Simplify test with INSN_P.
20775
20776 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
20777
20778 * combine.c (simplify_comparison, case AND): Remove a redundant test.
20779
20780 2003-01-25 Roger Sayle <roger@eyesopen.com>
20781
20782 * function.h (struct function): New field calls_constant_p.
20783 (current_function_calls_constant_p): New macro for above.
20784 * function.c (prepare_function_start): Initialize calls_eh_return
20785 and calls_constant_p.
20786 * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
20787 * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
20788 when the current_function_calls_constant_p.
20789 * integrate.c (expand_inline_function): Set calls_constant_p if
20790 the function being inlined has calls_constant_p set.
20791
20792 2003-01-25 Roger Sayle <roger@eyesopen.com>
20793
20794 * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
20795 optimizing, even if flag_gcse is true.
20796 * toplev.c (rest_of_compilation): purge_builtin_constant_p
20797 only needs to be called when "optimize > 0 && flag_gcse".
20798
20799 2003-01-25 Roger Sayle <roger@eyesopen.com>
20800
20801 * stmt.c (emit_case_bit_tests): New routine to implement suitable
20802 switch statements using the equivalent of "if ((1<<x) & cst) ... ".
20803 (case_bit_test_cmp): New comparison function for "qsort" to order
20804 case_bit_tests by decreasing number of destination nodes.
20805 (lshift_cheap_p): New function to determine if "1 << x" is cheap.
20806 (expand_end_case_type): Use emit_case_bit_tests to implement
20807 suitable switch statments.
20808 (CASE_USE_BIT_TESTS): New target macro to disable the above.
20809 * Makefile.in (stmt.o): Add dependency on optab.h.
20810 * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
20811
20812 2003-01-23 Andreas Schwab <schwab@suse.de>
20813
20814 * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
20815 __do_global_ctors_aux hidden global and don't put it in
20816 .init_array.
20817 * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
20818 instead so that it comes first.
20819
20820 2003-01-25 Jan Hubicka <jh@suse.cz>
20821
20822 * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD,
20823 subreg is read/modify.
20824
20825 2003-01-25 Jan Hubicka <jh@suse.cz>
20826
20827 * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
20828 do libcall for large blocks.
20829 * i386.md (comi patterns): Set type to ssecomi.
20830 (sse2_unpck?pd): Fix mode of vec_select.
20831
20832 * cse.c: Include except.h
20833 (cse_set_around_loop): Do not create new basic blocks.
20834 * Makefile.in (cse.o): Add dependnecy on except.h
20835
20836 2003-01-25 Jan Hubicka <jh@suse.cz>
20837
20838 * builtins.c (fold_trunc_transparent_mathfn): New function.
20839 (fold_builtin): Use it.
20840 * convert.c (convert_to_real): Re-enable code to convert
20841 math functions; add support for floor familly functions.
20842
20843 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
20844
20845 * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
20846 dependencies on coretypes.h and $(TM_H).
20847
20848 2003-01-25 Jan Hubicka <jh@suse.cz>
20849
20850 * builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
20851
20852 2003-01-24 Stuart Hastings <stuart@apple.com>
20853
20854 * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
20855
20856 2003-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20857
20858 * config/c4x/c4x.md (UNSPEC_BU): New constants.
20859 (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
20860 (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
20861 (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
20862 (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST): Likewise.
20863 (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP): Likewise.
20864 (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST): Likewise.
20865 (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE): Likewise.
20866
20867 2003-01-24 Jan Hubicka <jh@suse.cz>
20868
20869 * emit-rtl.c (reg_attrs_htab): New static variable.
20870 (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
20871 functions.
20872 (reg_rtx): Do not maintain regno_decl.
20873 (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
20874 set_mem_attrs_from_reg): New global function.
20875 (init_emit): Do not initialize regno_decl.
20876 (init_emit_once): initialize reg_attrs_htab.
20877 * final.c (alter_subreg): Do not replace REG by SUBREG.
20878 (gen_mem_expr_from_op): Improve output.
20879 (output_asm_operands): Likewise.
20880 * function.c (assign_params): Do not set REGNO_DECL.
20881 * function.h (struct function): Kill regno_decl.
20882 (REGNO_DECL): Kill.
20883 * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
20884 * print_rtl.c (print_rtx): Output REG information.
20885 * regclass.c (reg_scan_mark_refs): Update attrs.
20886 * reload1.c (alter_reg): Likewise.
20887 * simplify_rtx.c (simplify_subreg): Likewise.
20888 * stmt.c (expand_decl): Likewise.
20889 * rtl.def (REG): Add new field.
20890 * rtl.h (struct reg_attrs): New.
20891 (rtunion_def): At rtreg.
20892 (X0MEMATTR): Add checking.
20893 (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
20894 (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
20895 Declare.
20896 * tree.h (SET_DECL_RTL): Call set_decl_rtl.
20897
20898 2003-01-24 Bob Wilson <bob.wilson@acm.org>
20899
20900 * config/xtensa/xtensa.c: Remove unused include of machmode.h.
20901 (xtensa_emit_call, print_operand): Fix printf format strings
20902 to avoid compile warnings.
20903 (xtensa_function_prologue, xtensa_function_epilogue): Change type
20904 of "size" argument to HOST_WIDE_INT to fix compile warnings.
20905 * config/xtensa/xtensa-protos.h
20906 (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
20907
20908 2003-01-24 Jan Hubicka <jh@suse.cz>
20909
20910 * builtins.c (DEF_BUILTIN): Accept 10 arguments.
20911 (implicit_built_in_decls): New global array.
20912 (mathfn_built_in): New global function.
20913 (fold_trunc_transparent_mathfn): New static function
20914 (expand_builtin_strstr, expand_bultin_strchr,
20915 expand_builtin_strpbrk, expand_builtin_strcpy,
20916 expand_builtin_strncpy, expand_bultin_strcmp,
20917 expand_bultin_strncat, expand_builtin_fputs): Use
20918 implicint_built_in_decls.
20919 (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
20920 * builtins.def: Fix comments.
20921 (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
20922 DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
20923 DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
20924 DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
20925 (DEF_C99_C90RES_BULTIN): New.
20926 (*f, *l builtins): Update.
20927 * c-common.c (DEF_BUILTIN): Initialize implicit array.
20928 (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
20929 * convert.c (strip_float_extensions): New global function.
20930 * tree.h (DEF_BUILTIN): Accept 10 arguments.
20931 (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
20932 Declare.
20933 * java/builtins.c (define_builtin): Handle implicit.
20934 (DEF_BUILTIN): Update.
20935 * tm.texi (TARGET_C99_FUNCTIONS): Document.
20936 * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
20937 * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
20938 when using glibc2.
20939
20940 2003-01-24 Bob Wilson <bob.wilson@acm.org>
20941
20942 * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
20943 extra_parts, and fixincludes. Add xtensa/t-elf tmake_file.
20944 (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
20945 * config/xtensa/crti.asm: New file.
20946 * config/xtensa/crtn.asm: New file.
20947 * config/xtensa/t-elf: New file.
20948 * config/xtensa/t-linux: New file.
20949 * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
20950 Move various CFLAGS settings to new t-elf file.
20951
20952 2003-01-24 Richard Henderson <rth@redhat.com>
20953
20954 PR optimization/4382
20955 * tree-inline.c (find_builtin_longjmp_call_1): New.
20956 (find_builtin_longjmp_call): New.
20957 (inlinable_function_p): Use it.
20958
20959 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
20960
20961 * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
20962 * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
20963 * config/i386/i386.c (function_arg_pass_by_reference): New.
20964 (ix86_va_arg): Support arguments passed by reference.
20965
20966 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
20967
20968 * cfgloopanal.c: New file.
20969 * cfgloopmanip.c: New file.
20970 * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
20971 (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
20972 cfglayout.o): Add dependency on cfgloop.h.
20973 (cfgloop.o): Add flags.h dependency.
20974 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
20975 (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
20976 (struct loop, struct loops, flow_loops_find, flow_loops_update,
20977 flow_loops_free, flow_loops_dump, flow_loop_dump,
20978 flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
20979 LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
20980 LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
20981 flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
20982 loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
20983 find_common_loop, verify_loop_structure): Declarations moved to ...
20984 * cfgloop.h: New file.
20985 * bb-reorder.c (reorder_basic_blocks): Modified.
20986 * cfglayout.c: Include cfgloop.h.
20987 (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
20988 cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
20989 (break_superblocks): New static function.
20990 (cfg_layout_finalize): Use it.
20991 (cfg_layout_split_block): New function.
20992 * cfglayout.h (struct reorder_block_def): Add copy and duplicated
20993 fields.
20994 (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
20995 changed.
20996 (cfg_layout_split_block): Declare.
20997 * cfgloop.c: Include cfgloop.h and flags.h.
20998 (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
20999 get_loop_body): Avoid signed versus unsigned comparison warnings.
21000 (make_forwarder_block, flow_loops_find, loop_preheader_edge,
21001 loop_latch_edge): Modified.
21002 (verify_loop_structure): Modified to use flags stored in loop structure;
21003 check irreducible loops.
21004 (cancel_loop, cancel_loop_tree): New functions.
21005 (estimate_probability): Use loop analysis code for predictions.
21006 (estimate_loops_at_level): Avoid signed versus unsigned comparison
21007 warnings.
21008 * doloop.c: Include cfgloop.h.
21009 * loop.c: Include cfgloop.h.
21010 * predict.c: Include cfgloop.h.
21011 * toplev.c: Include cfgloop.h.
21012 * unroll.c: Include cfgloop.h.
21013 * tracer.c (tracer): Modified.
21014
21015 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
21016
21017 * config/h8300/h8300.c (get_shift_alg): Fix a typo.
21018
21019 2003-01-24 Ulrich Weigand <uweigand@de.ibm.com>
21020
21021 * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
21022 * configure: Regenerate.
21023
21024 * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
21025 (tls_symbolic_reference_mentioned_p): Add prototype.
21026 (s390_tls_get_offset): Add prototype.
21027 (emit_pic_move): Remove prototype, replace by ...
21028 (emit_symbolic_move): .. this new prototype.
21029
21030 * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
21031 (tls_model_chars): New global variable.
21032 (s390_encode_section_info): Encode TLS model.
21033 Use targetm.binds_local_p to check for local symbols.
21034 (s390_strip_name_encoding): New function.
21035 (TARGET_STRIP_NAME_ENCODING): Define.
21036
21037 (get_thread_pointer): New function.
21038 (legitimize_tls_address): New function.
21039 (legitimize_address): Call it.
21040 (emit_pic_move): Remove, replace by ...
21041 (emit_symbolic_move): ... this new function.
21042
21043 (larl_operand): Handle TLS operands.
21044 (legitimate_constant_p): Likewise.
21045 (s390_decompose_address): Likewise.
21046 (s390_cannot_force_const_mem): New function.
21047 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
21048
21049 (s390_output_symbolic_const): Handle TLS unspecs.
21050 (print_operand): New code 'J'.
21051 (machine_function): Add struct member 'some_ld_name'.
21052 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
21053
21054 (enum s390_builtin): New type.
21055 (code_for_builtin_64, code_for_builtin_31): New global variables.
21056 (s390_init_builtins, s390_expand_builtin): New functions.
21057 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
21058
21059 * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
21060 (ASM_OUTPUT_LABELREF): Define.
21061 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
21062
21063 * config/s390/s390.md: Define TLS UNSPEC constants.
21064 ("movdi", "movsi"): Handle TLS operands.
21065 ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
21066 ("*tls_load_64", "*tls_load_31"): New insns.
21067 ("call_value_tls", "call_value_tls_exp"): New expanders.
21068 ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
21069 "bas_tls_64", "bas_tls_31"): New insns.
21070
21071 2003-01-24 Nathan Sidwell <nathan@codesourcery.com>
21072
21073 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
21074 spe ABI is configured, if requested.
21075
21076 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
21077
21078 * doc/passes.texi: Fix typo.
21079
21080 2003-01-24 Andreas Schwab <schwab@suse.de>
21081
21082 * stor-layout.c (excess_unit_span): Only define if used.
21083
21084 2003-01-24 Jerry Quinn <jlquinn@optonline.net>
21085
21086 * gcc/doc/invoke.texi (Optimization Options): List -O levels
21087 for each optimization flag.
21088
21089 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
21090
21091 * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
21092
21093 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
21094
21095 * doc/bugreport.texi: Use @command instead of @code for commands.
21096 * doc/collect2.texi: Likewise.
21097 * doc/headerdirs.texi: Likewise.
21098 * doc/invoke.texi: Likewise.
21099 * doc/standards.texi: Likewise.
21100 * doc/tm.texi: Likewise.
21101 * doc/trouble.texi: Likewise.
21102
21103 2003-01-24 Nick Clifton <nickc@redhat.com>
21104
21105 * config/arm/arm.c (use_return_insn): Do not use a single return
21106 instruction for interrupt handelrs which have to create a stack
21107 frame.
21108 (arm_expand_prologue): Do not pre-bias the return address of
21109 interrupt handlers which create a stack frame.
21110
21111 2003-01-24 Nick Clifton <nickc@redhat.com>
21112
21113 * Add sh2e support:
21114
21115 2002-08-12 Alexandre Oliva <aoliva@redhat.com>
21116
21117 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
21118 med_cbranches. Fix logic in short_cbranches.
21119
21120 2002-04-03 Alexandre Oliva <aoliva@redhat.com>
21121
21122 * config/sh/sh.md (delay for cbranch): Don't annul delay
21123 slots on SH2e.
21124 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
21125 cbranch with unfilled delay slot on SH2e.
21126 (output_branch): Fill with a nop the delay slot of a
21127 branch that required a delay slot but didn't get one.
21128
21129 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
21130
21131 * doc/invoke.texi (SH options): Document -m2e.
21132 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
21133 * config/sh/lib1funcs.asm: Likewise.
21134 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
21135 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
21136 not __sh1__.
21137 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
21138 SH2E up.
21139 (SH3E_BIT): Renamed to...
21140 (SH_E_BIT): ... this. Replace all uses.
21141 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
21142 Replace all uses of TARGET_SH3E with TARGET_SH2E.
21143 (TARGET_SWITCHES): Added 2e.
21144 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
21145 (processor_type): Added PROCESSOR_SH2E.
21146 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
21147 TARGET_SH2E, except in sqrtsf2_i.
21148 (attribute cpu): Added sh2e.
21149 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
21150 (MULTILIB_MATCHES): Use m2e multilib for m3e.
21151 * config.gcc: Add sh2e target support.
21152
21153 2003-01-24 Phil Edwards <pme@gcc.gnu.org>
21154
21155 Rename -W to -Wextra.
21156 * c-decl.c: Update comments.
21157 * c-typeck.c: Likewise.
21158 * flags.h: Likewise.
21159 * function.c: Likewise.
21160 * stmt.c: Likewise.
21161 * toplev.c: Update comments.
21162 (W_options): Add 'extra'.
21163 (display_help): Remove '-W'.
21164 (decode_W_option): Special warn_uninitialized treatment in the case
21165 of -Wextra.
21166 * doc/invoke.texi: Update with new entries.
21167
21168 2003-01-23 Richard Henderson <rth@redhat.com>
21169
21170 * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
21171 in no-else-block case. Add commentary.
21172
21173 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21174
21175 * configure.in: Revert last change.
21176
21177 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21178
21179 * configure.in: Don't include ansidecl.h in tconfig.h.
21180 * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
21181 * unwind-dw2-fde.h (last_fde): Use __attribute__, not
21182 ATTRIBUTE_UNUSED.
21183
21184 * configure: Regenerate.
21185
21186 2003-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
21187
21188 PR java/6748
21189 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
21190 regs->nip. Fix rt_sigreturn frame layout. Add support for newer
21191 kernels.
21192
21193 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21194
21195 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
21196
21197 2003-01-23 Ulrich Weigand <uweigand@de.ibm.com>
21198
21199 * genattrtab.c (write_attr_get): Mark 'insn' paramter
21200 as ATTRIBUTE_UNUSED.
21201
21202 2003-01-23 Richard Earnshaw <rearnsha@arm.com>
21203
21204 * arm.c (thumb_base_register_rtx_p): New function.
21205 (thumb_index_register_rtx_p): New function.
21206 (thumb_legitimate_address_p): New function.
21207 (thumb_legitimate_offset_p): New function.
21208 * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
21209 (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
21210 definitions.
21211 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
21212 (THUMB_LEGITIMATE_OFFSET): Delte.
21213 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
21214 * arm-protos.h (thumb_legitimate_address_p): Add prototype.
21215 (thumb_legitimate_offset_p): Likewise.
21216
21217 2003-01-23 Andreas Schwab <schwab@suse.de>
21218
21219 * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
21220
21221 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21222
21223 * fixinc/Makefile.in (FL_LIST): Revert last change.
21224
21225 2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
21226
21227 PR other/7341
21228 * invoke.texi (ftest-coverage): Fix broken cross-reference.
21229 Change @code to @command for gcov command.
21230
21231 * gcc.texi: Adjust title of gcov section.
21232 Adjust copyright.
21233 * gcov.texi: Likewise.
21234
21235 2003-01-22 Roger Sayle <roger@eyesopen.com>
21236
21237 PR optimization/8423
21238 * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
21239 its argument is constant, or 0 if !flag_gcse.
21240 * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
21241 if it's argument is constant.
21242 * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
21243 (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
21244 (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
21245 * builtins.c (purge_builtin_constant_p): New function to force
21246 instantiation of any remaining CONSTANT_P_RTX nodes.
21247 * rtl.h (purge_builtin_constant_p): Prototype here.
21248 * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
21249 pass after GCSE and before loop.
21250 (flag_gcse): No longer static.
21251 * flags.h (flag_gcse): Prototype here.
21252
21253 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
21254
21255 * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
21256 introduced by last change.
21257
21258 2003-01-22 Andreas Schwab <schwab@suse.de>
21259
21260 * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
21261
21262 2003-01-22 Kazu Hirata <kazu@cs.umass.edu>
21263
21264 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
21265 request a scratch reg on H8S when the shift count is 8.
21266
21267 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
21268
21269 * config/s390/s390-protos.h (preferred_la_operand_p):
21270 Remove second parameter.
21271 * config/s390/s390.c (preferred_la_operand_p): Likewise.
21272 * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
21273 (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
21274 * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
21275 Add peepholes to transform ADD to LOAD ADDRESS.
21276
21277 2003-01-22 Richard Earnshaw <rearnsha@arm.com>
21278
21279 * arm.c (arm_address_register_rtx_p): New function.
21280 (arm_legitimate_address_p): New function.
21281 (arm_legitimate_index_p): New function.
21282 (legitimize_pic_address): Use arm_legitimate_index_p.
21283 * arm-protos.h (arm_legtimate_address_p): Add prototype.
21284 * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
21285 (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
21286
21287 2003-01-22 Hartmut Penner <hpenner@de.ibm.com>
21288
21289 * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
21290 * config/s390/2064.md (define_bypass): Correct 'Load' and
21291 'Load-address' bypass values.
21292
21293 2003-01-22 Andreas Schwab <schwab@suse.de>
21294
21295 * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
21296
21297 2003-01-21 Zack Weinberg <zack@codesourcery.com>
21298
21299 * genautomata.c (output_internal_insn_latency_func,
21300 output_print_reservation_func): Short circuit when there is no
21301 automaton to generate code for.
21302
21303 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21304
21305 * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
21306 (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
21307
21308 2003-01-21 Geoffrey Keating <geoffk@apple.com>
21309
21310 * config/rs6000/rs6000.md: Remove warning.
21311 (builtin_setjmp_receiver): Likewise.
21312 * config/darwin.c (update_stubs): Slightly improve terrible hack
21313 with identifiers. Add comment pointing out problems with it.
21314 (update_non_lazy_ptrs): Likewise.
21315
21316 2003-01-21 Richard Henderson <rth@redhat.com>
21317
21318 * dwarf2out.c (lookup_filename): Fix printf format warning.
21319 * system.h (fread_unlocked, fwrite_unlocked): Undef.
21320
21321 * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
21322 (fixincl.o-warn, gnu-regex.o-warn): New.
21323 * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
21324 * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
21325 * fixinc/fixincl.c (process): Fix printf format warning.
21326
21327 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
21328
21329 * dwarf2out (output_file_names): Don't crash if called
21330 with empty file_table.
21331
21332 2003-01-21 Zack Weinberg <zack@codesourcery.com>
21333
21334 * genautomata.c (output_internal_insn_latency_func): Add
21335 missing break statement to generated code.
21336
21337 2003-01-21 Roger Sayle <roger@eyesopen.com>
21338
21339 * stmt.c (same_case_target_p): New function to determine whether
21340 two case labels branch to the same target. Split out from...
21341 (group_case_nodes): ... here. Use same_case_target_p instead.
21342 (strip_default_case_nodes): Remove explicit case nodes
21343 that branch to the default destination.
21344 (expand_end_case_type): Call strip_default_case_nodes after
21345 group_case_nodes, to simplify the case-list before we count it.
21346 Only generate table_label RTX when actually needed. Try to share
21347 thiscase->exit_label and thiscase->data.case_stmt.default_label
21348 when a switch has no explicit default case. Simplify test for
21349 constant index.
21350
21351 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
21352
21353 * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
21354 \t.
21355 (*negsf2_h8300hs): Likewise.
21356 (*addsi3_lshiftrt_16_zexthi): Likewise.
21357 (*iorhi3_lshiftrt_8): Likewise.
21358
21359 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
21360
21361 * dwarf2out.c (fde_table_in_use): Mark GTY.
21362 (dwarf2out_cfi_label_num): New variable, marked GTY.
21363 (dwarf2out_cfi_label): Use it instead of static label_num.
21364 * emit-rtl.c (label_num): Mark GTY.
21365
21366 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
21367
21368 * config/h8300/h8300.c (output_plussi): Support H8/300.
21369 (compute_plussi_length): Likewise.
21370 (compute_plussi_cc): Likewise.
21371 * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
21372 output assembly instructions.
21373
21374 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21375
21376 * calls.c (fix_unsafe_tree): Prototype.
21377
21378 * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
21379 (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
21380 insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
21381 c-parse.o-warn): Add -Wno-error.
21382 (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
21383
21384 * configure.in (--enable-werror): Add new flag.
21385 * doc/install.texi (--enable-werror): Document.
21386 * configure: Regenerate.
21387
21388 * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
21389
21390 2003-01-21 Andreas Schwab <schwab@suse.de>
21391
21392 * genautomata.c (output_internal_insn_latency_func): Fix missing
21393 close paren in output.
21394
21395 2003-01-21 Zack Weinberg <zack@codesourcery.com>
21396
21397 * genautomata.c: Space savings in generated code:
21398 (output_dfa_insn_code_func): Split out the table-enlargement
21399 path to an out-of-line static function, dfa_insn_code_enlarge.
21400 (output_internal_insn_latency_func): Use a lookup table for the
21401 default latencies.
21402 (output_print_reservation_func): Use a lookup table for the
21403 strings.
21404
21405 2003-01-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
21406
21407 PR opt/7507
21408 * calls.c (fix_unsafe_tree): Split out from ...
21409 (expand_call): ... here. Use it on the function address too.
21410
21411 2003-01-20 Richard Henderson <rth@redhat.com>
21412
21413 * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
21414
21415 2003-01-20 Richard Henderson <rth@redhat.com>
21416
21417 PR opt/7154
21418 * stmt.c (expand_asm_operands): Validize memory operands.
21419
21420 2003-01-20 Richard Henderson <rth@redhat.com>
21421
21422 PR opt/8848
21423 * ifcvt.c (noce_process_if_block): Correct arguments to
21424 modified_between_p for no-else-block case.
21425
21426 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21427
21428 * config/h8300/h8300.c (const_costs): Remove a warning.
21429 (output_plussi): Likewise.
21430 (compute_plussi_length): Likewise.
21431 (compute_plussi_cc): Likewise.
21432
21433 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21434
21435 * config/h8300/h8300.md (addsi_h8300): Remove the last
21436 alternative.
21437
21438 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21439
21440 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
21441
21442 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21443
21444 * system.h (__NO_STRING_INLINES): Define.
21445
21446 2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21447
21448 * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
21449 is not a scalar int mode.
21450
21451 2003-01-20 Roger Sayle <roger@eyesopen.com>
21452
21453 * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
21454 insn's notes following a substitution inside a libcall.
21455
21456 2003-01-20 Zack Weinberg <zack@codesourcery.com>
21457
21458 * configure.in: Check for system-provided 'uchar' type.
21459 * configure, config.in: Regenerate.
21460 * cpphash.h: Only typedef 'uchar' if the system doesn't.
21461
21462 2003-01-20 Richard Henderson <rth@redhat.com>
21463
21464 * expr.h (MUST_PASS_IN_STACK): Move implementation...
21465 * calls.c (default_must_pass_in_stack): ... here.
21466
21467 2003-01-20 Vladimir Makarov <vmakarov@redhat.com>
21468
21469 * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
21470
21471 * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
21472
21473 * genattr.c (main): Output default definition of AUTOMATON_ALTS.
21474 Wrap up definition of `insn_alts'.
21475
21476 * genattrtab.c (main): Wrap up `insn_alts'.
21477
21478 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21479
21480 * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
21481 prototyping.
21482 * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
21483
21484 * config.in, configure: Regenerate.
21485
21486 2003-01-20 Nick Clifton <nickc@redhat.com>
21487
21488 * config/arm/arm.md (sibcall_epilogue): Add an
21489 UNSPEC_PROLOGUE_USE to prevent the link register from being
21490 considered dead.
21491
21492 2003-01-20 Jan Hubicka <jh@suse.cz>
21493
21494 * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
21495
21496 2003-01-20 Andreas Schwab <schwab@suse.de>
21497
21498 * system.h: Don't declare strsignal if the decl test hasn't been
21499 run yet.
21500
21501 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
21502
21503 * config/h8300/h8300.c (notice_update_cc): Don't assume that
21504 recog_data.operands[0] is always associated with cc0.
21505
21506 2003-01-19 David Edelsohn <edelsohn@gnu.org>
21507
21508 * collect2.c (ldgetname): Expand declaration to prototype.
21509 * read-rtl.c (atoll): Add prototype.
21510 * system.h (strsignal): Also declare if no declaration found.
21511
21512 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
21513
21514 * config.gcc (mips64*-*-linux*): Added.
21515 * config/mips/linux64.h, config/mips/t-linux64: New file.
21516 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
21517 * config/mips/mips.c (override_options): Use it.
21518 * config/mips/mips.h (TARGET_SWITCHES): Added...
21519 (SUBTARGET_TARGET_SWITCHES): New, empty by default.
21520 * Makefile.in (SPECS): New.
21521 (STAGESTUFF, specs, mostlyclean, install-common): Use it.
21522 * gcc.c (process_command): Move self-spec processing past spec
21523 file loading.
21524 * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
21525 * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
21526 CRTSTUFF_T_CFLAGS.
21527 (SPECS): Document.
21528 * doc/invoke.texi (-mabi-fake-default): Document.
21529
21530 2003-01-19 Stephane Carrez <stcarrez@nerim.fr>
21531
21532 * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
21533 z_reg, z_reg_qi): Declare static and GTY().
21534 (da_reg): Remove.
21535 (create_regs_rtx): Don't create da_reg.
21536 ("gt-m68hc11.h"): Include for GTY roots.
21537 * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
21538 and GTY() here.
21539 (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
21540 (m68hc11_soft_tmp_reg): Likewise.
21541 * config/m68hc11/m68hc11-protos.h: Remove above declarations.
21542
21543 2003-01-18 Kazu Hirata <kazu@cs.umass.edu>
21544
21545 * basic-block.h: Fix comment formatting.
21546 * calls.c: Likewise.
21547 * combine.c: Likewise.
21548 * convert.c: Likewise.
21549 * gcov.c: Likewise.
21550 * haifa-sched.c: Likewise.
21551 * libgcc2.c: Likewise.
21552 * loop.c: Likewise.
21553 * profile.c: Likewise.
21554 * system.h: Likewise.
21555
21556 2003-01-18 Roger Sayle <roger@eyesopen.com>
21557
21558 * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
21559
21560 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21561
21562 * ra-build.c (undef_to_size_word): Avoid `switch' warning.
21563
21564 2003-01-17 Dale Johannesen <dalej@apple.com>
21565
21566 * config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers.
21567 (*floatunssidf2_internal): Ditto.
21568
21569 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
21570
21571 * alias.c: Fix comment typos.
21572 * basic-block.h: Likewise.
21573 * c-common.c: Likewise.
21574 * c-common.h: Likewise.
21575 * c-decl.c: Likewise.
21576 * c-opts.c: Likewise.
21577 * c-pragma.c: Likewise.
21578 * c-pretty-print.h: Likewise.
21579 * cfg.c: Likewise.
21580 * cfganal.c: Likewise.
21581 * cfgbuild.c: Likewise.
21582 * cfgcleanup.c: Likewise.
21583 * cfglayout.c: Likewise.
21584 * cfgrtl.c: Likewise.
21585 * convert.c: Likewise.
21586 * cpphash.h: Likewise.
21587 * cpplex.c: Likewise.
21588 * cpplib.h: Likewise.
21589 * df.h: Likewise.
21590 * diagnostic.c: Likewise.
21591 * diagnostic.h: Likewise.
21592 * dwarf2.h: Likewise.
21593
21594 2003-01-17 Stan Shebs <shebs@apple.com>
21595
21596 * config/darwin-protos.h: Forward-declare struct cpp_reader.
21597
21598 2003-01-17 Douglas B Rupp <rupp@gnat.com>
21599
21600 * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
21601 mistake in last checkin.
21602
21603 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
21604
21605 * et-forest.c: Fix comment typos.
21606 * et-forest.h: Likewise.
21607 * except.c: Likewise.
21608 * expr.c: Likewise.
21609 * flags.h: Likewise.
21610 * flow.c: Likewise.
21611 * gcc.c: Likewise.
21612 * gcse.c: Likewise.
21613 * genattrtab.c: Likewise.
21614 * genautomata.c: Likewise.
21615 * gengtype.c: Likewise.
21616 * genrecog.c: Likewise.
21617 * global.c: Likewise.
21618 * gthr-rtems.h: Likewise.
21619
21620 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21621
21622 * i386.c (x86_function_profiler): Fix format specifier.
21623
21624 2003-01-17 Richard Henderson <rth@redhat.com>
21625
21626 * gengtype.c (walk_type): Allow paramN_is.
21627
21628 2003-01-17 Nick Clifton <nickc@redhat.com>
21629
21630 * config/i960/t-960bare (i960-c.o): Add missing newline escape.
21631
21632 2003-01-16 Richard Henderson <rth@redhat.com>
21633
21634 * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
21635
21636 2003-01-16 Richard Henderson <rth@redhat.com>
21637
21638 * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
21639 (alpha_next_sequence_number): Likewise.
21640 (alpha_this_literal_sequence_number): Likewise.
21641 (alpha_this_gpdisp_sequence_number): Likewise.
21642 (struct alpha_funcs, alpha_funcs_num): Likewise.
21643 (struct alpha_links): Fix branch merge error.
21644 (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
21645
21646 2003-01-17 Alexandre Oliva <aoliva@redhat.com>
21647
21648 * config/mips/mips.h: Don't use #elif. Reported by Kaveh
21649 R. Ghazi.
21650
21651 2003-01-16 Kazu Hirata <kazu@cs.umass.edu>
21652
21653 * ifcvt.c: Fix comment typos.
21654 * lcm.c: Likewise.
21655 * libgcc2.c: Likewise.
21656 * local-alloc.c: Likewise.
21657 * loop.c: Likewise.
21658 * predict.c: Likewise.
21659 * ra-build.c: Likewise.
21660 * ra.c: Likewise.
21661 * ra-colorize.c: Likewise.
21662 * ra.h: Likewise.
21663 * ra-rewrite.c: Likewise.
21664 * regmove.c: Likewise.
21665 * reload.h: Likewise.
21666 * rtlanal.c: Likewise.
21667 * toplev.c: Likewise.
21668 * tree.h: Likewise.
21669 * unwind-dw2-fde-glibc.c: Likewise.
21670 * vmsdbgout.c: Likewise.
21671
21672 2003-01-16 Richard Henderson <rth@redhat.com>
21673
21674 * dwarf2out.c (struct file_table): Remove.
21675 (FILE_TABLE_INCREMENT): Remove.
21676 (file_table): Make a varray; mark for GC. Update all users.
21677 (file_table_last_lookup_index): Extract from struct file_table.
21678 (output_file_names): Fix unsigned compare warnings.
21679 (add_name_attribute): Remove inline marker.
21680 (add_comp_dir_attribute): Split out from gen_compile_unit_die.
21681 (lookup_filename): Don't manage size of file_table.
21682 (init_file_table): Allocate file_table with GC.
21683 (dwarf2out_init): Don't record main_input_filename here.
21684 (dwarf2out_finish): Do it here instead.
21685
21686 2003-01-16 Bruce Korb <bkorb@gnu.org>
21687
21688 * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
21689
21690 2003-01-16 Kaz Kojima <kkojima@gcc.gnu.org>
21691
21692 * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
21693 instead of rotldi3_mextr.
21694
21695 2003-01-16 Vladimir Makarov <vmakarov@redhat.com>
21696
21697 * haifa-sched.c (move_insn): Restore moving all schedule group.
21698 (set_priorities): Restore taking SCHED_GROUP_P into account.
21699
21700 * sched-deps.c (add_dependence): Restore processing the last group
21701 insn.
21702 (remove_dependence, group_leader): Restore the functions.
21703 (set_sched_group_p): Restore adding dependencies from previous insn
21704 in the group.
21705 (compute_forward_dependences): Restore usage of group_leader.
21706
21707 * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
21708 account.
21709
21710 * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
21711 account.
21712 (can_schedule_ready_p): Ditto.
21713 (add_branch_dependences): Restore skipping over the group insns.
21714
21715 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
21716
21717 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
21718 68HC12 pre/post inc/dec side effects.
21719
21720 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
21721
21722 * config/m68hc11/m68hc11.h (MASK_M6812): Define.
21723
21724 2003-01-16 J"orn Rennecke <amylaar@onetel.net.uk>
21725
21726 * sh.md (mshflo_w_x): Fix description of operation.
21727
21728 2003-01-16 Zack Weinberg <zack@codesourcery.com>
21729
21730 * config/rs6000/rs6000.h: Mention Altivec registers in
21731 commentary. Fix typo.
21732
21733 2003-01-16 David Edelsohn <edelsohn@gnu.org>
21734
21735 * config/rs6000/rs6000.md (movti_string): Remove clobber.
21736 * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
21737 generate PARALLEL with clobber for TARGET_POWER.
21738
21739 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21740
21741 * ra-colorize.c (colorize_one_web): Initialize variable.
21742 * regmove.c (fixup_match_1): Likewise.
21743 * reload1.c (reload_as_needed): Likewise.
21744 * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
21745
21746 2003-01-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
21747
21748 * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
21749
21750 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21751
21752 * dbxout.c (lastfile, cwd): Fix `unused' warning.
21753 * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
21754 dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
21755 is_main_source, file_table, decl_die_table_in_use,
21756 abbrev_die_table_in_use, line_info_table_in_use,
21757 separate_line_info_table_in_use, pubname_table_in_use,
21758 arange_table_in_use, ranges_table_in_use,
21759 current_function_has_inlines): Likewise.
21760 * flow.c (life_analysis): Likewise.
21761 * genemit.c (gen_insn): Likewise.
21762 * protoize.c (cplus_suffix): Likewise.
21763
21764 * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
21765 * arm.h (ROUND_UP_WORD): Likewise.
21766
21767 * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
21768 warning.
21769 * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
21770 init_emit_once): Likewise.
21771 * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
21772 Likewise.
21773 * function.c (assign_stack_temp_for_type): Likewise.
21774 * loop.c (loop_invariant_p): Likewise.
21775 * recog.c (push_operand): Likewise.
21776 * regclass.c (init_reg_sets_1): Likewise.
21777 * reload.c (update_auto_inc_notes): Likewise.
21778 * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
21779 * stmt.c (expand_asm_operands): Likewise.
21780 * stor-layout.c (start_record_layout): Likewise.
21781
21782 2003-01-16 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
21783
21784 * config/c4x/c4x.md (epilogue): Correct last patch.
21785
21786 2003-01-15 Richard Henderson <rth@redhat.com>
21787
21788 * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
21789 also check that GP is being used.
21790 (alpha_find_lo_sum_using_gp): New.
21791 (alpha_does_function_need_gp): Use get_attr_usegp.
21792 * config/alpha/alpha-protos.h: Update.
21793 * config/alpha/alpha.md (attr usegp): New. Annotate patterns
21794 as needed.
21795
21796 2003-01-15 Roger Sayle <roger@eyesopen.com>
21797
21798 * gcse.c (one_cprop_pass): Change function arguments to take both
21799 cprop_jumps and bypass_jumps flags instead of just alter_jumps.
21800 (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
21801 (bypass_jumps): New function to perform separate jump bypassing pass.
21802 * rtl.h (bypass_jumps): Add function prototype.
21803 * timevar.def (TV_BYPASS): New timing variable.
21804 * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
21805 (dump_file): New entry for the bypass RTL dump file.
21806 (rest_of_compilation): Insert new jump bypassing optimization
21807 pass after loop.
21808 * doc/passes.texi: Document new pass.
21809
21810 2003-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
21811
21812 * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
21813 ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
21814 * pa.h (TARGET_SOM_SDEF): Define.
21815 * pa-hpux11.h (TARGET_SOM_SDEF): Define.
21816
21817 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
21818
21819 * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
21820 allocate 4-bytes of locals on 68HC11.
21821 (expand_epilogue): Likewise.
21822 (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
21823
21824 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
21825
21826 * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
21827 and -mshort-double to the assembler to specify the ABI.
21828 (LINK_SPEC): Likewise.
21829 (CPP_SPEC): Pass HCS12 specific define.
21830 (MASK_M68S12): New define.
21831 (TARGET_M68S12): Likewise.
21832 (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
21833 (TARGET_VERSION): Update.
21834 * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
21835 (LINK_SPEC): Update.
21836 (ASM_SPEC): Update.
21837 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
21838 * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
21839
21840 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
21841
21842 * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
21843 the return code.
21844
21845 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
21846
21847 * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
21848 flag before setting it.
21849
21850 2003-01-15 Roger Sayle <roger@eyesopen.com>
21851
21852 * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
21853 when loop condition is known true, i.e. "while (1) { ... }".
21854 (genrtl_for_stmt): Similarly for "for" statements.
21855
21856 2003-01-15 Roger Sayle <roger@eyesopen.com>
21857
21858 * real.c (real_sqrt): Return a bool result indicating whether
21859 a floating point exception or trap should be raised.
21860 * real.h (real_sqrt): Update function prototype.
21861 * builtins.c (fold_builtin): Only fold non-trapping square
21862 roots unless we're ignoring errno and trapping math.
21863
21864 2003-01-15 John David Anglin <dave.anglin@nrc.gc.ca>
21865
21866 * expr.h (emit_conditional_add): Add PARAMS to declaration.
21867 * gengtype-lex.l (malloc, realloc): Move defines after include of
21868 system.h. Remove duplicate include of system.h.
21869
21870 2003-01-15 Roger Sayle <roger@eyesopen.com>
21871
21872 PR middle-end/9009
21873 * optabs.c (expand_unop): When manipulating the FP sign bit
21874 using integer operations, account for targets with different
21875 integer and FP word orders.
21876 (expand_abs): Likewise.
21877
21878 2003-01-15 David Edelsohn <edelsohn@gnu.org>
21879
21880 * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
21881 file extension in section name.
21882
21883 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
21884
21885 * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
21886 constant offset.
21887
21888 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
21889
21890 * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
21891 (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
21892 (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
21893 (ARM_PRINT_OPERAND_ADDRESS): Likewise.
21894
21895 2003-01-15 Jan Hubicka <jh@suse.cz>
21896
21897 PR f/9258
21898 * global.c (struct allocno): Add no_stack_reg.
21899 (global_conflicts): Set no_stack_reg.
21900 (find_reg): Use it.
21901
21902 * convert.c (convert_to_real): Fold - and abs only when profitable.
21903 * fold-const.c (fold): Fold truncates in - and abs.
21904
21905 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
21906
21907 Segher Boessenkool <segher@koffie.nl>
21908
21909 * predict.c (real_inv_br_prob_base): New variable.
21910 (propagate_freq): Use multiply by reciprocal instead of
21911 division. Don't divide by 1.0 at all.
21912 (estimate_bb_frequencies): Similar.
21913
21914 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
21915
21916 * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
21917 * configure: Rebuilt.
21918
21919 2003-01-15 Hartmut Penner <hpenner@de.ibm.com>
21920
21921 * config/s390/s390.c (s390_safe_attr_type): New function.
21922 (s390_use_dfa_pipeline_interface): New function, return true for z900.
21923 (s390_issue_rate): New function.
21924 (s390_agen_dep_p): New function.
21925 (addr_generation_dependency_p): Use 's390_safe_attr_type'.
21926 (s390_adjust_cost): Return 'cost' if new DFA is used.
21927 (s390_adjust_priority): Delete function.
21928 * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
21929 * config/s390/s390.md (atype attribute): Attribute 'atype' default
21930 determined by 'op_type'.
21931 (type attribute): Added more type attributes.
21932 * config/s390/2064.md: New DFA description for z900 pipeline.
21933
21934 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
21935
21936 * config/i386/i386.c (ix86_expand_vector_move): Validize constant
21937 forced to memory. Fixes PR bootstrap/9036.
21938
21939 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
21940 to set $gp before the call.
21941
21942 2003-01-14 Richard Henderson <rth@redhat.com>
21943
21944 * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
21945 for force_const_mem.
21946
21947 2003-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21948
21949 * genattr.c (main): Rearrange output to avoid prototype warning.
21950 * genautomata.c (transform_3): Fix ambiguous-else warning.
21951 * local-alloc.c (requires_inout): Add parentheses around
21952 assignment used as truth-value.
21953 * timevar.c: Move system includes above local includes. Include
21954 toplev.h
21955 * Makefile.in (timevar.o): Depend on toplev.h.
21956
21957 2003-01-14 Denis Chertykov <denisc@overta.ru>
21958
21959 * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
21960 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
21961
21962 * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
21963 attributes.
21964 (TARGET_ATTRIBUTE_TABLE): New macro.
21965 (valid_machine_type_attribute): Remove.
21966 (valid_machine_decl_attribute): Remove.
21967 (ip2k_handle_progmem_attribute): New function.
21968 (ip2k_handle_fndecl_attribute): New function.
21969
21970 2003-01-10 Andrew Haley <aph@redhat.com>
21971
21972 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
21973 registers to be in correct order. Add rip.
21974
21975 2003-01-14 Kazu Hirata <kazu@cs.umass.edu>
21976
21977 * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
21978 (*iorsi3_and_lshiftrt_9_sb): Likewise.
21979
21980 2003-01-14 Jan Hubicka <jh@suse.cz>
21981
21982 * convert.c (strip_float_extensions): Look for narrowest type handling
21983 FP constants.
21984
21985 * fold-const.c (fold): Fold (double)float1 CMP (double)float2 into
21986 float1 CMP float2.
21987 * convert.c (strip_float_extensions): Make global.
21988 * tree.h (strip_float_extensions): Declare.
21989
21990 2003-01-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
21991
21992 * timevar.def: define TV_NAME_LOOKUP.
21993 * timevar.c (timevar_pop): Be verbose when aborting.
21994
21995 2003-01-13 Andreas Schwab <schwab@suse.de>
21996
21997 * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
21998 $(parsedir), just move the temporary file at the end.
21999 ($(parsedir)/gengtype-yacc.c): Likewise.
22000
22001 2003-01-13 Alexandre Oliva <aoliva@redhat.com>
22002
22003 * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
22004 ${ac_tool_prefix} to ADAC or CC. Protect them from word
22005 splitting.
22006 * configure: Rebuilt.
22007
22008 2003-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22009
22010 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
22011 internal_mcount): Don't use PARAMS.
22012 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
22013 ISO C style.
22014 (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
22015
22016 2003-01-13 Andreas Schwab <schwab@suse.de>
22017
22018 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
22019 directive.
22020
22021 2003-01-13 Kazu Hirata <kazu@cs.umass.edu>
22022
22023 * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
22024 (*iorsi3_and_lshiftrt_n_sb): Likewise.
22025
22026 2003-01-12 Mark Mitchell <mark@codesourcery.com>
22027
22028 PR c++/9264
22029 * c-lex.c (c_lex): Set the token value to error_mark_node for
22030 invalid numeric constants.
22031
22032 2003-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22033
22034 * c-pch.c (asm_file_startpos): Change to `long'.
22035 (pch_init): Use ftell, not ftello.
22036 (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
22037 Use `long' instead of `off_t'.
22038 (c_common_read_pch): Likewise.
22039 * ggc-common.c (gt_pch_save): Use long/ftell instead of
22040 off_t/ftello.
22041
22042 2003-01-12 Alan Modra <amodra@bigpond.net.au>
22043
22044 * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
22045
22046 2003-01-11 Richard Earnshaw (rearnsha@arm.com)
22047
22048 * arm-protos.h (struct cpp_reader): Add declaration.
22049
22050 2003-01-11 Jan Hubicka <jh@suse.cz>
22051
22052 PR target/9068
22053 * i386.c (output_fp_compare): Fix typo.
22054
22055 2003-01-10 David Edelsohn <edelsohn@gnu.org>
22056
22057 * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
22058
22059 2003-01-10 Geoffrey Keating <geoffk@apple.com>
22060
22061 * Makefile.in (parsedir): New variable.
22062 (docobjdir): New variable.
22063 (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
22064 gengtype-lex.c, gengtype-yacc.c): Use parsedir.
22065 (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
22066 cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
22067 gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
22068 Use docobjdir.
22069 * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
22070 objc.maintainer-clean): Use parsedir.
22071
22072 * varasm.c (struct constant_descriptor_rtx): Remove unused
22073 `label' field.
22074
22075 * toplev.c (documented_lang_options): Document -Winvalid-pch.
22076
22077 2003-01-10 Richard Henderson <rth@redhat.com>
22078
22079 * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
22080 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
22081
22082 2003-01-10 Richard Henderson <rth@redhat.com>
22083
22084 * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
22085 not INTEGRAL_MODE_P when widening extensions.
22086
22087 2003-01-10 Richard Henderson <rth@redhat.com>
22088
22089 * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
22090
22091 2003-01-10 Geoffrey Keating <geoffk@apple.com>
22092
22093 * ggc-page.c (ggc_collect): Avoid overflow computing
22094 min_expand.
22095
22096 * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
22097 (RANLIB_TEST_FOR_TARGET): Delete. Don't pass down to sub-makes.
22098 Remove calls.
22099 * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
22100
22101 2003-01-10 Jan Hubicka <jh@suse.cz>
22102
22103 * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
22104 with weird operands.
22105
22106 2003-01-10 Dale Johannesen <dalej@apple.com>
22107
22108 * calls.c (load_register_parameters): Add is_sibcall, sibcall_failure
22109 parameters. Call check_sibcall_argument_overlap if indicated.
22110 (check_sibcall_argument_overlap): Add mark_stored_args_map
22111 parameter. Don't mark parameter area as clobbered if not set.
22112 (expand_call): Adjust calls to above.
22113
22114 2003-01-10 Kelley Cook <kelleycook@comcast.net>
22115
22116 * configure.in (linker read-only and read-write section mixing):
22117 Squelch some assembler warnings.
22118 * configure: Likewise.
22119
22120 2003-01-10 Hartmut Penner <hpenner@de.ibm.com>
22121
22122 * doc/invoke.texi: Document -mtune, delete -mcpu
22123 option for S/390 and zSeries.
22124 * config/s390/s390.c (s390_tune_string) New variable.
22125 (s390_cpu_string) Delete variable.
22126 (override_options): Use s390_tune_string instead of
22127 s390_cpu_string.
22128 * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
22129
22130 2003-01-10 Kazu Hirata <kazu@cs.umass.edu>
22131
22132 * config/h8300/h8300.md (*iorsi3_ashift_31): New.
22133
22134 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
22135
22136 * jump.c (next_nonnote_insn_in_loop): New function.
22137 (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
22138 next_nonnote_insn.
22139 (duplicate_loop_exit_test). Likewise.
22140
22141 2003-01-09 Geoffrey Keating <geoffk@apple.com>
22142
22143 Merge from pch-branch:
22144
22145 2003-01-06 Geoffrey Keating <geoffk@apple.com>
22146
22147 * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
22148 load.
22149
22150 2002-12-24 Geoffrey Keating <geoffk@apple.com>
22151
22152 * cpplib.c (count_registered_pragmas): New function.
22153 (save_registered_pragmas): New function.
22154 (_cpp_save_pragma_names): New function.
22155 (restore_registered_pragmas): New function.
22156 (_cpp_restore_pragma_names): New function.
22157 * cpphash.h (_cpp_save_pragma_names): Prototype.
22158 (_cpp_restore_pragma_names): Likewise.
22159 * cpppch.c (struct save_macro_item): Split from save_macro_data.
22160 (struct save_macro_data): New field 'saved_pragmas'.
22161 (save_macros): Update for changes to struct save_macro_data.
22162 (cpp_prepare_state): Call _cpp_save_pragma_names, update
22163 for changes to struct save_macro_data.
22164 (cpp_read_state): Call _cpp_restore_pragma_names, update
22165 for changes to struct save_macro_data.
22166
22167 * cpppch.c (cpp_read_state): Restore the hashtable references
22168 in the cpp_reader.
22169
22170 * tree.h (built_in_decls): Mark for PCH.
22171
22172 * dbxout.c (lastfile): Don't mark for PCH.
22173
22174 * ggc.h: Document PCH calls into memory managers.
22175
22176 2002-12-18 Geoffrey Keating <geoffk@apple.com>
22177
22178 * doc/invoke.texi (Precompiled Headers): Document the
22179 directory form of PCH.
22180 * cppfiles.c (validate_pch): New function.
22181 (open_file_pch): Search suitably-named directories for PCH files.
22182
22183 2002-12-14 Geoffrey Keating <geoffk@apple.com>
22184
22185 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
22186 reorder options.
22187 (Type Information): Mention that the information is also
22188 used to implement PCH.
22189 * doc/passes.texi (Passes): Improve documentation of
22190 language-specific files.
22191
22192 2002-12-11 Geoffrey Keating <geoffk@apple.com>
22193
22194 * gengtype.c (struct write_types_data): Add reorder_note_routine field.
22195 (struct walk_type_data): Add reorder_fn field.
22196 (walk_type): Process 'reorder' option.
22197 (write_types_process_field): Reorder parameters to gt_pch_note_object,
22198 call reorder_note_routine.
22199 (write_func_for_structure): Reorder parameters to gt_pch_note_object.
22200 (ggc_wtd): Update for change to struct write_types_data.
22201 (pch_wtd): Likewise.
22202 * ggc.h (gt_pch_note_object): Reorder parameters.
22203 (gt_handle_reorder): New definition.
22204 (gt_pch_note_reorder): New prototype.
22205 * ggc-common.c (struct ptr_data): Add reorder_fn.
22206 (gt_pch_note_object): Reorder parameters.
22207 (gt_pch_note_reorder): New.
22208 (gt_pch_save): Call reorder_fn.
22209 * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
22210
22211 * dbxout.c (cwd): Don't mark for PCH.
22212
22213 2002-12-09 Geoffrey Keating <geoffk@apple.com>
22214
22215 * gengtype.c (finish_root_table): Fix some warnings.
22216 (write_root): Handle TYPE_STRING.
22217 * ggc.h (gt_ggc_m_S): Add prototype.
22218 * stringpool.c (gt_ggc_m_S): New function.
22219
22220 2002-11-30 Geoffrey Keating <geoffk@apple.com>
22221
22222 * dwarf2out.c (dw2_string_counter): New.
22223 (AT_string_form): Use it.
22224 (same_dw_val_p): Update for removal of hashtable.h hash tables.
22225
22226 2002-11-22 Geoffrey Keating <geoffk@apple.com>
22227
22228 * dbxout.c: Include gt-dbxout.h.
22229 (lastfile): Mark for PCH/GGC.
22230 (cwd): Likewise.
22231 (struct typeinfo): Likewise.
22232 (typevec): Likewise.
22233 (typevec_len): Likewise.
22234 (next_type_number): Likewise.
22235 (struct dbx_file): Likewise.
22236 (current_file): Likewise.
22237 (next_file_number): Likewise.
22238 (dbxout_init): Allocate typevec, struct dbx_file with GGC.
22239 (dbxout_start_source_file): Allocate struct dbx_file with GGC.
22240 (dbxout_end_source_file): Don't free struct dbx_file.
22241 (dbxout_type): Use GGC to allocate typevec.
22242 * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
22243 (GTFILES): Add dbxout.c.
22244 (gt-dbxout.h): New rule.
22245
22246 * Makefile.in (c-pch.o): Add debug.h as dependency.
22247 * c-pch.c: Include debug.h.
22248 (pch_init): Call start_source_file to keep nesting right.
22249 (c_common_read_pch): Add orig_name parameter. Call
22250 start_source_file debug hook. Call end_source_file debug hook.
22251 * c-common.h (c_common_read_pch): Update prototype.
22252 * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
22253 callback.
22254 * cppfiles.c (struct include_file): Add new field `header_name'.
22255 (find_or_create_entry): Default it to `name'.
22256 (open_file_pch): Set it to the original header file searched for.
22257 (stack_include_file): Don't stack an empty buffer, just handle
22258 PCH files immediately. Pass header_name field to read_pch callback.
22259
22260 2002-11-19 Geoffrey Keating <geoffk@apple.com>
22261
22262 * function.c (funcdef_no): Mark to be saved in a PCH.
22263
22264 2002-11-15 Geoffrey Keating <geoffk@apple.com>
22265
22266 * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
22267
22268 * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
22269
22270 2002-11-14 Geoffrey Keating <geoffk@apple.com>
22271
22272 * optabs.h (code_to_optab): Add GTY marker.
22273
22274 2002-11-13 Geoffrey Keating <geoffk@apple.com>
22275
22276 * Makefile.in (GTFILES): Add cpplib.h.
22277 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
22278 * c-decl.c (build_compound_literal): Don't use var_labelno.
22279 * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
22280 * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
22281 * varasm.c (const_labelno): Use gengtype to mark.
22282 (var_labelno): Likewise.
22283 (in_section): Likewise.
22284 (in_named_name): Likewise.
22285 (struct in_named_entry): Likewise.
22286 (in_named_htab): Likewise.
22287 (set_named_section_flags): Use GGC to allocate struct in_named_entry.
22288 (init_varasm_once): Use GGC to allocate in_named_htab.
22289 * config/darwin.c (current_pic_label_num): Mark for PCH.
22290
22291 2002-11-11 Geoffrey Keating <geoffk@apple.com>
22292
22293 * ggc-simple.c (init_ggc_pch): New stub procedure.
22294 (ggc_pch_count_object): Likewise.
22295 (ggc_pch_total_size): Likewise.
22296 (ggc_pch_this_base): Likewise.
22297 (ggc_pch_alloc_object): Likewise.
22298 (ggc_pch_prepare_write): Likewise.
22299 (ggc_pch_write_object): Likewise
22300 (ggc_pch_finish): Likewise.
22301 (ggc_pch_read): Likewise.
22302
22303 2002-11-08 Geoffrey Keating <geoffk@apple.com>
22304
22305 * c-pch.c (c_common_write_pch): Write the macro definitions after
22306 the GCed data.
22307 (c_common_read_pch): Call cpp_prepare_state. Restore the macro
22308 definitions after the GCed data.
22309 * cpplib.c (save_macros): New.
22310 (reset_ht): New.
22311 (cpp_write_pch_deps): Split out of cpp_write_pch.
22312 (cpp_write_pch_state): Split out of cpp_write_pch.
22313 (cpp_write_pch): Delete.
22314 (struct save_macro_data): Delete.
22315 (cpp_prepare_state): New.
22316 (cpp_read_state): Erase and restore initial macro definitions.
22317 * cpplib.h (struct save_macro_data): Forward-declare.
22318 (cpp_write_pch_deps): Prototype.
22319 (cpp_write_pch_state): Prototype.
22320 (cpp_write_pch): Delete prototype.
22321 (cpp_prepare_state): Prototype.
22322 (cpp_read_state): Add fourth argument.
22323
22324 2002-11-04 Geoffrey Keating <geoffk@apple.com>
22325
22326 * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
22327 (write_array): Remove warning.
22328
22329 * gengtype.c (contains_scalar_p): New.
22330 (finish_root_table): Add the table to all languages, even if it's
22331 empty.
22332 (write_roots): Output gt_pch_scalar_rtab.
22333 * ggc-common.c (gt_pch_save): Write out scalars.
22334 (gt_pch_restore): Read scalars back.
22335
22336 * ggc-page.c (OBJECTS_IN_PAGE): New macro.
22337 (struct page_entry): Delete pch_page field.
22338 (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
22339 (clear_marks): Likewise.
22340 (sweep_pages): Likewise.
22341 (poison_pages): Likewise.
22342 (ggc_print_statistics): Likewise.
22343 (ggc_pch_read): Don't free objects read from a PCH.
22344 Properly set up in_use_p and page_tails.
22345
22346 2002-10-25 Geoffrey Keating <geoffk@apple.com>
22347
22348 * gengtype.c (struct write_types_data): New.
22349 (struct walk_type_data): Make `cookie' const; add extra
22350 prev_val item; add `orig_s' field.
22351 (walk_type): Update prev_val[3].
22352 (write_types_process_field): New.
22353 (write_func_for_structure): Take write_types_data structure.
22354 (write_types): New.
22355 (ggc_wtd): New.
22356 (pch_wtd): New.
22357 (write_types_local_process_field): New.
22358 (gc_mark_process_field): Delete.
22359 (write_local_func_for_structure): New.
22360 (gc_mark_func_name): Delete.
22361 (write_gc_types): Delete.
22362 (write_local): New.
22363 (finish_root_table): Don't include 'ggc_' in PFX.
22364 (write_root): Rename from write_root. Fill pchw field of structures.
22365 (write_array): New.
22366 (write_roots): Rename from write_gc_roots. Split out to write_array.
22367 Update to changes to other routines. Write gt_pch_cache_rtab table.
22368 (main): Write PCH walking routines.
22369 * ggc-common.c: Include toplev.h, sys/mman.h.
22370 (ggc_mark_roots): For cache hashtables, also mark the hash table
22371 and the array of entries.
22372 (saving_htab): New.
22373 (struct ptr_data): New.
22374 (POINTER_HASH): New.
22375 (gt_pch_note_object): New.
22376 (saving_htab_hash): New.
22377 (saving_htab_eq): New.
22378 (struct traversal_state): New.
22379 (call_count): New.
22380 (call_alloc): New.
22381 (compare_ptr_data): New.
22382 (relocate_ptrs): New.
22383 (write_pch_globals): New.
22384 (struct mmap_info): New.
22385 (gt_pch_save): New.
22386 (gt_pch_restore): New.
22387 * ggc-page.c (ROUND_UP_VALUE): New.
22388 (ROUND_UP): New.
22389 (struct page_entry): Add field `pch_page'.
22390 (init_ggc): Use ROUND_UP.
22391 (struct ggc_pch_data): Declare.
22392 (init_ggc_pch): New.
22393 (ggc_pch_count_object): New.
22394 (ggc_pch_total_size): New.
22395 (ggc_pch_this_base): New.
22396 (ggc_pch_alloc_object): New.
22397 (ggc_pch_prepare_write): New.
22398 (ggc_pch_write_object): New.
22399 (ggc_pch_finish): New.
22400 (ggc_pch_read): New.
22401 * ggc.h (gt_pointer_operator): New.
22402 (gt_note_pointers): New.
22403 (gt_pch_note_object): New prototype.
22404 (gt_pointer_walker): New.
22405 (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
22406 (LAST_GGC_ROOT_TAB): Update.
22407 (gt_pch_cache_rtab): Declare.
22408 (gt_pch_scalar_rtab): Declare.
22409 (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
22410 (LAST_GGC_CACHE_TAB): Update.
22411 (gt_pch_save_stringpool): Declare.
22412 (gt_pch_restore_stringpool): Declare.
22413 (gt_pch_p_S): Declare.
22414 (gt_pch_n_S): Declare.
22415 (struct ggc_pch_data): Forward-declare.
22416 (init_ggc_pch): Declare.
22417 (ggc_pch_count_object): Declare.
22418 (ggc_pch_total_size): Declare.
22419 (ggc_pch_this_base): Declare.
22420 (ggc_pch_alloc_object): Declare.
22421 (ggc_pch_prepare_write): Declare.
22422 (ggc_pch_write_object): Declare.
22423 (ggc_pch_finish): Declare.
22424 (ggc_pch_read): Declare.
22425 (gt_pch_save): Declare.
22426 (gt_pch_restore): Declare.
22427 * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
22428 * emit-rtl.c (init_emit_once): Allocate const_int_htab,
22429 const_double_htab, mem_attrs_htab using GGC.
22430 * c-pch.c: Include ggc.h.
22431 (pch_init): Allow reading PCH file back.
22432 (c_common_write_pch): Call gt_pch_save.
22433 (c_common_read_pch): Call gt_pch_restore.
22434 * c-parse.in (init_reswords): Delete now-untrue comment.
22435 Allocate ridpointers using GGC.
22436 * c-objc-common.c (c_objc_common_finish_file): Write PCH before
22437 calling expand_deferred_fns.
22438 * c-common.h (ridpointers): Mark for GTY machinery.
22439 * Makefile.in (stringpool.o): Update dependencies.
22440 (c-pch.o): Update dependencies.
22441 (ggc-common.o): Update dependencies.
22442 * stringpool.c: Include gt-stringpool.h.
22443 (gt_pch_p_S): New.
22444 (gt_pch_n_S): New.
22445 (struct string_pool_data): New.
22446 (spd): New.
22447 (gt_pch_save_stringpool): New.
22448 (gt_pch_restore_stringpool): New.
22449 * tree.c (init_ttree): Make type_hash_table allocated using GC.
22450
22451 2002-10-04 Geoffrey Keating <geoffk@apple.com>
22452
22453 * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
22454 (output_mangled_typename): Don't pass size_t to printf.
22455
22456 * tree.h (union tree_type_symtab): Add tag to `address' field.
22457 (union tree_decl_u2): Add tag to 'i' field.
22458 * varasm.c (union rtx_const_un): Add tags to all fields.
22459 * gengtype.c (struct walk_type_data): New.
22460 (output_escaped_param): Take struct walk_type_data parameter.
22461 (write_gc_structure_fields): Delete.
22462 (walk_type): New.
22463 (write_gc_marker_routine_for_structure): Delete.
22464 (write_func_for_structure): New.
22465 (gc_mark_process_field): New.
22466 (gc_mark_func_name): New.
22467 (gc_counter): Delete.
22468 (write_gc_types): Use write_func_for_structure.
22469 (write_gc_roots): Use walk_type.
22470
22471 2002-10-02 Geoffrey Keating <geoffk@apple.com>
22472
22473 * ggc-common.c (ggc_mark_roots): Delete 'x'.
22474 (ggc_splay_dont_free): Fix warning about unused 'x'.
22475 (ggc_print_common_statistics): Remove warnings.
22476
22477 2002-10-01 Mike Stump <mrs@apple.com>
22478
22479 * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
22480 * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
22481
22482 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
22483 Catherine Moore <clm@redhat.com>
22484
22485 * Makefile (c-pch.o): Update dependencies.
22486 (LIBCPP_OBJS): Add cpppch.o.
22487 (cpppch.o): New.
22488 * c-common.c (c_common_init): Don't call pch_init here.
22489 * c-common.h (c_common_read_pch): Update prototype.
22490 * c-lex.c (c_common_parse_file): Call pch_init here.
22491 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
22492 (c_common_decode_option): Handle them.
22493 * c-pch.c: Include c-pragma.h.
22494 (save_asm_offset): Delete.
22495 (pch_init): Move contents of save_asm_offset into here, call
22496 cpp_save_state.
22497 (c_common_write_pch): Call cpp_write_pch.
22498 (c_common_valid_pch): Warn only when -Winvalid-pch. Call
22499 cpp_valid_state.
22500 (c_common_read_pch): Add NAME parameter. Call cpp_read_state.
22501 * cppfiles.c (stack_include_file): Update for change to
22502 parameters of cb.read_pch.
22503 * cpphash.h (struct cpp_reader): Add `savedstate' field.
22504 * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
22505 `restore_pch_deps' fields.
22506 (struct cpp_callbacks): Add NAME parameter to `read_pch'.
22507 (cpp_save_state): Prototype.
22508 (cpp_write_pch): Prototype.
22509 (cpp_valid_state): Prototype.
22510 (cpp_read_state): Prototype.
22511 * cpppch.c: New file.
22512 * flags.h (version_flag): Remove prototype.
22513 * mkdeps.c (deps_save): New.
22514 (deps_restore): New.
22515 * mkdeps.h (deps_save): Prototype.
22516 (deps_restore): Prototype.
22517 * toplev.c (late_init_hook): Delete.
22518 (version_flag): Make static again.
22519 (compile_file): Don't call late_init_hook.
22520 * toplev.h (late_init_hook): Delete.
22521 * doc/cppopts.texi: Document -fpch-deps.
22522 * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
22523
22524 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
22525
22526 * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
22527 callers.
22528 (c_common_valid_pch): Rename from c_valid_pch, change callers.
22529 (c_common_read_pch): Rename from c_read_pch, change callers.
22530
22531 * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
22532 a space between it and its argument.
22533
22534 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
22535
22536 * c-pch.c: New file.
22537 * toplev.h (late_init_hook): Declare.
22538 * toplev.c (late_init_hook): Define.
22539 (version_flag): Make globally visible.
22540 (compile_file): Call late_init_hook.
22541 (init_asm_output): Make output file seekable.
22542 * gcc.c (default_compilers): Update c-header rule.
22543 * flags.h (version_flag): Declare.
22544 * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
22545 fields.
22546 * cppfiles.c (struct include_file): Add 'pch' field.
22547 (INCLUDE_PCH_P): New.
22548 (open_file_pch): New.
22549 (stack_include_file): Handle PCH files specially.
22550 (find_include_file): Call open_file_pch instead of open_file.
22551 (_cpp_read_file): Explain why open_file is used instead of
22552 open_file_pch.
22553 * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
22554 * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
22555 * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
22556 in cpplib callbacks.
22557 * c-common.c (pch_file): Correct comment.
22558 (allow_pch): Define.
22559 (c_common_init): Call pch_init.
22560 * c-common.h (allow_pch): Declare.
22561 (pch_init): Declare.
22562 (c_valid_pch): Declare.
22563 (c_read_pch): Declare.
22564 (c_write_pch): Declare.
22565 * Makefile.in (c-pch.o): New.
22566 (C_AND_OBJC_OBJS): Add c-pch.o.
22567 * doc/invoke.texi (Precompiled Headers): Add index entries,
22568 complete truncated paragraph.
22569
22570 2002-08-17 Geoffrey Keating <geoffk@redhat.com>
22571
22572 * c-common.c: (pch_file): Define.
22573 * c-common.h (pch_file): Declare.
22574 * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
22575 (missing_arg): Require --output-pch= to have an argument.
22576 (c_common_decode_option): Handle --output-pch=.
22577 * gcc.c: Document new %V.
22578 (default_compilers): Handle compiling C header files.
22579 (do_spec_1): Implement %V.
22580 (main): Handle "gcc foo.h" without trying to run linker.
22581 * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
22582 (Overall Options): Document what the driver does with header files,
22583 document new -x option possibilities.
22584 (Invoking G++): More documentation for PCH.
22585 (Precompiled Headers): New.
22586
22587 2002-08-09 Geoffrey Keating <geoffk@redhat.com>
22588
22589 * ggc.h: Don't include varray.h. Rearrange functions to be more
22590 organized.
22591 (ggc_add_root): Delete.
22592 (ggc_mark_rtx): Delete.
22593 (ggc_mark_tree): Delete.
22594 (struct ggc_statistics): Remove contents.
22595 * ggc-common.c: Remove unneeded includes.
22596 (struct ggc_root): Delete.
22597 (roots): Delete.
22598 (ggc_add_root): Delete.
22599 (ggc_mark_roots): Don't mark `roots'. Call ggc_mark_stringpool.
22600 (ggc_print_common_statistics): Remove most of the contents.
22601 * Makefile.in (GGC_H): No longer uses varray.h.
22602 (ggc-common.o): Update dependencies.
22603 (c-parse.o): Add varray.h to dependencies.
22604 (c-common.o): Add varray.h.
22605 * stringpool.c (mark_ident): Use mangled name for tree marker routine.
22606 (mark_ident_hash): Rename to ggc_mark_stringpool.
22607 (init_stringpool): Don't use ggc_add_root.
22608 * c-parse.in: Include varray.h.
22609 * c-common.c: Include varray.h.
22610 * objc/Make-lang.in (objc-act.o): Add varray.h.
22611 * objc/objc-act.c: Include varray.h.
22612
22613 2002-07-25 Geoffrey Keating <geoffk@redhat.com>
22614
22615 * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
22616 (dw_cfi_oprnd1_desc): Likewise.
22617
22618 2002-07-17 Geoffrey Keating <geoffk@redhat.com>
22619
22620 * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
22621 move out of ifdef.
22622 (alpha_links): Use gengtype to mark; move out of ifdef.
22623 (mark_alpha_links_node): Delete.
22624 (mark_alpha_links): Delete.
22625 (alpha_need_linkage): Use GGC to allocate splay tree, struct
22626 alpha_links, strings. Don't use ggc_add_root.
22627 * ggc-common.c (ggc_splay_alloc): New.
22628 (ggc_splay_dont_free): New.
22629 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
22630 (ggc_mark_tree): Likewise.
22631 (splay_tree_new_ggc): New.
22632 (ggc_splay_alloc): Declare.
22633 (ggc_splay_dont_free): Declare.
22634 * dwarf2asm.c: Include gt-dwarf2asm.h.
22635 (mark_indirect_pool_entry): Delete.
22636 (mark_indirect_pool): Delete.
22637 (indirect_pool): Use gengtype to mark.
22638 (dw2_force_const_mem): Don't use ggc_add_root.
22639 * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
22640 (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
22641 (gt-dwarf2asm.h): Depend on s-gtype.
22642
22643 2002-07-08 Geoffrey Keating <geoffk@redhat.com>
22644
22645 * tree.h (union tree_type_symtab): Mark `die' field.
22646 * Makefile.in (dwarf2out.o): Update dependencies.
22647 * dwarf2out.c: Use GGC to allocate all structures. Convert to htab_t
22648 hash tables.
22649 (dw_cfi_oprnd1_desc): New function.
22650 (dw_cfi_oprnd2_desc): New function.
22651 (indirect_string_alloc): Delete.
22652 (debug_str_do_hash): New function.
22653 (debug_str_eq): New function.
22654 (mark_limbo_die_list): Delete.
22655 (dwarf2out_init): Don't call ggc_add_root.
22656
22657 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
22658
22659 The following changes are merged from itanium-sched-branch:
22660
22661 2003-01-08 David Edelsohn <edelsohn@gnu.org>
22662
22663 * doc/md.texi: Clarify assignment of units to automata description.
22664
22665 2003-01-08 Vladimir Makarov <vmakarov@redhat.com>
22666
22667 * genautomata.c (unit_decl): Remove members
22668 `the_same_automaton_unit' and
22669 `the_same_automaton_message_reported_p'.
22670 (process_unit_to_form_the_same_automaton_unit_lists,
22671 form_the_same_automaton_unit_lists_from_regexp,
22672 form_the_same_automaton_unit_lists, the_same_automaton_lists):
22673 Remove them.
22674 (annotation_message_reported_p): New global variable.
22675 (check_unit_distribution_in_reserv,
22676 check_regexp_units_distribution): New functions.
22677 (check_unit_distributions_to_automata): Rewrite it.
22678
22679 2003-01-04 Vladimir Makarov <vmakarov@redhat.com>
22680
22681 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
22682 Use continue instead of break if cycle is too big.
22683
22684 2002-12-20 Vladimir Makarov <vmakarov@redhat.com>
22685
22686 * genautomata.c (check_unit_distributions_to_automata): Output at
22687 most one message for a unit.
22688 (process_unit_to_form_the_same_automaton_unit_lists): Check
22689 automaton of units instead of units themself.
22690
22691 * doc/md.texi: Describe the constraint about assigning unit to
22692 automata.
22693
22694 2002-12-20 Jan Hubicka <jH@suse.cz>
22695 Vladimir Makarov <vmakarov@redhat.com>
22696
22697 * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
22698 and `in_set_p'.
22699 (gen_cpu_unit): Initialize the new members.
22700 (process_regexp_cycles): Calculate minimal finish cycle too. Set
22701 up `min_occ_cycle_num'.
22702 (evaluate_max_reserv_cycles): Change the function call.
22703 (CLEAR_BIT): New macro.
22704 (states_union, state_shift): Use the mask.
22705 (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
22706 (form_reservs_matter): New function.
22707 (make_automaton): Call the function and use the mask.
22708 (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
22709 account.
22710
22711 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22712
22713 * config/ia64/itanium2.md (lfetch): Change the insn reservation.
22714
22715 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22716
22717 * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
22718 for Itanium.
22719
22720 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22721
22722 * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
22723 default cpu.
22724
22725 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
22726 2002-10-31 Dale Johannesen <dalej@apple.com>
22727
22728 * haifa-sched.c (find_set_reg_weight): New function.
22729 (find_insn_reg_weight): Use the new function.
22730 (schedule_block): Do sorting ready queue always
22731 after insn issue.
22732
22733 2002-11-27 Vladimir Makarov <vmakarov@redhat.com>
22734
22735 * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
22736
22737 2002-11-19 Vladimir Makarov <vmakarov@redhat.com>
22738
22739 * haifa-sched.c (choice_entry): New structure.
22740 (choice_stack, cycle_issued_insns): New variables.
22741 (max_issue): Rewrite it.
22742 (choose_ready): Set up ready_try for unknown insns too.
22743 (schedule_block): Allocate and free choice_stack. Set up
22744 and modify cycle_issued_insns.
22745
22746 * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
22747 with and without filling the bundle.
22748 (bundling): Combine calls of issue_nops_and_insn.
22749
22750 2002-10-17 Vladimir Makarov <vmakarov@redhat.com>
22751
22752 * config/ia64/itanium1.md: New file.
22753
22754 * config/ia64/itanium2.md: New file.
22755
22756 * config/ia64/ia64.md: Move DFA descriptions into the new files.
22757 Remove the old pipeline description.
22758
22759 * config/ia64/ia64.c (ia64_override_options): Add aliases of
22760 itanium processor names.
22761
22762 2002-10-16 Vladimir Makarov <vmakarov@redhat.com>
22763
22764 * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
22765 (ia64_reorg): Set up queried unit codes for Itanium2 too.
22766
22767 * config/ia64/ia64.md: Add descriptions for Itanium2.
22768
22769 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
22770
22771 * config/ia64/ia64.h (processor_type): New enumeration.
22772 (ia64_tune, ia64_tune_string): New external declarations.
22773 (TARGET_OPTIONS): Add option `tune='.
22774
22775 * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
22776 variables.
22777 (ia64_override_options): Set up `ia64_tune'.
22778 (ia64_sched_reorder2): Set up `clocks' only for Itanium.
22779 (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
22780 (bundling): Add nops for MM-insns only for Itanium.
22781 (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
22782 Itanium.
22783
22784 * config/ia64/ia64.md (cpu): New attribute.
22785 (DFA description): Enable it only for Itanium.
22786
22787 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
22788 Richard Henderson <rth@redhat.com>
22789
22790 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
22791 MASK_EARLY_STOP_BITS.
22792 (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
22793 (TARGET_SWITCHES): Rename option `tune-stop-bits' to
22794 `early-stop-bits'.
22795
22796 * config/ia64/ia64.c (ia64_dfa_new_cycle,
22797 final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
22798 instead of TARGET_TUNE_STOP_BITS.
22799
22800 * doc/invoke.texi: Rename option `-mtune-stop-bits' to
22801 `-mearly-stop-bits'.
22802
22803 * config/ia64/ia64.c (automata_option "v"): Comment it.
22804
22805 2002-10-07 Vladimir Makarov <vmakarov@redhat.com>
22806
22807 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
22808 New macros.
22809 (TARGET_SWITCHES): Add entries for the new option.
22810
22811 * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
22812 dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
22813 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
22814 global variables.
22815 (ia64_sched_reorder2): Set up `clocks'.
22816 (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
22817 (ia64_dfa_new_cycle): Set up add_cycle. Permit sorting ready
22818 queue when TARGET_TUNE_STOP_BITS.
22819 (bundling): Insert additional nops for MM-insns.
22820 (final_emit_insn_group_barriers): Add insertion of stop bits
22821 according `stops_p'.
22822 (ia64_reorg): Initiate the new varibales.
22823
22824 * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
22825
22826 2002-10-02 Vladimir Makarov <vmakarov@redhat.com>
22827
22828 * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
22829 insns at the end of block insn scheduling.
22830
22831 2002-09-30 Vladimir Makarov <vmakarov@redhat.com>
22832
22833 * sched-deps.c (remove_dependence, group_leader): Remove it.
22834 (add_dependence): Add dependence to group leader to.
22835 (set_sched_group_p): Add dependence to the first insn of the
22836 schedule group too.
22837 (sched_analyze_insn): Make dependence to jump as anti-dependence.
22838 Change true dependence by anti-dependence when
22839 `reg_pending_barrier'.
22840
22841 * sched-rgn.c (init_ready_list, can_schedule_ready_p,
22842 add_branch_dependences): Ignore schedule groups.
22843
22844 * sched-ebb.c (init_ready_list): Ditto.
22845
22846 * (move_insn, set_priorities): Ditto.
22847
22848 * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
22849 flag is clear after reload.
22850 (adjust_cost): Change cost only for output dependencies.
22851
22852 * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
22853
22854 2002-09-26 Vladimir Makarov <vmakarov@redhat.com>
22855
22856 * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
22857
22858 * target.h (gcc_target): Add member
22859 `dependencies_evaluation_hook'.
22860
22861 * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
22862 macro.
22863 (TARGET_SCHED): Add initiatialization of the new member.
22864
22865 * sched-ebb.c: Include `target.h'.
22866 (schedule_ebb): Call `dependencies_evaluation_hook'.
22867
22868 * sched-rgn.c (schedule_region): Call
22869 `dependencies_evaluation_hook'.
22870
22871 * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
22872 New macro.
22873 (ia64_dependencies_evaluation_hook): New function.
22874
22875 * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
22876 Describe the new hook.
22877
22878 2002-09-25 Vladimir Makarov <vmakarov@redhat.com>
22879
22880 * target.h (gcc_target): Add members
22881 `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
22882
22883 * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
22884 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
22885 macros.
22886 (TARGET_SCHED): Add initiatialization of the new members.
22887
22888 * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
22889 insn scheduling too.
22890 (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
22891 initialize `ready_try'.
22892 (schedule_block): Use `dfa_new_cycle'. Sort `ready' only unless
22893 `dfa_new_cycle' says not to do it.
22894
22895 * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
22896 bundling.
22897
22898 * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
22899
22900 * config/ia64/ia64.c: Include `hashtab.h'.
22901 (ia64_first_cycle_multipass_dfa_lookahead_guard,
22902 ia64_dfa_new_cycle, final_emit_insn_group_barriers,
22903 ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
22904 initiate_bundle_states, finish_bundle_states, bundle_state_hash,
22905 bundle_state_eq_p, insert_bundle_state,
22906 initiate_bundle_state_table, finish_bundle_state_table,
22907 try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
22908 get_template, get_next_important_insn, bundling): New functions.
22909 (ia64_internal_sched_reorder): Remove it.
22910 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22911 TARGET_SCHED_DFA_NEW_CYCLE): New macros.
22912 (ia64_safe_itanium_requires_unit0): Remove it.
22913 (group_barrier_needed_p): Place group barrier right before a real
22914 insn.
22915 (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
22916 Remove them.
22917 (bundle_name): New variable.
22918 (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
22919 _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
22920 _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
22921 pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
22922 temp_dfa_state, prev_cycle_state): New global variables.
22923 (insn_matches_slot, maybe_rotate, finish_last_head,
22924 rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
22925 cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
22926 find_best_packet, itanium_reorder, dump_current_packet,
22927 schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
22928 (sched_data, sched_ready, sched_types): Remove them.
22929 (ia64_sched_init): Initiate only `last_scheduled_insn' and call
22930 `init_insn_group_barriers'.
22931 (ia64_sched_reorder, ia64_sched_reorder2): Call
22932 ia64_dfa_sched_reorder.
22933 (ia64_variable_issue): Rewrite it.
22934 (bundle_state): New structure.
22935 (index_to_bundle_states, bundle_states_num,
22936 allocated_bundle_states_chain, free_bundle_state_chain): New
22937 global variables.
22938 (ia64_sched_finish): Add stop bits and call `bundling' after the
22939 2nd insn scheduling.
22940 (ia64_use_dfa_pipeline_interface): Return zero always.
22941 (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
22942 insn scheduling.
22943 (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
22944 `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
22945 (ia64_reorg): Add bundling insns.
22946
22947 * doc/tm.texi
22948 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22949 TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
22950
22951 2002-09-23 Vladimir Makarov <vmakarov@redhat.com>
22952
22953 * config/ia64/ia64.md: Add Itanium1 DFA description.
22954 (itanium_class): Add `nop' and `pre_cycle'. Add
22955 define_function_unit for `nop'.
22956 (nop): Change attribute `itanium_class'.
22957 (pre_cycle): New define_insn.
22958
22959 * config/ia64/ia64-protos.h (bundling_p): New external variable.
22960 (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
22961 ia64_produce_address_p): New function prototypes.
22962
22963 * config/ia64/ia64.c (bundling_p): New global variable.
22964 (ia64_use_dfa_pipeline_interface,
22965 ia64_first_cycle_multipass_dfa_lookahead,
22966 ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
22967 functions.
22968 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
22969 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
22970 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
22971 TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
22972 (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
22973 ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
22974 (dfa_pre_cycle_insn): New variable.
22975
22976 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
22977
22978 * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
22979 constructions.
22980
22981 * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
22982 New function prototypes.
22983
22984 * genattrtab.c (main): Process the new constructions.
22985
22986 * genautomata.c (gen_presence_absence_set,
22987 process_presence_absence_names, process_presence_absence_patterns,
22988 add_presence_absence, check_absence_pattern_sets): Add parameter
22989 `final_p'.
22990 (unit_decl): Add new members `final_presence_list' and
22991 `final_absence_list'.
22992 (unit_pattern_rel_decl): Add new member `final_p'.
22993 (gen_final_presence_set, gen_final_absence_set): New functions.
22994 (process_decls): Use member `final_p'.
22995 (temp_reserv): New global variable.
22996 (reserv_sets_are_intersected): Add processing `final_presence_set'
22997 and `final_absence_set'.
22998 (initiate_states): Allocate `temp_reserv'.
22999 (unit_final_presence_set_table, unit_final_absence_set_table): New
23000 gloabal variables.
23001 (initiate_presence_absence_pattern_sets): Initiate them.
23002 (NDFA_to_DFA): Fix typo.
23003 (output_description): Output `final_presence_set' and
23004 `final_absence_set'.
23005
23006 * doc/md.texi (final_presence_set, final_absence_set): Describe
23007 them.
23008
23009 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
23010
23011 * genautomata.c (transform_3): Process a missing case (nothing on
23012 unit place).
23013
23014 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
23015
23016 * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
23017 comments about queried units and the minimization.
23018
23019 * doc/md.texi: Ditto.
23020
23021 * genautomata.c (create_composed_state): Return nonzero if the new
23022 state has been created.
23023 (first_cycle_unit_presence): New function.
23024 (state_is_differed): Add new parameter. Use the new function.
23025 Take queried units into account.
23026 (partition_equiv_class): Pass additional parameter to
23027 `state_is_differed'.
23028 (merge_states): Process composed states too.
23029 (build_automaton, create_automata, output_min_issue_delay_table,
23030 output_tables, output_statistics): Output more information.
23031 (output_reserved_units_table): Use function
23032 `first_cycle_unit_presence'.
23033 (output_tables): Output table of queried units even if the
23034 minimization is switched on.
23035 (write_automata): Output code for querying units even if the
23036 minimization is switched on.
23037
23038 2002-09-19 Vladimir Makarov <vmakarov@redhat.com>
23039
23040 * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
23041 syntax of the constructions.
23042
23043 * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
23044 extended syntax of the constructions.
23045
23046 * genautomata.c (unit_rel_decl): Rename it to
23047 `unit_pattern_rel_decl'.
23048 (pattern_set_el, pattern_reserv): New structures.
23049 (pattern_set_el_t, pattern_reserv_t): New types.
23050 (gen_presence_absence_set): New function.
23051 (process_presence_absence): Remove it.
23052 (process_presence_absence_names,
23053 process_presence_absence_patterns): New functions.
23054 (get_presence_absence_set): Remove it.
23055 (initiate_presence_absence_sets): Rename it on
23056 `initiate_presence_absence_pattern_sets'. Use new function
23057 `form_reserv_sets_list'.
23058 (form_reserv_sets_list, check_presence_pattern_sets,
23059 check_absence_pattern_sets, output_pattern_set_el_list): New
23060 functions.
23061 (unit_decl): Change types of members `presence_list' and
23062 `absence_list'.
23063 (unit_rel_decl): Rename member `names_num' to `all_names_num'.
23064 (decl): Change types of members `excl', `presence', and `absence'.
23065 (get_str_vect): Rename `par_flag' to `paren_p'. Add null element
23066 at the end of the vector.
23067 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
23068 gen_automaton, gen_regexp_repeat, gen_regexp_allof,
23069 gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
23070 (gen_presence_set, gen_absence_set): Use new function
23071 `gen_presence_absence_set'.
23072 (add_presence_absence): Process `pattern_list' instead of
23073 `source_list'.
23074 (process_decls): USe new functions
23075 `process_presence_absence_names' and
23076 `process_presence_absence_patterns'.
23077 (reserv_sets_are_intersected): Use new function
23078 `check_presence_pattern_sets'.
23079 (presence_set, absence_set): Remove them.
23080 (unit_presence_set_table, unit_absence_set_table): New global
23081 variables.
23082 (output_description): Use new function
23083 `output_pattern_set_el_list'.
23084 (generate): Use `initiate_presence_absence_pattern_sets'.
23085
23086 2002-09-18 Vladimir Makarov <vmakarov@redhat.com>
23087
23088 * genattr.c (main): Add output of prototype of new interface
23089 function `dfa_clean_insn_cache'.
23090
23091 * genautomata.c (output_dfa_clean_insn_cache_func): New function.
23092 (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
23093 (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
23094 the generated code.
23095 (write_automata): Call the new function.
23096
23097 2003-01-09 Jan Hubicka <jh@suse.cz>
23098
23099 * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
23100 correctly.
23101
23102 2003-01-09 Paolo Carlini <pcarlini@unitus.it>
23103
23104 * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
23105
23106 2003-01-09 J"orn Rennecke <joern.rennecke@superh.com>
23107
23108 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
23109 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
23110 (CONSTRAINT_LEN): Provide default definition.
23111 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
23112 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
23113 (EXTRA_CONSTRAINT_STR): Likewise.
23114 (REG_CLASS_FROM_CONSTRAINT): Define.
23115 * genoutput.c (check_constraint_len, constraint_len): New functions.
23116 (validate_insn_alternatives): Check CONSTRAINT_LEN for each
23117 constraint / modifier.
23118 (gen_insn): Call check_constraint_len.
23119 * local-alloc.c (block_alloc): Update to use new macros / pass
23120 second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
23121 * ra-build.c (handle_asm_insn): Likewise.
23122 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
23123 (constrain_operands, peep2_find_free_register): Likewise.
23124 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
23125 * regmove.c (find_matches): Likewise.
23126 * reload.c (push_secondary_reload, find_reloads): Likewise.
23127 (alternative_allows_memconst): Likewise.
23128 * reload1.c (maybe_fix_stack_asms): Likewise.
23129 (reload_cse_simplify_operands): Likewise.
23130 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
23131 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
23132 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
23133 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
23134 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
23135 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
23136
23137 * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
23138
23139 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
23140
23141 * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
23142 length.
23143 (*extzv_1_r_h8300hs): Likewise.
23144 (*extzv_1_r_inv_h8300): Likewise.
23145 (*extzv_1_r_inv_h8300hs): Likewise.
23146
23147 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
23148
23149 * config/h8300/h8300.h (PREDICATE_CODES): New.
23150
23151 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
23152
23153 * config/h8300/h8300.md (*addsi3_upper): New.
23154 (*iorsi3_shift): Likewise.
23155 (two splitters): Likewise.
23156 (*addsi3_shift): Likewise.
23157 (two splitters): Likewise.
23158
23159 2003-01-09 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
23160
23161 * Makefile.in (optabs.o): Add dependency on basic-block.h.
23162 * basic-block.h (control_flow_insn_p): Fuction was exported.
23163 * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
23164 * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
23165 notes only when the region is contained in a single basic block.
23166
23167 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
23168
23169 PR inline-asm/8832
23170 * tree.h (expand_asm): New prototype.
23171 * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
23172 to do so.
23173 * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
23174 down to expand_asm.
23175 * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
23176 * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
23177 (volatile_refs_p) [ASM_INPUT]: Likewise.
23178 (side_effects_p) [ASM_INPUT]: Likewise.
23179
23180 2003-01-09 Jan Hubicka <jh@suse.cz>
23181
23182 * i386.md (*mul*): FIx constraints; remove confused comment; fix
23183 athlon_decode attributes
23184 (imul/k8 optimization peep2s): New.
23185
23186 * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
23187 * i386.md (type attribute): Add ssecomi.
23188 (unit, memory, prefix attributes): Handle ssecomi.
23189 (cvt?2? patterns): Fix athlon_decode attribute
23190 (comi patterns): Set attribute to ssecomi.
23191
23192 PR target/8343
23193 * m68k.md (umulsidi, mulsidi expanders): Use register operand.
23194
23195 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
23196
23197 * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
23198 that match register_operands.
23199 * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
23200 register_operand the default case.
23201
23202 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
23203
23204 PR c/8032
23205 * c-typeck.c (process_init_element) [RECORD_TYPE]: For
23206 an empty element, do not advance the pointer to unfilled
23207 fields if there are pending initializers.
23208
23209 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
23210
23211 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
23212 (install-gcc-tooldir, install-cpp, installdirs,
23213 install-common, install-driver, install-info, install-man,
23214 install-headers, install-include-dir, install-headers-tar,
23215 install-headers-cpio, install-headers-cp, install-mkheaders,
23216 install-collect2, uninstall): Prepend $(DESTDIR) to
23217 destination paths in all (un)installation commands.
23218 (install-driver): Rewrite $(LN) commands to support DESTDIR
23219 with "ln" as well as with "ln -s".
23220 (installdirs): Simply use mkinstalldirs.
23221 (install-libgcc, install-multilib): Also pass DESTDIR.
23222 * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
23223 installation destination variable ldir.
23224 * config/alpha/t-osf4, config/arm/t-netbsd,
23225 config/ia64/t-hpux, config/mips/t-iris5-6,
23226 config/pa/t-hpux-shlib, config/rs6000/t-aix43,
23227 config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
23228 config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
23229 in the definition of SHLIB_INSTALL.
23230 * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
23231 $(libsubdir) in the installation commands.
23232
23233 2003-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
23234
23235 * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
23236 non-optimizing compile.
23237 (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
23238 compile.
23239
23240 2003-01-08 Douglas B Rupp <rupp@gnat.com>
23241
23242 * config/i386/i386.c (ix86_attribute_table): Add new attributes
23243 ms_struct and gcc_struct.
23244 (ix86_handle_struct_attribute): New function.
23245 (ix86_ms_bitfield_layout_p): Update to take new attributes
23246 into account.
23247 * doc/extend.texi: Document new attributes.
23248 * testsuite/gcc.dg/bf-ms-attrib.c: New test.
23249
23250 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
23251
23252 PR optimization/8750
23253 * config/i386/i386.c (ix86_expand_prologue): Don't allow
23254 scheduling pass to move insns across __alloca call.
23255
23256 2003-01-08 Dale Johannesen <dalej@apple.com>
23257
23258 * config/rs6000/rs6000.md: Replace *store_multiple_string
23259 with *stmsi[3-8].
23260
23261 2003-01-08 Jeff Sturm <jsturm@one-point.com>
23262
23263 PR target/9210
23264 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
23265 Set SYMBOL_REF_FLAG on local data sym_ref.
23266
23267 2003-01-08 Dale Johannesen <dalej@apple.com>
23268
23269 * function.c (assign_parms): Don't set pretend_args_size if
23270 REG_PARM_STACK_SPACE.
23271 config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
23272 pretend_args_size.
23273
23274 2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
23275
23276 * gcc.hlp: Delete.
23277
23278 2003-01-09 Jan Hubicka <jh@suse.cz>
23279
23280 * i386.c (ix86_expand_int_addcc): Fix thinko.
23281
23282 2003-01-08 David Edelsohn <edelsohn@gnu.org>
23283
23284 * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
23285 * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
23286 as hook_bool_tree_hwi_hwi_tree_true.
23287 (rs6000_emit_allocate_stack): Use TARGET_32BIT.
23288 (rs6000_emit_epilogue): Same.
23289 (rs6000_output_mi_thunk): Re-implement as RTL.
23290 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
23291 xcoffout_declare_function if any debugging enabled.
23292
23293 2003-01-08 Chris Demetriou <cgd@broadcom.com>
23294
23295 * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
23296 targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
23297 * config/mips/mips.h (enum processor_type): Rename
23298 PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
23299 PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
23300 Add PROCESSOR_M4K.
23301 (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
23302 (ISA_MIPS32R2): New define.
23303 (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
23304 (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
23305 (ISA_HAS_PREFETCH): Add support for MIPS32R2.
23306 (MIPS_ISA_DEFAULT): Likewise. Also, fix indentation.
23307 (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2. Add new
23308 predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
23309 (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
23310 compiling MIPS16 code.
23311 (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
23312 comment.
23313 (ISA_HAS_SEB_SEH): New define.
23314 (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
23315 * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
23316 processor_type value renaming. Add support for MIPS32R2.
23317 Clean up comments, and move "sb1" entry with other MIPS64 CPU
23318 entries.
23319 (override_options): Reimplement -mipsN option handling so that
23320 it will work correctly for -mips32r2. Avoid branch-likely
23321 instructions on MIPS32R2.
23322 * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
23323 (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
23324 (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
23325 (extendhisi2_hw, extendqisi2_hw): New.
23326 * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
23327 for MIPS32R2. Add new predefine __mips_isa_rev for MIPS32,
23328 MIPS32R2, and MIPS64.
23329 (LINK_SPEC): Pass -mips32r2 to linker.
23330 * config/mips/t-isa3264: Built -mips32r2 multilibs.
23331 * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
23332 for mips32r2 in the -march description. Alphabetically sort
23333 CPU names in the -march description. Add long-missed -mips32
23334 and -mips64 to MIPS option summary.
23335
23336 * config.gcc: Update copyright years to include 2003.
23337 * config/mips/mips.c: Likewise.
23338 * config/mips/mips.h: Likewise.
23339 * config/mips/mips.md: Likewise.
23340 * config/mips/netbsd.h: Likewise.
23341 * doc/invoke.texi: Likewise.
23342
23343 2003-01-08 Andreas Schwab <schwab@suse.de>
23344
23345 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
23346 variable.
23347 * configure: Regenerated.
23348
23349 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
23350
23351 * config/h8300/h8300.c (output_logical_op): Replace byte/word
23352 extraction of det with b0, b1, w0, w2, etc.
23353 (compute_logical_op_length): Likewise.
23354 (compute_logical_op_cc): Likewise.
23355
23356 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
23357
23358 * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
23359 HIGH on all variants.
23360
23361 2003-01-08 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
23362
23363 * Makefile.in (PARTITION_H): New.
23364 (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
23365 * basic-block.h: Include hard-reg-set.h.
23366
23367 2003-01-08 Richard Earnshaw <rearnsha@arm.com>
23368
23369 * arm.h (ENABLE_XF_PATTERNS): Delete.
23370 * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
23371 (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
23372 (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
23373 (cmpxf_trap): Delete.
23374 (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
23375
23376 2003-01-08 Jan Hubicka <jh@suse.cz>
23377
23378 * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
23379 (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
23380 (add??cc): New expanders.
23381 * i386.c (expand_int_addcc): New function.
23382 * i386-protos.h (expand_int_addcc): Declare.
23383
23384 * alias.c (memory_modified_1): New static function.
23385 (memory_modified): New static varaible.
23386 (memory_modified_in_insn_p): New global function.
23387 * rtl.h (memory_modified_in_insn_p): Declare.
23388 * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
23389 references.
23390
23391 * expr.h (emit_conditional_add): Declare.
23392
23393 2003-01-07 Janis Johnson <janis187@us.ibm.com>
23394
23395 PR other/8947
23396 * doc/invoke.texi (-malign-double): Explain that the option breaks
23397 binary compatibility.
23398
23399 2003-01-08 Andreas Schwab <schwab@suse.de>
23400
23401 * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
23402 should come from the generic *-*-linux* entry.
23403
23404 2003-01-07 Jan Hubicka <jh@suse.cz>
23405
23406 * cselib.c (cselib_current_insn_in_libcall): New static variable.
23407 (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
23408 we are inside libcall.
23409 * cselib.h (elt_loc_list): Add in_libcall.
23410 * gcse.c (do_local_cprop): Do not copy propagate using insns
23411 in libcalls.
23412
23413 2003-01-07 David Edelsohn <edelsohn@gnu.org>
23414
23415 * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
23416 not normally affect to issue rate.
23417
23418 2003-01-07 Jan Hubicka <jh@suse.cz>
23419
23420 * genopinit.c (optabs): Add addc_optab.
23421 * ifcvt.c (noce_try_store_flag): Rename to ...
23422 (noce_try_addcc): ... this one; handle generic conditional increment.
23423 (noce_process_if_block): Update noce_try_addcc call.
23424 * optabs.c (emit_conditional_add): New.
23425 (init_obtabs): Initialize addc_optab.
23426 * optabs.h (optab_index): Add OTI_addcc.
23427 (addcc_optab): New macro.
23428 * md.texi: Document addMcc
23429
23430 PR target/8322
23431 * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
23432 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23433 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
23434
23435 * reload1.c (delete_output_reload): Avoid repeated attempts
23436 to delete insn.
23437
23438 2003-01-07 Andreas Schwab <schwab@suse.de>
23439
23440 * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
23441 Move --enable-initfini-array check ...
23442 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here. Define
23443 HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
23444 Don't AC_SUBST gcc_cv_initfinit_array. Use AC_TRY_RUN.
23445 * configure: Rebuild.
23446
23447 2003-01-07 Richard Henderson <rth@redhat.com>
23448
23449 * alias.c (find_base_value): Only use new_reg_base_value shortcut
23450 if the register is set once.
23451
23452 2003-01-07 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
23453
23454 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
23455 __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
23456 * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
23457
23458 2003-01-07 Benjamin Kosnik <bkoz@redhat.com>
23459 Sunil Davasam <sunil.k.davasam@intel.com>
23460
23461 PR libstdc++/9076
23462 * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
23463 DW_CFA_same_value, read next and ignore.
23464
23465 2003-01-07 Richard Henderson <rth@redhat.com>
23466
23467 * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
23468
23469 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
23470
23471 * cfg.c: Include alloc-pool.h
23472 (edge_pool): New pool.
23473 (bb_pool): New pool.
23474 (first_deleted_edge): Remove.
23475 (first_deleted_block): Remove.
23476 (init_flow): Alloc/free the pools.
23477 (free_edge): Use pools.
23478 (alloc_block): Ditto.
23479 (expunge_block): Ditto.
23480 (cached_make_edge): Ditto.
23481
23482 * Makefile.in (cfg.o): Add alloc-pool.h dependency.
23483
23484 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
23485
23486 * et-forest.c: Include alloc-pool.h.
23487 (struct et_forest): Add node_pool and occur_pool.
23488 (et_forest_create): Create the new pools.
23489 (et_forest_delete): Delete them.
23490 (et_forest_add_node): Allocate and free using pools.
23491 (et_forest_add_edge): Ditto.
23492 (et_forest_remove_node): Ditto.
23493 (et_forest_remove_edge): Ditto.
23494
23495 * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
23496
23497 2003-01-07 Kazu Hirata <kazu@cs.umass.edu>
23498
23499 * config/h8300/h8300.c (output_logical_op): Simplify and
23500 optimize the handling of SImode.
23501 * config/h8300/h8300.c (compute_logical_op_length): Update
23502 accordingly.
23503 * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
23504
23505 2003-01-07 Richard Sandiford <rsandifo@redhat.com>
23506
23507 * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
23508 big-endian correction to indirect arguments too.
23509
23510 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
23511
23512 Segher Boessenkool <segher@koffie.nl>
23513
23514 * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
23515 (alt_reg_names): Ditto, fix formatting.
23516 * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
23517
23518 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
23519
23520 * config/h8300/h8300.c (final_prescan_insn): Constify uid.
23521 (output_logical_op): Constify intval and det.
23522 (compute_logical_length): Likewise.
23523 (compute_logical_cc): Likewise.
23524 (output_a_shift): Constify mask.
23525 (h8300_encode_label): Constify len.
23526
23527 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
23528
23529 * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
23530 (h8300_expand_epilogue): Likewise.
23531
23532 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
23533
23534 Segher Boessenkool <segher@koffie.nl>
23535
23536 * config/rs6000/altivec.md: Remove spaces from assembler
23537 instruction argument lists.
23538
23539 2003-01-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
23540
23541 * config/c4x/c4x.c (c4x_naked_function_p): Rename from
23542 c4x_assembler_function_p.
23543 (c4x_null_epilogue_p): Complement return value, all uses updated.
23544 (c4x_insert_attributes): Add naked.
23545 * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
23546 * doc/extend.texi: Update C4x function attributes.
23547
23548 2003-01-06 Richard Henderson <rth@redhat.com>
23549
23550 * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
23551 properly when changing "local-ness".
23552 * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
23553
23554 2003-01-06 Dale Johannesen <dalej@apple.com>
23555
23556 * config/darwin-protos.h: Add prototypes for new section functions.
23557
23558 2003-01-06 Chris Demetriou <cgd@broadcom.com>
23559
23560 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
23561 to EABI.
23562
23563 2003-01-06 Zack Weinberg <zack@codesourcery.com>
23564
23565 * hwint.h: If the current compiler has no 64-bit type at all,
23566 make HOST_WIDEST_INT 32 bits.
23567
23568 2003-01-06 Eric Christopher <echristo@redhat.com>
23569
23570 * config/mips/mips.md (movdf_internal2): Fix constraints.
23571
23572 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
23573
23574 * config/h8300/h8300.md (*twoshifts_l16_r1): New.
23575
23576 2003-01-06 Richard Sandiford <rsandifo@redhat.com>
23577
23578 * config/mips/mips.md (leadi): Use dla rather than la.
23579
23580 2003-01-06 Svein E. Seldal <Svein.Seldal@solidas.com>
23581
23582 * config/c4x/c4x.h: Updated specs for new gas format. Fixed bug
23583 in C33_FLAG. Added proper C33 support in ASM_FILE_START macro.
23584
23585 2003-01-06 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
23586
23587 * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
23588 redefinition.
23589
23590 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
23591
23592 * config/h8300/h8300.md (*extzv_8_23): New.
23593
23594 2003-01-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
23595
23596 * pa64-hpux.h (JCR_SECTION_NAME): Define.
23597 (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
23598 USE_EH_FRAME_REGISTRY when defining.
23599
23600 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
23601
23602 * config/h8300/h8300.c (output_a_shift): Do not output a
23603 variable shift.
23604 * config/h8300/h8300.md (two splitters): New.
23605
23606 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
23607
23608 * config/mips/mips.md: Disable the movstrsi define_split.
23609
23610 2003-01-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23611
23612 * alloc-pool.c: Don't include "libiberty.h".
23613 * config/sparc/gmon-sol2.c: Include <fcntl.h>.
23614 * convert.c (convert_to_real): Hide unused variable.
23615
23616 2003-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
23617
23618 * Makefile.in (gtyp-gen.h): Const-ify.
23619 * gcov-dump.c (tag_table): Likewise.
23620
23621 2003-01-04 Bruce Korb <bkorb@gnu.org>
23622
23623 * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
23624 of *both* the file name and the fix name.
23625
23626 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
23627
23628 * config.gcc (hppa*64*-*-hpux11*): Define extra_parts. Don't use
23629 collect2.
23630 * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
23631 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
23632 * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
23633 GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
23634 GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
23635 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
23636 elfos.h.
23637 (EH_FRAME_IN_DATA_SECTION): Delete define.
23638 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
23639 (STARTFILE_SPEC): Use crtbegin.o.
23640 (ENDFILE_SPEC): Use crtend.o.
23641 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
23642 SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
23643 PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
23644 DTOR_LIST_BEGIN): Define.
23645 * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
23646 (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
23647 * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
23648
23649 2002-12-31 Larin Hennessy <larin@science.oregonstate.edu>
23650
23651 * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
23652 * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
23653 m88k-*-sysv3*, Sony NewsOS. Remove references to i860.
23654 Cleanup handling of replacement text.
23655 * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
23656
23657 2003-01-04 Bruce Korb <bkorb@gnu.org>
23658
23659 * fixinc/tests/base/math.h: removed obsolete results
23660 * fixinc/tests/base/stdlib.h: ditto
23661 * fixinc/tests/base/sys/param.h: ditto
23662 * fixinc/tests/base/sys/stat.h: ditto
23663 * fixinc/tests/base/time.h: ditto
23664 * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
23665 * fixinc/tests/base/sys/byteorder.h: ditto
23666 * fixinc/inclhack.def: Remove superfluous backslashes
23667
23668 2003-01-04 Kazu Hirata <kazu@cs.umass.edu>
23669
23670 * config/h8300/h8300-protos.h: Add prototypes for
23671 the new functions defined below.
23672 * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
23673 define.
23674 (dosize): Emit RTL instead of assembly code.
23675 (push): Likewise.
23676 (pop): Likewise.
23677 (h8300_output_function_prologue): Remove.
23678 (h8300_expand_prologue): New.
23679 (h8300_expand_epilogue): New.
23680 (h8300_output_function_epilogue): Do only the reset of
23681 pragma_saveall.
23682 * config/h8300/h8300.md (push_h8300): New.
23683 (push_h8300hs): Likewise.
23684 (pop_h8300): Likewise.
23685 (pop_h8300hs): Likewise.
23686 (*stm_h8300s_2): Change the name to stm_h8300s_2.
23687 (*stm_h8300s_3): Change the name to stm_h8300s_3.
23688 (*stm_h8300s_4): Change the name to stm_h8300s_4.
23689 (*ldm_h8300s_2): New.
23690 (*ldm_h8300s_3): Likewise.
23691 (*ldm_h8300s_4): Likewise.
23692 (return): Likewise.
23693 (*return_1): Likewise.
23694 (prologue): Likewise.
23695 (epilogue): Likewise.
23696 (monitor_prologue): Likewise.
23697
23698 2003-01-03 Dale Johannesen <dalej@apple.com>
23699
23700 * config/darwin.h: (EXTRA_SECTIONS): Add machopic_symbol_stub1,
23701 machopic_picsymbol_stub1.
23702 (EXTRA_SECTION_FUNCTIONS): Ditto.
23703 * rs6000/rs6000.c: Update copyright.
23704 (machopic_output_stub): Use them. Remove an insn from stub code.
23705
23706 2003-01-02 Jason Merrill <jason@redhat.com>
23707
23708 * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
23709
23710 * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
23711 static/external decls.
23712
23713 * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
23714 outermost scope.
23715 * c-decl.c (c_make_fname_decl): Push the decls there, too.
23716
23717 2003-01-03 Kazu Hirata <kazu@cs.umass.edu>
23718
23719 * config/h8300/h8300-protos.h: Add a prototype for
23720 h8300_current_function_interrupt_function_p.
23721 * config/h8300/h8300.c (interrupt_handler): Remove.
23722 (os_task): Likewise.
23723 (monitor): Likewise.
23724 (pragma_interrupt): New.
23725 (WORD_REG_USED): Use
23726 h8300_current_function_interrupt_function_p.
23727 (dosize): Likewise.
23728 (h8300_output_function_prologue): Likewise.
23729 Do not set interrupt_handler, os_task, monitor.
23730 (h8300_output_function_prologue): Use
23731 h8300_current_function_interrupt_function_p.
23732 Do not set interrupt_handler, os_task, monitor.
23733 (h8300_current_function_interrupt_function_p): New.
23734 (h8300_pr_interrupt): Set pragma_interrupt.
23735 (h8300_insert_attributes): Reset pragma_interrupt.
23736
23737 2003-01-03 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
23738
23739 * doc/install.texi (Configuration): Fix markup for reference to
23740 gcc/config.gcc.
23741
23742 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
23743
23744 * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
23745 (*iorhi3_two_qi): Likewise.
23746 (*iorsi3_zexthi): Likewise.
23747 (*xorhi3_zextqi): Likewise.
23748 (*xorsi3_zexthi): Likewise.
23749 (*xorsi3_zextqi): Likewise.
23750
23751 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
23752
23753 * config/h8300/h8300.c (stack_pointer_operand): New.
23754 (const_int_gt_2_operand): Likewise.
23755 (const_int_ge_8_operand): Likewise.
23756 * config/h8300/h8300.md (a splitter): Likewise.
23757 (a peephole2): Likewise.
23758 * config/h8300/h8300-protos.h: Add prototypes for the new
23759 functions above.
23760
23761 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
23762
23763 * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
23764 objc/objc-act.h: Fix copyright years.
23765
23766 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
23767
23768 * doc/passes.texi: Fix documentation for -fssa-ccp
23769
23770 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
23771
23772 * gccbug.in: Update for new categories.
23773
23774 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23775
23776 * config/h8300/h8300.md: Reorder some patterns.
23777
23778 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23779
23780 * config/h8300/h8300.c (output_logical_op): Fix a warning.
23781
23782 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
23783
23784 * config/darwin-protos.h, config/c4x/c4x-protos.h,
23785 config/cris/cris-protos.h, config/i370/i370-protos.h,
23786 config/i960/i960-protos.h, config/ia64/ia64-protos.h,
23787 config/v850/v850-protos.h: Use struct, and don't conditionally
23788 compile on GCC_C_PRAGMA_H.
23789
23790 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23791
23792 * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
23793 * config/h8300/h8300-protos.h: Likewise.
23794 * config/sh/sh-protos.h: Likewise.
23795
23796 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23797
23798 * config/arm/arm-protos.h: Use struct cpp_reader instead of
23799 cpp_reader.
23800 * config/h8300/h8300-protos.h: Likewise.
23801 * config/sh/sh-protos.h: Likewise.
23802
23803 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
23804
23805 * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
23806 arm_pr_long_calls_off): Use struct.
23807 * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
23808 : Similarly.
23809 Don't include cpplib.h.
23810 * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
23811 sh_pr_nosave_low_regs): Similarly.
23812
23813 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
23814
23815 * config/h8300/h8300.c: Include cpplib.h.
23816
23817 2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
23818
23819 * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
23820 objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
23821 objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
23822 "GCC" in the copyright header.
23823
23824 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
23825
23826 * c-pragma.c (c_register_pragma): New.
23827 (init_pragma): Use it.
23828 * c-pragma.h (cpp_register_pragma): Don't declare.
23829 (c_register_pragma): New.
23830 * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
23831 * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
23832 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
23833 * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
23834 * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
23835 * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
23836 * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
23837 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
23838 * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
23839 * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
23840 * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
23841 * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
23842
23843 See ChangeLog.8 for earlier changes.
This page took 0.995534 seconds and 6 git commands to generate.