OSDN Git Service

* opts.c (wrap_help): Use unsigned int, not size_t.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
2
3         * opts.c (wrap_help): Use unsigned int, not size_t.
4
5 2003-07-08  Stephane Carrez  <stcarrez@nerim.fr>
6
7         * config/m68hc11/m68hc11.h (HAVE_AS_DWARF2_DEBUG_LINE): Don't define
8         as .file/.loc directives are incompatible with linker relaxation.
9
10 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
11
12         * Makefile.in (fixinc.sh): Remove gnu-regex.[ch] from dependencies.
13         * fixinc/Makefile.in: Remove all references to gnu-regex.[och].
14         * fixinc/fixfixes.c, fixinc/fixincl.c, fixinc/fixlib.c
15         * fixinc/fixtests.c: Use xregexec not regexec, xregcomp not regcomp.
16         * fixinc/fixlib.h: Include xregex.h not gnu-regex.h.
17         * fixinc/inclhack.def (hpux10_cpp_pow_inline, hpux11_cpp_pow_inline):
18         Escape { and } characters which are not part of range expressions.
19         * fixinc/fixincl.x: Regenerate.
20         * fixinc/gnu-regex.c, fixinc/gnu-regex.h: Delete file.
21
22 2003-07-08  Steven Bosscher  <steven@gcc.gnu.org>
23
24         PR c/1687
25         * tree-inline.c (find_alloca_call): Use
26         walk_tree_without_duplicates, instead of walk_tree.
27         (find_builtin_longjmp_call): Likewise.
28         * c-objc-common.c (c_cannot_inline_fn): Likewise.
29         * c-semantics.c (find_reachable_label): Likewise.
30
31 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
32
33         PR c/11420
34         * config/i386/i386.c (ix86_check_movabs): New function.
35         * config/i386/i386-protos.h (ix86_check_movabs): New prototype.
36         * config/i386/i386.md (movabs[shqd]i_1_rex64): Kill broken alternative.
37         (movabs[shqd]i_[12]_rex64): Add ix86_check_movabs check to conditions.
38
39 2003-07-08  Chris Demetriou  <cgd@broadcom.com>
40
41         * Makefile.in (install-po): Cope with empty CATALOGS.
42
43 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
44
45         * config/mips/elf64.h (TARGET_ASM_UNIQUE_SECTION): Delete.
46         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Delete.
47         (SECTION_FUNCTION_TEMPLATE): Delete.
48         * config/mips/elf.h: As for elf64.h.
49         (ASM_OUTPUT_ALIGNED_BSS): Use named_section rather than sbss_section.
50         * config/mips/linux.h: As for elf.h
51         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
52         * config/mips/iris6.h (EXTRA_SECTIONS): Delete.
53         (EXTRA_SECTION_FUNCTIONS): Remove sdata_section.  Remove the handling
54         of in_sdata from current_section_name and current_section_flags.
55         * config/mips/iris6gld.h (TARGET_ASM_UNIQUE_SECTION): Delete.
56         * config/mips/mips.h (sdata_section, sbss_section): Remove prototypes.
57         (MASK_GP_OPT, TARGET_GP_OPT): Delete.
58         (MASK_NO_FUSED_MADD): Use MASK_GP_OPT's old value.
59         (TARGET_SWITCHES): Neuter gpOPT, gpopt, no-gpOPT and no-gpopt.
60         (SMALL_DATA_SECTION, EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
61         * config/mips/mips.c (TARGET_IN_SMALL_DATA_P): Override.
62         (TARGET_SECTION_TYPE_FLAGS): Override if TARGET_IRIX6.
63         (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
64         (override_options): Remove setting of MASK_GPOPT.
65         (mips_output_external): Use mips_in_small_data_p to check whether a
66         symbol needs an .extern directive.  Don't emit such directives for
67         TARGET_EXPLICIT_RELOCS.
68         (mips_declare_object): Update accordingly.
69         (mips_select_rtx_section): Call named_section rather than
70         SMALL_DATA_SECTION.
71         (mips_select_section): Use default_elf_section_section for everything
72         except .text string constants.
73         (mips_in_small_data_p): New function.
74         (mips_encode_section_info): Remove small data handling.
75         (mips_unique_section): Delete.
76         (iris6_section_type_flags): New function.
77         * doc/tm.texi: Remove documentation of -mgpopt and -mhalf-pic.
78
79 2003-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
80
81         PR Target/11453
82         * pa.md: Disparage all mtsar constraints.
83         (extzv, extv, insv): Don't fail on length of {32|64}.
84
85 2003-07-08  Zack Weinberg  <zack@codesourcery.com>
86
87         * system.h: Poison MAP_CHARACTER.
88         * config/i370/i370-protos.h (mvs_map_char): Delete.
89         * config/i370/i370.c (ascebc, ebcasc, mvs_map_char): Delete.
90         * config/i370/i370.h (MAP_CHARACTER): Delete definition.
91         (ASM_OUTPUT_ASCII): Don't use MAP_CHARACTER.
92
93 2003-07-08  Danny Smith  <dannysmith@users.sourceforge.net>
94
95         * toplev.c (randomize): Correct call to time().
96
97 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
98
99         * unroll.c (reg_dead_after_loop): Check for reg in REG_EQUAL and
100         REG_EQUIV notes as well.
101
102 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
103
104         * doc/md.texi: Fix the description of addmodecc.
105
106 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
107
108         * Makefile.in (top_builddir): Set to "..", not ".".
109         (INTLLIBS, INTLDEPS): Delete.
110         (LIBINTL, LIBINTL_DEP, LIBICONV_DEP): New variables to be substituted.
111         (LIBDEPS): Add $(LIBICONV_DEP).
112         (LIBS): Take out $(INTLLIBS), add $(LIBINTL) and $(LIBICONV).
113         (INCLUDES): Replace -I../intl with @INCINTL@.
114         ($(top_builddir)/intl/libintl.a): Delete rule.
115         (stage2-start, stage3-start, stage4-start, stageprofile-start,
116         stagefeedback-start): Use $$ for variable to be evaluated by
117         shell, not make.
118         * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
119         HAVE_LC_MESSAGES, HAVE_STPCPY): Delete.
120         * aclocal.m4: sinclude ../config/progtest.m4.  Add
121         contents of lcmessage.m4 from gettext distro.
122         * configure.in: Check for wchar.h and setlocale.  Set
123         LIBICONV_DEP to the empty string and substitute it.
124         Call AM_LC_MESSAGES.  Delete AC_ARG_ENABLE for --enable-nls;
125         this is handled elsewhere.  Use ZW_GNU_GETTEXT_SISTER_DIR,
126         not CY_GNU_GETTEXT.  Clear $LIBICONV if its text is included
127         in $LIBINTL, to avoid linking it twice.
128         * configure, config.in: Regenerate.
129
130 2003-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
131
132         * fixinc/mkfixinc.sh: Remove winnt support.
133         * fixinc/fixinc.winnt: Delete with extreme prejudice.
134
135 2003-07-08  Neil Booth  <neil@daikokuya.co.uk>
136
137         * Makefile.in: Update.
138         * c-opts.c (c_common_handle_option): opt_text now contains the '-'.
139         * c.opt: Update documentation.
140         * common.opt: Add some help text.
141         * opts.c: Include intl.h.
142         (wrap_help, print_help): New.
143         (find_opt, handle_option, common_handle_option): opt_text now
144         contains the '-'.  Use print_help to output help.
145         * opts.h (struct cl_option): New member "help".
146         * opts.sh: Update to handle help text output and to prepend
147         options with '-'.
148         * toplev.c (display_help): Remove some help text.
149
150 2003-07-07  David Edelsohn  <edelsohn@gnu.org>
151             Fariborz Jahanian  <fjahanian@apple.com>
152
153         * configure.in: Test for PowerPC mfcr field support in assembler.
154         * config.in, configure: Regenderated.
155
156         * config/rs6000/power4.md: Add mfcrf reservation.
157         * config/rs6000/rs6000-protos.h (mfcr_operation): Declare.
158         * config/rs6000/rs6000.c (mfcr_operation): Define.
159         (print_operand): Add 'Q' case for mfcrf.
160         * config/rs6000/rs6000.h (TARGET_MFCRF): New.
161         * config/rs6000/rs6000.md (attribute "type"): Add mfcrf.
162         (movcc_internal1): Emit optional field operand for mfcr and set
163         "type" attribute appropriately.
164         (mfcr SCC): Likewise.
165         (movesi_from_cr_one): New.
166
167 2003-07-07  Roger Sayle  <roger@eyesopen.com>
168
169         * config/i386/i386.md: Correct check-in of incorrect version.
170
171 2003-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
172
173         * bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
174         adjacent stdio calls.
175         * c-decl.c (c_print_identifier): Likewise.
176         * mips-tfile.c (write_varray, write_object, allocate_cluster): Likewise.
177         * print-rtl.c (print_rtx): Likewise.
178         * print-tree.c (print_node_brief, print_node): Likewise.
179         * system.h (HOST_PTR_PRINTF): Ensure we have a literal string.
180
181         * configure.in (AC_COMPILE_CHECK_SIZEOF): Check for `void *'.
182         * config.in, configure: Regenerated.
183
184 2003-07-07  Roger Sayle  <roger@eyesopen.com>
185
186         PR target/10979
187         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
188         Changed to define_expand patterns that copy operand[1] to prevent
189         it from being clobbered before emitting an atan2?f3_1 insn.
190         (atan2df3_1, atan2sf3_1, atan2xf_1, atan2tf3_1): New define_insn
191         patterns that actually specify the behaviour of x87's FPATAN.
192
193 2003-07-07  Jakub Jelinek  <jakub@redhat.com>
194
195         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Remove bogus
196         clearing of SYMBOL_FLAG_LOCAL bit.
197         If vcall_offset fits into signed 16-bit immediate, use
198         one instruction for both addition and load.
199
200 2003-07-07  Neil Booth  <neil@daikokuya.co.uk>
201
202         * opts.c (common_handle_option): Correct handling of the
203         -falign- switches that do and don't take an argument.
204
205 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
206
207         * config/h8300/h8300.md (pushqi1_h8300hs): Revert my patch
208         today.
209         (pushhi1_h8300hs): Likewise.
210
211 2003-07-07  Andreas Jaeger  <aj@suse.de>
212
213         * genextract.c: Convert remaining prototypes to ISO C90.
214
215         * cpplex.c (_cpp_free_buff): Convert prototype to ISO C90.
216         * fold-const.c (fold_single_bit_test): Likewise.
217         * diagnostic.c (default_diagnostic_finalizer): Likewise.
218         * cfgrtl.c (rtl_redirect_edge_and_branch): Likewise.
219
220         * gengtype.c (write_array): Generate ISO C90 prototypes.
221
222         * genflags.c (gen_proto): Generate ISO C90 prototypes.
223
224 2003-07-07  Roger Sayle  <roger@eyesopen.com>
225
226         PR optimization/11059
227         * expr.c (can_store_by_pieces): Return true if length is zero.
228         (store_by_pieces): If length is zero and endp is two, abort,
229         othwerise, if length is zero and endp is not two, return "to".
230         (clear_by_pieces): Do nothing if length is zero.
231         (clear_storage): Do nothing if length is zero.
232         (store_constructor): Simplify code when size is zero, or the
233         target has already been cleared.  This avoids emitting a
234         blockage instruction when initializing empty structures.
235
236 2003-07-07  Andreas Jaeger  <aj@suse.de>
237
238         * mips-tfile.c: Convert prototypes to ISO C90.
239         * mips-tdump.c: Convert prototypes to ISO C90.
240
241 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
242
243         * rtl.h (emit_line_note): Take a location_t.
244         (emit_line_note_force): Remove.
245         (set_file_and_line_for_statement): Take a location_t.
246         * tree.g (emit_line_note): Take a location_t.
247         * emit-rtl.c (emit_line_note): Take a location_t.
248         (emit_line_note_force): Remove.
249         * function.c (init_function_start): Adjust emit_line_note call.
250         (expand_function_end): Use force_next_line_note, not
251         emit_line_note_force.
252         * c-parse.in (maybe_type_qual): Adjust emit_line_note calls.
253         * c-semantics.c (genrtl_do_pushlevel, genrtl_goto_stmt,
254         genrtl_expr_stmt_value, genrtl_decl_stmt, genrtl_if_stmt,
255         genrtl_while_stmt, genrtl_do_stmt_1, genrtl_return_stmt,
256         genrtl_for_stmt, genrtl_break_stmt, genrtl_continue_stmt,
257         genrtl_continue_stmt, genrtl_switch_stmt,
258         genrtl_asm_stmt): Likewise.
259         * expr.c (expand_expr): Likewise.
260         * integrate.c (expand_inline_function): Likewise.
261         * stmt.c (set_file_and_line_for_stmt): Take a location_t.
262         (expand_decl_init): Adjust emit_line_note call.
263
264 2003-07-07  Dale Johannesen  <dalej@apple.com>
265
266         * config/rs6000/darwin-tramp.asm:  Fix trampolines.  PR 10900.
267
268 2003-07-07  Andreas Jaeger  <aj@suse.de>
269
270         * config/i386/i386-protos.h: Convert prototypes to ISO C90.
271         * config/i386/i386.c: Likewise.
272
273 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
274
275         * config/h8300/h8300.md: Use gen_int_mode instead of
276         GEN_INT (trunc_int_for_mode (...)).
277
278 2003-07-07  Kazu Hirata  <kazu@cs.umass.edu>
279
280         * config/h8300/h8300.md (pushqi1_h8300hs): Optimize by pushing
281         2 bytes and then subtract 2 from the stack pointer.
282         (pushhi1_h8300hs): Likewise.
283
284 2003-07-07  Nathan Sidwell  <nathan@codesourcery.com>
285
286         * configure.in (enable_coverage): Remove -DSELF_COVERAGE, add
287         -frandom-seed.
288         * configure: Regenerated.
289         * Makefile.in: Remove extraneous comment.
290         * toplev.c (randomize): Protect against potential multiple calls.
291         * doc/invoke.texi (-frandom-seed): Document use for in coverage
292         files.
293
294 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
295             Eric Botcazou  <ebotcazou@libertysurf.fr>
296
297         PR optimization/11198
298         * alias.c (objects_must_conflict_p): Return 1 if the types have
299         the same alias set, not if the alias sets only conflict.
300
301 2003-07-07  Andrew Pinski  <pinskia@physics.uc.edu>
302
303         * cppcharset.c (ICONV_CONST): Define iff !HAVE_ICONV.
304         (convert_cset): Change inbuf to type ICONV_CONST char.
305         * Makefile.in (LIBS): Add LIBICONV.
306
307         * doc/invoke.texi (-falign-functions): Document that
308         when n is zero then a machine-dependent default is used.
309         (-falign-labels): Document that when n is zero then a
310         machine-dependent default is used and that -falign-labels =1
311         is equivalent to -fno-align-labels.
312         (-falign-loops): Likewise.
313         (-falign-jumps): Likewise.
314
315 2003-07-06  Art Haas  <ahaas@airmail.net>
316
317         * f/global.c (ffeglobal_type_string_): Fix obsolete GCC array
318         initializer syntax.
319
320 2003-07-06  James E Wilson  <wilson@tuliptree.org>
321
322         PR optimization/9812
323         * rtl.h (mem_for_const_double): Delete prototype.
324         * varasm.c (mem_for_const_double): Delete function.
325         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68kelf.h,
326         config/m68k/m68kv4.h, config/m68k/netbsd-elf.h
327         (LEGITIMATE_PIC_OPERAND_P): Delete duplicate definitions.
328         * config/m68k/m68k.h (LEGITIMATE_CONSTANT_P): Disallow XFmode.
329         (LEGITIMATE_PIC_OPERAND_P): Delete CONST_DOUBLE tests.
330         * config/m68k/m68k.md (movxf): Add reload_in_progress guard.  Add
331         comment about confused support for XFmode constants.
332
333 Mon Jul  7 02:03:56 CEST 2003  Jan Hubicka  <jh@suse.cz>
334
335         * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
336
337 2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
338
339         * config/h8300/h8300.c: Fix comment typos.
340         * config/h8300/h8300.md: Likewise.
341         * config/i386/athlon.md: Likewise.
342         * config/i386/i386.c: Likewise.
343         * config/i386/pentium.md: Likewise.
344         * config/ia64/ia64.c: Likewise.
345         * config/ia64/itanium1.md: Likewise.
346         * config/ia64/itanium2.md: Likewise.
347         * config/m32r/m32r.md: Likewise.
348         * config/m68hc11/m68hc11.c: Likewise.
349         * config/mcore/mcore.c: Likewise.
350         * config/mips/sr71k.md: Likewise.
351         * config/mips/t-iris5-as: Likewise.
352         * config/mmix/mmix.h: Likewise.
353         * config/ns32k/ns32k.h: Likewise.
354         * config/ns32k/NOTES: Fix a typo.
355
356 2003-07-06  Andreas Jaeger  <aj@suse.de>
357
358         * stmt.c: Convert remaining prototypes to ISO C90.
359         * cfglayout.c: Likewise.
360         * dbxout.c: Likewise.
361         * gcc.c: Likewise.
362         * genemit.c: Likewise.
363
364         * basic-block.h: Convert prototypes to ISO C90.
365         * c-parse.in: Likewise.
366         * c-pragma.h: Likewise.
367         * c-typeck.c: Likewise.
368         * cfghooks.h: Likewise.
369         * cfgloopanal.c: Likewise.
370         * dbxout.h: Likewise.
371         * debug.h: Likewise.
372         * dwarf2asm.h: Likewise.
373         * gcov.c: Likewise.
374         * gengtype-lex.l: Likewise.
375         * sched-int.h: Likewise.
376         * timevar.c: Likewise.
377
378 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
379
380         * c-common.h (c_comon_handle_filename,
381         c_common_missing_arguement): New.
382         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
383         LANG_HOOKS_MISSING_ARGUMENT): New.
384         * c-opts.c (missing_arg): Rename c_common_missing_argument,
385         update to be an appropriate langhook.
386         (c_common_handle_option): Don't handle filenames.
387         (c_common_handle_filename): New.
388         * hooks.c (hook_void_constcharptr,
389         hook_bool_constcharptr_size_t_false): New.
390         * hooks.h (hook_void_constcharptr,
391         hook_bool_constcharptr_size_t_false): New.
392         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
393         LANG_HOOKS_MISSING_ARGUMENT): New.
394         (LANG_HOOKS_INITIALIZER): Update.
395         * langhooks.h (struct lang_hooks): Add handle_filename and
396         missing_argument.
397         * opts.c (handle_option): Don't handle filenames here, but ...
398         (handle_options): ... here.
399         (common_handle_option): Don't handle missing arguments here.
400         * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
401         LANG_HOOKS_MISSING_ARGUMENT): New.
402
403 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
404
405         * Makfile.in: Remove traces of mbchar.
406         * c-parse.in (MULTIBYTE_CHARS): Remove.
407         * config.in (MULTIBYTE_CHARS): Remove.
408         * configure: Remove --enable-mbchar.
409         * configure.in: Remove --enable-mbchar.
410         * mbchar.c, mbchar.h: Remove.
411         * system.h: Poison MULTIBYTE_CHARS.
412         * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
413         * config/linux.h (MULTIBYTE_CHARS): Remove.
414         * config/svr4.h (MULTIBYTE_CHARS): Remove.
415         * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
416
417 2003-07-06  Andreas Jaeger  <aj@suse.de>
418
419         * varray.c (varray_check_failed): Fix typo.
420
421         * unroll.c: Convert prototypes to ISO C90.
422         * varasm.c: Likewise.
423         * varray.c: Likewise.
424         * varray.h: Likewise.
425         * vmsdbgout.c: Likewise.
426         * xcoffout.c: Likewise.
427         * xcoffout.h: Likewise.
428
429 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
430
431         * gcov-io.h: Add a local time stamp.
432         (struct gcov_info): Add stamp field.
433         (gcov_truncate): New.
434         * coverage.c (read_counts_file): Skip the stamp.
435         (coverage_begin_output): Write the stamp.
436         (build_gcov_info): Declare and init the stamp.
437         (coverage_finish): Only unlink data file, if stamp is zero.
438         * gcov-dump.c (dump_file): Dump the stamp.
439         * gcov.c (bbg_stamp): New.
440         (release_structures): Clear bbg_stamp.
441         (read_graph_file): Read stamp.
442         (read_count_file): Check stamp.
443         * libgcov.c (gcov_exit): Check stamp and truncate if needed.
444
445 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
446
447         * tree.h (default_flag_random_seed): Remove.
448         * toplev.h (local_tick): Declare.
449         * tree.c (flag_random_seed, default_flag_random_seed): Move to
450         toplev.c.
451         (append_random_chars): Don't call default_flag_random_seed.
452         * toplev.c (flag_random_seed): Define here. Set local_tick.
453         (local_tick): Define.
454         (randomize): New, moved from tree.c.
455         (print_switch_values): Adjust.
456         (toplev_main): Call randomize.
457
458 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
459
460         * tree.h (crc32_string): Declare.
461         * tree.c (append_random_chars): Remove.
462         (crc32_string): New.
463         (get_file_function_name_long): Use crc32_string here.
464
465 2003-07-06  Andreas Jaeger  <aj@suse.de>
466
467         * gcc.c: Convert prototypes to ISO C90.
468         * gcc.h: Likewise.
469         * gcov-dump.c: Likewise.
470         * gcov-iov.c: Likewise.
471         * gcse.c: Likewise.
472         * genattrtab.h: Likewise.
473         * ggc.h: Likewise.
474         * global.c: Likewise.
475         * graph.c: Likewise.
476         * graph.h: Likewise.
477         * hosthooks.h: Likewise.
478         * hooks.h: Likewise.
479         * hooks.c: Likewise.
480         * hashtable.h: Likewise.
481         * hashtable.c: Likewise.
482         * haifa-sched.c: Likewise.
483         * integrate.h: Likewise.
484         * integrate.c: Likewise.
485         * input.h: Likewise.
486         * ifcvt.c: Likewise.
487         * jump.c: Likewise.
488         * langhooks-def.h: Likewise.  Add extern to prototypes.
489         * langhooks.c: Likewise.
490         * langhooks.h: Likewise.
491         * lcm.c: Likewise.
492         * local-alloc.c: Likewise.
493         * loop-init.c: Likewise.
494         * loop-unroll.c: Likewise.
495         * loop-unswitch.c: Likewise.
496         * loop.c: Likewise.
497         * loop.h: Likewise. Add extern to prototypes.
498         * machmode.h: Likewise.
499         * main.c: Likewise.
500         * mbchar.c: Likewise.
501         * mbchar.h: Likewise.
502         * mkdeps.c: Likewise.
503         * mkdeps.h: Likewise.
504         * optabs.c: Likewise.
505         * optabs.h: Likewise.
506         * output.h: Likewise.
507         * gccspec.c: Likwise.
508         * postreload.c: Likewise.
509         * prefix.c: Likewise.
510         * prefix.h: Likewise.
511         * print-rtl.c: Likewise.
512         * print-tree.c: Likewise.
513         * profile.c: Likewise.
514         * read-rtl.c: Likewise.
515         * real.c: Likewise.
516         * real.h: Likewise.
517         * recog.c: Likewise.
518         * recog.h: Likewise.
519         * reg-stack.c: Likewise.
520         * regclass.c: Likewise.
521         * regmove.c: Likewise.
522         * regrename.c: Likewise.
523         * regs.h: Likewise.
524         * reload.c: Likewise.
525         * reload.h: Likewise.
526         * reload1.c: Likewise.
527         * reorg.c: Likewise.
528         * resource.c: Likewise.
529         * resource.h: Likewise.
530         * rtl-error.c: Likewise.
531         * rtl.c: Likewise.
532         * rtl.h: Likewise.
533         * rtlanal.c: Likewise.
534         * sbitmap.c: Likewise.
535         * sbitmap.h: Likewise.
536         * scan-decls.c: Likewise.
537         * scan.c: Likewise.
538         * sched-deps.c: Likewise.
539         * sched-ebb.c: Likewise.
540         * sched-int.h: Likewise.
541         * sched-rgn.c: Likewise.
542         * sched-vis.c: Likewise.
543         * sibcall.c: Likewise.
544         * simplify-rtx.c: Likewise.
545         * sreal.c: Likewise.
546         * sreal.h: Likewise.
547         * ssa-ccp.c: Likewise.
548         * ssa-dce.c: Likewise.
549         * ssa.c: Likewise.
550         * ssa.h: Likewise.
551         * stack.h: Likewise.
552         * stmt.c: Likewise.
553         * stor-layout.c: Likewise.
554         * stringpool.c: Likewise.
555         * target.h: Likewise.
556         * timevar.c: Likewise.
557         * timevar.h: Likewise.
558         * tlink.c: Likewise.
559         * tracer.c: Likewise.
560         * tree-inline.c: Likewise.
561         * tree-inline.h: Likewise.
562         * tree.c: Likewise.
563         * tree.h: Likewise.
564
565 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
566
567         * combine.c (nonzero_bits1): Fix a warning.
568
569 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
570
571         * config/h8300/h8300.c (compute_mov_length): Correct the
572         length of loading CONST0_RTX (SFmode).
573
574 2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
575
576         * toplev.c (output_clean_symbol_name): Remove.
577         * toplev.h (output_clean_symbol_name): Remove.
578         * config/alpha/alpha.c (unicosmk_output_module_name): Use
579         lbasename & clean_symbol_name.
580
581 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
582
583         * ggc.h: Follow spelling conventions.
584         * config/i386/i386.c: Likewise.
585         * config/i386/winnt.c: Likewise.
586         * config/rs6000/rs6000.c: Likewise.
587
588 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
589
590         * bt-load.c: Fix comment typos.
591         * c-incpath.c: Likewise.
592         * cfg.c: Likewise.
593         * cfgcleanup.c: Likewise.
594         * cfgloop.h: Likewise.
595         * cfgloopmanip.c: Likewise.
596         * cfgrtl.c: Likewise.
597         * diagnostic.h: Likewise.
598         * dwarfout.c: Likewise.
599         * emit-rtl.c: Likewise.
600         * et-forest.c: Likewise.
601         * et-forest.h: Likewise.
602         * expr.c: Likewise.
603         * gcse.c: Likewise.
604         * genattr.c: Likewise.
605         * jump.c: Likewise.
606         * langhooks.h: Likewise.
607         * local-alloc.c: Likewise.
608         * loop-unroll.c: Likewise.
609         * loop-unswitch.c: Likewise.
610         * ra-build.c: Likewise.
611         * regclass.c: Likewise.
612         * regmove.c: Likewise.
613         * rtl.def: Likewise.
614         * rtlanal.c: Likewise.
615         * sched-ebb.c: Likewise.
616         * sched-rgn.c: Likewise.
617         * simplify-rtx.c: Likewise.
618         * ssa.c: Likewise.
619         * tracer.c: Likewise.
620         * tree.c: Likewise.
621
622 2003-07-05  Zack Weinberg  <zack@codesourcery.com>
623
624         * cppcharset.c: Use the correct return type for the fallback iconv
625         macro.
626
627 Sat Jul  5 16:18:53 CEST 2003  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
628
629         Blame to Jan Hubicka  <jh@suse.cz>
630         * cfglayout.c (record_effective_endpoints): Split insns before
631         first basic block correctly.
632
633 2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
634
635         * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
636         bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
637         if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
638
639 2003-07-05  Andreas Jaeger  <aj@suse.de>
640
641         * genattrtab.c (write_attr_get): Revert part of last patch to
642         always write out a prototype.
643
644         * genemit.c (gen_split): Readd lost unused attributes in last
645         patch.
646
647 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
648
649         * cfgloopmanip.c (force_single_succ_latches): Force latch to be
650         different from header.
651
652 2003-07-05  Andreas Schwab  <schwab@suse.de>
653
654         * config/m68k/m68k.c: Remove code protected by CRDS.
655         * config/m68k/m68k.md: Likewise.
656
657 2003-07-05  Neil Booth  <neil@daikokuya.co.uk>
658
659         PR driver/11417
660         * c-opts.c (permit_fortran_options): New.
661         (c_common_init_options): Accept fortran front end options if
662         it looks like we might be preprocessing Fortran.
663         (c_common_handle_option): Don't reject switch if permit_fotran_options.
664
665 2003-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
666
667         * genattr.c (internal_dfa_insn_code): Output prototype.
668         * genattrtab.c: Don't output unnecessary decls, output in ISO C.
669         * genautomata.c: Likewise.
670         * genconditions.c: Likewise.
671         * genemit.c: Likewise.
672         * genextract.c: Likewise.
673         * gengenrtl.c: Likewise.
674         * gengtype.c: Likewise.
675         * genopinit.c: Likewise.
676         * genoutput.c: Likewise.
677         * genpeep.c: Likewise.
678         * genrecog.c: Likewise.
679
680 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
681
682         * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
683         (struct cpp_options): Add narrow_charset, wide_charset,
684         bytes_big_endian fields.  Remove EBCDIC field.
685         (cpp_init_iconv, cpp_interpret_string): New external interfaces.
686
687         * cpphash.h: Include <iconv.h> if we have it, otherwise
688         provide a dummy definition of iconv_t.
689         (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
690         (_cpp_valid_ucn): Update prototype.
691         (_cpp_destroy_iconv): New prototype.
692
693         * doc/cpp.texi: Document character set handling.
694         * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
695         * doc/extend.texi: Delete entire section on multiline strings.
696         Rewrite section on __FUNCTION__ etc now that these are
697         variables in C.
698
699         * cppucnid.tab, cppucnid.pl: New files.
700         * cppucnid.h: New generated file.
701         * cppcharset.c: Include cppucnid.h.  Lots of commentary added.
702         (iconv_open, iconv, iconv_close): Provide dummy definitions
703         if !HAVE_ICONV.
704         (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
705         _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
706         emit_numeric_escape, convert_hex, convert_oct, convert_escape,
707         cpp_interpret_string, narrow_str_to_charconst,
708         wide_str_to_charconst): New.
709         (ucn_valid_in_identifier): Use a binary search through the
710         ucnranges table defined in cppucnid.h, not a long chain of if
711         statements.
712         (_cpp_valid_ucn): Add a limit pointer.  Downgrade "universal
713         character names are only valid in C++ and C99" to a warning.
714         Issue the "meaning of \[uU] is different in traditional C"
715         warning here.  Take care not to let iconv see an invalid UCS
716         value if we get a malformed UCN.  Issue an error if we don't
717         have iconv.
718         (cpp_interpret_charconst): Moved here from cpplex.c.  Use
719         cpp_interpret_string to do the heavy lifting.
720
721         * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
722         narrow_charset, wide_charset fields of options structure.
723         (cpp_destroy): Call _cpp_destroy_iconv.
724         * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
725         (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
726         (cpp_interpret_charconst): Moved to cppcharset.c.
727         * cpplib.c (dequote_string): Delete.
728         (interpret_string_notranslate): New.
729         (do_line, do_linemarker): Use interpret_string_notranslate.
730
731         * Makefile.in (cppcharset.o): Depend on cppucnid.h.
732
733         * c-common.c (fname_string, combine_strings): Delete.
734         * c-common.h (fname_string, combine_strings): Delete prototypes.
735         * c-lex.c (ignore_escape_flag): Delete.
736         (cb_ident): Use cpp_interpret_string, not lex_string.
737         (get_nonpadding_token): New function.
738         (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
739         Adjust calls to lex_string.  Don't write *value twice.
740         (lex_string): Now handles string constant concatenation.
741         Most of the work handed off to cpp_interpret_string.
742         Call fix_string_type here.
743         * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
744         FUNC_NAME, throughout.
745         (OBJC_STRING): New token type.
746         (primary:STRING): No need to call fix_string_type here.
747         (primary:objc_string): Make that OBJC_STRING.
748         (objc_string nonterminal): Delete.
749         (yylexname): Delete code to handle fake string constants.
750         (yylexstring): Delete entirely.
751         (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING.  No need
752         to handle CPP_ATSIGN.
753
754         * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
755         * c-opts.c (missing_arg, c_common_handle_option): Handle
756         OPT_fexec_charset_ and OPT_fwide_exec_charset_.
757         (c_common_init): Set cpp_opts->bytes_big_endian, not
758         cpp_opts->EBCDIC.  Call cpp_init_iconv.
759         (print_help): Document -fexec-charset= and -fexec-wide-charset=.
760         (TARGET_EBCDIC): Delete default definition.
761
762         * objc/objc-act.c (build_objc_string_object): No need to
763         handle string constant concatenation.
764
765 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
766
767         * doc/install.texi: Fix typos.
768         * doc/invoke.texi: Likewise.
769         * doc/tm.texi: Likewise.
770
771 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
772
773         * config/pa/fptr.c: Fix comment typos.
774         * config/pa/pa-64.h: Likewise.
775         * config/pa/pa.c: Likewise.
776         * config/pa/pa.h: Likewise.
777         * config/rs6000/603.md: Likewise.
778         * config/rs6000/7xx.md: Likewise.
779         * config/rs6000/darwin.h: Likewise.
780         * config/rs6000/freebsd.h: Likewise.
781         * config/rs6000/rs6000.c: Likewise.
782         * config/rs6000/rs6000.md: Likewise.
783         * config/rs6000/spe.h: Likewise.
784
785 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
786
787         * config/s390/2064.md: Change GNU CC to GCC.
788         * config/s390/2084.md: Likewise.
789         * config/s390/fixdfdi.h: Likewise.
790         * config/s390/linux.h: Likewise.
791         * config/s390/s390-modes.def: Likewise.
792         * config/s390/s390-protos.h: Likewise.
793         * config/s390/s390.c: Likewise.
794         * config/s390/s390.h: Likewise.
795         * config/s390/s390.md: Likewise.
796         * config/s390/s390x.h: Likewise.
797
798 2003-07-04  Jeff Law  <law@redhat.com>
799
800         PR c/11428
801         * expr.c (do_store_flag): Pass in the correct result type
802         when calling fold_single_bit_test.
803         * fold-const.c (fold_single_bit_test): Use result_type for the
804         result when folding a sign bit test.
805
806 2003-07-04  Neil Booth  <neil@daikokuya.co.uk>
807
808         * opts.c (common_handle_options): Negate sense of -falign- switches.
809
810 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
811
812         * Makefile.in: Replace PWD with PWD_COMMAND.
813
814 2003-07-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
815
816         * cfgloopanal.c (count_strange_loop_iterations): New static function.
817         (constant_iterations, count_loop_iterations, simple_loop_exit_p):
818         Handle strange loops.
819
820 2003-07-04  Toon Moene  <toon@moene.indiv.nluug.nl>
821
822         * install.texi: Even the g77 manpage is derived from
823         the full g77 manual.
824
825 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
826
827         * ABOUT-NLS: Delete.
828         * intl: Delete entire directory.
829         * aclocal.m4: Include ../config/gettext.m4.  Delete
830         AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
831         AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
832         * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
833         Remove intl/Makefile from all_outputs.
834         * configure, config.in: Regenerate.
835         * Makefile.in: Expunge all references to intl subdirectory.
836         Add -I../intl to INCLUDES.
837         * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
838
839 2003-07-04  Roger Sayle  <roger@eyesopen.com>
840
841         * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
842         * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
843
844 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
845
846         PR c++/5287, PR c++/7910, PR c++/11021
847         * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
848         dllimport attribute if function is defined at declaration, but
849         report error instead. Likewise for dllimport'd variable
850         definitions.  Set implicit TREE_PUBLIC for dllimport'd variables
851         declared within functions, Report error if dllimport or dllexport
852         symbol is not global.
853         (i386_pe_dllimport_p): Ignore dllimport attribute of functions
854         if defined after declaration or if inlined. Don't allow definition
855         of static data members of C++ classes. Don't dllimport virtual
856         methods.
857         (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
858         (i386_pe_mark_dllimport): Remove unnecessary checks.
859         (i386_pe_encode_section_info): Warn if the dllimport attribute
860         and symbol prefix have been instantiated and then overridden.
861
862         * doc/extend.texi: Document dllimport and dllexport attributes.
863
864         * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
865
866 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
867
868         * config/kaos.h (CPP_PREDEFINES): Delete.
869         (TARGET_OS_CPP_BUILTINS): New.
870
871 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
872
873         * c-aux-info.c: Include toplev.h after c-tree.h.
874         * c-common.c: Likewise.
875         (GCC_DIAG_STYLE): Undef.
876         * c-semantics.c (GCC_DIAG_STYLE): Define.
877         * c-tree.h (GCC_DIAG_STYLE): Likewise.
878         * diagnostic.h (inform): Move prototype to toplev.h.
879         * jump.c: Include diagnostic.h before toplev.h.
880         * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
881         (warning, error, fatal_error, pedwarn, sorry, inform,
882         error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
883
884 2003-07-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
885
886         * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
887         at all if edge is not specified.
888         (can_copy_bbs_p, copy_bbs): New.
889         * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
890         * cfgloop.c (get_loop_body): Comment more precisely.
891         * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
892         (scale_bbs_frequencies): Fix comment typo.
893         (can_duplicate_loop_p): Use can_copy_bbs_p.
894         (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
895
896 2003-07-03  Devang Patel <dpatel@apple.com>
897
898         * c-opts.c (c_common_parse_file): Remove extra
899         debug_hooks->start_source_file call.
900
901 2003-07-03  Roger Sayle  <roger@eyesopen.com>
902
903         * real.c (real_trunc, real_floor, real_ceil): New functions
904         to implement trunc, floor and ceil respectively.
905         * real.h (real_trunc, real_floor, real_ceil): Prototype here.
906         * builtins.c (integer_valued_real_p): New function to test if
907         a floating point expression has an integer valued result.
908         (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
909         foo(x) where foo is an integer rounding function.  Similarly,
910         optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
911         (double)(int)x when both foo and bar are integer rounding
912         functions and we don't need to honor errno.
913         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
914         New functions to fold trunc, floor and ceil.
915         (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
916         fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
917         to fold BUILT_IN_CEIL*.
918         * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
919         the remaining integer rounding functions.
920
921 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
922
923         * config/sparc/sparc.c (function_arg_partial_nregs): Use
924         SPARC_INT_ARG_MAX to determine where to split unnamed
925         complex FP arguments.
926
927 Thu Jul  3 20:36:47 CEST 2003  Jan Hubicka  <jh@suse.cz>
928
929         * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
930         * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
931         (merge_blocks_move_predecessor_nojumps,
932          merge_blocks_move_successor_nojumps): Use merge_blocks.
933         (try_optimize_cfg): Use merge_blocks_move.
934         * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
935         (merge_blocks_nomove): Rename to rtl_merge_blocks.
936         (cfg_layout_create_basic_block): New.
937         (rtl_can_merge_blocks): New.
938         (cfg_layout_split_block): Do not alloc aux by hand.
939         * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
940         merge_blocks.
941         (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
942         * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
943         * cfgloopmanip.c (loop_split_edge_with): Likewise.
944         * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
945
946         * basic-block.h (basic_block_def): Add field 'rbi'.
947         * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
948         find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
949         * cfg.c (entry_exit_blocks): Add new field.
950         * cfglayout.c: Include alloc-pool.h;
951         (cfg_layout_pool): New.
952         (record_effective_endpoints, fixup_reorder_chain,
953         fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
954         of rbi.
955         (cfg_layout_initialize_rbi): New function.
956         (cfg_layout_initialize): Use it.
957         (cfg_layout_finalize): Clear rbi fields.
958         * cfglayout.h (RBI): Kill.
959         (cfg_layout_initialize_rbi): Declare.
960         * cfgloopmanip.c (copy_bbs): Use rbi.
961         (record_exit_edges): Likewise.
962         (duplicate_loop_to_header_edge): Likewise.
963         * cfgrtl.c (cfg_layout_create_basic_block): Use
964         cfg_layout_initialize_rbi.
965         (cfg_layout_split_block): Use rbi.
966         (cfg_layout_delete_block): Likewise.
967         * loop-init.c (loop_optimizer_finalize): Likewise.
968         * loop-unswitch.c (unswitch_loop): Likewise.
969         * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
970
971         * cfgrtl.c: Update comments.
972         (try_redirect_by_replacing_jump): New argument.
973         (redirect_branch_edge): Break out from ...
974         (rtl_redirect_edge_and_branch): ... this one.
975         (update_cfg_after_block_merging): Break out from ...
976         (rtl_merge_blocks): ... this one.
977         (cfg_layout_split_edge): New.
978         (cfg_layout_merge_blocks): New.
979         (cfg_layout_can_merge_blocks_p): New.
980         (cfg_layout_redirect_edge_and_branch): Reorganize.
981         (cfg_layout_rtl_cfg_hooks): Fill in.
982         (cfg_layout_delete_block): Kill barriers.
983         * cfganal.c (can_fallthru): Deal with exit blocks
984         * cfglayout.c (cfg_layout_function_header): New function
985         (record_effective_endpoints): Record function header.
986         (fixup_reorder_chain): Fixup dead jumptables; place header
987
988         * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
989         * bb-reorder.c (cfg_layout_initialize): Update call.
990         * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
991         edges in cfglayout mode.
992         * cfglayout.c (cleanup_unconditional_jumps): Kill.
993         (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
994         * cfglayout.h (cfg_layout_initialize): Update prototype.
995         * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
996         * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
997         * flow.c (propagate_block): Do not crash when basic block ends
998         by first insn in the chain.
999         * loop-init.c (loop_optimizer_init):  First enter cfglayout mode; later
1000         do loop discovery.
1001         * tracer.c (tracer): Update call of cfg_layout_initialize.
1002
1003 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1004
1005         * Makefile.in: Use dependency variables in lieu of explicit
1006         files throughout.
1007
1008 2003-07-03  Steven Bosscher  <steven@gcc.gnu.org>
1009
1010         * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
1011         * tree.h: ...to here.
1012
1013 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
1014
1015         * config/s390/2064.md: Fix comment typos.
1016         * config/s390/2084.md: Likewise.
1017         * config/s390/s390.c: Likewise.
1018         * config/s390/s390.md: Likewise.
1019         * config/sh/sh.c: Likewise.
1020         * config/sh/sh.h: Likewise.
1021         * config/sh/sh.md: Likewise.
1022         * config/sparc/sparc.c: Likewise.
1023         * config/sparc/sparc.h: Likewise.
1024         * config/sparc/sparc.md: Likewise.
1025         * config/stormy16/stormy16.c: Likewise.
1026         * config/stormy16/stormy16.h: Likewise.
1027         * config/stormy16/stormy-abi: Fix a typo.
1028
1029 2003-07-03  Kelley Cook  <kelleycook@wideopenwest.org>
1030
1031         * Makefile.in (ifcvt.o): Depend on OPTABS_H.
1032
1033 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1034
1035         * config/mips/mips.h (save_argv): Delete.
1036
1037 2003-07-03  Roger Sayle  <roger@eyesopen.com>
1038
1039         PR target/10700
1040         * fold-const.c (extract_muldiv_1): There's nothing that can be done
1041         if the expression is a SAVE_EXPR.
1042
1043 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
1044
1045         * config/m32r/m32r.c: Fix comment typos.
1046         * config/m68hc11/m68hc11.c: Likewise.
1047         * config/m68hc11/m68hc11.h: Likewise.
1048         * config/m68k/m68k.c: Likewise.
1049         * config/mcore/mcore.c: Likewise.
1050         * config/mcore/mcore.h: Likewise.
1051         * config/mcore/mcore.md: Likewise.
1052         * config/mips/mips.c: Likewise.
1053         * config/mips/mips.h: Likewise.
1054         * config/mips/mips.md: Likewise.
1055         * config/mips/netbsd.h: Likewise.
1056         * config/mn10300/mn10300.c: Likewise.
1057
1058 2003-07-03  Andreas Schwab  <schwab@suse.de>
1059
1060         * dbxout.c (pending_bincls): Move decl down inside
1061         DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
1062
1063 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1064
1065         * rtl.h (NOTE_DATA): Refer to whole union.
1066         * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
1067
1068 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1069
1070         PR optimization/11381
1071         * simplify-rtx.c (simplify_relational_operation): Check that
1072         two equal operands have no side-effects before simplifying
1073         the comparison.
1074
1075 2003-07-02  Jeff Law  <law@redhat.com>
1076
1077         * expr.c (do_store_flag): Remove special case folding for
1078         single bit tests.  Instead call back into the commonized folder
1079         routine.
1080         * fold-const.c (fold_single_bit_test): New function, mostly
1081         extracted from do_store_flag, with an additional case extracted
1082         from fold.
1083         (fold): Call fold_single_bit_test appropriately.
1084         * tree.h (fold_single_bit_test): Prototype.
1085
1086 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
1087
1088         * system.h: Include filenames.h.
1089         (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
1090         (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
1091         define based on HAVE_DOS_BASED_FILE_SYSTEM.
1092         * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
1093         * config/i386/xm-mingw32.h: Don't define
1094         HAVE_DOS_BASED_FILE_SYSTEM,
1095         DIR_SEPARATOR, or DIR_SEPARATOR_2.
1096         * doc/hostconfig.texi: Update to match.
1097
1098         * cppfiles.c, gcc.c, gensupport.c, protoize.c,
1099         config/i386/cygwin.h:
1100         Use IS_ABSOLUTE_PATH throughout.
1101         * gcc.c (DIR_UP): Delete, unused.
1102         * protoize.c (IS_SAME_PATH): Define in terms of
1103         FILENAME_CMP.
1104         (is_abspath): Delete.
1105
1106 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
1107
1108         * config/i386/emmintrin.h: Fix comment typos.
1109         * config/i386/i386.c: Likewise.
1110         * config/i386/i386.h: Likewise.
1111         * config/i386/sco5.h: Likewise.
1112         * config/ia64/ia64.c: Likewise.
1113         * config/ia64/itanium2.md: Likewise.
1114
1115 2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>
1116
1117         * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
1118         DBX_USE_BINCL.
1119         (emit_bincl_stab): Same.
1120         (emit_pending_bincls): Same.
1121
1122 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
1123
1124         * config/h8300/h8300.c (compute_mov_length): Fix the length of
1125         loading CONST0_RTX (SFmode).
1126         * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
1127         'G' to CONST0_RTX (SFmode).
1128         * config/h8300/h8300.md (movsf_h8300): Change the first
1129         constraint to 'G'.
1130         (movsf_h8300h): Likewise.
1131
1132 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
1133
1134         * c-common.h (c_common_init_options): New prototype.
1135         * c-opts.c (deferred_size): Remove.
1136         (defer_opt): Array is now pre-allocated.
1137         (c_common_init_options): Pre-allocate deferred_opts.  Make
1138         lang_flags unsigned.
1139         (push_command_line_options): Free deferred_opts.
1140         * hooks.c (hook_uint_uint_constcharptrptr_0): New.
1141         * hooks.h (hook_uint_uint_constcharptrptr_0): New.
1142         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
1143         * langhooks.h (struct lang_hooks): New prototype for init_options.
1144         * main.c (main): Cast argv.
1145         * opts.c (handle_option, handle_options): Update prototypes.
1146         (decode_options): save_argc, save_argv are not global.  Constify.
1147         * opts.h (decode_options): New prototype.
1148         * toplev.c (general_init): New protoype.
1149         (save_argv): Make static.
1150         (save_argc): Remove.
1151         (print_switch_values, general_init): Constify.
1152         (toplev_main): Save argv.
1153         * toplev.h (toplev_main): Update prototype.
1154         (save_argc, save_argv): Remove.
1155
1156 2003-07-02  David Edelsohn  <edelsohn@gnu.org>
1157
1158         * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
1159         (emit_bincl_stab): Same.
1160         (emit_pending_bincls): Same.
1161
1162 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
1163
1164         PR c++/11072
1165         * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
1166
1167 2003-07-02  Andreas Schwab  <schwab@suse.de>
1168
1169         * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
1170
1171 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1172
1173         PR optimization/11210
1174         * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
1175         about the behaviour with regard to bitfields.
1176         * fold-const (decode_field_reference): Record outermost type in
1177         case the expression is a NOP. Strip all NOPs. Set the signedness
1178         to that of the outermost type (if any) when the bitsize is equal
1179         to the size of the type.
1180
1181 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
1182
1183         * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
1184         (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
1185         (adddi3_internal_3, addsi3_internal_2): Likewise.
1186
1187 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
1188
1189         * config/mips/mips.c (machine_function): Add new fields:
1190         ignore_hazard_length_p and all_noreorder_p.
1191         (mips_flag_delayed_branch): New variable.
1192         (override_options): Treat '/' as an operand punctuation character.
1193         Set up mips_flag_delayed_branch.
1194         (print_operand): Handle '/'.
1195         (mips_output_function_prologue): Put the whole function in
1196         .set noreorder and .set nomacro if all_noreorder_p is true.
1197         (mips_output_function_epilogue): End the noreorder/nomacro sequence.
1198         (mips16_optimize_gp): Remove "first insn" parameter.
1199         (mips16_lay_out_constants): New function, split out from mips_reorg.
1200         (mips_avoid_hazard, mips_avoid_hazards): New functions.
1201         (mips_reorg): For mips16 code, call mips16_lay_out_constant
1202         and (optionally) mips16_optimize.  If TARGET_EXPLICIT_RELOCS,
1203         do delayed-branch scheduling followed by hazard detection.
1204         (mips_adjust_insn_length): Only account for hazards if
1205         !ignore_hazard_length_p.
1206         (mips_output_load_label): Add a nop to the o32 sequence if
1207         the target suffers from load delays.
1208         (mips_output_conditional_branch): Add %/ to the end of branches.
1209         (mips_output_division): Fill the branch delay slot with %#.
1210         * config/mips/mips.md: Remove redundant '%*' from mips16 branch
1211         instructions.  End all other %* branches with %/.
1212         (ffssi2, ffsdi2): Fix lengths.
1213         (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
1214         (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
1215         (fix_truncsfsi2_macro): Likewise.
1216         (mov_lwl): Set hazard to "none".
1217         (ashldi3_internal): Fill the branch delay slot with %#.
1218         (ashrdi3_internal, lshrdi3_internal): Likewise.
1219         (exception_receiver): Explicitly set $28.
1220         (hazard_nop): New pattern.
1221
1222 Wed Jul  2 08:12:36 CEST 2003  Jan Hubicka  <jh@suse.cz>
1223
1224         * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
1225         before calling tree_inlinable_function_p.
1226
1227 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1228
1229         * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
1230         <internal/stdio_core.h> too.
1231         (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
1232         <internal/wchar_core.h> too.
1233         Substitute va_list uses in inline definition.
1234         * fixinc/fixincl.x: Regenerate.
1235
1236 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1237
1238         * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
1239         Undef before redefinition.
1240         (LABEL_AFTER_LOC): Likewise.
1241         (DEFAULT_SIGNED_CHAR): Likewise.
1242         (ASM_OUTPUT_ASCII): Moved here from iris4.h.
1243         Fix IRIX spelling.
1244
1245         * config/mips/iris3.h: Remove, unused.
1246         * config/mips/iris4.h: Likewise.
1247
1248         * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
1249
1250         * config/mips/iris5.h (TARGET_DEFAULT): Move ...
1251         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
1252         target_cpu_default.
1253
1254         * config/mips/iris5.h: Move explicit includes ...
1255         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
1256
1257         * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
1258         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1259         tm_defines.
1260
1261         * config/mips/iris6.h (TARGET_DEFAULT): Move ...
1262         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
1263         target_cpu_default.
1264
1265         * config/mips/iris6.h: Fix IRIX spelling.
1266         (MULTILIB_DEFAULTS): Undef before redefinition.
1267
1268         * config/mips/iris6.h: Move explicit includes ...
1269         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
1270
1271 Wed Jul  2 02:16:48 CEST 2003  Jan Hubicka  <jh@suse.cz>
1272
1273         * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
1274         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
1275         Use next_needed field instead of aux to maintain the queue.
1276         * cgraph.h (cgraph_node): Add next_needed.
1277         (cgraph_varpool_node): Add next_needed; remove aux.
1278         * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
1279
1280 Wed Jul  2 02:12:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
1281
1282         * cgraphunit.c (cgraph_finalize_function): Set finalized.
1283         (cgraph_finalize_function): Do not examine inlinablility.
1284         (cgraph_finalize_compilation_unit): Do it here.
1285         * cgraph.h (cgraph_local_info): Add finalized field.
1286
1287 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1288
1289         * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
1290         (gt_pch_restore): Likewise.
1291
1292 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1293
1294         * config/alpha/alpha.c: Fix comment typos.
1295         * config/alpha/elf.h: Likewise.
1296         * config/arm/arm.c: Likewise.
1297         * config/arm/arm.h: Likewise.
1298         * config/arm/arm.md: Likewise.
1299         * config/arm/t-arm-coff: Likewise.
1300         * config/arm/t-strongarm-pe: Likewise.
1301         * config/arm/xscale-elf.h: Likewise.
1302         * config/avr/avr.h: Likewise.
1303
1304 2003-07-01  Jeff Law  <law@redhat.com>
1305
1306         * stmt.c (any_pending_cleanups): Remove another redundant test.
1307
1308 2003-07-01  David Edelsohn  <edelsohn@gnu.org>
1309             J"orn Rennecke <joern.rennecke@superh.com>
1310
1311         * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
1312         for MEM case.
1313
1314 2003-07-01  Devang Patel  <dpatel@apple.com>
1315
1316         * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
1317         (binclstatus): New.
1318         (struct dbx_file): New members - bincl_status, pending_bincl_name and
1319         prev.
1320         (pending_bincls): New.
1321         (dbxout_init): Initialize new dbx_file members.
1322         (dbxout_start_source_file): Same.
1323         (emit_bincl_stab): New function.
1324         (emit_pending_bincls): Same.
1325         (emit_pending_bincls_if_required): Same.
1326         (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
1327         processed.
1328         (dbxout_begin_block): Emit pending BINCL stabs.
1329         (dbxout_end_block): Same.
1330         (dbxout_function_decl): Same.
1331         (dbxout_continue): Same.
1332         (dbxout_type): Same.
1333         (dbxout_class_name_qualifiers): Same.
1334         (dbxout_symbol): Same.
1335         (dbxout_symbol_location): Same.
1336         (dbxout_parms): Same.
1337
1338 2003-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1339
1340         * c-semantics.c (genrtl_case_label): Fix format specifier bug.
1341         * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
1342
1343 2003-07-01  Andreas Jaeger  <aj@suse.de>
1344
1345         * fold-const.c: Convert prototypes to ISO C90.
1346         * function.c: Likewise.
1347         * function.h: Likewise.
1348
1349 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1350
1351         * doc/contrib.texi: Fix typos.
1352         * doc/invoke.texi: Likewise.
1353         * doc/passes.texi: Likewise.
1354         * doc/sourcebuild.texi: Likewise.
1355         * doc/tm.texi: Likewise.
1356
1357 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1358
1359         * basic-block.h: Fix comment typos.
1360         * bb-reorder.c: Likewise.
1361         * c-format.c: Likewise.
1362         * cfgcleanup.c: Likewise.
1363         * cfghooks.h: Likewise.
1364         * cfgloop.c: Likewise.
1365         * cfgloopmanip.c: Likewise.
1366         * cfgrtl.c: Likewise.
1367         * cgraph.h: Likewise.
1368         * cgraphunit.c: Likewise.
1369         * combine.c: Likewise.
1370         * convert.c: Likewise.
1371         * dbxout.c: Likewise.
1372         * df.c: Likewise.
1373         * df.h: Likewise.
1374         * diagnostic.c: Likewise.
1375         * dwarf2out.c: Likewise.
1376         * et-forest.h: Likewise.
1377         * flow.c: Likewise.
1378         * fold-const.c: Likewise.
1379         * function.h: Likewise.
1380         * gcov-io.h: Likewise.
1381         * gcov.c: Likewise.
1382         * gcse.c: Likewise.
1383         * genautomata.c: Likewise.
1384         * ggc-common.c: Likewise.
1385         * ggc-page.c: Likewise.
1386         * loop-unroll.c: Likewise.
1387         * loop-unswitch.c: Likewise.
1388         * loop.c: Likewise.
1389         * mips-tfile.c: Likewise.
1390         * optabs.c: Likewise.
1391         * ra-build.c: Likewise.
1392         * ra-colorize.c: Likewise.
1393         * ra-rewrite.c: Likewise.
1394         * ra.h: Likewise.
1395         * regmove.c: Likewise.
1396         * reload.c: Likewise.
1397         * rtlanal.c: Likewise.
1398         * sched-ebb.c: Likewise.
1399         * sched-int.h: Likewise.
1400         * sched-vis.c: Likewise.
1401         * sreal.c: Likewise.
1402         * ssa-ccp.c: Likewise.
1403         * ssa.c: Likewise.
1404         * toplev.c: Likewise.
1405         * tree-inline.c: Likewise.
1406         * value-prof.c: Likewise.
1407         * value-prof.h: Likewise.
1408
1409 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1410
1411         * rtl.h (emit_line_note_after): Remove.
1412         (emit_note_copy_after, emit_note_copy): New.
1413         * emit-rtl.c (reorder_insns_with_line_notes): Replace
1414         emit_line_note_after with emit_note_copy_after.
1415         (emit_insn_after_with_line_notes): Likewise.
1416         (emit_line_note_after): Kill.
1417         (emit_note_copy_after): New.
1418         (emit_note_copy): New.
1419         * function.c (emit_return_into_block): Use emit_note_copy_after.
1420         (thread_prologue_and_epilogue_insns): Likewise.
1421         * integrate.c (expand_inline_function): Use emit_note_copy.
1422         (copy_insn_list): Likewise.
1423         * unroll.c (copy_loop_body): Likewise.
1424         * cfglayout.c (duplicate_insn_chain): Likewise.
1425
1426 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1427
1428         * c-tree.h (define_label): Replace filename and lineno arguments
1429         with a location_t.
1430         * c-decl.c (poplevel): Adjust define_label call.
1431         (pop_label_level): Likewise.
1432         (define_label): Replace filename and lineno arguments with a
1433         location_t.
1434         (store_parm_decls): Use DECL_SOURCE_LOCATION.
1435         * c-parse.in (label): Adjust define_label call.
1436
1437 2003-07-01  Neil Booth  <neil@daikokuya.co.uk>
1438
1439         * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
1440         config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
1441         config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
1442         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
1443         config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
1444
1445 2003-07-01  Andreas Jaeger  <aj@suse.de>
1446
1447         * final.c: Convert prototypes to ISO C90.
1448         * flow.c: Likewise.
1449         * flags.h: Likewise.
1450         * gcov-io.c: Likewise.
1451         * gcov-io.h: Likewise.
1452
1453 2003-06-30  Bruno Haible  <bruno@clisp.org>
1454
1455         PR middle-end/6578
1456         * libgcc2.c (__subvsi3): Remove simplification that would not work
1457         when subtracting -0x80000000.
1458         (__subvdi3): Remove simplification that would return a wrong result.
1459         (__mulvsi3): Fix overflow check.
1460         (__absvdi2): Fix simplification that would return a wrong result.
1461         (__mulvdi3): Fix overflow check.
1462
1463 2003-06-30  Jeff Law  <law@redhat.com>
1464
1465         * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
1466         was always passed in the value '1'.  Simplify body appropriately.
1467         * tree.h (any_pending_cleanups): Corresponding changes.
1468         * calls.c: (expand_call): Corresponding changes.
1469
1470 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1471
1472         * combine.c (distribute_notes): Don't bother REG_WAS_0.
1473         * cse.c (cse_insn): Likewise.
1474         * final.c (final_scan_insn): Likewise.
1475         * jump.c (duplicate_loop_exit_test): Likewise.
1476         * rtl.c (reg_note_name): Remove REG_WAS_0.
1477         * rtl.h (REG_WAS_0): Remove.
1478         * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
1479         * config/avr/avr.c (output_movqi): Don't use reg_was_0.
1480         (output_movhi): Likewise.
1481         (output_movsisf): Likewise.
1482         (reg_was_0): Remove.
1483         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
1484         REG_WAS_0.
1485         (m68hc11_gen_movqi): Likewise.
1486         * config/vax/vax-protos.h: Remove the prototype for
1487         reg_was_0_p.
1488         * config/vax/vax.c (follows_p): Remove.
1489         (reg_was_0_p): Likewise.
1490         * config/vax/vax.md (movsi): Don't use reg_was_0_p.
1491         (movhi): Likewise.
1492         (movqi): Likewise.
1493         * doc/rtl.texi (REG_WAS_0): Remove.
1494
1495 2003-06-30  Mark Mitchell  <mark@codesourcery.com>
1496
1497         * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
1498
1499 2003-06-30  Bob Wilson  <bob.wilson@acm.org>
1500
1501         * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
1502         top-level include directory.
1503         * config/xtensa/lib2funcs.S: Likewise.
1504         * config/xtensa/xtensa.h: Likewise.
1505         * config/xtensa/xtensa-config.h: Remove.
1506         * doc/install.texi: Update location of "xtensa-config.h" header.
1507
1508 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
1509
1510         * config/s390/s390.c (s390_extra_constraint): New function.
1511         * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
1512         * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
1513         * config/s390/s390.c (q_constraint): Remove.
1514         * config/s390/s390-protos.h (q_constraint): Likewise.
1515         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
1516         (EXTRA_ADDRESS_CONSTRAINT): Define.
1517
1518         * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
1519         (DISP_IN_RANGE, s390_short_displacement): New.
1520         (legitimate_reload_operand_p): Support long displacements.
1521         (s390_decompose_address): Likewise.
1522         (legitimize_pic_address): Likewise.
1523         (legitimize_address): Likewise.
1524         (s390_fixup_clobbered_return_reg): Likewise.
1525         (s390_emit_prologue, s390_emit_epilogue): Likewise.
1526         (s390_output_mi_thunk): Likewise.
1527
1528         * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
1529         (attr "atype", attr "length"): Add defaults for new op_types.
1530         (all insns): Change op_type attribute where appropriate.
1531
1532         ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
1533         ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
1534         "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
1535         "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
1536         "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
1537         "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
1538         "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
1539         "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
1540         "*movdf_64", "*movdf_31", "*movsf",
1541         "*load_multiple_si", "*store_multiple_di",
1542         "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
1543         "*la_64", "*la_31", "*la_31_and", "force_la_31",
1544         "*addsi3_carry1_cc", *addsi3_carry1_cconly",
1545         "*addsi3_carry2_cc", *addsi3_carry2_cconly",
1546         "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
1547         "*addsi3_sign", "*addsi3_sub", "addsi3",
1548         "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
1549         "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
1550         "mulsi3"
1551         "*andsi3_cc", "*andsi3_cconly", "andsi3",
1552         "*andqi3_ss", "*andqi3_ss_inv",
1553         "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
1554         "*iorqi3_ss", "*iorqi3_ss_inv",
1555         "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
1556         "*xorqi3_ss", "*xorqi3_ss_inv",
1557         "*tls_load_31"): Add alternatives for long-displacement instructions.
1558
1559         ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
1560         "*load_multiple_di", "*store_multiple_di",
1561         "*sethighqidi_64", "*zero_extendhisi2_31",
1562         "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
1563         "adddf3", "*adddf3", "*adddf3_ibm",
1564         "addsf3", "*addsf3", "*addsf3_ibm",
1565         "subdf3", "*subdf3", "*subdf3_ibm",
1566         "subsf3", "*subsf3", "*subsf3_ibm",
1567         "mulsi_6432", "divmoddisi3",
1568         "muldf3", "*muldf3", "*muldf3_ibm",
1569         "mulsf3", "*mulsf3", "*mulsf3_ibm",
1570         "divdf3", "*divdf3", "*divdf3_ibm",
1571         "divsf3", "div*sf3", "*divsf3_ibm",
1572         "sqrtdf2", "sqrtsf2",
1573         "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
1574         "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
1575         "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
1576         and address constraints for instructions that do not accept long
1577         displacements.
1578
1579 2003-06-30  Hartmut Penner  <hpenner@de.ibm.com>
1580             Ulrich Weigand  <uweigand@de.ibm.com>
1581
1582         * config/s390/2084.md: New file.
1583         * config/s390/s390.md: Include it.
1584         * config/s390/s390.c (s390_adjust_priority): New function.
1585         (TARGET_SCHED_ADJUST_PRIORITY): Define.
1586         (s390_first_cycle_multipass_dfa_lookahead): New function.
1587         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
1588         (s390_sched_reorder2): New function.
1589         (TARGET_SCHED_REORDER2): Define.
1590         (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
1591         (s390_issue_rate): Likewise.
1592
1593 Mon Jun 30 23:47:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
1594
1595         * Makefile.in (GTFILES): Add cgraph.h.
1596         * cgraph.c (known_decls): Remove.
1597         (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
1598         cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
1599         (cgraph_node): Do not allocate known_decls; use polutate hashtable.
1600         (cgraph_varpool_node): Likewise; add next pointer.
1601         (cgraph_varpool_nodes): New static variable.
1602         * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
1603         cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
1604         cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
1605         * gengtype.c (open_base_files): Include cgraph.h
1606
1607 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1608
1609         * Changelog: Remove ">>>>>>>" from previous change.
1610
1611 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1612
1613         * config/cris/cris.c: Fix spelling for "testcase".
1614         * config/cris/cris.h: Likewise.
1615         * config/cris/cris.md: Likewise.
1616         * config/mmix/crti.asm: Likewise.
1617         * config/mmix/mmix.h: Likewise.
1618         * config/mmix/mmix.md: Likewise.
1619
1620 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1621
1622         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
1623         1.
1624
1625 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
1626
1627         * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
1628         --with-mode configure options.
1629         * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
1630         (DRIVER_SELF_SPECS): Define.
1631         * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
1632         architecture to assembler.
1633         (LINK_SPEC): Merge 31-bit and 64-bit variants.
1634         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
1635         * config/s390/s390.c (override_options): New default rules for
1636         architecture mode and cpu architecture selection.
1637         * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
1638         new default rules.
1639
1640         * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
1641         * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
1642         * config/s390/s390.c (override_options): Add "z990" to
1643         processor_alias_table.
1644         * doc/invoke.texi (-march): Document "z990" processor type.
1645
1646         * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
1647         * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
1648         (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
1649         TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
1650         * config/s390/s390.c (override_options): Replace enum pta_flags by
1651         enum processor_flags.  Fill in s390_tune_flags and s390_arch_flags.
1652
1653         * config/s390/s390.c (s390_cpu): Rename to ...
1654         (s390_tune): ... this.
1655         * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
1656         * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
1657         * config/s390/s390.md (attr "cpu"): Likewise.
1658
1659 2003-06-30  Neil Booth  <neil@daikokuya.co.uk>
1660
1661         * c-common.c (enum c_language_kind, flag_objc): Remove.
1662         (fix_string_type, check_case_value, c_common_nodes_and_builtins,
1663         c_add_case_label, finish_label_addr_expr, boolean_increment):
1664         Use c_dialect_ macros.
1665         * c-common.h (enum c_language_kind): Extend.
1666         (c_dialect_cxx, c_dialect_objc): New.
1667         (flag_objc): Remove.
1668         (c_common_init_options): Update prototype.
1669         * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
1670         macros.
1671         * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
1672         macros.
1673         * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
1674         * c-lang.c (c_init_options): Remove.
1675         (c_language): Define.
1676         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
1677         * c-lex.c (lex_charconst): Use c_dialect_ macros.
1678         * c-opts.c (lang_flags): Make function-local.
1679         (c_common_init_options): Use c_dialect_ macros.  Handle
1680         C++ diagnostic requirements.
1681         (c_common_handle_option, c_common_post_options): Use flag_cxx.
1682         * c-parse.in (init_reswords): Use c_dialect_objc ().
1683         * c-pch.c (get_ident): Use c_language.
1684         * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
1685         * c-typeck.c (comptypes, build_c_cast): Similarly.
1686         * objc/objc-lang.c (c_language): Define.
1687         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
1688         (objc_init_options): Remove.
1689
1690 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1691
1692         * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
1693         * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
1694
1695 2003-06-30  Wolfgang Bangerth  <bangerth@dealii.org>
1696
1697         * doc/sourcebuild.texi: Don't reference gnats.html any more.
1698
1699 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1700
1701         * config/h8300/h8300.c (compute_mov_length): Fix length of
1702         mov:SF on H8/300.
1703
1704 2003-06-30  Nick Clifton  <nickc@redhat.com>
1705
1706         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
1707         constant.
1708
1709 Mon Jun 30 15:36:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
1710
1711         (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
1712
1713 2003-06-30 Hartmut Penner  <hpenner@de.ibm.com>
1714
1715         * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
1716         (altivec_in_gprs_p): New function.
1717
1718         * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
1719         prototype.
1720         (altivec_in_gprs_p): New prototype.
1721
1722         * config/rs6000/altivec.md (*movv4si_internal): Change
1723         multi-assembler alternative to '#'. Add postreload splitter to
1724         handle this cases.
1725         (*movv4hi_internal): Likewise.
1726         (*movv4qi_internal): Likewise.
1727         (*movv4sf_internal): Likewise.
1728
1729 2003-06-30  Jason Merrill  <jason@redhat.com>
1730
1731         * defaults.h (PUSH_ARGS_REVERSED): Define default here.
1732         * calls.c: Not here.
1733
1734 2003-06-30  Ben Elliston  <bje@wasabisystems.com>
1735
1736         * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
1737         (bad_signed_byte_operand): Likewise.
1738         (arm_output_epilogue): Likewise.
1739         (arm_final_prescan_insn): Likewise.
1740
1741 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1742
1743         * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
1744
1745 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1746
1747         * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
1748         subsequent writes.
1749
1750 Mon Jun 30 10:03:02 CEST 2003  Jan Hubicka  <jh@suse.cz>
1751
1752         * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
1753         in cfglayout mode.
1754
1755 Mon Jun 30 09:52:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
1756
1757         * i386.c (standard_80387_constant_p): Accept TFmode constants too.
1758         (init_ext_80387_constants): Likewise.
1759         (standard_80387_constant_rtx): Likewise.
1760         * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
1761         (atantf): Disable for !TARGET_128BIT_LONG_LONG
1762         (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
1763         (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
1764         (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
1765         (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
1766         (frndinttf2): New.
1767         (f2xm1tf2): New.
1768         (exp?f2): Use expsf2_tf when needed.
1769         (exp?f2_tf): New.
1770         (exptf): New.
1771
1772 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
1773
1774         * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
1775         statement from tmake_file set.
1776
1777 2003-06-29  James E Wilson  <wilson@tuliptree.org>
1778
1779         * reload.c (find_reloads): Change push_reloads to push_reload in
1780         comment.
1781         * reload1.c (eliminate_regs): Likewise.
1782         (dump_needs): Delete prototype for deleted function.
1783
1784 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1785
1786         * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
1787         format attributes.
1788         * c-format.c (enum format_type): Add gcc_diag_format_type,
1789         gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
1790         (gcc_diag_length_specs, gcc_cdiag_length_specs,
1791         gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
1792         gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
1793         gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
1794         gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
1795         (format_types_orig): Add new data.
1796         (find_char_info_specifier_index, init_dynamic_diag_info): New
1797         functions.
1798         (handle_format_attribute): Update to handle new format attributes.
1799
1800 2003-06-29  Aaron W. LaFramboise  <awlaframboise@aol.com>
1801
1802         * config/i386/gthr-win32.h (__GTHREAD_HIDE_WIN32API): Define to 1.
1803
1804 2003-06-29  Dara Hazeghi  <dhazeghi@yahoo.com>
1805
1806         * doc/install.texi: Remove install documentation for obsoleted targets
1807         i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
1808         arm-*-aof.
1809         Update information about IA64 toolchain, AIX make requirements,
1810         and binutils for m68k-*-hpux and *-*-linuxaout targets.
1811
1812 Mon Jun 30 00:50:43 CEST 2003  Jan Hubicka  <jh@suse.cz>
1813
1814         * regmove.c (regmove_optimize): Don't try to make src and dst match
1815         when they are in different modes.
1816
1817 Sun Jun 29 23:06:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
1818
1819         * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
1820         busy work when builtin is not supported by the backend.
1821
1822 2003-06-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1823
1824         * loop.c (count_one_set): Fix detection of registers set in more
1825         than one basic block.
1826
1827 2003-06-29  Andreas Jaeger  <aj@suse.de>
1828
1829         * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
1830         * system.h: Poison OBJ_FORMAT_ROSE.
1831         * doc/tm.texi (Macros for Initialization): Remove documentatin of
1832         OBJECT_FORMAT_ROSE.
1833         * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
1834         * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
1835
1836 2003-06-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1837
1838         * pa.c (update_total_code_bytes): New function.
1839         (last_address): Number of bytes output for a function and its
1840         associated thunks.
1841         (compute_frame_size): Use BITS_PER_UNIT.
1842         (pa_output_function_epilogue): Compute last_address.  Use
1843         update_total_code_bytes.
1844         (output_lbranch): Handle long branch on portable runtime.
1845         (attr_length_millicode_call, attr_length_call,
1846         attr_length_indirect_call): Only use total_code_bytes for calls in
1847         the text section.
1848         (output_call): Only use an indirect call sequence when the target is
1849         not local.
1850         (pa_asm_output_mi_thunk): Handle updating of total_code_bytes.  Improve
1851         test to determine when an IA-relative branch can be used.  Add various
1852         long branch sequences.  Avoid using an indirect branch on all ports
1853         except SOM.
1854
1855 2003-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
1856
1857         * expr.c (clear_by_pieces): Fix prototype.
1858
1859 2003-06-29  Andreas Jaeger  <aj@suse.de>
1860
1861         * cse.c: Convert prototypes to ISO C90.
1862         * cselib.c: Likewise.
1863         * cselib.h: Likewise.
1864         * dbxout.c: Likewise.
1865         * debug.c: Likewise.
1866         * df.c: Likewise.
1867         * df.h: Likewise.
1868         * dojump.c: Likewise.
1869         * doloop.c: Likewise.
1870         * dominance.c: Likewise.
1871         * dwarf2asm.c: Likewise.
1872         * dwarf2out.c: Likewise.
1873         * dwarf2out.h: Likewise.
1874         * dwarfout.c: Likewise.
1875         * except.c: Likewise.
1876         * except.h: Likewise.
1877         * emit-rtl.c: Likewise.
1878         * et-forest.c: Likewise.
1879         * et-forest.h: Likewise.
1880         * except.c: Likewise.
1881         * explow.c: Likewise.
1882         * expmed.c: Likewise.
1883         * expr.c: Likewise.
1884         * expr.h: Likewise.
1885
1886 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
1887
1888         * alloc-pool.c: Fix comment formatting.
1889         * bitmap.c: Likewise.
1890         * bitmap.h: Likewise.
1891         * bt-load.c: Likewise.
1892         * builtins.c: Likewise.
1893         * caller-save.c: Likewise.
1894         * cfganal.c: Likewise.
1895         * cfgrtl.c: Likewise.
1896         * collect2.c: Likewise.
1897         * cse.c: Likewise.
1898         * df.c: Likewise.
1899         * diagnostic.c: Likewise.
1900         * dwarf2out.c: Likewise.
1901         * dwarfout.c: Likewise.
1902         * expmed.c: Likewise.
1903         * final.c: Likewise.
1904         * flags.h: Likewise.
1905         * fold-const.c: Likewise.
1906         * gcc.c: Likewise.
1907         * gcov-io.h: Likewise.
1908         * gcov.c: Likewise.
1909         * genattrtab.c: Likewise.
1910         * genautomata.c: Likewise.
1911         * libgcov.c: Likewise.
1912         * mips-tfile.c: Likewise.
1913         * optabs.c: Likewise.
1914         * prefix.c: Likewise.
1915         * rtlanal.c: Likewise.
1916         * stmt.c: Likewise.
1917         * stor-layout.c: Likewise.
1918         * toplev.c: Likewise.
1919         * varasm.c: Likewise.
1920         * vmsdbgout.c: Likewise.
1921
1922 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
1923
1924         * expr.c (emit_single_push_insn): If padding is needed
1925         downward, adjust the stack pointer first, and then store the
1926         data into the stack location using an offset.
1927
1928 2003-06-29  Andreas Jaeger  <aj@suse.de>
1929
1930         * collect2.h: Convert prototypes to ISO C90.
1931         * collect2.c: Likewise.
1932         * conflict.c: Likewise.
1933         * coverage.c: Likewise.
1934         * convert.h: Likewise.
1935         * convert.c: Likewise.
1936
1937 2003-06-29  Nathan Sidwell  <nathan@codesourcery.com>
1938
1939         * c-decl.c (c_init_decl_processing): Use a location_t. Set input
1940         filename to <internal>.
1941         * tree.c (make_node): Just copy the current location.
1942
1943 2003-06-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
1944
1945         PR optimization/11210
1946         * fold-const (decode_field_reference): Revert 2003-06-26 patch.
1947
1948 2003-06-29  Neil Booth  <neil@daikokuya.co.uk>
1949
1950         * toplev.c (flag_dummy): Remove.
1951         (f_options): Restore flag pointers.
1952
1953 2003-06-29  David Edelsohn  <edelsohn@gnu.org>
1954
1955         * config/rs6000/rs6000.c (processor_target_table): Add 970.
1956         * config.gcc: Add 970.
1957
1958 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
1959
1960         * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
1961         -1) with ggc_strdup.
1962         * stmt.c (expand_asm_operands): Likewise.
1963         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
1964
1965 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1966
1967         * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
1968         definition.
1969
1970 2003-06-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1971
1972         * opts.c: Include insn-attr.h.
1973         * Makefile.in (opts.o): Depend on INSN_ATTR_H.
1974
1975 2003-06-27  J"orn Rennecke <joern.rennecke@superh.com>
1976
1977         * flow.c (propagate_one_insn): Use proper test for a register
1978         being part of the return value.
1979
1980 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1981
1982         * config/avr/avr.c: Fix a comment typo.
1983
1984 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1985
1986         * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
1987         with avr_simplify_comparison_p.
1988         * config/avr/avr.c: Likewise.
1989
1990 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1991
1992         * builtins.c: Follow spelling conventions.
1993         * cgraph.c: Likewise.
1994         * cpplex.c: Likewise.
1995         * config/arm/arm.c: Likewise.
1996         * config/arm/iwmmxt.md: Likewise.
1997         * config/c4x/c4x-modes.def: Likewise.
1998         * config/c4x/c4x.c: Likewise.
1999         * config/c4x/c4x.h: Likewise.
2000         * config/c4x/c4x.md: Likewise.
2001         * config/i386/i386-interix.h: Likewise.
2002         * config/mips/mips.h: Likewise.
2003
2004 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2005
2006         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
2007         __mc68020__ on TARGET_68020.
2008
2009 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2010
2011         * config/h8300/h8300.c: Fix a comment typo.
2012
2013 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2014
2015         * c-parse.in (yylexstring): Use a location_t.
2016
2017         * diagnostic.h (diagnostic_set_info): Replace file and lineno
2018         parameters with a location_t.
2019         * diagnostic.c (diagnostic_set_info): Replace file and lineno
2020         parameters with a location_t.
2021         (inform, warning, pedwarn, error, sorry, fatal_error,
2022         internal_error, warning_with_decl, pedwarn_with_decl,
2023         error_with_decl): Adjust.
2024         * c-error.c (pedwarn_c99): Adjust.
2025         * c-format.c (status_warning): Adjust.
2026         * rtl-error.c (file_and_line_for_asm): Rename to ...
2027         (location_for_asm): Return a location_t.
2028         (diagnostic_for_asm): Adjust.
2029
2030 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2031
2032         * cpptrad.c (skip_macro_block_comment): New.
2033         (copy_comment): Use it if appropriate.
2034
2035 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2036
2037         * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
2038         definition.
2039         (store_killed_in_insn): Likewise.
2040         * print-rtl.c (print_rtx): Likewise.
2041         * config/frv/frv.c (frv_final_prescan_insn): Likewise.
2042         * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
2043         (m68hc11_reassign_regs): Likewise.
2044         (m68hc11_reorg): Likewise.
2045
2046 2003-06-28  Gabriel Dos Reis <gdr@integrable-solutions.net>
2047
2048         * diagnostic.c (output_integer_with_precision): New macro.
2049         (output_format): Use it.  Handle more format specifiers.
2050         (output_long_decimal): Remove.
2051         (output_unsigned_decimal): Likewise.
2052         (output_long_unsigned_decimal): Likewise.
2053         (output_octal): Likewise.
2054         (output_long_octal): Likewise.
2055         (output_hexadecimal): Likewise.
2056         (output_long_hexadecimal): Likewise.
2057         (output_long_long_decimal): Likewise.
2058
2059 2003-06-28  Andreas Schwab  <schwab@suse.de>
2060
2061         * config/ia64/ia64.md: Follow recent emit_note API change.
2062
2063 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
2064
2065         * c-parse.in (%union): Replace filename & lineno with location.
2066         (save_filename, save_lineno): Remove.
2067         (save_location): New.
2068         (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
2069         nested_function, notype_nested_function, if_prefix, lineno_stmt,
2070         lineno_label, label): Adjust.
2071
2072 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
2073
2074         * builtins.c (c_strlen): Add only_value argument.
2075         Handle COND_EXPR and COMPOUND_EXPR.
2076         (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
2077         Adjust c_strlen callers.
2078         (expand_builtin_strcpy, expand_builtin_strncpy,
2079         expand_builtin_strcmp, expand_builtin_strncmp,
2080         expand_builtin_fputs, expand_builtin_sprintf,
2081         fold_builtin): Adjust c_strlen callers.
2082
2083 2003-06-28  Josef Zlomek  <zlomekj@suse.cz>
2084
2085         * bb-reorder.c (find_traces_1_round): Do not send basic block
2086         to next round when we are in the last round.
2087
2088 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
2089
2090         * Makefile.in: Update.
2091         * opts.c: Include tm_p.h.
2092         (handle_options): Make static.
2093         (decode_options): Copied from toplev.c.
2094         * opts.h (decode_options): New.
2095         * toplev.c (parse_options_and_default_flags): Move most to opts.c,
2096         some to...
2097         (general_init): ...here.
2098         (toplev_main): Use decode_options instead.
2099         * toplev.h (save_argc, save_argv): New.
2100
2101 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
2102
2103         * explow.c (find_next_ref): Remove.
2104         * rtl.h: Remove the prototype for find_next_ref.
2105
2106 2003-06-27  Roger Sayle  <roger@eyesopen.com>
2107
2108         * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
2109         call to match recent API change.
2110
2111 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
2112
2113         * dbxout.c (flag_debug_only_used_symbols): Delete redundant
2114         declaration.
2115
2116         * c-format.c (check_format_string, get_constant)
2117         * cfgrtl.c (rtl_split_edge):
2118         Mark the definition static, matching the forward declaration.
2119
2120 2003-06-27  Gunther Nikl <gni@gecko.de>
2121
2122         * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
2123
2124         PR target/11014
2125         * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
2126         syntax for MIT / MOTOROLA.
2127
2128         PR other/10240
2129         * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
2130         * configure: Rebuilt.
2131
2132 2003-06-27  Chris Demetriou  <cgd@broadcom.com>
2133
2134         * config/mips/mips.c (mips_build_va_list): Make padding in
2135         va_list structure explicit to avoid -Wpadded warnings.
2136
2137 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
2138
2139         * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
2140         * config/s390/s390.c (s390_secondary_output_reload_class): New function.
2141         * config/s390/s390-protos.h (s390_secondary_output_reload_class):
2142         Declare it.
2143         * config/s390/s390.md ("reload_outti", "reload_outdi",
2144         "reload_outdf"): New expanders.
2145
2146         * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
2147         memory operands as source.
2148         ("movdi" + splitters): Likewise.
2149         ("movdf" + splitters): Likewise.
2150         * config/s390/s390.c (s390_split_ok_p): New function.
2151         * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
2152
2153 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2154
2155         * combine.c (force_to_mode): Replace the equality comparison
2156         of INTVALs with a pointer equality comparison.
2157         (simplify_comparison): Likewise.
2158
2159 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2160
2161         * jump.c (rtx_renumbered_equal_p): Replace an expression that
2162         is known to be 0 with 0.
2163
2164 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2165
2166         * gcse.c (expr_equiv_p): Replace expressions that are known to
2167         be 0 with 0.
2168
2169 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2170
2171         * cse.c (fold_rtx): Replace the equality comparison of INTVALs
2172         with a pointer equality comparison.
2173
2174 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2175
2176         * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
2177         are known to be not equivalent.
2178
2179 2003-06-27  Richard Henderson  <rth@redhat.com>
2180
2181         * config/alpha/alpha.c (function_arg): Don't pass small aggregates
2182         in floating point registers.  Validate that we don't receive complex
2183         values here.  Use #elif.
2184         (return_in_memory, function_value): New.
2185         (alpha_va_arg): Handle complex values as two arguments.
2186         * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
2187         (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
2188         (SPLIT_COMPLEX_ARGS): New.
2189         * config/alpha/alpha-protos.h: Update.
2190
2191 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
2192
2193         * ggc-page.c (inverse_table): Change type of mult to size_t.
2194         (compute_inverse): Compute inverse using size_t, not unsigned int.
2195         Compute inverse also for sizes larger than half a machine page.
2196
2197 Fri Jun 27 18:36:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
2198
2199         * toplev.c (rest_of_decl_compilation):  Only varpoolize argument
2200         when called before cgraph_optimize.
2201
2202 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
2203
2204         * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
2205         * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
2206         be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
2207
2208 Fri Jun 27 17:41:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
2209
2210         * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
2211         of known_decls.
2212
2213 2003-06-27  Hans-Peter Nilsson  <hp@axis.com>
2214
2215         * defaults.h (REGISTER_MOVE_COST): Define default here.
2216         * regclass.c: Don't define default REGISTER_MOVE_COST here.
2217         * reload.c, reload1.c: Ditto.
2218
2219 2003-06-27  Richard Earnshaw <rearnsha@arm.com>
2220
2221         * flags.h: Really install previous change.
2222
2223 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2224
2225         * rtl.h (emit_note): Remove FILE parameter.
2226         * emit-rtl.c (emit_line_note): Adjust emit_note call.
2227         (emit_note): Remove FILE parameter. Adjust.
2228         * builtins.c (expand_builtin_expect): Adjust emit_note call.
2229         * c-semantics.c (genrtl_scope_stmt): Likewise.
2230         (expand_stmt): Likewise.
2231         * cfglayout.c (reemit_insn_block_notes): Likewise.
2232         (duplicate_insn_chain): Likewise.
2233         * except.c (expand_eh_region_start, expand_eh_region_end,
2234         sjlj_emit_function_enter): Likewise.
2235         * explow.c (probe_stack_range): Likewise.
2236         * expr.c (emit_block_move_via_loop): Likewise.
2237         * function.c (init_function_start, expand_function_start,
2238         expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
2239         * integrate.c (expand_inline_function, copy_insn_list): Likewise.
2240         * reg-stack.c (compensate_edge): Likewise.
2241         * reload1.c (reload): Likewise.
2242         * rtlanal.c (hoist_insn_to_edge): Likewise.
2243         * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
2244         expand_loop_continue_here, expand_end_loop, expand_continue_loop,
2245         expand_exit_loop_top_cond, expand_value_return,
2246         expand_start_bindings_and_block, expand_end_bindings,
2247         expand_decl_cleanup, expand_start_case): Likewise.
2248         * unroll.c (copy_loop_body
2249         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
2250         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
2251         * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
2252         rs6000_emit_allocate_stack, rs6000_output_function_prologue,
2253         rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
2254         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
2255         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
2256
2257 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
2258
2259         * c-tree.h (grokfield): Remove unused filename and line parameters.
2260         * c-decl.c (grokfield): Remove unused filename and line parameters.
2261         * c-parse.in (component_decl): Adjust field grokking rules, adjust
2262         grokfield calls.
2263         (component_declarator): Likewise.
2264         (component_notype_declarator): Likewise.
2265         * objc/objc-act.c (build_module_descriptor): Adjust grokfield
2266         calls.
2267         (build_protocol_template, build_method_prototype_list_template,
2268         build_method_prototype_template, build_category_template,
2269         build_selector_template, build_class_template,
2270         build_super_template, build_ivar_template,
2271         build_ivar_list_template, build_method_list_template,
2272         build_method_template, add_instance_variable): Likewise.
2273
2274 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
2275
2276         * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
2277         OP2 are known to be not equivalent.
2278
2279 2003-06-26  Devang Patel <dpatel@apple.com>
2280
2281         * final.c (debug_flush_symbol_queue): New function.
2282         (debug_queue_symbol): New function.
2283         (debug_free_queue): New function.
2284         (debug_nesting): New variable.
2285         (symbol_queue): New variable.
2286         (symbol_queue_index): Same.
2287         (symbol_queue_size): Same.
2288         * debug.h (debug_flush_symbol_queue): New.
2289         (debug_queue_symbol): New.
2290         (debug_free_queue): New.
2291         (debug_nesting): New.
2292         (symbol_queue_index): New.
2293         * dbxout.c (DBXOUT_DECR_NESTING): New macro.
2294         (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
2295         (dbxout_init): Delay symbol output.
2296         (dbxout_global_decl): Save, set and reset TREE_USED bit around
2297         dbxout_symbol() call.
2298         (dbxout_begin_function): Same.
2299         (dbxout_finish): Free symbol queue.
2300         (dbxout_type): Put appropriate symbols in queue.
2301         (dbxout_symbol): Put info for symbol's type in queue.
2302         Decrement/Increment nesting counts flush symbol queue appropriately.
2303         (dbxout_parms): Increment dbxout nesting.
2304         (dbxout_reg_parms): Same.
2305         * flags.h (flag_debug_only_used_symbols): New.
2306         * toplev.c (flag_debug_only_used_symbols): New variable.
2307         (lang_independent_options): Add entries for new option
2308         -feliminate-unused-debug-symbols.
2309         * common.opt: Add entry for -feliminate-unused-debug-symbols.
2310         * opts.c (common_handle_options): Same.
2311         * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
2312         -feliminate-unused-debug-symbols.
2313         * doc/invoke.texi (Debugging Options): Document
2314         -feliminate-unused-debug-symbols.
2315
2316 2003-06-26  Roger Sayle  <roger@eyesopen.com>
2317             Jakub Jelinek  <jakub@redhat.com>
2318
2319         * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
2320         obtain the format string instead of using TREE_STRING_POINTER and
2321         TREE_STRING_LENGTH.  Only optimize sprintf(dst,"%s",src) when the
2322         return value is unused or the length of src is a known constant.
2323
2324 2003-06-26  Richard Henderson  <rth@redhat.com>
2325
2326         * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
2327
2328 2003-06-26  Richard Henderson  <rth@redhat.com>
2329
2330         * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
2331         (ia64_split_call): Only load descriptor for GP register inputs.
2332         (ia64_expand_epilogue): Check current_frame_info.mask not
2333         current_function_is_leaf to restore ar.pfs.
2334
2335 2003-06-26  Richard Henderson  <rth@redhat.com>
2336
2337         * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
2338         instead of replacing it.
2339
2340 2003-06-26  Richard Henderson  <rth@redhat.com>
2341
2342         * flow.c (propagate_one_insn): Kill function return value
2343         registers across tail calls.
2344
2345         * flow.c (propagate_one_insn): Preserve live-at-end registers
2346         across tail calls.
2347
2348 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
2349
2350         * reload.c (can_reload_into): New function.
2351         (push_reload): Use it.
2352
2353 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2354
2355         * config/h8300/h8300.c (compute_a_rotate_length): Fix the
2356         references to the amount of a rotation.
2357
2358 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2359
2360         * config/sh/coff.h: Don't include dbxcoff.h.
2361         * config.gcc: List it here.
2362
2363 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2364
2365         * postreload.c (reload_cse_simplify_set): Call cselib_lookup
2366         earlier.  Don't check if SRC is a constant.
2367
2368 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2369
2370         * Makefile.in (OBJS): Add postreload.o.
2371         Remove cselib.h from the dependency list for reload1.o.
2372         Add a dependency list for postreload.o.
2373         * reload.h: Change the comment for the prototype of
2374         reload_cse_regs.
2375         * reload1.c: Don't include cselib.h.
2376         (reload_cse_regs): Move to postreload.c
2377         (reload_cse_regs_1): Likewise.
2378         (reload_cse_noop_set_p): Likewise.
2379         (reload_cse_simplify_set): Likewise.
2380         (reload_cse_simplify_operands): Likewise.
2381         (RELOAD_COMBINE_MAX_USES): Likewise.
2382         (reload_combine_ruid): Likewise.
2383         (LABEL_LIVE): Likewise.
2384         (reload_combine): Likewise.
2385         (reload_combine_note_use): Likewise.
2386         (reload_combine_note_store): Likewise.
2387         (reg_set_luid): Likewise.
2388         (reg_offset): Likewise.
2389         (reg_base_reg): Likewise.
2390         (reg_mode): Likewise.
2391         (move2add_luid): Likewise.
2392         (move2add_last_label_luid): Likewise.
2393         (MODES_OK_FOR_MOVE2ADD): Likewise.
2394         (reload_cse_move2add): Likewise.
2395         (move2add_note_store): Likewise.
2396         (reload_cse_simplify): Likewise.
2397         * postreload.c: New.
2398
2399 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2400
2401         * config/avr/avr.c (final_prescan_insn): Remove support for
2402         -mrtl.
2403         * config/avr/avr.h (MASK_RTL_DUMP): Remove.
2404         (TARGET_RTL_DUMP): Likewise.
2405         (TARGET_SWITCHES): Remove -mrtl.
2406
2407 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2408
2409         * config/h8300/h8300-protos.h: Change emit_a_rotate to
2410         output_a_rotate.  Add a prototype for compute_a_rotate_length.
2411         * config/h8300/h8300.c (emit_a_rotate): Change to
2412         output_a_rotate.
2413         (compute_a_rotate_length): New.
2414         (h8300_adjust_insn_length): Remove.
2415         * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
2416         * config/h8300/h8300.md (adjust_length): Remove.
2417         (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
2418         (*rotlhi3_1): Likewise.
2419         (*rotlsi3_1): Likewise.
2420
2421 2003-06-26  Roger Sayle  <roger@eyesopen.com>
2422             Richard Henderson  <rth@redhat.com>
2423
2424         * builtins.c (expand_builtin_mathfn): Always stabilize the argument
2425         list against re-evaluation.  If expand_unop fails, call expand_call
2426         with the stabilized argument list rather than return NULL_RTX.
2427         (expand_builtin_mathfn2): Likewise, always stabilize the argument
2428         list, and call expand_call ourselves if expand_binop fails.
2429
2430 2003-06-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2431
2432         PR optimization/11210
2433         * fold-const (decode_field_reference): Strip only NOPs that
2434         don't affect the sign.
2435
2436 2003-06-26  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
2437
2438         * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
2439         (pop_fpscr, fpu_switch): Likewise.
2440
2441 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2442
2443         * value-prof.c: New.
2444         * value-prof.h: New.
2445         * Makefile.in (value-prof.o): New.
2446         (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
2447         (profile.o): Add value-prof.h and tree.h dependency.
2448         * flags.h (flag_profile_values): Declare.
2449         * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
2450         Add new counters.
2451         (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
2452         GCOV_COUNTER_V_DELTA): New counter sections.
2453         (__gcov_merge_single, __gcov_merge_delta): Declare.
2454         * flow.c (mark_used_regs): Set subregs_of_mode only when the
2455         structure is initialized.
2456         * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
2457         * profile.c: Include value-prof.h and tree.h.
2458         (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
2459         gen_const_delta_profiler, instrument_values): New static functions.
2460         (get_exec_counts): Fix comment.
2461         (branch_prob): Invoke instrument_values.
2462         * toplev.c (flag_profile_values): New flag.
2463         * doc/invoke.texi (-fprofile-values): Document.
2464
2465 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2466
2467         * Makefile.in (cfgrtl.o): Add expr.h dependency.
2468         * cfgrtl.c: Include expr.h.
2469         (mark_killed_regs, safe_insert_insn_on_edge): New
2470         functions.
2471         * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
2472         * basic-block.h (safe_insert_insn_on_edge): Declare.
2473
2474 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
2475
2476         * c-opts.c (missing_arg): Make non-static.
2477         (c_common_handle_option): Don't check for missing arguments.
2478         * opts.c (handle_option): Check for missing arguments.
2479
2480 2003-06-26  David Edelsohn  <edelsohn@gnu.org>
2481
2482         * config/rs6000/power4.md (power4-veccomplex): Correct latency.
2483
2484 2003-06-25  Loren James Rittle  <ljrittle@acm.org>
2485
2486         * configure.in (ld_vers): Portability [sed].
2487         * configure: Regenerate with autoconf213.
2488
2489 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
2490
2491         * doc/extend.texi: Document new builtin functions for Intel
2492         Prescott New Intrunctions.
2493
2494         * doc/invoke.texi: Document new command-line options, -mpni and
2495         -mno-pni, for Intel Prescott New Intrunctions.
2496
2497         * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
2498
2499         * config/i386/i386.c (override_options): Turn on MASK_SSE2
2500         for -mpni. Turn on MASK_SSE for -msse2.
2501         (bdesc_2arg): Add PNI builtins with 2 args.
2502         (bdesc_1arg): Add PNI builtins with 1 arg.
2503         (ix86_init_mmx_sse_builtins): Handle PNI builtins.
2504         (ix86_expand_builtin): Likewise.
2505
2506         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
2507         MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
2508         MASK_TLS_DIRECT_SEG_REFS): Renumbered.
2509         (TARGET_PNI): New.
2510         (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
2511         -mpni and -mno-pni.
2512         (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
2513         (ix86_builtins): Add PNI builtins.
2514         (config/i386/i386.md): Add PNI patterns.
2515
2516         * config/i386/pmmintrin.h: New file.
2517
2518 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
2519
2520         * config/h8300/h8300.md (call): Fix the insn lengths.
2521         (call_value): Likewise.
2522
2523 Thu Jun 26 00:13:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
2524
2525         * c-common.c (handle_used_attribute): Use mark_referenced.
2526         * varasm.c (mark_referenced): Break out from ...
2527         (assemble_name): ... here.
2528         * tree.h (mark_referenced): Declare.
2529
2530 2003-06-25  Wolfgang Bangerth  <bangerth@dealii.org>
2531
2532         * gccbug.in: Add PCH to list of categories.
2533
2534 2003-06-25 Martin Schaffner <schaffner@gmx.li>
2535
2536         * cppfiles.c: Clarify comments.
2537         * cpphash.h: Likewise.
2538         * cpplib.h: Likewise.
2539         * cppmacro.c: Likewise.
2540         * mkdeps.h: Likewise.
2541
2542 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
2543
2544         * c-opts.c (complain_wrong_lang, write_langs): Remove.
2545         (c_common_handle_option): Complaints about wrong language are
2546         handled in opts.c now.
2547         * opts.c (complain_wrong_lang, write_langs, handle_options): New.
2548         (find_opt): Fix thinko.
2549         (handle_option): Update prototype.  Complain about switches for
2550         a different front end.
2551         * opts.h (lang_names, handle_options): New.
2552         (handle_option): Remove.
2553         * opts.sh: Write out language names array.
2554         * toplev.c (parse_options_and_default_flags): Use handle_options.
2555
2556 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
2557
2558         * config/i386/i386.c (MASK_SSE1): Removed.
2559         (MASK_SSE164): Removed.
2560         (MASK_SSE264): Removed.
2561         (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
2562         MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
2563         with MASK_SSE2 | MASK_64BIT.
2564         (bdesc_1arg): Likewise.
2565         (ix86_init_mmx_sse_builtins): Likewise.
2566
2567         * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
2568         (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
2569         -msse2.
2570
2571 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2572
2573         * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
2574         (HOST_WIDE_INT_PRINT_DEC_SPACE,
2575         HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
2576         HOST_WIDEST_INT_PRINT_DEC_SPACE,
2577         HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
2578         (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
2579         HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
2580         terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
2581
2582         * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
2583         * ra-debug.c (dump_static_insn_cost): Likewise.
2584
2585 2003-06-26  Nick Clifton  <nickc@redhat.com>
2586
2587         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
2588         of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
2589         Replace occurances of '???' with 'XXX' incase they are
2590         mistaken for trigraphs.
2591         (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
2592         does not have a register for the first operand.
2593
2594 2003-06-25      Dhananjay Deshpande <dhananjayd@kpitcummins.com>
2595
2596         * config/sh/sh.c (sh_register_move_cost):
2597         Add case for moving between MAC_REGS.
2598
2599 2003-06-25  Zack Weinberg  <zack@codesourcery.com>
2600
2601         PR 10178
2602         * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
2603         * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
2604         * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
2605         to true.
2606         * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
2607         return 0.
2608
2609 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2610
2611         * Makefile.in (bt-load.o): Depend on $(TM_P_H).
2612         * bt-load.c: Include "tm_p.h".
2613
2614 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
2615
2616         * config/h8300/h8300.c (compute_mov_length): Adjust for the
2617         new optimization.
2618         * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
2619         an SImode constant whose upper and lower are the same.
2620
2621 Wed Jun 25 11:31:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
2622
2623         * varasm.c (assemble_name): Mark needed variables even when
2624         global info is ready.
2625
2626 2003-06-24  Jerry Quinn  <jlquinn@optonline.net>
2627
2628         PR other/11280
2629         * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
2630         -freorder-functions description.
2631
2632 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
2633
2634         * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
2635
2636 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
2637
2638         * opts.c (common_handle_option): Add missing break;s.
2639
2640 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
2641
2642         * config/h8300/h8300-protos.h: Add a prototype for
2643         compute_mov_length.
2644         * config/h8300/h8300.c (compute_mov_length): New.
2645         * config/h8300/h8300.md (*movqi_h8300): Use it.
2646         (*movqi_h8300hs): Likewise.
2647         (movstrictqi): Likewise.
2648         (*movhi_h8300): Likewise.
2649         (*movhi_h8300hs): Likewise.
2650         (movstricthi): Likewise.
2651         (*movsi_h8300): Likewise.
2652         (*movsf_h8300): Likewise.
2653         (*movsi_h8300hs): Likewise.
2654         (*movsf_h8300hs): Likewise.
2655
2656 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
2657
2658         * jump.c (next_nondeleted_insn): Remove.
2659         * rtl.h: Remove the prototype for next_nondeleted_insn.
2660
2661 2003-06-24  Roger Sayle  <roger@eyesopen.com>
2662
2663         PR optimization/11311
2664         * builtins.c (powi_cost): Fix typo.  The number of multiplications
2665         required is the number to reduce the argument, result, plus the
2666         cost of calculating the residual, val [not n, the original value].
2667
2668 2003-06-24  Roger Sayle  <roger@eyesopen.com>
2669
2670         * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
2671
2672 2003-06-24  Richard Henderson  <rth@redhat.com>
2673             (blame to: Loren James Rittle  <ljrittle@acm.org>)
2674
2675         * real.h (ieee_extended_intel_96_round_53_format): New.
2676         * real.c (ieee_extended_intel_96_round_53_format): New.
2677         * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
2678         for XFmode and TFmode.
2679
2680 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
2681
2682         * config/h8300/h8300.md (4 anonymous patterns): Give internal
2683         names.
2684         (movsi_h8300): Change the name to *movsi_h8300.
2685         (movsi_h8300hs): Change the name to *movsi_h8300hs.
2686         (movsf_h8300): Change the name to *movsf_h8300.
2687         (movsf_h8300hs): Change the name to *movsf_h8300hs.
2688
2689 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
2690
2691         * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
2692         src twice.
2693
2694 2003-06-24  J"orn Rennecke <joern.rennecke@superh.com>
2695
2696         Back out these patches:
2697          2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
2698           * sh.h (OLD_ARG_MODE): New macro.
2699           (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
2700           (FUNCTION_ARG_1): Break out of:
2701           (FUNCTION_ARG).  Use OLD_ARG_MODE.
2702          2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
2703           * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
2704           of the generated register.
2705
2706         * sh.h (FUNCTION_ARG_SCmode_WART): Define.
2707         (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
2708         an even number of floating point regs are in use, use the same
2709         sequence of argument passing registers for SCmode as would be
2710         used for two SFmode values.
2711         * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
2712         swap real / imaginary parts in incoming SCmode values passed
2713         in registers.
2714
2715 2003-06-24  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2716
2717         PR target/11260
2718         * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
2719
2720 Tue Jun 24 18:49:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
2721
2722         * Makefile.in (cgraph.o): Depend on output.h, not depend on
2723         tree-inline.h
2724         * cgraph.c: Do not include tree-inline.h; include output.h
2725         (known_fns): Rename to ...
2726         (known_decls): ... this one; update all uses.
2727         (cgraph_varpool_hash): New static variable.
2728         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
2729         variables.
2730         (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
2731         cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
2732         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
2733         New functions.
2734         * cgraph.h (cgraph_varpool_node): New structure.
2735         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
2736         (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
2737         cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
2738         cgraph_varpool_asemble_pending_decls): Declare.
2739         * cgraphunit.c (record_call_1): Notice variable references.
2740         (cgraph_finalize_compilation_unit): Assemble pending variables.
2741         * toplev.c (wrapup_global_declarations): Use varpool.
2742         (compile_file): Assemble pending declarations.
2743         (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
2744         * varasm.c (assemble_name): Notice varpool references.
2745
2746 Tue Jun 24 13:52:11 CEST 2003  Jan Hubicka  <jh@suse.cz>
2747
2748         * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
2749         * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
2750         * varasm.c (assemble_variable): Call prepare_assemble_variable.
2751
2752 2003-06-23  Roger Sayle  <roger@eyesopen.com>
2753
2754         * builtins.c (expand_builtin): Use expand_builtin_pow to expand
2755         calls for pow, powf, powl and their __builtin_ variants.
2756         (expand_builtin_pow): If the second argument is a constant
2757         integer and compiling with -ffast-math, use expand_powi to
2758         generate RTL if powi_cost is less than POWI_MAX_MULTS.
2759         (powi_cost): New function to return the number of multiplications
2760         necessary to evaluate an Nth power, for integer constant N.
2761         (expand_powi): New function to expand the RTL for evaluating
2762         the Nth power of a floating point value, for integer constant N.
2763
2764         * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
2765
2766 Mon Jun 23 23:07:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
2767
2768         * cgraph.c (cgraph_nodes_queue): Declare.
2769         (eq_node): Take identifier as p2.
2770         (cgraph_node): Update htab_find_slot_with_hash call.
2771         (cgraph_node_for_identifier): New.
2772         (cgraph_mark_needed_node): Move here from cgraphunit.c.
2773         * cgraph.h (cgraph_nodes_queue): Declare.
2774         (cgraph_node_for_identifier): Declare.
2775         * cgraphunit.c (cgraph_finalize_function): Collect entry points here
2776         instead of in cgraph_finalize_compilation_unit; constructors and
2777         destructors are entry points.
2778         (cgraph_finalize_compilation_unit): Reorganize debug outout;
2779         examine nested functions after lowerng; call collect_functions hook.
2780         (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
2781         (cgraph_finalize_compilation_unit): Do not collect entry points.
2782         * varasm.c: Include cgraph.h
2783         (assemble_name): Mark referenced identifier as needed.
2784
2785         * cgraphunit.c (record_call_1): Use get_callee_fndecl.
2786
2787 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
2788
2789         * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
2790         just SYMBOL_REF.
2791         * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
2792         mode, as it requires pic register loaded.
2793
2794         * varasm.c (resolve_unique_section): Remove prototype.  No longer
2795         static.
2796         * tree.h (resolve_unique_section): New prototype.
2797
2798 2003-06-23  Andreas Schwab  <schwab@suse.de>
2799
2800         PR debug/9905
2801         * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
2802         recursing through first argument.
2803
2804 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
2805
2806         * ChangeLog.1: Fix a typo.
2807         * cfgrtl.c: Fix comment typos.
2808         * dwarf2out.c: Likewise.
2809         * expmed.c: Likewise.
2810         * genrecog.c: Likewise.
2811         * jump.c: Likewise.
2812         * rtlanal.c: Likewise.
2813         * ssa-dce.c: Likewise.
2814         * toplev.c: Likewise.
2815
2816 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
2817
2818         * doc/extend.texi: Fix typos.
2819         * doc/md.texi: Likewise.
2820         * doc/tm.texi: Likewise.
2821
2822 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
2823
2824         * basic-block.h: Fix comment formatting.
2825         * bt-load.c: Likewise.
2826         * builtins.c: Likewise.
2827         * c-common.c: Likewise.
2828         * c-common.h: Likewise.
2829         * c-format.c: Likewise.
2830         * coverage.c: Likewise.
2831         * cpplib.h: Likewise.
2832         * cpppch.c: Likewise.
2833         * dbxout.c: Likewise.
2834         * diagnostic.c: Likewise.
2835         * dwarf2out.c: Likewise.
2836         * expr.c: Likewise.
2837         * fold-const.c: Likewise.
2838         * function.c: Likewise.
2839         * gcc.c: Likewise.
2840         * gcov-io.c: Likewise.
2841         * gcov-io.h: Likewise.
2842         * gcov.c: Likewise.
2843         * profile.c: Likewise.
2844         * real.h: Likewise.
2845         * sched-deps.c: Likewise.
2846
2847 2003-06-23  Roger Sayle  <roger@eyesopen.com>
2848             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2849
2850         * doc/contrib.texi (Contributors): Add a note on testing and
2851         remove duplicates from testers list.
2852
2853 2003-06-23  Nick Clifton  <nickc@redhat.com>
2854
2855         * read-rtl.c (read_braced_string): Check for EOF.  If
2856         encountered issue an error message.
2857
2858 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
2859
2860         * doc/invoke.texi: Document dump options, dT and dW.
2861
2862 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
2863
2864         * genrecog.c (pred_table): Remove the entry for
2865         mode_independent_operand.
2866         * recog.c (next_insns_test_no_inequality): Remove.
2867         (mode_independent_operand): Likewise.
2868         * recog.h: Remove the prototype for mode_independent_operand.
2869
2870 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2871
2872         * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
2873         store into bit 0.
2874         * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
2875         second alternative to set_znv.
2876         (*extzv_1_r_inv_h8300hs): Likewise.
2877
2878 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
2879
2880         * configure.in (in_tree_gas): Find out here whether GAS is ELF,
2881         set in_tree_gas_is_elf accordingly.
2882         (in_tree_ld): Find out whether LD emulation is ELF, set
2883         in_tree_ld_is_elf accordingly.
2884         (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
2885         (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
2886         (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
2887         (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
2888         grepping gas/Makefile.
2889         (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
2890         $in_tree_ld_is_elf instead of grepping ld/Makefile.
2891         * configure: Regenerate.
2892
2893 2003-06-22  Roger Sayle  <roger@eyesopen.com>
2894
2895         * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
2896         up the stabilized argument list, not build_tree_list.
2897         (expand_builtin_strcpy): Construct new argument list manually
2898         instead of using chainon to modify the original argument list.
2899         (expand_builtin_stpcpy): Construct new argument list manually
2900         instead of using copy_list and chainon.
2901         (expand_builtin_sprintf): New function.  Optimize calls to
2902         sprintf when the format is "%s" or doesn't contain a '%'.
2903         (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
2904         expand_builtin_sprintf.
2905
2906 2003-06-22  Andreas Schwab  <schwab@suse.de>
2907
2908         * function.c (set_insn_locators): Mark as unused.
2909
2910 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
2911
2912         * common.opt: Add -finline-limit.
2913         * opts.c (common_handle_options): Handle it.
2914         * opts.sh: Temporary kludge for -finline-limit.
2915         * toplev.c (decode_f_option, independent_decode_option): Die.
2916         (parse_options_and_default_flags): No independent_decode_option.
2917
2918 2003-06-22  Andreas Jaeger  <aj@suse.de>
2919
2920         * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
2921
2922 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2923
2924         * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
2925
2926 2003-06-22  Andreas Schwab  <schwab@suse.de>
2927
2928         * doc/invoke.texi: Remove leading `-' from options in index.
2929
2930 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2931
2932         * bt-load.c: Follow spelling conventions.
2933
2934 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2935
2936         * expr.c (emit_move_insn_1): Fix a comment typo.
2937
2938 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2939
2940         * doc/invoke.texi: Alphabetize dump options.
2941
2942 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2943
2944         * doc/invoke.texi: Remove a duplicate -dk.
2945
2946 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2947
2948         * doc/invoke.texi: Update dump file names.
2949
2950 2003-06-22  Zack Weinberg  <zack@codesourcery.com>
2951
2952         * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
2953         and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
2954
2955 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2956
2957         * doc/rtl.texi: Fix the @findex for pre_modify.
2958
2959 2003-06-22  Andreas Jaeger  <aj@suse.de>
2960
2961         * caller-save.c: Convert to ISO C90.
2962         * calls.c: Likewise.
2963         * cfg.c: Likewise.
2964         * cfganal.c: Likewise.
2965         * cfgbuild.c: Likewise.
2966         * cfgcleanup.c: Likewise.
2967         * cfghooks.c: Likewise.
2968         * cfglayout.c: Likewise.
2969         * cfglayout.h: Likewise.
2970         * cfgloop.c: Likewise.
2971         * cfgloop.h: Likewise.
2972         * cfgloopanal.c: Likewise.
2973         * cfgloopmainip.c: Likewise.
2974         * cfgrtl.c: Likewise.
2975
2976 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
2977
2978         * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
2979         64-bit alignment.
2980
2981 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
2982
2983         * arm.md (all call_value patterns): Remove register constraints on
2984         value operand.
2985
2986 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
2987
2988         * common.opt: More -f switches.
2989         * opts.c (common_handle_options): Handle them.
2990         * toplev.c (time_report): Make extern.
2991         (f_options): USe flag_dummy.
2992         (decode_f_option): No need to use f_options now.
2993         * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
2994         flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
2995
2996 2003-06-22  Andreas Jaeger  <aj@suse.de>
2997
2998         * c-lex.c: Convert to ISO C90.
2999         * c-objc-common.c: Likewise.
3000         * c-opts.c: Likewise.
3001         * c-pch.c: Likewise.
3002         * c-ppoutput.c: Likewise.
3003         * c-pragma.h: Likewise.
3004         * c-pretty-print.c: Likewise.
3005         * c-pretty-print.h: Likewise.
3006         * c-semantics.c: Likewise.
3007         * c-tree.h: Likewise.
3008         * c-typeck.c: Likewise.
3009
3010         * c-lang.c: Convert to ISO C90.
3011
3012 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
3013
3014         * opts.c (find_opt): Fix to always guarantee a find of a
3015         switch with joined parameter.
3016         * opts.h (struct cl_option): New member back_chain.
3017         * opts.sh: Update to calculate and add back_chain member.
3018
3019 2003-06-22  Gabriel Dos Reis <gdr@integrable-solutions.net>
3020
3021         * diagnostic.h (output_host_wide_integer): Declare.
3022         * diagnostic.c (output_long_long_decicaml): New function.
3023         (output_host_wide_integer): Likewise.
3024         (output_format): Use them.  Handle "%ll" and "%w".
3025
3026 2003-06-21  Jason Thorpe  <thorpej@wasabisystems.com>
3027
3028         * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
3029
3030 2003-06-21  Zack Weinberg  <zack@codesourcery.com>
3031
3032         * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
3033         * configure.in: Don't use gcc_AC_C_CHARSET.
3034         * configure, config.in: Regenerate.
3035         * config/i370/i370.c, config/i370/i370.h: Use
3036         (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
3037         instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
3038
3039 2003-06-21  Neil Booth  <neil@daikokuya.co.uk>
3040
3041         * Makefile.in: Update.
3042         * common.opt: New switches.
3043         * opts.c: Include diagnostic.h.
3044         (common_handle_option): Handle new switches.
3045         * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3046         flag_if_conversion2, flag_delete_null_pointer_checks,
3047         flag_rerun_cse_after_loop): Make extern.
3048         (flag_dummy): New.
3049         (f_options): Update to use flag_dummy for moved options.
3050         (decode_f_option): Some switches moved to opts.c.
3051         * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
3052         flag_if_conversion2, flag_delete_null_pointer_checks,
3053         flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
3054         flag_tracer, flag_thread_jumps, flag_unroll_loops,
3055         flag_unroll_all_loops, flag_unswitch_loops): New.
3056
3057 Sat Jun 21 13:41:00 CEST 2003  Jan Hubicka  <jh@suse.cz>
3058
3059         * i386.c (ix86_va_arg): Fix allocation of temporary slot.
3060
3061 2003-06-20  Kazu Hirata  <kazu@cs.umass.edu>
3062
3063         * config/h8300/h8300-protos.h: Add a prototype for
3064         same_cmp_preceding_p.
3065         * config/h8300/h8300.c (same_cmp_preceding): New.
3066         * config/h8300/h8300.md: Extend peephole2's that transform
3067         compare:SI into shorter sequences so that they can deal with
3068         signed comparisons.
3069
3070 2003-06-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3071
3072         * doc/contrib.texi (Contributors): Use Windows instead of Win32.
3073
3074         Update Andreas Jaeger's entry.
3075
3076         Merge the two entries of Kaveh Ghazi, David Edelsohn, and
3077         Loren J. Rittle.
3078
3079 2003-06-21  Nathanael Nerode  <neroden@gcc.gnu.org>
3080
3081         * mkconfig.sh: Add multiple inclusion guards to generated headers.
3082
3083 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
3084
3085         * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
3086         * common.opt: Add remaining -W options and -g.
3087         * diagnostic.c (warnings_are_errors): Remove.
3088         * flags.h: Make most warning flags boolean.
3089         * opts.c (common_handle_option): Handle remaining -W options, and -g.
3090         Move many warning flags from toplev.c, making them boolean.
3091         * toplev.c: Remove many warning flags.
3092         (decode_W_option): Remove.
3093         (decode_g_option): Make extern.  Error on unknown switch.
3094         (lang_independent_W_options): Use warn_dummy.
3095         (independent_decode_option): Just handle -f switches now.
3096         * toplev.h (decode_g_option): New.
3097
3098 2003-06-20  Aldy Hernandez  <aldyh@redhat.com>
3099
3100         PR/11092
3101         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
3102         vectors.
3103
3104 2003-06-20  Kelley Cook  <kelleycook@wideopenwest.com>
3105
3106         * opts.sh: Tweak awk script for portability.
3107
3108 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
3109
3110         PR c++/10888
3111         * tree-inline.c (expand_call_inline): Do not warn about failing to
3112         inline functions declared in system headers.
3113         * doc/invoke.texi (-Winline): Expand on documentation.
3114
3115 2003-06-20  Richard Henderson  <rth@redhat.com>
3116
3117         * config/alpha/alpha.c (alpha_file_start): Disable
3118         file_start_file_directive for ELF and not MDEBUG.
3119
3120 2003-06-20  J"orn Rennecke <joern.rennecke@superh.com>
3121
3122         * sh.h (ROUND_TYPE_ALIGN): Remove.
3123
3124 2003-06-20  Richard Henderson  <rth@redhat.com>
3125
3126         * hooks.c (hook_int_void_no_regs): Rename from
3127         hook_reg_class_void_no_regs; change return type.
3128         * hooks.h: Update.
3129         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
3130         * target.h (branch_target_register_class): Change return type to int.
3131         Add documentation.
3132         * config/sh/sh.c (sh_target_reg_class): Change return type.
3133         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
3134
3135 2003-06-20  Andreas Tobler <toa@pop.agri.ch>
3136
3137         * c-format.c: Change _Bool to bool reverting part of the last
3138         patch.
3139
3140 2003-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3141
3142         * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
3143         strip name encoding.
3144
3145 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3146
3147         * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
3148         * configure: Regenerate.
3149         Fixes PR driver/9362.
3150
3151 2003-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3152
3153         * config/alpha/alpha.c (alpha_file_start): Fix typo.
3154
3155 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3156
3157         * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
3158         to ASM_OUTPUT_SOURCE_LINE.
3159
3160 2003-06-20  Daniel Egger  <degger@fhm.edu>
3161             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3162
3163         * doc/install.texi (Building): Correct and improve statement
3164         about parallel builds.
3165
3166 2003-06-20  Andreas Jaeger  <aj@suse.de>
3167
3168         * c-common.c: Change _Bool to bool reverting part of the last
3169         patch.
3170
3171 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
3172
3173         * tree.h (expand_function_end): Remove all parameters.
3174         * function.c (expand_function_end): Remove all parameters.
3175         Use input_location. Never expand_end_bindings.
3176         * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
3177         * coverage.c (create_coverage): Likewise.
3178
3179 2003-06-20  Nick Clifton  <nickc@redhat.com>
3180
3181         * doc/extend.texi (ARM Built-in Functions): New node.  Document
3182         ARM builtin functions for iWMMXt support.
3183
3184 2003-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
3185
3186         * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
3187         SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
3188         (--with-as): Add @anchor.
3189         (--with-gnu-ld): Fix typo.
3190         (--with-ld): Add @uref to --with-as.
3191
3192 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
3193
3194         * doc/tm.texi: Uniformly use @defmac for macros, rather than
3195         @table items.  Minor formatting and editorial corrections.
3196
3197 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
3198
3199         * line-map.c, line-map.h: Convert to ISO prototypes.
3200
3201 2003-06-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3202
3203         * gcse.c (store_killed_in_insn): Fix.
3204
3205 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
3206
3207         * target.h (asm_out.file_start, file_start_app_off,
3208         file_start_file_directive): New hooks.
3209         * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
3210         TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
3211         New hook-definition macros.
3212         * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
3213         * varasm.c (default_file_start): New.
3214         * output.h: Prototype it.
3215         * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
3216         * system.h: Poison ASM_FILE_START.
3217
3218         * config/alpha/alpha.c (alpha_write_verstamp): Delete.
3219         (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
3220         (unicosmk_asm_file_start): Rename unicosmk_file_start,
3221         make static, take no arguments.
3222         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
3223         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
3224         * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
3225         TARGET_ASM_FILE_END.  Remove reference to ASM_FILE_START in
3226         comment.
3227         * config/arc/arc.c (arc_asm_file_start): Rename
3228         arc_file_start, take no arguments, make static.
3229         (TARGET_ASM_FILE_START): Set it.
3230         * config/arm/arm.c (aof_file_start): New static function.
3231         (TARGET_ASM_FILE_START): Set it, when appropriate.
3232         * config/arm/coff.h, config/arm/elf.h:
3233         Set TARGET_ASM_FILE_START_APP_OFF to true.
3234         * config/avr/avr.c (asm_file_start): Rename avr_file_start,
3235         take no arguments, make static.
3236         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3237         Set them.
3238         * config/c4x/c4x.c (c4x_file_start): New static function.
3239         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
3240         Set them.
3241         * config/cris/cris.c (cris_file_start): New static function.
3242         (TARGET_ASM_FILE_START): Set it.
3243         * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
3244         dsp16xx_file_start, make static.
3245         (luxworks_dsp16xx_file_start): Delete.
3246         (TARGET_ASM_FILE_START): Set it.
3247         * config/h8300/h8300.c (asm_file_start): Rename
3248         h8300_file_start, make static, take no arguments.
3249         (TARGET_ASM_FILE_START): Set it.
3250         * config/i370/i370.c (i370_file_start): New static function.
3251         (TARGET_ASM_FILE_START): Set it.
3252         * config/i386/i386.c (x86_file_start): New static function.
3253         (TARGET_ASM_FILE_START): Set it.
3254         * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
3255         X86_FILE_START_FLTUSED): New macros, default to false.
3256         * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
3257         * config/i386/sysv4.h, config/i386/sco5.h: Override
3258         X86_FILE_START_VERSION_DIRECTIVE to true.
3259         * config/ia64/ia64.c (ia64_file_start): New static function.
3260         (TARGET_ASM_FILE_START): Set it.
3261         (emit_safe_across_calls): Take no arguments.
3262         * config/ia64/ia64.md: Update to match.
3263         * config/m32r/m32r.c (m32r_asm_file_start): Rename
3264         m32r_file_start, make static, take no arguments.
3265         (TARGET_ASM_FILE_START): Set it.
3266         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
3267         m68hc11_file_start, make static, take no arguments.
3268         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3269         (print_options): Delete.
3270         * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
3271         (TARGET_ASM_FILE_START_APP_OFF): Set.
3272         * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
3273         m68k_hp320_file_start.
3274         * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
3275         Make static, take no arguments.
3276         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3277         * config/mmix/mmix.c (mmix_asm_file_start): Rename
3278         mmix_file_start, make static, take no arguments.
3279         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3280         * config/mn10300/mn10300.c (asm_file_start): Rename
3281         mn10300_file_start, make static, take no arguments.
3282         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3283         * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
3284         * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
3285         pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
3286         pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
3287         pa_hpux64_hpas_file_start): New static functions.
3288         * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
3289         * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
3290         pa_linux_file_start.
3291         * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
3292         pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
3293         appropriate.
3294         * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
3295         * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
3296         (rs6000_file_start): Make static, take no arguments.  Reset
3297         default_cpu under certain conditions.
3298         (rs6000_xcoff_file_start): New function.
3299         * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
3300         * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
3301         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
3302         * config/sh/sh.c (output_file_start): Rename
3303         sh_file_start, make static, take no arguments.  Merge in old
3304         code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
3305         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3306         * config/sh/sh.c (TARGET_ELF): Define to 0.
3307         * config/sh/elf.h (TARGET_ELF): Redefine to 1.
3308         * config/v850/v850.c (asm_file_start): Delete.
3309         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
3310         * config/vax/vax.c (vax_file_start): New static function.
3311         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
3312
3313         * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
3314         * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
3315         * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
3316         * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
3317         * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
3318         * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
3319
3320         * config/darwin.h, config/elfos.h, config/alpha/elf.h
3321         * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
3322         * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
3323         * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
3324         * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
3325         * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
3326         * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
3327         * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
3328         * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
3329         * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
3330         * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
3331         * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
3332         * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
3333         * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
3334         * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
3335         * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
3336         * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
3337         * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
3338
3339         * config/alpha/alpha-protos.h, config/arc/arc-protos.h
3340         * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
3341         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
3342         * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
3343         * config/mips/mips-protos.h, config/mmix/mmix-protos.h
3344         * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
3345         * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
3346
3347         * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
3348         Remove reference to ASM_FILE_START in comment.
3349         * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
3350         * config/arm/linux-gas.h, config/arm/netbsd-elf.h
3351         * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
3352
3353 2003-06-19  Graeme Peterson <gp@qnx.com>
3354
3355         * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
3356         SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
3357         sysroot_hdrs_suffix_spec): New.
3358         (static_specs): Initialize new variables.
3359         (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
3360         * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
3361         New macros.
3362
3363 2003-06-19  Andreas Jaeger  <aj@suse.de>
3364
3365         * c-aux-info.c: Convert to ISO C90.
3366         * c-pragma.c: Likewise.
3367         * c-common.c: Likewise.
3368         * c-common.h: Likewise.
3369         * c-convert.c: Likewise.
3370         * c-cppbuiltin.c: Likewise.
3371         * c-dump.c: Likewise.
3372         * c-decl.c: Likewise
3373         * c-format.c: Likewise.
3374         * c-incpath.c: Likewise.
3375         * c-incpath.h: Likewise.
3376
3377 2003-06-19  Roger Sayle  <roger@eyesopen.com>
3378
3379         * builtins.c (expand_errno_check): Assume that flag_errno_math
3380         and HONOR_NANS have been tested before calling here.  Only try
3381         to set errno ourselves if the decl can't throw an exception.
3382         (expand_builtin_mathfn): Move the code to stabilize the arg
3383         after the main switch, so that that its only done when needed.
3384         BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
3385         Don't modify the original expr when stabilizing the argument.
3386         (expand_builtin_mathfn_2): Likewise, move the code to stabilize
3387         the args after the main switch, and don't modify the orginal exp.
3388
3389 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
3390
3391         * expr.c (const_vector_from_tree): Initialize remaining elements
3392         to 0.
3393
3394 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
3395
3396         * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
3397         Change "fix" to "float".
3398
3399 2003-06-19  Andreas Jaeger  <aj@suse.de>
3400
3401         * c-tree.h: Remove declaration of poplevel.
3402
3403         * tree.h: Remove declaration of approx_sqrt.
3404
3405         * c-lex.c: Remove redundant declaration of asm_out_file.
3406
3407         * flags.h: Remove declaration of warn_unknown_pragma and
3408         main_input_filename.
3409
3410         * rtl.h: Remove functions from fold-const.c since they're already
3411         declared in tree.h.
3412
3413         * regs.h: Remove redundant declaration of reg_names.
3414
3415         * bt-load.c (migrate_btr_defs): Correct printf arguments.
3416
3417         * protoize.c: Fix breakage from last patch.
3418
3419 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
3420
3421         * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
3422         has been included.
3423
3424 2003-06-18  James A Morrison <ja2morri@student.math.uwaterloo.ca>
3425
3426         * config/sparc/sparc.c: Update copyright year.
3427
3428 2003-06-19  David Edelsohn  <edelsohn@gnu.org>
3429
3430         * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
3431         to ABI_V4.
3432
3433 2003-06-18  Joseph S. Myers  <jsm@polyomino.org.uk>
3434
3435         PR bootstrap/4068
3436         * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
3437
3438 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
3439
3440         * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
3441         to the end of the file.  Remove unnecessary prototypes.
3442
3443 2003-06-19  Hans-Peter Nilsson  <hp@axis.com>
3444
3445         * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
3446         calls to insn_default_latency and result_ready_cost.  Initialize
3447         def_latency to 1.
3448
3449 2003-06-18  Richard Henderson  <rth@redhat.com>
3450
3451         * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
3452         (_Unwind_FindEnclosingFunction): Implement.
3453
3454 2003-06-18  Kazu Hirata  <kazu@cs.umass.edu>
3455
3456         * toplev.c (rest_of_handle_sched): Hide the entire function if
3457         INSN_SCHEDULING is not defined.
3458         (rest_of_compilation): Call rest_of_handle_sched() only when
3459         INSN_SCHEDULING is defined.
3460
3461 2003-06-18  Stephen Clarke <stephen.clarke@superh.com>
3462             J"orn Rennecke <joern.rennecke@superh.com>
3463
3464         * bt-load.c: New file.
3465         * Makefile.in (OBJS): Include bt-load.o
3466         (bt-load.o): Add dependencies.
3467         * flags.h (flag_branch_target_load_optimize): Declare.
3468         (flag_branch_target_load_optimize2): Likewise.
3469         * hooks.c (hook_reg_class_void_no_regs): New function.
3470         (hook_bool_bool_false): Likewise.
3471         * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
3472         * rtl.h (branch_target_load_optimize): Declare.
3473         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
3474         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3475         (TARGET_INITIALIZER): Include these.
3476         * target.h (struct gcc_target): Add branch_target_register_class
3477         and branch_target_register_callee_saved members.
3478         * toplev.c (enum dump_file_index): Add DFI_branch_target_load
3479         (dump_file) Add "tars" entry.
3480         (flag_branch_target_load_optimize): New variable.
3481         (flag_branch_target_load_optimize2): Likewise.
3482         (lang_independent_options): Add entries for new options.
3483         (rest_of_compilation): Call branch_target_load_optimize.
3484         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
3485         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3486         * doc/invoke.texi: Document -fbranch-target-load-optimize and
3487         -fbranch-target-load-optimize2.
3488         * rtl.h (epilogue_completed): Declare.
3489         * recog.c (epilogue_completed): New variable.
3490         * toplev.c (rest_of_compilation): Set it.
3491         * flow.c (mark_regs_live_at_end): Use it.
3492         * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
3493         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
3494         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3495         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3496
3497         * sh.c (shmedia_space_reserved_for_target_registers): New variable.
3498         (sh_target_reg_class): New function.
3499         (sh_optimize_target_register_callee_saved): Likwise.
3500         (shmedia_target_regs_stack_space): Likewise.
3501         (shmedia_reserve_space_for_target_registers_p): Likewise.
3502         (shmedia_target_regs_stack_adjust): Likewise.
3503         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
3504         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3505         (calc_live_regs): If flag_branch_target_load_optimize2 and
3506         TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
3507         for target registers, make sure that we save all target registers.
3508         (sh_expand_prologue, sh_expand_epilogue): Take target register
3509         optimizations into account.  Collapse stack adjustments if that
3510         is beneficial.
3511         (initial_elimination_offset): Reserve space for target registers
3512         if necessary.
3513         * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
3514         (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
3515
3516 2003-06-18  Nick Clifton  <nickc@redhat.com>
3517
3518         * config.gcc: Add an extra_header for ARM targets.
3519         Support configuring with --with-cpu=iwmmxt.
3520         * doc/invoke.texi: Document new value for -mcpu= ARM switch.
3521         * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
3522         names.  Fix formatting.
3523         * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
3524         names.
3525         * config/arm/arm-protos.h (arm_emit_vector_const): New
3526         prototype.
3527         (arm_output_load_gr): New prototype.
3528         * config/arm/arm.c (extra_reg_names1): Delete.
3529         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
3530         * arch_is_iwmmxt): Define.
3531         (all_cores, all_architecture): Add entry for iwmmxt.
3532         (arm_override_options): Add support for iwmmxt.
3533         (use_return_insn, arm_function_arg, arm_legitimate_index_p,
3534         arm_print_value, arm_rtx_costs_1, output_move_double,
3535         arm_compute_save_reg_mask, arm_output_epilogue,
3536         arm_get_frame_size, arm_expand_prologue, arm_print_operand,
3537         arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
3538         Likewise.
3539         (arm_init_cumulative_args): Count iwmmxt registers.
3540         (arm_function_ok_for_sibcall): Return false of sibcall_blocked
3541         has been set.
3542         (struct minipool_node): Add fix_size field.
3543         (add_minipool_forward_ref): Add support for 8-byte aligning of
3544         the pool.
3545         (add_minipool_backward_ref, add_minipool_offsets,
3546         dump_minipool, push_minipool_fix): Likewise.
3547         (struct builtin_description): New struct.
3548         (builtin_description): New array of iwmmxt builtin functions.
3549         (arm_init_iwmmxt_builtins): New function.
3550         (arm_init_builtins): New function.
3551         (safe_vector_operand): New function.
3552         (arm_expand_binop_builtin): New function.
3553         (arm_expand_unop_builtin): New function.
3554         (arm_expand_builtin): New function.
3555         (arm_emit_vector_const): New function.
3556         (arm_output_load_gr): New function.
3557         * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
3558         TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
3559         TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
3560         DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
3561         (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
3562         (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
3563         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
3564         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
3565         REG_CLASS_FOR_LETTER): Add iwmmxt registers.
3566         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
3567         registers unless the iwmmxt target is selected.
3568         (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
3569         FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
3570         IS_IWMMXT_GR_REGNUM): Define.
3571         (FIRST_PSEUDO_REGISTER): Bump to 63.
3572         (struct machine_function): Add sibcall_blocked field.
3573         (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
3574         nargs fields.
3575         (enum arm_builtins): New enum list.
3576         * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
3577         UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
3578         UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
3579         UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
3580         (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
3581         VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
3582         (movv2si, movv4hi, movv8qi): New expands for vector moves.
3583         Include iwmmxt.md.
3584         * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
3585         multilib.
3586         (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
3587         * config/arm/mmintrin.h: New ARM specific header file.
3588         * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
3589
3590 2003-06-18  J"orn Rennecke <joern.rennecke@superh.com>
3591
3592         * toplev.c (Remaining -d letters summary): Update.
3593
3594 2003-06-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3595
3596         * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
3597         argument.
3598         (function_arg): Handle CALL_LIBCALL flag.
3599         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
3600         prototype.
3601         * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
3602         (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
3603         (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
3604         (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
3605
3606 2003-06-18  Neil Booth  <neil@daikokuya.co.uk>
3607
3608         * Makefile.in: Update.
3609         * common.opt: New options.
3610         * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
3611         set_Wunused): New.
3612         (common_handle_option): Handle new options.
3613         * toplev.c (set_target_switch): Export.
3614         (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
3615         (decode_W_option): -Wunused and -Wextra handled in opts.c now.
3616         (independent_decode_option): More options handled in opts.c now.
3617         Change prototype.
3618         * toplev.h (set_target_switch): New.
3619
3620 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
3621
3622         PR debug/4252
3623         * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
3624         to dump_switch_p().
3625         * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
3626         from static strings in dump_files.
3627
3628 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3629
3630         * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
3631         VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
3632         libiberty macros.
3633
3634 2003-06-17  Jason Merrill  <jason@redhat.com>
3635
3636         PR c++/10929
3637         * tree-inline.c (expand_call_inline): Don't warn about failing to
3638         inline a function which was made inline by -finline-functions.
3639
3640 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3641
3642         * config/h8300/h8300-protos.h: Update to ISO C.
3643         * config/h8300/h8300.c: Likewise.
3644         * config/h8300/h8300.h: Likewise.
3645         * config/h8300/h8300.md: Likewise.
3646
3647 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3648
3649         * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
3650         * configure: Regenerate.
3651         * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
3652
3653 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
3654
3655         * install.texi (Testing): Add information on how to run Java
3656         runtime tests separately.
3657
3658 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3659
3660         * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
3661
3662         * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
3663         (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
3664
3665 2003-06-17  Christopher Faylor  <cgf@redhat.com>
3666
3667         * doc/install.texi: Add msvc rebuild caveat.
3668
3669 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3670
3671         * config/sh/coff.h: Replace Hitachi with Renesas.
3672         * config/sh/elf.h: Likewise.
3673         * config/sh/embed-elf.h: Likewise.
3674         * config/sh/lib1funcs.asm: Likewise.
3675         * config/sh/sh-protos.h: Likewise.
3676         * config/sh/sh.c: Likewise.
3677         * config/sh/sh.h: Likewise.
3678         * config/sh/sh.md: Likewise.
3679
3680 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3681
3682         * ChangeLog.3: Fix comment typos.
3683         * ChangeLog.6: Likewise.
3684         * config/d30v/d30v.c: Likewise.
3685         * config/h8300/h8300.md: Likewise.
3686         * config/m32r/m32r.md: Likewise.
3687         * config/mips/mips.c: Likewise.
3688         * config/mips/mips.md: Likewise.
3689         * config/ns32k/NOTES: Likewise.
3690
3691 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
3692             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3693
3694         * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
3695         to run Java runtime tests separately.
3696
3697 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3698
3699         * config/h8300/h8300-protos.h: Update a comment.
3700
3701 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
3702
3703         * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
3704         are aligned like integral modes.
3705         (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
3706
3707         * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
3708         (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
3709         * sh.md (*pt): Remove.
3710
3711         * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
3712
3713         * sh.md (return_media_rte): New pattern.
3714         (return_media): Use it.
3715
3716 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3717
3718         * doc/contrib.texi: Replace Hitachi with Renesas.
3719         * doc/install.texi: Likewise.
3720         * doc/invoke.texi: Likewise.
3721
3722 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
3723
3724         * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
3725         behaviour.
3726
3727 2003-06-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3728
3729         * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
3730
3731         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
3732         2003-01-23 patch. Corrected to handle kernels with changed ucontext.
3733
3734         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
3735         -msdata=eabi usages.
3736
3737         * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
3738
3739 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3740
3741         * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
3742         * fixinc/gnu-regex.c: Don't define `volatile'.
3743         * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
3744         * ggc-simple.c: Likewise.
3745         * system.h: Don't define `volatile'.
3746
3747         * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
3748         * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
3749         call these macros.
3750         * config.in, configure: Regenerated.
3751
3752 2003-06-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3753
3754         * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
3755         Handle POINTERS_EXTEND_UNSIGNED.
3756
3757 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3758
3759         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
3760         !TARGET_IRIX6]: Define as NULL.
3761
3762 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3763
3764         * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
3765
3766 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3767
3768         * dbxout.c (dbxout_source_line_counter): New global variable.
3769         Mark it with GTY(()).
3770         (dbxout_source_line): Increment dbxout_source_line_counter
3771         and pass it to ASM_OUTPUT_SOURCE_LINE.
3772         * sdbout.c (sdbout_source_line_counter): New global variable.
3773         Mark it with GTY(()).
3774         (unnamed_struct_number): Mark it with GTY(()).
3775         (sdbout_source_line): Increment sdbout_source_line_counter
3776         and pass it to ASM_OUTPUT_SOURCE_LINE.
3777         * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
3778         (xcoffout_source_line): Pass 0 as third argument to
3779         ASM_OUTPUT_SOURCE_LINE.
3780         (xcoffout_begin_prologue): Likewise.
3781         * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3782         Use it instead of 'sym_lineno' but without incrementing it.
3783         * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3784         * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3785         * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3786         * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
3787         argument to ASM_OUTPUT_SOURCE_LINE.
3788         * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3789         * config/arm/aout.h: Remove useless comment.
3790         * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3791         * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3792         * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3793         Use it instead of 'sym_lineno' but without incrementing it.
3794         * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3795         * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
3796         parameter. Use it instead of 'sym_lineno' but without incrementing it.
3797         * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
3798         argument to ASM_OUTPUT_SOURCE_LINE.
3799         * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3800         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3801         * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3802         Use it instead of 'sym_lineno' but without incrementing it.
3803         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3804         * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3805         * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3806         * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3807         * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
3808
3809 2003-06-17  Richard Sandiford  <rsandifo@redhat.com>
3810
3811         * config/mips/mips-protos.h (mips_expand_block_move): Declare.
3812         (expand_block_move, output_block_move): Remove.
3813         * config/mips/mips.h (enum block_move_type): Remove.
3814         * config/mips/mips.c (block_move_call, output_block_move): Remove.
3815         (mips_block_move_straight, mips_adjust_block_mem): New function.
3816         (mips_block_move_loop): Renamed and reworked from block_move_loop.
3817         (mips_expand_block_move): Likewise expand_block_move.  Return false
3818         to fall back on the target-independent code.
3819         * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
3820         (movstrsi_internal*): Remove.
3821
3822 2003-06-16  Zack Weinberg  <zack@codesourcery.com>
3823
3824         * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
3825         * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
3826         * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
3827         ISO C: new-style function declarations, no need for PARAMS,
3828         no special punctuation on indirect function calls, use string
3829         constant concatenation where convenient.
3830
3831 2003-06-17  Andreas Jaeger  <aj@suse.de>
3832
3833         * rtl.h: Remove declarations from coverage.h.
3834         * toplev.c: Include coverage.h.
3835         * Makefile.in (toplev.o): Depend on coverage.h.
3836
3837         * toplev.h: Remove extra declaration of print_time.
3838
3839         * gengtype.c (close_output_files): Remove duplicated declaration.
3840
3841 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3842
3843         * config/sparc/sysv4.h: Remove target-independent comment;
3844         replace "GNU CC" with "GCC".
3845         * config/vxworks.h: Replace "GNU compiler" with "GCC".
3846         * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
3847         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
3848         config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
3849         config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
3850         config/sparc/rtemself.h, config/sparc/sol2-64.h,
3851         config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
3852         config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
3853         config/sparc/sol2.h, config/sparc/sp64-aout.h,
3854         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
3855         config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
3856         "GNU compiler", "GNU CC" with "GCC".
3857         * config/sparc/cypress.md, config/sparc/hypersparc.md,
3858         config/sparc/sparc-modes.def, config/sparc/sparc.c,
3859         config/sparc/sparc.md, config/sparc/sparclet.md,
3860         config/sparc/supersparc.md, config/sparc/ultra1_2.md,
3861         config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
3862         "GNU C Compiler" with "GCC".
3863         * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
3864
3865 2003-06-16  Aldy Hernandez  <aldyh@redhat.com>
3866
3867         * simplify-rtx.c (simplify_subreg): Do not over-extend vector
3868         constants.
3869
3870         * testsuite/gcc.c-torture/execute/simd-4.c: New.
3871
3872 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3873
3874         * config/ip2k/ip2k.h: Remove target-independent comments.
3875
3876         * config.gcc: Explicitly mention elfos.h in ip2k entry.
3877         * config/ip2k/ip2k.h: Don't #include it here.
3878
3879 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3880
3881         * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
3882         config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
3883         dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
3884         function.c, gcc.c, genoutput.c, gensupport.c, global.c,
3885         haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
3886         loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
3887         read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
3888         stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
3889         the PTR macro.
3890
3891         * gengtype.c: Don't use UNION_INIT_ZERO.
3892         * system.h (UNION_INIT_ZERO): Delete.
3893
3894 2003-06-16  Richard Henderson  <rth@redhat.com>
3895
3896         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
3897         GET_MODE_UNIT_SIZE when simplifying constant vectors.
3898
3899 2003-06-16  Andreas Jaeger  <aj@suse.de>
3900
3901         * timevar.c (get_run_time): Remove function provided also by
3902         libiberty.
3903         * timevar.h: Remove get_run_time declaration.
3904
3905 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
3906
3907         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
3908         unreachable code.
3909
3910 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3911
3912         * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
3913         cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
3914         use macros from "symcat.h", instead rely on ISO C.
3915
3916         * system.h: Don't include "symcat.h".
3917         * configure.in (AC_C_STRINGIZE): Delete.
3918         * config.in, configure: Regenerate.
3919
3920 2003-06-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3921
3922         * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
3923
3924         * tree.h (STMT_CHECK): New macro.
3925         Also upper-case argument names on all checking macros and
3926         fix some whitespace problems; assume CODE argument does not
3927         have side-effects.
3928
3929 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3930
3931         * scan.h: Convert to ISO C.
3932         * system.h: Likewise.
3933
3934         * c-format.c (dynamic_format_types): New pointer for dynamic data.
3935         (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
3936         New functions split out of...
3937         (handle_format_attribute): ...here.
3938
3939 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
3940
3941         * sh.h (REG_CLASS_FROM_LETTER): Change to:
3942         (REG_CLASS_FROM_CONSTRAINT).
3943         (CONST_OK_FOR_I): Rename to:
3944         (CONST_OK_FOR_I08).  Changed all users.
3945         (CONST_OK_FOR_J): Rename to:
3946         (CONST_OK_FOR_I16).  Changed all users.
3947         (CONST_OK_FOR_K): Rename to:
3948         (CONST_OK_FOR_P27).  Changed all users.
3949         (CONST_OK_FOR_L): Rename to:
3950         (CONST_OK_FOR_K08).  Changed all users.
3951         (CONST_OK_FOR_O): Rename to:
3952         (CONST_OK_FOR_I06).  Changed all users.
3953         (CONST_OK_FOR_P): Rename to:
3954         (CONST_OK_FOR_I10).  Changed all users.
3955         (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
3956         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
3957         (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
3958         (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
3959         (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
3960         (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
3961         (CONST_OK_FOR_LETTER_P): Replace with
3962         (CONST_OK_FOR_CONSTRAINT_P).
3963         (EXTRA_CONSTRAINT_S): Rename to:
3964         (EXTRA_CONSTRAINT_C16).  Changed all users.
3965         (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
3966         (EXTRA_CONSTRAINT_T): Rename to:
3967         (EXTRA_CONSTRAINT_Csy).  Changed all users.
3968         (EXTRA_CONSTRAINT_Z): Remove.
3969         (EXTRA_CONSTRAINT): Replace with:
3970         (EXTRA_CONSTRAINT_STR).
3971         (EXTRA_CONSTRAINT_U): Rename to:
3972          (EXTRA_CONSTRAINT_Z).  Changed all users.
3973         * sh.c (and_operand): Use CONST_OK_FOR_J16.
3974         * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
3975         (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
3976         (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
3977         (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
3978         (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
3979         (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
3980         (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
3981         (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
3982         (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
3983         (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
3984         (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
3985         (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
3986         (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
3987         (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
3988         (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
3989         (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
3990         (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
3991         (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
3992         (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
3993         (sssubv4hi3): Likewise.
3994         (movsf_i): Change I[08]/r to G/r.
3995         (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
3996
3997         * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
3998
3999 2003-06-16  Vladimir Makarov  <vmakarov@redhat.com>
4000
4001         * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
4002
4003 2003-06-16  Andreas Jaeger  <aj@suse.de>
4004
4005         * basic-block.h: Remove duplicate prototype of
4006         note_prediction_to_br_prob.
4007
4008         * tree.h: Remove duplicate prototype of strip_float_extensions.
4009
4010 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4011
4012         * config/c4x/c4x.c: Don't include "c-tree.h".
4013         * config/pa/pa.c: Likewise.
4014         * langhooks.c: Likewise.
4015         * tree.h (poplevel): Declare.
4016
4017 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
4018
4019         * config/h8300/h8300.c (const_costs): Move this to ...
4020         (h8300_rtx_costs): ... here.
4021
4022 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4023
4024         * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
4025         (tan_optab, atan_optab): Define corresponding macros.
4026         * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
4027         * genopinit.c (optabs): Implement tan_optab and atan_optab
4028         using tan?f2 and atan?f2 patterns.
4029         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
4030         using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
4031         Change the default value of errno_set to false.
4032         (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
4033         using expand_builtin_mathfn.
4034
4035         * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
4036         expander patterns implemented using existing atan2?f3 patterns.
4037
4038 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4039
4040         * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
4041         both operands of the addition equal, reuse the expanded RTL.
4042         (expand_expr <MULT_EXPR>): Likewise for multiplication.
4043
4044 2003-06-16  Roger Sayle  <roger@eyesopen.com>
4045             Jeff Law  <law@redhat.com>
4046
4047         * fold-const.c (operand_equal_p): Consider two calls to "const"
4048         functions with identical non-volatile arguments to be equal.
4049         Consider the FUNCTION_DECL for the "__builtin_foo" form of a
4050         built-in function to be equal to the "foo" form.
4051
4052 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4053
4054         * config/rs6000/sysv4le.h: Remove target-independent comment.
4055         Replace "GNU compiler" with "GCC" in comment.
4056
4057 2003-06-16  Andreas Jaeger  <aj@suse.de>
4058
4059         * tracer.c: Remove duplicate declaration.
4060
4061         * toplev.c: Remove extra declaration of decode_d_option.
4062
4063         * ssa.c: Remove duplicate declaration.
4064
4065         * sreal.c: Remove extra declaration of dump_sreal.
4066
4067         * reload1.c: Remove duplicate declarations.
4068
4069         * integrate.c: Remove extra declaration of
4070         set_decl_abstract_flags.
4071
4072         * flow.c: Remove extra declaration of dump_flow_info.
4073
4074         * alias.c: Remove extra declaration of get_addr.
4075
4076 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4077
4078         * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
4079         config/vxworks.h: GNU CC -> GCC.
4080
4081         * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
4082         lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
4083         stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
4084         ssa.h, tree.def: Replace overly specific references to "GNU C"
4085         and "GNU C Compiler" with references to "GCC".
4086
4087 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
4088
4089         * sh.c (prepare_move_operand): Check if operand 0 is an invalid
4090         memory reference.  Fix test that checks if operand 1 is using r0.
4091         * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
4092
4093         * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
4094         defined.
4095
4096 2003-06-15  Nathan Sidwell  <nathan@codesourcery.com>
4097
4098         * function.h (struct emit_status): Remove x_last_linenum,
4099         x_last_filename. Add x_last_location.
4100         * rtl.h: #include "input.h".
4101         (NOTE_DATA): New.
4102         * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
4103         number notes.
4104         * emit-rtl.c (last_linenum, last_filename): Remove.
4105         (last_location): New.
4106         (emit_line_note_after): LINE must always be >= 0.
4107         (emit_line_note): Likewise. Check not duplicate here...
4108         (emit_note): ... rather than here.
4109         (emit_line_note_force, force_next_line_note, init_emit): Adjust.
4110         * integrate.c (expand_inline_function): Use emit_line_note for
4111         line number notes.
4112         (copy_insn_list): Likewise.
4113         * unroll.c (copy_loop_body): Likewise.
4114         * Makefile.in (RTL_H): Add input.h.
4115
4116 2003-06-16  Richard Sandiford  <rsandifo@redhat.com>
4117
4118         * optabs.c (emit_libcall_block): Don't hoist insns past a label.
4119
4120 2003-06-16  Richard Henderson  <rth@redhat.com>
4121
4122         * config/alpha/alpha-protos.h, config/alpha/elf.h,
4123         config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
4124         config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
4125         * config/alpha/alpha.c: Likewise.  Move targetm init to end of file.
4126         Remove unneeded static function decls.
4127
4128 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
4129
4130         * c-opts.c (c_common_handle_option): s/on/value/.
4131         (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
4132         directly rather than converting the argument.
4133         * c.opt: Update docs.  Use UInteger where appropriate.
4134         * common.opt: Use UInteger where appropriate.
4135         * opts.c (integral_argument): New.
4136         (handle_argument): Handle integral arguments, and optional
4137         joined arguments.
4138         (common_handle_option): Update.
4139         * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
4140         * opts.sh: Handle JoinedOrMissing and UInteger flags.
4141
4142 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
4143
4144         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
4145         unnecessary extern declaration.
4146
4147 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4148
4149         * config/gofast.h, config/interix.h, config/interix3.h,
4150         config/libgloss.h, config/linux-aout.h, config/linux.h,
4151         config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
4152         * config/kaos.h: "GNU compiler" -> GCC.
4153         * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
4154
4155         * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
4156         config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
4157         GNU CC -> GCC.
4158
4159         * config/svr3.h: Remove #if 0 code, misleading comments.
4160         GNU CC -> GCC.
4161
4162 2003-06-15  Zack Weinberg  <zack@codesourcery.com>
4163
4164         * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
4165         main_input_filename to avoid conflict with input_filename macro.
4166
4167 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4168
4169         * config/mips/mips.h (asm_file_name, g_switch_set,
4170         g_switch_value): Remove.
4171         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
4172         unnecessary extern declarations.
4173
4174 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4175
4176         * config/frv/frv.h: Remove declaration of g_switch_value.
4177         * config/m32r/m32r.h: Remove declaration of g_switch_value.
4178         * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
4179
4180 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4181
4182         * opts.sh: Quote '+' in regex.
4183
4184 2003-06-15  Andrew Pinski <pinskia@physics.uc.edu>
4185
4186         * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
4187         * config/rs6000/rs6000.c: Include cfglayout.h.
4188         * config/alpha/alpha.c: Likewise.
4189         * config/ia64/ia64.c: Likewise.
4190         * config/sparc/sparc.c: Likewise.
4191         * config/sh/sh.c: Likewise.
4192
4193 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4194
4195         * opts.sh: Quote '+' in regex.
4196
4197 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4198
4199         * c-opts.c (lang_flags): Update for new spelling of flags.
4200         (write_langs): Similarly.
4201         * c.opt: Specify languages.
4202         * opts.h: Remove languages.
4203         * opts.sh: Recognise front-end defined languages.
4204         * doc/sourcebuild.texi: Update.
4205
4206 2003-06-15  Andreas Jaeger  <aj@suse.de>
4207
4208         * alloc-pool.c: Convert to ISO C90 prototypes.
4209         * alloc-pool.h: Likewise.
4210         * alias.c: Likewise.
4211         * attribs.c: Likewise.
4212         * bb-reorder.c: Likewise.
4213         * bitmap.h: Likewise.
4214         * bitmap.c: Likewise.
4215         * builtins.c: Likewise.
4216
4217         * tree.h: Convert prototypes of attribs.c to ISO C90.
4218         * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
4219         * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
4220         * expr.h: Convert prototypes of builtins.c to ISO C90.
4221
4222 2003-06-15  Roger Sayle  <roger@eyesopen.com>
4223
4224         * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
4225         implement exp, expf and expl built-ins as inline x87 intrinsics.
4226         (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
4227         represent x87's fscale, frndint and f2xm1 insns respectively.
4228         (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
4229         to encode x87's "fscale" instruction followed by a pop.
4230         (*frndintxf2): New insn pattern for "frndint".
4231         (*f2xm1xf2): New insn pattern for "f2xm1".
4232
4233         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
4234         UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
4235         UNSPEC_FPATAN.
4236
4237 2003-06-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4238
4239         * gencheck.c (main): Avoid generating duplicate macros.
4240
4241         * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
4242         knowing names of language subdirectories.
4243
4244 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
4245
4246         * c-pch.c (asm_file_name): Remove.
4247         * common.opt: Add more switches.
4248         * flags.h (g_switch_set): Boolify.
4249         * opts.c (g_switch_value, g_switch_set, exit_after_options,
4250         version_flag): Move from toplev.c.
4251         (common_handle_option): Handle more switches from toplev.c.
4252         * toplev.c (display_help, display_target_options, decode_d_option,
4253         print_version): Make non-static, remove prototypes.
4254         (aux_base_name, asm_file_name, aux_info_file_name): Constify.
4255         (version_flag, g_switch_value, g_switch_set, exit_after_options):
4256         Remove.
4257         (independent_decode_option): Move some handlers to opts.c.
4258         * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
4259         exit_after_options, version_flag, display_help, display_target_options,
4260         print_version, decode_d_option): New.
4261
4262 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
4263
4264         * config/alpha/alpha.md: Follow spelling conventions.
4265         * config/arm/arm.c: Likewise.
4266         * config/arm/arm.h: Likewise.
4267         * config/arm/arm.md: Likewise.
4268         * config/arm/crtn.asm: Likewise.
4269         * config/m32r/m32r.c: Likewise.
4270         * config/m32r/m32r.md: Likewise.
4271         * config/rs6000/rs6000.c: Likewise.
4272
4273 2003-06-15  Richard Henderson  <rth@redhat.com>
4274
4275         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
4276         insn_locators_initialize.
4277         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
4278         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
4279         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
4280         * config/sh/sh.c (sh_output_mi_thunk): Do it later.
4281
4282 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
4283
4284         * builtins.c (expand_builtin_expect_jump): Remove redundant
4285         tests that are also in any_condjump_p().
4286
4287 2003-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4288
4289         * libgcc2.c: Delete sysV68 L_trampoline section.
4290         * config/m68k/mot3300-crt0.S: Delete file.
4291         * config/m68k/mot3300Mcrt0.S: Likewise.
4292
4293 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4294
4295         * config/aoutos.h: Remove.
4296         * config.gcc: Remove reference to aoutos.h.
4297         * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
4298
4299 2003-06-14  Kazu Hirata  <kazu@cs.umass.edu>
4300
4301         * doc/install.texi: Follow spelling conventions.
4302         * doc/tm.texi: Likewise.
4303         * config/fp-bit.c: Likewise.
4304         * config/arm/arm.c: Likewise.
4305         * config/frv/frv.c: Likewise.
4306         * config/ns32k/NOTES: Likewise.
4307         * config/ns32k/STATUS: Likewise.
4308
4309 2003-06-14  Roger Sayle  <roger@eyesopen.com>
4310             Zack Weinberg  <zack@codesourcery.com>
4311
4312         * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
4313         * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
4314         * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
4315
4316         * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
4317         * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
4318         * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
4319         * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
4320         * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
4321         * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
4322         * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
4323         * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
4324         * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
4325         * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
4326         * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
4327         * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
4328         * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
4329         * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
4330         * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
4331         * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
4332         * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
4333         * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
4334         * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
4335         * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
4336
4337 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
4338
4339         * opts.sh (POSIXLY_CORRECT): Unset it.
4340
4341         * tree.h (init_function_start): Remove filename and line paramters.
4342         * function.c (init_function_start): Remove filename and line
4343         parameters. Use DECL_SOURCE_LOCATION.
4344         * c-decl.c (store_parm_decls): Adjust init_function_start call.
4345         (c_expand_body_1): Likewise.
4346         * coverage.c (create_coverage): Likewise.
4347         * objc/objc-act.c (build_tmp_function_decl): Set line number to
4348         zero.
4349         (hack_method_prototype): Adjust init_function_start call.
4350
4351 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4352
4353         PR target/3724
4354         * arm/linux-elf.h (PROFILE_HOOK): Define.
4355
4356 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4357
4358         PR target/11183
4359         * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
4360
4361 2003-06-14  Roger Sayle  <roger@eyesopen.com>
4362
4363         * opts.sh: Work around a mysterious feature in cygwin's gawk
4364         where specifying the input files explicitly has a different
4365         behavior to piping them via stdin.
4366
4367 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4368
4369         * doc/sourcebuild.texi: Update.
4370
4371 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4372
4373         PR target/11183
4374         * arm.c (output_move_double): Pass SImode to adjust_address.
4375
4376 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4377
4378         * Makefile.in: Update to use common.opt and lang_opt_files.
4379         (c-options.c, c-options.h): Remove.
4380         (options.c, options.h): Add.
4381         * c-opts.c: Include options.h not c-options.h.
4382         * common.opt: New file.
4383         * configure, configure.in: Add lang_opt_files.
4384         * opts.c: Include flags.h and diagnostic.h.
4385         (common_handle_option): New.
4386         (handle_option): Update to recognize common options and all
4387         language-dependent options.
4388         * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
4389         (struct cl_option): Make flags of type int.
4390         * opts.h: Flag option with front ends to which it applies.
4391         Handle duplicate options.
4392         * toplev.c (filename): Remove.
4393         (independent_decode_option): Don't handle filenames and -quiet.
4394         (process_options, do_compile): Update.
4395
4396 2003-06-14  Nick Clifton  <nickc@redhat.com>
4397
4398         * doc/install.texi (Specific): Add description of different
4399         ARM supported file format targets.
4400
4401 Sat Jun 14 11:12:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
4402
4403         * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
4404         inside delay slots.
4405
4406 2003-06-13  Matt Kraai  <kraai@alumni.cmu.edu>
4407
4408         * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
4409         * unwind-pe.h (size_of_encoded_value): Do not define if
4410         NO_SIZE_OF_ENCODED_VALUE is defined.
4411
4412 2003-06-13  Roger Sayle  <roger@eyesopen.com>
4413
4414         * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
4415         expanding a complex constant into a CONCAT target.
4416
4417 2003-06-13  Zack Weinberg  <zack@codesourcery.com>
4418
4419         * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
4420         (ASM_FILE_START_1): Delete.
4421         * config/i386/att.h, config/i386/sco5.h,
4422         config/i386/sysv3.h
4423         (ASM_FILE_START_1): Delete.
4424
4425 2003-06-13  Kelley Cook  <kelleycook@wideopenwest.com>
4426
4427         * config/i386/bsd.h: Remove ASM_FILE_START.
4428         * config/i386/djgpp.h: Likewise.
4429         * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
4430
4431         * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
4432         * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
4433
4434 2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>
4435
4436         PR bootstrap/10835
4437         * haifa-sched.c (max_lookahead_tries,
4438         cached_first_cycle_multipass_dfa_lookahead,
4439         cached_issue_rate): New variables.
4440         (max_issue): Check the number of tries.
4441         (choose_ready): Calculate max_lookahead_tries.
4442         (sched_init): Check cached_issue_rate.
4443
4444 2003-06-13  Richard Henderson  <rth@redhat.com>
4445
4446         * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
4447         * cfgrtl.c (purge_dead_edges): Expect it too.
4448
4449 2003-06-13  Jim Wilson  <wilson@tuliptree.org>
4450             Eric Botcazou  <ebotcazou@libertysurf.fr>
4451
4452         PR bootstrap/10983
4453         * combine.c (make_extraction): Use gen_lowpart_for_combine
4454         when extracting from a REG and not in the destination of a SET.
4455
4456 2003-06-13  Doug Evans  <dje@sebabeach.org>
4457
4458         * tsystem.h (abort): Declare in inhibit_libc case to remove build
4459         warnings for addvsi3, et.al.
4460
4461 2003-06-13  Aldy Hernandez  <aldyh@redhat.com>
4462
4463         * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
4464
4465         * simplify-rtx.c (simplify_subreg): Same.
4466
4467         * emit-rtl.c (gen_lowpart_common): Same.
4468
4469 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
4470
4471         * builtins.c: Fix comment typos.
4472         * fold-const.c: Likewise.
4473
4474 2003-06-13  Doug Evans  <dje@sebabeach.org>
4475             Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4476
4477         * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
4478         * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
4479         (m32r_va_arg): Use it.
4480         * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
4481         (RETURN_IN_MEMORY): Ditto.
4482
4483 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4484
4485         * c-typeck.c: Remove #if 0 clauses.
4486
4487         PR other/1494
4488         * config/alpha/openbsd.h, config/i386/openbsd.h,
4489         config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
4490         residual reference to EGCS.
4491
4492 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
4493
4494         * arm.c (output_call_mem): If the address references the link-register
4495         use an instruction sequence that avoids early-clobbering IP.
4496         (eliminate_lr2ip): Delete.
4497
4498 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4499
4500         * c-format.c (format_types_orig): Disallow '*' width/precision in
4501         asm_fprintf format checks.
4502
4503 2003-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
4504
4505         * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
4506         non-integral types from integer register save area slots.
4507
4508 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4509
4510         * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
4511
4512 2003-06-13  Florian Weimer  <fw@deneb.enyo.de>
4513
4514         * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
4515
4516 2003-06-13  Kaz Kojima  <kkojima@gcc.gnu.org>
4517
4518         * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
4519         to file_end_indicate_exec_stack.
4520
4521 2003-06-12  Richard Henderson  <rth@redhat.com>
4522
4523         PR target/11089
4524         * config/i386/i386.md (sse_movaps): Use an expander to force
4525         one operand to be a register.
4526         (sse_movups): Likewise.
4527
4528 2003-06-13  Doug Evans  <dje@sebabeach.org>
4529
4530         Remove some build warnings.
4531         * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
4532         (__do_global_ctors,__do_global_dtors): Ditto.
4533
4534 2003-06-12  Richard Henderson  <rth@redhat.com>
4535
4536         PR middle-end/10557
4537         * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
4538
4539 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
4540
4541         * config/m32r/m32r.md: Fix a comment typo.
4542
4543 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4544             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
4545
4546         PR target/10142
4547         * config/sparc/sparc.c (function_arg_record_value_parms): Add
4548         new 'stack' field.
4549         (function_arg_record_value_1): Set 'stack' to 1 if we run out of
4550         integer slots for an integer field.
4551         (function_arg_record_value_3): Shift vector index.
4552         (function_arg_record_value_2): Likewise.
4553         (function_arg_record_value): Initialize 'stack' to 0.
4554         Set 'stack' to 1 if we run out of integer slots for an integer field.
4555         Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
4556
4557 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4558
4559         PR optimization/10955
4560         * unroll.c (unroll_loop): Fix off-by-one bug.
4561
4562 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
4563
4564         * config/rs6000/rs6000.c (function_arg): Remove typo.
4565
4566 2003-06-12  Richard Henderson  <rth@redhat.com>
4567
4568         * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
4569         and UNSPEC_DTPOFF.
4570
4571 2003-06-12  Richard Henderson  <rth@redhat.com>
4572
4573         PR middle-end/10475
4574         * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
4575         for extracting sub-words.
4576
4577 2003-06-12  Richard Henderson  <rth@redhat.com>
4578
4579         PR target/7594
4580         * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
4581         (zero_extendqihi2, zero_extendqisi2): Likewise.
4582
4583 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
4584
4585         * config/rs6000/rs6000.c (function_arg): Always split vectors for
4586         e500 if it's a stdarg function.
4587         (function_arg_advance): Advance 2 registers for vectors in a
4588         stdarg function.
4589         (init_cumulative_args): Initialize stdarg.
4590         (rs6000_spe_function_arg): New.
4591
4592         * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
4593
4594 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
4595
4596         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
4597
4598 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4599
4600         PR middle-end/168
4601         * fold-const.c (tree_expr_nonnegative_p):  Handle addition
4602         and multiplication of zero extensions, floating point division,
4603         and integer<->fp, fp<->fp and zero extension conversions.
4604         The built-in ceil and floor functions preserve signedness.
4605
4606 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
4607
4608         * ChangeLog: Follow spelling conventions.
4609         * ChangeLog.2: Likewise.
4610         * c-decl.c: Likewise.
4611         * cfgloop.h: Likewise.
4612         * cgraph.c: Likewise.
4613         * coverage.c: Likewise.
4614         * cppcharset.c: Likewise.
4615         * cpphash.h: Likewise.
4616         * cpplex.c: Likewise.
4617         * cpplib.c: Likewise.
4618         * dbxout.c: Likewise.
4619         * df.c: Likewise.
4620         * dwarf2out.c: Likewise.
4621         * dwarfout.c: Likewise.
4622         * emit-rtl.c: Likewise.
4623         * explow.c: Likewise.
4624         * gcov-io.c: Likewise.
4625         * gcov-io.h: Likewise.
4626         * gcov.c: Likewise.
4627         * gengtype.c: Likewise.
4628         * ggc.h: Likewise.
4629         * opts.c: Likewise.
4630         * real.c: Likewise.
4631         * reload.c: Likewise.
4632         * stmt.c: Likewise.
4633
4634 2003-06-12  Janis Johnson  <janis187@us.ibm.com>
4635
4636         * doc/install.texi (m32r-*-elf): Change company to Renesas.
4637
4638 Thu Jun 12 20:00:55 CEST 2003  Jan Hubicka  <jh@suse.cz>
4639
4640         * basic-block.h (flow_delete_block_noexpunge): Kill.
4641         * cfgrtl.c (flow_delete_block_noexpunge): Merge to
4642         rtl_delete_block.
4643
4644 2003-06-10  Richard Henderson  <rth@redhat.com>
4645
4646         PR inline-asm/4823
4647         * reg-stack.c (any_malformed_asm): New.
4648         (check_asm_stack_operands): Set it.
4649         (convert_regs_1): Check it before aborting.
4650
4651 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
4652
4653         * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
4654
4655 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
4656
4657         * c-opts.c (complain_wrong_lang): Add on argument.
4658         Print no- switch if on is false.
4659         (c_common_decode_option): Adjust caller.
4660
4661 2003-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
4662
4663         * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
4664         to initialize GOT register.
4665
4666 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4667
4668         * fold-const.c (tree_expr_nonnegative_p): Add support for
4669         floating point constants, addition and multiplication.
4670
4671 2003-06-12  J"orn Rennecke <joern.rennecke@superh.com>
4672
4673         * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
4674         constraint modifier for operand 0.
4675
4676 2003-06-12  Hans-Peter Nilsson  <hp@axis.com>
4677
4678         Don't warn on dollars in builtin macro definitions,
4679         e.g. __REGISTER_PREFIX__.
4680         * cpphash.h (struct cpp_reader): Move member warn_dollars...
4681         * cpplib.h (struct cpp_options): ...to here.  Change type to
4682         unsigned char.
4683         * cppinit.c (cpp_create_reader): Set it to 1 here.
4684         (post_options): Don't set it here.
4685         * c-opts.c (c_common_init_options): Reset it to 0 here.
4686         (finish_options): Set it here.
4687         * cpplex.c (forms_identifier_p): Tweak for new location of
4688         warn_dollars.
4689
4690         * configure.in (assembler dwarf2 debug_line support): Define insn
4691         for cris-*-* and mmix-*-*.
4692         * configure: Regenerate.
4693
4694 2003-06-11  Uwe Stieber  <uwe@kaos-group.de>
4695
4696         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
4697         powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
4698         (sh-*-elf*): Add sh*-*-kaos* support.
4699         * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
4700         config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
4701         config/sh/kaos-sh.h: New files.
4702
4703 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
4704
4705         * gcse.c (fis_get_condition): Make it a global function.
4706         * reload1.c (reload_cse_move2add): Detect implicit sets.
4707         * rtl.h: Add a prototype for fis_get_condition.
4708
4709 2003-06-11  Richard Henderson  <rth@redhat.com>
4710
4711         * stmt.c (expand_asm_operands): Don't warn for memories with
4712         queued addresses.
4713
4714 2003-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
4715
4716         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
4717         brackets.
4718
4719 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
4720
4721         * hooks.c (hook_int_size_t_constcharptr_int_0): New.
4722         * hooks.h (hook_int_size_t_constcharptr_int_0): New.
4723         * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
4724         (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
4725         * langhooks.c (lhd_decode_option): Remove.
4726         * langhooks.h (struct lang_hooks): Remove decode_option.
4727         * opts.c (handle_option): No longer use decode_option.
4728
4729 2003-06-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4730
4731         * cfgloopanal.c (variable_initial_value): Update the set of altered
4732         registers correctly.
4733
4734 2003-06-11  Roger Sayle  <roger@eyesopen.com>
4735             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4736
4737         * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
4738         * config/i386/netbsd-elf.h: Likewise.
4739         * config/m32r/m32r.h: Likewise.
4740         * config/mn10300/mn10300.h: Likewise.
4741         * config/stormy16/stormy16.h: Likewise.
4742         * config/v850/v850.h: Likewise.
4743         * config/vax/netbsd-elf.h: Likewise.
4744         * config/xtensa/elf.h: Likewise.
4745         * config/xtensa/linux.h: Likewise.
4746
4747 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4748
4749         * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
4750         DWARF 2 default.
4751
4752         * config/mips/dbxmdebug.h: New file.
4753         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
4754         gas and --with-stabs.
4755
4756 2003-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
4757
4758         * expr.c (can_move_by_pieces): align argument may be unused.
4759
4760 2003-06-11  J"orn Rennecke <joern.rennecke@superh.com>
4761
4762         * expr.c (convert_move): Handle moves between two CONCATs.
4763
4764 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
4765
4766         * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
4767         !TARGET_H8300.
4768
4769 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
4770
4771         * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
4772         * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
4773         (TARGET_RTL_DUMP): Likewise.
4774         (TARGET_SWITHCES): Remove -mrtl-dump.
4775
4776 2003-06-10  Richard Henderson  <rth@redhat.com>
4777
4778         * optabs.c (gen_cond_trap): Fix prepare_operand typo.
4779
4780 2003-06-10  Richard Henderson  <rth@redhat.com>
4781
4782         * config/ia64/ia64.md (call_gp): Fix memory mode.
4783
4784 2003-06-10  James E Wilson  <wilson@tuliptree.org>
4785
4786         PR target/8812
4787         * reload1.c (choose_reload_regs): For equiv reg, add loop over all
4788         hard regs for reload_reg_used_at_all and reg_class_contents checks.
4789
4790 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
4791
4792         * config/h8300/h8300.c (print_operand): Remove support for
4793         operand character 'b'.
4794         Add the AND case to operand character 'c'.
4795         * config/h8300/h8300.md (two anonymous patterns): Replace
4796         operand character 'b' with 'c'.
4797
4798 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
4799
4800         * config/h8300/h8300.c (print_operand): Remove support for
4801         operand character 'u'.
4802
4803 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4804
4805         * configure.in: Fix typo.
4806         * configure: Regenerate.
4807
4808 2003-06-10  Loren James Rittle  <ljrittle@acm.org>
4809
4810         * config/alpha/alpha.c (unicosmk_file_end): Add conditional
4811         compilation guard.
4812
4813 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
4814
4815         * sh-protos.h (function_symbol): Declare.
4816         * sh.c (expand_block_move, expand_ashiftrt): Use it.
4817         (sh_expand_prologue, sh_expand_epilogue): Likewise.
4818         (sh_initialize_trampoline): Likewise.
4819         (function_symbol): New function.
4820         * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
4821         (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
4822         (call_value_pop, shcompact_return_tramp): Likewise.
4823
4824         * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
4825
4826         * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
4827         target register.
4828
4829 2003-06-10  DJ Delorie  <dj@redhat.com>
4830
4831         * doc/md.texi (Machine Constraints): Document stormy's Z
4832         constraint.
4833
4834 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
4835
4836         * except.c (call_site_base): Mark with GTY.
4837
4838 2003-06-10  Richard Earnshaw  <rearnsha@arm.com>
4839
4840         * arm-proto.h: Convert to ISO C90 prototypes.
4841         * arm.c: Likewise.
4842
4843 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
4844
4845         * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
4846
4847 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
4848
4849         * calls.c (expand_call): Convert structure_value_addr to Pmode if
4850         necessary.
4851
4852 2003-06-10  Andrew Haley  <aph@redhat.com>
4853
4854         * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
4855         (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
4856         (lhd_decl_ok_for_sibcall): New.
4857         * langhooks.c (lhd_decl_ok_for_sibcall): New.
4858         * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
4859         * calls.c (expand_call): Check lang_hook before generating a
4860         sibcall.
4861
4862 2003-06-10  DJ Delorie  <dj@redhat.com>
4863
4864         * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
4865         which matches (const_int 0) for addhi3.
4866         * config/stormy16/stormy16.md: Document known constraints.
4867         (addhi3): Handle adding zero.
4868
4869 2003-06-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4870
4871         * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
4872         * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
4873         * config/m32r/m32r-protos.h: Prototype it.
4874
4875 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
4876
4877         * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
4878         common to rs6000 sysv targets.
4879         * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
4880         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
4881
4882 2003-06-10  Nick Clifton  <nickc@redhat.com>
4883
4884         * config.gcc: Add arm-wince-pe target.
4885         * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
4886         Add comment about default apcs26 support.
4887         * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
4888         multilib.
4889         (MULTILIB_DIRNAMES): Add 'apcs32'.
4890         * config/arm/t-wince-pe: New makefile fragment.
4891         * config/arm/wince-pe.h: New file.  Overrides a few definitions
4892         in arm/pe.h
4893
4894 2003-06-10  Roger Sayle  <roger@eyesopen.com>
4895
4896         * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
4897         * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
4898         when x is easily negated and f is sin, tan or atan.
4899         (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
4900         sin(x) with flag_unsafe_math_optimizations.
4901         (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
4902         sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
4903
4904 2003-06-10  Roger Sayle  <roger@eyesopen.com>
4905
4906         * fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
4907         is a floating point type *and* we currently honor NaNs.
4908         (fold <NE_EXPR>): Likewise.
4909
4910 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
4911
4912         PR c++/11131
4913         * tree-inline.c (inlinable_function_p): Call the language-specific
4914         hook early.
4915
4916 2003-06-09  David Taylor  <dtaylor@emc.com>
4917
4918         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg):  Skip over
4919         the f_res field.
4920
4921 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4922
4923         * configure.in: Remove references to host_truncate_target.
4924         * configure: Regenerate.
4925         * config.gcc: Remove references to truncate_target,
4926         host_truncate_target.
4927
4928         * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
4929         Replace "build_canonical" with build, "host_canonical" with host.
4930         * configure.in: Use GCC_TOPLEV_SUBDIRS.
4931         * aclocal.m4: Include ../config/acx.m4.
4932         * configure: Regenerate.
4933
4934 2003-06-09  David Taylor  <dtaylor@emc.com>
4935
4936         * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
4937         bytes of padding in the __va_list_tag structure a name (reserved).
4938
4939 2003-06-09  Jason Merrill  <jason@redhat.com>
4940
4941         * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
4942
4943 2003-06-09  Osku Salerma  <osku@iki.fi>
4944
4945         * c-format.c (check_format_string, get_constant): New.
4946         (handle_format_attribute, handle_format_arg_attribute,
4947         decode_format_attr): Change to use above functions.
4948
4949 2003-06-09  Richard Henderson  <rth@redhat.com>
4950
4951         * stmt.c (expand_asm_operands): Re-word warning.
4952
4953 2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
4954
4955         PR target/8787
4956         * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
4957         if -masm=intel.
4958
4959 2003-06-09  James E Wilson  <wilson@tuliptree.org>
4960
4961         * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
4962         config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
4963         Add libgcc exception.
4964
4965 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
4966             Ayal Zaks  <gcchaifa@us.ibm.com>
4967
4968         * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
4969         (insvsi*): Add insert_word attribute.
4970         * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
4971         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
4972         power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
4973
4974 2003-06-09  Kazu Hirata  <kazu@cs.umass.edu>
4975
4976         * fold-const.c (fold): Fix a comment typo.
4977
4978 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
4979
4980         * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
4981         removed.
4982
4983 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
4984
4985         * sh.c (gen_block_redirect): Use locators.
4986
4987 2003-06-09  Richard Earnshaw  <rearnsha@arm.com>
4988
4989         * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
4990         cast to int.
4991
4992 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
4993
4994         * configure.in: Assume gas 2.14 and above can handle MIPS relocation
4995         operators.
4996         * configure: Regenerated.
4997
4998 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
4999             Alexandre Oliva  <aoliva@redhat.com>
5000
5001         * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
5002         (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
5003         (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
5004         n32/64 PIC.
5005         (MUST_SAVE_REGISTERS): Delete.
5006         * config/mips/mips.c (mips_frame_info): Remove extra_size field.
5007         (machine_function): Add global_pointer field.
5008         (mips_classify_constant): Check for (const $gp) using pointer equality
5009         with pic_offset_table_rtx.
5010         (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5011         (mips_restore_gp): Use current_function_outgoing_args_size.
5012         (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
5013         GP_REG_FIRST + 28.  Handle relocation strings that have
5014         more than one '('.
5015         (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
5016         (mips_global_pointer): New function.
5017         (mips_save_reg_p): New function, mostly split out from...
5018         (compute_frame_size): ...here.  Remove handling of extra_size.
5019         Reclaim args_size if no variables depend on it.  Don't treat gp
5020         as a special case: handle it in the main GPR loop.
5021         (mips_initial_elimination_offset): Fix comment.
5022         (save_restore_insns): Save every register in the GPR mask,
5023         removing distinction between mask and real_mask.
5024         (mips_output_function_prologue): Update .frame psuedo-op after
5025         the removal of extra_size.  Move the SVR4 PIC stack allocation
5026         and cprestore instructions to mips_expand_prologue.
5027         (mips_gp_insn): New function.
5028         (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
5029         the chosen global pointer.  Handle SVR4 PIC stack allocation
5030         in the same way as other ABIs.  Adjust varargs code accordingly.
5031         Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
5032         to emit the loadgp sequence.  Follow it with a loadgp_blockage
5033         if not using explicit relocs.
5034         (mips_output_function_epilogue): Reinstate the default gp register.
5035         (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
5036         (mips16_optimize_gp): Likewise.
5037         * config/mips/mips.md (UNSPEC_LOADGP): Remove.
5038         (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
5039         (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
5040         (loadgp): Remove.
5041         (loadgp_blockage, cprestore): New instructions.
5042         (builtin_setjmp_setup): Implement using emit_move_insn.  Use
5043         pic_offset_table_rtx.
5044         (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
5045         (builtin_longjmp): Use gen_raw_REG to force use of $28.
5046
5047 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5048
5049         * config/mips/mips-protos.h (mips_output_division): Declare.
5050         * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
5051         (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
5052         (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
5053         (TARGET_CHECK_ZERO_DIV): New macro.
5054         (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
5055         * config/mips/mips.c (mips_output_division): New function.
5056         * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
5057         account when calculating the default length of a division.
5058         (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
5059         Enable regardless of optimization level.  Use mips_output_division.
5060         (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
5061         udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
5062         divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
5063         modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
5064         udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
5065         umoddi3_internal): Remove.
5066
5067 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5068
5069         * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
5070         (mips_sw_reg_names): Likewise.
5071         (mips_regno_to_class): Change hilo entry to NO_REGS.
5072         (hilo_operand): Use MD_REG_P.
5073         (extend_operator): New predicate.
5074         (override_options): Remove 'a' constraint.
5075         (mips_secondary_reload_class): Remove hilo handling.  Also remove
5076         handling of (plus sp reg) reloads for mips16.
5077         (mips_register_move_cost): Remove hilo handling.
5078         * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
5079         (MD_REG_LAST): Remove hilo from range.
5080         (HILO_REGNUM): Delete.
5081         (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
5082         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
5083         (PREDICATE_CODES): Add entry for extend_operator.
5084         (DEBUG_REGISTER_NAMES): Change hilo entry to "".
5085         * config/mips/mips.md: Remove hilo clobbers wherever they occur.
5086         Remove constraints from multiplication define_expands.  Remove
5087         clobbers from "decorative" define_expand patterns.
5088         (UNSPEC_HILO_DELAY): Delete.
5089         (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
5090         (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
5091         Adjust C code to just emit insns for !TARGET_64BIT.
5092         (mulsidi3_internal): Rename to mulsidi3_32bit.
5093         (mulsidi3_64bit): Use a "d" constraint for the destination.
5094         Use extend_operator so that the pattern can handle umulsidi3 as well.
5095         Split the instruction after reload.
5096         (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
5097         (umulsidi3_internal): Rename to umulsidi3_32bit.
5098         (umulsidi3_64bit): Remove.
5099         (*smsac_di, *umsac_di): Line-wrap fixes.
5100         (udivsi3_internal): Don't allow operand 2 to be constant.
5101         (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
5102         (movdi_internal2, movsi_internal): Remove hilo alternatives.
5103         (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
5104
5105 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
5106
5107         PR target/10913
5108         * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
5109         PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
5110         PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
5111         PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
5112         SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
5113         (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
5114         PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
5115         asm_out_text_file with asm_out_file.
5116         * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
5117         * config/mips/elf.h (TEXT_SECTION): Undefine.
5118         * config/mips/elf64.h (TEXT_SECION): Undefine.
5119         * config/mips/openbsd.h (TEXT_SECION): Undefine.
5120         * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
5121         (override_options): Disable small-data optimizations unless using
5122         gas or explicit relocations.
5123         (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
5124         iris6_asm_named_section, iris6_asm_file_start): Remove code for
5125         handling TARGET_FILE_SWITCHING.
5126         (copy_file_data): Move into TARGET_IRIX6 block.
5127
5128 2003-06-08  Richard Henderson  <rth@redhat.com>
5129
5130         * expr.h (EXPAND_MEMORY): New.
5131         * expr.c (expand_expr): Check it.
5132         * stmt.c (expand_asm_operands): Provide it when the constraint
5133         requires a memory.  Warn for memory input constraints without
5134         a memory operand.
5135
5136 2003-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5137
5138         * varasm.c: Don't include c-tree.h.
5139
5140 2003-06-08  Andreas Jaeger  <aj@suse.de>
5141
5142         * predict.h: Convert to ISO C90 prototypes.
5143         * predict.c: Likewise.
5144         * tree-dump.h: Likewise.
5145         * tree-dump.c: Likewise.
5146         * diagnostic.h: Likewise.
5147         * diagnostic.c: Likewise.
5148         * combine.c: Likewise.
5149
5150         * rtl.h: Convert prototypes of combine.c to ISO C90.
5151
5152 Sun Jun  8 21:27:41 CEST 2003  Jan Hubicka  <jh@suse.cz>
5153
5154         * cfglayout.c (insn_scope): New static function
5155         (block_locators_*, line_locators*, file_locators*): New static varrays.
5156         (scope_to_insns_initialize): Use them.
5157         (insn_line, insn_file): New functions.
5158         (scope_to_insns_finalize): Use insn_scope.
5159         (prologue_locator, epilogue_locator): New global variables.
5160         * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
5161         make_call_insn_raw, emit_copy_of_insn_after): Use locators.
5162         (emit_insn_after_scope, emit_insn_before_scope
5163         emit_jump_insn_after_scope, emit_jump_insn_before_scope
5164         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5165         (emit_insn_after_setloc, emit_insn_before_setloc
5166         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5167         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5168         use locators.
5169         * final.c (notice_source_line): Use locators.
5170         (final_start_function): Set initial source file and line.
5171         (final_scan_insn): Use locators.
5172         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
5173         noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
5174         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
5175         noce_process_if_block, find_cond_trap): Likewise.
5176         * integrate.c (copy_insn_list): Likewise.
5177         * jump.c (duplicate_loop_exit_test): LIkewise.
5178         * print-rtl.c (print_rtx): Print locators.
5179         * recog.c (peephole2_optimize): Likewise.
5180         * rtl.h (INSN_SCOPE): Remove.
5181         (emit_insn_after_scope, emit_insn_before_scope
5182         emit_jump_insn_after_scope, emit_jump_insn_before_scope
5183         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
5184         (emit_insn_after_setloc, emit_insn_before_setloc
5185         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
5186         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
5187         (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
5188         * unroll.c (copy_loop_body): Use locators.
5189         * function.c (set_insn_locators): New function.
5190         (thread_prologue_and_epilogue_insns): Set the locators accordingly.
5191
5192 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5193
5194         * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
5195         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
5196         _fixsfdi _fixunssfdi.
5197         (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
5198         popcounthi2.
5199         (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
5200         * config/h8300/clzhi2.c: New.
5201         * config/h8300/ctzhi2.c: Likewise.
5202         * config/h8300/parityhi2.c: Likewise.
5203         * config/h8300/popcounthi2.c: Likewise.
5204
5205 Sun Jun  8 15:52:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
5206
5207         * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
5208         * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
5209
5210         * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
5211         (dump_bb): New based on old dump_bb in cfgrtl.c
5212         (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
5213         * cfghooks.h (cfgh_verify_flow_info): Return status.
5214         * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
5215         * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
5216         (dump_bb): Remove generic parts.
5217         (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
5218         (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
5219
5220 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
5221
5222         * Makefile.in: Rename options.c and options.h to c-options.c and
5223         c-options.h.
5224         (OBJS): Remove options.o.
5225         * c-opts.c: Don'tInclude c-options.h instead of options.h.
5226         * opts.c: Don't include options.h.
5227         (find_opt): Can't use enum opt_code or N_OPTS.
5228         * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
5229         * opts.sh: ... here.
5230
5231 2003-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5232             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
5233
5234         PR pch/9830
5235         * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
5236         if HAVE_MINCORE is defined.
5237         (MAP_FAILED): Define if not defined.
5238         (gt_pch_save): Test against MAP_FAILED.
5239         (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
5240         the mapping address to the preferred base after checking it
5241         is possible to do so. Test against MAP_FAILED.
5242         * configure.in: Test for the presence of mincore in libc.
5243         * config.in: Regenerate.
5244         * configure: Regenerate.
5245
5246 2003-06-07  Richard Henderson  <rth@redhat.com>
5247
5248         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
5249         conditional compilation guard.
5250
5251 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
5252
5253         * optabs.c (expand_abs): Set result_unsignedp to 1 if
5254         flag_trav is zero.
5255
5256 2003-06-07  Richard Henderson  <rth@redhat.com>
5257
5258         * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
5259
5260 2003-06-07  Richard Henderson  <rth@redhat.com>
5261
5262         * basic-block.h (EDGE_SIBCALL): New.
5263         (EDGE_ALL_FLAGS): Update.
5264         * cfg.c (dump_edge_info): Add sibcall name.
5265         * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
5266         * cfgrtl.c (purge_dead_edges): Handle sibcalls.
5267
5268 2003-06-07  Andreas Jaeger  <aj@suse.de>
5269
5270         * mklibgcc.in (lib2funcs): Remove _exit.
5271         * libgcc2.c: Remove L_exit.
5272         * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
5273
5274         * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5275
5276         * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
5277
5278         * ggc.h: Convert to ISO C90 prototypes.
5279         * ggc-none.c: Likewise.
5280         * ggc-common.c: Likewise.
5281         * ggc-page.c: Likewise.
5282         * ggc-simple.c: Likewise.
5283
5284         * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
5285
5286         * system.h: Poison INIT_SECTION_PREAMBLE.
5287
5288 2003-06-07  Zack Weinberg  <zack@codesourcery.com>
5289
5290         * config.gcc (with_cpu handling): Translate sparc64 in
5291         $machine to --with-cpu=v9.
5292         * config/alpha/alpha.c
5293         (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
5294         (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
5295
5296         * target.h: New hook asm_out.file_end.
5297         * target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
5298         * toplev.c (compile_file): Use targetm.asm_out.file_end.
5299         * system.h: Poison ASM_FILE_END.
5300         * varasm.c (file_end_indicate_exec_stack): New.
5301         * output.h: Prototype it.
5302         * doc/tm.texi: Document TARGET_ASM_FILE_END and
5303         file_end_indicate_exec_stack.  Delete references to attasm.h.
5304
5305         * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
5306         (ASM_FILE_END): Delete; move code...
5307         * config/darwin.c (darwin_file_end): Here; new function.
5308         * config/darwin-protos.h: Prototype it.
5309         * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
5310         rename unicosmk_file_end.
5311         * config/arm/aof.h (ASM_FILE_END): Delete; move code...
5312         * config/arm/arm.c (aof_file_end): ... here; new static function.
5313         Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
5314         Make aof_dump_imports and aof_dump_pic_table static.
5315         * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
5316         Set TARGET_ASM_FILE_END to avr_file_end.
5317         * config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
5318         Set TARGET_ASM_FILE_END to c4x_file_end.
5319         * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
5320         make static. Take no arguments.  Set TARGET_ASM_FILE_END to
5321         h8300_file_end.
5322         * config/i370/i370.h (ASM_FILE_END): Delete; move code...
5323         * config/i370/i370.c (i370_file_end): ... here; new static function.
5324         Set TARGET_ASM_FILE_END to i370_file_end.
5325          * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
5326          Take no arguments.  Call file_end_indicate_exec_stack if
5327          NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
5328         * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5329         Define NEED_INDICATE_EXEC_STACK to 0.
5330         * config/i386/linux.h, config/i386/linux64.h: Redefine
5331         NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
5332         * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
5333         i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
5334         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
5335         ia64_hpux_file_end, make static.  Take no arguments.
5336         * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
5337         commands_in_prologues, commands_in_epilogues): Delete.
5338         (function_epilogue): Update to match.
5339         * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
5340         make static.  Take no arguments.
5341         (iris6_asm_file_end): Rename iris6_file_end, make static, use
5342         mips_file_end, take no arguments.
5343         Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
5344         appropriate.
5345         * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
5346         make static, take no arguments. Set TARGET_ASM_FILE_END to
5347         mmix_file_end.
5348         * config/pa/pa.c (output_deferred_plabels): Make static, take
5349         no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
5350         * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
5351         (ASM_FILE_END): Delete; move code...
5352         * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
5353         new static function.
5354
5355         * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
5356         * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
5357         Don't set ASM_FILE_END.
5358         * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
5359         * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
5360         * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
5361         file_end_indicate_exec_stack; don't set ASM_FILE_END.
5362         * config/alpha/unicosmk.h, config/i386/cygming.h
5363         * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5364         * config/arm/arm-protos.h, config/alpha/alpha-protos.h
5365         * config/avr/avr-protos.h, config/c4x/c4x-protos.h
5366         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
5367         * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
5368         * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
5369
5370 Sat Jun  7 18:32:13 CEST 2003  Jan Hubicka  <jh@suse.cz>
5371
5372         * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
5373         specified.
5374
5375 Sat Jun  7 15:20:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
5376
5377         * Makefile.in (stageprofile_build): Kill redundant target.
5378         * i386.c (mdep_reorg): Don't pad jumps for Athlon.
5379
5380 2003-06-07  Andreas Jaeger  <aj@suse.de>
5381
5382         * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
5383
5384         * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
5385         * config/dsp16xx/dsp16xx.h: Likewise.
5386         * config/i386/i386.h: Likewise.
5387         * config/ip2k/ip2k.h: Likewise.
5388
5389 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
5390
5391         * Makefile.in (OJBS, c-opts.o): Update.
5392         (c-options.c, c-options.h): Rename options.h and options.c.
5393         (options.h): Rename options_.h.
5394         (opts.o): New.
5395         * c-common.h (c_common_handle_option): Replace c_common_decode_option.
5396         (c_common_init_options): Update prototype.
5397         * c-lang.c (c_init_options): Update prototype.
5398         (LANG_HOOKS_HANDLE_OPTION): Override.
5399         (LANG_HOOKS_DECODE_OPTION): Drop.
5400         * c-opts.c: Include opts.h and options.h instead of c-options.h
5401         and c-options.c.
5402         (lang_flags): Move to file scope.
5403         (find_opt, c_common_decode_option): Remove.
5404         (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
5405         CL_REJECT_NEGATIVE): Move to opts.h.
5406         (missing_arg): Update prototype.
5407         (c_common_init_options): Update for new prototype.
5408         (c_common_handle_options): Filenames are passed as N_OPTS.
5409         * hooks.c (hook_int_void_0): New.
5410         * hooks.h (hook_int_void_0): New.
5411         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
5412         (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
5413         (LANG_HOOKS_INITIALIZER): Update.
5414         * langhooks.h (init_options): Update.
5415         (handle_option): New.
5416         * opts.c, opts.h: New files.
5417         * opts.sh: Update c file to include opts.h and options.h.
5418         * toplev.c: Include opts.h; change options.h to options_.h.
5419         (parse_options_and_default_flags): Get lang_mask, use
5420         handle_option for language-specific handling.
5421         * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
5422         (LANG_HOOKS_HANDLE_OPTION): Override.
5423         (objc_init_options): Update.
5424
5425 2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
5426             Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
5427
5428         PR other/7031
5429         * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
5430         gcov.
5431
5432 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
5433
5434         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
5435         section names.
5436         * configure: Regenerate.
5437
5438 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
5439
5440         * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
5441
5442 2003-06-06  James E Wilson  <wilson@tuliptree.org>
5443
5444         PR inline-asm/10890
5445         * reload1.c (merge_assigned_reloads): Abort only if two reloads have
5446         different in fields.
5447
5448 2003-06-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5449
5450         * configure.in: Make $(target_subdir) correspond with top level usage.
5451         * Makefile.in: Likewise.
5452         * configure: Regenerate.
5453
5454 2003-06-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5455
5456         * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
5457         ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
5458         unsigned HOST_WIDE_INT.
5459         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
5460         Likewise.
5461         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
5462         Likewise.
5463
5464 2003-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5465
5466         * doc/install.texi (Prerequisites): New section documenting
5467         tools and packages necessary prior to building and/or
5468         modifying GCC.
5469         * doc/install.texi2html: Also generate prerequisites.html.
5470
5471 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
5472
5473         PR target/11052
5474         * ifcvt.c (noce_process_if_block): Fail if the destination has
5475         side-effects.
5476
5477 2003-06-06  Jason Merrill  <jason@redhat.com>
5478
5479         * stmt.c (resolve_asm_operand_names): Rename from
5480         resolve_operand_names.  No longer static.  Avoid needless copying.
5481         Don't build array of constraints.
5482         (expand_asm_operands): Build it here.
5483         * tree.h: Declare resolve_asm_operand_names.
5484
5485         * stmt.c (expand_decl): Put artificial vars into registers even
5486         when not optimizing, and don't mark the regs as user vars.
5487
5488 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
5489
5490         * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
5491         of the generated register.
5492
5493 2003-06-06  Daniel Jacobowitz  <drow@mvista.com>
5494
5495         * config.gcc: Add a missing sparc64 case.
5496
5497 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
5498
5499         * mklibgcc.in: Propagate .note.GNU-stack section if needed into
5500         the .hidden assembly stubs.
5501
5502 2003-06-06  H.J. Lu <hongjiu.lu@intel.com>
5503
5504         * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
5505         and x86_64-*-*.
5506
5507         * config/i386/mmintrin.h: Update version and add alternate
5508         intrinsic names.
5509         * config/i386/xmmintrin.h: Likewise.
5510
5511         * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
5512         intrinsics to ...
5513         * config/i386/emmintrin.h: Here. New file.
5514
5515 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5516
5517         * fold-const.c (fold <ABS_EXPR>):  Re-fold the result of folding
5518         fabs(-x) into fabs(x).  Use tree_expr_nonnegative_p to determine
5519         when the ABS_EXPR (fabs or abs) is not required.
5520         (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
5521         always nonnegative from fold to here.  Additionally, cabs and fabs
5522         are always non-negative, and pow and atan are non-negative if
5523         their first argument is non-negative.
5524
5525         * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
5526         Evaluate cabs of a constant at compile-time.  Convert cabs of a
5527         non-complex argument into fabs.  Convert cabs(z) into
5528         sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
5529         -funsafe-math-optimizations or -ffast-math.
5530         (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
5531         Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
5532
5533 Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
5534
5535         * sourcebuild.texi (Front End Directory): Document new hooks.
5536
5537 Fri Jun  6 11:02:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
5538
5539         * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
5540         * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
5541         stack frames.
5542         (pro_epilogue_adjust_stack_rex64_2): New pattern
5543
5544 Fri Jun  6 11:03:14 CEST 2003  Jan Hubicka  <jh@suse.cz>
5545                                Pop Sebastian
5546                                Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5547
5548         * cfghooks.h, cfghooks.c: New files.
5549         * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
5550         (OBJS): Add cfghooks.o.
5551         (cfghooks.o): New rule.
5552         * basic-block.h (split_edge): Rename to rtl_split_edge.
5553         (verify_flow_info): Rename to rtl_verify_flow_info.
5554         (cfghooks.h): Included here.
5555         * cfgrtl.c (split_edge): Renamed rtl_split_edge.
5556         (verify_flow_info): Renamed rtl_verify_flow_info.
5557         * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
5558
5559         * basic-block.h (split_block, split_edge, flow_delete_block,
5560         redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
5561         (flow_delete_block_noexpunge):  Return void.
5562         * cfg.c (verify_flow_info): New function.
5563         * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
5564         try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
5565         Use delete_block.
5566         * cfglayout.c (function_footer): Rename to...
5567         (cfg_layout_function_footer): ... this variable
5568         (unlink_insn_chain): Make global.
5569         (fixup_reorder_chain, record_effective_endpoints): Update.
5570         (cleanup_unconditional_jumps): Use delete_block.
5571         (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
5572         (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
5573         (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
5574         * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block):  Delete.
5575         (cfg_layout_function_footer): Declare.
5576         * cfgloopmanip (split_loop_bb): Do not update RBI.
5577         (remove_bbs): Use delete_block.
5578         (loop_reidrect_edge, loop_delete_branch_edge): Use
5579         redirect_edge_and_branch.
5580         (create_preheader): Use split_block and redirect_edge_and_branch_force.
5581         (split_edge_with): Likewise.
5582         * cfgrtl.c: Include cfglayout.h
5583         (split_edge): Rename to ...
5584         (rtl_split_edge) ... this one; make local.
5585         (redirect_edge_and_branch): Rename to ...
5586         (rtl_redirect_edge_and_branch) ... this one; make local.
5587         (redirect_edge_and_branch_force): Rename to ...
5588         (rtl_redirect_edge_and_branch_force) ... this one; make local.
5589         (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
5590         (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
5591         cfglayout.c; update to directly call RTL counterparts.
5592         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
5593         * ifcvt.c (find_cond_trap): Use delete_block.
5594         (find_if_case_1): Use delete_block.
5595         (find_if_case_2): Use delete_block.
5596         * rtl.h (unlink_insn_chain): Declare.
5597         * toplev.c (rtl_reigster_cfg_hooks): New.
5598
5599 2003-06-05  Richard Henderson  <rth@redhat.com>
5600
5601         * recog.c (peephole2_optimize): Revert last change.
5602
5603 2003-06-05  Richard Henderson  <rth@redhat.com>
5604
5605         * recog.c (peephole2_optimize): Don't split block unless
5606         can_throw_internal.
5607
5608 2003-06-06  Kazu Hirata  <kazu@cs.umass.edu>
5609
5610         * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
5611         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
5612
5613 2003-06-05  Kelley Cook  <kelleycook@wideopenwest.com>
5614
5615         PR optimization/4490
5616         * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
5617         * doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
5618         documentation to accurately reflect what these options do.
5619
5620 2003-06-06  Kaz Kojima  <kkojima@gcc.gnu.org>
5621
5622         * config/sh/linux.h (STARTFILE_SPEC): Handle -pie.  Simplify.
5623         (ENDFILE_SPEC): Redefine to handle -pie.
5624
5625 2003-06-05  Phil Edwards <phil@jaj.com>
5626
5627         * Makefile.in (qmtest-g++): Use target_alias, not target.
5628
5629 2003-06-05  Per Bothner  <pbothner@apple.com>
5630
5631         * toplev.c (push_srcloc):  Simplify behavior to save current location
5632         and set current location to parameters.
5633         (pop_srcloc):  Simplify semantics.
5634         (lang_dependent_init):  Remove now-useless initial push_srcloc.
5635
5636 2003-05-06  Richard Henderson  <rth@redhat.com>
5637
5638         * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
5639         language-specific tree codes.
5640
5641 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5642
5643         PR middle-end/9986
5644         * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
5645         BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
5646
5647 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
5648
5649         * install.tex: Document profiledbootstrap.
5650
5651         * configure.in:  Add support for lang.stageprofile and
5652         lang.stagefeedback
5653         * Makefile.in (clean, distclean): Kill new stages
5654         (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
5655         (STAGE2_FLAGS_TO_PASS): ... this one.
5656         (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
5657         (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
5658         (stageprofile_build, stageprofile_copy, stagefeedback_build,
5659         stagefeedback_copy): New.
5660         (restageprofile, restagefeedback, stageprofile-start,
5661         stageprofile, stagefeedback-start): Likewise.
5662
5663 2003-06-05  David Miller  <davem@redhat.com>
5664             Richard Henderson  <rth@redhat.com>
5665
5666         * optabs.c (HAVE_conditional_trap): Provide default.
5667         (gen_conditional_trap): Likewise.
5668         (init_optabs): Merge init_traps.
5669         (gen_cond_trap): Use prepare_operand.  Restructure and avoid ifdef.
5670
5671 Thu Jun  5 14:59:44 CEST 2003  Jan Hubicka  <jh@suse.cz>
5672
5673         * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
5674         is REG for nonzero_bits (REG) == 8.
5675
5676 Thu Jun  5 13:23:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
5677
5678         * i386.md (align): Fix warning; clarify what to do when no p2align
5679         is available.
5680
5681 2003-06-05  Nick Clifton  <nickc@redhat.com>
5682
5683         * config.gcc (m32r-elf): Revert previous delta.
5684         * config/m32r/t-m32r (crtinit.o): Fix rule to work with
5685         multilibs.  Remove m32rx specific version.
5686         (crtfini.o): Likewise.
5687         (EXTRA_MULTILIB_PARTS): Define.
5688
5689 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
5690
5691         * doc/md.texi (Machine Constraints): Correct the meaning of
5692         constraints related to floating-point registers on SPARC.
5693
5694 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
5695             Paolo Bonzini  <bonzini@gnu.org>
5696
5697         PR target/10663
5698         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
5699         assembler and linker output to /dev/null.
5700         Use a 'sed' construct instead of 'grep -A1'.
5701         * configure: Regenerate.
5702
5703 2003-06-04  Richard Henderson  <rth@redhat.com>
5704
5705         * config/i386/i386.c (struct ix86_address): Add seg.
5706         (no_seg_address_operand): New.
5707         (ix86_decompose_address): Restructure PLUS loop.  Accept one
5708         UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
5709         to test for a regnum, not stack_pointer_rtx.
5710         (ix86_address_cost): Reduce cost if non-default segment.
5711         (legitimate_address_p): Remove UNSPEC_TP check.
5712         (get_thread_pointer): Add to_reg argument.  Don't represent
5713         the thread pointer as a memory load.
5714         (legitimize_tls_address): Split out of ...
5715         (legitimize_address): ... here.
5716         (print_operand_address): Handle parts.seg.
5717         (ix86_expand_move): Use legitimize_tls_address.
5718         (ix86_rtx_costs): Handle UNSPEC_TP.
5719         * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
5720         (TARGET_TLS_DIRECT_SEG_REFS): New.
5721         (TARGET_SWITCHES): Add tls-direct-seg-refs.
5722         (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
5723         (PREDICATE_CODES): Add no_seg_address_operand.
5724         * config/i386/i386.md (lea_1): Use it.
5725         (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
5726         (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
5727         * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
5728         * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
5729         * doc/invoke.texi: Add -mtls-direct-seg-refs.
5730
5731 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
5732
5733         * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
5734         (QMTEST_GPP_TESTS): Use "g++" by default.
5735         (stamp-qmtest): Tweak database creation.
5736         (QMTEST_DIR/context): Update context file format.
5737         (qmtest-g++): Tweak command-line.
5738
5739 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5740
5741         * Makefile.in (varasm.o): Don't set -Wno-error.
5742         * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
5743
5744 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
5745
5746         PR bootstrap/3163
5747         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
5748         (gcc_AC_FUNC_MMAP_BLACKLIST): New.
5749         * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
5750         and AC_CHECK_FUNCS lists, respectively.  Use
5751         gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
5752         AC_FUNC_MMAP_FILE.
5753         * configure, config.in: Regenerate.
5754
5755 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5756
5757         * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
5758         * arm.c (arm_output_function_prologue): Fix format specifiers.
5759         * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
5760         * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
5761         HOST_WIDE_INT_PRINT_DEC.
5762         * vax.c (vax_output_function_prologue): Fix format specifiers.
5763
5764 2003-06-04  Richard Henderson  <rth@redhat.com>
5765
5766         * cse.c (find_best_addr): Consider binary operators even if second
5767         argument is not CONST_INT.
5768
5769 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5770
5771         * doc/invoke.texi (max-cse-path-length): Document.
5772
5773 2003-06-04  Richard Henderson  <rth@redhat.com>
5774
5775         * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
5776
5777 2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
5778
5779         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
5780         Remove semi-colon at the end of the expression.
5781
5782 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5783
5784         * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
5785         * i370.h (mvs_function_name_length): Likewise.
5786         * i960.h (CONSTANT_ALIGNMENT): Likewise.
5787         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
5788         * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5789         * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5790         * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
5791         variable.
5792
5793 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
5794
5795         * config.gcc: Reorganize --with-cpu logic.  Set
5796         configure_default_options according to the default CPU, --with-cpu,
5797         --with-arch, --with-tune, --with-schedule, --with-abi, and
5798         --with-float.  Check for legal values of various options.
5799         * configure.in: Define configure_default_options in configargs.h.
5800         * configure: Regenerated.
5801         * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
5802         (TARGET_DEFAULT_FLOAT_P): New macros.
5803         * gcc.c (do_option_spec): New function.
5804         (struct default_spec, option_default_specs): New.
5805         (main): Call do_option_spec.
5806         * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
5807         config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
5808         config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
5809
5810         * doc/install.texi: Update --with-cpu documentation.  Mention
5811         --with-arch, --with-schedule, --with-tune, --with-abi, and
5812         --with-float.
5813         * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
5814
5815 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
5816
5817         * config.gcc: Only process --with-cpu logic in the third pass.
5818
5819 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
5820
5821         * config.gcc: Reorganize --with-cpu section.  Remove an
5822         obsolete comment about the default CPU for x86-64.  Fix
5823         a typo for the ep9312.  Update the list of supported PowerPC
5824         CPUs.  Support a limited set of new --with-cpu options
5825         for i386.
5826
5827 2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
5828
5829         * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
5830         complex numbers <= 32 bits into two registers.
5831
5832 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5833
5834         * alpha.c (print_operand_address): Fix format specifier warnings.
5835         * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5836         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5837         * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
5838         * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
5839         * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
5840         ASM_OUTPUT_SKIP): Likewise.
5841         * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5842         * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5843         * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
5844         Likewise.
5845         * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5846         * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
5847         * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
5848         * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5849         * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
5850         * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5851         * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5852         * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5853         * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5854         * svr3.h (ASM_OUTPUT_COMMON): Likewise.
5855
5856 2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
5857
5858         * c-decl.c (c_init_decl_processing): Clear input_file_name
5859         while building common nodes.
5860         * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
5861         Don't add working directory for strings like <built-in> .
5862
5863 2003-06-04  David Edelsohn  <edelsohn@gnu.org>
5864
5865         * doc/install.texi (*-ibm-aix*): Native as and ld required
5866         to bootstrap on AIX 5L.
5867
5868 2003-06-04  Richard Henderson  <rth@redhat.com>
5869
5870         * c-common.c (handle_cleanup_attribute): New.
5871         (c_common_attributes): Add it.
5872         * c-decl.c (finish_decl): Honor the cleanup attribute.
5873         * doc/extend.texi (Variable Attributes): Document it.
5874
5875         * unwind-c.c: New file.
5876         * Makefile.in (LIB2ADDEH): Add it.
5877         * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
5878         config/ia64/t-ia64: Likewise.
5879
5880 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
5881
5882         * function.c (trampolines_created): New variable.
5883         (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
5884         * function.h (trampolines_created): Add.
5885         * config/s390/linux.h (ASM_FILE_END): Define.
5886         * config/alpha/linux-elf.h (ASM_FILE_END): Define.
5887         * config/m68k/linux.h (ASM_FILE_END): Define.
5888         * config/rs6000/linux.h (ASM_FILE_END): Define.
5889         * config/rs6000/linux64.h (ASM_FILE_END): Define.
5890         * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
5891         * config/sparc/linux.h (ASM_FILE_END): Define.
5892         * config/sparc/linux64.h (ASM_FILE_END): Define.
5893         * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
5894         * config/i386/linux.h (SUBTARGET_FILE_END): Define.
5895         * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
5896
5897 Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
5898
5899         * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
5900         (ix86_reorg): Use it.
5901         * i386.md (align): New insn pattern.
5902
5903 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5904
5905         * toplev.c (rest_of_type_compilation): Fix typo.
5906
5907 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
5908             Alan Modra  <amodra@bigpond.net.au>
5909
5910         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
5911         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
5912         * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
5913         * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
5914         * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
5915         * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
5916         (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
5917         * config/rs6000/rs6000.c (output_profile_hook): Likewise.
5918
5919         * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
5920         Pass it to $gcc_cv_as.
5921         * configure: Rebuilt.
5922
5923         * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
5924         (print_operand): Allow TARGET_AIX to be non-constant.
5925         (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
5926         Define unconditionally.
5927         (rs6000_elf_declare_function_name): New function.
5928         * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
5929         non-constant.
5930         * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
5931         to 1.
5932         (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
5933         [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
5934         is defined.
5935         (TARGET_AIX): Define to 1 if TARGET_64BIT.
5936         (PROCESSOR_DEFAULT): Remove.
5937         (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
5938         INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
5939         [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
5940         (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
5941         -m32 and -m64.
5942         (MULTILIB_DEFAULTS): Define.
5943         (SUBSUBTARGET_EXTRA_SPECS): Define.
5944         (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
5945         (TARGET_TOC): Define only if !RS6000_BI_ARCH.
5946         (TARGET_NO_TOC): Remove.
5947         [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
5948         TARGET_PROTOTYPE): Define to 0.
5949         (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
5950         (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
5951         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
5952         if !TARGET_64BIT.
5953         (USER_LABEL_PREFIX): Remove.
5954         (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
5955         (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
5956         if TARGET_64BIT.
5957         (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
5958         (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
5959         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
5960         (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
5961         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5962         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
5963         TARGET_64BIT.
5964         (RS6000_CALL_GLUE): Likewise.
5965         (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
5966         RESTORE_FP_SUFFIX): Likewise.
5967         (ASM_DECLARE_FUNCTION_NAME): Remove.
5968         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
5969         DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
5970         name if TARGET_64BIT.
5971         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
5972         !TARGET_64BIT.
5973         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
5974         (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
5975         (DRAFT_V4_STRUCT_RET): Define.
5976         (SIGNAL_FRAMESIZE): New enum value.
5977         (MD_FALLBACK_FRAME_STATE_FOR): Define.
5978         * config/rs6000/default64.h: New file.
5979         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
5980         options.
5981         (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
5982         to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
5983         if !TARGET_64BIT.
5984         [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
5985         (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
5986         function.
5987         (TARGET_OS_SYSV_CPP_BUILTINS): Define.
5988         (TARGET_OS_CPP_BUILTINS): Use it.
5989         (CPP_SYSV_SPEC): Remove.
5990         (CPP_SPEC): Remove cpp_sysv.
5991         (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
5992         Add SUBSUBTARGET_EXTRA_SPECS.
5993         (SUBSUBTARGET_EXTRA_SPECS): Define.
5994         * config/rs6000/biarch64.h: New file.
5995         * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
5996         New prototype.
5997         * config/rs6000/x-linux64: New file.
5998         * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
5999         multilibs.
6000         * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
6001         * config/rs6000/eabi-cn.asm: Likewise.
6002         * config/rs6000/tramp.asm: Likewise.
6003         * config/rs6000/sol-ci.asm: Likewise.
6004         * config/rs6000/sol-cn.asm: Likewise.
6005         * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
6006         (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
6007         * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
6008         _CALL_AIXDESC section.
6009         * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
6010         defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
6011         or default32.
6012
6013 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
6014
6015         * config.gcc: Revert accidentally committed ARM changes.
6016
6017 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6018
6019         * builtins.c (dconstpi, dconste): New mathematical constants.
6020         (init_builtin_dconsts): New function to initialize dconstpi
6021         and dconste.
6022         (fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
6023         compile time with -ffast-math when x is an integer constant.
6024         Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
6025         atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
6026
6027 2003-06-04  Roger Sayle  <roger@eyesopen.com>
6028
6029         * calls.c (expand_call): Avoid calling pure or const functions
6030         when the result is ignored (or void) and none of the arguments
6031         are volatile.  Move warning diagnostic earlier in function.
6032
6033 2003-06-04  Andreas Jaeger  <aj@suse.de>
6034
6035         * system.h: Do not poison TDESC_SECTION_ASM_OP,
6036         RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
6037
6038 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6039
6040         * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
6041         optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
6042         handle %ll, optimize regular character case.
6043
6044 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6045
6046         * Makefile.in (cse.o): Add params.h dependency.
6047         * cse.c: Include params.h.
6048         (PATHLENGTH): Removed.
6049         (struct cse_basic_block_data): Make path array dynamic.
6050         (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
6051         of PATHLENGTH.
6052         (cse_main, cse_basic_block): Allocate path array.
6053         * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
6054
6055 Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
6056
6057         * i386.c (ix86_reorg): Replace the jump instead of adding nop.
6058         * i386.md (UNSPEC_REP): New constant.
6059         (return_internal_long): New pattern.
6060
6061 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6062
6063         PR optimization/11018
6064         * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
6065         consistently to decide whether the scratch register is really
6066         required.
6067
6068 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6069
6070         PR optimization/10876
6071         * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
6072         new 'O' constraint for constant 4096.
6073         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
6074         * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
6075         Do not transform into MINUS insn for constant 4096.
6076         (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
6077         for constant 4096 as third operand.
6078         (addsi3 expander): Remove.
6079         (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
6080         new alternative for constant 4096 as third operand.
6081         (subdi3 expander): Do not transform into PLUS insn for constant 4096.
6082         (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
6083         operand.
6084         (subsi3 expander): Remove.
6085         (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
6086         constant 4096 as third operand.
6087         * doc/md.texi (Machine Constraints): Document new 'O' constraint for
6088         the SPARC port.
6089
6090 2003-06-03  Chris Demetriou  <cgd@broadcom.com>
6091
6092         * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
6093
6094 2003-06-04  Andreas Jaeger  <aj@suse.de>
6095
6096         * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
6097
6098         * config/i386/i386.c (ix86_expand_prologue): Do not use
6099         SUBTARGET_PROLOGUE.
6100
6101         * system.h: Poision SUBTARGET_PROLOGUE.
6102
6103         * config/arm/arm-protos.h: Remove unused rdate_section prototype.
6104
6105         * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
6106         dependend code.
6107
6108         * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
6109
6110         * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
6111         INSN_CACHE_LINE_WIDTH.
6112
6113         * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
6114         (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
6115         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6116
6117         * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
6118         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
6119
6120         * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
6121         (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
6122         (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
6123         (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
6124         (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
6125         (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
6126
6127         * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
6128         DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
6129         DBX_WORKING_DIRECTORY.
6130
6131         * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
6132         DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
6133
6134         * config/frv/frv-protos.h: Remove unused const_section
6135         declaration.
6136         * config/vax/vax-protos.h: Likewise.
6137
6138         * output.h: Remove CONST_SECTION_ASM_OP usage.
6139
6140         * system.h: Poison CONST_SECTION_ASM_OP.
6141
6142         * crtstuff.c (__do_global_dtors_aux): Remove usage of
6143         CRT_GET_RFIB_TEXT.
6144         (frame_dummy): Likewise.
6145         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
6146         * system.h: Poison CRT_GET_RFIB_TEXT.
6147
6148         * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
6149
6150         * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
6151         (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
6152         (recognized_function): Likewise.
6153         (read_scan_file): Likewise.
6154
6155 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6156
6157         * optabs.c (expand_binop): Optimize complex multiplication for
6158         the case of squaring a complex argument.
6159
6160 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6161
6162         * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
6163         non-volatile operands of binary operations.
6164         (prepare_cmp_insn): Likewise.
6165
6166 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6167
6168         * varasm.c (force_const_mem): Handle alignment of constants not
6169         representable as a type in the front-end language.
6170
6171 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
6172
6173         * flow.c (initialize_uninitialized_subregs): Use
6174         emit_move_insn instead of emitting a hardcoded move.
6175
6176 2003-06-03  Richard Henderson  <rth@redhat.com>
6177
6178         * optabs.c (expand_abs_nojump): Split out from ...
6179         (expand_abs): ... here.
6180         * optabs.h (expand_abs_nojump): Declare.
6181         * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
6182         * Makefile.in (ifcvt.o): Depend on optabs.h.
6183
6184 2003-06-03  Alan Modra  <amodra@bigpond.net.au>
6185
6186         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
6187
6188 2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
6189
6190         * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
6191         (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
6192         to yes.
6193         * configure.in: Allow default_use_cxa_atexit to determine the
6194         value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
6195         disabled.
6196         * configure: Regenerate.
6197
6198 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
6199
6200         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
6201         * doc/gcc.texi: Remove vms.texi section.
6202         * doc/vms.texi: Remove obsolete file.
6203
6204 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
6205
6206         * configure.in (inhibit_libc): Don't define when configuring
6207         with --with-newlib --with-headers.
6208         * configure: Regenerate.
6209
6210         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
6211
6212 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6213
6214         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
6215         IRIX 6 without GNU ld.
6216         * configure: Regenerate.
6217
6218 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6219
6220         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
6221         of a complex number rather than invoke mov_optab directly.
6222
6223 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
6224
6225         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
6226         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
6227
6228 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
6229
6230         * config/i386/x86-64.h: Remove two target-independent comments;
6231          replace "GNU CC" with "GCC".
6232
6233 2003-06-03  Anthony Green  <green@redhat.com>
6234
6235         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
6236
6237 2003-06-03  Roger Sayle  <roger@eyesopen.com>
6238
6239         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
6240         New builtins representing ISO C99's cabs, cabsf and cabsl.
6241         * builtins.c (expand_builtin_fabs): New function.
6242         (expand_builtin_cabs): New function.
6243         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
6244         using expand_builtin_fabs and expand_builtin_cabs respectively.
6245
6246         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
6247
6248 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
6249
6250         * function.c (assign_parms): Split complex arguments.
6251
6252         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
6253
6254         * expr.h (SPLIT_COMPLEX_ARGS): Define.
6255         (split_complex_types): Protoize.
6256         (split_complex_values): Protoize.
6257
6258         * calls.c (expand_call): Split complex arguments on architectures
6259         that require it.
6260         (split_complex_values): New.
6261         (split_complex_types): New.
6262
6263         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
6264         (rs6000_function_value): Handle complex values on AIX.
6265         (rs6000_complex_function_value): New.
6266
6267         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
6268
6269         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
6270         (SPLIT_COMPLEX_ARGS): New.
6271
6272 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6273
6274         * configure.in (HAVE_LD_PIE): Check for ld -pie.
6275         * config.in: Rebuilt.
6276         * configure: Rebuilt.
6277         * toplev.c (flag_pie, flag_shlib): New variables.
6278         (f_options): Add -fpie and -fPIE.
6279         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
6280         Set flag_shlib if flag_pic and not -fpie/-fPIE.
6281         * flags.h (flag_pic, flag_shlib): Add.
6282         * varasm.c (default_binds_local_p): Use flag_shlib instead of
6283         flag_pic.
6284         * gcc.c (LINK_PIE_SPEC): Define.
6285         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
6286         (option_map): Add --pie -> -pie mapping.
6287         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
6288         and -fPIE the same way as -fPIC.
6289         * config/openbsd.h (ASM_SPEC): Likewise.
6290         * config/frv/frv.h (ASM_SPEC): Likewise.
6291         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
6292         * config/arm/semi.h (ASM_SPEC): Likewise.
6293         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
6294         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
6295         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
6296         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
6297         * config/m68k/linux.h (CPP_SPEC): Likewise.
6298         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
6299         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
6300         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
6301         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
6302         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
6303         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
6304         * config/netbsd-aout.h (ASM_SPEC): Likewise.
6305         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
6306         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
6307         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6308         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
6309         * config/sparc/sparc.h (ASM_SPEC): Likewise.
6310         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
6311         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
6312         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
6313         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
6314         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
6315         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
6316         Simplify.
6317         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6318         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6319         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6320         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6321         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6322         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6323         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
6324         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
6325
6326 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
6327
6328         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
6329         != 0 handling.  Pass 0 to store_by_pieces.
6330         (expand_builtin_mempcpy): Add endp argument.  Don't call
6331         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
6332         directly.  If ignoring result, only do expand_call.
6333         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
6334         otherwise.
6335         (expand_builtin_strncpy, expand_builtin_memset): Adjust
6336         store_by_pices callers.
6337         (expand_builtin): Adjust expand_builtin_memcpy and
6338         expand_builtin_mempcpy callers.
6339         * expr.c (can_move_by_pieces): New function.
6340         (move_by_pieces): Add endp argument, return to resp. memory at end
6341         or one byte earlier depending on endp.
6342         (store_by_pieces): Likewise.
6343         (emit_block_move): Adjust call to move_by_pieces.
6344         (emit_push_insn): Adjust move_by_pieces caller.
6345         * expr.h (can_move_by_pieces): New prototype.
6346         (store_by_pieces): Adjust prototypes.
6347         * rtl.h (move_by_pieces): Adjust prototype.
6348         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
6349         caller.
6350
6351 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
6352
6353         * doc/md.texi (Processor pipeline description): Improve wording.
6354
6355 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
6356
6357         * c-opts.c (c_common_handle_option): New, pulled out of
6358         c_common_decode_option.  Substitute uses of argv.
6359         (c_common_decode_option): Broken into two.
6360
6361 2003-06-02  Roger Sayle  <roger@eyesopen.com>
6362             Zack Weinberg  <zack@codesourcery.com>
6363
6364         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
6365         test of TREE_CONSTANT_POOL_ADDRESS_P.
6366
6367 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6368
6369         * mips.c: Don't include output.h twice.
6370         * stormy16.c: Likewise.
6371         * xtensa.c: Likewise.
6372         * output.h: Protect against multiple inclusion.
6373
6374 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
6375
6376         * sh.h (OLD_ARG_MODE): New macro.
6377         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
6378         (FUNCTION_ARG_1): Break out of:
6379         (FUNCTION_ARG).  Use OLD_ARG_MODE.
6380
6381 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6382
6383         * gcc/config.gcc Add support multilib parts for m32rx processor.
6384
6385 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6386
6387         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
6388         (mostlyclean): Delete c-options.c and c-options.h.
6389
6390 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
6391
6392         * c-opts.c (CL_REJECT_NEGATIVE): New.
6393         (c_common_decode_option): Update to use it.
6394         * c.opt: Update documentation; use RejectNegative.
6395         * opts.sh: Handle RejectNegative.
6396
6397 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
6398
6399         * ggc-page.c (init_ggc): Give better diagnostics on failure to
6400         open /dev/zero.
6401         * toplev.c (crash_signal): Reset handling for received signal
6402         to SIG_DFL.
6403
6404 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
6405
6406         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
6407         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
6408         (arm_use_dfa_pipeline_interface): Implement.
6409         * config/arm/arm.md (arm): New automaton.
6410         (write_buf): Remove function units; new cpu unit.
6411         (write_blockage): Remove function units; new cpu unit.
6412         (core): Remove function units; new cpu unit.
6413         (r_mem_f_wbuf): New instruction reservation.
6414         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
6415         (store1_ldsched, store2, store3, store4): Likewise.
6416         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
6417         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
6418         (multi_cycle, single_cycle): Likewise.
6419         * config/arm/fpa.md (armfp): New automaton.
6420         (fpa): Remove function units; new cpu unit.
6421         (fpa_mem): Remove function unit; new cpu unit.
6422         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
6423         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
6424
6425 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6426
6427         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
6428         * c-format.c (enum format_type): Add asm_fprintf_format_type.
6429         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
6430         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
6431         (format_types_orig): Renamed from format_types.  Add new data.
6432         (format_types): Declare as pointer.
6433         (handle_format_attribute): Move later in file so we have all
6434         necessary declarations.  Add section to capture HOST_WIDE_INT.
6435         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
6436         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
6437
6438 2003-06-01  Andreas Jaeger  <aj@suse.de>
6439
6440         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
6441         ROUND_TYPE_SIZE_UNIT.
6442
6443         * stor-layout.c (finalize_record_size): Remove usages of
6444         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6445         (finalize_type_size): Likewise.
6446         (layout_type): Likewise.
6447
6448         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6449
6450         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
6451
6452         * config/d30v/d30v.h: Remove text copied from the manual.
6453
6454 2003-06-01  Roger Sayle  <roger@eyesopen.com>
6455             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6456             Geoffrey Keating  <geoffk@apple.com>
6457
6458         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
6459         constants as condition code values.
6460
6461 2003-06-01  DJ Delorie  <dj@redhat.com>
6462
6463         * cppmacro.c (warn_of_redefinition): Handle cases where the two
6464         definitions have different numbers of tokens.
6465
6466 2003-06-01  Andreas Jaeger  <aj@suse.de>
6467
6468         * gen-protos.c (main): Readd unused attribute for argc.
6469
6470 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
6471
6472         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
6473         * c.opt: End in blank line.
6474         * opts.sh: Take AWK from environment if available; use C locale.
6475
6476 2003-06-01  Andreas Schwab  <schwab@suse.de>
6477
6478         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
6479
6480 2003-06-01  Andreas Jaeger  <aj@suse.de>
6481
6482         * gen-protos.c (main): Revert patch to check for argument.
6483
6484 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
6485
6486         PR target/11044
6487         * config/i386/i386.md (length attribute): Set length to 4
6488         for instructions of type "fcmp".
6489
6490 2003-06-01  Andreas Jaeger  <aj@suse.de>
6491
6492         * toplev.c: Use ISO C90 prototypes.
6493
6494         * toplev.h: Use ISO C90 prototypes.
6495
6496         * genrecog.c: Use ISO C90 prototypes.
6497         (nodes_identical): Correct declaration to match prototype.
6498         (maybe_both_true): Likewise.
6499         (merge_trees): Likewise.
6500
6501         * genpeep.c (gen_peephole): Remove #if 0 code.
6502         Use ISO C90 prototypes.
6503
6504         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
6505         Remove #if 0'ed function simplify_by_alternatives.
6506         (optimize_attrs): Remove #if 0'ed code.
6507         Remove ^L.
6508         Use ISO C90 prototypes.
6509         (make_canonical): Remove #if 0'ed code.
6510         (convert_const_symbol_ref): Remove #if 0'ed function.
6511
6512         * gen-protos.c (main): Check for argument.
6513
6514         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
6515
6516         * params.h: Use ISO C90 prototypes.
6517         * params.c: Likewise.
6518         * intl.c: Likewise.
6519         * intl.h: Likewise.
6520         * lists.c: Likewise.
6521         * errors.c: Likewise.
6522         * errors.h: Likewise.
6523         * gencodes.c: Likewise.
6524         * genpreds.c: Likewise.
6525         * genattr.c: Likewise.
6526         * gen-protos.c: Likewise.
6527         * genflags.c: Likewise
6528         * genconditions.c: Likewise.
6529         * genautomata.c: Likewise.
6530         * gencheck.c: Likewise.
6531         * genconfig.c: Likewise.
6532         * genconstants.c: Likewise.
6533         * genemit.c: Likewise.
6534         * genextract.c: Likewise.
6535         * gengenrtl.c: Likewise.
6536         * gengtype.c: Likewise.
6537         * gengtype.h: Likewise.
6538         * genopinit.c: Likewise.
6539         * genoutput.c: Likewise.
6540         * gensupport.c: Likewise.
6541         * gensupport.h: Likewise.
6542
6543         * sdbout.h: Use ISO C90 prototypes.
6544
6545         * sdbout.c (CONTIN): Removed empty macro.
6546         (sdbout_one_type): Remove CONTIN usages.
6547         Remove ^Ls.
6548         (tag_of_ru_type): Remove #if 0'ed function.
6549         (sdbout_symbol): Remove #if 0'ed code.
6550         (sdbout_one_type): Remove a #if 1.
6551         (sdbout_one_type): Remove #if 0'ed code.
6552         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
6553         Remove PARAMS, use ISO C90 prototypes for all functions.
6554
6555 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
6556
6557         * rtl.def (CONST_DOUBLE): Update comment.
6558
6559 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
6560
6561         * opts.sh: Remove path from sort.
6562
6563 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
6564
6565         PR/9680
6566         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
6567         TARGET_SPE for SPE_VECTOR_MODE.
6568
6569 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
6570
6571         * toplev.c (botch): Remove.
6572         (do_abort): Remove.
6573         (set_Wunused): Comment.
6574         (set_Wextra): Comment.
6575         Remove ^L's.
6576         (rest_of_compilation): Factor out common code into functions.
6577         (rest_of_handle_inlining): New.
6578         (rest_of_handle_ssa): New.
6579         (rest_of_handle_cse): New.
6580         (rest_of_handle_gcse): New.
6581         (rest_of_handle_loop_optimize): New.
6582         (rest_of_handle_jump_bypass): New.
6583         (rest_of_handle_sibling_calls): New.
6584         (rest_of_handle_null_pointer): New.
6585         (rest_of_handle_addresof): New.
6586         (rest_of_handle_flow): New.
6587         (rest_of_handle_branch_prob): New.
6588         (rest_of_handle_if_conversion): New.
6589         (rest_of_handle_tracer): New.
6590         (rest_of_handle_loop2): New.
6591         (rest_of_handle_cse2): New.
6592         (rest_of_handle_life): New.
6593         (rest_of_handle_combine): New.
6594         (rest_of_handle_if_after_combine): New.
6595         (rest_of_handle_regmove): New.
6596         (rest_of_handle_sched): New.
6597         (rest_of_handle_old_regalloc): New.
6598         (rest_of_handle_new_regalloc): New.
6599         (rest_of_handle_regrename): New.
6600         (rest_of_handle_reorder_blocks): New.
6601         (rest_of_handle_sched2): New.
6602         (rest_of_handle_new_regalloc): New.
6603         (rest_of_handle_old_regalloc): New.
6604         (rest_of_handle_regrename): New.
6605         (rest_of_handle_reorder_blocks): New.
6606         (rest_of_handle_stack_regs): New.
6607         (rest_of_handle_machine_reorg): New.
6608         (rest_of_handle_delay_slots): New.
6609         (rest_of_handle_final): New.
6610
6611         * toplev.h (botch): Remove prototype.
6612         (do_abort): Same.
6613
6614 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6615
6616         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
6617         * c-opts.c: Include c-options.h and c-options.c.
6618         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
6619         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
6620         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
6621         OPT, opt_comp): Remove.
6622         (missing_arg, c_common_init_options, c_common_decode_option,
6623         write_langs): Update for macro redefinitions and enumeration
6624         name changes.
6625         * c.opt, opts.sh: New files.
6626         * doc/passes.texi: Update.
6627
6628 2003-05-31  Andreas Jaeger  <aj@suse.de>
6629
6630         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
6631         usage.
6632
6633         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
6634
6635         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
6636
6637         * system.h: Poison ALLOCATE_TRAMPOLINE.
6638
6639         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
6640         * system.h: Poison HANDLE_PRAGMA.
6641
6642 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
6643
6644         * doc/invoke.texi: Update dump file names.
6645
6646 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6647
6648         * c-format.c (format_length_info, format_char_info,
6649         format_flag_spec, format_flag_pair, format_kind_info):
6650         De-const-ify structure members.
6651
6652 2003-05-31  Roger Sayle  <roger@eyesopen.com>
6653
6654         * flags.h (flag_wrapv): New flag controlling overflow semantics.
6655         * toplev.c (flag_wrapv): Declare the variable with default false.
6656         (lang_independent_options): New option "-fwrapv" to set the above.
6657
6658         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
6659         as x, when signed arithmetic overflow wraps around.
6660         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
6661         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
6662         overflow when flag_wrapv is true.
6663
6664         * doc/invoke.texi: Document new -fwrapv command line option.
6665         * doc/c-tree.texi: Mention that the overflow semantics of
6666         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
6667         upon both flag_wrapv and flag_trapv.
6668
6669 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
6670
6671         * doc/install.texi (mips-sgi-irix5): Add missing
6672         HTML <hr> marker.
6673
6674 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
6675
6676         * doc/md.texi (Machine Constraints): Document
6677         missing SPARC constraints.
6678
6679 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
6680
6681         * doc/md.texi (Automaton pipeline description): Use
6682         "type" instead of "cpu" as the attribute in the examples.
6683
6684 2003-05-30  Stan Shebs  <shebs@apple.com>
6685
6686         * system.h: Poison OBJC_PROLOGUE.
6687
6688 2003-05-30  Roger Sayle  <roger@eyesopen.com>
6689
6690         * emit-rtl.c (gen_complex_constant_part): New function for getting
6691         the constant real or imaginary part of a complex constant.
6692         (gen_realpart): Use it.
6693         (gen_imagpart): Likewise.
6694
6695 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
6696
6697         * doc/invoke.texi: Fix typos.
6698         * doc/rtl.texi: Likewise.
6699
6700 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
6701
6702         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
6703         mode.
6704         * config/h8300/crtn.asm: Likewise.
6705         * config/h8300/lib1funcs.asm: Likewise.
6706         * config/h8300/h8300.c (asm_file_start): Likewise.
6707         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
6708         h8300snelf emulations for normal mode.
6709         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
6710         emulations for normal mode.
6711
6712 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
6713
6714         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
6715         true if TARGET_NORMAL_MODE.
6716
6717 2003-05-30  Roger Sayle  <roger@eyesopen.com>
6718
6719         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
6720         making a substitution.
6721         (dead_libcall_p): If directly replacing a libcall with a
6722         constant value produces an invalid instruction, also try forcing
6723         the constant into the constant pool.
6724         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
6725         obvious that the source is a constant.
6726         (compress_float_constant): Use set_unique_reg_note to place
6727         REG_EQUAL notes on instructions.
6728
6729 2003-05-30  Eric Christopher  <echristo@redhat.com>
6730
6731         * config/mips/mips.c (extern_list): Add GTY marker.
6732         (extern_head): Separate out definition. Add marker.
6733         (mips_output_external): Use ggc_alloc for extern_list
6734         allocation.
6735         (mips_output_external_libcall): Ditto.
6736
6737 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
6738
6739         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
6740         later.
6741
6742 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6743
6744         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
6745         warnings.
6746         (PRINT_OPERAND): Likewise.
6747
6748 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6749
6750         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
6751         -mdebug/-no-mdebug switches ...
6752         (MDEBUG_ASM_SPEC): ... here.
6753         Use only with gas.
6754         (EXTRA_SPECS): Initialize mdebug_asm_spec.
6755
6756 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
6757
6758         * gthr-gnat.c: Remove #undef UNUSED.
6759         (__gnat_default_lock, __gnat_default_unlock): Prototype.
6760         (__gnat_task_lock, __gnat_task_unlock): Make declarations
6761         prototypes.
6762         (__gnat_install_locks): Convert declaration to ISO C90, make
6763         parameter declarations prototypes, and remove blank line.
6764         * gthr-gnat.h (__gnat_install_locks): Make parameter
6765         declarations prototypes.
6766
6767 2003-05-29  Jason Merrill  <jason@redhat.com>
6768
6769         * Makefile.in (unstrap): Remove stage_last after make unstage1.
6770
6771 2003-05-29  Roger Sayle  <roger@eyesopen.com>
6772
6773         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
6774
6775 2003-05-29  Roger Sayle  <roger@eyesopen.com>
6776             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
6777
6778         PR bootstrap/10169
6779         * mips-tfile.c (main): Use getopt_long instead of getopt.
6780         Add new command line option --version to display version.
6781         Treat --verbose like -v to report a single line version.
6782         (options): New global variable for getopt_long.
6783         * mips-tdump.c (main): Use getopt_long instead of getopt.
6784         New command line options -v, --version and -verbose to display
6785         the program version number (to match mips-tfile's behavior).
6786         (options): New global variable for getopt_long.
6787
6788         * gcov.c (options): Zero-terminate getopt_long array.
6789         * gcov-dump.c (options): Likewise.
6790
6791         * Makefile.in (mips-tdump.o): Add dependency on version.h.
6792
6793 2003-05-29  Stan Shebs  <shebs@apple.com>
6794
6795         Remove OBJC_PROLOGUE everywhere.
6796         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
6797         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
6798         * config/d30v/d30v.h: Similarly.
6799         * config/ip2k/ip2k.h: Similarly.
6800         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
6801
6802 2003-05-29  Roger Sayle  <roger@eyesopen.com>
6803
6804         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
6805         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
6806         (expand_unreachable_stmt): Expand unreachable while statements
6807         using genrtl_do_stmt_1.
6808
6809 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
6810
6811         * config/mips/mips-protos.h (mips_output_load_label): Declare.
6812         * config/mips/mips.c (mips_output_load_label): New function.
6813         (mips_output_conditional_branch): Use it.
6814         * config/mips/mips.md (jump): And here.
6815
6816 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
6817
6818         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
6819         (xtensa_split_operand_pair): New proto.
6820         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
6821         (smalloffset_double_mem_p): Delete.
6822         (gen_float_relational, printx, print_operand, xtensa_va_arg):
6823         Fix whitespace.
6824         (xtensa_split_operand_pair): New.
6825         (xtensa_dbx_register_number): Fix formatting.
6826         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
6827         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
6828         instead of splitting them into single-word moves.  Remove unnecessary
6829         checks for reload_in_progress and reload_completed.
6830         (movdi_internal, movdf_internal): Change to post-reload split patterns.
6831         Add constraints to allow constant operands.
6832         (movsf_internal): Allow CONST_INT operands.
6833
6834 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
6835
6836         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
6837         fragment i386/x-mingw32.
6838         * config/i386/x-mingw32: New file. Make local_includedir
6839         relative to EXEC_PREFIX.
6840
6841 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
6842
6843         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
6844         (MD_STARTFILE_PREFIX): Define.
6845
6846 2003-05-27  Denis Chertykov  <denisc@overta.ru>
6847
6848         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
6849         VOIDmode.
6850         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
6851         call of cselib_invalidate_regno.
6852
6853 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
6854
6855         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
6856         -lthread to -lpthread.
6857
6858 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6859             Bruce Korb  <bkorb@gnu.org>
6860             Arno Klaassen  <arno@heho.snv.jussieu.fr>
6861
6862         * fixinc/inclhack.def: Add missing declaration of getpagesize()
6863         to unistd.h on Solaris 2.5.1.
6864         Fix prototype of recv() and send() in sys/socket.h on
6865         Solaris 2.5.1 and 2.6.
6866         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
6867         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
6868         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
6869         * fixinc/fixincl.x: Regenerate.
6870
6871 2003-05-27  Jason Merrill  <jason@redhat.com>
6872
6873         * tree.c (expr_first, expr_length): New fns.
6874         * tree.h: Declare them.
6875
6876         * tree.c (iterative_hash_expr): Hash commutative expressions
6877         consistently.
6878
6879 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6880
6881         * tree.h (contains_placeholder_p): Now returns bool.
6882         (CONTAINS_PLACEHOLDER_P): New macro.
6883         (type_contains_placeholder_p): New function.
6884         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
6885         (contains_placeholder_p): Now returns bool.
6886         Rework to use CONTAINS_PLACEHOLDER_P macro.
6887         (type_contains_placeholder_p): New function.
6888         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
6889         type_contains_placeholder_p.
6890         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
6891         Use CONTAINS_PLACEHOLDER_P macro.
6892         * builtins.c (fold_builtin): Likewise.
6893         * calls.c (initialize_argument_information): Likewise.
6894         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
6895         * explow.c (expr_size): Likewise.
6896         * expr.c (store_constructor, get_inner_reference): Likewise.
6897         * function.c (assign_parms): Likewise.
6898         * stor-layout.c (variable_size): Likewise.
6899
6900 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
6901
6902         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
6903         attribute.
6904
6905 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6906
6907         * doc/contrib.texi (Contributors): Update Kean Johnston.
6908
6909 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
6910
6911         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
6912
6913 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6914
6915         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
6916         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
6917         Replace "GNU CC" with "GCC".
6918
6919 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
6920
6921         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
6922         intermediate computation.
6923
6924 2003-05-23  Eric Christopher  <echristo@redhat.com>
6925
6926         * config/mips/mips.md (clzsi, clzdi): New patterns.
6927
6928 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
6929
6930         * gcc.c (default_compilers): Use -o to specify preprocessor's output
6931         file.  Make -no-integrated-cpp work when building PCH files.
6932         * objc/lang-specs.h: Likewise.
6933
6934 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6935
6936         * fixinc/Makefile.in: Correct description.
6937         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
6938         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
6939         fixinc/genfixes: Replace "GNU CC" with "GCC".
6940
6941 2003-05-23  Roger Sayle  <roger@eyesopen.com>
6942
6943         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
6944         builtin functions (and their __builtin_* variants).
6945         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
6946         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
6947         optimizing.
6948
6949         * doc/extend.texi: Document new tan and atan builtins, and
6950         their float and long double variants.
6951
6952 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
6953
6954         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
6955         __sparcv9 in the TARGET_ARCH64 case.
6956
6957 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
6958
6959         * i386.c (ix86_reorg): Calls are also jumps.
6960
6961 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
6962
6963         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
6964         note containing an EXPR_LIST, process all the arguments.
6965
6966 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
6967                                Andreas Jaeger  <aj@suse.de>
6968
6969         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
6970         do not use assertion.
6971
6972 2003-05-23  Mike Stump  <mrs@apple.com>
6973
6974         * tlink.c (scan_linker_output): Add support for darwin linker, as it
6975         emits unresolved symbols one per line, consuming the entire line.
6976
6977 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
6978             Zack Weinberg <zack@codesourcery.com>
6979
6980         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
6981         * config/m68k/m68k.c (m68k_output_function_prologue):
6982         Remove code under #if NEED_PROBE.
6983         * config/m68k/m68k.h: Don't define NEED_PROBE.
6984         * config/m68k/m68k.md: Remove "probe" insn.
6985         * doc/md.texi: Remove documentation of "probe" pattern.
6986
6987 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
6988
6989         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
6990
6991 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6992
6993         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
6994         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
6995
6996 2003-05-22  Roger Sayle  <roger@eyesopen.com>
6997
6998         * real.c (real_maxval): New function to return the largest finite
6999         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
7000         * real.h (real_maxval): Prototype here.
7001         * fold-const.c (fold_inf_compare): Transform comparisons against
7002         +-Infinity into comparisons against DBL_MAX (or equivalent).
7003
7004 2003-05-22  Mike Stump  <mrs@apple.com>
7005
7006         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
7007         default.
7008
7009 2003-05-22  DJ Delorie  <dj@redhat.com>
7010
7011         * calls.c (expand_call): If the arg block is going to grow
7012         downward, we need argblock to point to the top of the block,
7013         not the bottom.
7014
7015 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7016
7017         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
7018
7019         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
7020         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
7021
7022 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7023
7024         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
7025         * m68k.c: Likewise.
7026         * m68k.h: Likewise.
7027
7028 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
7029
7030         PR other/2873
7031         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
7032         expressions to prevent triggering on recent curses.h,
7033         linux/nls.h, or X11/Xlib.h.
7034         (stdio_va_list): Add _G_va_list to bypass pattern.
7035         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
7036         * fixinc/fixincl.x: Regenerate.
7037
7038 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
7039
7040         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
7041         switches when --target-help option is specified.
7042
7043 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7044
7045         PR bootstrap/10805
7046         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
7047         failure with Sun assembler 5.0 Alpha 03/27/98.
7048
7049 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
7050
7051         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
7052         to match system compiler convention.
7053
7054 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7055
7056         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
7057         value, not just if defined.
7058         Update copyright year.
7059
7060 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7061
7062         PR target/6428
7063         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
7064         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
7065         option is used without `-static'.
7066         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
7067         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
7068
7069 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
7070
7071         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
7072         TARGET_SERIALIZE_VOLATILE): Delete.
7073         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
7074         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
7075         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
7076         "-mno-serialize-volatile".
7077         * config/xtensa/xtensa.c (print_operand): Remove checks of
7078         TARGET_SERIALIZE_VOLATILE.
7079         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
7080         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
7081         "-mserialize-volatile" and "-mno-serialize-volatile" options.
7082
7083 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
7084
7085         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
7086         (nested_function): Likewise.
7087         (notype_nested_function): Likewise.
7088
7089 2003-05-21  Nick Clifton  <nickc@redhat.com>
7090
7091         * config/stormy16/stormy-abi: Update overflow type for
7092         R_XSTORMY16_16 reloc.
7093
7094 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
7095
7096         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
7097         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
7098         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
7099         * print-tree.c (print_node): Remove ambient-boundedness.
7100         * tree.h (tree_common): Remove bounded_flag.
7101         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
7102         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
7103         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
7104         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
7105         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
7106         Remove.
7107         (TYPE_QUALS): Remove BOUNDED.
7108         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
7109         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
7110         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
7111         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
7112         VA_LIST_POINTER_DEPTH): Remove.
7113         (struct tree_type): Remove pointer_depth.
7114
7115 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7116
7117         * c-pretty-print.c (pp_c_integer_literal): Use
7118         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
7119
7120 2003-05-20  Roger Sayle  <roger@eyesopen.com>
7121             Kazu Hirata  <kazu@cs.umass.edu>
7122             Joern Rennecke  <joern.rennecke@superh.com>
7123
7124         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
7125         setcc and jump, if they exist.  If substituted instruction
7126         fails to validate, store current effort in a REG_EQUAL note.
7127         (cprop_insn): Don't attempt further substitutions if the
7128         current instruction has been deleted.
7129         (local_cprop_pass): Likewise.
7130
7131         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
7132         one is attached to the jump instruction.
7133         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
7134
7135 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
7136
7137         PR c++/9738
7138         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
7139         even if not first.
7140
7141 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7142
7143         * genautomata.c (output_description, output_automaton_units,
7144         output_state_arcs): Add missing specifiers.
7145
7146 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
7147
7148         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
7149         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
7150         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
7151         (nsau): Rename to do_nsau.  Provide alternate version for use when
7152         the NSAU instruction is available.
7153         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
7154         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
7155         * config/xtensa/xtensa-config.h: Update comments to match binutils.
7156         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
7157         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
7158         (TARGET_ABS, TARGET_ADDX): Define.
7159         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
7160         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
7161         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
7162         *subx8): Set predicate condition to TARGET_ADDX.
7163         (abssi2): Set predicate condition to TARGET_ABS.
7164         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
7165         "-maddx", and "-mno-addx" options.
7166         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
7167
7168 2003-05-20  Kevin Ryde <user42@zip.com.au>
7169             Wolfgang Bangerth <bangerth@dealii.org>
7170
7171         PR/10355
7172         * doc/extend.texi: Put a warning into the documentation
7173         of attribute regparm.
7174
7175 2003-05-20  Jason Merrill  <jason@redhat.com>
7176
7177         * tree.c (expr_last): New fn.
7178         * tree.h: Declare it.
7179         * objc/objc-act (expr_last): Rename to objc_expr_last.
7180
7181 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
7182
7183         * sh.c (sh_register_move_cost): Add clase for moving between
7184         FP registers and MAC registers.
7185
7186 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
7187
7188         * pa/milli64.S ($$mulI): Fix typo.
7189
7190 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
7191
7192         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
7193         (nonlocal_set_p): Remove initial blank line.
7194         * dwarf2out.c (simple_type_size_in_bits): Likewise.
7195         * et-forest.c (et_forest_create): Likewise.
7196         * explow.c (stabilize): Likewise.
7197         * fix-header.c (write_lbrac): Likewise.
7198         * graph.c (start_fct, node_data): Likewise.
7199         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
7200         * rtlanal.c (global_reg_mentioned_p): Likewise.
7201         * tree.c (bit_position): Likewise.
7202
7203 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
7204
7205         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
7206         -lthread to -lpthread.
7207
7208 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
7209
7210         * c-opts.c (c_common_decode_option): Don't accept dollars
7211         as identifier characters in assembly.
7212         * doc/cpp.texi: Document this.
7213
7214 2003-05-19  Seth Arnold  <sarnold@wirex.com>
7215             Aldy Hernandez  <aldyh@redhat.com>
7216
7217         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
7218         vrsave_size twice.
7219
7220 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
7221
7222         * doc/tm.texi (function_arg): Fix typo.
7223
7224 2003-05-19  Matt Austern  <austern@apple.com>
7225
7226         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
7227         * c-common.h (warn_invalid_offsetof): Declare.
7228         * c-common.c (warn_invalid_offsetof): Define.
7229         * doc/invoke.texi: Document -Winvalid-offsetof.
7230         * testsuite/g++.dg/other/offsetof3.C: New.
7231         * testsuite/g++.dg/other/offsetof4.C: New.
7232
7233 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
7234             David Edelsohn  <edelsohn@gnu.org>
7235
7236         * config/rs6000/rs6000.c (rs6000_alignment_string,
7237         rs6000_alignment_flags): New variables.
7238         (rs6000_parse_alignment_option): New function.
7239         (rs6000_override_options): Call it.
7240         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
7241         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
7242         macros.
7243         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
7244         natural alignment if TARGET_NATURAL_ALIGNMENT
7245         (ROUND_TYPE_ALIGN): Always use default record alignment if
7246         TAGET_NATURAL_ALIGNMENT.
7247         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
7248         (ROUND_TYPE_ALIGN): Same.
7249         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
7250         (ROUND_TYPE_ALIGN): Same.
7251         * doc/invoke.texi (Option Summary, PowerPC Options): Document
7252         new options.
7253
7254 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
7255
7256         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
7257         of a function using ASMSPEC, prepend a star.
7258
7259 2003-05-19  Jason Merrill  <jason@redhat.com>
7260
7261         * tree-inline.c (copy_body_r): Avoid generating &* during inline
7262         substitution.
7263
7264 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
7265
7266         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
7267         not mark assignments to the hard frame pointer as being stack
7268         frame related.
7269         (xstormy16_expand_epilogue): Mark adjustments to the stack
7270         pointer as being stack frame related.
7271
7272 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7273
7274         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
7275         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
7276         (PREDICATE_CODES): Add hilo_operand.
7277         * config/mips/mips.c (hilo_operand): New predicate.
7278         (mips_adjust_insn_length): Account for the number nops that might
7279         be needed to avoid hardware hazards.
7280         * config/mips/mips.md (dslot): Remove attribute.
7281         (hazard): New attribute.
7282         (can_delay): Use it.  Check for calls, branches & jumps.
7283         (muldi3): Use the standard dmult pattern for mips16 code.
7284         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
7285
7286 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7287
7288         * config/mips/mips-protos.h (final_prescan_insn,
7289         mips_count_memory_refs, mips_fill_delay_slot): Remove.
7290         * config/mips/mips.h (delay_type, dslots_load_total,
7291         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
7292         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
7293         mips_load_reg3, mips_load_reg4): Remove.
7294         (MASK_STATS): Remove.
7295         (MASK_EXPLICIT_RELOCS): Reuse its value.
7296         (TARGET_STATS): Remove.
7297         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
7298         Warn that -mstats is now ignored.
7299         (FINAL_PRESCAN_INSN): Undefine.
7300         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
7301         (ASM_OUTPUT_REG_POP): Likewise.
7302         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
7303         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
7304         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
7305         mips_fill_delay_slot, mips_count_memory_refs,
7306         final_prescan_insn): Remove.
7307         (output_block_move): Remove calls to mips_count_memory_refs.
7308         (print_operand): Remove printing of #nop for TARGET_STATS.
7309         (mips_output_function_epilogue): Remove TARGET_STATS code.
7310         Reorganize setting of fnnmae.
7311         * config/mips/mips.md: Remove handling of dslot statistics
7312         throughout file.  Change all fcmp patterns into normal asm
7313         templates, removing calls to mips_fill_delay_slot.
7314         * doc/invoke.texi: Remove documentation of -mstats.
7315
7316 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7317
7318         * config/mips/mips.c (mips_class_max_nregs): Return the number of
7319         words in the mode.
7320
7321 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
7322
7323         * config/mips/mips.c (override_options): Disable explicit
7324         relocs for old ABIs unless using gas.
7325
7326 2003-05-18  Eric Christopher  <echristo@redhat.com>
7327
7328         * config/mips/mips.h: Remove definition of g_switch_value.
7329
7330 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
7331
7332         * flags.h (g_switch_value): Change to an unsigned
7333         HOST_WIDE_INT.
7334         * toplev.c (g_switch_value): Likewise.
7335
7336         * config/alpha/alpha.c (small_symbolic_operand): Remove
7337         g_switch_value cast.
7338         (alpha_in_small_data_p): Cast size to an unsigned
7339         HOST_WIDE_INT.
7340
7341         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
7342         unsigned HOST_WIDE_INT.
7343         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
7344         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
7345
7346         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
7347         unsigned HOST_WIDE_INT.
7348         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
7349         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
7350         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
7351
7352         * config/rs6000/rs6000.c (rs6000_file_start): Use
7353         HOST_WIDE_INT_PRINT_UNSIGNED.
7354         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
7355         (rs6000_elf_in_small_data_p): Cast size to unsigned
7356         HOST_WIDE_INT.
7357         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
7358         Remove.
7359         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
7360         g_switch_set.
7361         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
7362         g_switch_value cast.
7363
7364 2003-05-18  Roger Sayle  <roger@eyesopen.com>
7365             Zack Weinberg  <zack@codesourcery.com>
7366
7367         PR middle-end/10472
7368         * builtins.c (expand_builtin_memcpy):  Call force_operand on
7369         expressions and use simplify_gen_binary to create the addition.
7370
7371 2003-05-18  Andreas Schwab  <schwab@suse.de>
7372
7373         * config/m68k/m68k.md: Use define_constants for unspec numbers.
7374
7375 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
7376
7377         * config/sparc/sparc.h: Define sparc for now.
7378
7379 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7380
7381         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
7382
7383         * config/stormy16/stormy16.h: Remove about 3000 lines of
7384         target-independent comments.  Update copyright notice.
7385
7386         * doc/collect2.texi: GNU CC -> GCC.
7387         * doc/headerdirs.texi: GNU CC -> GCC.
7388
7389 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
7390
7391         * hashtable.h (struct ht_identifier): Add data member "hash_value".
7392         * hashtable.c (ht_lookup): Use it when searching, remember.
7393         (ht_expand): Do not recompute.
7394         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
7395
7396 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
7397
7398         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
7399
7400 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
7401
7402         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
7403         Default here.
7404         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
7405         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
7406         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
7407         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
7408         config/arm/linux-elf.h, config/arm/rtems-elf.h,
7409         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
7410         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
7411         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
7412         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
7413         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
7414         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
7415         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
7416         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
7417         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
7418         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
7419         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
7420         Don't define __ELF__.
7421         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
7422         Define __ELF__.
7423         * doc/cpp.texi: Document __ELF__.
7424         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
7425
7426 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7427
7428         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
7429         always use stdarg.
7430         * c-errors.c (pedwarn_c99): Likewise.
7431         * c-format.c (status_warning): Likewise.
7432         * c-semantics.c (build_stmt): Likewise.
7433         * calls.c (emit_library_call, emit_library_call_value): Likewise.
7434         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
7435         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
7436         * diagnostic.c (build_message_string, output_printf,
7437         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
7438         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
7439         error_with_decl, fnotice): Likewise.
7440         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
7441         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
7442         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
7443         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
7444         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
7445         dw2_asm_output_encoded_addr_rtx): Likewise.
7446         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
7447         * errors.c (warning, error, fatal, internal_error): Likewise.
7448         * final.c (output_operand_lossage, asm_fprintf): Likewise.
7449         * fix-header.c (fatal): Likewise.
7450         * gcc.c (fatal, error, notice): Likewise.
7451         * gcov.c (fnotice): Likewise.
7452         * genattrtab.c (attr_rtx, attr_printf): Likewise.
7453         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
7454         * gensupport.c (message_with_line): Likewise.
7455         * mips-tfile.c (fatal, error): Likewise.
7456         * protoize.c (notice): Likewise.
7457         * ra-debug.c (ra_debug_msg): Likewise.
7458         * read-rtl.c (fatal_with_file_and_line): Likewise.
7459         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
7460         * tree.c (build, build_nt, build_function_type_list): Likewise.
7461
7462 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7463
7464         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
7465         * gcc.c (cpp_predefines): Remove.
7466         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
7467         (static_specs): Remove predefines.
7468         * system.h: Poison CPP_PREDEFINES.
7469         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
7470         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
7471
7472 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7473
7474         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
7475         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
7476         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
7477         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
7478
7479 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7480
7481         PR c/9209
7482         * c-common.c, c-common.h (dollars_in_ident): Remove.
7483         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
7484         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
7485         * cpphash.h (warned_dollar): Rename warn_dollars.
7486         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
7487         Permit dollars regardless of -std=.
7488         (post_options): Set warn_dollars.
7489         * cpplex.c (forms_identifier_p): Use warn_dollars.
7490         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
7491         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
7492         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
7493         Update documentation.
7494
7495 2003-05-17  Andreas Schwab  <schwab@suse.de>
7496
7497         * config/m68k/m68k.c (m68k_output_function_prologue): Use
7498         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
7499         formatting a HOST_WIDE_INT.
7500         (m68k_output_function_epilogue): Likewise.
7501
7502 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
7503
7504         * doc/install.texi: Remove information about desupported targets.
7505
7506 2003-05-17  Andreas Schwab  <schwab@suse.de>
7507
7508         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
7509         * config/m68k/linux.h: Likewise.
7510         * config/m68k/m68k-none.h: Likewise.
7511         * config/m68k/netbsd-elf.h: Likewise.
7512         * config/m68k/sgs.h: Likewise.
7513         * config/m68k/m68k.h: Likewise.
7514         * config/m68k/m68k.md: Likewise.
7515         * config/m68k/m68k.c: Likewise.
7516         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
7517         constraints.
7518         * doc/invoke.texi (Option Summary): Remove -mfpa.
7519         (M680x0 Options): Likewise.
7520
7521 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
7522
7523         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
7524
7525 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7526
7527         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
7528         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
7529         config/sparc/rtemself.h, config/sparc/sol2-64.h,
7530         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
7531         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
7532
7533 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7534
7535         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
7536         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
7537
7538 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7539
7540         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
7541         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
7542         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
7543         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
7544         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
7545         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
7546         sparc/sysv4.h,
7547         * sparc/sysv4-only.h: New.
7548
7549 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
7550
7551         * function.c (assign_parms): Check for zero size args.
7552
7553 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7554
7555         * cfgloopanal.c (test_for_iteration): Use string concatentation on
7556         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
7557         function calls into one.
7558         * dbxout.c (dbxout_symbol): Likewise.
7559         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
7560         * dwarf2asm.c (dw2_asm_output_data_uleb128,
7561         dw2_asm_output_data_sleb128): Likewise.
7562         * genrecog.c (debug_decision_2): Likewise.
7563         * loop.c (emit_prefetch_instructions): Likewise.
7564         * print-rtl.c (print_rtx): Likewise.
7565         * print-tree.c (print_node_brief, print_node): Likewise.
7566         * ra-debug.c (dump_igraph, dump_graph_cost,
7567         dump_static_insn_cost): Likewise.
7568         * ra-rewrite.c (dump_cost): Likewise.
7569         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
7570         * sreal.c (dump_sreal): Likewise.
7571         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
7572         * varasm.c (assemble_vtable_entry): Likewise.
7573
7574         * avr.c (avr_output_function_prologue,
7575         avr_output_function_epilogue, print_operand): Fix format specifier
7576         warnings.
7577         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
7578         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
7579
7580 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
7581
7582         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
7583         and ! TARGET_STRING cases.
7584
7585         * doc/cppopts.texi (-undef): Fix texinfo warning.
7586
7587         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
7588         * cppfiles.c (validate_pch): When -H is used, print some information
7589         about PCH files found.
7590
7591 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7592
7593         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
7594         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
7595         * config/mips/t-sr71k: Likewise.
7596
7597 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7598
7599         * arc.c (arc_output_function_prologue,
7600         arc_output_function_epilogue): Fix format specifier warnings.
7601         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
7602
7603         * v850.c (print_operand): Fix format specifier warnings.
7604
7605         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
7606         specifier warnings.
7607
7608         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
7609         format specifier warnings.
7610
7611         * ip2k.c (function_prologue, function_epilogue, print_operand):
7612         Fix format specifier warnings.
7613         * ip2k.md: Likewise.
7614
7615         * i960.c (i960_output_function_prologue, i960_print_operand,
7616         i960_print_operand_addr): Fix format specifier warnings.
7617
7618         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
7619         (i370_output_function_prologue): Fix format specifier warnings.
7620         * i370.h (PRINT_OPERAND): Likewise.
7621
7622         * fr30.c (fr30_print_operand): Fix format specifier warnings.
7623
7624         * dsp16xx.c (print_operand_address): Fix format specifier warning.
7625         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
7626
7627         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
7628         specifier warnings.
7629
7630         * alpha.c (print_operand_address, alpha_start_function,
7631         unicosmk_output_ssib): Use string concatentation on
7632         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
7633         function calls into one.
7634         * arm.c (arm_print_operand): Likewise.
7635         * cris.c (cris_asm_output_mi_thunk): Likewise.
7636         * frv.c (frv_asm_output_mi_thunk): Likewise.
7637         * ia64.c (ia64_print_operand, process_set): Likewise.
7638         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
7639         Likewise.
7640         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
7641         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
7642         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
7643         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
7644         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
7645         * s390.c (s390_assemble_integer): Likewise.
7646         * sparc.c (sparc_flat_function_prologue,
7647         sparc_flat_function_epilogue): Likewise.
7648         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
7649         * vax.c (vax_output_mi_thunk): Likewise.
7650
7651         * frv.c (frv_print_operand_memory_reference): Fix format specifier
7652         warning.
7653         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
7654
7655         * m68k.c (m68k_output_function_epilogue): Fix format specifier
7656         warnings.
7657
7658         * stormy16-protos.h (xs_hi_general_operand,
7659         xs_hi_nonmemory_operand): Prototype.
7660         * stormy16.c (xstormy16_output_shift): Fix format specifier
7661         warnings.
7662
7663         * cris.c: Fix format specifier warnings.
7664
7665 2003-05-16  Nick Clifton  <nickc@redhat.com>
7666
7667         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
7668
7669 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
7670
7671         * doc/bugreport.texi: Remove most of the of the preface of the
7672         bugs section.
7673
7674 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
7675
7676         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
7677         .save XX, r0.
7678
7679 2003-05-15  Roger Sayle  <roger@eyesopen.com>
7680
7681         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
7682
7683 2003-05-15  Eric Christopher  <echristo@redhat.com>
7684
7685         * cfgcleanup.c (merge_blocks): Fix return value.
7686
7687 2003-05-15 Eric Christopher <echristo@redhat.com>
7688
7689         * combine.c (expand_compound_operation): Make sure
7690         that zero_extend operation is profitable.
7691
7692 2003-05-15  Richard Henderson  <rth@redhat.com>
7693
7694         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
7695         code protected by USE_GNULIBC_1.
7696
7697 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
7698
7699         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
7700         remove hppa*-*-mpeix* which could not be built, and prune
7701         files from tmake_file= or tm_file= lists that don't exist.
7702
7703         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
7704         * config/alpha/t-interix, config/arm/conix-elf.h
7705         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
7706         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
7707         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
7708         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
7709         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
7710         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
7711         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
7712         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
7713         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
7714         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
7715         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
7716         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
7717         * config/m68k/tower-as.h, config/m68k/tower.h
7718         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
7719         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
7720         * config/m88k/m88k-protos.h, config/m88k/m88k.c
7721         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
7722         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
7723         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
7724         * config/mips/rtems64.h, config/mips/sni-gas.h
7725         * config/mips/sni-svr4.h, config/mips/t-ecoff
7726         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
7727         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
7728         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
7729         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
7730         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
7731         * config/romp/romp-protos.h, config/romp/romp.c
7732         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
7733         * config/rs6000/aix3newas.h, config/rs6000/mach.h
7734         * config/sparc/bsd.h, config/sparc/hal.h
7735         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
7736         * config/sparc/lynx.h, config/sparc/netbsd.h
7737         * config/sparc/sp86x-aout.h, config/sparc/splet.h
7738         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
7739         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
7740         * config/sparc/t-halos, config/sparc/t-sparcbare
7741         * config/sparc/t-splet, config/sparc/t-sunos41
7742         * config/v850/rtems.h: Delete file.
7743
7744 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
7745
7746         * config/rs6000/rs6000-protos.h (function_value): Protoize.
7747
7748         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
7749
7750         * config/rs6000/rs6000.c (rs6000_function_value): New.
7751
7752 2003-05-15  Philip Blundell  <philb@gnu.org>
7753
7754         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
7755         All uses updated.
7756         (arm_tune_xscale): New variable.
7757         (arm_override_options): Set it.
7758         (arm_adjust_cost): Use it in place of arm_arch_xscale.
7759         (arm_gen_load_multiple): Likewise.
7760         (arm_gen_store_multiple): Likewise.
7761         * config/arm/arm.md (is_xscale): Likewise.
7762         * config/arm/arm.h (arm_tune_xscale): Declare.
7763
7764 2003-05-15  Philip Blundell  <philb@gnu.org>
7765
7766         PR target/10730
7767         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
7768         involving invalid constants.
7769
7770 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7771
7772         * pa.c (hppa_expand_prologue): Remove blockage.
7773
7774 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
7775
7776         * doc/bugreport.texi: Remove most of the bug reporting
7777         instructions and merge them into bugs.html.
7778
7779 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
7780
7781         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
7782         g_switch_value to unsigned HOST_WIDE_INT.
7783
7784 2003-05-14  Eric Christopher  <echristo@redhat.com>
7785
7786         * combine.c: Fix header comments.
7787         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
7788         to all calls and prototype.
7789
7790 2003-05-14  Roger Sayle  <roger@eyesopen.com>
7791
7792         PR optimization/10764
7793         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
7794         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
7795         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
7796         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
7797         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
7798         the corresponding *fyl2x_?fxf3 instructions.
7799
7800 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
7801
7802         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
7803         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
7804         XCHAL_HAVE_L32R): New.
7805         * config/xtensa/xtensa-protos.h (non_const_move_operand,
7806         xtensa_load_constant, xtensa_function_prologue,
7807         xtensa_function_epilogue): Delete prototypes.
7808         (xtensa_expand_prologue): New.
7809         * config/xtensa/xtensa.c (frame_size_const,
7810         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
7811         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
7812         xtensa_function_prologue): Delete.
7813         (add_operand, xtensa_mem_offset): Formatting.
7814         (move_operand): If the const16 option is available, allow any SFmode
7815         and SImode constants.
7816         (xtensa_emit_move_sequence): Inline the former contents of
7817         xtensa_load_constant with modifications to handle the const16 option.
7818         (override_options): Add xtensa_char_to_class['W'] and set it to
7819         the general register class only if the const16 option is enabled.
7820         Fix formatting.  Disallow PIC when using the const16 option.
7821         (print_operand): Reorganize to switch on "letter" instead of the
7822         RTL code.  Add output_operand_lossage calls for invalid cases.
7823         Add support for 't' and 'b' letters.
7824         (xtensa_expand_prologue): New function to replace
7825         xtensa_function_prologue and xtensa_reorg.
7826         (xtensa_function_epilogue): Declare this as static.  Delete code
7827         to print the retw.n or retw instruction.
7828         (xtensa_return_addr): Use A0_REG instead of 0.
7829         (xtensa_rtx_costs): Add costs for using the const16 option.
7830         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
7831         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
7832         (TARGET_SWITCHES): Add "const16" and "no-const16".
7833         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
7834         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
7835         using the const16 option.
7836         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
7837         (TRAMPOLINE_SIZE): Change from 49 to 59.
7838         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
7839         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
7840         when using the const16 option.
7841         (PREDICATE_CODES): Delete non_const_move_operand.
7842         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
7843         UNSPECV_ENTRY.
7844         (movdi, movdf): If the source is a constant, always expand to a
7845         sequence of movsi insns.
7846         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
7847         (movsi_internal, movsf_internal): Add alternative using const16 insns.
7848         (movsf): Add const16 support.
7849         (entry, prologue, epilogue): New.
7850         (set_frame_ptr): Add missing mode for unspec_volatile operation.
7851         Likewise for subsequent split pattern.
7852         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
7853         "-mconst16" and "-mno-const16" options.
7854
7855 2003-05-14  Richard Henderson  <rth@redhat.com>
7856
7857         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
7858         to be DImode register.  Merge load_symptr.
7859         * config/ia64/ia64.md (load_symptr): Remove.
7860
7861 2003-05-14  Richard Henderson  <rth@redhat.com>
7862
7863         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
7864         DEFERRED_CONSTANT_P.
7865         * integrate.c (copy_rtx_and_substitute): Update use.
7866         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
7867         to the copy generated.
7868         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
7869         of the constant to see if we should emit.
7870         (mark_constant): Similarly.
7871         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
7872
7873 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
7874
7875         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
7876         move record condition.
7877         (movdi_internal2): Same.
7878
7879 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
7880
7881         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
7882         (GCOV_TAG_*) Force type to gcov_unsigned_t.
7883         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
7884         (struct gcov_var): Remove modified. Add start, length, offset,
7885         overread. Have buffer array for libgcov.
7886         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
7887         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
7888         * gcov-io.c (gcov_open): Set mode, do not read anything.
7889         (gcov_close): Write final block.
7890          (gcov_write_block, gcov_allocate): New.
7891         (gcov_write_bytes): Make static. Write or allocate buffer.
7892         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
7893         null.
7894         (gcov_write_string): Adjust.
7895         (gcov_write_tag)
7896         (gcov_write_length): Adjust. Flush the block.
7897         (gcov_write_tag_length): Buffer can never be null.
7898         (gcov_read_bytes): Make static. Read in block.
7899         (gcov_sync): Moved here. Adjust.
7900         (gcov_seek): Moved here. Adjust.
7901         * coverage.c (read_counts_file): Adjust.
7902         * gcov-dump.c (print_prefix): Add position parameter.
7903         (flag_dump_positions): New flag.
7904         (options, main, print_usage): Add it.
7905         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
7906         tag_summary): Adjust.
7907         * gcov.c (read_graph_file, read_count_file): Adjust.
7908         * libgcov.c (gcov_exit): Adjust.
7909
7910         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
7911         (libgcov.a): Depend on libgcc.a.
7912         (gcov.o, gcov-dump.o): Add gcov-io.c.
7913         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
7914
7915         * loop.c (check_dbra_loop): Factor common test.
7916
7917 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
7918
7919         * doc/md.texi (Automaton pipeline description): Grammar fixes.
7920
7921 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
7922
7923         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
7924         (TARGET_INITIALIZER): Include it.
7925         * target.h (struct gcc_target): Add machine_dependent_reorg field.
7926         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
7927         * system.h: Poison MACHINE_DEPENDENT_REORG.
7928
7929         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
7930         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
7931         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7932         (alpha_handle_trap_shadows): Remove "first insn" parameter.
7933         (alpha_align_insns): Likewise.
7934         (alpha_reorg): Likewise.  Make static.  Update calls to above
7935         functions.
7936
7937         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
7938         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
7939         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7940         (arm_reorg): Remove parameter.  Make static.
7941
7942         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
7943         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
7944         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7945         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
7946         Remove parameter.
7947
7948         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
7949         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
7950         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7951         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
7952         Remove parameter.
7953
7954         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
7955         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
7956         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
7957
7958         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
7959         * config/frv/frv.c: Remove orphaned comment.
7960
7961         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
7962         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
7963         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7964         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
7965         Remove parameter.
7966
7967         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
7968         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
7969         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7970         (emit_insn_group_barriers): Remove "first insn" parameter.
7971         (emit_all_insn_group_barriers): Likewise.
7972         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
7973         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
7974
7975         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
7976         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
7977         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7978         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
7979         Remove parameter.
7980
7981         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
7982         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
7983         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7984         (m68hc11_reorg): Make static.  Remove parameter.
7985
7986         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
7987         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
7988         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7989         (conditionalize_optimization): Remove parameter.
7990         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
7991         Make static.  Update call to conditionalize_optimization.
7992
7993         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
7994         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
7995         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7996         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
7997         Make static.
7998
7999         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
8000         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
8001         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8002         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
8003         Remove parameter.
8004
8005         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
8006         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
8007         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8008         (pa_combine_instructions): Remove "first insn" parameter.
8009         (remove_useless_addtr_insns): Likewise.
8010         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
8011
8012         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
8013         commented-out definition.
8014
8015         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
8016         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
8017         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8018         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
8019         Remove parameter.
8020
8021         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
8022         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
8023         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8024         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
8025         Remove parameter.
8026         (sh_output_mi_thunk): Call sh_reorg directly.
8027         * config/sh/sh.md: Update comment.
8028
8029         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
8030         commented-out definition.
8031
8032         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
8033         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
8034         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8035         (v850_reorg): Make static.  Remove parameter.
8036
8037         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
8038         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
8039         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
8040         (xtensa_reorg): Make static.  Remove parameter.
8041
8042         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
8043         (TARGET_MACHINE_DEPENDENT_REORG): Document.
8044
8045 2003-05-13  Richard Henderson  <rth@redhat.com>
8046
8047         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
8048         the old decl had instantiated DECL_RTL.
8049
8050 2003-05-13  Mike Stump  <mrs@apple.com>
8051
8052         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
8053
8054 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
8055
8056         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
8057         HOST_WIDE_INT argument.
8058
8059 2003-05-13  Jason Merrill  <jason@redhat.com>
8060
8061         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
8062
8063         * tree.c (iterative_hash_expr): New fn.
8064
8065         * c-semantics.c (emit_local_var): Don't mess with temp slots if
8066         there's no initializer.
8067
8068 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
8069
8070         * final.c (final_scan_insn): Apply the effects of frame-related
8071         delay slot insns before emitting a delayed branch.
8072
8073 2003-05-13  Nick Clifton  <nickc@redhat.com>
8074
8075         * config/mcore/mcore.md (jump): Use emit_jump_insn.
8076
8077 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8078
8079         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
8080         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
8081
8082 2003-05-12  DJ Delorie  <dj@redhat.com>
8083
8084         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
8085         (emit_push_insn): Don't use push when the source alignment is less
8086         than the stack's push rounding.
8087
8088 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
8089
8090         * diagnostic.c (output_format): Add support for %m.
8091         (output_printf, output_verbatim, diagnostic_set_info,
8092         verbatim): Set err_no field of the text_info structure being
8093         initialized.
8094         (fatal_io_error): Delete function.
8095         * diagnostic.h (text_info): Add err_no field.
8096         * toplev.h (fatal_io_error): Delete prototype.
8097
8098         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
8099         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
8100         * objc/objc-act.c: Replace all calls to fatal_io_error with
8101         calls to fatal_error; add ": %m" to the end of all the affected
8102         error messages.
8103
8104 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
8105
8106         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
8107         * rtl.h: Prototype it.
8108         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
8109         when appropriate.
8110
8111 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
8112
8113         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
8114         ("*iorsi3_oi"): Likewise.
8115
8116 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
8117
8118         * arm.md (compare_scc): Use shorter sequence for EQ case.
8119         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
8120         (and_scc_scc): Ensure split only applies when there is a dominance
8121         of the comparisons.
8122         (and_scc_scc_nodom): New insn-and-split pattern.
8123
8124 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
8125
8126         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
8127         to _Unwind_SetGRPtr().
8128
8129 2003-05-13  Michael Eager <eager@mvista.com>
8130
8131         * Makefile.in: Initialize program_transform_cross_name from
8132         @program_transform_name@ instead of target_alias.
8133
8134 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
8135             Alan Modra  <amodra@bigpond.net.au>
8136             Jakub Jelinek  <jakub@redhat.com>
8137
8138         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
8139         * configure: Rebuild.
8140         * config/rs6000/rs6000-protos.h: Update.
8141         * config/rs6000/rs6000.c (rs6000_tls_size): New.
8142         (rs6000_tls_size_string): New.
8143         (rs6000_parse_tls_size_option): New.
8144         (rs6000_legitimize_tls_address): New.
8145         (rs6000_tls_get_addr): New.
8146         (rs6000_got_sym): New.
8147         (rs6000_tls_symbol_ref): New.
8148         (rs6000_tls_symbol_ref_1): New.
8149         (rs6000_get_some_local_dynamic_name): New.
8150         (rs6000_get_some_local_dynamic_name_1): New.
8151         (TARGET_HAVE_TLS): New.
8152         (TARGET_CANNOT_FORCE_CONST_MEM): New.
8153         (rs6000_override_options): Handle -mtls-size option.
8154         (constant_pool_expr_1): Handle TLS symbols.
8155         (rs6000_legitimize_address): Handle TLS symbols.
8156         (rs6000_tls_referenced_p): New.
8157         (rs6000_legitimate_address): Handle TLS symbols.
8158         (rs6000_emit_move): Handle TLS symbols.
8159         (print_operand): Handle TLS symbols.
8160         (uses_TOC): Handle TLS symbols.
8161         (rs6000_emit_prologue): Use symbol for unspec constant.
8162         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
8163         (some_ld_name): New.
8164         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
8165         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
8166         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
8167         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
8168         Support TLS.
8169         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
8170         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
8171         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
8172         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
8173         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
8174         tls_tls_64): New.
8175         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
8176
8177 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
8178
8179         * Makefile.in (stage2_build, stage3_build, stage4_build):
8180         Set BUILD_CC to the same as CC.
8181
8182 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
8183
8184         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
8185
8186 2003-05-12  Andreas Schwab  <schwab@suse.de>
8187
8188         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
8189         as unused.
8190         (bundling): Initialize 'pos'.
8191         (ia64_expand_builtin): Initialize 'rmode'.
8192
8193 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
8194
8195         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
8196         (ASM_OUTPUT_ALIGNED_COMMON): Same.
8197         (ASM_OUTPUT_LOCAL): Same.
8198
8199 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
8200
8201         * varasm.c (output_constant):  Fix underflow.
8202
8203 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
8204
8205         PR other/10745
8206         * configure.in: Correct detection of GNU ld version number.
8207         * configure: Regenerated.
8208
8209 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
8210
8211         * diagnostic.c (diagnostic_for_decl): Take a
8212         diagnostic_context argument.  Restructure to be consistent
8213         with diagnostic_report_diagnostic.
8214         (diagnostic_count_diagnostic): Now static.  Take a
8215         diagnostic_info argument, not just a diagnostic_t.  Some code
8216         moved here from internal_error.  Move a case label for
8217         clarity.
8218         (diagnostic_action_after_output): New function.  Code moved
8219         here from internal_error and fatal_error.
8220         (bug_report_request): New #define so that this text appears in
8221         only one place.
8222         (diagnostic_report_diagnostic): Update to match changes to
8223         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
8224         (diagnostic_set_info): Call gettext here.
8225
8226         (pedwarn): Update comment.  Don't call gettext here.
8227         (sorry): Use report_diagnostic.  Don't call gettext here.
8228         (fatal_error): Remove final fnotice and exit, but call
8229         real_abort to prevent warnings about noreturn function returning.
8230         (internal_error): Likewise.  Don't do ICE suppression here nor
8231         call context->internal_error.
8232         (warning_with_decl): Suppress for decls in system headers.
8233         Adjust call to diagnostic_for_decl.
8234         (pedwarn_with_decl): Likewise.
8235         (error_with_decl): Adjust call to diagnostic_for_decl.
8236         (error_recursion): Use bug_report_request.
8237
8238         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
8239         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
8240         diagnostic_count_diagnostic.
8241
8242 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8243
8244         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
8245
8246 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
8247
8248         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
8249         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
8250         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
8251
8252 2003-05-12  Roger Sayle  <roger@eyesopen.com>
8253
8254         * doc/rtl.texi: Document zero_extract as a valid destination
8255         of a set insn.
8256
8257 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
8258
8259         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
8260         '.'.  Change all local symbol definitions and references to use LSYM.
8261
8262 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
8263
8264         * expr.h (assemble_static_space): Update prototype.
8265         * output.h (assemble_zeros, output_constant): Likewise.
8266         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
8267         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
8268         it 64bit clean.
8269         * elf.h (ASM_OTUPUT_SKIP): Likewise.
8270         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
8271         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8272         Expect HOST_WIDE_INT operand.
8273         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8274         Expect HOST_WIDE_INT operand.
8275         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8276         Expect HOST_WIDE_INT operand.
8277         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
8278         HOST_WIDE_INT operand.
8279         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
8280         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
8281         * aout.h (ASM_OTUPUT_SKIP): Likewise.
8282         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
8283         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
8284         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
8285         * frv.h (ASM_OTUPUT_SKIP): Likewise.
8286         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
8287         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8288         Make it 64bit
8289         clean.
8290         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
8291         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8292         Make it 64bit clean.
8293         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
8294         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
8295         HOST_WIDE_INT operand
8296         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8297         Expect HOST_WIDE_INT operand
8298         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
8299         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
8300         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
8301         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8302         Likewise.
8303         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
8304         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8305         Likewise.
8306         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8307         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8308         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8309         ASM_OUTPUT_SKIP): Likewise.
8310         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
8311         Likewise.
8312         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8313         ASM_OUTPUT_SKIP): Likewise.
8314         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8315         ASM_OUTPUT_SKIP): Likewise.
8316         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8317         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8318         ASM_OUTPUT_SKIP): Likewise.
8319         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
8320         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
8321         ASM_OUTPUT_SKIP): Likewise.
8322         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
8323         Likewise.
8324         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
8325         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
8326         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
8327         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
8328         ASM_OUTPUT_SKIP): Make it 64bit clean.
8329         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
8330         Make it 64bit clean.
8331         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
8332         ASM_OUTPUT_SKIP): Make it 64bit clean.
8333         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
8334         64bit clean.
8335         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8336         HOST_WIDE_INT argument
8337         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
8338         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8339         HOST_WIDE_INT argument
8340         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8341         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
8342         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8343         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8344         HOST_WIDE_INT argument
8345         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8346         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8347         * varasm.c (asm_output_bss, asm_output_aligned_bss,
8348         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
8349         HOST_WIDE_INT argument
8350
8351 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
8352
8353         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
8354         favor of walk_tree_without_duplicates.  Add comments.
8355
8356 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
8357
8358         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
8359         (struct alloc_pool_def): New element 'id'.
8360         * alloc-pool.c (fancy_abort): Extern function prototype.
8361         (abort): Macro which uses fancy_abort.
8362         (struct allocation_object_def): New structure.
8363         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
8364         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
8365         (last_id): New variable.
8366         (create_alloc_pool): Add the offset of u.data to size of element,
8367         increase and use last_id.
8368         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
8369         (pool_alloc): Likewise. Set ID for elements.
8370         (pool_free): Check whether the PTR was allocated from POOL.
8371
8372 2003-05-11  Richard Henderson  <rth@redhat.com>
8373
8374         PR c/10675
8375         * c-decl.c: Include hashtab.h.
8376         (detect_field_duplicates): New.
8377         (finish_struct): Use it.
8378         * Makefile.in (c-decl.o): Update.
8379         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
8380         (component_decl_list, component_decl_list2,
8381         components, components_notype): Build list in reverse order.
8382         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
8383
8384         * tree.c (chainon): Special case op2 null as well.
8385         Reorg for clarity.
8386
8387 2003-05-11  Roger Sayle  <roger@eyesopen.com>
8388
8389         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
8390         to implement log, logf and logl built-ins as inline x87 intrinsics.
8391         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
8392         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
8393         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
8394
8395         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
8396         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
8397
8398 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8399
8400         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
8401
8402         * sparc.c (print_operand): Fix uninitialized warning.
8403
8404 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8405
8406         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
8407         real insns.
8408         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
8409         condition.
8410
8411 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
8412
8413         * doc/cpp.texi: Fix typos.
8414
8415 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
8416
8417         * config/s390/s390.c (s390_function_arg_float): New function.
8418         (s390_function_arg_pass_by_reference): Use it.
8419         (s390_function_arg_advance): Likewise.
8420         (s390_function_arg): Likewise.
8421         (s390_va_arg): Likewise
8422
8423 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
8424
8425         * coverage.h (coverage_counter_alloc): New function.
8426         * function.h (struct function): Remove arc_profile flag.
8427         * coverage.c (fn_ident): Remove.
8428         (fn_b_ctrs, no_coverage): New.
8429         (get_coverage_counts): Use current_function_funcdef_no.
8430         (coverage_counter_alloc): New.
8431         (coverage_counter_ref): Adjust.
8432         (coverage_begin_output): Check no_coverage. Use
8433         current_function_funcdef_no.
8434         (coverage_end_function): Likewise.
8435         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
8436         than clearing flag_inline_functions. Do not clear arc_profile
8437         flag.
8438         * function.c (prepare_function_start): Do not set arc_profile
8439         flag.
8440         * profile.c (instrument_edges): Return number of instrumented
8441         edges. Use a for loop.
8442         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
8443         local to here and simplify. Use profile_arc_flag not arc_profile
8444         flag.
8445         (find_spanning_tree): Reformat.
8446         * toplev.c (rest_of_compilation): Use profile_arc_flags and
8447         flag_test_coverage rather than arc_profile flag.
8448
8449 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
8450
8451         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
8452
8453 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8454
8455         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
8456
8457 2003-05-11  Bruno Haible  <bruno@clisp.org>
8458
8459         * cppfiles.c (find_or_create_entry): Preserve errno.
8460
8461 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
8462
8463         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
8464         cpplib as it's a Standard Predefined Macro.
8465         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
8466         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
8467         __STDC_HOSTED__ appropriately.
8468         * cpplib.h (_cpp_init_builtins): Update.
8469         * fix-header.c (read_scan_file): Update.
8470         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
8471
8472 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8473
8474         PR C++/689
8475         PR C++/9257
8476         * c-opts.c (c_common_decode_option): Don't set
8477         warn_ctor_dtor_privacy wen -Wall.
8478         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
8479
8480 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
8481
8482         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
8483         patch.
8484
8485 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
8486
8487         * diagnostic.c: Reorder functions for clarity, putting all the
8488         functions in the "error" family next to each other, and
8489         likewise all the functions in the "error_with_decl" family.
8490         Some other routines were moved too.  Add comments.
8491         (vbuild_message_string): Fold into sole caller.
8492
8493
8494 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
8495
8496         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
8497         (EH_RETURN_HANDLER_RTX): Likewise.
8498         (expand_builtin_eh_return): Do not copy stack adjustment
8499         if EH_RETURN_STACKADJ_RTX is not defined.
8500         (expand_eh_return): Likewise.  Also, do not pass stack
8501         adjustment as argument to the eh_return pattern.
8502         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
8503         because EH_RETURN_STACKADJ_RTX is not defined.
8504         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
8505         is not defined, treat stack pointer like a regular register.
8506         (uw_init_context_1): Set up fake initial stack pointer register.
8507         (uw_install_context_1): Do not compute stack adjustment if
8508         EH_RETURN_STACKADJ_RTX is not defined.
8509
8510         * config/i386/i386.md ("eh_return"): Remove first argument.
8511         * config/mips/mips.md ("eh_return"): Likewise.
8512         * config/rs6000/rs6000.md ("eh_return"): Likewise.
8513         * config/sh/sh.md ("eh_return"): Likewise.
8514
8515         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
8516
8517 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
8518
8519         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
8520
8521 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
8522
8523         * defaults.h (GCOV_TYPE_SIZE): Remove.
8524         * gcov-io.h (gcov_type): Set to specific mode int on target.
8525         (gcov_unsigned_t, gcov_position_t): New.
8526         (GCOV_TYPE_NODE): New.
8527         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
8528         (GCOV_COUNTERS_SUMMABLE): New.
8529         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
8530         gcov_ctr_info, gcov_info): Adjust types.
8531         (gcov_var): Adjust types.
8532         (gcov_write_unsigned, gcov_write_tag,
8533         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
8534         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
8535         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
8536         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
8537         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
8538         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
8539         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
8540         __gcov_init, __gcov_merge_add): Adjust gcov types.
8541         * coverage.c (ctr_merge_functions): Constify.
8542         (ctr_names): New.
8543         (read_counts_file): Adjust gcov types. Only summarize & merge
8544         summable counters.
8545         (coverage_counter_ref): Use GCOV_TYPE_NODE.
8546         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
8547         build_ctr_info_value, build_gcov_info): Adjust types.
8548         * profile.c (branch_prob): Adjust gcov types.
8549         * gcov_dump (dump_file): Adjust gcov types.
8550
8551 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
8552
8553         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
8554         constants.
8555         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
8556         * arm.c (arm_select_dominance_cc_mode): Renamed from
8557         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
8558         Callers updated.
8559         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
8560
8561 2003-05-09  Roger Sayle  <roger@eyesopen.com>
8562
8563         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
8564         as unsigned to avoid signed/unsigned comparison warnings.
8565
8566 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
8567
8568         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
8569         instruction if the Xtensa density option is enabled.
8570
8571 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
8572
8573        * mklibgcc.in: Remove extra quotes.
8574
8575 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
8576
8577         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
8578         of int_ftype_void.
8579
8580 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
8581
8582         * reload1.c (reload_cse_move2add): Don't turn an implicit
8583         truncation into a self-set in the narrow mode.
8584
8585 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
8586
8587         * arm.md (clzsi2): The CLZ instruction is predicable.
8588
8589 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
8590
8591         * config/xtensa/xtensa.c: Formatting.
8592
8593 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
8594
8595         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
8596         instead of TREE_OPERAND to access the operand of a
8597         CONSTRUCTOR node.
8598
8599 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
8600
8601         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
8602         one operand.
8603
8604 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
8605
8606         * toplev.h (warning_with_file_and_line): Don't declare.
8607         (error_with_file_and_line): Likewise.
8608         * diagnostic.c (error_with_file_and_line): Remove.
8609         (warning_with_file_and_line): Likewise.
8610
8611 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
8612
8613         * c-parse.in (if_stmt_locus): New object.
8614         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
8615         (select_or_iter_stmt rule): Likewise.
8616         (if_stmt_file): Remove.
8617         (if_stmt_line): Likewise.
8618         * jump.c: include "diagnostic.h"
8619         (never_reached_warning): Don't use warning_with_file_and_line.
8620         * Makefile.in (jump.o): Add dependce on diagnostic.h
8621
8622 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
8623
8624         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
8625         Move code handling pieces not larger than a word to..
8626         * function.c (assign_parms): ..here, but use change_address instead
8627         of adjust_address and operand_subword, and expand_binop instead of
8628         expand_shift.  Adjust calls to move_block_from_reg.
8629         * expr.h (move_block_from_reg): Update declaration.
8630         (copy_blkmode_from_reg): Formatting.
8631         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
8632         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
8633         move_block_from_reg calls.
8634         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
8635         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
8636         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
8637         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
8638         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
8639         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
8640         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
8641         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
8642         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
8643
8644 2003-05-08  DJ Delorie  <dj@redhat.com>
8645
8646         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
8647         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
8648         variable-sized types).
8649         (xstormy16_function_arg): New.  Pass them that way too.
8650         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
8651         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
8652
8653 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
8654
8655         * mklibgcc.in: Use mkinstalldirs when installing multilib
8656         directories.
8657
8658 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
8659
8660         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
8661         instead of CODE_FOR_jump
8662
8663 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
8664
8665         * objc/objc-act.c (error_with_ivar): Don't use
8666         error_with_file_and_line.
8667         (warn_with_method): Don't use warning_with_file_and_line.
8668
8669 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8670
8671         * stmt.c (emit_locus): New macro.
8672         (emit_filename): Remove.
8673         (emit_lineno): Likewise.
8674         (struct stmt_status): Replace members x_emit_filename and
8675         x_emit_lineno with x_emit_locus.
8676         (set_file_and_line_for_stmt): Adjust.
8677         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
8678         (warn_if_unused_value): Likewise.
8679         (check_seenlabel): Likewise.
8680
8681 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8682
8683         * c-decl.c (define_label): Tidy.  Don't use any of
8684         error_with_file_and_line or warning_with_file_and_file.
8685         (pending_xref_error): Likewise.
8686         (store_parm_decls): Likewise.
8687         (current_function_prototype_locus): New object.  Package from
8688         current_function_prototype_file and current_function_prototype_line.
8689         (start_function): Use it.
8690         (current_function_prototype_file): Remove.
8691         (current_function_prototype_line): Remove;
8692
8693 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8694
8695         * builtins.c (readonly_data_expr): New function.
8696         (expand_builtin_memmove): Optimize any rodata source, not just
8697         strings.
8698
8699 2003-05-07  David Mosberger <davidm@hpl.hp.com>
8700
8701         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
8702
8703 2003-05-07  Richard Henderson  <rth@redhat.com>
8704
8705         * config/i386/i386.c (ix86_split_long_move): Fix base register
8706         mode for XFmode splits for TARGET_64BIT.
8707
8708 2003-05-07  Richard Henderson  <rth@redhat.com>
8709
8710         * sched-ebb.c (schedule_ebb): Supply the correct starting
8711         block number to save_line_notes.
8712
8713 2003-05-07  Richard Henderson  <rth@redhat.com>
8714
8715         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
8716         (dump_file): Likewise.
8717
8718 2003-05-07  David Mosberger <davidm@hpl.hp.com>
8719
8720         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
8721         forget to preserve gp.
8722         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
8723
8724         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
8725         .prologue directive.
8726         Use .skip instead of data8 for .bss section to make Intel
8727         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
8728         explicit in the .mib bundles and remove the unnecessary stop
8729         bits.  Replace local labels with normal labels, to make ias
8730         happy.  Don't register __do_global_ctors_aux here, do it in
8731         crtend.asm instead.
8732
8733         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
8734         __do_global_ctors_aux in .init_array section instead of
8735         declaring it as a hidden global.  Replace local labels with
8736         ordinary labels to make ias happy.
8737
8738 2003-05-07  Richard Henderson  <rth@redhat.com>
8739
8740         PR c++/10570
8741         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
8742         * flags.h, toplev.c, doc/invoke.texi: Likewise.
8743
8744         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
8745         * unwind.inc (_Unwind_DeleteException): Check for null
8746         exception_cleanup.
8747
8748         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
8749         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
8750         * unwind.h: Declare them.
8751         * libgcc-std.ver (GCC_3.3): Export them.
8752
8753 2003-05-07  Richard Henderson  <rth@redhat.com>
8754
8755         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
8756         not _Unwind_Word.
8757
8758 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
8759
8760         * stmt.c (force_label_rtx): New function, based on logic
8761         formerly found in expand_expr.
8762         * expr.h: Prototype it.
8763         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
8764         appropriate.
8765         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
8766
8767         * print-tree.c (debug_tree): Free the table after we're done
8768         with it.  Use putc.
8769
8770 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
8771
8772         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
8773         Unreverse arguments for __ev_subw.
8774
8775         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
8776
8777 2003-05-07  Nick Clifton  <nickc@redhat.com>
8778
8779         * config/stormy16/stormy-abi: Update to include
8780         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
8781         R_XSTORMY16_12 relocs.
8782
8783 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
8784
8785         * function.c (assign_parms): Correct reversed reg_parm_stack_space
8786         test.  Add partial in-regs size to stack_args_size.
8787
8788 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8789
8790         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
8791         as a C only option.
8792
8793 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
8794
8795         * gcov-io.h (GCOV_LOCKED): New #define.
8796         (GCOV_LINKAGE): Make sure it is #defined.
8797         (gcov_write_string, gcov_write_tag, gcov_write_length,
8798         gcov_read_string, gcov_time): Poison in libgcov.
8799         (gcov_seek_end): Remove.
8800         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
8801         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
8802         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
8803         GCOV_TAG_SUMMARY_LENGTH): New #defines.
8804         (gcov_write_tag, gcov_write_length): Not in libgcov.
8805         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
8806         (gcov_write_tag, gcov_write_length): Not in libgcov.
8807         (gcov_write_tag_length): New.
8808         (gcov_write_summary): Use gcov_write_tag_length.
8809         * libgcov.c: Always #include gcov-io.h.
8810         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
8811         (GCOV_LINKAGE): Define to nothing for L_gcov.
8812         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
8813         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
8814         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
8815         (read_count_file): Likewise.
8816         * gcov-dump.c (dump_file): Likewise.
8817         * coverag.c (read_counts_file): Likewise.
8818
8819 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
8820
8821         PR other/10658
8822         * gcc.c (process_command): Update copyright date.
8823
8824 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
8825
8826         * doc/install.texi (mips-*-*):  Add note about libstdc++.
8827
8828 2003-05-06  DJ Delorie  <dj@redhat.com>
8829
8830         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
8831         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
8832         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
8833
8834 2003-05-06    <neil@cat.daikokuya.co.uk>
8835
8836         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
8837         and -Wstrict-prototypes if C++.
8838
8839 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
8840
8841         * config/rs6000/linuxspe.h: New file.
8842
8843         * config.gcc: Add powerpc-*-linux-gnuspe* target.
8844
8845 2003-05-06  Richard Henderson  <rth@redhat.com>
8846
8847         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
8848         previous frame didn't save sp.  Clear sp for next frame.
8849         (uw_install_context_1): Honor saved sp from frame.
8850
8851 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
8852
8853         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
8854         (mips_move_1word, mips_move_2words): Remove declaration.
8855         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
8856         (mips_restore_gp): Remove insn argument.
8857         * config/mips/mips.h (FP_REG_RTX_P): New macro.
8858         * config/mips/mips.c (volatile_buffer): Remove.
8859         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
8860         (mips_move_1word, mips_move_2words): Remove, replacing with...
8861         (mips_output_move): ...this new function.
8862         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
8863         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
8864         handling of floating-point constants.  Handle zero CONST_DOUBLE
8865         arguments.
8866         (mips_annotate_frame_insn): Replace with...
8867         (mips_set_frame_expr): ...this, which just takes one argument.
8868         (mips_frame_set): Change the register argument to an rtx.
8869         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
8870         check whether moves should be split.  Use mips_split_64bit_move
8871         to split them.  Use mips_subword to generate the high and low
8872         parts of a paired FPR.  Adjust calls to frame_set and
8873         mips_set_frame_expr.
8874         (mips_expand_prologue): Simplify due to above changes.
8875         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
8876         targets, replacing xisting register-only versions.
8877         (UNSPEC_STORE_DF_HIGH): New unspec.
8878         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
8879         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
8880         (*paradoxical_extendhidi2): Remove.
8881         (movdi_internal, movdi_internal2): Use mips_output_move.
8882         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
8883         (movsf_internal1, movsf_internal2): Likewise.
8884         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
8885         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
8886         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
8887         Add m <- G alternative.
8888         (load_df_low, load_df_high, store_df_low): New patterns.
8889         (movhi_internal): Use @ template instead of calling a function.
8890         Remove unnecessary 'z' alternatives.
8891         (movqi_internal): Likewise.
8892         (exception_receiver): Update call to mips_restore_gp.
8893
8894 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
8895
8896         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
8897         (mips_delegitimize_address): Declare.
8898         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
8899         (FIND_BASE_TERM): Define.
8900         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Defi~e.
8901         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
8902         Handle small-data addresses.
8903
8904 2003-05-05  Roger Sayle  <roger@eyesopen.com>
8905
8906         * real.c (real_powi): New function to calculate the value of
8907         a real raised to an integer power, i.e. pow(x,n) for int n.
8908         (real_sqrt): Convert to using the faster do_add, do_multiply
8909         and do_divide API for consistency with the rest of real.c.
8910         * real.h (real_powi): Prototype here.
8911         * builtins.c (fold_builtin):  Avoid local variable mode when
8912         evaluating sqrt at compile time.  Attempt to evaluate pow at
8913         compile-time, by checking for an integral exponent.
8914
8915 2003-05-05  Richard Henderson  <rth@redhat.com>
8916
8917         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
8918
8919 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
8920
8921         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
8922         other FreeBSD ports.
8923         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
8924         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
8925
8926 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
8927
8928         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
8929         expanded variables.
8930         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
8931
8932 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
8933
8934         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
8935         * varasm.c (struct varasm_status): Add deferred_constants field.
8936         (n_deferred_strings): Delete variable.
8937         (n_deferred_constants): New #define.
8938         (struct constant_descriptor_tree): Kill next and label fields.
8939         (const_hash_table, MAX_HASH_TABLE): Delete.
8940         (const_desc_htab): New static variable.
8941         (const_hash): Rename const_desc_hash, and make it fit the
8942         hashtab.h interface.
8943         (const_desc_eq): New.
8944         (const_hash_1, compare_constant): Const-ify arguments.
8945         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
8946         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
8947         (output_constant_def): Do the lookup/insert using the
8948         hashtab.h interface.  Don't muck with n_deferred_constants or
8949         DEFERRED_CONSTANT_P here.
8950         Always call maybe_output_constant_def_contents.
8951         (maybe_output_constant_def_contents): Take a pointer to the
8952         descriptor, not the EXP and RTL separately.  Return
8953         immediately if this constant is not deferred.  Defer output of
8954         everything, except writable string constants.  Update
8955         n_deferred_constants here.
8956         (output_constant_def_contents): Now takes just one argument,
8957         an rtx.  Clear DEFERRED_CONSTANT_P here.
8958         (mark_constant_pool): Update for rename of n_deferred_strings.
8959         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
8960
8961         (init_varasm_status): Clear p->deferred_constants.
8962         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
8963
8964 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8965
8966         * builtins.c (expand_builtin_stpcpy): Only expand when the length
8967         of the source string can be evaluated at compile-time.
8968
8969 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
8970
8971         * testsuite/gcc.c-torture/compile/simd-6.c: New.
8972
8973         * c-typeck.c (digest_init): Handle arrays of vector constants.
8974
8975 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
8976
8977         * builtins.c (expand_builtin_mempcpy): New function.
8978         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
8979         ignored into strcpy no matter what arguments it has.
8980         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
8981         expand_builtin_mempcpy.
8982
8983 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
8984
8985         * testsuite/gcc.dg/20030505.c: New.
8986
8987         * c-typeck.c (convert_for_assignment): Opaque pointers can
8988         interconvert.
8989
8990         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
8991         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
8992         (spe_init_builtins): Rename all pv2si_type_node to
8993         opaque_p_V2SI_type_node.
8994         Remove declaration of pv2si_type_node.
8995         (is_ev64_opaque_type): Accept opaque pointers.
8996
8997 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
8998
8999         * config/rs6000/rs6000.c (validate_condition_mode): Use
9000         flag_finite_math_only.
9001         (rs6000_reverse_condition): Never return UNKNOWN; use
9002         flag_finite_math_only.
9003         (rs6000_generate_compare): Use flag_finite_math_only.
9004         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
9005         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
9006         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
9007
9008         * toplev.c (check_global_declarations): Suppress not-used warning
9009         for volatile variables.
9010
9011 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
9012
9013         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
9014         usage of bitfield instructions for mode1 != BLKmode, only ignoring
9015         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
9016         (store_field): Likewise.
9017
9018 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9019
9020         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
9021         evsubifw to builtins accepting 5-bit unsigned constants.
9022         (easy_vector_constant): Return if V1DImode.  Fix typo.
9023
9024 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
9025
9026         * config/rs6000/spe.h: Revert licensing change from last patch.
9027
9028 2003-05-05  DJ Delorie  <dj@redhat.com>
9029
9030         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
9031         before reload, but defer the split until after.
9032         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
9033         to match.
9034
9035 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
9036
9037         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
9038         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
9039
9040 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9041
9042         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
9043         is defined.
9044
9045 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9046
9047         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
9048         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
9049         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
9050
9051         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
9052         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
9053         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
9054         New.
9055
9056         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
9057         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
9058
9059         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
9060         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
9061         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
9062         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
9063         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
9064         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
9065         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
9066         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
9067         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
9068         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
9069         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
9070         BUILT_IN_STRDUP): Add "nonnull" attribute.
9071
9072 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9073
9074         * expr.c (store_field): Don't clobber TEMP in shift: it might be
9075         a variable.
9076         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
9077         whose purpose is to step up the alignment.
9078         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
9079
9080         * stor-layout.c (compute_record_mode): Relax restriction
9081         on fields crossing word boundaries forcing BLKmode.
9082
9083 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
9084
9085         * cppinit.c (cpp_create_reader, post_options): Warn about
9086         trigraphs unless explicity set or -trigraphs.
9087         * cpplex.c (warn_in_comment): New.
9088         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
9089         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
9090         * doc/cppopts.texi, doc/cpp.texi: Update.
9091
9092 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9093
9094         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
9095         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
9096         namespace clash.
9097         (GCOV_MERGE_FUNCTIONS): New.
9098         (gcov_merge_fn): Declare.
9099         (struct gcov_ctr_info): New field "merge".
9100         (__gcov_merge_add): Declare.
9101         * coverage.c (ctr_merge_functions): New.
9102         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
9103         of gcov_ctr_info type.
9104         * libgcov.c (__gcov_merge_add): New.
9105         (gcov_exit): Call a hook to merge values of counters.
9106
9107 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
9108
9109         * toplev.h (pedwarn_with_file_and_line): Don't declare.
9110         * diagnostic.c (pedwarn_with_file_and_line): Remove.
9111
9112 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9113
9114         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
9115
9116 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9117
9118         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
9119         expand_builtin_frame_address): Update prototypes.
9120         (expand_builtin_constant_p, expand_builtin_strlen,
9121         expand_builtin_strcpy, expand_builtin_memset,
9122         expand_builtin_bzero, expand_builtin_args_info,
9123         expand_builtin_frame_address): Pass in just the argument(s)
9124         needed, not the entire expression `exp'.
9125         (expand_builtin): Update all calls to these functions.
9126
9127 2003-05-03  Richard Henderson  <rth@redhat.com>
9128
9129         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
9130         <BUILT_IN_DWARF_SP_COLUMN>: New.
9131         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
9132         (BUILT_IN_DWARF_SP_COLUMN): New.
9133         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
9134         (expand_builtin_dwarf_sp_column): New.
9135         * except.h: Update to match.
9136         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
9137         (execute_cfa_program): Record location expression address
9138         before extracting length.
9139         (uw_update_context_1): Install old CFA into stack pointer column.
9140         (uw_init_context_1): Set cfa_reg to stack pointer column.
9141
9142 2003-05-03  Richard Henderson  <rth@redhat.com>
9143
9144         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
9145         return bool.
9146         (toc_relative_expr_p): Likewise.
9147         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
9148         (legitimate_constant_pool_address_p): Move from rs6000.h, change
9149         into a function, downcase all users.
9150         (legitimate_small_data_p): Likewise.
9151         (legitimate_offset_address_p): Likewise.
9152         (legitimate_indexed_address_p): Likewise.
9153         (legitimate_indirect_address_p): Likewise.
9154         (legitimate_lo_sum_address_p): Likewise.
9155         (rs6000_mode_dependent_address): Likewise.
9156         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
9157         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
9158         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
9159         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
9160         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
9161         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
9162         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
9163         * config/rs6000/rs6000-protos.h: Update.
9164
9165 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
9166
9167         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
9168         (REVERSE_CONDITION): Define.
9169
9170         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
9171         to branch_positive_comparison_operator.
9172         (ccr_bit): Check that sCOND conditions are actually a positive bit.
9173         (print_operand): Remove %D substitution.
9174         (rs6000_emit_sCOND): Generate complement operation to ensure that
9175         sCOND input is a positive bit.
9176         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
9177         same order as bCOND, and add the missing ones.  Remove the %D
9178         substitutions from the scc patterns.
9179
9180         * simplify-rtx.c (simplify_relational_operation): Add case for
9181         ! (fabs(x) < 0.0).
9182
9183 2003-05-03  Bruce Korb  <bkorb@gnu.org>
9184
9185         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
9186         in fixincl.x
9187         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
9188
9189 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
9190
9191         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
9192
9193 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
9194
9195         PR c/10604
9196         * c-common.c (warn_sign_compare): Initialize to -1.
9197         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
9198         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
9199         for C++ only.
9200         (c_common_post_options): Set warn_sign_compare from extra_warnings
9201         if it's still -1 at this point.
9202
9203         * toplev.c (maybe_warn_unused_parameter): New static variable.
9204         (set_Wextra): New static function.
9205         (W_options): Remove "extra".
9206         (decode_W_option): Call set_Wextra.
9207         (independent_decode_option): Likewise.
9208         (set_Wunused): Cooperate with set_Wextra in setting
9209         warn_unused_parameter.
9210         (rest_of_compilation): No need to check extra_warnings as
9211         well as warn_uninitialized.
9212
9213         * c-typeck.c (build_binary_op, build_conditional_expr):
9214         No need to check extra_warnings as well as warn_sign_compare.
9215         (internal_build_compound_expr): No need to check extra_warnings
9216         as well as warn_unused_value.
9217         * function.c (expand_function_end): No need to check extra_warnings
9218         as well as warn_unused_parameter.
9219         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
9220         as well as warn_unused_value.
9221
9222         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
9223
9224         * Makefile.in: Disable -Werror for gengtype-lex.o.
9225
9226 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
9227
9228         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
9229         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
9230         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
9231         * calls.c (emit_call_1): Likewise.
9232         (expand_call): For calls initializing constant memory, replace
9233         emission of standalone mem /u clobber with function usage entry.
9234         * expr.c (emit_block_move_via_libcall): Likewise.
9235         * cse.c (count_reg_usage, case EXPR_LIST): New case.
9236         * flow.c (propagate_one_insn): Pass entire operand of
9237         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
9238         * integrate.c (try_constants): For CALL_INSNs, substitute constants
9239         within the FUNCTION_USAGE also.
9240         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
9241         FUNCTION_USAGE lists.
9242         * reload1.c (replace_pseudos_in): Renamed.
9243         (reload): Use it for clobbers surviving until the end of the reload.
9244
9245 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9246
9247         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
9248         gen_lowpart on non-integer modes.
9249
9250         * stor-layout.c (place_field): When adjusting offset_align, use
9251         desired_align, not DECL_ALIGN.
9252
9253 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
9254
9255         * c-decl.c (pending_invalid_xref_file): Remove.
9256         (pending_invalid_xref_line): Remove.
9257         (pending_invalid_xref_location): New.
9258         (lookup_label): Use location_t and input_location directly.
9259         (lookup_tag): Likewise.
9260         (pending_xref_error): Likewise.
9261         (c_expand_body_1): Likewise.
9262         * c-common.c (x_expand_start_cond): Likewise.
9263         * c-semantics.c (genrtl_for_stmt): Likewise.
9264         (find_reachable_label): Likewise.
9265         * expr.c (expand_expr): Likewise.
9266         * integrate.c (output_inline_function): Likewise.
9267         * tree-inline.c (find_alloca_call): Likewise.
9268         (find_builtin_longjmp_call): Likewise.
9269         * gcc.c (input_filename): Make static.
9270
9271 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
9272
9273         * config/mips/mips.md: Fix comment typo.
9274
9275         * config/mips/mips.c (mips_integer_op): New structure.
9276         (MIPS_MAX_INTEGER_OPS): Define.
9277         (mips_const_insns): Use mips_build_integer to determine the number
9278         of instructions needed to load a CONST_INT.
9279         (move_operand): Reject compound CONST_INTs.
9280         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
9281         (mips_move_integer): New fn.
9282         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
9283         (mips_legitimize_move): Only legitimize constants when moving
9284         word or subword values.
9285
9286 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
9287
9288         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
9289
9290 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9291
9292         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
9293         modifying it.
9294
9295 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
9296             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9297
9298         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
9299         Hernandez, and Kazu Hirata.  Update Richard Henderson.
9300
9301 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
9302
9303         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
9304         to tentative declaration.
9305
9306         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
9307         (SYMBOL_FLAG_SMALL_V4): Delete.
9308         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
9309         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
9310         (rs6000_elf_in_small_data_p): Add extra section names.  Add
9311         comment about TREE_PUBLIC test.
9312
9313         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
9314         expand_stmt on result of expand_unreachable_stmt.
9315
9316 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9317
9318         * doc/contrib.texi (Contributors): Add Daniel Berlin.
9319
9320 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
9321
9322         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
9323         number of automata.
9324
9325         * config/rs6000/rs6000.c (symbol_ref_operand): Check
9326         SYMBOL_REF_FUNCTION_P on AIX.
9327         (current_file_function_operand): Same.
9328         * config/rs6000/rs6000.md (call,call_value): Force non-function
9329         symbol_ref into register on AIX.
9330
9331 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
9332
9333         * calls.c (struct arg_data): Move offset, slot_offset, size and
9334         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
9335         (initialize_argument_information): Adjust call to locate_and_pad_parm.
9336         Delete alignment_pad var.  Don't calculate slot_offset here.
9337         (emit_library_call_value_1): Delete alignment_pad, offset and size
9338         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
9339         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
9340         partial in-regs here.  Formatting fixes.
9341         * expr.h (struct locate_and_pad_arg_data): New struct.
9342         (locate_and_pad_parm): Adjust declaration.
9343         * function.c (assign_parms): Localize vars.  Use "locate" instead of
9344         other arg location vars.  Don't invoke FUNCTION_ARG or
9345         FUNCTION_INCOMING_ARG unless pretend_named is different from
9346         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
9347         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
9348         Use slot_offset for stack home of reg parms.  Correct test for
9349         parm passed in memory.  Formatting fixes.
9350         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
9351         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
9352         Correct initial_offset_ptr handling.  Localize vars.  Always pad
9353         locate->offset even when in_regs.
9354
9355 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
9356
9357         * Makefile.in (TREE_H): Replace location.h with input.h.
9358         (GTFILES) Remove location.h
9359         (gt-lists.h): Replace gt-location.h with gt-input.h
9360         * input.h (input_filename, input_line): Remove variables.
9361         (location_s, location_t): Move from location.h.
9362         (input_location): New.
9363         (input_filename, input_line): New #defines.
9364         * location.h: Remove.
9365         * tree.h: Replace location.h with input.h.
9366         (input_filename, input_line): Remove.
9367         * diagnostic.h: Replace location.h with input.h.
9368         * gcc.h (input_filename, input_filename_length): Remove declarations.
9369         * toplev.c (input_filename, input_line): Remove.
9370         (input_location): Define.
9371         (push_srcloc, pop_srcloc): Adjust.
9372         * diagnostic.c (diagnostic_report_current_module): Adjust.
9373
9374 2003-05-02  Nick Clifton  <nickc@redhat.com>
9375
9376         * configure.in: Add xstormy16 to list of targets that has a nop
9377         instruction and hence which can be tested to see if the
9378         assembler supports the --gdwarf2 switch.
9379         * configure: Regenerate.
9380
9381 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9382
9383         PR target/8257
9384         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
9385         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
9386         Avoid undefined shifts by making the shift operand unsigned.
9387
9388 2003-05-01  DJ Delorie  <dj@redhat.com>
9389
9390         * reload.c (find_reloads): Also check that all of a multi-reg
9391         value is in the class.
9392
9393 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9394
9395         * scan.h (lineno): Revert the rename here.
9396
9397 2003-05-01  Stan Shebs  <shebs@apple.com>
9398
9399         * config/darwin.c (darwin_encode_section_info): Call
9400         default_encode_section_info.
9401
9402 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
9403
9404         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
9405         (movsi_internal1): Use new mfjmpr attribute.
9406         (movhi_internal): Same.
9407         (movqi_internal): Same.
9408         (movcc_internal1): Same.
9409         (movdi_internal64): Same.
9410         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
9411         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
9412         * config/rs6000/40x.md: Add fpu_405.
9413         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
9414         into power4misc automata.  Remove extraneous parentheses.
9415         * config/rs6000/440.md: New file.
9416         * config/rs6000/rs6000.c (processor_target_table): Add 440,
9417         440fp.  Rename 405f to 405fp.
9418         (function_arg_padding): Correct formatting.
9419         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
9420
9421 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9422
9423         * input.h (lineno): Rename to ...
9424         (input_line): ... here.
9425         * tree.h (lineno): Rename to ...
9426         (input_line): ... here.
9427         * scan.h (lineno): Rename to ...
9428         (input_line): ... here.
9429         * toplev.c (lineno): Rename to ...
9430         (input_line): ... here.
9431         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
9432         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
9433         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
9434         store_parm_decls, c_expand_body_1): Likewise.
9435         * c-errors.c (pedwarn_c99): Likewise.
9436         * c-format.c (status_warning): Likewise.
9437         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
9438         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
9439         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
9440         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
9441         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
9442         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
9443         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
9444         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
9445         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
9446         * coverage.c (create_coverage): Likewise.
9447         * diagnostic.c (pedwarn, sorry, error, fatal_error,
9448         internal_error, warning, diagnostic_report_current_module,
9449         inform): Likewise.
9450         * expr.c (expand_expr): Likewise.
9451         * integrate.c (expand_inline_function,
9452         output_inline_function): Likewise.
9453         * rtl-error.c (file_and_line_for_asm): Likewise.
9454         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
9455         walk_tree): Likewise.
9456         * tree.c (make_node): Likewise.
9457         * ada, cp, f, java, objc, treelang: Likewise.
9458         * objc/objc-act.c (objc_init): Rename lineno to input_line.
9459         (build_module_descriptor, build_selector_translation_table,
9460         build_protocol_template, build_method_prototype_list_template,
9461         build_category_template, build_selector_table,
9462         build_class_template, build_super_template, build_ivar_template,
9463         build_ivar_list_template, build_method_list_template,
9464         build_method_template, add_instance_variable): Likewise.
9465
9466         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
9467         name from input_filename.
9468
9469 2003-04-30  Eric Christopher  <echristo@redhat.com>
9470             Richard Sandiford <rsandifo@redhat.com>
9471
9472         * configure: Regenerate from patches below.
9473         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
9474         for all symbolic operands.
9475         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
9476         to function.
9477         * config/mips/linux.h: Fix typo.
9478         * Merge from mips-3_4-rewrite branch:
9479
9480         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
9481
9482                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
9483                 handling local labels when TARGET_ABICALLS.
9484
9485         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
9486
9487                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
9488                 integer argument.
9489                 (mips_expand_call): Likewise.
9490                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
9491                 (FIXED_REGISTERS): Clear $31 entry.
9492                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
9493                 (EPILOGUE_USES): Define.
9494                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
9495                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
9496                 (override_options): Add a 'j' register class.
9497                 (mips_expand_call): Handle sibcalls
9498                 (mips_expand_epilogue): Handle epilogues for sibcalls.
9499                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
9500                 (sibcall_epilogue): New pattern.
9501                 (call, call_value): Adjust calls to mips_expand_call.
9502                 (sibcall, sibcall_value): New expanders.
9503                 (sibcall_internal, sibcall_value_internal): New patterns.
9504                 (sibcall_value_multiple_internal): New pattern.
9505
9506         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
9507
9508                 * config/mips/mips.md (extended_mips16): New attribute.
9509                 (define_attr length): Default to 8 if extended_mips16 == yes.
9510                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
9511                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
9512                 (call_internal): Set extended_mips16 to yes for direct jumps.
9513                 Remove redundant mode attribute.
9514                 (call_value_internal, call_value_multiple_internal): Likewise.
9515                 (call_split): Remove redundant mode attribute.
9516                 (call_value_split, call_value_multiple_split): Likewise.
9517
9518                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
9519                 of unaligned offsets.
9520
9521                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
9522                 of SYMBOL_GENERAL.
9523
9524         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
9525
9526                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
9527                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
9528                 for mips16 code.
9529
9530         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
9531
9532                 * config/mips/mips.h (ADDRESS_COST): Define.
9533
9534         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
9535
9536                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
9537                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
9538                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
9539
9540         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
9541
9542                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
9543                 of a two-instruction sequence.  Add register->memory alternative.
9544                 (truncdihi2, truncdiqi2): Likewise.
9545                 Rework shift/truncate instructions so that they only handle right
9546                 shifts of 32 (or more, in the case of arithmetic shifts).
9547                 Add patterns for truncate/sign-extend.
9548
9549         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9550
9551                 * configure.in (mips*-*-*): Check for explicit relocation support.
9552                 * configure: Regenerate.
9553
9554         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9555
9556                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
9557                 and -mno-explicit-relocs.
9558                 (MASK_EXPLICIT_RELOCS): Define.
9559                 (TARGET_EXPLICIT_RELOCS): Use it.
9560                 (mips_split_addresses): Remove declaration.
9561                 * config/mips/mips.c (override_options): Update comment for
9562                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
9563
9564         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9565
9566                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
9567                 a CONST as identity.  Check the return value of gen_lowpart_common.
9568
9569         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9570
9571                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
9572                 references for TARGET_EXPLICIT_RELOCS.
9573                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
9574                 !TARGET_MIPS16.
9575
9576         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9577
9578                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
9579                 (addsi3): Remove redundant constraints.
9580                 (addsi3_internal): Use separate register & constant alternatives.
9581                 Use a 'Q' constraint and "addiu" insn for the latter.
9582                 (adddi3_internal_3, addsi3_internal_2): Likewise.
9583
9584         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9585
9586                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
9587                 (mips_expand_unaligned_store): Declare.
9588                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
9589                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
9590                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
9591                 (UNSPEC_ULD, UNSPEC_USD): Remove.
9592                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
9593                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
9594                 (extv, extzv): Use mips_expand_unaligned_load.
9595                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
9596                 predicate for operand 3.
9597                 (movsi_ulw, movsi_usw): Replace with...
9598                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
9599                 (movdi_uld, movdi_usd): Likewise replace with...
9600                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
9601
9602         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
9603
9604                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
9605                 * config/mips/mips.h (LEA_REGS): New register class.
9606                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
9607                 (GR_REG_CLASS_P): Include LEA_REGS.
9608                 (DANGEROUS_FOR_LA25_P): New macro.
9609                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
9610                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
9611                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
9612                 entries to LEA_REGS.
9613                 (mips_global_pic_constant_p): New function.
9614                 (override_options): Add 'e' register constraint.
9615                 (mips_secondary_reload_class): Return LEA_REGS when reloading
9616                 a dangerous constant into a class containing $25.
9617                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
9618                 (movsi_internal): Likewise.
9619
9620         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
9621
9622                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
9623                 * config/mips/mips.md (call_split): New insn.
9624                 (call_value_split, call_value_multiple_split): New insns.
9625                 (call_internal): Turn into a define_insn_and_split.  Split the
9626                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
9627                 (call_value_internal, call_value_multiple_internal): Likewise.
9628
9629         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
9630
9631                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
9632                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
9633                 (mips_encode_section_info): Don't take symbol visibility into
9634                 account if TARGET_ABICALLS.  Add more commentary.
9635                 * config/mips/mips.md: Add commentary above reloc constants.
9636
9637         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
9638
9639                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
9640                 from mips_legitimize_move.  Legitimize constant pool references.
9641                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
9642                 a REG_EQUAL note to the last instruction.
9643
9644         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
9645
9646                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
9647                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
9648                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
9649                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
9650                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
9651                 (UNSPEC_RELOC_GPREL16): Rename to...
9652                 (RELOC_GPREL16): ...this.
9653                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
9654                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
9655                 (macro_calls): New attribute.
9656                 (length): Use it to set the default length of calls.  Don't allow
9657                 calls to have delay slots if macro_calls is "yes".
9658                 (luisi, luidi): New patterns.
9659                 (lowsi, lowdi): Use '%R' to print the relocation.
9660                 (lowdi_extend): Remove.
9661                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
9662                 (call_internal): Merge alternatives.  Always use "jal".
9663                 (call_value_internal, call_value_multiple_internal): Likewise.
9664                 (reloc_gprel16): Remove.
9665                 * config/mips/mips.c (mips_got_alias_set): New variable.
9666                 (mips_classify_constant): Handle the new relocation constants.
9667                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
9668                 (mips_symbolic_address_p): Return false if generating explicit relocs.
9669                 Otherwise allow local PIC symbols to have an offset.
9670                 (mips_splittable_symbol_p): New function.
9671                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
9672                 (mips_const_insns): Always accept HIGH.
9673                 (call_insn_operand): Don't accept global symbols if using explicit
9674                 relocs.
9675                 (move_operand): Don't accept HIGH when generating PIC.
9676                 (mips_reloc, mips_lui_reloc): New functions.
9677                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
9678                 be a valid right-hand-side for a SET pattern.
9679                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
9680                 (mips_emit_high): New function.
9681                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
9682                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
9683                 address should be used.  Use mips_emit_high to generate the
9684                 high part of such an address.  Adjust the global symbol + offset
9685                 case to match the change to mips_force_temprorary.
9686                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
9687                 If generating explicit-reloc PIC, load the address of global
9688                 symbols from the GOT.  Use mips_emit_high to emit the high part
9689                 of an address.
9690                 (mips_simplify_dwarf_addr): New function.
9691                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
9692                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
9693                 (mips_expand_call): Load the addresses of global functions using
9694                 %call* relocs if generating explicit-reloc PIC.  Don't generate
9695                 an exception_receiver pattern.
9696                 (override_options): Initialize mips_got_alias_set.
9697                 (print_relocation): Remove in favor of...
9698                 (mips_reloc_string): ...this new function.
9699                 (print_operand): Handle '%R'.  Use mips_reloc_string.
9700                 (print_operand_address): Use print_operand to print the symbolic
9701                 part of a LO_SUM address.
9702                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
9703                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
9704                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
9705                 for local symbols.
9706
9707         2003-02-02  Eric Christopher  <echristo@redhat.com>
9708
9709                 * config/mips/mips.c (mips_sign_extend): Remove.
9710                 * config/mips/mips-protos.h: Ditto.
9711                 * config/mips/mips.md (movdi_internal2_extend): Remove.
9712                 (extendsidi2): Fix mode of convert_memory_address.
9713
9714         2003-01-24  Eric Christopher  <echristo@redhat.com>
9715
9716                 * config/mips/mips.md: Rewrite zero_extend* and extend*
9717                 patterns. Use explicit instructions and split after reload
9718                 for register extensions.
9719                 (ashlsi3_internal1_extend): New combiner pattern for
9720                 shift and extend combinations.
9721                 * config/mips/mips.h: Change Pmode back to ptr_mode
9722                 for performance enhancement.
9723                 * combine.c (expand_compound_operation): Make sure
9724                 that zero_extend operation is profitable.
9725
9726         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
9727
9728                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
9729                 addresses depend on ptr_mode rather than Pmode.
9730                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
9731                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
9732                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
9733                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
9734                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
9735                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
9736                 (tablejump_internal1): Remove condition.
9737                 (tablejump_internal2): Change condition to TARGET_64BIT.
9738                 (cpaddsi): Rename to...
9739                 (cpadd): ...this.
9740                 (cpadddi): Remove.
9741
9742         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
9743
9744                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
9745                 mips_address_cost, mips_check_split, double_memory_operand,
9746                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
9747                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
9748                 (mips_legitimate_address_p): Return bool.
9749                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
9750                 mips_legitimize_address, mips_legitimize_move,
9751                 mips_expand_call): Declare.
9752                 (mips_return_addr): Move outside #ifdef RTX_CODE.
9753
9754                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
9755                 (PIC_FN_ADDR_REG): New reg_class.
9756                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
9757                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
9758                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
9759                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
9760                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
9761                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
9762                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
9763                 (LEGITIMATE_PIC_OPERAND): Undefine.
9764                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
9765                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
9766                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
9767                 (FUNCTION_MODE): Change to SImode.
9768                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
9769                 most constants.  Treat const_artih_operands specially if they
9770                 occur in a PLUS or MINUS.
9771                 (CONSTANT_POOL_COST): New macro.
9772                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
9773                 Add LO_SUM handling.
9774                 (ADDRESS_COST): Undefine.
9775                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
9776                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
9777                 to call_insn_operand and remove CONST_INT.
9778
9779                 * config/mips/mips.c: Include integrate.h.
9780                 (SINGLE_WORD_MODE_P): New macro.
9781                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
9782                 (mips_constant_info, mips_address_info): New structs.
9783                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
9784                 (mips_classify_constant, mips_classify_symbol,
9785                 mips_valid_base_register_p, mips_symbolic_address_p,
9786                 mips_classify_address, mips_symbol_insns,
9787                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
9788                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
9789                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
9790                 mips_print_relocation): New functions.
9791                 (const_arith_operand): New operand predicate.
9792                 (arith_operand): Use it.
9793                 (mips_const_double_ok, mips16_simple_memory_operand,
9794                 simple_memory_operand, double_memory_operand, mips_check_split,
9795                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
9796                 mips16_gp_offset_p, mips16_output_gp_offset,
9797                 mips16_constant_after_function_p, mips16_constant): Remove.
9798                 (call_insn_operand): Be more fussy about symbolic constants.
9799                 Use register_operand.
9800                 (move_operand): Use mips_symbolic_address_p to check symbolic
9801                 operands and general_operand to check the rest.
9802                 (symbolic_operand): Use mips_classify_constant.
9803                 (mips_legitimate_address_p): Use mips_classify_address.
9804                 (mips_move_1word): Combine handling of symbolic addresses.
9805                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
9806                 (move_move_2words): Likewise.  Assume addresses are offsettable
9807                 if they need to refer to more than one word.  Add HIGH handling.
9808                 (mips_restore_gp): Use ptr_mode for the GP save slot.
9809                 (mips_expand_call): New function, combining the old mips.md
9810                 call and call_internal define_expands.  If the address isn't
9811                 a call_insn_operand, force it into a register.  For SVR4 PIC,
9812                 emit an exception_receiver instruction after the call.
9813                 (override_options): Only override flag_pic for TARGET_ABICALLS
9814                 if it is currently zero.  Allow mips_split_addresses when
9815                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
9816                 Add new register class letter, 'c'.
9817                 (print_operand): Use mips_classify_constant for constant operands.
9818                 (print_operand_address): Use mips_classify_address.
9819                 (mips_output_function_prologue): Don't use .cprestore.
9820                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
9821                 via the frame pointer if current_function_calls_eh_return.
9822                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
9823                 to mark whether a symbol is local or global.
9824                 (build_mips16_call_stub): Expect the address of the function rather
9825                 than a MEM reference to it.  Update call generation sequences.
9826                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
9827                 small-data adjustments.
9828
9829                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
9830                 length for loads and stores.
9831                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
9832                 (define_attr type): Add const and prefetch.
9833                 (define_attr length): Use mips_const_insns for const instructions.
9834                 Use mips_fetch_insns for load and store instructions.
9835                 (define_attr single_insn): New.
9836                 (define_attr can_delay): Use it.
9837                 (define_attr abicalls): Remove.
9838                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
9839                 (addsi3_internal_2): Add 'Q' constraint.
9840                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
9841                 (high): Remove.
9842                 (lowsi): Renamed from low.
9843                 (lowdi): New pattern.
9844                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
9845                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
9846                 (loadgp): Change operand 0 to an immediate_operand.
9847                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
9848                 beforehand.
9849                 (cpaddsi, cpadddi): New patterns.
9850                 (tablejump_internal3, tablejump_internal4): Remove define_expands
9851                 and associated define_splits.
9852                 (call, call_value): Use mips_expand_call.
9853                 (call_internal): New, replacing all existing call_internal* insns.
9854                 (call_value_internal): Likewise call_value_internal*.
9855                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
9856                 (untyped_call): Remove if (operands[0]) magic.
9857                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
9858                 (prefetch_di_address, prefetch_di): Likewise.
9859                 (leasi, leadi): Remove.
9860                 (reloc_gprel16): New.
9861
9862                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
9863                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
9864                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
9865
9866         2003-01-08  Eric Christopher  <echristo@redhat.com>
9867
9868                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
9869                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
9870                 configure check for libgloss.
9871                 * config/mips/elf64.h: Ditto.
9872                 * config/mips/mips.c: Remove ABI_MEABI.
9873                 * config/mips/mips.h: Ditto.
9874
9875         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
9876
9877                 Fix merge fallout.
9878                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
9879                 (muldi3_internal): Remove outdated comment.
9880                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
9881                 (*smsac_di, *umsac_di): Likewise.  Reformat.
9882                 (umulsi3_highpart): Minor formatting tweaks.
9883                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
9884                 redundant scratch operand.  Minor formatting tweak.
9885                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
9886                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
9887                 (smulsi3_highpart): As for the unsigned version.
9888                 (smulsi3_highpart_internal): Likewise.
9889                 (smulsi3_highpart_mulhi_internal): Likewise.
9890                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
9891                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
9892                 (*smul_acc_di): Remove duplicated pattern.
9893                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
9894                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
9895                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
9896
9897         2002-10-22  Eric Christopher  <echristo@redhat.com>
9898
9899                 * config/mips/mips-protos.h (mips_return_addr): New.
9900                 * config/mips/mips.c (mips_return_addr): New.
9901                 (movdi_operand): Remove.
9902                 (se_register_operand): Ditto.
9903                 (se_reg_or_0_operand): Ditto.
9904                 (se_uns_arith_operand): Ditto.
9905                 (se_arith_operand): Ditto.
9906                 (se_nonmemory_operand): Ditto.
9907                 (extend_operator): Ditto.
9908                 (highpart_shift_operator): Ditto.
9909                 (mips_initial_elimination_offset): Remove return address pointer
9910                 elimination.
9911                 (mips_reg_names): Remove $ra.
9912                 (mips_regno_to_class): Ditto.
9913                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
9914                 and TARGET_64BIT.
9915                 (POINTER_BOUNDARY): Remove.
9916                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
9917                 (PROMOTE_MODE): Promote to Pmode.
9918                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
9919                 (Pmode): Define to TARGET_64BIT.
9920                 (FUNCTION_MODE): Define as Pmode.
9921                 (mips_args): Remove deleted functions.
9922                 (SIZE_TYPE): Depend on POINTER_SIZE.
9923                 (PTRDIFF_TYPE): Ditto.
9924                 (FIXED_REGISTERS): Fix extra registers.
9925                 (CALL_USED_REGISTERS): Ditto.
9926                 (CALL_REALLY_USED_REGISTERS): Ditto.
9927                 (RAP_REG_NUM): Remove.
9928                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
9929                 (RETURN_ADDR_RTX): Define to mips_return_addr.
9930                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
9931                 (CAN_ELIMINATE): Ditto.
9932                 * config/mips/mips.md: For DImode patterns, take into account
9933                 deletions above. Split mulsidi patterns into sign_extend and
9934                 zero_extend.
9935
9936         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
9937                     Michael Meissner  <meissner@redhat.com>
9938
9939                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
9940                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
9941                 mop up unnecessarly moves through LO.
9942                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
9943                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
9944                 change mtlo/macc sequences into mul/add sequences when a three-
9945                 address mul is available.
9946                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
9947                 (*mul_sub_si): Fix contraint for operand 5.
9948                 (*muls): Use in 32-bit code as well.
9949                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
9950                 if the destination is LO.  Remove duplicate define_split.
9951                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
9952                 (*msac_di): Likewise.  Fix formatting.
9953                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
9954                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
9955                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
9956                 (*xmulsi3_neg_highpart_mulhi): Likewise.
9957                 (*mul_acc_64bit_di): Remove.
9958                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
9959
9960         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
9961
9962                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
9963                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
9964                 (MULTILIB_DIRNAMES): Remove long32.
9965                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
9966                 (MULTILIB_REDUNDANT_DIRS): Remove.
9967
9968         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
9969
9970                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
9971                 * gcc.c (driver_self_specs): New variable.
9972                 (do_self_spec): New function.
9973                 (main): Use it to process driver_self_specs.
9974
9975         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
9976
9977                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
9978                 Remove DImode define_split for !TARGET_64BIT.
9979                 (anddi3): Remove !TARGET_64BIT support from here as well.
9980                 Change operand 2's predicate to se_uns_arith_operand.
9981                 Add constant alternatives to define_insn.
9982                 (iordi3, xordi3, *nordi3): Likewise.
9983                 (anddi3_internal1, xordi3_immed): Remove.
9984
9985         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
9986
9987                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
9988                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
9989                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
9990                 * config/mips/mips.md: Apply same renaming here.
9991
9992         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
9993
9994                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
9995                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
9996                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
9997                 * config/mips/mips.md (define_attr cpu): Remove r4320.
9998                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
9999
10000         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10001
10002                 * config/mips/mips.c (mips16_strings): New variable.
10003                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
10004                 symbol in mips16_strings.  Free the list.
10005                 (mips_encode_section_info): Keep track of local strings.
10006
10007         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10008
10009                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
10010                 (sordered_df, sordered_sf): Remove.
10011                 * config/mips/mips.c (get_float_compare_codes): New fn.
10012                 (gen_int_relational, gen_conditional_move): Use it.
10013
10014         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
10015
10016                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
10017                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
10018                 * config/mips/mips.c (fcc_register_operand): New function.
10019                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
10020                 (override_options): Allow TFmode values in float registers
10021                 if ISA_HAS_8CC.
10022                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
10023                 to fcc_register_operand.  Remove misleading source constraint.
10024                 Use mips_emit_fcc_reload.
10025                 (reload_outcc): Duplicate reload_incc.
10026
10027
10028 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
10029
10030         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
10031
10032 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
10033
10034         * tree-inline.c (inlinable_function_p): Back out last change, it's
10035         unnecessary.
10036
10037 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
10038
10039         * ggc-page.c (TREE_EXP_SIZE): Define.
10040         (extra_order_size_table): New entry for expr trees with
10041         two operands.
10042
10043 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10044
10045         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
10046         (c_expand_start_cond): Adjust.
10047         (c_expand_end_cond): Don't use warning_with_file_and_file.
10048         (shadow_warning): Likewise.
10049
10050 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
10051
10052         * tree.h (DECL_POINTER_DEPTH): Remove.
10053         (struct tree_decl): Remove pointer_depth.
10054
10055 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
10056
10057         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
10058         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
10059         (rs6000_xcoff_encode_section_info): Remove.
10060         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
10061         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
10062         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
10063         Use SYMBOL_REF_FLAGS.
10064         (rs6000_elf_encode_section_info): Call default_encode_section_info for
10065         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
10066         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
10067         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
10068         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
10069         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
10070
10071 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10072
10073         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
10074
10075 2003-04-30  Andreas Schwab  <schwab@suse.de>
10076
10077         * doc/extend.texi (Other Builtins): Enclose multiple word data
10078         type in braces for @deftypefn.
10079
10080 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10081
10082         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
10083
10084         * doc/install.texi (--enable-threads): Document "gnat" option.
10085
10086 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
10087
10088         * diagnostic.h (output_formatted_scalar): Tweak.
10089         * diagnostic.c (output_long_decimal): Likewise.
10090         (output_unsigned_decimal): Likewise.
10091         (output_long_unsigned_decimal): Likewise.
10092         (output_octal): Likewise.
10093         (output_long_octal): Likewise.
10094         (output_hexadecimal): Likewise.
10095         (output_long_hexadecimal): Likewise.
10096         (output_pointer): New function.
10097         (output_format): Use it.  Recognize "%p" format specifier.
10098
10099 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10100
10101         * function.c (purge_addressof_1): Postpone insn in fewer cases.
10102
10103 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10104
10105         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
10106         call abort() after running out of stack space.
10107
10108         * c-typeck.c (function_types_compatible_p): Ignore incompatible
10109         'volatile' qualifiers on a function's return type in GNU mode.
10110
10111 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
10112
10113         * expr.c (emit_group_load): Dump parallels of simd types to
10114         memory.
10115
10116 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
10117
10118         * genautomata.c (add_vect): Check undefined value for range type
10119         too.
10120
10121 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
10122
10123         * configure.in:  More general test for cmp --ignore-initial.
10124         * configure:  Regenerate.
10125
10126 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10127
10128         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
10129         (layout_decl, place_field): Likewise.
10130         Also make minor type and whitespace changes.
10131
10132         * tree.c (save_expr): Don't fold a COMPONENT_REF.
10133
10134 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
10135
10136         * calls.c (expand_call): When modes of target and valreg match, force
10137         sibcall failure when target is a MEM.
10138
10139 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
10140
10141         * tree-inline.c (inlinable_function_p): Don't support inlining
10142         functions using varargs.
10143
10144         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
10145
10146         * dwarf2out.c (output_call_frame_info): No need to output EH
10147         unwind information if all_throwers_are_sibcalls.
10148
10149         * c-semantics.c (expand_unreachable_stmt): Return a tree.
10150         (expand_stmt): Update for change to expand_unreachable_stmt.
10151         (expand_unreachable_if_stmt): Likewise.
10152
10153         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
10154
10155 2003-04-29  Jason Merrill  <jason@redhat.com>
10156
10157         PR middle-end/10336
10158         * jump.c (never_reached_warning): Really stop looking if we reach
10159         the beginning of the function.
10160
10161 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
10162
10163         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
10164         Remove redundant macros.
10165         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
10166         (LOCAL_LABEL_PREFIX): Define unconditionally.
10167         (NO_DOT_IN_LABEL): Clarify comment.
10168         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
10169         definition to "long int".
10170
10171 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
10172
10173         bootstrap/10452
10174         * gengtype-yacc.y: Improve portability.
10175
10176 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
10177
10178         * config.gcc: Install obsolete target list for GCC 3.3.
10179         * doc/install.texi: Mention in specific-target instructions
10180         that certain configurations are deprecated.
10181
10182 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
10183
10184         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
10185
10186 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10187
10188         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
10189         * gcc.c (display_help): Likewise.
10190         * toplev.c (f_options): Likewise.
10191         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
10192         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
10193         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
10194         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
10195         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
10196
10197 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
10198
10199         * varasm.c (default_assemble_visibility): Use assemble_name.
10200
10201 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
10202
10203         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
10204         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
10205         (SIZE_TYPE): New macro.
10206         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
10207         (SET_ASM_OP): New macro.
10208         (HANDLE_SYSV_PRAGMA): New macro.
10209         (ASM_WEAKEN_LABEL): New macro.
10210
10211 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
10212
10213         PR c++/10180
10214         * tree-inline.c (expand_call_inline): Call push_srcloc when
10215         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
10216
10217 2003-04-28  Mike Stump  <mrs@apple.com>
10218
10219         * gdbinit.in: Update to reflect new identifier structure.
10220
10221 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
10222
10223         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
10224         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
10225         struct tree_complex, struct tree_vector): Remove RTL field.
10226         (CONSTRUCTOR_ELTS): Use elt 0.
10227         * tree.def (CONSTRUCTOR): Delete first of its two operands.
10228         * varasm.c (output_constant_def): Remove early exit if
10229         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
10230         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
10231         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
10232         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
10233
10234 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10235
10236         * c-decl.c (finish_decl): When prototype with asmspec is found
10237         for built-in, adjust built_in_decls as well as expr.c decls.
10238         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
10239         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
10240         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
10241
10242 2003-04-28  Richard Henderson  <rth@redhat.com>
10243
10244         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
10245         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
10246         integral constant mult operand.
10247         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
10248         (const_smulsi3_highpart_v8plus): Likewise.
10249         (const_smulsi3_highpart): Likewise.
10250         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
10251         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
10252         (const_umulsi3_highpart_v8plus): Likewise.
10253         (const_umulsi3_highpart): Likewise.
10254
10255 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
10256
10257         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
10258         Define as 1.
10259
10260 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
10261
10262         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
10263
10264 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
10265
10266         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
10267         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
10268         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
10269         functions.
10270         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
10271
10272 2003-04-28  Nick Clifton  <nickc@redhat.com>
10273
10274         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
10275
10276 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
10277
10278         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
10279         output_constant_def, use its result instead of TREE_CST_RTL (exp).
10280         Can assume it has the form (mem (symbol_ref ".LCxxx")).
10281         (expand_expr <COMPONENT_REF>): Can always just extract the
10282         relevant field of a CONSTRUCTOR.
10283         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
10284         ARRAY_RANGE_REF>): Make control flow explicit.
10285         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
10286         an INTEGER_CST.
10287
10288 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
10289
10290         * reload1.c (reg_set_luid): Fix a comment typo.
10291
10292 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
10293
10294         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
10295         struct deferred_string, const_str_htab): Kill.
10296         (n_deferred_strings): New static variable.
10297         (build_constant_desc): Set SYMBOL_REF_DECL of the new
10298         symbol_ref to point to the constant.
10299         (output_constant_def): When a deferred string is forced out,
10300         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
10301         (mark_constant): Likewise.
10302         (maybe_output_constant_def_contents): When deferring a string
10303         constant, just set STRING_POOL_ADDRESS_P and increment
10304         n_deferred_strings.
10305         (mark_constant_pool): Check n_deferred_strings, not the size
10306         of const_str_htab.
10307         (init_varasm_once): No need to create const_str_htab.
10308
10309         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
10310         SYMBOL_REF_DECL points to a constant.
10311
10312 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
10313
10314         * varasm.c (output_constant_def): Split out two new static
10315         functions, build_constant_desc and maybe_output_constant_def_contents.
10316         Restructure for comprehensibility.  Don't call
10317         output_addressed_constants.  Treat defstr being non-NULL for
10318         STRING_POOL_ADDRESS_P constants as an invariant.
10319         (struct deferred_string): Remove labelno field.
10320         (output_constant_def_contents): Kill labelno argument. Call
10321         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
10322         asm_out.internal_label.
10323         (mark_constant): Update call to output_constant_def_contents.
10324         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
10325         constants as an invariant.
10326
10327 2003-04-26  Richard Henderson  <rth@redhat.com>
10328
10329         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
10330         (ix86_expand_call, ix86_rtx_consts): Likewise.
10331
10332 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10333
10334         * doc/md.texi (cmpstr): Document additional restrictions.
10335
10336 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10337
10338         * flags.h (time_report): Remove.
10339         * timevar.c (timevar_enable): New.
10340         (TIMEVAR_ENABLE): Remove, use timevar_enable.
10341         (timevar_init): Rename from init_timevar.
10342         * timevar.h (timevar_init): Rename from init_timevar.
10343         * toplev.c (time_report): Make static.
10344         (do_compile): Conditionally call init_timevar first.
10345         (preprocess_options): Move some code to do_compile.
10346
10347 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
10348
10349         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
10350
10351 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10352
10353         * _cpp_lex_direct: Remove pointless code.
10354
10355 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
10356
10357         * doc/extend.texi (Function Attributes): Document "near" and "far"
10358         for 68HC11 and 68HC12.
10359
10360 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10361
10362         * expr.c (store_field): When making temporary for store, don't
10363         make it TYPE_QUAL_CONST.
10364
10365 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
10366
10367         * toplev.c (read_integral_parameter):  Use "argument" in error
10368         message to distinguish it from actual invalid options.
10369
10370 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
10371
10372         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
10373         addition of __PIC__ and __pic__ macros.
10374         * config/xtensa/xtensa.h: Clean up indentation.
10375
10376 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
10377
10378         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
10379         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
10380         (SUBTARGET_CPP_SPEC): Define.
10381         (LIB_SPEC): Delete.
10382         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
10383         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
10384         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
10385         Define.
10386         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
10387         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
10388
10389 2003-04-25  H.J. Lu <hjl@gnu.org>
10390
10391         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
10392         for return mode.
10393         (ia64_expand_builtin): Set rmode to SImode for
10394         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
10395         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
10396         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
10397         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
10398
10399 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
10400
10401         * configure.in (make_compare_target):  Test for GNU cmp and set this
10402         variable appropriately.
10403         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
10404         compare4-lean): Rename actual targets to slowcompare*.  New compare*
10405         targets depend on names based on make_compare_target.
10406         * configure:  Regenerated.
10407
10408 2003-04-25  Richard Henderson  <rth@redhat.com>
10409
10410         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
10411         to clobber ar.pfs and ar.unat.
10412         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
10413         fix test for spilling ar.pfs to the stack.
10414
10415 2003-04-25  Richard Henderson  <rth@redhat.com>
10416
10417         PR opt/10315
10418         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
10419         checks during reload; use validize_mem instead of adjust_address.
10420
10421 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
10422
10423         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
10424         return values from recog_memoized().
10425
10426 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10427
10428         PR opt/8705
10429         * gcse.c (try_replace_reg): On a successful substitution of a constant
10430         into a single set, try to simplify the source of the set.
10431         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
10432         constant source.
10433
10434 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
10435
10436         * cpplex.c (cpp_token_len): Tighten up.
10437         (cpp_token_as_text): Need extra byte now.
10438         * cpplib.c (glue_header_name): Need extra 2 bytes.
10439         * cppmacro.c (cpp_macro_definition): Need extra byte.
10440
10441 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
10442
10443         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
10444         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
10445         where they might be not present. Use their _sp64 equivalent
10446         instead.
10447
10448 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
10449
10450         * i386.md (cvtsi2sdq): Fix typo in previous patch.
10451
10452 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
10453
10454         * configure.in: Check whether mbstowcs works.
10455         * configure, config.in: Regenerate.
10456         * intl.c: Use HAVE_WORKING_MBSTOWCS.
10457
10458 2003-04-24  H.J. Lu <hjl@gnu.org>
10459
10460         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
10461         for __sync_bool_compare_and_swap_di for int return type.
10462
10463         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
10464         Change return type to int.
10465         (__sync_bool_compare_and_swap): Likewise.
10466
10467 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
10468
10469         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
10470         looking for fallthru edge.
10471
10472         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
10473         Fix.
10474         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
10475         athlon-fvector): New.
10476         (athlon_*): Revisit to match new optimization guide.
10477         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
10478         * i386.md (cvt??2?? patterns): Fix modes.
10479         (fistp patterns): Set modes.
10480
10481         Accidentaly commited with my earlier reload patch:
10482         PR c/10308
10483         * reload.c (find_reloads_address_1): Reload plus at the place of
10484         index register.
10485
10486 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
10487
10488         New GCOV_TAG_FUNCTION layout
10489         * coverage.c (struct function_list): Replace name with ident.
10490         (struct counts_entry): Likewise.
10491         (fn_ident): New.
10492         (htab_counts_entry_hash, htab_counts_entry_eq,
10493         htab_counts_entry_del): Adjust.
10494         (reads_count_file, get_coverage_counts,
10495         coverage_begin_output, coverage_end_function): Adjust.
10496         (build_fn_info_type, build_fn_info_value): Likewise.
10497         * gcov-dump.c (tag_function): Adjust.
10498         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10499         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10500         * gcov.c (struct function_info): Add ident.
10501         (read_graph_file, read_count_file): Adjust.
10502         * libgcov.c (gcov_exit): Adjust.
10503
10504 2003-04-23  Richard Henderson  <rth@redhat.com>
10505
10506         PR opt/8300
10507         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
10508         after initialize_uninitialized_subregs; update reg info assuming
10509         new pseudos were created.
10510
10511 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
10512
10513         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
10514         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
10515         (lex_string): Take cpp_string with full spelling.
10516         (cb_ident): Update.
10517         (c_lex): Update diagnostics.
10518         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
10519         (create_literal): New.
10520         (lex_string): Unterminated literals have type CPP_OTHER.
10521         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
10522         for CPP_OTHER.
10523         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
10524         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
10525         * cpplib.c (parse_include, do_line, do_linemarker,
10526         destringize_and_run): Update for token storing full spelling.
10527         * cpplib.h: Update token spelling types.
10528         * cppmacro.c (stringify_arg, check_trad_stringification):
10529         Update for token storing full spelling.
10530
10531 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
10532
10533         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
10534
10535 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
10536
10537         * arm.h (TARGET_OPTIONS): Add value field.
10538
10539 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
10540
10541         * doc/extend.texi: Remove duplicate 2003 copyright date.
10542
10543 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
10544
10545         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
10546         (libgcov.a): Depends on LIBGCC_DEPS.
10547         * basic-block.h (profile_info): Moved here from coverage.h. Made
10548         a pointer.
10549         * coverage.c (struct function_list): Fixed array of counter types.
10550         (struct counts_entry): Keyed by counter type, contains summary.
10551         (profile_info): Moved to profile.c.
10552         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
10553         vars.
10554         (profiler_label): Remove.
10555         (ctr_labels): New.
10556         (set_purpose, label_for_tag, build_counter_section_fields,
10557         build_counter_section_value, build_counter_section_data_fields,
10558         build_counter_section_data_values, build_function_info_fields,
10559         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
10560         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
10561         build_ctr_info_value, build_gcov_info): New.
10562         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
10563         (reads_counts_file): Adjust.
10564         (get_coverage_counts): Takes counter number. Add summary
10565         parameter. Adjust.
10566         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
10567         create counter array labels.
10568         (coverage_end_function): Adjust.
10569         (create_coverage): Adjust.
10570         (find_counters_section): Remove.
10571         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
10572         (struct section_info, struct profile_info): Remove.
10573         (profile_info): Moved to basic-block.h.
10574         (coverage_counter_ref): Takes a counter number.
10575         (get_coverage_counts): Takes a counter number. Added summary
10576         parameter.
10577         (find_counters_section): Remove.
10578         * gcov-dump.c (tag_arc_counts): Rename to ...
10579         (tag_counters): ... here. Adjust.
10580         (tag_table): Move tag_counters to 3rd entry. Remove
10581         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
10582         (dump_file): Check for counter tag values here.
10583         (tag_summary): Adjust.
10584         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
10585         * gcov-io.h (GCOV_LOCKED): New.
10586         (GCOV_TAG_ARC_COUNTS): Rename to ...
10587         (GCOV_TAG_COUNTS_BASE): ... here.
10588         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
10589         Remove.
10590         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
10591         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
10592         GCOV_TAG_IS_COUNTER): New.
10593         (struct gcov_ctr_summary): New.
10594         (struct gcov_summary): Adjust.
10595         (struct gcov_counter_section): Remove.
10596         struct gcov_counter_section_data): Remove.
10597         (struct gcov_function_info): Rename to ...
10598         (struct gcov_fn_info): ... here. Adjust.
10599         (struct gcov_ctr_info): New.
10600         (struct gcov_info): Adjust.
10601         * gcov.c (read_count_file): Adjust.
10602         (output_lines): Adjust.
10603         * libgcov.c (gcov_exit): Adjust.
10604         (__gcov_flush): Adjust.
10605         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
10606         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
10607         probably_never_executed_bb_p, compute_frequency_function): Adjust
10608         profile_info use.
10609         * profile.c (struct counts_entry): Remove.
10610         (profile_info): Define here.
10611         (get_exec_counts): Adjust get_coverage_counts call.
10612         (compute_branch_probablilities): Remove find_counters_section
10613         call.
10614         (gen_edge_profiler): Adjust coverage_counter_ref call.
10615         * tracer.c (tail_duplicate): Adjust profile_info use.
10616
10617 2003-04-23  Roger Sayle  <roger@eyesopen.com>
10618
10619         PR optimization/10339
10620         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
10621         directly instead of unsafely transforming call into a memcmp.
10622         (expand_builtin_strncmp): Likewise.
10623
10624 2003-04-22  Roger Sayle  <roger@eyesopen.com>
10625
10626         * alias.c (mark_constant_function):  Check for constancy and
10627         purity even of void functions.  Update both the function decl
10628         and the cgraph RTL info with the results.
10629
10630 2003-04-22  Roger Sayle  <roger@eyesopen.com>
10631
10632         * real.c (do_add): Change to return a bool indicating that the
10633         result of the operation may be inexact due to loss of precision.
10634         (do_multiply): Likewise.
10635         (do_divide): Likewise.
10636
10637 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
10638             Loren James Rittle  <ljrittle@acm.org>
10639
10640         * dwarf2out.c (fde_table_allocated): Mark with GTY.
10641         (decl_die_table_allocated): Likewise.
10642         (abbrev_die_table_allocated): Likewise.
10643         (line_info_table_allocated): Likewise.
10644         (separate_line_info_table_allocated): Likewise.
10645         (pubname_table_allocated): Likewise.
10646         (arange_table_allocated): Likewise.
10647         (ranges_table_allocated): Likewise.
10648         (decl_die_table_in_use): Unconditionalize; mark with GTY.
10649         (abbrev_die_table_in_use): Likewise.
10650         (line_info_table_in_use): Likewise.
10651         (separate_line_info_table_in_use): Likewise.
10652         (pubname_table_in_use): Likewise.
10653         (arange_table_in_use): Likewise.
10654         (ranges_table_in_use): Likewise.
10655         (have_location_lists): Likewise.
10656         (emitcount): New GTY-marked static, moved...
10657         (maybe_emit_file): ...from here.
10658         (label_num): New GTY-marked static, moved...
10659         (gen_internal_sym): ...from here.
10660
10661 2003-04-22  Richard Henderson  <rth@redhat.com>
10662
10663         PR 8866
10664         * rtl.h (MEM_NOTRAP_P): New.
10665         (MEM_COPY_ATTRIBUTES): Copy it.
10666         * rtlanal.c (may_trap_p): Check it.
10667         * expr.c (do_tablejump): Set it.
10668         * doc/rtl.texi (Flags): Document it.
10669
10670         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
10671
10672 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
10673
10674         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
10675         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
10676
10677 2003-04-22  Vincent Celier <celier@gnat.com>
10678
10679         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
10680         --enable-threads=gnat.
10681         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
10682         * configure.in: Add gnat to the list of thread packages
10683         * configure: Rebuild.
10684         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
10685
10686 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
10687
10688         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
10689
10690 2003-04-22  Devang Patel  <dpatel@apple.com>
10691
10692         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
10693         parameter count.
10694         (_cpp_copy_replacement_text): Same.
10695
10696 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
10697
10698         * c-lex.c (c_lex): Handle CPP_OTHER differently.
10699         * cppexp.c (_cpp_parse_expr): Similarly.
10700         * cpplex.c (SPELL_CHAR): Remove.
10701         (_cpp_lex_direct): Stray chars are saved as byte strings.
10702         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
10703         handle SPELL_CHAR.
10704         (cpp_avoid_paste): Update handling of CPP_OTHER.
10705         * cpplib.h: Spell CPP_OTHER like a number.
10706         (struct cpp_token): Remove member c.
10707         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
10708
10709 2003-04-22  David Turner <novalis@gnu.org>
10710
10711         * gbl-ctors.h: Add special license exception.
10712         * libgcc2.h: Likewise.
10713         * tsystem.h: Likewise.
10714         * gcov-io.h: Likewise.
10715
10716 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
10717
10718         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
10719         macro defaulting to original BRANCH_COST heuristic.
10720         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
10721
10722         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
10723
10724 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
10725
10726         * config/rs6000/t-spe: Merge in t-fprules into file.
10727
10728         * config.gcc: Add t-spe to powerpc-eabispe.
10729
10730 2003-04-22  Kean Johnston  <jkj@sco.com>
10731
10732         * tlink.c (recompile_files): Add missing '=' to putenv calls
10733
10734 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
10735
10736         * ginclude/stddef.h: Provide C++ safe offsetof.
10737
10738 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
10739
10740         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
10741         for reg notes, if there are no substitutions, just use a SUBREG.
10742
10743 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
10744
10745         * Makefile.in (calls.o): Depend on except.h.
10746         * calls.c: Include except.h.
10747         (emit_call_1): Call note_eh_region_may_contain_throw if
10748         appropriate.
10749         * except.c (eh_region): Add may_contain_throw.
10750         (expand_eh_region_end_cleanup): Do not include handler code when
10751         it cannot be reached.
10752         (note_eh_region_may_contain_throw): New function.
10753         * except.h (note_eh_region_may_contain_throw): New function.
10754
10755 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
10756
10757         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
10758         changes.
10759
10760 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
10761
10762         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
10763         64-bit long doubles.
10764
10765 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
10766
10767         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
10768         a number of conversions required for type consistency and previously
10769         stripped off by STRIP_NOPS.
10770
10771         * calls.c (expand_call): Prevent sibcall optimization for calls to
10772         nested subprograms.
10773
10774         * expmed.c (extract_bit_field): Reverse operands of && condition to
10775         prevent a potential division by zero in the previously first branch.
10776         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
10777
10778 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
10779
10780         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
10781         (subrange_type_die): Likewise.
10782         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
10783         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
10784
10785 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10786
10787         Break out coverage routines to new file.
10788         * Makefile.in (COVERAGE_H): New variable
10789         (C_OBJS): Add coverage.o
10790         (coverage.o): New target.
10791         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
10792         dependencies.
10793         (GTFILES): Adjust.
10794         (gt-coverage.h): New target.
10795         (gt-profile.h): Remove.
10796         * profile.h: Remove. Move to ...
10797         * coverage.h: ... here. New. #include gcov-io.h.
10798         * gcov-io.h: Move function definitions to ...
10799         * gcov-io.c: ... here. New.
10800         * profile.c: Move coverage routines to coverage.c.
10801         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
10802         end_branch_prob): Adjust.
10803         * coverage.c: New. Coverage routines from profile.c
10804         (coverage_counter_ref, coverage_init, coverage_finish,
10805         coverage_end_function, coverage_begin_output,
10806         coverage_counter_ref, get_coverage_counts): Define.
10807         * gcov-dump.c, gcov.c: #include gcov-io.c.
10808         * libgcov.c: Likewise. Adjust.
10809         * loop-init.c: Don't #include profile.h
10810         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
10811         * rtl.h: Add coverage prototypes.
10812         * toplev.c (compile_file): Init coverage, not branch_prob.
10813         Always call coverage_finish.
10814         (rest_of_compilation): Call coverage_end_function.
10815
10816 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
10817
10818         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
10819
10820 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
10821
10822         * c-ppoutput.c (cb_include): Don't take a cpp_token.
10823         * cppfiles.c: Don't undef strcmp.
10824         (find_include_file): Don't take a cpp_token.  Check for empty
10825         file names.
10826         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
10827         (cpp_push_include): Simplify.
10828         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
10829         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
10830         (parse_include): Similary.  Don't check for zero-length filenames.
10831         (do_include_common, do_pragma_dependency): Update accordingly.
10832         * cpplib.h (struct cpp_callbacks): Change prototype of include.
10833
10834 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10835
10836         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
10837         details of conflict handling.
10838
10839         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
10840         when conversion overflows.
10841
10842         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
10843
10844         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
10845         before clearing.
10846
10847 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
10848
10849         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
10850         have the same form as the old RTL.
10851
10852 2003-04-21  Andreas Jaeger  <aj@suse.de>
10853
10854         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
10855
10856 2003-04-20  Chris Lattner  <sabre@nondot.org>
10857             Zack Weinberg  <zack@codesourcery.com>
10858
10859         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
10860         genrtl_cleanup_stmt.  Correct comment at head of
10861         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
10862
10863         * stmt.c (struct nesting): Kill n_function_calls.
10864         (expand_start_bindings): Don't set
10865         thisblock->data.block.n_function_calls.
10866         (expand_end_bindings): Compare function_call_count against 0.
10867         (expand_cleanups): Kill DONT_DO argument; all callers passed
10868         NULL_TREE. All callers updated to match.
10869
10870 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
10871
10872         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
10873         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
10874         (output_constant_def): Remove code predicated on
10875         defer_addressed_constants_flag.
10876
10877         * output.h: Remove prototypes of deleted functions.
10878         * c-typeck.c (constructor_subconstants_deferred): Kill.
10879         (struct initializer_stack): Remove 'deferred' field.
10880         (start_init): Remove all references to the above.
10881         (finish_init): Likewise. Also remove never-executed call to
10882         output_deferred_addressed_constants.  Pull assignment to
10883         defstr out of if expression.
10884
10885 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
10886
10887         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
10888         NOTE_NEWLINE): Remove.
10889         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
10890         to handle new form of line note type.
10891
10892 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
10893
10894         * target.h (encode_section_info): Add new argument carrying
10895         the RTL to be modified by the hook.
10896
10897         * varasm.c (make_decl_rtl, output_constant_def): Update calls
10898         to encode_section_info.
10899         (default_encode_section_info): Take and use RTL argument,
10900         don't use TREE_CST_RTL or DECL_RTL.
10901         * output.h: Update prototype of default_encode_section_info.
10902         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
10903         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
10904         Update calls to encode_section_info.
10905
10906         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
10907         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
10908         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
10909         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
10910         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
10911         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
10912         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
10913         except for PE dllimport/dllexport.  Update calls to
10914         default_encode_section_info.
10915
10916         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
10917         Update prototypes.
10918
10919         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
10920
10921 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10922
10923         PR/8705
10924         * pa.md (movccfp): New expander.
10925         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
10926         Reverse fcmp conditions.
10927
10928 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10929
10930         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
10931         of operand 1 correctly.
10932
10933 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10934
10935         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
10936         * gcov.c (output_lines): Don't be so fussy about going past EOF.
10937
10938 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
10939
10940         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
10941         (cppcharset.o): New target.
10942         * c-lex.c (is_extended_char): Move to cppcharset.c.
10943         (utf8_extend_token): Delete.
10944         * cppcharset.c: New file.
10945         * cpphash.h (_cpp_valid_ucn): New.
10946         * cpplex.c (lex_identifier): Update prototype.
10947         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
10948         escapes.
10949         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
10950         in cppcharset.c.
10951         (lex_number, lex_identifier, cpp_parse_escape): Update.
10952         (_cpp_lex_direct): Update to handle UCNs.
10953         (cpp_avoid_paste): Don't paste to form a UCN.
10954
10955 2003-04-19  Roger Sayle  <roger@eyesopen.com>
10956
10957         * builtins.c (expand_builtin):  Don't expand a pure or const
10958         built-in function if the result will be ignored and none of
10959         its arguments are volatile.
10960
10961 2003-04-19  Kean Johnston  <jkj@sco.com>
10962
10963         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
10964         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
10965         target fragment now: t-sco5; dont compile crti.o.
10966         * config/i386/sco5.h: major overhaul to remove all COFF remnants
10967         and to use elfos.h for most definitions.
10968         (BSS_SECTION_ASM_OP): set correct segment attributes.
10969         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
10970         (DWARF2_UNWIND_INFO): Always set to 1.
10971         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
10972         (MD_STARTFILE_PREFIX_1): Define.
10973         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
10974         (DEFAULT_LINKER): Define if not specified to configure.
10975         (CTORS_SECTION_ASM_OP): Remove COFF crud.
10976         (DTORS_SECTION_ASM_OP): Remove COFF crud.
10977         (WINT_TYPE): Define.
10978         (SDB_DEBUGGING_INFO): Remove.
10979         (EXTRA_SECTIONS): Likewise.
10980         (EXTRA_SECTION_FUNCTIONS): Likewise.
10981         (CTOR_LIST_BEGIN): Likewise.
10982         (CTOR_LIST_END): Likewise.
10983         (INIT_SECTION_FUNCTION): Likewise.
10984         (FINI_SECTION_FUNCTION): Likewise.
10985         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
10986         (LOCAL_LABEL_PREFIX): Likewise.
10987         (NON_SAVING_SETJMP): Likewise.
10988         (RETURN_POPS_ARGS): Likewise.
10989         (ASM_OUTPUT_SKIP): Likewise.
10990         (TARGET_ASM_NAMED_SECTION): Likewise.
10991         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
10992         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
10993         (ASM_OUTPUT_IDENT): Likewise.
10994         (ASM_OUTPUT_CASE_LABEL): Likewise.
10995         (ASM_OUTPUT_ASCII): Likewise.
10996         (ASM_OUTPUT_LIMITED_STRING): Likewise.
10997         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
10998         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
10999         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
11000         (ASM_FINISH_DECLARE_OBJECT): Likewise.
11001         (ASM_DECLARE_OBJECT_NAME): Likewise.
11002         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
11003         (ASM_DECLARE_FUNCTION_NAME): Likewise.
11004         (ASM_DECLARE_RESULT): Likewise.
11005         (ASM_WEAKEN_LABEL): Likewise.
11006         (SUPPORTS_WEAK): Likewise.
11007         (APPLY_RESULT_SIZE): Likewise.
11008         (LPREFIX): Likewise.
11009         (ALIGN_ASM_OP): Likewise.
11010         (ASCII_DATA_ASM_OP): Likewise.
11011         (IDENT_ASM_OP): Likewise.
11012         (ASM_SHORT): Likewise.
11013         (ASM_LONG): Likewise.
11014         (TYPE_ASM_OP): Likewise.
11015         (SIZE_ASM_OP): Likewise.
11016         (STRING_ASM_OP): Likewise.
11017         (SKIP_ASM_OP): Likewise.
11018         (EH_FRAME_SECTION_ASM_OP): Likewise.
11019         (READONLY_DATA_SECTION_ASM_OP): Likewise.
11020         (INIT_SECTION_ASM_OP): Likewise.
11021         (FINI_SECTION_ASM_OP): Likewise.
11022         (TEXT_SECTION_ASM_OP): Likewise.
11023         (DATA_SECTION_ASM_OP): Likewise.
11024         (TYPE_OPERANT_FORMAT): Likewise.
11025         (ASM_SPEC): Remove COFF code.
11026         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
11027         cause -pg to emit an error; use pcrt1elf.o with -pp
11028         (ENDFILE_SPEC): Likewise.
11029         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
11030         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
11031         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
11032         add -z alt_resolve to support weak symbols the way GCC wants them.
11033         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
11034         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
11035         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
11036         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
11037         (CRTSTUFF_T_CFLAGS_S): Define.
11038         (MULTILIB_OPTIONS): Likewise.
11039         (MULTILIB_DIRNAMES): Likewise.
11040         (MULTILIB_MATCHES): Likewise.
11041         (MULTILIB_EXTRA_OPTS): Likewise.
11042         (LIBGCC): Likewise.
11043         (INSTALL_LIBGCC): Likewise.
11044         (crti.o): Remove.
11045         * config/i386/t-sco5gas: Remove.
11046         * doc/install.texi: Updated for new OpenServer instructions.
11047         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
11048
11049 2003-04-19  Kean Johnston  <jkj@sco.com>
11050
11051         * fixinc/check.tpl: Allow user to over-ride diff program.
11052         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
11053         (sco_math): Added test for SCO math header files.
11054         (sco_regset): Added check for conflicts with ieeefp.h.
11055         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
11056         * fixinc/fixincl.x: Regenerated
11057         * fixinc/tests/base/math.h: Added sco_math tests.
11058         * fixinc/tests/base/string.h: New file.
11059         * fixinc/tests/base/sys/regset.h: New file.
11060
11061 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11062
11063         * cpphash.h (struct cpp_buffer): Remove backup_to.
11064         * cpplex.c (BACKUP, get_effective_char): Die.
11065         (_cpp_skip_block_comment): Assume '*' is location on entry.
11066         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
11067         (IF_NEXT_IS): Update.
11068         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
11069
11070 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
11071
11072         * README.Portability: Move to a new section and obsolete K+R
11073         portability issues.
11074
11075 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
11076
11077         * rtlanal.c (subreg_offset_representable_p):  Fix call of
11078         subreg_lowpart.
11079
11080 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11081
11082         * cpphash.h (struct cpp_reader): New member warned_dollar.
11083         * cpplex.c (continues_identifier_p): New function.
11084         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
11085         lex_number and lex_string, and simplify.
11086         (parse_slow, unescaped_terminator_p): Die.
11087         (_cpp_lex_direct): Update.
11088
11089 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11090
11091         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
11092
11093 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
11094
11095         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
11096         fork behavior.
11097
11098 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11099
11100         * cppexp.c (eval_token): Permit true and false even if pedantic.
11101
11102 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11103
11104         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
11105
11106 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
11107
11108         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
11109         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
11110         (struct include_file): Remove fefcnt, mapped members.
11111         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
11112         (read_include_file): Don't use mmap, terminate buffers in '\r'.
11113         (purge_cache): Don't use munmap.
11114         * cpphash.h (CPP_BUF_COLUMN): Update.
11115         (lexer_state): Remove lexing_comment.
11116         (struct _cpp_line_note): New.
11117         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
11118         next_line and need_line.  Remove col_adjust and saved_flags.
11119         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
11120         _cpp_skip_block_comment, scan_out_logical_line): New.
11121         (_cpp_init_mbchar): Remove.
11122         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
11123         (cpp_read_main_file): Set line to 1 earlier.
11124         (post_options): -traditional-cpp doesn't want trigraphs.
11125         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
11126         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
11127         _cpp_get_fresh_line): New.
11128         (handle_newline, skip_escaped_newlines, trigraph_p,
11129         continue_after_nul, _cpp_init_mbchar): Remove.
11130         (get_effective_char): Update.
11131         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
11132         (skip_line_comment): Simplify.
11133         (skip_whitespace, parse_identifier, parse_slow, parse_number,
11134         parse_string): Update.
11135         (cpp_lex_direct): Use clean lines and process line notes.  Update.
11136         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
11137         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
11138         directly.
11139         (_cpp_handle_directive): Don't set saved_flags.
11140         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
11141         cpp_undef, handle_assertion, cpp_push_buffer): Update.
11142         (_cpp_pop_buffer): Free notes.
11143         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
11144         * cpppch.c (cpp_read_state): \n terminate buffer.
11145         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
11146         (copy_comment): Use _cpp_skip_block_comment.
11147         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
11148         Simplify.
11149         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
11150         save_replacement_text): Update.
11151         (scan_out_logical_line): Update to use clean lines and process
11152         line notes.
11153         * fix-header.c (read_scan_file): Update.
11154
11155 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
11156
11157         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
11158         null begin parameter (as well as pointer to null).
11159         (__deregister_frame_info_bases): Likewise.
11160
11161 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11162
11163         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
11164         hard or virtual register and copy into pseudo if replacement fails.
11165
11166         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
11167
11168         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
11169
11170 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
11171
11172         * calls.c (expand_call): Move special case for constructor calls
11173         to right place. Ensures constructor calls used to initialize
11174         arguments get a clean outgoing argument block for themselves.
11175         Move check for stack deallocation completeness until after last
11176         deallocation.  Add stack_pointer_delta to set of state
11177         variables saved and restored along with current stack_level.
11178
11179         * integrate.c (expand_inline_function): Ensure non-const actuals
11180         don't end up const in the caller's flow after conversion to possibly
11181         const formal type.
11182
11183 2003-04-18  Vincent Celier  <celier@gnat.com>
11184
11185         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
11186         and *_DIV_EXPR as TRUNC_*_EXPR.
11187
11188 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
11189
11190         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
11191         for orphaned jump tables.
11192
11193 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
11194
11195         * reload1.c: Revert my previous patch on 2002-04-17.
11196
11197 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11198
11199         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
11200         Add Segher Boessenkool.
11201
11202 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
11203
11204         PR c/9177
11205         * c-decl.c (c_expand_body): Don't garbage collect the function
11206         body if we are going to dump it later.
11207
11208 2003-04-18  Richard Henderson  <rth@redhat.com>
11209
11210         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
11211         (alpha_end_function): Don't set them.
11212         (decl_in_text_section): Remove.
11213         (alpha_encode_section_info): Remove.
11214         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
11215         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
11216         sections, rather than decl_in_text_section results.
11217
11218 2003-04-18  Roger Sayle  <roger@eyesopen.com>
11219
11220         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
11221         and SIGN_EXTRACT.
11222
11223 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11224
11225         PR optimization/7675
11226         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
11227         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
11228         nested functions if they refer to declarations from parent functions.
11229         * stmt.c (expand_decl): Don't put automatic variables in registers
11230         if the DECL_NONLOCAL flag is set.
11231
11232 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
11233
11234         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
11235         consider those to be movable where the source matches
11236         want_to_gcse_p.
11237         (update_ld_motion_stores): In comment, refer to
11238         compute_ld_motion_mems for validity of replacement.
11239
11240 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
11241
11242         * gcov-dump.c (tag_summary): Remove max_sum
11243         * gcov-io.h (gcov_summary, gcov_write_summary,
11244         gcov_read_summary): Kill max_sum.
11245         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
11246         message more verbose.
11247
11248         * emit-rtl.c (subreg_hard_regno):  Check that register is
11249         representable.
11250
11251         * reload.c (reload_inner_reg_of_subreg):  When register is not
11252         representable, reload the whole thing.
11253         (find_reloads): Likewsie.
11254         * rtlanal.c (subreg_representable_p):  New function.
11255
11256         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
11257         allow negative probabilities for edges from the call to exit.
11258         (branch_prob): Do not add fake edges for functions that may return
11259         twice.
11260
11261 2003-04-17  DJ Delorie  <dj@redhat.com>
11262
11263         * toplev.c (target_options): Add value field.
11264         (set_target_switch): Handle target options with values.
11265         * doc/tm.texi: Document how fixed vs variable target
11266         options work.
11267         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
11268         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
11269         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
11270         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
11271         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
11272         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
11273         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
11274         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
11275         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
11276         Add value initializer to target options.
11277
11278 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
11279
11280         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
11281
11282 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
11283
11284         * reload1.c (move2add_last_cc0): New.
11285         (reload_cse_move2add): Detect implicit sets.
11286         (move2add_note_store): Notice a store into cc0.
11287
11288 2003-04-17  Roger Sayle  <roger@eyesopen.com>
11289
11290         PR c/10375
11291         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
11292         function attributes.
11293
11294 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
11295
11296         * doc/sourcebuild.texi (Test Suites): Document support for testing
11297         binary compatibility (moved from testsuite/README.compat).
11298
11299 2003-04-17  Richard Henderson  <rth@redhat.com>
11300
11301         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
11302
11303 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
11304
11305         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
11306         the one provided by the FSF.
11307
11308 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11309
11310         * doc/install.texi (Binaries): Update URL and list of platforms
11311         provided by ftp.thewrittenword.com.
11312
11313 2003-04-17  Richard Henderson  <rth@redhat.com>
11314
11315         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
11316         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
11317         * config/xtensa/xtensa.md (call, call_value): Likewise.
11318
11319 2003-04-17  Richard Henderson  <rth@redhat.com>
11320
11321         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
11322         (print_operand_address): Likewise.
11323         (ep_memory_operand): Likewise.
11324         (special_symbolref_operand): Likewise.
11325         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
11326         (v850_encode_section_info): Call default_encode_section_info.
11327         (v850_strip_name_encoding): Remove.
11328         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
11329         (ASM_OUTPUT_LABELREF): Remove.
11330         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
11331         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
11332         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
11333         (ENCODED_NAME_P): Remove.
11334         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
11335         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
11336         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
11337
11338 2003-04-17  Richard Henderson  <rth@redhat.com>
11339
11340         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
11341         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
11342         SYMBOL_REF_FUNCTION_P.
11343
11344 2003-04-17  Richard Henderson  <rth@redhat.com>
11345
11346         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
11347         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
11348         (text_segment_operand): Likewise.
11349
11350 2003-04-17  Richard Henderson  <rth@redhat.com>
11351
11352         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
11353         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11354         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11355         (sh_encode_section_info): Remove.
11356         (sh_strip_name_encoding): Remove.
11357         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
11358         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
11359         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
11360         (ASM_OUTPUT_LABELREF): Remove.
11361         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
11362         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
11363
11364 2003-04-17  Richard Henderson  <rth@redhat.com>
11365
11366         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
11367         (tls_model_chars): Remove.
11368         (larl_operand): Use SYMBOL_REF_FLAGS.
11369         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11370         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11371         (s390_output_mi_thunk): Likewise.
11372         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
11373         (s390_function_profiler): Likewise.
11374         (s390_encode_section_info): Use default_encode_section_info
11375         and SYMBOL_FLAG_ALIGN1.
11376         (s390_strip_name_encoding): Remove.
11377         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
11378         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
11379         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
11380
11381 2003-04-17  Richard Henderson  <rth@redhat.com>
11382
11383         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
11384         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
11385         (print_operand_address): Likewise.
11386
11387         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
11388         * config/ns32k/ns32k.c (expand_block_move): Don't check
11389         flag_unroll_loops.
11390
11391 2003-04-17  Richard Henderson  <rth@redhat.com>
11392
11393         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
11394         SYMBOL_REF_FLAG.
11395
11396 2003-04-17  Richard Henderson  <rth@redhat.com>
11397
11398         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
11399
11400         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
11401         (SYMBOL_REF_MODEL): New.
11402         (LIT_NAME_P): Move from m32r.h.
11403         (m32r_select_section): Remove.
11404         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
11405         (m32r_strip_name_encoding): Remove.
11406         (m32r_in_small_data_p): New.
11407         (small_data_operand): Use SYMBOL_REF_SMALL_P.
11408         (addr24_operand): Use SYMBOL_REF_MODEL.
11409         (call26_operand): Likewise.
11410         (addr32_operand): Tidy.
11411         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
11412         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
11413         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
11414         (READONLY_DATA_SECTION_ASM_OP): Remove.
11415         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
11416         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
11417         (TARGET_ASM_SELECT_SECTION): Remove.
11418         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
11419         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
11420         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
11421         (ASM_OUTPUT_LABELREF): Remove.
11422
11423 2003-04-17  Richard Henderson  <rth@redhat.com>
11424
11425         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
11426         (encode_section_info): Remove.
11427         * config/ip2k/ip2k-protos.h: Update.
11428
11429 2003-04-17  Richard Henderson  <rth@redhat.com>
11430
11431         * varasm.c (default_encode_section_info): Don't set
11432         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
11433         * config/i370/i370.c (i370_encode_section_info): Remove.
11434         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
11435         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
11436         * config/i370/i370.md (movsi): Likewise.
11437
11438         * config/i370/t-i370: Add missing backslash.
11439
11440 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
11441
11442         * doc/invoke.texi (inline-limit): Fix pasto.
11443
11444 2003-04-17  Richard Henderson  <rth@redhat.com>
11445
11446         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
11447         (small_call_insn_operand): Use it.
11448         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
11449         (h8300_eightbit_constant_address_p): Use it.
11450         (SYMBOL_FLAG_TINY_DATA): New.
11451         (h8300_tiny_constant_address_p): Use it.
11452         (h8300_encode_label, h8300_strip_name_encoding): Remove.
11453         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
11454         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
11455         (ASM_OUTPUT_LABELREF): Remove.
11456
11457 2003-04-16  Richard Henderson  <rth@redhat.com>
11458
11459         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
11460         all users with SYMBOL_REF_SMALL_P.
11461         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
11462         (frv_encode_section_info): Remove.
11463         (frv_strip_name_encoding): Remove.
11464         (frv_in_small_data_p): Merge tests from encode_section_info.
11465         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
11466         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
11467         (SDATA_NAME_P): Remove.
11468         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
11469         (ASM_OUTPUT_LABELREF): Remove.
11470         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
11471
11472         * config/frv/frv.c (frv_asm_out_constructor): New.
11473         (frv_asm_out_destructor): New.
11474         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
11475         (DTORS_SECTION_ASM_OP): New.
11476         (ASM_OUTPUT_CONSTRUCTOR): Remove.
11477         (ASM_OUTPUT_DESTRUCTOR): Remove.
11478
11479 2003-04-16  Richard Henderson  <rth@redhat.com>
11480
11481         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
11482         SYMBOL_REF_LOCAL_P; abort if not pic.
11483         (cris_encode_section_info): Remove.
11484
11485 2003-04-16  Richard Henderson  <rth@redhat.com>
11486
11487         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
11488         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
11489
11490         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
11491         flag_inline_trees.
11492
11493 2003-04-16  Richard Henderson  <rth@redhat.com>
11494
11495         * config/avr/avr.c (avr_encode_section_info): Remove.
11496         (avr_insert_attributes): New.
11497         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
11498         (avr_assemble_integer): Likewise.
11499
11500 2003-04-16  Richard Henderson  <rth@redhat.com>
11501
11502         * arc.c (arc_encode_section_info): Remove.
11503         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
11504         (arc_print_operand, arc_print_operand_address): Likewise.
11505         * arc.h (EXTRA_CONSTRAINT): Likewise.
11506
11507 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11508
11509         * c-semantics.c (find_reachable_label): New function to find a
11510         potentially reachable label in an expression.
11511         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
11512         assumes the start of the IF_STMT is unreachable (dead) code.
11513         (expand_unreachable_stmt): Similar to expand_stmt but assumes
11514         the start of the statement list is unreachable (dead) code.
11515         (genrtl_if_stmt):  If the controlling expression of the IF
11516         is constant, use expand_unreachable_stmt for the THEN or ELSE
11517         clause as appropriate.
11518         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
11519         the body of a SWITCH statement.
11520         (expand_stmt): The code immediately following a "return",
11521         "break", "continue" or "goto" is unreachable.
11522         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
11523
11524 2003-04-16  Richard Henderson  <rth@redhat.com>
11525
11526         * rtl.h (MEM_ALIAS_SET): Update documentation.
11527         * doc/rtl.texi (Special Accessors): New node.
11528         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
11529
11530 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
11531
11532         * reload1.c (reload_cse_noop_set_p): Return false if mode of
11533         SET_DEST is not the same as that returned by...
11534         * cselib.h (cselib_reg_set_mode): ... new function.
11535         * cselib.c (cselib_reg_set_mode): Define it.
11536         (REG_VALUES): Document semantics of first element as set mode.
11537         (cselib_subst_to_values): Skip first element if ELT is NULL.
11538         (cselib_lookup): Likewise.  Insert past the first element.
11539         (cselib_invalidate_regno): NULLify first element.
11540         (cselib_record_set): Set first element.
11541
11542 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
11543
11544         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
11545         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
11546         * tree.h: Add prototypes for the two new functions.
11547         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
11548         updates introduced in the previous revision by call to saved_expr_p.
11549         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
11550
11551         * expr.c (store_field): Force usage of bitfield instructions when
11552         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
11553         (expand_expr, case BIT_FIELD_REF): likewise.
11554
11555 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
11556
11557         PR middle-end/8866
11558         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
11559         jumptables.
11560
11561 2003-04-16  Richard Henderson  <rth@redhat.com>
11562
11563         * config/ia64/ia64.c (sdata_symbolic_operand): Use
11564         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
11565         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11566         (function_operand): Use SYMBOL_REF_FUNCTION_P.
11567         (ia64_expand_load_address): Likewise.
11568         (ia64_assemble_integer): Likewise.
11569         (ia64_encode_section_info): Remove.
11570         (ia64_strip_name_encoding): Remove.
11571         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
11572         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
11573
11574 2003-04-16  Richard Henderson  <rth@redhat.com>
11575
11576         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
11577         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
11578         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
11579         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
11580         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
11581         (global_symbolic_operand): Similarly.
11582         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
11583         (tls_symbolic_operand_type): Likewise.
11584         (alpha_encode_section_info): Use default_encode_section_info.
11585         (alpha_strip_name_encoding): Remove.
11586         (get_tls_get_addr): Split out from ...
11587         (alpha_legitimize_address): ... here.
11588         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
11589         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
11590         (alpha_initialize_trampoline): Use init_one_libfunc.
11591         (alpha_setup_incoming_varargs): Mark unused parameters.
11592         (alpha_initial_elimination_offset): Likewise.
11593         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
11594         (unicosmk_unique_section): Use default_strip_name_encoding.
11595         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
11596
11597 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
11598
11599         * config.gcc: Add t-spe for eabispe.
11600
11601         * config/rs6000/t-spe: New.
11602
11603 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
11604
11605         Re-apply this patch:
11606
11607         2002-05-16  Dale Johannesen  <dalej@apple.com>
11608           * combine.c (cant_combine_insn_p):  Reenable combinations
11609           involving hard regs unless CLASS_LIKELY_SPILLED_P.
11610
11611 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11612
11613         PR/10271
11614         * pa-protos.h (function_arg): Remove last argument.
11615         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
11616         * pa.h (struct hppa_args): Add member incoming.
11617         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
11618         member incoming.
11619         (FUNCTION_ARG): Revise call to function_arg.
11620         (FUNCTION_INCOMING_ARG): Delete.
11621
11622 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
11623
11624         * configure.in: Unify the code which creates symlinks to a
11625         just-built as, ld, objdump, and nm with the code that detects
11626         their presence for purposes of feature tests.
11627         * configure: Regenerate.
11628
11629 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
11630
11631         * varasm.c (output_constant_def): Do not consult
11632         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
11633         (after_function_constants, output_after_function_constants): Delete.
11634         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
11635         * config/mips/mips-protos.h, config/mips/mips.c
11636         (mips16_constant_after_function_p): Delete.
11637         * config/mips/mips.h: Delete #if-0-ed definition of
11638         CONSTANT_AFTER_FUNCTION_P.
11639         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
11640         mention of CONSTANT_AFTER_FUNCTION_P in comment.
11641
11642 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
11643
11644         * tree.c (next_decl_uid): Mark with GTY.
11645         (next_type_uid): Likewise.
11646
11647 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11648
11649         PR target/9594:
11650         * sh.c (barrier_align): Also recognize stuff_delay_slot as
11651         an indicator that a barrier was created by branch splitting.
11652
11653 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
11654
11655         * c-decl.c (implicitly_declare): Copy declarations that are going
11656         to be placed in a local scope.
11657
11658 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
11659
11660         * invoke.texi (Spec Files): Wrap if-exists-else example.
11661         (MCore): Remove duplicate @itemx entries and @opindex entries.
11662
11663 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
11664
11665         * unwind.inc (_Unwind_Backtrace): New function.
11666         * unwind.h (_Unwind_Backtrace): Declare it.
11667         * libgcc-std.ver (_Unwind_Backtrace): Export it.
11668
11669 2003-04-14  Jason Merrill  <jason@redhat.com>
11670
11671         PR middle-end/10336, c++/10401
11672         * jump.c (never_reached_warning): Also stop looking if we reach the
11673         beginning of the function.
11674
11675 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11676
11677         PR target/10338
11678         PR bootstrap/10198
11679         PR bootstrap/10140
11680         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
11681
11682 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11683
11684         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
11685
11686 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11687
11688         * optabs.c (expand_binop): In multi-word add cases, ensure
11689         XTARGET is copied to TARGET if they are different.
11690
11691 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
11692
11693         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
11694         to region, possible after integration of function with unreachable
11695         regions that were optimized away.
11696
11697 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
11698
11699         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
11700         instead of TOC_REGISTER in epilogue in
11701         current_function_calls_eh_return functions.
11702
11703 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
11704
11705         * doc/extend.texi (Empty Structures): Correct description of G++'s
11706         handling of these structures.
11707
11708         * c-decl.c (grokdeclarator): Reject extern redeclarations of
11709         static variables.
11710
11711 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
11712
11713         * config/rs6000/rs6000.md (define_constants): Define constants for
11714         all UNSPEC usage, including new values for TLS support.
11715         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
11716         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
11717         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
11718         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
11719         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
11720         eh_set_lr_di): Use them.
11721         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
11722         rs6000_emit_epilogue) Use them.
11723
11724         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
11725
11726 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
11727
11728         * Makefile.in (c-opts.o): Use custom action.
11729
11730 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
11731
11732         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
11733
11734 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11735
11736         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
11737         handle "superflat arrays" in Ada.
11738
11739         * integrate.c (expand_inline_function): Don't inline if would
11740         lose /u on a BLKmode TARGET.
11741
11742 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
11743
11744         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
11745         extracted from dbxout_type.
11746         (dbxout_range_type): print large bounds in octal format.
11747         (dbxout_type): Replace extracted code by call to
11748         print_int_cst_bounds_in_octal_p.
11749
11750         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
11751         of DW_LANG_Ada83 for Ada units.
11752
11753 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
11754
11755         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
11756         temporary used to round CONST_INT sizes.
11757
11758         * tree.c (int_fits_type_p): Extract generic checks from the case
11759         of constant type bounds. Refine the checks against constant type
11760         bounds to allow for possible decisions against each of these bounds
11761         without requiring both bounds to be constant.
11762         (tree_int_cst_msb): Put back.
11763         * tree.h (tree_int_cst_msb): Likewise.
11764
11765         * global.c (global_conflicts): Prevent allocation of call clobbered
11766         hard regs to pseudos live across abnormal edges, as later passes are
11767         not ready to handle them.
11768
11769         * fold-const.c (fold): Reorder tests for conditional expressions.
11770
11771         * expr.c (highest_pow2_factor): Return unsigned.
11772         * expr.h (offset_address): Likewise.
11773         * emit-rtl.c (offset_address): POW2 argument now unsigned.
11774
11775 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11776
11777         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
11778         string literals at compile-time.
11779
11780 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11781
11782         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
11783         comparison operation and c1/c2 are floating point constants into
11784         x swap(cmp) (c1 - c2).
11785
11786 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
11787
11788         * genautomata.c (output_translate_vect): Fix a typo in loop
11789         condition.
11790
11791 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
11792
11793         PR target/10377
11794         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
11795         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
11796         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
11797         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
11798         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
11799         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
11800         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
11801         ("*extopqihi_swap_side", "*extopqisi_swap_side")
11802         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
11803         When next to constraint R, replace constraint i with n.
11804
11805 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
11806
11807         PR opt/10024
11808         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
11809
11810 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11811
11812         * doc/contrib.texi (Contributors): Correct my entry.
11813
11814 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11815
11816         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
11817         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
11818         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
11819         implies DECL_BUILT_IN to simplify logic.
11820         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
11821
11822 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11823
11824         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
11825         (BT_FN_PTR_SIZE_SIZE): Likewise.
11826         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
11827         New built-in functions for malloc, calloc and strdup respectively.
11828         * calls.c (special_function_p): No need to handle malloc-like
11829         functions any longer.  ECF_MALLOC is set via built-in attributes.
11830
11831         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
11832
11833         * doc/extend.texi: Document these new built-in functions.
11834
11835 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11836
11837         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
11838         (expand_builtin_stpcpy): New.
11839         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
11840         * builtins.def: Add mempcpy & stpcpy support.
11841         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
11842
11843 2003-04-13  Nick Clifton  <nickc@redhat.com>
11844
11845         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
11846         "GCC".
11847         * config/rs6000/40x.md, config/rs6000/603.md,
11848         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
11849         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
11850         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
11851         config/rs6000/aix43.h, config/rs6000/aix51.h,
11852         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
11853         config/rs6000/altivec.h, config/rs6000/altivec.md,
11854         config/rs6000/beos.h, config/rs6000/darwin.h,
11855         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
11856         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
11857         config/rs6000/freebsd.h, config/rs6000/gnu.h,
11858         config/rs6000/host-darwin.c, config/rs6000/linux.h,
11859         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
11860         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
11861         config/rs6000/netbsd.h, config/rs6000/power4.md,
11862         config/rs6000/rios1.md, config/rs6000/rios2.md,
11863         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
11864         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
11865         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
11866         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
11867         config/rs6000/spe.md, config/rs6000/sysv4.h,
11868         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
11869         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
11870
11871 2003-04-13  Nick Clifton  <nickc@redhat.com>
11872
11873         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
11874         support for -mcall-aix switch.
11875         * config/rs6000/eabiaix.h: Delete.
11876         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
11877         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
11878         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
11879         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
11880         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
11881         debug_stack_info, output_function_profiler,
11882         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
11883         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
11884         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
11885         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
11886         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
11887         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
11888         multilibs.
11889         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
11890         (MULTILIB_EXCEPTIONS): Delete.
11891         (MULTILIB_MATCHES): Remove mcall-aix matches.
11892
11893         * doc/fragments.texi: Replace -mcall-aix example with an ARM
11894         one.
11895         * doc/install.texi: Delete powerpc-*-eabiaix target.
11896         * doc/invoke.texi: Remove documentation of mcall-aix switch.
11897         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
11898         * config.gcc: Delete powerpc-*-eabiaix target.
11899
11900 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
11901
11902         * doc/invoke.texi: Fix typos.
11903         * doc/tm.texi: Likewise.
11904
11905 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
11906
11907         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
11908
11909 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
11910
11911         * tree.c (build_constructor): New function.
11912         * tree.h: Prototype it.
11913
11914         * c-typeck.c (build_c_cast, pop_init_level)
11915         * profile.c (build_function_info_value, build_gcov_info_value)
11916         (create_profiler):
11917         Use build_constructor.
11918
11919         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
11920
11921         * objc/objc-act.c (build_constructor):
11922         Rename objc_build_constructor. Use build_constructor.
11923         (build_objc_string_object, objc_add_static_instance)
11924         (init_def_list, init_objc_symtab, init_module_descriptor)
11925         (generate_static_references, build_selector_translation_table)
11926         (build_descriptor_table_initializer, generate_descriptor_table)
11927         (build_protocol_initializer, build_ivar_list_initializer)
11928         (generate_ivars_list, build_dispatch_table_initializer)
11929         (generate_dispatch_table, generate_protocol_list)
11930         (build_category_initializer, build_shared_structure_initializer):
11931         Update to match.
11932
11933 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
11934
11935         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
11936
11937 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11938
11939         * config/m68hc11/m68hc11-protos.h
11940         (m68hc11_eq_compare_operator): Declare
11941         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
11942         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
11943         (d_register_operand): Check the operand mode.
11944         (hard_addr_reg_operand): Likewise.
11945
11946 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11947
11948         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
11949         pattern for dbcc/ibcc generation for 68HC12.
11950         ("doloop_end"): New pattern.
11951         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
11952         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
11953         ("m68hc12_dbcc_dec_qi"): New pattern.
11954         ("m68hc12_dbcc_inc_qi"): New pattern.
11955         (split): Add split for the above when we can't use dbcc/ibcc due to
11956         reloading.
11957         (peephole2): Add peephole2 to generate the above when possible.
11958
11959 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11960
11961         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
11962         mode of operand 0.
11963         (peephole2 optimize const load): Likewise for operand 2.
11964         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
11965         clobbers CC_REGNUM.
11966         ("*rotrhi3_with_carry"): Likewise.
11967         (ashift:DI 1 split): Update pattern to create the above rotate.
11968         (lshiftrt:DI 1 split): Likewise.
11969
11970 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11971
11972         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
11973         ("tstqi_z_used" split): Use it.
11974         ("cmphi_z_used"): Likewise.
11975         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
11976         ("cmpqi_z_used"): Likewise.
11977
11978 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
11979
11980         PR c++/7910
11981         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
11982
11983 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
11984
11985         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
11986         * configure, config.in: Regenerate.
11987         * intl.c (gcc_gettext_width): New function.
11988         * intl.h: Prototype it.
11989
11990 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11991
11992         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
11993         recognize -mnorelax.
11994         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
11995         (REG_CLASS_NAMES): Add its name.
11996         (REG_CLASS_CONTENTS): Define its content.
11997
11998 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11999
12000         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
12001         parameters so that offsets are valid for far definition.
12002         (__mulsi3): Likewise and use ret to return.
12003         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
12004
12005 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
12006
12007         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
12008
12009 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
12010
12011         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
12012         containing a libgcc.a, move lib* to the corresponding stage dir.
12013
12014         * Makefile.in (stage1-start, stage2-start, stage3-start,
12015         stage4-start): Move $(SPECS) to specs in stage dir.
12016         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
12017         back as $(SPECS).
12018
12019         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
12020         object files from the non-libgcc/ multilib directories as well.
12021
12022 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
12023
12024         * profile.c (read_counts_file): Initialise 'checksum'.
12025
12026         * emit-rtl.c (gen_rtx): Really correct typo.
12027
12028         PR c++/9393
12029         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
12030         * configure.in: Check for gettimeofday.
12031         * tree.c (flag_random_seed): Define.
12032         (default_flag_random_seed): New.
12033         (append_random_chars): Use flag_random_seed rather than trying
12034         to acquire randomness here.
12035         * tree.h (default_flag_random_seed): Declare.
12036         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
12037         descriptions.
12038         (decode_f_option): Handle -frandom-seed.
12039         (print_switch_values): Call default_flag_random_seed.
12040         * flags.h (flag_random_seed): Declare.
12041         * configure: Regenerate.
12042         * config.in: Regenerate.
12043         * config/alpha/t-crtfm: Use -frandom-seed.
12044
12045         * doc/extend.texi (Empty Structures): New.
12046
12047         * c-pch.c: Include flags.h.  Add comments to routines.
12048         (struct c_pch_validity): New.
12049         (get_ident): Update PCH file version number.
12050         (pch_init): Output current debugging type.
12051         (c_common_valid_pch): Check debugging type.
12052         * Makefile.in (c-pch.o): Update dependencies.
12053         * flags.h (debug_type_names): Declare.
12054         * toplev.c (debug_type_names): Move out of decode_g_option.
12055
12056 2003-04-11  Eric Christopher  <echristo@redhat.com>
12057
12058         * emit-rtl.c (gen_rtx): Fix typos.
12059
12060 2003-04-11  Richard Henderson  <rth@redhat.com>
12061
12062         * emit-rtl.c (gen_rtx): Zero '0' fields.
12063
12064 2003-04-11  Richard Henderson  <rth@redhat.com>
12065
12066         PR c++/10202
12067         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
12068         not COMPLETE_TYPE_P for re-invoking layout_decl.
12069
12070 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
12071
12072         * doc/bugreport.texi: Fix paragraph breaking between sections
12073         in preparation for TeXinfo's paragraph indentation fixes.
12074         * doc/extend.texi: Ditto.
12075         * doc/invoke.texi: Ditto.
12076         * doc/objc.texi: Ditto.
12077         * doc/gcov.texi: Wrap 'gcov' in @command{}.
12078         * doc/invoke.texi (Darwin Options): Add a preamble.
12079
12080 2003-04-11  Richard Henderson  <rth@redhat.com>
12081
12082         * config/i386/i386.c (tls_model_chars): Remove.
12083         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
12084         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
12085         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
12086         (tls_symbolic_operand_1): Likewise.
12087         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
12088         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
12089         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
12090         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
12091         bits "copied from i386.h" with default_encode_section_info.
12092
12093 2003-04-11  Richard Henderson  <rth@redhat.com>
12094
12095         * rtl.def (SYMBOL_REF): Add two 0 fields.
12096         * gengtype.c (adjust_field_rtx_def): Handle them.
12097         * print-rtl.c (print_rtx): Print them.
12098         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
12099         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
12100         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
12101         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
12102         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
12103         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
12104         (SYMBOL_FLAG_MACH_DEP): New.
12105         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
12106         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
12107         (assemble_static_space): Set SYMBOL_REF_FLAGS.
12108         (assemble_trampoline_template): Likewise.
12109         (output_constant_def, force_const_mem): Likewise.
12110         (default_encode_section_info): New.
12111         * output.h: Declare it.
12112         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
12113
12114 2003-04-11  Richard Henderson  <rth@redhat.com>
12115
12116         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
12117         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
12118         * optabs.c (init_optabs): Initialize them.
12119         (init_libfuncs): Use init_one_libfunc.
12120         * calls.c (expand_call): Use gcov_flush_libfunc.
12121         * expr.c (store_constructor): Use setbits_libfunc.
12122         * function.c (expand_main_function): Use init_one_libfunc.
12123         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
12124
12125 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
12126
12127         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
12128         documentation; add DECL_FRIEND_CONTEXT.
12129
12130 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12131
12132         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
12133         notes on linker selection and configuration for 64-bit HP-UX port.
12134         * doc/invoke.texi (hppa): Remove hppa text from description for
12135         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
12136         and -threads options.
12137
12138         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
12139         libc.a on libdld.sl when -static is specified and -nolibdld is not
12140         specified.
12141         * pa64-hpux.h (LIB_SPEC): Likewise.
12142         * pa-hpux11.h (LIB_SPEC): Likewise.
12143         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
12144         is not specified.
12145
12146 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
12147
12148         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
12149         not IDENTIFIER_LOCAL_VALUE.
12150
12151 2003-04-11  Richard Henderson  <rth@redhat.com>
12152
12153         PR c/10201
12154         * expr.c (expand_expr): Move DECL_RTL frobbing ...
12155         * stor-layout.c (layout_decl): ... here.
12156
12157 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
12158
12159         * doc/invoke.texi: Eliminate extra white-space caused by
12160         @gccoptlist{ on its own line.
12161         * doc/invoke.texi: Ensured there are two spaces between each option.
12162         * doc/invoke.texi: Re-wrapped option lines that were too wide.
12163         Added @gol to options that didn't have them.
12164
12165 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
12166
12167         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
12168         gcov-iov.h.
12169
12170         Simplify interface to gcov reading and writing.
12171         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
12172         gcov_alloc, gcov_modified, gcov_errored): Move into ...
12173         (struct gcov_var gcov_var): ... this static structure.
12174         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
12175         Return void.
12176         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
12177         read object.
12178         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
12179         (gcov_reserve_length): Remove.
12180         (gcov_write_tag): New.
12181         (gcov_write_length): Adjust.
12182         (gcov_read_summary, gcov_write_summary): Adjust.
12183         (gcov_eof, gcov_ok): Rename to ...
12184         (gcov_is_eof, gcov_is_error): ... here. Return error code.
12185         (gcov_save_position, gcov_resync): Rename to ...
12186         (gcov_position, gcov_seek): ... here.
12187         (gcov_skip, gcov_skip_string): Remove.
12188         (gcov_error): Remove.
12189         (gcov_open, gcov_close): Adjust.
12190         * gcov.c (find_source): Take const char *, copy it on allocation.
12191         (read_graph_file): Adjust.
12192         (read_count_file): Adjust.
12193         * libgcov.c (gcov_exit): Adjust.
12194         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
12195         tag_arc_counts, tag_summary): Return void. Adjust.
12196         (struct tag_format): Adjust proc member.
12197         (dump_file): Adjust gcov calls.
12198
12199 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
12200
12201         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
12202         mkfixinc.sh.
12203         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
12204         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
12205         build != host sysrooted builds.
12206         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
12207         TARGET_SYSTEM_ROOT even on sysrooted natives.
12208         * configure: Rebuilt.
12209
12210 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12211
12212         * c-decl.c (struct binding_level): Add shadowed_tags and
12213         function_body; remove this_block, tag_transparent, and
12214         subblocks_tag_transparent; update comments.
12215         (clear_binding_level, lookup_tag_reverse): Kill.
12216         (make_binding_level): Use ggc_alloc_cleared or memset.
12217         (lookup_tag): Remove struct binding_level* parameter.  All
12218         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
12219         current_binding_level->tags if asked for thislevel_only or if
12220         we might have to diagnose "struct foo; union foo;"
12221         (pushlevel): Ignore argument.  Do not push another binding
12222         level on the transition from the parameters to the top level
12223         of the function body; just tweak the flags and proceed.
12224         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
12225         a function body, separate the parameter list from the
12226         top-level local variables.
12227         (set_block): Do nothing.
12228         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
12229         shadowed_tags if necessary.
12230         (warn_if_shadowing): Nuke the special case for local shadowing
12231         parameter.
12232         (pushdecl): Do not create a shadow entry if we are replacing
12233         an older decl in the same binding level.
12234         (pushdecl_function_level): Tweak for new way of indicating
12235         function scope.
12236         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
12237         (start_function): Don't set subblocks_tag_transparent.
12238         (finish_function): Fix up the binding_level stack for totally
12239         empty functions.  Otherwise, don't call poplevel.
12240
12241         * c-common.c (shadow_warning): MANDATORY argument is no longer
12242         necessary.  Always use plain warning.
12243         * c-common.h: Update to match.
12244
12245         * cfglayout.c (scope_to_insns_initialize): Clear block when we
12246         hit the FUNCTION_DECL.
12247         * function.c: Do not create cyclic tree structure.
12248
12249 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12250
12251         * c-tree.h (struct lang_identifier): Replace global_value,
12252         local_value members with symbol_value, tag_value.  Kill
12253         implicit_decl and limbo_value.
12254         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
12255         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
12256         C_MISSING_PROTOTYPE_WARNED): Kill.
12257         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
12258         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
12259         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
12260         (implicit_decl_warning, lookup_name_current_level,
12261         record_function_scope_shadow): Don't prototype.
12262         (pushdecl_function_level): Prototype.
12263
12264         * c-decl.c (truly_local_externals): New variable.
12265         (struct binding_level): Adjust commentary.
12266         (get_function_binding_level, clear_limbo_values,
12267         record_function_scope_shadow): Kill.
12268         (lookup_name_current_level, implicit_decl_warning): Are now static.
12269         (any_external_decl, record_external_decl): New static functions.
12270         (clone_underlying type): Split out of pushdecl.
12271         (c_print_identifier): Update to match changes to struct
12272         lang_identifier.
12273         (poplevel): Delete #if 0 block.  Make externals invisible
12274         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
12275         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
12276         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
12277         (duplicate-decls): For real parm decl after a forward decl,
12278         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
12279         foo(...) { } with only a warning.  Say whether a previous
12280         declaration was implicit.
12281         (warn_if_shadowing): Now handles all shadowing, not just
12282         local-over-local.  Clarify comments.
12283         (pushdecl): Rewritten.  There is no longer a distinction
12284         between global and local symbol values; they're all
12285         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
12286         DECL_EXTERNAL decls, and use any_external_decl to check
12287         against previous externals.  Kill #if 0 blocks.  Don't
12288         tolerate error_mark_node being NULL.
12289         (pushdecl_top_level): Handle only those cases which
12290         Objective C (the only user) needs.
12291         (pushdecl_function_level): New function.
12292         (implicitly_declare): Create ordinary decls with
12293         C_DECL_IMPLICIT set.  Recycle old decls, however they got
12294         created.
12295         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
12296         for C_DECL_INVISIBLE symbols.
12297         (lookup_name_current_level): Likewise.  Use chain_member.
12298         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
12299         Use pushdecl_function_level.
12300         (builtin_function): Use C_DECL_INVISIBLE.
12301         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
12302         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
12303         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
12304         (identifier_global_value): Same.  Must scan
12305         global_binding_level in extremis.
12306
12307         * c-typeck.c (undeclared_variable): New static function, split
12308         from build_external_ref.
12309         (build_external_ref): Use DECL_CONTEXT, not
12310         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
12311         an instance variable.  Restructure for clarity.
12312         * objc/objc-act.c: Use identifier_global_value, not
12313         IDENTIFIER_GLOBAL_VALUE.
12314
12315 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
12316
12317         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
12318         not Working Paper.
12319         * doc/invoke.texi (C++ Dialect Options): Same.
12320
12321 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12322
12323         * tree.c (tree_operand_check_failed): New function.
12324         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
12325         TREE_RTL_OPERAND_CHECK): New checking macros.
12326         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
12327         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
12328         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
12329         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
12330         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
12331         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
12332         checking macros.
12333
12334 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
12335
12336         PR inline-asm/8803
12337         * function.c (instantate_virtual_regs):  Verify that all ASM statements
12338         match after the virutal regs instantiation.
12339
12340 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
12341
12342         * ia64-protos.h (addp4_optimize_ok): New.
12343         * ia64.c (addp4_optimize_ok): New.
12344         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
12345         (*ptr_extend_plus_2): Ditto.
12346
12347 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
12348
12349         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
12350         not with convert_memory_address.
12351         (store_constructor): Ditto, and same for copy_size_rtx.
12352         (expand_expr): Ditto.
12353
12354 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
12355
12356         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
12357
12358 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
12359
12360         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
12361         even if it is configured to be write-through.
12362
12363 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
12364
12365         * config/s390/s390.c (larl_operand): Do not allow symbols
12366         marked with '@'.
12367         (s390_encode_section_info): Mark symbols with forced 1-byte
12368         alignment with '@'.
12369         (s390_strip_name_encoding): Strip '@'.
12370         (legitimize_pic_address): Handle symbols that are not valid
12371         LARL operands in 64-bit mode.
12372
12373 2003-04-10  Andrew Haley  <aph@redhat.com>
12374
12375         * tree-inline.c (inlinable_function_p): Disable inlining for
12376         synchronized methods.
12377
12378 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
12379
12380         * c-common.h (lang_statement_code_p): Remove declaration.
12381         (statement_code_p): Ditto.
12382         (c_common_stmt_codes): Define; list of c-common statement codes.
12383         (statement_code_p): New extern declaration.
12384         (STATEMENT_CODE_P): Define.
12385         (INIT_STATEMENT_CODES): Define.
12386         * c-common.c (statement_code_p): Kill the function, declare
12387         as an array of bools instead.
12388         (lang_statement_code_p): Remove.
12389         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
12390         (c_safe_from_p): Ditto.
12391         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
12392         to initialize the statement_code_p array.
12393         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
12394         statement_code_p.
12395         (copy_tree_r): Ditto.
12396         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
12397         statement tree codes.
12398         * cp/lex.c (cxx_init): Add missing print line break.  Use
12399         INIT_STATEMENT_CODES to initialize the statement_code_p array.
12400         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
12401         instead of statement_code_p.
12402         * cp/pt.c (tsubst_expr): Ditto.
12403         * cp/tree.c (verify_stmt_tree_r): Ditto.
12404         (cp_statement_code_p): Remove.
12405         (init_tree): Don't set lang_statement_code_p, it's gone.
12406
12407 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12408             Zack Weinberg  <zack@codesourcery.com>
12409
12410         * regrename.c (struct du_chain): Use a bitfield for reg_class.
12411         * cse.c (struct qty_table_elem, struct table_elt, struct set):
12412         Use bitfields for fields holding enum rtx_code or
12413         enum machine_mode values.  Add comments explaining size choices.
12414
12415 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
12416
12417         * config/fp-bit.c (unpack_d): Handle pair of doubles with
12418         different signs correctly.
12419
12420 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
12421
12422         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
12423         (reg_pending_barrier): Make it of the enumeration type.
12424         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
12425         TRUE_BARRIER.
12426         (sched_analyze): Ditto.
12427         (sched_analyze_insn): Ditto.  Use anti-dependencies for
12428         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
12429         (init_deps_global): Initialize the barrier as NO_BARRIER.
12430
12431 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
12432
12433         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
12434         Check that asm insn starts on a new cycle.  Add nops after asm
12435         insn to end bundle.
12436         (bundling): Move insn type evaluation from the loop.  Call
12437         issue_nops_and_insn with the new parameter.  Ignore changing
12438         position for nops after asm insn.
12439
12440 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
12441
12442         * optabs.c: Comment that gen_add2_insn and others may actually
12443         return emitted insns, if the gen functions turn out to return
12444         emitted insns.
12445         * reload1.c (reload_cse_move2add): Cope with emitted insns from
12446         gen_add2_insn.
12447
12448 2003-04-09  Richard Henderson  <rth@redhat.com>
12449
12450         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
12451         but not tls_symbolic_operand.
12452         (ia64_expand_load_address): Remove scratch operand.
12453         (ia64_expand_tls_address): Split out from ia64_expand_move.
12454         (ia64_expand_move): Split symbolics only after reload.
12455         (ia64_emit_cond_move): New.
12456         * config/ia64/ia64-protos.h: Update.
12457         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
12458         (symbolic splitter): Accept SImode operands too.
12459         (cmove splitter): Use ia64_emit_cond_move.
12460
12461 2003-04-09  Nick Clifton  <nickc@redhat.com>
12462
12463         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
12464         newer.
12465         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
12466         instead of -mno-fpu.
12467         * config/arm/semi.h (ASM_SPEC): Likewise.
12468         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
12469         but only if -msoft-float is specified pass.  Otherwise pass
12470         -mfpu=softvfp.
12471
12472 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12473
12474         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
12475         free_EXPR_LIST_node.
12476
12477 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12478
12479         * fold-const.c (fold):  Use "fold" following build in more places.
12480         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
12481         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
12482
12483 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12484
12485         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
12486         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
12487         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
12488         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
12489         Delete function scope "fcode" variable to avoid shadowing.
12490
12491 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
12492
12493         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
12494         Take into account DWARF_INITIAL_LENGTH_SIZE.
12495
12496 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
12497
12498         * reorg.c (fill_slots_from_thread): When considering changing the
12499         insn following a reg-to-reg copy insn to use the source reg of the
12500         copy, bail out if there's overlap between the registers.
12501
12502 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12503
12504         * function.c (postponed_insns): New.
12505         (purge_addressof_1): Postpone processing of insns if addressofs
12506         are not put into stack.
12507         (purge_addressof): Process postponed insns.
12508
12509 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
12510
12511         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
12512         this is FP_MODE_DOUBLE .
12513         * sh.c (ra.h): #include.
12514         (push_regs): Add second parameter.  Changed all callers.
12515         If necessary, set fpscr before saving floating point registers.
12516         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
12517         do saves / restores with SZ == 1.
12518         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
12519         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
12520         registers are being restored, restore FPSCR only after restoring them.
12521
12522 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
12523
12524         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
12525         regardless of architecture.
12526         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
12527
12528 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
12529
12530         * sh.c (push_regs, calc_live_regs): Return int.  Take single
12531         HARD_REG_SET * parameter.  Changed all callers.
12532
12533 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
12534
12535         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
12536         GOTOFF operand.
12537         (legitimize_pic_address): Move plus outside the unspec.
12538         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
12539         for validity.
12540
12541 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
12542
12543         * gcov-io.h (gcov_save_position): Remove __inline__ from
12544         declaration.
12545
12546 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
12547
12548         * doc/install.texi: Use @command and @samp for single- and
12549         multi-word commands respectively.
12550         * doc/makefile.texi: Likewise.
12551         * doc/sourcebuild.texi: Likewise.
12552
12553 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12554             Richard Henderson  <rth@redhat.com>
12555
12556         PR c/9516
12557         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
12558         favor of looping and tail recursion for TREE_LIST and binops.
12559
12560 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12561
12562         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
12563         for insns without luid.
12564
12565 2003-04-07  Glen Nakamura  <glen@imodulo.com>
12566
12567         PR opt/8634
12568         * explow.c (maybe_set_unchanging): Don't flag non-static const
12569         aggregate type initializers with RTX_UNCHANGING_P.
12570
12571 2003-04-07  Richard Henderson  <rth@redhat.com>
12572
12573         PR opt/8634
12574         * function.c (purge_addressof_1): Don't try arithmetics for
12575         unchanging memories.
12576
12577 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
12578
12579         * doc/sourcebuild.texi (Test Suites): Document testing support for
12580         gcov and profile-directed optimizations; describe gcc.misc-tests.
12581
12582 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
12583
12584         PR target/10077
12585         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
12586
12587 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
12588
12589         * doc/rtl.texi (Comparison operations): Update to
12590         record the allowed comparison modes.
12591
12592 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
12593
12594         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
12595         V2SI_type_node to opaque_V2SI_type_node.  Rename all
12596         V2SF_type_node to opaque_V2SF_type_node.
12597         (rs6000_init_builtins): Define opaque_V2SI_type_node and
12598         opaque_V2SF_type_node.
12599         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
12600         opaque_V2SF_type_node are opaque types.
12601
12602 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
12603
12604         * gcse.c (replace_store_insn): Use single_set.
12605
12606 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
12607
12608         Change gcov file interface to single file at a time.
12609         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
12610         Convert to C89 prototypes.
12611         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
12612         gcov_error, gcov_modified): New static variables.
12613         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
12614         functions.
12615         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
12616         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
12617         (gcov_read_summary, gcov_write_summary): Adjust.
12618         (gcov_save_position, gcov_reserve_length, gcov_write_length):
12619         Adjust.
12620         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
12621         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
12622         (da_file_position, da_file_seek, da_file_write, da_file_read):
12623         Remove.
12624         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
12625         * gcov.c (gcov_type): Don't typedef here.
12626         (IN_GCOV): #define
12627         (read_graph_file, read_count_file): Adjust.
12628         * gcov-dump.c (gcov_type): Don't typedef here.
12629         (IN_GCOV): #define.
12630         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
12631         Remove FILE parameter, adjust.
12632         (struct tag_format): Adjust proc member.
12633         (dump_file): Adjust.
12634         * libgcov.c (IN_LIBGCOV): #define.
12635         (gcov_exit): Adjust.
12636         * loop-init.c: Don't #include gcov-io.h
12637         * profile.c (struct counts_entry): New structure to hold counter
12638         values.
12639         (struct section_reference, struct da_index_entry): Remove.
12640         (bbg_file, da_file): Remove.
12641         (htab_counts_index_hash, htab_counts_index_eq,
12642         htab_counts_index_del): Replace with ...
12643         (htab_counts_entry_hash, htab_counts_entry_eq,
12644         htab_counts_entry_del): ... these.
12645         (cleanup_counts_index, index_counts_file): Remove.
12646         (read_counts_file): New function.
12647         (get_exec_counts): Adjust.
12648         (compute_branch_probabilities): Don't free the exec counts here.
12649         (branch_prob): Adjust.
12650         (init_branch_prob): Adjust.
12651         (end_branch_prob): Adjust.
12652
12653 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
12654
12655         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
12656         -mfloat-gprs.
12657
12658         * config/rs6000/rs6000.c: Delete rs6000_fprs.
12659         Declare rs6000_float_gprs.
12660         Declare rs6000_float_gprs_string.
12661         (rs6000_parse_float_gprs_option): New.
12662         (rs6000_override_options): Genericize rs6000_parse_* calls to use
12663         rs6000_parse_yes_no_option.
12664         Change check for cpu=8540, to use TARGET_E500.
12665         (rs6000_parse_isel_option): Delete.
12666         (rs6000_parse_spe_option): Delete.
12667         (rs6000_parse_vrsave_option): Delete.
12668
12669         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
12670         Define rs6000_float_gprs_string.
12671         (TARGET_OPTIONS): Add rs6000_float_gprs option.
12672
12673         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
12674
12675         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
12676
12677 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
12678
12679         PR opt/10024
12680         * cfglayout.c (cfg_layout_redirect_edge):
12681         Redirect any branch edges unified with the fallthru one.
12682         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
12683         case fallthru edges when called via cfglayout.c
12684
12685 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
12686
12687         * c-typeck.c (output_init_element): Check for type == error_mark_node.
12688
12689 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
12690
12691         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
12692         split.
12693         (a splitter): Do zero-extension via HImode.
12694
12695 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
12696
12697         * doc/invoke.texi: Eliminate extra white-space caused by
12698         @gccoptlist{ on its own line.
12699         * doc/invoke.texi: Ensured there are two spaces between each option.
12700         * doc/invoke.texi: Re-wrapped option lines that were too wide.
12701         Added @gol to options that didn't have them.
12702
12703 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
12704
12705         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
12706
12707 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
12708
12709         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
12710         at the sizes of the relevant structures, rather than relying
12711         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
12712         sizes of any such we don't know about.  Use
12713         lang_hooks.identifier_size for IDENTIFIER_NODE.
12714
12715         (initializer_zerop): Use CONSTRUCTOR_ELTS.
12716         * tree.def: Update commentary.  Make fourth element of
12717         the definition for all 'c' and 'x' nodes zero.
12718
12719         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
12720         * langhooks-def.h: Update to match.
12721         * langhooks.c: New default, lhd_tree_size.
12722
12723         * c-common.def (SRCLOC): Kill.
12724         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
12725         Remove entirely - was already #if-ed out.
12726
12727
12728 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
12729
12730         * mklibgcc.in: Use a here document to avoid running afoul of
12731         shells that generate control-A from "echo \1".
12732
12733 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
12734
12735         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
12736         option.
12737
12738         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
12739         rs6000_spe.
12740
12741         * config/rs6000/eabi.h (TARGET_E500): Define.
12742
12743         * config/rs6000/rs6000.h (TARGET_E500): Define.
12744         (TARGET_OPTIONS): Add spe= option.
12745         Declare rs6000_spe and rs6000_spe_string extern.
12746
12747         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
12748         Change TARGET_SPE to TARGET_E500.
12749         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
12750         !TARGET_FPRS.
12751         (print_operand): Same.
12752         (rs6000_generate_compare): Same.
12753         (output_cbranch): Same.
12754         (rs6000_spe): Declare.
12755         (rs6000_spe_string): Declare.
12756         (rs6000_override_options): Call rs6000_parse_spe_option.
12757         (rs6000_parse_spe_option): New.
12758
12759 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
12760
12761         * hashtable.c (gcc_obstack_init): Delete this function
12762         and everything related to it.
12763         * hashtable.h: Remove prototype.
12764         * bitmap.c (bitmap_element_allocate): Cleanup redundant
12765         defines.  Cleanup some unnecessary whitespace.
12766         * defaults.h (obstack_chunk_alloc): Redefine with
12767         appropriate casts for libiberty obstacks.
12768         (obstack_chunk_free): Ditto.
12769         (OBSTACK_CHUNK_SIZE): Define, default to 0.
12770         (gcc_obstack_init): Define as a call to _obstack_begin.
12771         * tree.c (print_obstack_statistics): Delete this unused
12772         function.
12773         * tree.h (obstack): Don't forward-declare.
12774         (print_obstack_statistics): Delete prototype.
12775         (print_obstack_name): Ditto.
12776         (gcc_obstack_init): Ditto.
12777         * rtl.h (gcc_obstack_init): Ditto.
12778         * java/jv-scan.c (gcc_obstack_init): Delete this
12779         function, its prototype and related defines.
12780         * java/jvgenmain.c (gcc_obstack_init): Delete this
12781         function, and related defines.
12782         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
12783         (obstack_chunk_free): Ditto
12784
12785 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
12786
12787         * dbxout.c (dbxout_handle_pch): Move prototype out from
12788         #if defined DBX_DEBUGGING_INFO.
12789
12790 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
12791
12792         * gcov.c (struct arc_info): Replace local_span with cycle.
12793         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
12794         (solve_flow_graph): Set is_call_return.
12795         (add_line_counts): Adjust. In block mode, blocks attach to last line.
12796         (accumulate_line_counts): Find graph cycles, not spanning tree.
12797         (output_branch_count): Adjust.
12798         (output_lines): Adjust.
12799         * doc/gcov.texi: Update.
12800
12801 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
12802
12803         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
12804         the second alternative to "#".
12805
12806 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
12807
12808         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
12809         (single_zero_operand): Likewise.
12810
12811 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
12812
12813         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
12814         * df.c: Include alloc-pool.h, not obstack.h.
12815         (df_ref_obstack): Remove.
12816         (df_ref_pool, df_link_pool): Add pools.
12817         (df_alloc): Init the new pools.
12818         (df_free): And free them.
12819         (df_link_create): Use the pools.
12820         (df_ref_create): Ditto.
12821
12822 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
12823
12824         * simplify-rtx.c: Fix formatting.
12825
12826 2003-04-05  Andrew Pinski  <apinski@apple.com>
12827
12828         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
12829         reg with reg1 == reg2 and offset1 = -8.
12830
12831 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
12832
12833         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
12834         multiply costs.  Correct Power4 divide costs.
12835         * config/rs6000/power4.md: Restore multiply and FP latency.
12836
12837 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12838
12839         * alias.c (find_base_term): Export.
12840         * rtl.h (find_base_term): Declare.
12841         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
12842         instead of flag_exceptions.  Move test for parameter passing ...
12843         (store_killed_in_insn): ... here.
12844
12845 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12846
12847         PR bootstrap/10267
12848         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
12849         for configuring.
12850
12851 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
12852
12853         * dbxout.c (scope_labelno): Add GTY.
12854         (have_used_extensions): Add GTY.
12855         (source_label_number): Add GTY.
12856         (lastfile): Add GTY.
12857         (lastfile_is_base): New.
12858         (base_input_file): New.
12859         (dbxout_handle_pch): New.
12860         (dbx_debug_hooks): Add handle_pch.
12861         (xcoff_debug_hooks): Likewise.
12862         (dbxout_function_end): Remove scope_labelno.
12863         (dbxout_init): Set base_input_file.
12864         (dbxout_handle_pch): New.
12865         (dbxout_source_file): Honour lastfile_is_base.
12866         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
12867         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
12868         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
12869         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
12870         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
12871         * debug.h (struct gcc_debug_hooks): Add handle_pch.
12872         * c-pch.c (pch_init): Don't call start_source_file, but do call
12873         handle_pch.
12874         (c_common_write_pch): Call handle_pch.
12875         (c_common_read_pch): Don't call start_source_file,
12876         or end_source_file.
12877
12878 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
12879
12880         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
12881         use of default attributes to agree MEM_ALIGN macro.
12882
12883 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
12884
12885         * dbxout.c (dbxout_type): When printing type index of range type
12886         whose bounds are printed in octal format, print type of parent type if
12887         it exists so enumerated type descriptions are not transformed
12888         into unsigned types.
12889
12890 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
12891
12892         * config/h8300/h8300-protos.h: Add a prototype for
12893         compute_a_shift_cc.
12894         * config/h8300/h8300.c (shift_one): Update the CC status.
12895         (shift_two): Likewise.
12896         (output_a_shift_cc): Set cc_inline and cc_special.
12897         (compute_a_shift_cc): New.
12898         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
12899
12900 2003-04-04  Richard Henderson  <rth@redhat.com>
12901
12902         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
12903
12904 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
12905
12906         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
12907         * fixinc/fixincl.x: Rebuilt.
12908         * fixinc/tests/base/stdio.h: Regenerated.
12909
12910 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
12911
12912         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
12913
12914 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
12915
12916         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
12917         (NORMAL_MODE).
12918         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
12919
12920 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12921
12922         * doc/contrib.texi (Contributors): Add entries for Wolfgang
12923         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
12924         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
12925         Danny Smith, and Ulrich Weigand.
12926         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
12927         entry.
12928
12929 2003-04-04  Nick Clifton  <nickc@redhat.com>
12930
12931         * config/sparc/sol2-bi.h: Revert previous delta.
12932         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
12933
12934 2003-04-04  Nick Clifton  <nickc@redhat.com>
12935
12936         * config/v850/v850.c (expand_prologue): Only use register save
12937         helper functions if long calls are not being used.
12938         Add a clobber of r11 id using long calls.
12939         (pattern_is_ok_for_prologue): Account for the extra clobber.
12940         (construct_save_jarl): Likewise.
12941         * config/v850/v850.md (prolog pattern): Do not use this pattern
12942         for v850e's.
12943
12944 2003-04-04  Andreas Schwab  <schwab@suse.de>
12945
12946         * stor-layout.c (layout_decl): Avoid syntax error in last change
12947         when PCC_BITFIELD_TYPE_MATTERS is defined but not
12948         EMPTY_FIELD_BOUNDARY.
12949
12950 2003-04-03  Jason Merrill  <jason@redhat.com>
12951
12952         PR c/10175
12953         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
12954         Look backwards for a line note.
12955
12956 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
12957
12958         * fix-header.c (read_scan_file): Defer switch processing.
12959
12960 2003-04-03  Matt Austern  <austern@apple.com>
12961
12962         * cpppch.c (reset_ht): Remove.
12963         (cpp_read_state): Remove loop to reset hashtable identifiers.
12964         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
12965         after pch file is written.
12966         * ggc.h (gt_pch_fixup_stringpool): Declare.
12967         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
12968         hashnode's value to another hashtable, then clear the original.
12969         (saved_ident_hash): Define.
12970         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
12971         store definitions in ident_hash, and clear ident_hash.
12972         (gt_pch_fixup_stringpool): Define.  Restore definitions from
12973         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
12974
12975 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
12976
12977         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
12978
12979 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
12980
12981         PR optimization/10157
12982         * gcse.c (can_copy_p): Rename it to can_copy.
12983         (can_copy_init_p): Remove.
12984         (compute_can_copy): Use can_copy instead of can_copy_p.
12985         (can_copy_p): New exported function. Call compute_can_copy.
12986         (hash_scan_set): Use it.
12987         (gcse_main): Don't call compute_can_copy.
12988         (bypass_jumps): Don't call compute_can_copy.
12989         * rtl.h (can_copy_p): Declare.
12990         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
12991         copy if the mode doesn't support copy operations.
12992
12993 2003-04-03  Jason Merrill  <jason@redhat.com>
12994
12995         * Makefile.in (unstrap): Also remove stage_last.
12996
12997         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
12998         (dwarf2out_source_line): Don't do anything if line==0.
12999
13000         * stor-layout.c (do_type_align): New fn, split out from...
13001         (layout_decl): ...here.  Do all alignment calculations for
13002         FIELD_DECLs here.
13003         (update_alignment_for_field): Not here.
13004         (start_record_layout, debug_rli): Remove unpadded_align.
13005         * tree.h (struct record_layout_info_s): Remove unpadded_align.
13006         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
13007         or DECL_MODE on the CONST_DECLs.
13008         (finish_struct): Don't mess with DECL_ALIGN.
13009
13010 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
13011
13012         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
13013
13014 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
13015
13016         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
13017         function is an interrupt handler.
13018
13019         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
13020         restoring target registers with EH_RETURN_STACKADJ_RTX; use
13021         multiple registers in round-robin fashion.
13022
13023 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13024
13025         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
13026         * system.h (CHAR_BITFIELD): New.
13027
13028 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
13029
13030         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13031         and LE.
13032         (another peephole2): Likewise.
13033
13034 2003-04-03  Nick Clifton  <nickc@redhat.com>
13035
13036         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
13037         (DEF_ARCH64_SPEC): Likewise.
13038
13039 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
13040
13041         * i386.c (constant_address_p): Use legitimate_constant_p.
13042         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
13043
13044 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13045
13046         * config/h8300/h8300-protos.h: Add a prototype for
13047         gtle_operator.
13048         * config/h8300/h8300.c (gtle_operator): New.
13049         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
13050         gtle_operator.
13051         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
13052         and LE.
13053
13054 2003-04-02  Richard Henderson  <rth@redhat.com>
13055
13056         * libgcc-std.ver (_Unwind_GetCFA): New.
13057         * unwind-dw2.c (_Unwind_GetCFA): New.
13058         * unwind-libunwind.c (_Unwind_GetCFA): New.
13059         * unwind-sjlj.c (_Unwind_GetCFA): New.
13060         * unwind.h: Declare it.
13061
13062 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
13063
13064         PR inline-asm/8088
13065         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
13066         when MMX/SSE is not available.
13067
13068 2003-04-02  Mike Stump  <mrs@apple.com>
13069
13070         * doc/install.texi (Specific): Update pointers to apple.com.
13071
13072 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
13073
13074         * i386.c (override_options):  Disable red zone by default on i386.
13075         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
13076         Do not test TARGET_64BIT together with TARGET_RED_ZONE
13077
13078 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13079
13080         * config/h8300/h8300.md (a peephole2): Tighten the condition.
13081
13082 2003-04-02  Richard Henderson  <rth@redhat.com>
13083
13084         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
13085
13086 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
13087
13088         * config/h8300/h8300.md (a peephole2): New.
13089
13090 2003-04-02  Richard Henderson  <rth@redhat.com>
13091
13092         * except.c (sjlj_find_directly_reachable_regions): Recognize when
13093         must-not-throw region has been deleted.
13094
13095 2003-04-02  Richard Henderson  <rth@redhat.com>
13096
13097         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
13098         optimization when flag_exceptions not enabled.
13099
13100 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
13101
13102         * config/rs6000/rs6000.c
13103         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
13104         macros.
13105         (rs6000_issue_rate): Add case for 8540.
13106         (rs6000_use_sched_lookahead): New function.
13107
13108         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
13109         units into MU ones.
13110         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
13111         reservation before retirement.
13112         (ppc8540_multiply, ppc8540_load, ppc8540_store,
13113         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
13114         Remove additional cycle in the reservation before retirement.
13115         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
13116         reservation of ppc8540_issue.
13117
13118 2003-04-02  Andreas Schwab  <schwab@suse.de>
13119
13120         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
13121
13122 2003-04-01  Richard Henderson  <rth@redhat.com>
13123
13124         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
13125         notes for nothrow calls if flag_forced_unwind_exceptions.
13126         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
13127         (sjlj_find_directly_reachable_regions): Likewise.
13128         (reachable_handlers): Likewise.
13129         (can_throw_external): Likewise.
13130         (collect_one_action_chain): Record cleanups after catch-all and
13131         must-not-throw if flag_forced_unwind_exceptions.
13132         * flags.h (flag_forced_unwind_exceptions): Declare.
13133         * toplev.c (flag_forced_unwind_exceptions): New.
13134         (lang_independent_options): Add it.
13135         * doc/invoke.text: Add it.
13136
13137 2003-04-01  David Mosberger <davidm@hpl.hp.com>
13138
13139         * config/ia64/crti.asm: Clean up trailing whitespace.
13140         Remove trailing hashes (#) from identifiers.
13141
13142         * config/ia64/crtn.asm: Ditto.
13143
13144         * config/ia64/crtend.asm: Remove trailing hashes (#) from
13145         identifiers.
13146         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
13147         directives.  Drop explicit bundling---it just makes the code
13148         harder to read.  Don't save/restore gp needlessly.
13149
13150         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
13151         identifiers (they're only needed if the identifier would clash
13152         with a register name otherwise).
13153         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
13154         directives.  Drop explicit bundling---it just makes the code
13155         harder to read.
13156         (__do_jv_register_classes): Ditto.
13157         (.fini_array): Remove "progbits" (newer
13158         assemblers don't like wrong section-types).
13159         (.init_array): Ditto.
13160
13161 2003-04-01  Roger Sayle  <roger@eyesopen.com>
13162
13163         PR fortran/9974
13164         * gcse.c (reg_killed_on_edge): New function to test whether the
13165         given reg is overwritten by any instruction queued on an edge.
13166         (bypass_block): Ignore substitutions killed on incoming edges.
13167         Don't bypass outgoing edges that have queued instructions.
13168
13169 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
13170
13171         * real.h (EXP_BITS): Make room for...
13172         (struct real_value): ... added canonical bit.
13173         (struct real_format): Added pnan.
13174         (mips_single_format, mips_double_format, mips_extended_format,
13175         mips_quad_format): New.
13176         * real.c: Copy p to pnan in all formats.
13177         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
13178         (real_nan): Use pnan to compute significand's shift.
13179         (real_identical): Disregard significand in canonical
13180         NaNs.
13181         (real_hash): Likewise.  Take signalling into account.
13182         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
13183         Disregard significand bits in canonical NaNs.  Set all bits of
13184         canonical NaN if !qnan_msb_set.
13185         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
13186         qnan_msb_set to tell the base double format.
13187         (ibm_extended_format): Use 53 as pnan.
13188         (mips_single_format, mips_double_format, mips_extended_format,
13189         mips_quad_format): Copied from the corresponding ieee/ibm
13190         formats, with qnan_msb_set false.
13191         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
13192         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
13193         * config/mips/mips.c (override_options): Use mips_single_format
13194         and mips_double_format.  Default TFmode to mips_quad_format.
13195         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
13196         * config/mips/t-irix6: Likewise.
13197         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
13198         * config/fp-bit.c (pack_d, unpack_d): Obey it.
13199
13200 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
13201
13202         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
13203         (live_image_destructor): Reset image to initial state.
13204         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
13205
13206 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
13207
13208         * config/sparc/sparc.c (input_operand): Accept bare
13209         CONSTANT_P_RTX operands.
13210
13211 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13212
13213         * gcse.c (struct ls_expr): Added pattern_regs field.
13214         (ldst_entry): Initialize it.
13215         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
13216         (store_ops_ok): Use regs precomputed by them.
13217         (find_loads, store_killed_in_insn, load_kills_store): Change return
13218         type to bool.
13219         (store_killed_before, store_killed_after): Take position of register
13220         set in account.
13221         (reg_set_info): Store position of the setter.
13222         (gcse_main): Enable store motion.
13223         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
13224         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
13225         sharing.
13226         (simple_mem): Enable store motion of non-symbol mems.
13227         (regvec): Type changed.
13228         (LAST_AVAIL_CHECK_FAILURE): New.
13229         (compute_store_table_current_insn): New.
13230         (build_store_vectors): Computation of availability and anticipatability
13231         moved ...
13232         (compute_store_table, find_moveable_store): ... here.
13233         (delete_store): Remove senseless comment.
13234         (store_motion): Reorganize.
13235
13236 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
13237
13238         * config/mips/mips.c (override_options): Provide mappings for
13239         HI_REGNUM and LO_REGNUM.
13240         * config/mips/mips.h (MD_DBX_FIRST): Define.
13241
13242 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13243
13244         * combine.c (merge_outer_ops): Fix typo.
13245
13246         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
13247
13248 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
13249
13250         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
13251         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
13252         imul_compare.  Add lmul_compare.
13253         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
13254         in second pair of dispatch slots.  Model stores more accurately.
13255         Tweak multiply model.  Add bypasses for CR instructions dependent
13256         on complicated compares.
13257         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
13258         (muldi3): Add lmul_compare patterns.
13259         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
13260         and FPSTORE_UX to split instructions and add COMPARE,
13261         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
13262         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
13263         (rs6000_rtx_costs): Separate POWER4 multiply case.
13264
13265 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
13266
13267         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
13268         Do nothing if __builtin_return_address was not used.
13269
13270 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
13271
13272         * i386.md (test patterns):  Allow memory operand in operand1.
13273
13274 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
13275
13276         * testsuite/gcc.c-torture/execute/simd-3.c: New.
13277
13278         * expr.c (expand_expr): Handle VECTOR_CST.
13279         (const_vector_from_tree): New.
13280
13281         * varasm.c (output_constant): Handle VECTOR_CST.
13282
13283         * c-typeck.c (digest_init): Build a vector constant from a
13284         VECTOR_TYPE.
13285
13286         * config/rs6000/rs6000.c: Remove prototype for
13287         easy_vector_constant.
13288         (easy_vector_constant): Add mode parameter.  Rewrite to handle
13289         more easy constants.
13290         (rs6000_emit_move): Pass mode to easy_vector_constant.
13291         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
13292         (emit_easy_vector_insn): New.
13293         (easy_vector_same): New.
13294         (EASY_VECTOR_15): New macro.
13295         (EASY_VECTOR_15_ADD_SELF): New macro.
13296         (bdesc_2arg): Rename to xorv2si3.
13297         (easy_vector_constant_add_self): New.
13298         (input_operand): Allow vector constants.
13299
13300         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
13301         easy_vector_constant, easy_vector_constant_add_self.
13302         (EXTRA_CONSTRAINT): Add 'W'.
13303
13304         * config/rs6000/rs6000-protos.h: Add prototype for
13305         easy_vector_constant, emit_easy_vector_insn.
13306
13307         * config/rs6000/altivec.md (xorv8hi3): New.
13308         (xorv16qi3): New.
13309         Remove all _const0 patterns.
13310         (movv4si_internal): Rewrite to use code.  Add vector constant to
13311         vector alternative.  Add splitter.
13312         (movv8hi_internal): Same.
13313         (movv16qi_internal): Same.
13314         (movv4sf_internal): Same.
13315         Change the unspecs for vspltis* to use constants.
13316
13317         * config/rs6000/spe.md ("xorv4hi3"): New.
13318         ("spe_evxor"): Rename to xorv2si3.
13319         ("xorv1di3"): New.
13320         Remove all _const0 patterns.
13321         (movv2si_internal): Rewrite to use code.  Add vector constant to
13322         alternatives.  Add splitter.
13323         (movv4hi_internal): Add vector constant to alternatives.
13324         (movv1di_internal): Same.
13325         (movv2sf_internal): Same.
13326
13327 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13328
13329         PR c/9936
13330         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
13331         variably-sized arrays in parameters.
13332         (set_save_expr_context): New function.
13333         (c_expand_body): Use it, via walk_tree.
13334
13335 2003-03-31  Eric Christopher  <echristo@redhat.com>
13336
13337         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
13338         (combinable_i3pat): Remove call to expand_field_assignment and
13339         #if 0'd code.
13340
13341 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13342
13343         PR c++/10278
13344         * c-common.c (finish_label_address_expr): Handle the
13345         error_mark_node.
13346
13347 2003-03-31  Richard Henderson  <rth@redhat.com>
13348
13349         * real.c (real_identical): Reorg so as to not compare
13350         signalling for normals.
13351
13352 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13353
13354         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
13355
13356 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13357
13358         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
13359         notes as they are boggus.
13360         (m68hc11_gen_movqi): Likewise.
13361
13362 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13363
13364         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
13365         save the soft registers after the frame pointer so that gdb can unwind
13366         the frame more easily.
13367         (expand_epilogue): Likewise in opposite order; allow to use X register
13368         as scratch if the return value is by reference.
13369
13370 2003-03-31  Jason Merrill  <jason@redhat.com>
13371
13372         PR java/10145
13373         * stor-layout.c (update_alignment_for_field): Respect
13374         DECL_USER_ALIGN for zero-length bitfields, too.
13375         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
13376         fields.
13377
13378 2003-03-31  Matt Austern  <austern@apple.com>
13379
13380         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
13381         (count_defs): Keep track of number of defs as well as total size.
13382         (write_defs): Put every definition in cpp_savedstate's defs array.
13383         (comp_hashnode): Define.  Comparison function for qsort.
13384         (cpp_write_pch_deps): Sort definitions before writing them.
13385         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
13386         (collect_ht_nodes): Define.
13387         (cpp_valid_state): When verifying that undefined identifiers in
13388         the pch file are still undefined, read a sorted list of undefined
13389         identifiers, collect all defined identifiers into a sorted list,
13390         and walk through both lists to make sure there's no match.
13391
13392 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13393
13394         * config/h8300/h8300.md (a peephole2): New.
13395
13396 2003-03-31  Michael Matz  <matz@suse.de>
13397
13398         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
13399
13400 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
13401
13402         PR target/10177
13403         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
13404         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
13405         all call-clobbered registers as used.
13406
13407 2003-03-31  Michael Matz  <matz@suse.de>
13408
13409         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
13410         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
13411
13412 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
13413
13414         * gcov.c: Add -a & -u options.
13415         (struct arc_info): Add local_span, is_call_non_return,
13416         is_nonlocal_return, is_unconditional flags, remove is_call flag.
13417         (struct block_info): Add flags, is_call_site, is_nonlocal_return
13418         members. Make encodings a union with span member.
13419         (struct function_info): Add blocks_executed, line, src, line_next
13420         members.
13421         (struct coverage_info): Make branches a union with blocks member.
13422         (struct source_info): Add functions member.
13423         (object_summary, program_count): New global variables.
13424         (flag_all_blocks, flag_unconditional): New flags.
13425         (find_source, output_branch_count): New functions.
13426         (print_usage): Adjust.
13427         (options): Adjust.
13428         (process_args): Adjust.
13429         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
13430         <GCOV_TAG_BLOCKS>: Read flags.
13431         <GCOV_TAG_LINES>: Adjust.
13432         (read_count_file): Process SUMMARY tags.
13433         (solve_flow_graph): Set is_unconditional and clear is_call_site
13434         appropriately.
13435         (add_branch_counts): Adjust. Don't count unconditional branches.
13436         (add_line_counts): Deal with all-blocks mode, accumulate block
13437         coverage.
13438         (accumulate_line_counts): Adjust, generate local spanning tree for
13439         all-blocks mode.
13440         (output_lines): Adjust.
13441         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
13442         * doc/gcov.texi: Document.
13443
13444 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13445
13446         * config/h8300/h8300.md: Organize peephole2's that transform
13447         (compare (reg:HI) (const_int)).
13448
13449 2003-03-31  Roger Sayle  <roger@eyesopen.com>
13450
13451         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
13452         (init_emit_once): Initialize dconstm2 and dconsthalf here.
13453         * real.h (dconstm2, dconsthalf): Add prototypes here.
13454         * real.c (real_sqrt): Use dconsthalf rather than local copy.
13455         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
13456         exp(x/2.0) remember to fold the division if possible.
13457         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
13458         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
13459         1.0/(x*x) and pow(x,0.5) as sqrt(x).
13460
13461 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13462
13463         * config/h8300/h8300.md (a new peephole2): New.
13464
13465 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13466
13467         * gcse.c (simple_mem): Return false for floating-point accesses
13468         if flag_float_store is true.
13469
13470 2003-03-30  Roger Sayle  <roger@eyesopen.com>
13471
13472         * gcse.c (gcse_constant_p): New function to identify constants
13473         suitable for constant propagation, including COMPARE with two
13474         integer constant arguments.
13475         (hash_scan_set): Use gcse_constant_p.
13476         (find_avail_set): Likewise.
13477         (cprop_insn): Likewise.
13478         (do_local_cprop): Likewise.
13479         (find_implicit_sets): Likewise.
13480         (find_bypass_set): Likewise.
13481
13482 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
13483
13484         * except.h: Remove definition of varray_type.
13485
13486 2003-03-30  Richard Henderson  <rth@redhat.com>
13487
13488         PR opt/10011, opt/10252:
13489         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
13490         before post-gcse cse pass.
13491
13492 2003-03-30  Roger Sayle  <roger@eyesopen.com>
13493
13494         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
13495
13496 2003-03-30  DJ Delorie  <dj@redhat.com>
13497
13498         * profile.c (instrument_edges): Make sure any newly created
13499         jump insns have correct jump label info.
13500
13501 2003-03-30  Richard Henderson  <rth@redhat.com>
13502
13503         * cfgbuild.c (make_edges): Use tablejump_p.
13504         * cfgcleanup.c (label_is_jump_target_p): Likewise.
13505         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
13506         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
13507         (try_redirect_by_replacing_jump): Likewise.
13508         (redirect_edge_and_branch): Likewise.
13509         * cse.c (fold_rtx): Likewise.
13510         * jump.c (delete_related_insns): Likewise.
13511         * rtlanal.c (get_jump_table_offset): Likewise.
13512         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
13513
13514 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13515
13516         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
13517         (STRICT2_WARN): Likewise.
13518
13519 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13520
13521         PR other/6955
13522         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
13523         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
13524
13525 2003-03-30  Richard Henderson  <rth@redhat.com>
13526
13527         PR c/10083
13528         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
13529         don't zero_extend const inputs.
13530
13531 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
13532
13533         * reload1.c (reload_cse_move2add): Fix a comment typo.
13534
13535 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
13536
13537         * config/h8300/h8300.md (a peephole2): Remove useless code.
13538
13539 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
13540
13541         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
13542         (*iorsi3_and_lshiftrt): Likewise.
13543         (*iorsi3_zero_extract): Likewise.
13544
13545 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
13546
13547         * config/h8300/h8300.md (*insv_si_8_8): New.
13548         (*insv_si_8_8_lshiftrt_8): Likewise.
13549         (a peephole2): Likewise.
13550
13551 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13552
13553         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
13554         Uniformly use bugfix instead of bug fix.
13555
13556 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13557
13558         PR doc/895
13559         * ONEWS: Remove those items that already appear in the EGCS
13560         release notes on our web pages.
13561
13562 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
13563
13564         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
13565         TARGET_HARD_FLOAT.  Reformat.
13566         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
13567
13568 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
13569
13570         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
13571         work on Solaris 2.5.1.
13572
13573 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
13574
13575         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
13576         section of h8300.md
13577         (*addsi3_and_nor_r_1): Likewise.
13578
13579 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
13580
13581         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
13582         set up before any trapping memory access if flag_non_call_exceptions.
13583
13584 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
13585
13586         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
13587
13588         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
13589
13590 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
13591
13592         * configure.in: Clarify comments.
13593         * configure: Regenerate.
13594
13595 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
13596
13597         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
13598         label even if pool empty when generating PIC.
13599         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
13600
13601 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
13602             Dhananjay Deshpande  <dhananjayd@kpit.com>
13603
13604         PR target/10205
13605         * config/h8300/h8300.c (h8300_initial_elimination_offset):
13606         Correct the offset computation when TARGET_NORMAL.
13607
13608 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13609
13610         PR target/10067
13611         * config/sparc/sparc.md (jump pattern): Correct order
13612         when issuing the annuling marker.
13613
13614 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13615
13616         PR c/8281
13617         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
13618         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
13619
13620 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
13621
13622         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
13623         globalize_label.
13624         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13625         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13626         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13627         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13628         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13629         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13630         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
13631
13632 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
13633
13634         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
13635         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
13636         notes after hoisting.
13637         (load_mems): Adjust replace_loop_mems call.
13638
13639 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13640             Richard Henderson  <rth@redhat.com>
13641
13642         PR target/10114 and PR target/10084
13643         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
13644
13645 2003-03-27  Richard Henderson  <rth@redhat.com>
13646
13647         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
13648
13649 2003-03-27  Roger Sayle  <roger@eyesopen.com>
13650
13651         * fold-const.c (fold_inf_compare):  New function to simplify FP
13652         comparisons against +Infinity or -Infinity.
13653         (fold):  Optimize floating point comparisons against Infs and NaNs.
13654
13655 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
13656
13657         * libgcov.c: Provide only dummy functions if libc is not available.
13658
13659 2003-03-27  Richard Henderson  <rth@redhat.com>
13660
13661         * real.h (struct real_value): Add signalling.
13662         (EXP_BITS): Decrement.
13663         * real.c (get_canonical_qnan): Don't set MSB-1.
13664         (get_canonical_snan): Likewise.  Set signalling.
13665         (real_identical): Compare signalling.
13666         (round_for_format): Remove force-one-bit on code.
13667         (real_nan): Likewise.  Set signalling.
13668         (encode_ieee_single): Add force-one-bit code; honor signalling.
13669         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
13670         (decode_ieee_single): Set signalling.
13671         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
13672
13673 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
13674
13675         PR ada/9953
13676         * ada/Makefile.in (gnatlib configuration for HPUX): Split
13677         the general section for HPUX into specific sections for
13678         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
13679         11 case.
13680
13681 2003-03-27  Glen Nakamura  <glen@imodulo.com>
13682
13683         PR opt/10087
13684         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
13685         while incrementing giv.
13686         (record_biv): Check for duplicate biv locations and
13687         set (struct induction *) v->same if found.
13688
13689 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
13690
13691         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
13692         v0.9 API change: replace read of UNW_REG_HANDLER with
13693         unw_get_proc_info().
13694         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
13695         with unw_get_proc_info().
13696         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
13697         unw_get_proc_info().
13698
13699 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
13700
13701         * config/rs6000/8540.md: Use presence_set instead of absence_set.
13702
13703 2003-03-26  Richard Henderson  <rth@redhat.com>
13704
13705         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
13706
13707 2003-03-26  Roger Sayle  <roger@eyesopen.com>
13708
13709         PR bootstrap/10051, PR bootstrap/10169.
13710         * mips-tfile.c (init_file): Don't provide a static initializer.
13711         (initialize_init_file): Initialize the contents of init_file.
13712         (add_file): Call initialize_init_file if not already initialized.
13713
13714 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
13715
13716         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
13717         registers used for global asm variables.
13718         (s390_frame_info, s390_arg_frame_offset): Likewise.
13719         (s390_emit_prologue, s390_emit_epilogue): Likewise.
13720
13721 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
13722
13723         * config/rs6000/8540.md: New file.
13724
13725         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
13726         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
13727         reservations for imul.
13728
13729         * config/rs6000/rs6000.md: Include 8540.md.  Change
13730         delayed_compare onto mult_compare for insns generating
13731         multiplication.
13732         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
13733         New type attribute values.
13734
13735         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
13736         fpsimple instead of fp.
13737         (*divsf3_gpr): Use type vecfdiv instead of fp.
13738         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
13739         instead of vecfloat.
13740         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
13741         (spe_brinc): Use type brinc instead of veccomplex.
13742         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
13743         veccomplex.
13744         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
13745         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
13746         *movv2sf_internal): Define type attribute values for all
13747         alternatives.
13748         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
13749         of fpcompare.
13750         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
13751         instead of fpcompare.
13752
13753 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
13754
13755         * config/rs6000/power4.md: Allow delay between dispatch and
13756         function units for simple instructions.  Correct store units.
13757         Allow branch to occupy as many dispatch slots as necessary.
13758
13759 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
13760
13761         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
13762         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
13763         zero extend old to it.
13764         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
13765         operand.
13766
13767 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
13768
13769         PR target/7784
13770         * reload.c (find_reloads_address): Handle
13771         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
13772         all base registers.
13773
13774 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
13775
13776         PR other/10203
13777         * version.c: Reference the GCC web site in the URL.
13778
13779 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
13780
13781         * c-incpath.c (add_standard_paths): Add both "translated" and
13782         non-translated header paths.
13783
13784 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
13785
13786         * doc/install.texi (*-*-freebsd*): Update with known status.
13787
13788 2003-03-21  Jason Merrill  <jason@redhat.com>
13789
13790         PR optimization/10171
13791         * unroll.c (unroll_loop): Don't delete the jump at the end unless
13792         we also delete a jump at the beginning.
13793
13794 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
13795
13796         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
13797         contributor.
13798
13799 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
13800
13801         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
13802         constants are not expensive.
13803
13804 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
13805
13806         PR opt/10056
13807         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
13808         jump jumping to the next instruction.
13809         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
13810
13811 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13812
13813         * doc/passes.texi (Passes): Properly document that we do not
13814         perform jump2 any longer; remove command-line option -dJ.
13815
13816 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
13817
13818         PR optimization/8746
13819         * config/i386/i386.md (and promoting splitters): Disable HImode to
13820         SImode promoting when the sign bit matters and is not preserved, or
13821         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
13822         for size.
13823
13824 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
13825
13826         * config/h8300/h8300.md (a peephole2): Extend to support loads
13827         in QImode and HImode.
13828
13829 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
13830
13831         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
13832         _return_far
13833         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
13834         (MULTILIB_EXCEPTIONS): Likewise.
13835         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
13836         by calling some board support routine.
13837         ("call_value"): Likewise.
13838         ("*return_void"): Likewise for return.
13839         ("*return_16bit"): Likewise.
13840         ("*return_32bit"): Likewise.
13841         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
13842         for 68HC11 too.
13843         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
13844         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
13845         -mlong-calls for 68HC11.
13846         * config/m68hc11/larith.asm (declare_near): New macro.
13847         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
13848         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
13849         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
13850         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
13851         (__mulhi32): Likewise.
13852         (ret): Update macro for 68HC11.
13853         (__far_trampoline): Implement for 68HC11.
13854         (__call_a16, __call_a32, __return_void, __return_16): New support
13855         routines for 68HC11 memory bank switching calling support.
13856         (__return_32): Likewise.
13857
13858 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
13859
13860         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
13861
13862 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
13863
13864         * doc/install.texi (Testing): Mention test result links from build
13865         status pages.
13866
13867 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
13868
13869         * function.c (put_var_into_stack): Change bool parameter to int.
13870         (gen_mem_addressof): Likewise.
13871         * rtl.h (gen_mem_addressof): Likewise.
13872         * tree.h (put_var_into_stack): Likewise.
13873         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
13874         gen_mem_addressof or put_var_into_stack.
13875         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
13876         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
13877
13878 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
13879
13880         * config/h8300/h8300.md (a peephole2): New.
13881
13882 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
13883
13884         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
13885
13886 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13887
13888         * doc/contrib.texi (Contributors): Update Janis Johnson.
13889
13890 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
13891
13892         PR target/10072
13893         * combine.c (simplify_if_then_else): Check that the mode
13894         has MODE_INT class before applying the (OP Z (mult COND C2))
13895         transformation.
13896
13897 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
13898
13899         PR optimization/9414
13900         * config/sparc/sparc.md (widening peepholes): Use
13901         widen_memory_access instead of change_address.
13902
13903 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
13904
13905         PR c++/7086
13906         * c-typeck.c (c_mark_addressable): Adjust calls to
13907         put_var_into_stack.
13908         * expr.c (expand_expr): Likewise.
13909         * function.c (put_var_into_stack): Add rescan parameter.  Do not
13910         call fixup_var_refs when rescan is false.
13911         (gen_mem_addressof): Likewise.
13912         (assign_parms): Adjust calls to put_var_into_stack.
13913         (setjmp_protect): Likewise.
13914         (setjmp_protect_args): Likewise.
13915         * rtl.h (gen_mem_addressof): Change prototype.
13916         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
13917         * tree.h (put_var_into_stack): Change prototype.
13918
13919 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
13920
13921         PR middle-end/9967
13922         * builtins.c (expand_builtin_fputs): When optimizing for size,
13923         don't transform fputs into fwrite.
13924
13925 2003-03-23  Glen Nakamura <glen@imodulo.com>
13926
13927         PR c/8224
13928         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
13929         when signedness changes for division or modulus.
13930
13931 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
13932
13933         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
13934         globalize_label.
13935
13936 2003-03-23  Roger Sayle  <roger@eyesopen.com>
13937
13938         PR c/10178
13939         * stmt.c (expand_end_case_type): Check for overflow in range when
13940         determining whether to use a bit-test implementation.
13941
13942 2003-03-23  Richard Henderson  <rth@redhat.com>
13943
13944         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
13945         before flow2.
13946         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
13947
13948 2003-03-23  Richard Henderson  <rth@redhat.com>
13949
13950         PR opt/10116
13951         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
13952         from then_bb or else_bb after flow2.
13953
13954 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
13955
13956         * configure.in: Check whether it is necessary to link against
13957         libm to use ldexp.
13958         * configure: Regenerate.
13959         * Makefile.in: Add LDEXP_LIB substitution variable.
13960
13961 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
13962
13963         * config/h8300/h8300.md: Fix comment typos.
13964
13965 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13966
13967         * pa.c (output_cbranch): Fix typo in comment.
13968
13969 2003-03-22  Richard Henderson <rth@redhat.com>
13970
13971         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
13972         after reload.
13973
13974 2003-03-22  DJ Delorie  <dj at redhat dot com>,
13975         Bruce Korb  <bkorb at gnu dot org>
13976
13977         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
13978         buggy Solaris 2.6 mutex/cond initializers.
13979         (solaris_mutex_init): Rename to solaris_mutex_init_2.
13980         * fixinc/fixincl.x: Regenerate.
13981         * fixinc/tests/base/pthread.h: Update.
13982         * fixinc/fixincl.c(initialize): be explicit about the default case
13983         and indicate verbose level when being very, very verbose.
13984         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
13985
13986 2003-03-22  Andreas Jaeger  <aj@suse.de>
13987
13988         * config/i386/i386.c (ix86_init_machine_status): Return value.
13989
13990 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13991
13992         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
13993         conditional branch to the following instruction.  Use next_real_insn
13994         instead of next_active_insn.
13995         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
13996         instead of next_active_insn.
13997
13998 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
13999
14000         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
14001         instead of 'm' constraint in forced-split alternatives.
14002         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
14003         VALIDATE_ADDRESS parameter to operand_subword.
14004
14005 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
14006
14007         * config/h8300/h8300.c (notice_update_cc): Correctly handle
14008         the case where the set destination is STRICT_LOW_PART.
14009
14010 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
14011
14012         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
14013         c30 instead of a c40 processor.
14014
14015 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
14016
14017         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
14018
14019 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
14020
14021         * c-common.c: Include intl.h.
14022         (shadow_warning): Rewrite to allow better diagnostic translations.
14023         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
14024         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
14025         use it throughout.
14026         * Makefile.in (c-common.o): Add intl.h.
14027
14028 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
14029
14030         * config.gcc: Remove 'float_format'.
14031
14032         * fixproto: Define NULL and size_t in generated stdlib.h and
14033         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
14034         Rearrange file generation loop for readability.  Generate time.h,
14035         string.h if missing.
14036         * tsystem.h: Include <string.h>, <time.h> unconditionally.
14037         * config.gcc: Blow away POSIX defines.
14038
14039 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
14040
14041         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
14042
14043 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
14044
14045         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
14046         writing .interrupt command.
14047         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
14048         if it's a far or near function.
14049         ("call_value"): Likewise.
14050         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
14051         near attributes.
14052         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
14053         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
14054         (m68hc11_initial_elimination_offset): Set current_function_far
14055         according to attributes.
14056         (expand_prologue): Likewise.
14057         (trap_handler_symbol): New global to keep track of trap handlers.
14058         (m68hc11_encode_section_info): Mark symbol as far if needed; set
14059         trap symbol.
14060         (m68hc11_is_far_symbol): New function.
14061         (m68hc11_is_trap_symbol): New function.
14062         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
14063         (m68hc11_is_trap_symbol): Declare.
14064
14065 2003-03-21  Jan Hubicka  <jh@suse.cz>
14066
14067         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
14068         only when amount of saved regs changed.
14069         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
14070         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
14071
14072 2003-03-21  Jan Hubicka  <jh@suse.cz>
14073
14074         PR inline-asm/7916
14075         * function.c (instantiate_virtual_regs_lossage): New function.
14076         (instantiate_virtual_regs_1): Use it.
14077         (instantiate_virtual_regs): Do not continue in substition when insn has
14078         been deleted.
14079
14080 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14081
14082         * combine.c (make_field_assignment): Fix a warning.
14083
14084 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14085
14086         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
14087
14088 2003-03-21  Dale Johannesen  <dalej@apple.com>
14089
14090         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
14091         priority for R2 on Darwin.
14092         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
14093
14094 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
14095
14096         * combine.c (make_field_assignment): Remove unnecessary AND
14097         when storing into zero_extract.
14098
14099 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
14100
14101         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
14102         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
14103         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
14104         in comment.
14105
14106 2003-03-21  DJ Delorie  <dj@redhat.com>
14107
14108         * optabs.c (init_integral_libfuncs): Make sure we init at least up
14109         to "long long" size words.
14110
14111 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
14112
14113         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
14114         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
14115         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
14116
14117 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14118
14119         PR doc-bug/9813
14120         * doc/extend.texi: Move misplaced paragraph about underscores in
14121         variables in macros.
14122
14123 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
14124             Richard Henderson  <rth@redhat.com>
14125
14126         PR optimization/8366
14127         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
14128         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
14129         PIC+SYMBOLIC_CONST in other modes than Pmode.
14130         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
14131         the form PIC+SYMBOLIC_CONST as mode dependent.
14132
14133 2003-03-21  DJ Delorie  <dj@redhat.com>
14134
14135         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
14136         sure we always emit at least one insn.
14137
14138 2003-03-21  Christopher Faylor  <cgf@redhat.com>
14139
14140         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
14141         stub t-cygming. Use common target header cygming.h. Add extra
14142         c_target_obj and cxx_target_obj file. Default cygwin to posix
14143         threading. Enforce i386 as float format.
14144         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
14145         Remove cygwin.h as target header. Use common target header
14146         cygming.h  Enforce i386 as float format. Correct typo.
14147         * config/i386/cygming.h: New file, containing definitions
14148         common to mingw32 and cygwin.
14149         * config/i386/cygwin.h: Remove definitions common to cygwin and
14150         mingw.  Simplify special spec logic.  Define "wrappers" around
14151         certain include path defines to accommodate -mno-cygwin.
14152         Remove some #if 0'ed code.
14153         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
14154         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
14155         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
14156         * config/i386/mingw32.h: Remove definitions common to cygwin and
14157         mingw.
14158         (EXTRA_OS_CPP_BUILTINS): Adjust.
14159         (TARGET_VERSION): Define.
14160         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
14161         mingw32.h definitions.
14162         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
14163         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
14164         Add compilation rules for cygwin1.o cygwin2.o.
14165         * config/i386/cygwin1.c: New file.
14166         * config/i386/cygwin2.c: New file.
14167         * config/i386/t-cygming: New makefile stub.
14168
14169 2003-03-20  Richard Henderson  <rth@redhat.com>
14170
14171         * fold-const.c (extract_muldiv_1): Revert changing order of
14172         operands in case MULT_EXPR of 2003-02-16 patch.
14173
14174 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
14175         Merge changes from new-regalloc-branch
14176
14177         From Michael Matz  <matz@suse.de>
14178         * df.c (df_ref_record_1): Move init of loc to safe point.
14179         Only recurse on interesting things in parallels.
14180         Handle CLASS_CANNOT_CHANGE_MODE smarter.
14181         (df_uses_record): Ditto.
14182
14183         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
14184         it's already okay to use memory operands in (IE doesn't require
14185         adding another insn or anything).
14186
14187 2003-03-20  Richard Henderson  <rth@redhat.com>
14188
14189         PR middle-end/6348
14190         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
14191         different from word_mode.
14192
14193 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14194
14195         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
14196         source operand to those that can be extracted with bld.
14197
14198 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
14199
14200         PR 10066
14201         * arm.md (UNSPEC_PIC_BASE): New constant.
14202         (pic_add_dot_plus_four): Wrap with unspec.
14203         (pic_add_dot_plus_eight): Likewise.
14204
14205 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14206
14207         * config/h8300/h8300.md (*insv_si_1_n): New.
14208         (*insv_si_1_n_lshiftrt): Likewise.
14209
14210 2003-03-20  Roger Sayle  <roger@eyesopen.com>
14211
14212         * fold-const.c (fold_mathfn_compare): New function to simplify
14213         comparisons against built-in math functions.  Fold comparisons
14214         of sqrt against constants.
14215         (fold): Call fold_mathfn_compare when appropriate.
14216
14217 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
14218
14219         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
14220         information.
14221
14222 2003-03-20  Per Bothner  <pbothner@apple.com>
14223
14224         Various cleanups to help compile server.
14225
14226         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
14227         and pass that to _cpp_init_hashtable.
14228         (cpp_read_main_file):  Drop hash_table* argument; don't call
14229         _cpp_init_hashtable.
14230         * cpplib.h:  Update declarations to match.
14231         * c-opts.c (c_common_init_options):  Pass ident_hash to
14232         cpp_create_reader.
14233         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
14234         * fix-header.c (read_scan_file):  Likewise pass NULL table to
14235         cpp_create_reader rather than cpp_read_main_file.
14236
14237         * cppfiles.c (cpp_rename_file):  Generalized and renamed
14238         to cpp_change_file.
14239         * cpplib.h:  Update declaration to match.
14240         * c-opts.c (push_command_line_line, finish_options):  Change
14241         cpp_rename_file calls to cpp_change_file.
14242
14243         * line-map.c (add_line_map):  Allow leaving the outermost file.
14244         Allowing entering an outermost-file after the initial time.
14245
14246         * toplev.c (pop_srcloc):  Allow popping from initial file.
14247
14248 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
14249
14250         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
14251
14252 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14253
14254         * config/h8300/h8300.md (a peephole2): New.
14255
14256 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
14257
14258         * config/h8300/h8300.md (*addsi3_and_r_1): New.
14259         (*addsi3_and_not_r_1): Likewise.
14260
14261 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
14262
14263         * Makefile.in (STRICT2_WARN): Add @WERROR@.
14264         (GCC_WARN_CFLAGS): Remove $(WERROR).
14265         (fixinc.sh-warn): New.
14266         * ada/Make-lang.in (ada-warn): Add $(WERROR).
14267         * cp/Make-lang.in (cp-warn): Add $(WERROR).
14268         * f/Make-lang.in (f-warn): Add $(WERROR).
14269         * java/Make-lang.in (java-warn): Add $(WERROR).
14270         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
14271
14272 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
14273
14274         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
14275         langhooks-def.h (lhd_tree_dump_dump_tree),
14276         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
14277         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
14278         true and false in return statements.
14279
14280 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
14281
14282         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
14283         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
14284         DWARF_INITIAL_LENGTH_SIZE.
14285         (output_compilation_unit_header, output_pubnames, output_aranges)
14286         (output_line_info): Output 0xffffffff escape value for 64-bit
14287         DWARF extension.
14288         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
14289
14290 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
14291
14292         * config/s390/s390.c (s390_preferred_reload_class): Do not
14293         force constants to the pool unless necessary.
14294         (s390_decompose_address): Prefer to use pointer as base,
14295         not index register.
14296         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
14297         Q alternative.
14298         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
14299         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
14300         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
14301         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
14302         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
14303
14304 2003-03-19  Jan Hubicka  <jh@suse.cz>
14305
14306         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
14307         * i386.c (use_fast_prologue_epilogue): Remove.
14308         (ix86_frame): New field save_regs-using_mov;
14309         (ix86_compute_frame_layout):  Decide on fast prologues;
14310         allocate saved registers in red zone.
14311         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
14312
14313 2003-03-19  Nick Clifton  <nickc@redhat.com>
14314
14315         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
14316
14317 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14318
14319         PR 10062
14320         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
14321         * pa-protos.h (output_lbranch): New prototype.
14322         * pa.c (compute_frame_size): Change size of the frame marker on the
14323         64-bit ports to 48 bytes.
14324         (pa_output_function_prologue): Document why SAVE_SP is set.
14325         (hppa_expand_prologue): Save previous stack pointer into frame marker
14326         on targets which use the hpux unwind library.
14327         (output_cbranch): Use output_lbranch.
14328         (output_lbranch): New function to output long unconditional branches.
14329         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
14330         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
14331         64-bit ports.
14332         * pa.md (jump): Use output_lbranch.
14333         (allocate_stack): New expander for dynamic stack allocation.
14334
14335 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
14336
14337         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
14338         when debugging on XCOFF targets.  Delete "abi" temp.
14339
14340         PR target/10073
14341         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
14342
14343 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
14344
14345         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
14346         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
14347         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14348
14349         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
14350         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
14351         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14352
14353 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
14354
14355         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
14356         the result of machopic_function_base_name.
14357         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
14358         string rather than a static array.
14359
14360         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
14361
14362         * gengtype.c: Include rtl.h.
14363         (enum rtx_code): Don't define.
14364         (rtx_format): Make declaration match rtl.h.
14365         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
14366         users.
14367         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
14368         * Makefile.in (gengtype.o): Update dependencies.
14369
14370 2003-03-18  Andreas Schwab  <schwab@suse.de>
14371
14372         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
14373         martin@blom.org.
14374
14375 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
14376
14377         * function.c (next_block_index): Mark with GTY.
14378
14379         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
14380
14381 2003-03-18  Richard Henderson  <rth@redhat.com>
14382
14383         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
14384         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
14385         until after reload.
14386
14387 2003-03-18  Richard Henderson  <rth@redhat.com>
14388
14389         * builtins.c (expand_builtin_unop): New target_mode operand;
14390         use it to convert the result to the correct mode.
14391         (expand_builtin): Update all callers.
14392
14393 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
14394
14395         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
14396
14397 2003-03-18  Jan Hubicka  <jh@suse.cz>
14398
14399         * i386.md:  Fix previous commit that mistakely applied the patch
14400         twice.
14401
14402         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
14403         canonicalized.
14404         (memrefs_conflict_p): Likewise.
14405         (addr_side_effect_eval): Canonicalize the constructed address.
14406
14407 2003-03-18  Jan Hubicka  <jh@suse.cz>
14408
14409         * i386.md (cvtts?2si peep2): New.
14410
14411 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
14412
14413         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
14414
14415 2003-03-18  Andreas Schwab  <schwab@suse.de>
14416
14417         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
14418         for format.
14419
14420 2003-03-17  Jason Merrill  <jason@redhat.com>
14421
14422         PR c++/10091
14423         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
14424         an unaligned member of TREE_ADDRESSABLE type.
14425
14426 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
14427
14428         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
14429         (TARGET_PROFILE_KERNEL): Define.
14430         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
14431         (PROFILE_BEFORE_PROLOGUE): Don't define.
14432         (PROFILE_KERNEL): Remove hacks.
14433         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
14434         (rs6000_stack_info): No need to save lr if just for profiling when
14435         TARGET_PROFILE_KERNEL.
14436         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
14437         (output_function_profiler): Localize label generation.  Emit code
14438         for kernel profiling.
14439
14440 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
14441
14442         * config/h8300/h8300-protos.h: Add a prototype for
14443         byte_accesses_mergeable_p.
14444         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
14445         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
14446         (a splitter): Likewise.
14447         (*iorsi3_ashift_16_ashift_24): Likewise.
14448         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
14449
14450 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14451
14452         * dwarf2asm.h: Delete obsolete comment.
14453         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
14454         dw2_asm_output_pcrel, dw2_asm_output_addr,
14455         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
14456         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
14457         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
14458         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
14459
14460 2003-03-17  Zack Weinberg <zack@codesourcery.com>
14461
14462         * c-tree.h (struct lang_identifier): Remove error_locus field.
14463         (IDENTIFIER_ERROR_LOCUS): Kill.
14464         (record_function_scope_shadow): New prototype.
14465         * c-typeck.c (build_external_ref): Don't complain if
14466         decl is error_mark_node.  When not at file scope, bind the
14467         decl's local value to error_mark_node to suppress further
14468         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
14469
14470         * c-decl.c (get_function_binding_level): New static function.
14471         (record_function_scope_shadow): New exported function.
14472         (c_make_fname_decl): Use get_function_binding_level.
14473
14474 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
14475
14476         * stmt.c (tail_recursion_args): Call promote_mode to set
14477         unsignedp flag correctly before calling convert_move.
14478
14479 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14480
14481         * loop-unroll.c (decide_peel_completely,
14482         decide_unroll_constant_iterations, decide_unroll_stupid,
14483         decide_unroll_runtime_iterations, decide_peel_simple): Set
14484         loop->has_desc.
14485
14486 2003-03-17  Jan Hubicka  <jh@suse.cz>
14487
14488         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
14489
14490 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
14491
14492         * function.c (assign_parms): For a struct value address passed as
14493         first argument, delay the function's result RTL setup code until
14494         after the emission of parameter conversions.
14495
14496 2003-03-17  Dave Love  <fx@gnu.org>
14497             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14498
14499         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
14500         __arch64__ to match Compaq cc.
14501
14502 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
14503
14504         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
14505         (c_common_init): Set EBCDIC in cpp options.
14506         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
14507         not conditional compilation.
14508         * cpplib.h (struct cpp_options): New entry EBCDIC.
14509
14510 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
14511
14512         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
14513
14514 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14515
14516         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
14517         argument to 0 for redirect_jump.
14518
14519 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
14520
14521         PR c++/8805
14522         * except.c (eh_region_u_cleanup): Add prev_try.
14523         (expand_eh_region_end_cleanup): Set it.
14524         (reachable_handlers): Use it to skip over cleanup blocks.
14525
14526 2003-03-17  Andreas Jaeger  <aj@suse.de>
14527
14528         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
14529
14530 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
14531
14532         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
14533         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
14534         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
14535         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
14536
14537 2003-03-16  Richard Henderson  <rth@redhat.com>
14538
14539         * simplify-rtx (simplify_binary_operation): Don't abort for
14540         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
14541
14542 2003-03-16  Richard Henderson  <rth@redhat.com>
14543
14544         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
14545         optimize_size as well.
14546
14547 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
14548
14549         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
14550         for D register to specify the low part of it, aka B.
14551         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
14552         the register if we are loading 1 or -1 to it; avoid using temp
14553         register when moving X/Y to Y/X.
14554         (m68hc11_gen_movqi): Likewise.
14555         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
14556
14557 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
14558
14559         PR optimization/9016
14560         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
14561         into the constant pool.
14562
14563 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
14564
14565         PR target/9164
14566         * tree.c (get_narrower): For extensions with unchanged bit number,
14567         return the unsignedness of the outer mode.
14568
14569 2003-03-16  Roger Sayle  <roger@eyesopen.com>
14570
14571         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
14572         to avoid "may be used uninitialized" warning on ia64-hpux.
14573         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
14574
14575 2003-03-16  Andreas Jaeger  <aj@suse.de>
14576
14577         * configure.in: Improve check for memcheck.h.
14578         * configure: Regenerated.
14579
14580 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
14581
14582         * doc/cppopts.texi: Remove documentation of -A-.
14583
14584 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
14585
14586         * doc/libgcc.texi: Remove @tie.
14587
14588 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
14589
14590         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
14591         (rtx_pair): Added new element update_label_nuses, renamed to
14592         replace_label_data.
14593         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
14594         replace_label_data instead of rtx_pair.
14595         * loop.c (load_mems): Likewise.
14596         * rtlanal.c (replace_label): Replace label in pool constants and in
14597         INSN_LIST (in REG_LABEL note).
14598         (subrtx_p): Renamed to rtx_referenced_p.
14599         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
14600         LABEL_REF with CODE_LABEL, traverse constants from pool.
14601
14602 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
14603             Zack Weinberg  <zack@codesourcery.com>
14604
14605         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
14606         * doc/libgcc.texi: New file.
14607         * doc/interface.texi: Delete paragraph about libgcc interface.
14608         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
14609
14610 2003-03-15  Jason Merrill  <jason@redhat.com>
14611
14612         PR debug/9039
14613         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
14614
14615         PR debug/6387
14616         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
14617         function DIEs at toplevel.
14618         (decls_for_scope): At -g1, don't descend into subblocks.
14619
14620 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
14621
14622         * varasm.c (struct rtx_const): Change type of un.addr member
14623         to struct holding an additional 'symbol' member.
14624         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
14625         with equal string addresses as equal.
14626         (simplify_subtraction): Adapt to struct rtx_const change.
14627
14628 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
14629
14630         * fix-header.c (read_scan_file): Read main file before handling -D.
14631
14632 2003-03-15  Roger Sayle  <roger@eyesopen.com>
14633
14634         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
14635         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
14636         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
14637         (find_sub_basic_blocks): Likewise.
14638         * cgraphunit.c (cgraph_expand_functions): Likewise.
14639         * dwarf2out.c (prune_unused_types): Likewise.
14640         * expr.c (store_field): Likewise.
14641         * genextract.c (print_path): Likewise.
14642         * haifa-sched.c (schedule_insn): Likewise.
14643         * lcm.c (compute_antinout_edge): Likewise.
14644         * loop-unroll.c (decide_peel_once_rolling): Likewise.
14645         * ra-colorize.c (ra_colorize_free_all): Likewise.
14646         * ra-debug.c (dump_igraph): Likewise.
14647         (debug_hard_reg_set): Likewise.
14648         * reg-stack.c (reg_to_stack): Likewise.
14649         * rtlanal.c (refers_to_regno_p): Likewise.
14650         * tracer.c (layout_superblocks): Likewise.
14651
14652 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
14653
14654         * fix-header.c (read_scan_file): Fix thinko.
14655
14656 2003-03-15  Glen Nakamura  <glen@imodulo.com>
14657
14658         * reload1.c (choose_reload_regs): Use && instead of ||
14659         with REG_CANNOT_CHANGE_MODE_P condition.
14660
14661 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
14662
14663         * Makefile.in: Update.
14664         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
14665         * c-lex.c (init_c_lex): Register builtins hook is dead.
14666         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
14667         (c_common_decode_option): Don't call cpp_handle_option.
14668         Handle -A, -D and -U.
14669         (handle_deferred_opts): Simplify.
14670         (finish_options): Define builtins and command line macros.
14671         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
14672         * cppinit.c: Don't include intl.h.
14673         (init_builtins): Rename cpp_init_builtins.  No hook to call.
14674         (init_library): Don't need to sort options.
14675         (cpp_create_reader): Don't set pending.
14676         (cpp_destroy): Don't free pending.
14677         (struct pending_option, cl_directive_handler, struct cpp_pending,
14678         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
14679         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
14680         cl_options, cpp_handle_option): Remove.
14681         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
14682         cpp_finish_options): Remove.
14683         (cpp_init_builtins): New.
14684         * fix-header.c (read_scan_file): Update to handle -D.  Fix
14685         handling of -I.  Replace call to cpp_finish_options.
14686
14687 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14688
14689         PR optimization/9387
14690         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
14691         for conditional returns.
14692
14693 2003-03-14  Jason Merrill  <jason@redhat.com>
14694
14695         PR optimization/6871
14696         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
14697
14698 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
14699
14700         * c-opts.c (finish_options): New.
14701         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
14702         (missing_arg): Handle OPT_include and OPT_imacros.
14703         (c_common_init, c_common_parse_file): Use finish_options.
14704         (handle_deferred_opts): Update.
14705         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
14706         (cpp_finish_options): Don't handle -imacros here.
14707         (no_fil): Remove.
14708         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
14709
14710 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
14711
14712         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
14713         rs6000_maybe_dead if !fromprolog.
14714
14715 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
14716
14717         * Makefile.in: Update.
14718         * c-common.h (fe_file_change, pp_file_change): New.
14719         * c-lex.c (init_c_lex): Don't set cb_file_change.
14720         (c_common_parse_file): Move to c-opts.c.
14721         (cb_file_change): Rename fe_file_change.
14722         * c-opts.c: Include debug.h.
14723         (warn_unused_macros, include_cursor): New.
14724         (push_command_line_include, cb_file_change): New.
14725         (COMMAND_LINE_OPTIONS): Handle -include.
14726         (c_common_decode_option): Use local warn_unused_macros.
14727         Handle OPT_include.
14728         (c_common_post_options): Set file change callback.
14729         (handle_deferred_opts): Skip -include.  Don't free the array.
14730         (c_common_init): Call cpp_finish_options here, and push an
14731         initial -include file.
14732         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
14733         (preprocess_file): Don't call cpp_finish_options.
14734         (init_pp_output): Don't set the file change callback.
14735         (pp_file_change): Return if no line commands or no output.
14736         * cpphash.h (next_include_file, first_unused_line): Remove.
14737         * cppinit.c (include_head, include_tail): Remove.
14738         (cpp_destroy): Don't free -include chain.
14739         (cpp_finish_options): Don't handle -include, or worry about
14740         -Wunused-macros.
14741         (_cpp_maybe_push_include_file): Remove.
14742         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
14743         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
14744         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
14745         Used flag is set based upon the state of the warn_unused_macros
14746         flag, and so use of first_unused_line is unnecessary.
14747
14748 2003-03-13  Jan Hubicka  <jh@suse.cz>
14749
14750         * cselib.c (clear_table): Do not take argument; always clear just
14751         used slots.
14752         (cselib_process_insn):  Update call of clear_table
14753         (cselib_init): Do not call clear_table.
14754         (cselib_finish): Clear table.
14755
14756         * cse.c (count_reg_usage): Do not check side_effects_p.
14757         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
14758         like noop.
14759         (find_reg_equal_equiv_note): Do not use find_reg_note.
14760
14761 2003-03-14  Richard Henderson  <rth@redhat.com>
14762
14763         PR target/9700
14764         * config/alpha/alpha.c (alpha_va_start): Account for
14765         current_function_pretend_args_size in the AP offset.
14766
14767         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
14768         (INITIAL_ELIMINATION_OFFSET): Move out of line.
14769         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
14770         (alpha_initial_elimination_offset) New.
14771         * config/alpha/alpha-protos.h: Update.
14772
14773 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
14774
14775         * stmt.c (expand_start_case): Call emit_queue ().
14776
14777 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
14778             Alexandre Oliva  <aoliva@redhat.com>
14779
14780         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
14781         words in new abis.
14782
14783 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
14784
14785         PR optimization/8396
14786         * tree-inline.c (initialize_inlined_parameters): Make sure the value
14787         of read-only constant arguments is passed with the right type.
14788
14789 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
14790
14791         * doc/extend.texi (Function Names): Make the example compilable.
14792
14793 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
14794
14795         * config/rs6000/rs6000.c (processor_target_table): Really allow
14796         GP optional instructions on Power4.
14797
14798 2003-03-13  Roger Sayle  <roger@eyesopen.com>
14799
14800         * calls.c (flags_from_decl_or_type): Factor and remove redundant
14801         conditional tests.
14802
14803 2003-03-13  Mike Stump  <mrs@apple.com>
14804
14805         * ggc-page.c (struct page_entry): Remove varray.h header.
14806         Add index_by_depth field.
14807         Remove save_in_use_p field.
14808         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
14809         by_depth_max, by_depth, and save_in_use fields.
14810         (INITIAL_PTE_COUNT): Add.
14811         (save_in_use_p_i): Add.
14812         (save_in_use_p): Add.
14813         (adjust_depth): Add.
14814         (move_ptes_to_front): Add.
14815         (push_depth): Add.
14816         (push_by_depth): Add.
14817         (prefetch): Add.
14818         (free_page): Add support for and use faster data structures.
14819         (ggc_alloc): Likewise.
14820         (init_ggc): Likewise.
14821         (ggc_recalculate_in_use_p): Likewise.
14822         (ggc_pop_context): Likewise.
14823         (clear_marks): Likewise.
14824         (ggc_pch_read): Likewise.
14825         * Makefile.in (ggc-page.o): Remove varray.h.
14826
14827 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
14828
14829         * ChangeLog: Rotated last year's entries to...
14830         * ChangeLog.8: New.
14831
14832         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
14833         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
14834         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
14835         config/ia64/ia64-protos.h, config/ia64/ia64.c,
14836         config/ia64/ia64.h, config/ia64/ia64.md,
14837         config/ia64/itanium1.md, config/ia64/itanium2.md,
14838         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
14839         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
14840
14841 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
14842
14843         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
14844         Differentiate endianness.
14845         (s6000_override_options): Use cpu type instead of TARGET_SPE.
14846
14847 2003-03-13  Nick Clifton  <nickc@redhat.com>
14848
14849         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
14850         LDM instructions with writeback enabled.
14851         (output_return_instruction): Likewise.
14852
14853         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
14854         (CALL_USED_REGISTERS): Remove definition.
14855         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
14856
14857 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
14858
14859         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
14860         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
14861         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
14862         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
14863         (rs6000_legitimize_address): Formatting.
14864         (rs6000_emit_move): Likewise.
14865         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
14866         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
14867         (rs6000_elf_select_section): Comment reason for shlib being
14868         set for ABI_AIX.
14869         (rs6000_elf_unique_section): Likewise.
14870         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
14871         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
14872         as well as flag_pic.
14873         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
14874         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
14875         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
14876
14877 2003-03-13  Richard Henderson  <rth@redhat.com>
14878
14879         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
14880
14881         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
14882         (ia64_gp_save_reg): Remove.
14883         (struct ia64_frame_info): Move to the beginning of the file;
14884         add reg_save_gp.
14885         (ia64_expand_call): Rearrange for new call patterns.
14886         (ia64_reload_gp): New.
14887         (ia64_split_call): New.
14888         (ia64_compute_frame_size): Allocate reg_save_gp.
14889         (ia64_expand_prologue): Save reg_save_gp.
14890         (ia64_expand_epilogue): Don't restore gp.
14891         (ia64_hard_regno_rename_ok): Remove R4 hack.
14892         (ia64_function_ok_for_sibcall): New.
14893         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
14894         call try_split on sibcall pattern.
14895         * config/ia64/ia64-protos.h: Update.
14896         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
14897         Rename from nopic versions.  Confiscate 2nd argument to call as
14898         a marker.
14899         (call_pic, call_value_pic, sibcall_pic): Remove.
14900         (call_gp, call_value_gp, sibcall_gp): New.
14901         (builtin_setjmp_setup): Remove.
14902         (builtin_setjmp_receiver): Call ia64_reload_gp.
14903
14904 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
14905
14906         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
14907         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
14908         "GNU CC" with "GCC".
14909
14910         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
14911         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
14912         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
14913         GCC, not GNU CC.
14914
14915         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
14916         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
14917
14918         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
14919         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
14920         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
14921         "GNU CC" with "GCC".
14922
14923         * config/v850/lib1funcs.asm, config/v850/rtems.h,
14924         config/v850/v850-c.c, config/v850/v850-protos.h,
14925         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
14926         GCC, not GNU CC.
14927
14928         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
14929         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
14930         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
14931         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
14932         GNU CC.
14933
14934 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
14935
14936         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
14937
14938 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
14939
14940         * fixinc/fixinc.interix: Remove dead code (most of it).
14941         * fixinc/fixinc.dgux: Remove.
14942
14943         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
14944         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
14945
14946 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14947
14948         * pa.c (pa_init_builtins): Fix warning.
14949
14950 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
14951
14952         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
14953         (ASM_OUTPUT_XDATA_SHORT): Remove.
14954         (ASM_OUTPUT_XDATA_INT): Remove.
14955         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
14956         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
14957         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
14958         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
14959
14960 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
14961
14962         PR c++/7050
14963         * expr.c (store_expr): Don't attempt to store void-typed trees,
14964         just evaluate them for side effects.
14965
14966 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
14967
14968         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
14969         * cppinit.c (push_include): Move with changes to cppfiles.c.
14970         (cpp_read_main_file): Mark named operators here...
14971         (cpp_finish_options): ...not here.  Update.
14972         (_cpp_maybe_push_include_file): Update.
14973         * cpplib.h (cpp_push_include, cpp_rename_file): New.
14974
14975 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
14976
14977         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
14978         _gcc_COMPUTE_GAS_VERSION.
14979         * configure.in: Use them.
14980         * configure: Regenerate.
14981
14982 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
14983
14984         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
14985         to detect carry.
14986         (subdi3): Reorder emitted instructions.
14987
14988 2003-03-12  Andreas Jaeger  <aj@suse.de>
14989
14990         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
14991         NETBSD_OS_CPP_BUILTINS_LP64.
14992
14993 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
14994
14995         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
14996         Rearrange.  Reorganize.
14997         * configure.in: Rearrange.
14998         * configure: Regenerate.
14999
15000 2003-03-12  Andreas Jaeger  <aj@suse.de>
15001
15002         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
15003         LP64 targets.
15004
15005         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
15006         _LP64.
15007
15008         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
15009         _LP64 macros here.
15010         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
15011
15012         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
15013         NETBSD_OS_CPP_BUILTINS_LP64.
15014         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15015         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
15016
15017         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
15018
15019 2003-03-12  Jan Hubicka  <jh@suse.cz>
15020
15021         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
15022
15023 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
15024
15025         Fix PR target/9797 and PR c/9853.
15026         * stmt.c (expand_decl_init): Call push_temp_slots () and
15027         pop_temp_slots ().
15028
15029 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
15030
15031         * sh.c: Include basic-block.h.
15032         (sh_output_mi_thunk, emit_load_ptr): New functions.
15033         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
15034
15035 2003-03-12  Nick Clifton  <nickc@redhat.com>
15036
15037         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
15038         (CALL_USED_REGISTERS): Likewise.
15039         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
15040         describing how this value is calculated.
15041
15042 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
15043
15044         * configure.in (rlim_t): Define to long if no valid definition
15045         found in sys/resource.h.
15046         * config.in, configure: Regenerate.
15047
15048 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15049
15050         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
15051         TARGET_OS_CPP_BUILTINS.
15052         * config/mcore/mcore-pe.h: Similarly.
15053         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
15054         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
15055
15056 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15057
15058         PR c/9928
15059         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
15060         only if it is a VAR_DECL.
15061
15062 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15063
15064         PR optimization/9888
15065         * config/i386/i386.md (jcc_1): Fix range.
15066         (jcc_2): Likewise.
15067         (jump): LIkewise.
15068         (doloop_end_internal): Likewise.
15069
15070 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
15071
15072         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
15073         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
15074         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
15075         DLL_IMPORT_EXPORT_PREFIX and "i."
15076         (i386_pe_dllexport_name_p): Here.
15077         (i386_pe_dllimport_name_p): Here.
15078         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
15079         not 9 chars when getting identifier name.
15080         (i386_pe_mark_dllimport): Here.
15081         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
15082         not 9 chars when getting identifier name. Correct comment.
15083         (i386_pe_strip_name_encoding): Here. Add comments for different
15084         cases.
15085         (gen_fastcall_suffix): Break down xmalloc() argument to
15086         components.
15087         (gen_stdcall_suffix): Likewise.
15088         Update copyright year.
15089
15090 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15091
15092         PR optimization/9888
15093         * config/i386/i386.md (movsi_1): Remove special alternatives
15094         for %eax register.
15095         (movsi_1_nointernunit): Likewise.
15096         (movhi_1): Likewise.
15097         * config/i386/i386.c (memory_address_length): Do not use
15098         short displacement when there is no base.
15099         (ix86_attr_length_address_default): Handle LEA instructions.
15100
15101 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
15102
15103         * c-cppbuiltin.c (builtin_define_std): Make non-static.
15104
15105 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
15106
15107         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
15108         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
15109         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
15110         * config/freebsd.h (CPP_PREDEFINES): Remove.
15111         (TARGET_OS_CPP_BUILTINS): New.
15112         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
15113         instead of TARGET_OS_CPP_BUILTINS.
15114         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
15115
15116 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
15117
15118         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
15119
15120 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15121
15122         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
15123         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
15124
15125         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
15126
15127 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
15128
15129         * toplev.c (independent_decode_option): Return success for --help,
15130         --target-help and --version.
15131
15132 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
15133
15134         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
15135         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
15136         specified.
15137         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
15138         DRIVER_SELF_SPECS.
15139         (LINK_SPEC): Let endian options affect the linker emulation name.
15140
15141 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
15142
15143         * sh.md (reload_inqi): Fix mode for source in second set.
15144
15145 2003-03-11  Jan Hubicka  <jh@suse.cz>
15146
15147         * cselib.c (cselib_invalidate_mem_1): Move too ...
15148         (cselib_invalidate_mem): ... here; use new list
15149         (dummy_val, first_containing_mem): New static variables.
15150         (clear_table): Initialize first_containing_mem.
15151         (discard_useless_values):  Compact the containing_mem list.
15152         (add_mem_for_addr): Add to the list.
15153         * cselib.h (cselib_val): Add next_containing_mem.
15154
15155 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15156
15157         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
15158         instructions for e500.
15159
15160 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
15161
15162         * Makefile.in: Update.
15163         * c-cppbuiltin.c: Include tm_p.h.
15164
15165 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
15166
15167         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
15168
15169         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
15170         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
15171         (_Unwind_SetGR): Same.
15172         (_Unwind_GetGRPtr): New.
15173         (_Unwind_SetGRPtr): New.
15174         (uw_update_context_1): Use accesor functions instead of accessing
15175         context->reg[] directly.
15176         (uw_install_context_1): Same.
15177         (execute_cfa_program): Same.
15178         (__frame_state_for): Same.
15179
15180         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
15181         the synthetic register offset.
15182
15183         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
15184
15185 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
15186
15187         * config/cris/cris.md: Remove lingering EGCS reference.
15188         ("*extopqihi_side_biap"): For HI operation, match
15189         cris_additive_operand_extend_operator, not
15190         cris_operand_extend_operator.  Adjust condition.
15191         ("*extopqihi_side", "*extopqihi"): Ditto.
15192         ("*extopqisi_side_biap"): Correct operand numbers in condition.
15193         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
15194         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
15195         ("*extophisi_swap"): Ditto.
15196         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
15197         PLUS, not cris_operand_extend_operator.  Adjust condition and
15198         output template.
15199         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
15200         * config/cris/cris.h (PREDICATE_CODES): Add
15201         cris_additive_operand_extend_operator.
15202         * config/cris/cris.c (cris_additive_operand_extend_operator):
15203         New predicate.
15204
15205 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
15206
15207         * df.c (read_modify_subreg_p): Change from static to global.
15208         * df.h (read_modify_subreg_p): Add prototype.
15209         * sched-deps.c (sched_analyze_1): Generate true dependency for
15210         strict_low_part, certain subregs and zero/sign_extract.
15211
15212 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
15213
15214         * Makefile.in: Update.
15215         * c-common.c: Don't include real.h or except.h.
15216         (REGISTER_PREFIX): Remove.
15217         (builtin_define_std, builtin_define_with_value,
15218         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
15219         builtin_define_type_max, builtin_define_type_precision,
15220         builtin_define_float_constants): Move to c-cppbuiltin.c.
15221         (c_stddef_cpp_builtins): New.
15222         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
15223         * c-cppbuiltin.c: New, extracted from c-common.c.
15224         (define__GNUC__): New.
15225         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
15226         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
15227         (cpp_unique_options): Don't support no-gcc.
15228         (do_spec_1): Remove support of version specs.
15229         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
15230         * doc/passes.texi: Update.
15231         * doc/tm.texi: Update.
15232
15233 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15234
15235         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
15236
15237 2003-03-10  Andrew Pinski  <apinski@apple.com>
15238
15239         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
15240         is on should not get here.
15241         (machopic_indirect_data_reference): If dynamic-no-pic is on just
15242         generate high/low parts of the address.
15243         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
15244         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
15245         symbol and labels with a new reg.  Dynamic-no-pic does not have a
15246         pic_offset_table_rtx.
15247         (machopic_select_section): Change references of flag_pic to
15248         MACHOPIC_INDIRECT.
15249         (machopic_asm_out_destructor): Likewise.
15250         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
15251         reference of flag_pic to MACHOPIC_INDIRECT.
15252         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
15253         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
15254         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
15255         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
15256         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
15257         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
15258         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
15259         (TARGET_DYNAMIC_NO_PIC): Define.
15260         (SUBTARGET_SWITCHES): Define, have sub-target switches for
15261         dynamic-no-pic.
15262         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
15263         rs6000_override_options to here. Dynamic-no-pic overrides
15264         pic.
15265         (CC1_SPEC): Change from not static then pic to not static and not
15266         dynamic-no-pic then pic.
15267         * config/rs6000/rs6000.c (rs6000_override_options): Move the
15268         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
15269         (rs6000_legitimize_reload_address): Add case for loading floating in
15270         dynamic-no-pic.
15271         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
15272         of flag_pic to MACHOPIC_INDIRECT.
15273         (secondary_reload_class): Conditional change the reference of
15274         flag_pic to MACHOPIC_INDIRECT.
15275         (rs6000_output_mi_thunk): Change reference of flag_pic to
15276         MACHOPIC_INDIRECT.
15277         (output_profile_hook): Likewise.
15278         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
15279         * config/rs6000/rs6000.md (movdf_low): Add the case for
15280         MACHO_DYNAMIC_NO_PIC_P.
15281         (call): Change references for flag_pic in TARGET_MACHO to
15282         MACHOPIC_INDIRECT.
15283         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
15284         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
15285         * doc/invoke.texi (-mdynamic-no-pic): Document.
15286
15287 2003-03-10  Devang Patel  <dpatel@apple.com>
15288
15289         PR c++/9394
15290         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15291         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15292         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
15293         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
15294         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
15295         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
15296
15297 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
15298
15299         PR optimization/7189
15300         * toplev.c (rest_of_compilation):  Move
15301         check_function_return_warnings up to just after
15302         delete_unreachable_blocks.
15303
15304 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15305
15306         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
15307         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
15308         Declare.
15309         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
15310         for reg rename optimization to avoid using Z and Y registers.
15311
15312 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15313
15314         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
15315         when adding to X and Y since leax/leay are fast.
15316         ("*addhi3"): Accept 'I' constraint when adding to address register.
15317         ("rotlhi3"): Operand 1 must be a register_operand.
15318         (peephole2): New peephole to optimize some adds.
15319         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
15320         to represent -2 .. 2 small integer range.
15321
15322 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
15323
15324         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
15325         each 16-bit rotation.
15326
15327 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
15328
15329         * c-opts.c (add_prefixed_path): Don't use concat.  When
15330         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
15331         cpp_GCC_INCLUDE_DIR_len characters.
15332
15333 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
15334
15335         * testsuite/gcc.dg/altivec-9.c: New file.
15336
15337         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
15338         (rs6000_emit_prologue): Use rs6000_frame_related instead.
15339
15340 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15341
15342         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
15343         vectors.
15344         (__ev_convert_u64): Remove macro.  Define as inline.
15345         (__ev_convert_s64): Same.
15346
15347 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15348
15349         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
15350         (rs6000_stack_t): Add spe_64bit_regs_used.
15351
15352         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
15353         spe_64bit_regs_used, and use it to determine the size of the
15354         frame.
15355         (spe_func_has_64bit_regs_p): New.
15356         (spe_synthesize_frame_save): New.
15357         (rs6000_frame_related): Handle SPE synthetic registers.
15358         (rs6000_emit_prologue): Only save in 64-bits if the function used
15359         any registers in 64-bit mode.
15360         (rs6000_emit_epilogue): Same, but for restore.
15361
15362 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
15363
15364         * arm.h (enum floating_point_type): Delete.  Replace with...
15365         (enum fputype): ... new.
15366         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
15367         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
15368         * arm.md (attr fpu): Reworked for new underlying enum values.
15369         * arm.c (arm_fpu_arch): Now enum fputype.
15370         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
15371         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
15372         Update uses of arm_fpu_arch and arm_fpu_tune.
15373
15374 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
15375
15376         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
15377         (try_crossjump_to_edge): Replace refereces to one jump table by
15378         references to identical jump table.
15379         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
15380         (replace_label): Moved to rtlanal.c.
15381         (struct rtx_pair): Moved to rtl.h.
15382         * rtl.h (struct rtx_pair): Moved from loop.c.
15383         (replace_label): New extern function.
15384         (subrtx_p): New extern function.
15385         (tablejump_p): New extern function.
15386         * rtlanal.c (replace_label): Moved from loop.c.
15387         (subrtx_p_1): New static function.
15388         (subrtx_p): New function.
15389         (tablejump_p): New function.
15390
15391 2003-03-10  Jan Hubicka  <jh@suse.cz>
15392
15393         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
15394
15395         * cfgcleanup.c (merge_blocks): Return where to iterate next.
15396         (try_optimize_cfg): Use return value of merge_blocks
15397
15398 2003-03-10  Michael Matz  <matz@suse.de>
15399
15400         * cfg.c (unchecked_make_edge): New.
15401         (cached_make_edge): Use it.
15402         * basic-block.h (unchecked_make_edge): Declare.
15403         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
15404
15405 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
15406
15407         * fpa.md: New file.  Move all patterns relating to FPA co-processor
15408         to here...
15409         * arm.md: ... from here.
15410         (cirrus.md, fpa.md): Include at end of description.
15411         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
15412         (pic_load_addr_based): Remove register constraint from expander.
15413         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
15414         (sordered, sungt, sunle, sunge, sunlt): Likewise.
15415         (eh_epilogue, tablejump): Likewise.
15416
15417 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15418
15419         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
15420         on operands if it has a PLACEHOLDER_EXPR.
15421
15422 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
15423             Mostafa Hagog
15424
15425         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
15426         condition.
15427
15428 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
15429
15430         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
15431         * config/ip2k/ip2k.h: Similarly.
15432         * config/m32r/m32r.h: Similarly.
15433         * config/m68hc11/m68hc11.h: Similarly.
15434         * config/mn10200/mn10200.h: Similarly.
15435         * config/mn10300/mn10300.h: Similarly.
15436         * config/pdp11/pdp11.h: Similarly.
15437         * config/v850/v850.h: Similarly.
15438         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
15439         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
15440         * config/mips/iris3.h: Remove #if 0 block.
15441
15442 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15443             Joern Rennecke <joern.rennecke@superh.com>
15444
15445         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
15446         pending argument upon return from handle_braces here.
15447         (do_spec_2): Instead handle it upon return from do_spec_1 here.
15448
15449 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15450             Joern Rennecke <joern.rennecke@superh.com>
15451
15452         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
15453         pending argument upon return from handle_braces here.
15454         (do_spec_2): Instead handle it upon return from do_spec_1 here.
15455
15456 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15457
15458         * varasm.c (make_decl_one_only): Use declare_weak().
15459
15460 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15461
15462         PR middle-end/9986
15463         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
15464         after the common builtins.
15465         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
15466         * pa.c (TARGET_INIT_BUILTINS): Define.
15467         (pa_init_builtins): New function.
15468
15469         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
15470         space has been allocated for the outgoing arguments, set the arg
15471         pointer for a call emitted after virtuals have been instantiated
15472         using the stack pointer offset, otherwise abort.
15473
15474 2003-03-09  DJ Delorie  <dj@redhat.com>
15475
15476         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
15477
15478 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
15479
15480         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
15481         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
15482         conversion to integer.
15483         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
15484
15485 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15486
15487         * builtins.def: Fix typo and improve grammar.
15488         * loop-unroll.c (decide_peel_completely): Tidy log message.
15489
15490 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
15491
15492         * config/h8300/h8300.md (*tstsi_upper_bit): New.
15493         (*iorsi3_e2f): Likewise.
15494
15495 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
15496
15497         * config/h8300/h8300.c (h8300_and_costs): Return the number of
15498         assembly instructions needed.
15499         (h8300_shift_costs): Likewise.
15500
15501 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
15502
15503         * config/cris/aout.h (ENDFILE_SPEC): Undef.
15504
15505         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
15506         moves from here ...
15507         * expr.c (emit_move_insn_1): ... to here.
15508
15509         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
15510         (TARGET_OS_CPP_BUILTINS): New macro.
15511         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
15512         (TARGET_OS_CPP_BUILTINS): New macro.
15513         (CPP_PREDEFINES): Don't define.  Move old definitions and...
15514         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
15515         (TARGET_CPU_CPP_BUILTINS): New macro.
15516         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
15517         definitions and the optional __PIC__, __pic__ and
15518         __NO_UNDERSCORES__ definitions to...
15519         (TARGET_OS_CPP_BUILTINS): New macro.
15520
15521         * flags.h (flag_leading_underscore): Declare.
15522
15523         * c-opts.c (c_common_post_options): On fopen failure, return
15524         false, not NULL.
15525
15526 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
15527
15528         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
15529         config.h.
15530         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
15531         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
15532
15533 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15534
15535         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
15536         CPP_PREDEFINES.
15537         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
15538         CPP_PREDEFINES.
15539
15540 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15541
15542         * c-common.h (c_common_init, c_common_post_options): Update.
15543         * c-objc-common.c (c_objc_common_init): Update for new prototype.
15544         * c-opts.c (saved_lineno): New.
15545         (c_common_post_options, c_common_init): Update prototypes,
15546         move call to cpp_read_main_file from latter to former.
15547         * c-tree.h (c_ojbc_common_init): Update.
15548         * langhooks-def.h (lhd_post_options): New.
15549         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
15550         * langhooks.c (lhd_post_options): New.
15551         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
15552         * toplev.c (no_backend): New.
15553         (process_options): Call post_options hook and set main_input_filename
15554         and input_filename here.
15555         (lang_dependent_init, do_compile): post_options hook moved to
15556         process_options.
15557         * objc/objc-act.c (objc_init): Update prototype.
15558         * objc/objc-act.h (objc_init): Update prototype.
15559
15560 2003-03-08  Roger Sayle  <roger@eyesopen.com>
15561
15562         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
15563         a complex or vector type, using a load in the original mode.
15564
15565 2003-03-08  Jan Hubicka  <jh@suse.cz>
15566
15567         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
15568         * gt-cgraph.h: New GC file.
15569         * cgraph.c (known_fns): New static variable.
15570         (cgraph_node): Add the decl into varray.
15571
15572 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
15573
15574         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
15575
15576 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
15577
15578         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
15579         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
15580         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
15581         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
15582         All callers changed.
15583         * arm.md, arm.h, arm-protos.h: Updated.
15584
15585         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
15586         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
15587         * arm.c (arm_regno_class, f_register_operand): Updated.
15588
15589 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
15590
15591         * config/cris/cris.h: Remove EGCS references.
15592         (CPP_SPEC): Remove "-$".
15593         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
15594
15595 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15596
15597         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
15598         preference to CPP_PREDEFINES.
15599
15600 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15601
15602         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
15603
15604 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
15605
15606         * config/h8300/h8300.md (*extzv_16_8): New.
15607
15608 2003-03-08  Jan Hubicka  <jh@suse.cz>
15609
15610         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
15611         * cgraph.h: (cgraph_local_info): Add can_inline_once
15612         (cgraph_global_info): Add inline_once.
15613         (cgraph_node): Add previous.
15614         (cgraph_remove_node): New.
15615         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
15616         function.
15617         (cgraph_optimize): Call it.
15618         (cgraph_finalize_function):  Set inlinable flags.
15619         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
15620         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
15621         (cgraph_expand_function): Likewise.
15622         * cgraph.c
15623         (cgraph_node): Put nodes into doubly linked chain.
15624         (cgraph_remove_node): New function.
15625         * flags.h (flag_inline_functions_called_once): Declare.
15626         * tree-inline.c: Include cgraph.h
15627         (inlinable_functions_p): Add extra argument to bypass limits.
15628         (expand_call_inline):  Obey cgraph flag.
15629         * tree-inline.h (tree_inlinable_function_p): Update prototype.
15630
15631 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15632
15633         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
15634         irreducible loops.
15635
15636         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
15637         loops info correctly.
15638
15639 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
15640
15641         PR middle-end/7796
15642         * unroll.c (calculate_giv_inc): Handle constants being
15643         loaded with LSHIFTRT.
15644
15645 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
15646
15647         * config/rs6000/rs6000.c (processor_target_table): Do not disable
15648         GP optional instructions on Power3, Power4, 620, and 630.
15649
15650 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
15651
15652         * calls.c: Fix comment formatting.
15653         * cfgloopanal.c: Likewise.
15654         * cfgloopmanip.c: Likewise.
15655         * combine.c: Likewise.
15656         * dwarf2out.c: Likewise.
15657         * ggc-common.c: Likewise.
15658         * langhooks.c: Likewise.
15659         * loop-unroll.c: Likewise.
15660         * loop.c: Likewise.
15661         * ra-build.c: Likewise.
15662         * sbitmap.c: Likewise.
15663         * toplev.c: Likewise.
15664
15665 2003-03-07  James E Wilson  <wilson@tuliptree.org>
15666
15667         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
15668
15669 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
15670
15671         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
15672         support -no-integrated-cpp.
15673
15674         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
15675         than langhooks.name.
15676
15677 2003-03-07  Michael Matz  <matz@suse.de>
15678
15679         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
15680         (DF_FOR_REGALLOC): New.
15681         * df.c (df_ref_record): Set DF_REF_STRIPPED.
15682         (read_modify_subreg_p): Simplify.
15683         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
15684         Use DF_FOR_REGALLOC.
15685         * ra.h (struct web): New member subreg_stripped.
15686         (invalid_mode_change_regs): Declare.
15687         * ra.c (invalid_mode_change_regs): New.
15688         (init_ra): Initialize it.
15689         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
15690         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
15691         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
15692         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
15693         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
15694
15695 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
15696
15697         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
15698         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
15699         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
15700         machine description file from ...
15701         * cirrus.md: ... here.
15702
15703 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
15704
15705         * config/h8300/h8300.md (a peephole2): Don't use
15706         reg_overlap_mentioned_p.
15707
15708 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
15709
15710         * c-pch.c: Include langhooks.h.
15711         (IDENT_LENGTH): New.
15712         (get_ident): New.
15713         (pch_ident): Delete.
15714         (pch_init): Use get_ident, IDENT_LENGTH.
15715         (c_common_valid_pch): Likewise.  Also, use actual language
15716         in warning message.
15717         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
15718
15719         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
15720         c-parse.in.
15721         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
15722         gt-objc-objc-act.h.
15723         (gt-objc-objc-act.h): New rule.
15724         * objc/lang-specs.h: Support PCH.
15725         * objc/objc-act.c: Include gt-objc-objc-act.h.
15726         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
15727         (build_selector_reference_decl): Move idx out, mark for PCH.
15728         (build_class_reference_decl): Likewise.
15729         (build_objc_string_decl): Move *_idx out, mark for PCH.
15730         (build_tmp_function_decl): Move xxx out, mark for PCH.
15731
15732 2003-03-06  Dale Johannesen  <dalej@apple.com>
15733
15734         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
15735         global functions for inlining on Darwin.
15736
15737 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
15738
15739         * haifa-sched.c (schedule_block): Don't call reorder when sorting
15740         is prohibited.
15741
15742 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
15743
15744         * Makefile.in (c-ppoutput.o): Update.
15745         * c-common.h (init_pp_output): New.
15746         (preprocess_file): Update.
15747         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
15748         Register builtins.
15749         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
15750         Make call to cpp_read_main_file common to whether preprocessing
15751         or not.  Don't register builtins.
15752         * c-ppoutput.c: Include c-pragma.h.
15753         (setup_callbacks): Rename init_pp_output.
15754         (preprocess_file): No longer setup callbacks or call
15755         cpp_read_main_file.
15756         * cpphash.h (_cpp_init_mbchar): New.
15757         * cppinit.c (init_library): Call _cpp_init_mbchar.
15758         * cpplex.c (_cpp_init_mbchar): New.
15759
15760 2003-03-06  Roger Sayle  <roger@eyesopen.com>
15761
15762         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
15763         MEM, try loading the MEM into a register and taking the low-part
15764         of that, to help CSE see the use of the MEM in its true mode.
15765
15766 2003-03-05  Tom Tromey  <tromey@redhat.com>
15767
15768         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
15769         Define.
15770
15771 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
15772
15773         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
15774         operand 2.
15775         ("*ineqbranchsi"): Likewise.
15776
15777 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
15778
15779         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
15780         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
15781         register store followed by a stack increment.
15782
15783 2003-03-05  Chris Moller  <cmoller@redhat.com>
15784
15785         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
15786         to inhibit saving CARRY_REGS.
15787
15788         * config/stormy16/stormy16.c (xs_hi_general_operand):
15789         added predicate to detect and error-out on out-of-range
15790         const_ints for movhi.
15791         * config/stormy16/stormy16.md (movhi): use
15792         xs_hi_general_operand.
15793
15794         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
15795         added a check for local vbl size overflow.
15796         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
15797         added predicate to detect and error-out on out-of-range
15798         const_ints for addhi and subhi.
15799         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
15800         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
15801
15802         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
15803         add a term to accept PRE_MODIFY addresses.
15804         * config/stormy16/stormy16.c (xstormy16_expand_move):
15805         add code to expand PRE_MODIFY addresses to an add followed
15806         by a move.
15807
15808 2003-03-06  Jason Merrill  <jason@redhat.com>
15809
15810         * tree-inline.c (inlinable_function_p): Revert earlier change
15811         pending investigation.
15812
15813 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
15814
15815         * config/h8300/h8300.md (a new peephole2): New.
15816
15817 2003-03-06  Jan Hubicka  <jh@suse.cz>
15818
15819         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
15820
15821 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15822
15823         * dwarf2out.c (size_of_die): Compute size of external reference to
15824         die correctly.
15825
15826 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
15827
15828         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
15829         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
15830         expanders.
15831
15832 2003-03-05  Roger Sayle  <roger@eyesopen.com>
15833
15834         * expr.h (lang_expand_expr): Delete obsolete prototype.
15835
15836 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
15837
15838         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
15839
15840 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
15841
15842         * config/h8300/h8300.md (a peephole2): Generalize to
15843         accept a memory operand.
15844
15845 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
15846
15847         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
15848         * config/alpha/alpha.c (print_operand, case '+'): New.
15849         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
15850         (call_value_osf_1_noreturn): Likewise.
15851
15852 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15853
15854         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
15855         (expand_end_bindings): Likewise.
15856
15857 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15858
15859         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
15860         (epilogue): Don't generate return_external_pic when emitting PA 2.0
15861         code.
15862
15863 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
15864
15865         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
15866
15867         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
15868
15869         * hooks.c (hook_rtx_rtx_null): New.
15870
15871         * hooks.h (hook_rtx_rtx_null): Protoize.
15872
15873         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
15874         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
15875
15876         * target.h (struct gcc_target): Add dwarf_register_span.
15877
15878         * dwarf2out.c (multiple_reg_loc_descriptor): New.
15879         (one_reg_loc_descriptor): New.
15880         (reg_loc_descriptor): Add support for values that span more than
15881         one register.
15882
15883 2003-03-05  Jan Hubicka  <jh@suse.cz>
15884
15885         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
15886         * alias.c:  Include cgraph.h
15887         (mark_constant_function): Use cgraph_rtl_info.
15888         * calls.c:  Include cgraph.h
15889         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
15890         calls.
15891         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
15892         * cgraph.c (cgraph_rtl_info): New function.
15893         * cgraph.h (cgraph_rtl_info): Declare
15894         (cgraph_rtl_info): Likewise.
15895         * function.h (struct function): Add recursive_call_emit.
15896         * toplev.c: Include cgraph.h.
15897         (rest_of_compilation): Set preferred_incoming_stack_boundary.
15898
15899 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
15900
15901         * config/h8300/h8300.c (output_simode_bld): Clear the
15902         destination first if possible.
15903         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
15904         alternative.
15905         (extzv_1_r_inv_h8300hs): Likewise.
15906
15907 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15908
15909         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
15910         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
15911         * cfgloop.c (flow_loop_free): Made global.
15912         (establish_preds): New static function.
15913         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
15914         (get_loop_exit_edges): New.
15915         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
15916         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
15917         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
15918         loops.
15919         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
15920         removability of an edge.
15921         (fix_irreducible_loops): New static function.
15922         (find_path, remove_path): Add ability to remove enclosing loops.
15923         (unloop): New.
15924         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
15925         flags.
15926         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
15927         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
15928         not neccessary.
15929         (decide_peel_completely, peel_loops_completely): Allow complete peeling
15930         of non-duplicable once rolling loops.
15931         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
15932
15933 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
15934
15935         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
15936         for align_jumps is 4.
15937
15938         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
15939         use GENERAL_REGS.
15940
15941 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
15942
15943         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
15944         according to va_arg type.
15945         (EXPAND_BUILTIN_VA_ARG): Remove.
15946         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
15947         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
15948
15949 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
15950
15951         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
15952         else clauses.
15953
15954 2003-03-05  Michael Matz  <matz@suse.de>
15955
15956         * i386/i386.c (ix86_save_reg): Also test
15957         current_function_uses_const_pool.
15958
15959 2003-03-05  Michael Matz  <matz@suse.de>
15960
15961         * unwind.h: Add the GPL exception.
15962         * Makefile.in (USER_H): Add unwind.h.
15963
15964 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
15965
15966         PR c/9799
15967         * c-typeck.c (push_init_level): Add sanity check.
15968
15969 2003-03-05  Jan Hubicka  <jh@suse.cz>
15970
15971         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
15972         RTL inlining is done.
15973
15974         * cgraphunit.c (cgraph_mark_local_functions): New local function.
15975         (cgraph_optimize): Mark local functions.
15976         * i386-protos.h (init_cumulative_args): Update prototype.
15977         * i386.c (init_cumulative_args): Use register passing convention for
15978         local functions.
15979
15980         * cgraph.c (cgraph_global_info_ready): New global variable
15981         (cgraph_local_info, cgraph_global_info): New functions.
15982         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
15983         structures.
15984         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
15985         Declare.
15986         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
15987         (cgraph_mark_functions_to_output): Use inline_many.
15988         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
15989         (cgraph_expand_functions): Expand inline functions last.
15990         (cgraph_optimize): Do not emit uneeded functions.
15991
15992 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
15993
15994         * expr.c (convert_modes): Check for legal hard register.
15995
15996 2003-03-04  Tom Tromey  <tromey@redhat.com>
15997
15998         * doc/sourcebuild.texi (Front End Directory): Document tags.
15999         * configure: Rebuilt.
16000         * configure.in (target_list): Added tags.
16001         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
16002         TAGS files by reference.
16003         * objc/Make-lang.in (objc.tags): New target.
16004
16005 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16006
16007         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
16008         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
16009         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
16010         gcov_read_string, gcov_write_length): Modified to enable reading/
16011         writing of whole .da file just once.
16012         (da_file_open, da_file_close, da_file_eof, da_file_error,
16013         da_file_position, da_file_seek, da_file_write, da_file_read): New
16014         functions.
16015         (actual_da_file, actual_da_file_position, actual_da_file_length,
16016         actual_da_file_buffer, actual_da_file_buffer_size): New static
16017         functions.
16018         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
16019         just once.
16020
16021
16022 2003-03-04  Andreas Schwab  <schwab@suse.de>
16023
16024         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
16025         offset without frame pointer.
16026
16027 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
16028
16029         * expr.c (expand_expr): Call promote_mode to set unsignedp.
16030
16031 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
16032
16033         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
16034         * configure: Regenerated.
16035         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
16036
16037 2003-03-04  Andreas Jaeger  <aj@suse.de>
16038
16039         * configure.in: Check for <memcheck.h>.
16040         * configure: Regenerated.
16041
16042         * config.in: Define HAVE_MEMCHECK_H.
16043
16044         * ggc-common.c: Use <memcheck.h> if available instead of
16045         <valgrind.h>.
16046         * ggc-page.c: Likewise.
16047         * cppfiles.c: Likewise.
16048
16049 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
16050
16051         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
16052
16053 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
16054
16055         PR c/9262
16056         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
16057         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
16058
16059 2003-03-04  Jan Hubicka  <jh@suse.cz>
16060
16061         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
16062         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
16063         for -O3.
16064
16065 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
16066
16067         * configure.in: Delete three unused variables.  Move a variable
16068         definition closer to its use.  Simplify use_collect2 logic.  Start to
16069         organize.  Simplify tests for in-tree gas and ld.
16070         * configure: Regenerate.
16071
16072 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
16073
16074         * Makefile.in: Update.
16075         * c-common.c (flag_no_line_commands, flag_no_output,
16076         flag_dump_macros, flag_dump_includes): New.
16077         * c-common.h (flag_no_line_commands, flag_no_output,
16078         flag_dump_macros, flag_dump_includes, preprocess_file): New.
16079         (init_c_lex): Update prototype.
16080         * c-lex.c (init_c_lex): Update prototype; move some code to
16081         c_common_init.
16082         * c-opts.c (preprocess_file): Subsume into c_common_init.
16083         (c_common_decode_option): Update flags.
16084         (c_common_init): Move code from preprocess_file and init_c_lex.
16085         (sanitize_cpp_opts): Update.
16086         * c-ppoutput.c: New, cppmain.c almost verbatim.
16087         * cpphash.h (struct printer): Remove.
16088         (struct cpp_reader): Remove print.
16089         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
16090         cpp_preprocess_file): Remove.
16091         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
16092         and dump_includes.
16093         * cppmain.c: Remove.
16094         * doc/passes.texi: Update.
16095
16096 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16097
16098         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
16099         (assign_stack_local_1): Perform overall stack alignment only when
16100         STACK_ALIGNMENT_NEEDED is nonzero.
16101         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
16102
16103         * pa.c (compute_frame_size): Rename fsize to size.  Account for
16104         alignment to a word boundary before general register save block.  Only
16105         account for double-word alignment before floating point register save
16106         block if one or more are saved.  Don't allocate space for %r3 when
16107         frame pointer is needed.
16108         (hppa_expand_prologue): Include alignment to word boundary in local
16109         frame size.
16110         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
16111         (STACK_ALIGNMENT_NEEDED): Define.
16112
16113 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
16114
16115         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
16116         global register variables.
16117
16118 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
16119
16120         * reload.c (reload_adjust_reg_for_mode): New function.
16121         (subst_reloads): Call it.
16122         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
16123         * reload.h (reload_adjust_reg_for_mode): Declare.
16124         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
16125         Call it.
16126
16127 2003-03-03  James E Wilson  <wilson@tuliptree.org>
16128
16129         * optabs.c (add_equal_note): Delete SUBREG_REG use.
16130         Fixes PR c/7872.
16131
16132 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16133
16134         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
16135         (*ixorsi3_lshiftrt_16): New.
16136         (*iorsi3_ashift_16): Remove.
16137
16138 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16139
16140         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
16141         pattern.
16142
16143 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
16144
16145         * doc/install.texi (Specific): Update entry for powerpc-darwin.
16146
16147 2003-03-03  Richard Henderson  <rth@redhat.com>
16148
16149         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
16150
16151 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
16152
16153         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
16154         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
16155         (rs6000_variable_issue): Do not return negative value.
16156         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
16157         scheduling pass.
16158
16159 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16160
16161         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
16162         prune_unused_types calls.
16163
16164 2003-03-03  Jason Merrill  <jason@redhat.com>
16165
16166         * tree-inline.c (find_builtin_longjmp_call): Save and restore
16167         lineno and input_filename.
16168         (find_alloca_call): Likewise.
16169         (inlinable_function_p): Run the langhook earlier.
16170
16171         * calls.c (compute_argument_addresses): Give the new MEMs a
16172         minimum alignment of PARM_BOUNDARY.
16173
16174 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
16175
16176         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
16177         subtarget_asm_isa_spec.
16178         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
16179         (ASM_SPEC): Define as SH_ASM_SPEC.
16180         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
16181         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
16182         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
16183         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
16184
16185         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
16186         and align_jumps if not set.
16187         Force align_jumps to be at least 2.
16188         When relaxing, force align_functions to be at least the maximum of
16189         align_loops, align_jumps and 4.
16190         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
16191         (sh_loop_align): Honour align_loops_log.
16192
16193         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
16194         to check for indirect_jump_scratch.
16195         (indirect_jump_scratch): Add second set.
16196         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
16197         when looking for indirect_jump_scratch.
16198         Extract scratch register taking new structure of indirect_jump_scratch
16199         into account.
16200         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
16201
16202 2003-03-03  Jan Hubicka  <jh@suse.cz>
16203
16204         * calls.c (rtx_for_function_call): Take the address as an argument
16205         (expand_call): Do not modify the expression.
16206
16207         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
16208         optimizing.
16209
16210 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16211
16212         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
16213         TARGET_H8300H and TARGET_H8300S.
16214
16215 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16216
16217         * config/h8300/h8300.md (a peephole2): New.
16218
16219 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16220
16221         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
16222         operands[0] and operands[1] are different.
16223
16224 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
16225
16226         * reload1.c (reload_cse_move2add): Remove variable success.
16227
16228 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16229
16230         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
16231         warnings.
16232
16233 2003-03-02  Richard Henderson  <rth@redhat.com>
16234
16235         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
16236         * config.in, configure: Rebuild.
16237         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
16238         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
16239         paired ldtoffx and ldxmov annotations.
16240         (load_symptr_internal1): Remove.
16241         (load_symptr_high, load_symptr_low): New.
16242
16243 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16244
16245         * c-incpath.c (add_path): Fix sysp assignment.
16246
16247 2003-03-02  Kurt Garloff  <garloff@suse.de>
16248
16249         * params.def: Introduce parameter max-inline-insns-rtl for
16250         a separate limit for the RTL inliner.
16251         * params.h: Likewise.
16252         * integrate.c (function_cannot_inline_p): Use it.
16253         * toplev.c (decode_f_option): Set multiple parameters
16254         controlling inlining with -finline-limit.
16255         * params.def: Fix orthographic and typographic errors.
16256         * doc/invoke.texi: Document parameters controlling inlining
16257         and the way -finline-limit sets multiple of them.
16258
16259         * tree.h (struct tree_decl): Introduce inlined_function_flag,
16260         recording whether the function became eligible for inlining
16261         by a compiler flag rather than the declaration.
16262         Provide DID_INLINE_FUNC macro to access it.
16263         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
16264         * cp/decl.c (grokfndecl): Likewise.
16265         * toplev.c (rest_of_compilation): Likewise.
16266         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
16267         * print-tree.c (print_node): Report it.
16268         * params.def: Introduce new max-inline-insns-auto limit.
16269         * params.h: Likewise.
16270         * tree-inline.c (inlinable_function_p): Apply it to functions
16271         with DID_INLINE_FUNC set.
16272         * toplev.c (decode_f_option): Initialize it from -finline-limit
16273         value.
16274         * doc/invoke.texi: Document new parameter.
16275
16276 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
16277
16278         * fix-header.c (read_scan_file): Don't reference simplify_path.
16279
16280 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16281
16282         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
16283         min/max instructions by default as may result in reload errors.
16284
16285 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16286
16287         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
16288         avoid reload problems; define split for it.
16289
16290 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
16291
16292         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
16293         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
16294         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
16295         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
16296         rotatert and rotate.
16297         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
16298         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
16299         ("*rotrhi3_addr"): New split for shift insns on address register.
16300         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
16301         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
16302         (___rotrhi3): Likewise.
16303         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
16304
16305 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16306
16307         * toplev.c (aux_base_name): Moved from toplev.h.
16308         (filename): Constify.
16309         (lang_dependent_init): Don't duplicate name.
16310         (process_options): Set aux_base_name here, not...
16311         (do_compile): ...here.  Change protoype.
16312         (toplev_main): Move some code from do_compile.
16313         * toplev.h: Remove aux_base_name.
16314
16315 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
16316
16317         * config/h8300/h8300-protos.h: Add a prototype for
16318         iorxor_operator.
16319         * config/h8300/h8300.c (print_operand): Handle 'c'.
16320         (iorxor_operator): New.
16321         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
16322         * config/h8300/h8300.md (*iorhi3_zext): Remove.
16323         (*iorsi3_zexthi): Likewise.
16324         (*iorsi3_zextsi): Likewise.
16325         (*xorhi3_zextqi): Likewise.
16326         (*xorsi3_zexthi): Likewise.
16327         (*xorsi3_zextsi): Likewise.
16328         (*ixorhi3_zext): New.
16329         (*ixorsi3_zext_qi): Likewise.
16330         (*ixorsi3_zext_hi): Likewise.
16331
16332 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16333
16334         * c-incpath.c (remove_component_p, simplify_path): Move back to
16335         cppfiles.c.
16336         (remove_duplicates): Use cpp_simplify_path.
16337         * c-incpath.h (simplify_path): Remove.
16338         * c-lex.c: Don't include c-incpath.h.
16339         (init_c_lex): Remove simplify_path.
16340         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
16341         (find_or_create_entry, validate_pch): Revert.
16342
16343 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
16344
16345         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
16346           an external cpp during compilation.
16347         (option_map): Likewise.
16348         * objc/lang-specs.h (default_compilers): Similarly.
16349         * doc/invoke.texi: Document -no-integrated-cpp flag.
16350
16351 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
16352
16353         * config/h8300/h8300.md (zero_extendqisi2): Change to an
16354         expander.
16355         (*zero_extendqisi2_h8300): New.
16356         (*zero_extendqisi2_h8300hs): New.
16357         (two splitters): New.
16358
16359 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16360
16361         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
16362
16363 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16364
16365         * config/h8300/h8300.md (a peephole2): Remove dead code.
16366
16367 2003-03-01  Roger Sayle  <roger@eyesopen.com>
16368
16369         PR c++/9367
16370         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
16371         (BT_FN_INT_CONST_STRING_VALIST_ARG,
16372         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
16373         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
16374         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
16375         BT_FN_INT_STRING_CONST_STRING_VAR,
16376         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
16377         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
16378         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
16379         ATTR_NONNULL_3): Also include the nothrow attribute.
16380         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
16381         vsnprintf, vscanf, vsscanf): Don't define attributes here.
16382         * builtins.def (putchar, puts): Make full C89 built-ins.
16383         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
16384         vsscanf, vsnprintf, vsprintf): New built-ins.
16385         * c-common.c (c_common_nodes_and_builtins): Handle new macro
16386         DEF_FUNCTION_TYPE_VAR_3.
16387
16388         * doc/extend.texi: Document these new built-in functions.
16389
16390 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16391
16392         * config/h8300/h8300.md (a peephole2): New.
16393
16394 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
16395
16396         * predict.c (estimate_bb_frequencies): Correctly set
16397         real_values_initialized after initialization.
16398
16399 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
16400
16401         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
16402         cppinit.o, cppdefault.o, fix-header): Update.
16403         * c-incpath.c: New file.
16404         * c-incpath.h: New file.
16405         * c-lex.c: Include c-incpath.h.
16406         (init_c_lex): Register path simplifier.
16407         * c-opts.c: Include cppdefault.h and c-incpath.h.
16408         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
16409         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
16410         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
16411         (missing_arg, c_common_decode_option): Handle them.
16412         (c_common_post_options): Register include chains.
16413         (print_help): Update.
16414         * cppdefault.h (struct default include): Update.
16415         Move some macros to ...
16416         * cppdefault.c: ... here.
16417         (cpp_include_defaults): Add extra field add_sysroot.
16418         * cppfiles.c (include_file, search_from, find_or_create_entry,
16419         cpp_included, find_include_file, remap_filename): Update for
16420         renaming of search_path to cpp_path, and of the chain headers.
16421         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
16422         * cpphash.h (struct search_path): Move to cpplib.h.
16423         (struct cpp_buffer, struct cpp_reader): Update.
16424         (_cpp_simplify_pathname): Remove.
16425         * cppinit.c: Don't include prefix.h and cppdefault.h.
16426         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
16427         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
16428         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
16429         no_pth, cpp_handle_options): Remove.
16430         (struct pending_option): Remove chain members.
16431         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
16432         cpp_handle_option): Update.
16433         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
16434         (struct cpp_options): Remove quote_include, bracket_include,
16435         include_prefix, include_prefix_len, verbose, ignore_srcdir,
16436         no_standard_includes, no_standard_cplusplus_includes.
16437         (struct cpp_callbacks): Add simplify_path.
16438         (cpp_handle_options): Remove.
16439         * fix-header.c: Include c-incpath.h.
16440         (read_scan_file): Update to use c-incpath functionality.
16441         * doc/passes.texi: Update.
16442
16443 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16444
16445         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
16446         satisfies EXTRA_CONSTRAINT 'U'.
16447
16448 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16449
16450         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
16451         register.
16452         (*tst_extzv_memqi_1_n): Change to a splitter.
16453         (a peephole2): Update.
16454
16455 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
16456
16457         * predict.c (estimate_bb_frequencies): Initialize the sreal
16458         constants once per compilation.
16459
16460 2003-02-28  Richard Henderson  <rth@redhat.com>
16461
16462         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
16463
16464 2003-02-28  scott snyder  <snyder@fnal.gov>
16465
16466         * flags.h: Add flag_eliminate_unused_debug_types.
16467         * toplev.c: Add flag_eliminate_unused_debug_types.
16468         (f_options): Add -feliminate-unused-debug-types.
16469         * dwarf2out.c (struct file_table): Add emitted member.
16470         (splice_child_die): Fix the parent pointer for the child being
16471         spliced.
16472         (lookup_filename): Maintain file_table.emitted array.  Don't
16473         output .file directive here.
16474         (maybe_emit_file): (new)
16475         (init_file_table): Set up file_table.emitted.
16476         (dwarf2out_source_line): Use maybe_emit_file.
16477         (dwarf2out_start_source_file): Use maybe_emit_file.
16478         (dwarf2out_init): Use maybe_emit_file.
16479         (prune_unused_types_walk_attribs): (new)
16480         (prune_unused_types_mark): (new)
16481         (prune_unused_types_walk): (new)
16482         (prune_unused_types_prune): (new)
16483         (prune_unused_types): (new)
16484         (dwarf2out_finish): Call prune_unused_types if
16485         flag_eliminate_unused_debug_types is set.
16486         * doc/invoke.texi (Option Summary): Add
16487         -feliminate-unused-debug-types.
16488         (Debugging Options): Likewise.
16489
16490 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
16491
16492         * doc/invoke.texi: Change .pch to .gch.
16493         * cppfiles.c (open_file_pch): Likewise.
16494         * gcc.c (default_compilers): Likewise.
16495
16496 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
16497
16498         * floatlib.c: Remove.
16499
16500 2003-02-28  Jason Merrill  <jason@redhat.com>
16501
16502         * stor-layout.c (variable_size): Leave a "minus 1" outside the
16503         SAVE_EXPR.
16504
16505 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
16506
16507         * config/rs6000/power4.md: Add compare bypass.
16508
16509 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
16510
16511         * config/netbsd.h: Update copyright years.
16512         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
16513         -pthread is specified on the command line.
16514
16515 2003-02-28  Dale Johannesen <dalej@apple.com>
16516
16517         * loop.c (struct movable): Add insert_temp, shrink savemode.
16518         (scan_loop): Accept invariants that require copying; mark as
16519         insert_temp.
16520         (combine_movables): Don't combine insert_temp movables.
16521         (move_movables): Insert copies for insert_temp movables.
16522         Don't record the info based on regno for insert_temp's.
16523
16524 2003-02-28  Joel Sherrill <joel@OARcorp.com>
16525
16526         PR 9638/other
16527         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
16528         this constant defaults to 1.
16529
16530 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
16531
16532         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
16533
16534 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
16535
16536         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
16537         ARMv5e processor, not just for XScale.  Instructions are predicable.
16538         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
16539
16540 2003-02-28  Nick Clifton  <nickc@redhat.com>
16541
16542         * config/arm/arm.c (note_invalid_constants): Change parameter type
16543         from bool to int.
16544
16545 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
16546
16547         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
16548         test of bit 7.
16549         (*tst_extzv_memqi_1_n): Likewise.
16550         (a peephole2): New.
16551
16552 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
16553
16554         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
16555         #ifndef __mips16.
16556
16557 2003-02-28  Jan Hubicka  <jh@suse.cz>
16558
16559         * combine.c (gen_lowpart_for_combine): Update handling of
16560         subregs_of_mode
16561         * flow.c (life_analysis, mark_used_regs): Likewise.
16562         * regclass.c (subregs_of_mode): Turn into single bitmap.
16563         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
16564         dealing with subregs_of_mode
16565         * regs.h (subregs_of_mode): Update prototype.
16566
16567 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
16568
16569         * emit-rtl.c (set_reg_attrs_for_parm): New function.
16570         * rtl.h (set_reg_attrs_for_parm): New exported function.
16571         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
16572         set_reg_attrs_from_mem.
16573
16574 2003-02-27  Roger Sayle  <roger@eyesopen.com>
16575             Zack Weinberg <zack@codesourcery.com>
16576
16577         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
16578
16579 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
16580
16581         * reload1.c (sext_for_mode): Remove.
16582         (reload_cse_move2add): Use trunc_int_for_mode instead of
16583         sext_for_mode.
16584         (move2add_note_store): Likewise.
16585         Reset register information if we see a set in non-integer
16586         mode.
16587
16588 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
16589
16590         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
16591         option.
16592         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
16593         * config/rs6000/aix51.h: Same.
16594         * config/rs6000/aix52.h: Same.
16595         * config/rs6000/power4.md: Additional VMX bypasses.
16596
16597 2003-02-27   Geert Bosch <bosch@gnat.com>
16598
16599         * toplev.c (print_version): Add indentation for GGC heuristics and
16600         output after printing version information.
16601
16602 2003-02-27  James E Wilson  <wilson@tuliptree.org>
16603
16604         * combine.c (simplify_comparison): Require integral mode when
16605         permuting SUBREG with AND.
16606
16607 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
16608
16609         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
16610
16611 2003-02-27  Nick Clifton  <nickc@redhat.com>
16612
16613         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
16614         deleted when cirrus instructions were added.
16615
16616 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
16617
16618         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
16619         POSIX thread support by default.
16620
16621 2003-02-27  Roger Sayle  <roger@eyesopen.com>
16622
16623         * config/i386/cygwin.h: Don't include any other files directly.
16624         * config/i386/mingw32.h: Don't include cygwin.h directly.
16625         * config.gcc (cygwin, mingw32, uwin): Instead make these files
16626         explicit in the tm_files variable.
16627
16628 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
16629
16630         * config/rs6000/rs6000.md: Add TI constant splitter.
16631
16632 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
16633
16634         * builtins.c (purge_builtin_constant_p): Handle subreg of
16635         constant_p_rtx too.
16636
16637         * function.c (assign_stack_local_1): Truncate constant added to
16638         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
16639
16640 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
16641
16642         * config.gcc: Add power4 to PowerPC with_cpu list.
16643
16644 2003-02-26  Jan Hubicka  <jh@suse.cz>
16645
16646         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
16647
16648 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16649
16650         * gcov-dump.c (print_prefix): Fix signedness warning.
16651         * gcov-io.h (struct counter_section, struct counter_section_data): New.
16652         (struct function_info): n_arc_counts field removed, n_counter_sections,
16653         counter_sections fields added.
16654         (struct gcov_info): arc_counts, n_arc_counts fields removed,
16655         n_counter_sections, counter_sections fields added.
16656         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
16657         profile sections.
16658         * profile.h (MAX_COUNTER_SECTIONS): New.
16659         (struct section_info): New.
16660         (struct profile_info): count_instrumented_edges,
16661         count_edges_instrumented_now fields removed, n_sections, section_info
16662         fields added.
16663         (find_counters_section): Declare.
16664         * profile.c (struct function_list): count_edges field removed,
16665         n_counter_sections, counter_sections fields added.
16666         (set_purpose, label_for_tag, build_counter_section_fields,
16667         build_counter_section_value, build_counter_section_data_fields,
16668         build_counter_section_data_value, build_function_info_fields,
16669         build_function_info_value, build_gcov_info_fields,
16670         build_gcov_info_value): New static functions.
16671         (find_counters_section): New function.
16672         (instrument_edges, get_exec_counts, compute_branch_probabilities,
16673         branch_prob, create_profiler): Modified to support multiple profile
16674         sections.
16675
16676 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16677
16678         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
16679         is 8 * STACK_BOUNDARY.
16680         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
16681
16682 2003-02-26  Michael Matz  <matz@suse.de>
16683
16684         * ra-colorize.c (merge_moves): Fix list handling.
16685
16686 2003-02-26  Nick Clifton  <nickc@redhat.com>
16687
16688         * config/arm/arm.c (is_load_address): Rename to...
16689         (arm_memory_load_p) ... this and make it check for SUBREGs and
16690         constant loads that will be converted into loads from the
16691         minipool.
16692         (is_cirrus_insn): Rename to ...
16693         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
16694         of CIRRUS_NO with CIRRUS_NOT.
16695         (cirrus_reorg): Use renamed functions.
16696         (note_invalid_constants): Change from a void function to bool.
16697         Add an extra parameter, saying whether the fixups should be
16698         pushed.  Return true if fixups are needed.
16699         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
16700         of CIRRUS_NO with CIRRUS_NOT.
16701         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
16702         other floating point co-processors can also affect this.
16703         * config/arm/arm.md ("type" attribute): Add mav_farith and
16704         mav_dmult.  Replace references to "cirrus_type" attribute with
16705         "type".
16706         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
16707         ("cirrus_type" attribute): Delete - use "type" instead.
16708         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
16709         'normal'.
16710
16711 2003-02-25  Jan Hubicka  <jh@suse.cz>
16712
16713         * objc-act.c: Include cgraph.h
16714         (mark_referenced_methods): New function.
16715         (objc_init): Call it.
16716         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
16717
16718         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
16719         mode.
16720
16721         * optabs.c (expand_fix): Do not widen the input operand.
16722
16723         * expr.c (emit_group_store):  Fix crash when converting single
16724         register into complex register.
16725
16726         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
16727         * alias.c: Include timevar.h
16728         (init_alias_analysis):  Set timevar
16729         * jump.c: Include timevar.h
16730         (rebuild_jump_labels):  Set timevar
16731         * regcalss.c: Include timevar.h
16732         (reg_scan):  Set timevar
16733         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
16734
16735 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16736
16737         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
16738
16739         * Makefile.in (loop-unroll.o): New.
16740         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
16741         (unroll_and_peel_loops): Declare.
16742         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
16743         flag_old_unroll_loops.
16744         * loop.c (loop_invariant_p): Ditto.
16745         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
16746         flag_old_unroll_all_loops.
16747         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
16748         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
16749         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
16750         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
16751         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
16752         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
16753         PARAM_MAX_ONCE_PEELED_INSNS): New.
16754         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
16755         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
16756         instead of old one.
16757         (flag_peel_loops): New.
16758         (lang_independent_options): The new flags added.
16759         (rest_of_compilation): Call new unroller.
16760         (process_options): Setup flags for coexistence of old and new unroller.
16761         * doc/invoke.texi: Document new options.
16762         * doc/passes.texi: Document new unroller pass.
16763
16764 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
16765
16766         * fixinc/fixincl.x: Regenerate
16767
16768 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
16769
16770         * function.c (assign_parms): Set reg_attrs for parameters passed in
16771         registers.
16772
16773 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
16774
16775         PR target/9681
16776         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
16777
16778 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
16779
16780         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
16781         pseudo-op.
16782
16783 2003-02-25  Roger Sayle  <roger@eyesopen.com>
16784
16785         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
16786         * cse.c (invalidate_skipped_set):  Likewise.
16787         * integrate.c (subst_constants):  Likewise.
16788         * jump.c (reversed_comparison_code_parts):  Likewise.
16789         * loop.c (canonicalize_condition):  Likewise.
16790         * simplify-rtx.c (simplify_relational_operation):  Likewise.
16791
16792 2003-02-25  Roger Sayle  <roger@eyesopen.com>
16793
16794         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
16795         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
16796         the appropriate macro to define built-in function.
16797         (fmod,fmodf,fmodl): New built-in functions.
16798
16799         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
16800
16801 2003-02-25  Richard Henderson  <rth@redhat.com>
16802
16803         * config/i386/i386.c (function_arg): Pass variable sized
16804         structures correctly on the stack.
16805
16806 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
16807
16808         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
16809         does not reduce the cost of SET.
16810
16811 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16812
16813         PR target/9732
16814         * config/rs6000/rs6000.c (first_reg_to_save): Handle
16815         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
16816         (rs6000_emit_prologue): Likewise.
16817         (rs6000_emit_epilogue): Likewise.
16818         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
16819         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
16820
16821 2003-02-25  Richard Henderson  <rth@redhat.com>
16822
16823         * real.c (real_to_integer2): Force overflow result only for
16824         unsigned overflow.
16825
16826 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
16827
16828         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
16829
16830 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
16831             Richard Henderson  <rth@redhat.com>
16832
16833         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
16834         there is no similar load.
16835
16836 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
16837             Richard Henderson  <rth@redhat.com>
16838
16839         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
16840         sched-rgn.c.
16841         (add_forward_dependence): New function prototype.
16842
16843         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
16844         sched-init.h.
16845         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
16846         them to haifa-sched.c.
16847
16848         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
16849         haifa_classify_insn): Move them from sched-rgn.c.
16850
16851         * sched-deps.c (add_dependence): Return flag of creating a new
16852         entry.
16853         (add_forward_dependence): New function.
16854         (compute_forward_dependences): Use the function.
16855
16856         * sched-ebb.c (earliest_block_with_similiar_load): New function.
16857         (add_deps_for_risky_insns): New function.
16858         (schedule_ebb): Call the function.
16859
16860 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
16861
16862         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
16863         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
16864
16865         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
16866         opaque types fail.
16867
16868         * c-typeck.c (comptypes): Change call to vector_types_compatible
16869         to vector_opaque_p.
16870         (convert_for_assignment): Call vector_opaque_p instead of
16871         vector_types_compatible.
16872         (really_start_incremental_init): Disallow initialization of opaque
16873         types.
16874
16875         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
16876         Define TARGET_VECTOR_OPAQUE_P.
16877         (TARGET_INITIALIZER): Same.
16878
16879         * target.h (struct gcc_target): Remove vector_types_compatible.
16880         Add vector_opaque_p.
16881
16882         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
16883         Remove.
16884         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
16885         a vector type.  Change return type to bool.
16886         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
16887         (TARGET_VECTOR_OPAQUE_P): Define.
16888
16889         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
16890         target hook.
16891         Include target.h.
16892         (cp_parser_init_declarator): Fix typo in function comments.
16893
16894 2003-02-25  Jan Hubicka  <jh@suse.cz>
16895
16896         * Makefile.in (lcm.o):  Add dependency on function.h
16897         * lcm.c (function.h): Include.
16898         * i386.c (machine_function, ix86_stack_locals,
16899         * ix86_save_varrargs_registers) : Move to
16900         ...
16901         * i386.h (machine_function, ix86_stack_locals,
16902         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
16903         (ix86_optimize_mode_switching): New.
16904         * i386.md (fix patterns): Set ix86_optimize_mode_switching
16905
16906 2003-02-25  Nick Clifton  <nickc@redhat.com>
16907
16908         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
16909         of fourth arg is 'fndecl' not 'indirect'.  Update comment
16910         describing the function's parameters.
16911
16912 2003-02-24  Jan Hubicka  <jh@suse.cz>
16913
16914         * combine.c (simplify_shift_const):  Fix previous patch.
16915
16916 2003-02-24  Jeff Law  <law@redhat.com>
16917
16918         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
16919         alternative.
16920         (testsi_1, testhi_1, testqi_1): Likewise.
16921
16922 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16923
16924         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
16925         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
16926         * doc/extend.texi (Tru64 Pragmas): Reflect this.
16927
16928         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
16929         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
16930         * fixinc/fixincl.x: Regenerate.
16931         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
16932         testcase.
16933         Fixes PR c/5059, c/6126, other/9671.
16934
16935 2003-02-24  Roger Sayle  <roger@eyesopen.com>
16936
16937         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
16938         from handle_braces in "%{...}".
16939
16940 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
16941
16942         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
16943         (prepare_move_operands): Handle TLS operands.
16944         (tls_symbolic_operand): New.
16945         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
16946         (legitimize_pic_address): Do nothing for the TLS symbol.
16947         (sh_encode_section_info): Handle TLS case.
16948         (sh_strip_name_encoding): Drop TLS encoding.
16949         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
16950         * config/sh/sh.h (SH_TLS_ENCODING): Define.
16951         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
16952         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
16953         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
16954         * config/sh/sh.md: Define TLS UNSPEC constants.
16955         (type): Add tls_load.
16956         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
16957         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
16958         ("tls_initial_exec"): New insn.
16959         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
16960         ("load_gbr"): New insn.
16961
16962         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
16963         * configure: Regenerate.
16964
16965 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
16966
16967         PR 9297, PR 9722
16968         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
16969         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
16970         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
16971         (enum block_op_methods): Reorder for better store_expr optimization.
16972         * expr.c (store_expr): Test bit 1 of "want_value" for call param
16973         stores, test bit 0 for original want_value meaning.  Pass
16974         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
16975         recursive calls, and calls to expand_param.
16976         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
16977         expected, set target to 0 rather than to subtarget.  Formatting.
16978
16979 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
16980
16981         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
16982
16983 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16984
16985         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
16986         new default behavior.
16987         * ggc-common.c: Include sys/resource.h.
16988         (ggc_rlimit_bound): New function.
16989         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
16990         defaults to account for rlimits.
16991
16992 2003-02-22  Richard Henderson  <rth@redhat.com>
16993
16994         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
16995
16996 2003-02-22  Kelley Cook <kelley@dwhoops.info>
16997
16998         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
16999         (ix86_tune_string): Rename from ix86_cpu_string.
17000
17001 2003-02-22  Kelley Cook <kelleycook@comcast.net>
17002
17003         * config/i386/i386.c: Replace "mcpu" with "mtune".
17004         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
17005         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
17006         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
17007         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
17008
17009 2003-02-23  Andreas Schwab  <schwab@suse.de>
17010
17011         * config.gcc: Delete references to m68k/t-linux and
17012         m68k/t-linux-aout.
17013         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
17014
17015 2003-02-22  Jan Hubicka  <jh@suse.cz>
17016
17017         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
17018         of track scheduling patch.
17019
17020 2003-02-22  Jan Hubicka  <jh@suse.cz>
17021
17022         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
17023         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
17024
17025 2003-02-22  Jan Hubicka  <jh@suse.cz>
17026
17027         * c-decl.c (c_expand_body_1): Fix.
17028
17029 2003-02-22  Jan Hubicka  <jh@suse.cz>
17030
17031         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
17032
17033         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
17034         when not optimizing.
17035         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
17036         when not expensive.
17037         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
17038         optimizing;  Delete trivially dead insns early; fix optimize check.
17039
17040         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
17041         dependency on cgraph.h
17042         * c-decl.c: Include cgraph.h
17043         (finish_function): Update call of tree_inlinable_function_p.
17044         * c-objc-common.c: Include cgraph.h
17045         * cgraph.h: New file.
17046         * cgraphunit.c: New file.
17047         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
17048         (cgraph_nodes, cgraph_n_nodes): Globalize.
17049         (cgraph_finalize_function, cgraph_finalize_compilation_unit
17050         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
17051         Move into cgraphunit.c
17052         * tree-inline.c: Include cgraph.h
17053         * tree-inline.c: Include cgraph.h
17054
17055 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
17056
17057         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
17058         for copying a register.
17059
17060 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
17061
17062         PR other/3782
17063         * toplev.c (process_options): If flag_detailed_statistics is set,
17064         then set time_report as well.
17065
17066         PR c/8828
17067         * jump.c (never_reached_warning): Don't fall through BARRRIER
17068         insns.  Update comments to reflect what the function really does.
17069
17070 2003-02-21  Roger Sayle  <roger@eyesopen.com>
17071
17072         * fold-const.c (omit_one_operand): No longer static.
17073         * tree.h (omit_one_operand): Prototype here.
17074         (div_and_round_double): Keep fold-const.c prototypes together.
17075         * builtins.c (builtin_mathfn_code): Handle binary built-in
17076         funtions, such as "pow" and "atan2".
17077         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
17078         Simplify optimizations using "type" the builtin's return type.
17079
17080 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
17081
17082         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
17083         Fix functionalization typo.
17084
17085         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
17086         in an asm.
17087
17088 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17089
17090         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
17091         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
17092         documentation.
17093         * ggc-common.c: Include params.h
17094         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17095         init_ggc_heuristics): New functions.
17096         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
17097         init_ggc_heuristics): Prototype.
17098         * toplev.c (print_version):  Output GGC heuristics.
17099         (parse_options_and_default_flags): Call init_ggc_heuristics.
17100
17101 2003-02-22  Jan Hubicka  <jh@suse.cz>
17102
17103         * i386.c (def_builtin):  Special case 64bit builtins.
17104         (MASK_SSE164, MASK_SSE264): New constants.
17105         (builtin_description): Add 64bit builtins.
17106         (ix86_init_mmx_sse_builtins): Likewise.
17107         * i386.h (enum ix86_builtins): Likewise.
17108         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
17109         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
17110         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
17111         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
17112         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
17113         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
17114         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
17115
17116 2003-02-22  Jan Hubicka  <jh@suse.cz>
17117
17118         * i386.c (builtin_description): Add __builtin_ia32_paddq and
17119         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
17120          and __builtin_ia32_psubq128.
17121         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
17122         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
17123         (mmx_adddi3, mmx_subdi3): New.
17124         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
17125         * xmmintrin.h (_mm_movepi64_pi64): New.
17126         (_mm_add_epi64, _mm_sub_epi64): fix.
17127         (_mm_mul_pu16): Rename to...
17128         (_mm_mul_su32): ... this one.
17129
17130         * builtins.c (expand_builtin_expect):  Do not predict
17131         flag_guess_branch_prob is not set.
17132         * c-semantics.c (expand_stmt): Likewise.
17133         * predict.c (predict_insn): Likewise.
17134         * stmt.c (expand_continue_loop): Likewise.
17135         * toplev.c (rest_of_compilation): Do not call
17136         note_prediction_to_br_prob and note_prediction_to_br_prob
17137         when not optimizing.
17138
17139 2003-02-21  Jan Hubicka  <jh@suse.cz>
17140
17141         * cfgrtl.c (commit_edge_insertions):  Call
17142         find_many_sub_basic_block only when some code has been emitted.
17143         (commit_edge_insertions_watch_calls): Bring into sync with
17144         commit_edge_insertions
17145
17146 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
17147
17148         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
17149
17150         * sh.md (binary_sf_op): Use extra constant operand instead of
17151         negating constant operand 4.
17152         * sh.c (sh_expand_binop_v2sf): Supply it.
17153
17154 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
17155
17156         * cpphash.h (struct lexer_state): Add directive_wants_padding.
17157         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
17158         for directives of type INCL.
17159         (glue_header_name, parse_include): Use get_token_no_padding.
17160         * cppmacro.c (replace_args): If directive_wants_padding,
17161         provide padding tokens.
17162
17163 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
17164
17165         * config/h8300/h8300.md (a peephole2): New.
17166
17167 2003-02-21  Jan Hubicka  <jh@suse.cz>
17168
17169         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
17170         (commit_edge_insertions): Call find_many_sub_basic_blocks
17171
17172         * reg-stack.c (convert_regs): Cleax aux for blocks.
17173
17174 2003-02-21  Jan Hubicka  <jh@suse.cz>
17175
17176         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
17177
17178 2003-02-21  Glen Nakamura  <glen@imodulo.com>
17179
17180         PR optimization/8613
17181         * builtins.c (expand_builtin): Emit postincrements before expanding
17182         builtin functions.
17183
17184 2003-02-21  Ben Elliston  <bje@redhat.com>
17185
17186         PR other/5634
17187         * doc/install.texi (Configuration): Explain using $HOME instead of
17188         the ~ metacharacter when referring to home directories.
17189
17190 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
17191
17192         * configure.in (TARGET_SYSTEM_ROOT): Set default to
17193         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
17194         '${exec_prefix}' (in addition to the expansion thereof) as
17195         relocatable.
17196         * configure: Rebuilt.
17197
17198 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
17199
17200         * config/h8300/h8300.md (addhi3_incdec): Change the name to
17201         *addhi3_incdec.
17202         (addsi3_incdec): Change the name to *addsi3_incdec.
17203
17204 2003-02-20  Roger Sayle  <roger@eyesopen.com>
17205
17206         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
17207
17208 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
17209
17210         PR fortran/9038
17211         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
17212         options to be ignored.
17213         (c_common_decode_option): Ignore them when preprocessing.
17214
17215 2003-02-20  Jan Hubicka  <jh@suse.cz>
17216
17217         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
17218         global variables.
17219         (lang_independent_options):  Add -fsched2-use-superblocks
17220         -fsced2-use-traces.
17221         (rest_of_compilation): Deal with it.
17222         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
17223         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
17224         Declare.
17225         * rtl.h (reg_to_stack):  Update prototype.
17226         * reg-stack.c (reg_to_stack): Return when something has changed;
17227         update liveness when executing after superblock scheduling.
17228
17229         * combine.c (simplify_shift_const):  Simplify few special cases
17230         into constants.
17231
17232 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
17233
17234         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
17235         (add.,subf.,neg.): Change attribute to fast_compare.
17236         All DFA descriptions updated.
17237
17238 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
17239
17240         Change base class access representation.
17241         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
17242         TREE_VIA_PRIVATE): Remove.
17243         (BINFO_BASEACCESSES): New binfo elt.
17244         (BINFO_BASEACCESS): New accessor.
17245         (BINFO_ELTS): Increase.
17246         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
17247         (access_public_node, access_protected_node,
17248         access_private_node): New global nodes.
17249         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
17250         * dbxout.c (dbxout_type): Adjust.
17251         * dwarf2out.c (gen_inheritance_die): Add access parameter.
17252         (gen_member_die): Adjust.
17253         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
17254         (output_type): Adjust.
17255         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
17256
17257         Change base class access representation. Share virtual base
17258         binfos.
17259         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
17260         call.
17261         * cp/class.c (build_base_path): Likewise.
17262         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
17263         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
17264         (make_new_vtable): Adjust.
17265         (force_canonical_binfo_r): Delete.
17266         (force_canonical_binfo): Delete.
17267         (mark_primary_virtual_base): Delete.
17268         (dfs_unshared_virtual_bases): Delete.
17269         (mark_primary_bases): Adjust.
17270         (maybe_warn_about_overly_private_class): Adjust.
17271         (dfs_base_derived_from): Delete.
17272         (base_derived_from): Follow the inheritance chain.
17273         (struct find_final_overrider_data): Add vpath member.
17274         (dfs_find_final_overrider): Adjust.
17275         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
17276         (find_final_overrider): Adjust.
17277         (update_vtable_entry_for_fn): Adjust.
17278         (modify_all_vtables): Adjust.
17279         (walk_subobject_offsets): Adjust.
17280         (layout_nonempty_base_or_field): Adjust.
17281         (layout_empty_base): Remove last parameter. Adjust.
17282         (build_base_field): Adjust.
17283         (build_base_fields): Adjust.
17284         (propagate_binfo_offsets): Remove last parameter. Adjust.
17285         (dfs_set_offset_for_unshared_vbases): Delete.
17286         (layout_virtual_bases): Adjust.
17287         (finish_struct_1): Adjust.
17288         (init_class_processing): Don't init access nodes.
17289         (dfs_get_primary_binfo): Delete.
17290         (get_primary_binfo): Adjust.
17291         (dump_class_hierarchy_r): Remove most derived arg, add IGO
17292         parameter. Adjust.
17293         (dump_class_hierarchy): Adjust.
17294         (finish_vtbls): Adjust.
17295         (get_original_base): Delete.
17296         (build_vtt_inits): Adjust.
17297         (dfs_build_secondary_vptr_vtt_inits): Adjust.
17298         (dfs_ctor_vtable_bases_queue_p): Adjust.
17299         (build_ctor_vtbl_group): Adjust.
17300         (dfs_accumulate_vtbl_inits): Adjust.
17301         (build_vtbl_initializer): Adjust.
17302         (build_vbase_offset_vtbl_entries): Adjust.
17303         (add_vcall_offset_vtbl_entries_1): Adjust.
17304         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
17305         (access_*_node): Remove.
17306         (CANONICAL_BINFO): Delete.
17307         (BINFO_UNSHARED_MARKED): Remove.
17308         (BINFO_MARKED): Set LANG_FLAG_0 directly.
17309         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
17310         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
17311         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
17312         Delete.
17313         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
17314         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
17315         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
17316         Delete.
17317         (BINFO_DEPENDENT_BASE_P): New.
17318         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
17319         index.
17320         (markedp, unmarkedp): Adjust.
17321         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
17322         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
17323         find_vbase_instance, binfo_for_vbase): Delete.
17324         (copied_binfo, original_binfo): Declare.
17325         (finish_base_specifier): Add virtual_p arg.
17326         (unshare_base_binfos): Delete.
17327         (copy_base_binfos): Declare.
17328         (reverse_path): Delete.
17329         * cp/decl.c (xref_basetypes): Access and virtuality passed
17330         differently. Don't copy direct base binfos here. Call
17331         copy_base_binfos.
17332         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
17333         (initialize_vtbl_ptrs): Adjust.
17334         (expand_member_init): Adjust.
17335         * cp/parser.c (cp_parser_base_specifier): Adjust.
17336         * cp/pt.c (instantiate_class_template): Adjust.
17337         (get_template_base_recursive): Adjust.
17338         * cp/rtti.c (get_pseudo_ti_init): Adjust.
17339         (get_pseudo_ti_desc): Adjust.
17340         * cp/tree.c (unshare_base_binfos): Rename to ...
17341         (copy_base_binfos): ... here, reimplement.
17342         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
17343         (reverse_path): Remove.
17344         * cp/typeck.c (get_delta_difference): Adjust error messages.
17345         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
17346         * cp/search.c (lookup_base_r): Adjust.
17347         (dynamic_cast_base_recurse): Adjust.
17348         (canonical_binfo): Remove.
17349         (dfs_canonical_queue): Remove.
17350         (dfs_assert_unmarked_p): Remove.
17351         (assert_canonical_unmarked): Remove.
17352         (shared_marked_p, shared_unmarked_p): Remove.
17353         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
17354         (dfs_access_in_type): Adjust.
17355         (access_in_type): Adjust.
17356         (dfs_accessible_queue_p): Adjust.
17357         (dfs_accessible_p): Adjust.
17358         (is_subobject_of_p_1, is_subobject_of_p): Remove.
17359         (struct lookup_field_info): Remove from_dep_base_p field.
17360         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
17361         (lookup_field_r): Remove dependent base code.
17362         (lookup_member): Likewise.
17363         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
17364         (dfs_unmarked_real_bases_queue_p): Remove.
17365         (dfs_marked_real_bases_queue_p): Remove.
17366         (dfs_skip_vbases): Remove.
17367         (dfs_get_pure_virtuals): Adjust.
17368         (markedp, unmarkedp): Adjust.
17369         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
17370         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
17371         (dfs_unmark): Adjust.
17372         (dfs_get_vbase_types):Remove.
17373         (dfs_build_inheritance_graph_order): Remove.
17374         (get_vbase_types): Remove
17375         (dfs_find_vbase_instance): Remove.
17376         (find_vbase_instance): Remove.
17377         (dfs_debug_unmarkedp): Adjust.
17378         (dependent_base_p): Remove.
17379         (dfs_push_type_decls): Adjust.
17380         (dfs_push_decls): Adjust.
17381         (dfs_no_overlap_yet): Adjust.
17382         (copied_binfo): New function.
17383         (original_binfo): New function.
17384         (binfo_for_vbase): Remove.
17385
17386         Change base class access representation.
17387         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
17388         (add_interface_do): Likewise.
17389
17390 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
17391
17392         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
17393         * config/rs6000/power4.md (power4-store,power4-vecstore): New
17394         insn reservations.
17395         (power4-fpstore): Compact.
17396
17397 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
17398
17399         * config/h8300/h8300.md (*iorsi3_w): New.
17400
17401 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
17402
17403         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
17404         * rtl.c (reg_note_name): Likewise.
17405         * rtl.h (enum reg_note): Likewise.
17406         * doc/invoke.texi: Likewise.
17407         * doc/rtl.texi: Likewise.
17408
17409 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
17410
17411         * bb-reorder.c (find_traces_1_round): Fix comment typo.
17412
17413 2003-02-19  Roger Sayle  <roger@eyesopen.com>
17414
17415         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
17416         addition in the presence of signaling NaNs.
17417
17418 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
17419
17420         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
17421
17422 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17423
17424         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
17425         ORing with 0xffff??00 with the highest bit of the ?? part set.
17426         (compute_logical_op_length): Update.
17427         (compute_logical_op_cc): Likewise.
17428
17429 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
17430
17431         * bb-reorder.c (find_traces_1_round): Fixed condition for small
17432         destination block with multiple predecessors.
17433         (connect_traces): Check whether the block is a start of trace.
17434
17435 2003-02-19  Jan Hubicka  <jh@suse.cz>
17436
17437         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
17438         * function.c (assign_params): Likewise.
17439         * arm-protos.h (arm_init_cumulative_args): Update prototype.
17440         * arm.c (arm_init_cumulative_args): Update function.
17441         * arm.h (INIT_CUMULATIVE_ARGS): Update.
17442         * avr-protos.h (init_cumulative_args): Update prototype.
17443         * avr.c (init_cumulative_args): Update function.
17444         * avr.h (INIT_CUMULATIVE_ARGS): Update.
17445         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
17446         * d30v.c (d30v_init_cumulative_args): Update function.
17447         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
17448         * frv-protos.h (frv_init_cumulative_args): Update prototype.
17449         * frv.c (frv_init_cumulative_args): Update function.
17450         * frv.h (INIT_CUMULATIVE_ARGS): Update.
17451         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
17452         * pa.h (INIT_CUMULATIVE_ARGS): Update.
17453         * sparc-protos.h (init_cumulative_args): Update prototype.
17454         * sparc.c (init_cumulative_args): Update function.
17455         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
17456         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
17457
17458 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17459
17460         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
17461         (*ashiftsi_sextqi_7): Likewise.
17462
17463 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17464
17465         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
17466         ISO C99 and C++.
17467
17468         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
17469         for C++ on IRIX 6.5.1[89].
17470         * fixinc/tests/base/internal/sgimacros.h: New file.
17471
17472         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
17473         * fixinc/tests/base/internal/wchar_core.h: New file.
17474
17475         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
17476         socklen_t definition.
17477         * fixinc/fixincl.x: Regenerate.
17478         * fixinc/tests/base/sys/socket.h: New file.
17479         Fixes PR libgcj/9652.
17480
17481 2003-02-19  Jan Hubicka  <jh@suse.cz>
17482
17483         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
17484
17485 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
17486
17487         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
17488         align_jumps_max_skip and align_loops_max_skip.
17489
17490 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
17491
17492         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
17493         test size if named section.
17494
17495 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
17496
17497         * expr.c (expand_expr): Use gen_int_mode for the argument
17498         to gen_rtx_MULT.
17499
17500 2003-02-19  Jan Hubicka  <jh@suse.cz>
17501
17502         * i386.md (cosxf2):  Fix conditional.
17503
17504 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17505
17506         * config/h8300/h8300.md (extendqisi2): Change to an expander.
17507         (*extendqisi2_h8300): New.
17508         (*extendqisi2_h8300hs): Likewise.
17509
17510 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17511
17512         * config/h8300/h8300-protos.h: Update the prototype for
17513         split_adds_subs.  Remove the prototypes for
17514         const_int_le_2_operand and const_int_le_6_operand.
17515         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
17516         (const_int_le_2_operand): Remove.
17517         (const_int_le_6_operand): Likewise.
17518         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
17519         for const_int_le_2_operand and const_int_le_6_operand.
17520         * config/h8300/h8300.md: Update all uses of split_adds_subs.
17521         (a peephole2): New.
17522
17523 2003-02-18  Jan Hubicka  <jh@suse.cz>
17524
17525         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
17526         (cgraph_expand_function): Rewrite.
17527
17528 2003-02-18  Matt Austern <austern@apple.com>
17529
17530         * toplev.c, langhooks.c, langhooks-def.h: Move
17531         write_global_declarations from toplev.c to langhooks.c.
17532
17533 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
17534
17535         * config/h8300/h8300.c (general_operand_src): Always check
17536         MODE.
17537         (general_operand_dst): Likewise.
17538
17539 2003-02-18  Roger Sayle  <roger@eyesopen.com>
17540
17541         * convert.c (convert_to_real): Also optimize (float)log(x) into
17542         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
17543
17544 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
17545
17546         * config/sh/sh.c (unspec_caller_rtx_p): New.
17547         (sh_cannot_copy_insn_p): New.
17548         (TARGET_CANNOT_COPY_INSN_P): New.
17549
17550 2003-02-18  Richard Henderson  <rth@redhat.com>
17551
17552         * c-common.c (handle_used_attribute): Accept static data too.
17553
17554 2003-02-18  Nick Clifton  <nickc@redhat.com>
17555             Aldy Hernandez  <aldyh@redhat.com>
17556
17557         * testsuite/gcc.dg/20030218-1.c: New.
17558
17559         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
17560
17561         * target-def.h (TARGET_INITIALIZER): Add
17562         TARGET_VECTOR_TYPES_COMPATIBLE.
17563         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
17564
17565         * target.h (struct gcc_target): Add field vector_types_compatible.
17566
17567         * c-typeck.c (comptypes): Take into account
17568         TARGET_VECTOR_TYPES_COMPATIBLE.
17569         (convert_for_assignment): Same.
17570
17571         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
17572         (rs6000_spe_vector_types_compatible): New.
17573         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
17574
17575 2003-02-19  Andreas Schwab  <schwab@suse.de>
17576
17577         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
17578         * toplev.c: Include langhooks-def.h.
17579
17580 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
17581
17582         * config/mips/mips.h (enum processor_type): Sort entries
17583         alphabetically.
17584         * config/mips/mips.md (define_attr cpu): Sync with processor_type
17585         enum values, including adding entries that were missing.
17586
17587 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
17588
17589         * sh.c (calc_live_regs): Also check GET_CODE when checking if
17590         initial value for PR_REG is still the PR_REG register.
17591
17592 2003-02-18  Jim Wilson  <wilson@redhat.com>
17593
17594         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
17595         instruction in output template.
17596         (bsp_value): Change output template from string to C code, add %,
17597         before actual instruction.
17598         (flushrs): Mark as not predicable.
17599
17600 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
17601
17602         * inclhack.def (netbsd_bogus_semicolon): New fix.
17603         * fixincl.x: Rebuilt.
17604         * tests/base/ctype.h: Update.
17605
17606 2003-02-18  Roger Sayle  <roger@eyesopen.com>
17607
17608         * fold-const.c (negate_expr_p): New function to determine whether
17609         an expression can be negated cheaply.
17610         (fold) [MINUS_EXPR]: Use it to determine whether to transform
17611         -A - B into -B - A for floating point types.
17612
17613 2003-02-18  Roger Sayle  <roger@eyesopen.com>
17614
17615         * sbitmap.c (sbitmap_resize): New function.
17616         * sbitmap.h (sbitmap_resize): Prototype here.
17617         * recog.c (split_all_insns): Use sbitmap_resize.
17618
17619 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
17620
17621         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
17622         insn length.
17623         (extendqisi2): Likewise.
17624         (*extendhisi2_h8300): Likewise.
17625
17626 2003-02-18  Matt Austern <austern@apple.com>
17627
17628         * langhooks.h, langhooks-def.h: introduce new langhook,
17629         final_write_globals, with write_global_declarations as default.
17630         * toplev.c: Move invocation of wrapup_global_declarations from
17631         compile_file to new function, write_global_declarations.  Change
17632         compile_file to use final_write_globals hook.  Change
17633         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
17634         conditional.
17635
17636 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17637
17638         * pa.md: Correct and enhance comment.
17639
17640 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
17641
17642         * gcc.c (validate_switches): Don't scan past closing '}'.
17643
17644 2003-02-18  Ben Elliston  <bje@redhat.com>
17645
17646         PR c++/1607
17647         * doc/extend.texi (Function Attributes): Document the effect of
17648         the C++ "this" parameter on the counting of arguments for the
17649         "format" and "format_arg" attributes.
17650
17651 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
17652
17653         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
17654         (__ev_stdw): Same.
17655         (__ev_stdh): Same.
17656
17657 2003-02-17  Jan Hubicka  <jh@suse.cz>
17658
17659         * recog.c (split_all_insns):  Fix memory overflow.
17660
17661 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
17662
17663         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
17664         (cmphi): Likewise.
17665         (*cmphi_h8300): Likewise.
17666         (*cmphi_h8300hs): Likewise.
17667         (cmpsi): Likewise.
17668         (7 peephole2): Likewise.
17669
17670 2003-02-16  Jan Hubicka  <jh@suse.cz>
17671
17672         * c-typeck.c (build_c_cast):  Fold constant variables into
17673         initial values.
17674
17675 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17676
17677         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
17678         (Binaries): Ditto for Sinix/Reliant Unix.
17679
17680 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
17681
17682         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
17683         not overlap the final result register.
17684
17685 2003-02-16 Arend Bayer <arend.bayer@web.de>
17686            Richard Henderson  <rth@redhat.com>
17687
17688         PR c/8068
17689         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
17690         rearrange mult arguments for less recursion.
17691         (extract_muldiv): New.  Prevent runaway recursion.
17692
17693 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
17694
17695         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
17696         MASK_ALIGN_DOUBLE.
17697
17698 2003-02-15  Roger Sayle  <roger@eyesopen.com>
17699
17700         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
17701         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
17702         (ext_80387_constants_table): Global table of 80387 special constants
17703         guarded by ext_80387_constants_init flag when not initialized.
17704         (init_ext_80387_constants): New function to initialize this table.
17705         (standard_80387_constant_p): Extend to recognize extra 80387
17706         constants, in XFmode, on processors where this is a win.
17707         (standard_80387_constant_opcode): New function to return the
17708         opcode associated with standard_80387_constant_p.
17709         (standard_80387_constant_rtx): New function to return the XFmode
17710         CONST_DOUBLE associated with standard_80387_constant_p.
17711         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
17712
17713         * config/i386/i386-protos.h (standard_80387_constant_opcode):
17714         Prototype here.
17715         (standard_80387_constant_rtx): Likewise.
17716
17717         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
17718         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
17719         *movtf_integer): Simplify using new standard_80387_constant_opcode.
17720
17721 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
17722
17723         * doc/invoke.texi (Optimize Options): Correct @option syntax.
17724
17725 2003-02-15  Richard Henderson  <rth@redhat.com>
17726
17727         * Makefile.in (cfglayout.o): Depend on TARGET_H.
17728         * cfglayout.c: Include target.h.
17729         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
17730         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
17731         * target.h (struct gcc_target): Add cannot_copy_insn_p.
17732
17733         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
17734         (TARGET_CANNOT_COPY_INSN_P): New.
17735         (override_options): Revert 2003-02-08 hack.
17736
17737 2003-02-15  Richard Henderson  <rth@redhat.com>
17738
17739         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
17740         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
17741
17742 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
17743
17744         * config/rs6000/rs6000.h (processor_type): Add PPC440.
17745         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
17746         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
17747         TARGET_SCHED_VARIABLE_ISSUE): Define.
17748         (rs6000_use_dfa_pipeline_interface): New function.
17749         (rs6000_multipass_dfa_lookahead): New Function.
17750         (rs6000_variable_issue): New function.
17751         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
17752         (rs6000_issue_rate): Add PPC440.
17753         * config/rs6000/rs6000.md (unspec list): Correct typo.
17754         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
17755         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
17756         cmp, delayed_cr, mfcr, mtcr.
17757         (automata_option): Set "ndfa".
17758         (extendMMNN2): Update attributes.
17759         (movcc_internal1): Discourage move to non-cr0.  Update
17760         attributes.
17761         (movMM_update): Update attributes.
17762         (cmpMM_internal): Update attributes.
17763         (sCC CR materialization): Update attributes.
17764         (branch patterns): Do not discourage non-cr0.
17765         (cr logical patterns): Prefer destructive register allocation.
17766         Update attributes.
17767         (movesi_from_cr): Update attribute.
17768         (mtcrf_operation): Update attribute.
17769         (mtcrfsi): Update attribute.
17770         * config/rs6000/40x.md: New file.
17771         * config/rs6000/603.md: New file.
17772         * config/rs6000/6xx.md: New file.
17773         * config/rs6000/7450.md: New file.
17774         * config/rs6000/7xx.md: New file.
17775         * config/rs6000/mpc.md: New file.
17776         * config/rs6000/power4.md: New file.
17777         * config/rs6000/rios1.md: New file.
17778         * config/rs6000/rios2.md: New file.
17779         * config/rs6000/rs64.md: New file.
17780         [Some DFA descriptions based on work by Michael Hayes]
17781
17782 2003-02-15  Richard Henderson  <rth@redhat.com>
17783
17784         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
17785         successors with multiple predecessors.
17786         (connect_traces): Try harder to copy traces of length 1.
17787
17788         * function.h (struct function): Add computed_goto_common_label,
17789         computed_goto_common_reg.
17790         * function.c (free_after_compilation): Zap them.
17791         * stmt.c (expand_computed_goto): Use them to produce one
17792         indirect branch per function.
17793
17794 2003-02-15  Richard Henderson  <rth@redhat.com>
17795
17796         * cfgcleanup.c: Include params.h.
17797         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
17798         too many outgoing edges from a block.
17799         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
17800         * params.def (max-crossjump-edges): New.
17801         * doc/invoke.texi: Document it.
17802
17803 2003-02-15  Richard Henderson  <rth@redhat.com>
17804
17805         * recog.c (split_all_insns): Include new blocks in life update;
17806         do a global life update.
17807
17808 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
17809
17810         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
17811         Update copyright.
17812         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
17813         -mno-cygwin case.
17814
17815 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
17816
17817         PR optimization/7702
17818         * reload1.c (reload_cse_simplify_set): Honor
17819         CANNOT_CHANGE_MODE_CLASS.
17820
17821 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
17822
17823         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
17824         function.
17825         * config/mn10300/mn10300-protos.h: Declare it.
17826         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
17827         attribute cc of instructions that may use clr.
17828
17829 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
17830
17831         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
17832         (x - (x & y)) is found.
17833
17834 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17835
17836         * configure.in: Fix typo.
17837         * configure: Regenerate.
17838
17839 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
17840
17841         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
17842
17843 2003-02-13  Adam Nemet  <anemet@lnxw.com>
17844
17845         PR opt/2391
17846         * combine.c: Fix spelling in comment.
17847         (cached_nonzero_bits): New function.
17848         (cached_num_sign_bit_copies): New function.
17849         (nonzero_bits_with_known): New macro.
17850         (num_sign_bit_copies_with_known): New macro.
17851         (nonzero_bits1): Rename from nonzero_bits.  Add three new
17852         arguments.  Change calls from nonzero_bits to
17853         nonzero_bits_with_known.
17854         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
17855         three new arguments.  Change calls from num_sign_bit_copies to
17856         num_sign_bit_copies_with_known.
17857         (nonzero_bits): New macro.
17858         (num_sign_bit_copies): New macro.
17859         (update_table_tick): Don't traverse identical subexpression more
17860         than once.
17861         (get_last_value_validate): Likewise.
17862
17863 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
17864
17865         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
17866         * function.h (struct emit_status): Length of regno_pointer_align
17867         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
17868         not regno_pointer_align_length (i.e. length actually used, not
17869         length as allocated)
17870
17871         * config/i386/i386.c (struct stack_local_entry): New.
17872         (struct machine_function): Replace huge array with alist.
17873         (assign_386_stack_local): Change to match.
17874
17875 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
17876
17877         * inclhack.def (hpux_long_double): Tighten select and add bypass
17878         regexp.
17879         * fixincl.x: Rebuilt.
17880
17881 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
17882
17883         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
17884         edge and block ends with a jump insn it must be simple jump.
17885
17886 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
17887
17888         * Makefile.in (PREPROCESSOR_DEFINES): Add
17889         @TARGET_SYSTEM_ROOT_DEFINE@.
17890         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
17891         is specified or if building a cross compiler.
17892         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
17893         if the sysroot is under $exec_prefix.
17894         * configure: Regenerated.
17895         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
17896         defined.
17897         (struct default_include): Add add_sysroot field.
17898         (cpp_SYSROOT): Declare.
17899         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
17900         field.
17901         (cpp_SYSROOT): New variable.
17902         * cppinit.c (cpp_create_reader): Initialize
17903         CPP_OPTION (pfile, sysroot).
17904         (init_standard_includes): Handle add_sysroot.  Do not
17905         add unrelocated copies of relocated directories.
17906         (COMMAND_LINE_OPTIONS): Add -isysroot.
17907         (cpp_handle_option): Handle -isysroot.
17908         * cpplib.h (struct cpp_options): Add sysroot member.
17909         * gcc.c (The Specs Language): Update description of %I.
17910         (target_system_root_changed): New variable.
17911         (process_command): Conditionalize make_relative_prefix call
17912         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
17913         target_system_root_changed.
17914         (do_spec_1): Add -isysroot to %I.
17915         * doc/invoke.texi (Spec Files): Update description of %I.
17916         * doc/install.texi (--with-sysroot): Update comment about
17917         relocation.
17918
17919 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
17920
17921         * config/h8300/h8300.md (a peephole2): New.
17922
17923 2003-02-13  Robert Lipe <robertlipe@usa.net>
17924             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17925
17926         * doc/install.texi (Specific): Update three SCO-related URLs.
17927
17928 2003-02-13  Andreas Schwab  <schwab@suse.de>
17929
17930         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
17931         Parenthesize properly.
17932         (NPREDECESORS): Parenthesize properly.
17933
17934 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
17935
17936         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
17937
17938 2003-02-12  Roger Sayle  <roger@eyesopen.com>
17939
17940         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
17941         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
17942
17943         * reg-stack.c (subst_stack_regs_pat): Add support for binary
17944         UNSPEC instructions (e.g. "fpatan").
17945
17946 2003-02-12  Mike Stump  <mrs@apple.com>
17947
17948         * varray.c (element_size): Remove.
17949         (uses_ggc): Remove.
17950         (element): Add.
17951         (varray_init): Use new interface.
17952         (varray_grow): Use new interface.
17953         (varray_clear): Use new interface.
17954
17955 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
17956
17957         * config/rs6000/spe.h: Add casts to the arguments of the following
17958         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
17959         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
17960         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
17961         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
17962         __ev_get_u16, __ev_get_s16.
17963
17964 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
17965
17966         * config/h8300/h8300.md (a peephole2): New.
17967
17968 2003-02-12  Jan Hubicka  <jh@suse.cz>
17969
17970         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
17971         (OBJS): Add callgraph.o
17972         (callgraph.o): New.
17973         * c-decl.c (expand_body_1): Break out from ...
17974         (expand_body): This one;  change calling convention
17975         (finish_function): Move some of expand_body logic here.
17976         (c_expand_deferred_function): Update call of expand_body
17977         (c_expand_stmt): Use c_expand_body_1.
17978         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
17979         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
17980         * c-tree.h (c_expand_body): Declare.
17981         * callgraph.c: New file.
17982         * flags.h (flag_unit_at_a_time): Declare.
17983         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
17984         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
17985         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
17986         * langhooks.h (struct lang_hooks_for_callgraph): New.
17987         (struct lang_hooks): Add callgraph field.
17988         * toplev.c (flag_unit_at_a_time): New.
17989         (lang_independent_options): Add flag_unit_at_a_time.
17990         (process_options): Disable unit-at-a-time mode for frontends not
17991         supporting callgraph.
17992         * tree-inline.c (typedef struct inline_data): Add "decl"
17993         (expand_call_inline): Update callgraph.
17994         (optimize_inline_calls): Set id.decl.
17995         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
17996         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
17997         cgraph_calls_p): Declare.
17998         * invoke.texi (-funit-at-a-time): Document
17999
18000 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
18001
18002         * config/rs6000/spe.h: Fix misc formatting.
18003         (__ev_create_ufix32_fs): Cast ev argument.
18004         (__ev_create_sfix32_fs): Same.
18005         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
18006         (__ev_get_ufix32_fs_internal): Same.
18007
18008 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
18009
18010         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
18011         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
18012
18013 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
18014
18015         * cpplib.c (do_include_common): Move warnings for
18016         #include_next and #import out to callers.  Use early-return
18017         instead of nested ifs.  Don't do check_eol here.
18018         (parse_include): Do check_eol here with the rest of the
18019         parsing stuff.
18020         (do_include_next, do_import): Now handle warnings.
18021
18022 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18023
18024         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
18025
18026 2003-02-12  Jan Hubicka  <jh@suse.cz>
18027
18028         * predict.c (estimate_probability):  Fix roundoff error.
18029
18030 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18031
18032         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
18033         (two peephole2): New.
18034
18035 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
18036
18037         * config/h8300/h8300.md (several peephole2): Replace
18038         find_regno_note with peep2_reg_dead_p.
18039
18040 2003-02-11  Richard Henderson  <rth@redhat.com>
18041
18042         * gcse.c (lookup_set): Remove unused argument PAT.  Update
18043         both callers.
18044
18045 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
18046
18047         * diagnostic.c (real_abort): New.
18048         (diagnostic_report_diagnostic): Call real_abort on error.
18049         * diagnostic.h (diagnostic_abort_on_error): New.
18050         (struct diagnostic_context): Add abort_on_error field.
18051         * toplev.c (setup_core_dumping): New.
18052         (decode_d_option): Handle 'H' case.
18053         * doc/invoke.texi (Debugging Options): Document -dH.
18054
18055 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
18056
18057         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
18058         which refers to obsolete directories.
18059
18060 2003-02-11  Richard Henderson  <rth@redhat.com>
18061
18062         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
18063
18064 2002-10-21  Jan Hubicka  <jh@suse.cz>
18065
18066         * i386.c (contains_128bit_aligned_vector_p): New function.
18067         (ix86_function_arg_boundary): Properly align vector modes.
18068
18069 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
18070
18071         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
18072         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
18073         as a SET pattern.
18074
18075 2003-02-11  Roger Sayle  <roger@eyesopen.com>
18076
18077         * builtins.c:  Fix failure caused by commiting wrong patch.
18078
18079 2003-02-11  Dale Johannesen  <dalej@apple.com>
18080         * ra-build.c (compare_and_free_webs):  Relax checking.
18081         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
18082         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
18083
18084 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18085
18086         PR optimization/9651
18087         * rtlanal.c (may_trap_p): Handle FIX.
18088
18089 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
18090
18091         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
18092         * doc/invoke.texi: Extra alias.
18093
18094 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
18095
18096         * config/rs6000/host-darwin.c: Fix comment.
18097
18098 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
18099
18100         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
18101         predicate for mod result.
18102
18103 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18104
18105         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
18106         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
18107         * fixincl.x: Rebuilt.
18108         * tests/base/stdlib.h: Update.
18109         * tests/base/ctype.h: New file.
18110
18111 2003-02-11  Jan Hubicka  <jh@suse.cz>
18112
18113         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
18114
18115 2003-02-11  Richard Henderson  <rth@redhat.com>
18116
18117         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
18118         appropriated as globals.
18119         (ix86_expand_clrstr): Similarly.
18120         * config/i386/i386.md (cmpstrsi): Similarly.
18121
18122 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18123
18124         * config/h8300/h8300.md (a peephole2): Add a case of 255.
18125
18126 2003-02-11  Roger Sayle  <roger@eyesopen.com>
18127
18128         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
18129         (pow_optab, atan2_optab): Define corresponding macros.
18130         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
18131         * genopinit.c (optabs): Implement pow_optab and atan2_optab
18132         using pow?f3 and atan2?f3 patterns.
18133         * builtins.c (expand_errno_check): New function to update errno
18134         if necessary, split out from expand_builtin_mathfn.
18135         (expand_builtin_mathfn): Use expand_errno_check.
18136         (expand_builtin_mathfn_2): New function to handle expanding binary
18137         math functions, reusing the code in expand_errno_check.
18138         (expand_builtin): Handle the pow and atan2 math built-ins,
18139         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
18140         expand_builtin_mathfn_2.
18141
18142         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
18143
18144 2003-02-11  Jan Hubicka  <jh@suse.cz>
18145
18146         * combine.c (combine_simplify_rtx): Fix folding of
18147         nested float_truncates.
18148
18149 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18150
18151         * config/h8300/h8300.md (a peephole2): Fix a typo.
18152
18153 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
18154
18155         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
18156         register number.
18157
18158 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
18159
18160         * config/h8300/h8300-protos.h: Add a prototype for
18161         gtuleu_operator.
18162         * config/h8300/h8300.c (gtuleu_operator): New.
18163         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
18164         * config/h8300/h8300.md (a peephole2): New.
18165
18166 2003-02-11  Jan Hubicka  <jh@suse.cz>
18167
18168         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
18169
18170 2003-02-11  Jan Hubicka  <jh@suse.cz>
18171
18172         * predict.c (choose_function_section): Choose sections correctly.
18173
18174 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18175
18176         * reload1.c (first_label_num): New.
18177         (reload): Index offsets_known_at and offsets_at using difference of
18178         label number and first label number.  Don't use offset pointers.
18179         (set_label_offsets, set_initial_label_offsets): Likewise.
18180
18181 2003-02-10  Roger Sayle  <roger@eyesopen.com>
18182
18183         * mips-tfile.c (init_file): Add missing initializers in the
18184         "#ifdef __alpha" case.
18185         (file_offset, max_file_offset): Declare as unsigned long.
18186         (write_varray): Cast to "unsigned long" in comparisons against
18187         either file_offset or max_file_offset.
18188         (write_object): Likewise.
18189         (read_seek): Likewise.
18190         (copy_object): Likewise. Declare "ifd" as int to match its use
18191         in add_ext_symbol, and avoid signed/unsigned conditional warning.
18192
18193 2003-02-10  Nick Clifton  <nickc@redhat.com>
18194             Aldy Hernandez  <aldyh@redhat.com>
18195
18196         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
18197         override options which have been specified on the command line.
18198
18199 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
18200
18201         * config/h8300/h8300.md (abssf2): New.
18202         (*abssf2_h8300): Likewise.
18203         (*abssf2_h8300hs): Likewise.
18204
18205 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
18206
18207         * tree.c (build_tree_list):  Fix parameter names in comment.
18208
18209 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
18210
18211         * config/rs6000/ppc64-fp.c: New file.
18212         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
18213
18214 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
18215
18216         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
18217         * bb-reorder.c (make_reorder_chain): Deleted.
18218         (make_reorder_chain_1): Deleted.
18219         (find_traces): New function.
18220         (rotate_loop): New function.
18221         (mark_bb_visited): New function.
18222         (find_traces_1_round): New function.
18223         (copy_bb): New function.
18224         (bb_to_key): New function.
18225         (better_edge_p): New function.
18226         (connect_traces): New function.
18227         (copy_bb_p): New function.
18228         (get_uncond_jump_length): New function.
18229         (reorder_basic_blocks): Use new functions (Software Trace Cache).
18230         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
18231         boundaries.
18232
18233 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
18234
18235         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
18236
18237 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
18238
18239         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
18240         (DECL_LIVE_RANGE_RTL): Remove.
18241
18242 2003-02-10  Nick Clifton  <nickc@redhat.com>
18243
18244         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
18245         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
18246         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
18247         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
18248         config/arm/freebsd.h, config/arm/linux-elf.h,
18249         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
18250         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
18251         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
18252         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
18253         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
18254         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
18255         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
18256         and reformat as appropriate.
18257
18258 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
18259
18260         * config/h8300/clzsi2.c: Remove.
18261         * config/h8300/ctzsi2.c: Likewise.
18262         * config/h8300/paritysi2.c: Likewise.
18263         * config/h8300/popcountsi2.c: Likewise.
18264         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
18265         ctzsi2, paritysi2, and popcountsi2.
18266
18267 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
18268             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
18269
18270         PR c/7741
18271         * c-decl.c (duplicate_decls): Discard the initializer of the
18272         new decl when the types are conflicting.
18273
18274 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
18275
18276         * Makefile.in (sreal.o): Added.
18277         (predict.o): Depends on sreal.h instead of real.h.
18278         * sreal.c: New file.
18279         * sreal.h: New file.
18280         * predict.c: Use sreal.c instead of real.c.
18281
18282 2003-02-10  Nick Clifton  <nickc@redhat.com>
18283
18284         * Contributed support for the Cirrus EP9312 "Maverick"
18285         floating point co-processor.  Written by Aldy Hernandez
18286         <aldyh@redhat.com>.
18287         (config/arm/arm.c): Add Cirrus support.
18288         (config/arm/arm.h): Likewise.
18289         (config/arm/aout.h): Likewise.
18290         (config/arm/arm.md): Likewise.
18291         (config/arm/arm-protos.h): Likewise.
18292         (config.gcc): Likewise.
18293         (doc/invoke.texi): Describe new -mcpu value and new
18294         -mcirrus-fix-invalid-insns switch,
18295         (cirrus.md): New file.
18296
18297 2003-02-10  Jan Hubicka  <jh@suse.cz>
18298
18299         * combine.c (combine_simplify_rtx): Simplify using
18300         (float_truncate (float x)) is (float x)
18301         (float_extend (float_extend x)) is (float_extend x).
18302
18303 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
18304
18305         * calls.c (try_to_integrate): Tidy stack_usage_map access.
18306         (emit_library_call_value_1): Likewise.  Formatting.
18307         (store_one_arg): Likewise.
18308
18309 2003-02-09  Nick Clifton  <nickc@redhat.com>
18310             Aldy Hernandez  <aldyh@redhat.com>
18311
18312         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
18313         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
18314         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
18315         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
18316         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
18317         docs.  Add range test for immediate value.
18318
18319 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
18320
18321         Rename spe_evxor to xorv2si3.
18322         (xorv4hi3): New.
18323         (xorv1di3): New.
18324
18325 2003-02-10  Glen Nakamura  <glen@imodulo.com>
18326
18327         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
18328         tag.
18329
18330 2003-02-10  Jan Hubicka  <jh@suse.cz>
18331
18332         * i386.c (vector_move_operand): New predicate.
18333         (ix86_expand_vector_move): Be happy about 0.
18334         * i386.h (PREDICATE_CODES): Add sse-move_operand.
18335         * i386.md (mov*_internal): Add 'C' alternative.
18336
18337 2003-02-09  Jan Hubicka  <jh@suse.cz>
18338
18339         * i386.md (floathi*): Deal with SSE.
18340
18341 2003-02-09  Jan Hubicka  <jh@suse.cz>
18342
18343         * simplify-rtx.c (simplify_unary_operation,
18344         simplify_binary_operation):  Deal with vector modes
18345         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
18346
18347 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
18348
18349         * toplev.c (rest_of_compilation): Recompute register usage after
18350         split_all_insns.
18351
18352 2003-02-09  Richard Henderson  <rth@redhat.com>
18353
18354         * libgcc-std.ver (__clztf2): New.
18355         (__ctztf2, __popcounttf2, __paritytf2): New.
18356         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
18357         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
18358         adjust code to match the different type sizes.
18359         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
18360         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
18361
18362         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
18363         TImode; select word_mode and twice that.
18364         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
18365         select the modes from float, double, and long double.
18366         (init_optabs): Remove duplicate initializations.
18367
18368 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
18369
18370         * doc/install.texi: Squeeze and streamline section on
18371         testing and regression checking.
18372
18373 2003-02-09  Jan Hubicka  <jh@suse.cz>
18374
18375         * i386.md (ahi?v*3): Set third operand type to TImode.
18376         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
18377
18378         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
18379         integer mode.
18380
18381         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
18382         Change code so they are arithmetic expressions now.
18383         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
18384         simplify_ternary_operation): Deal with VEC_* expressions.
18385
18386         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
18387
18388 2003-02-08  Jan Hubicka  <jh@suse.cz>
18389
18390         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
18391         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
18392         possibly got duplicated.
18393
18394 2003-02-08  Richard Henderson  <rth@redhat.com>
18395
18396         * config/alpha/alpha.c (override_options): Turn off explicit
18397         relocs until post-peep2 code duplication resolved.
18398
18399 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18400
18401         * optabs.c (expand_unop): Widen clz properly when clz is done
18402         via libcall.
18403
18404 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18405
18406         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
18407         * config/h8300/crti.asm: Likewise.
18408         * config/h8300/crtn.asm: Likewise.
18409         * config/h8300/ctzsi2.c: Likewise.
18410         * config/h8300/fixunssfsi.c: Likewise.
18411         * config/h8300/h8300-protos.h: Likewise.
18412         * config/h8300/h8300.c: Likewise.
18413         * config/h8300/h8300.h: Likewise.
18414         * config/h8300/h8300.md: Likewise.
18415         * config/h8300/paritysi2.c: Likewise.
18416         * config/h8300/popcountsi2.c: Likewise.
18417         * config/h8300/rtems.h: Likewise.
18418
18419 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18420
18421         * doc/invoke.texi: Documentation for my previous commit.
18422         * doc/passes.texi: Ditto.
18423
18424 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18425
18426         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
18427         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18428         Declare.
18429         (DLTHE_FLAG_UPDATE_FREQ): New.
18430         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
18431         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
18432         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
18433         fix_bb_placement, fix_bb_placements, place_new_loop,
18434         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
18435         New static functions.
18436         (fix_loop_placement, can_duplicate_loop_p,
18437         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18438         New functions.
18439
18440         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
18441         unswitch_loops): Declare.
18442         * loop-init.c: New file.
18443         * loop-unswitch.c: New file.
18444         * Makefile.in (loop-init.o, loop-unswitch.o): New.
18445         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
18446         * toplev.c (DFI_loop2): New dump.
18447         (flag_unswitch_loops): New.
18448         (lang_independent_options): Add it.
18449         (rest_of_compilation): Call new loop optimizer.
18450         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
18451
18452 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18453
18454         * config/h8300/clzsi2.c: New.
18455         * config/h8300/ctzsi2.c: Likewise.
18456         * config/h8300/paritysi2.c: Likewise.
18457         * config/h8300/popcountsi2.c: Likewise.
18458         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
18459
18460 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
18461
18462         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
18463         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
18464         (ctzsi2): New pattern.
18465         (ffssi2): Use clz instead of unspec.
18466         (clzdi2): Rename from cntlzd2.
18467         (ctzdi2): New pattern.
18468         (ffsdi2): Use clz instead of unspec.
18469
18470 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
18471
18472         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
18473         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
18474         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
18475         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
18476
18477 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
18478
18479         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
18480
18481 2003-02-07  Richard Henderson  <rth@redhat.com>
18482
18483         PR 9226
18484         * gcse.c (local_cprop_find_used_regs): New.
18485         (local_cprop_pass): Use it.
18486
18487 2003-02-07  Fred Fish  <fnf@intrinsity.com>
18488
18489         * mips-tfile.c (parse_def): Parenthesize assignments to fix
18490         precedence bugs.
18491
18492 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
18493
18494         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
18495
18496 2003-02-07  Roger Sayle  <roger@eyesopen.com>
18497
18498         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
18499         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
18500         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
18501         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
18502         builtin functions (and their __builtin_* variants).
18503         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
18504         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
18505         when not optimizing.
18506
18507         * doc/extend.texi: Document new pow and atan2 builtins, and
18508         their float and long double variants.  Realphabetize builtins.
18509
18510 2003-02-07  Jan Hubicka  <jh@suse.cz>
18511
18512         * i386.md (sse2_nandv2di3): Fix.
18513
18514 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
18515
18516         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
18517         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
18518         definition.
18519         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
18520         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
18521
18522 2003-02-07  Jan Hubicka  <jh@suse.cz>
18523
18524         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
18525
18526 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
18527
18528         * cfg.c (dump_flow_info): Add back accidently deleted line.
18529
18530 2003-02-07  Andrey Petrov <petrov@netbsd.org>
18531
18532         * optabs.c (expand_float): Search wider integer modes first.
18533
18534 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
18535
18536         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
18537         based on preprocessor flag.
18538
18539 2003-02-07  Roger Sayle  <roger@eyesopen.com>
18540             Richard Henderson  <rth@redhat.com>
18541
18542         * gcse.c (implicit_sets): New.
18543         (compute_hash_table_work): Include them in hash table.
18544         (find_implicit_sets, fis_get_condition): New.
18545         (one_cprop_pass): Allocate and free implicit_sets; call
18546         find_implicit_sets before building hash table.
18547
18548 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
18549
18550         * config/t-netbsd (USER_H): Revert previous change.
18551
18552 2003-02-07  Gabor Greif  <ggreif@lucent.com>
18553
18554         * doc/c-tree.texi (Namespaces): Fix typo.
18555
18556 2003-02-07  Jan Hubicka  <jh@suse.cz>
18557
18558         * regrename.c (do_replace, find_oldest_value_reg,
18559         copyprop_hardreg_forward_1): Update register attributes.
18560
18561 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
18562
18563         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
18564         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
18565         variables starting with underscore.
18566         (struct unit_usage): New structure.
18567         (unit_usages, cycle_alt_unit_usages): New global variables.
18568         (check_unit_distribution_in_reserv): Remove it.
18569         (store_alt_unit_usage): New function.
18570         (check_regexp_units_distribution): Rewrite it.
18571
18572 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18573
18574         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
18575         target_cpu_default.
18576         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
18577         if not MASK_NO_SPACE_REGS.
18578         (output_call): Adjust return pointer, don't load new space register
18579         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
18580         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
18581         TARGET_NO_SPACE_REGS is true.
18582         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
18583         conditions.
18584         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
18585         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
18586         true.  Use bve when TARGET_64BIT is true.
18587
18588 2003-02-06  Richard Henderson  <rth@redhat.com>
18589
18590         * combine.c (nonzero_bits): Fix double break.
18591
18592 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
18593             Richard Henderson <rth@redhat.com>
18594
18595         PR c/9530
18596         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
18597         from functions that return a float to functions that don't.
18598
18599 2003-02-06  Jan Hubicka  <jh@suse.cz>
18600
18601         * i386.c (x86_inter_unit_moves): New variable.
18602         (ix86_secondary_memory_needed): Fix 64bit case, honor
18603         TARGET_INTER_UNIT_MOVES
18604         * i386.h (x86_inter_unit_moves): Declare.
18605         (TARGET_INTER_UNIT_MOVES): New macro.
18606         * i386.md (movsi_1): Cleanup constraints; disable
18607         when not doing inter-unit moves.
18608         (movsi_1_nointernunit): New.
18609         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
18610         (movdi_1_rex64_nointerunit): New.
18611         (mivsf_1): disable when not doing inter-unit moves.
18612         (movsf_1_nointerunit): New.
18613
18614         * basic-block.h (inside_basic_block_p):  Declare.
18615         * cfgbuild.c (inside_basic_block_p): Make global.
18616         * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
18617         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
18618         update CFG.
18619         (fix_basic_block_boundaries, add_missing_bbs): New.
18620         (rank): Use profile.
18621         (scheudle_ebbs): Rely on CFG; update coments.
18622
18623 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
18624
18625         * Makefile.in (host_hook_obj): New.
18626         (OBJS): Add $(host_hook_obj).
18627         (host_default.o): New rule.
18628         * config.gcc (host_hook_obj): New, default to host-default.o.
18629         (powerpc-*-darwin*): Use host-darwin.o.
18630         (out_host_hook_obj): New.
18631         * configure: Regenerate.
18632         * configure.in: Print information about out_host_hook_obj, substitute
18633         into output files.
18634         * host-default.c: New file.
18635         * hosthooks.h: New file.
18636         * toplev.c (general_init): Call host_hooks.extra_signals.
18637         * config/rs6000/host-darwin.c: New file.
18638         * config/rs6000/x-darwin: New file.
18639         * doc/hostconfig.texi: Add documentation for new host hook.
18640         Rearrange existing documentation.
18641
18642 2003-02-05  Roger Sayle  <roger@eyesopen.com>
18643
18644         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
18645         with *targetm.delegitimize_address.
18646         (rtl_for_decl_location): Likewise.
18647         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
18648         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
18649
18650         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
18651         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
18652         prototype.
18653         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
18654         i386_simplify_dwarf_addr.  Made static.  Prototyped.
18655         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
18656         i386_simplify_dwarf_addr to ix86_delegitimize_address.
18657         (ix86_find_base_term): Likewise.
18658         (maybe_get_pool_constant): Likewise.
18659
18660         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
18661         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
18662         prototype.
18663         * config/s390/s390.c (s390_delegitimize_address): Renamed from
18664         s390_simplify_dwarf_addr.  Made static.  Prototyped.
18665         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
18666
18667 2003-02-05  Richard Henderson  <rth@redhat.com>
18668
18669         PR c/8602
18670         * integrate.c (output_inline_function): Reset input_filename
18671         and lineno from the decl before rest_of_compilation.
18672
18673 2003-02-05  Richard Henderson  <rth@redhat.com>
18674
18675         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18676         (CTZ_DEFINED_VALUE_AT_ZERO): New.
18677         * doc/rtl.texi, doc/tm.texi: Document them.
18678
18679         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
18680         of the value at zero properly.
18681         * fold-const.c (tree_expr_nonnegative_p): Likewise.
18682         * simplify-rtx.c (simplify_unary_operation): Likewise.
18683
18684         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18685         (CTZ_DEFINED_VALUE_AT_ZERO): New.
18686
18687         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
18688         (TARGET_EXPAND_BUILTIN): Remove.
18689         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
18690         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18691         (enum arm_builtins): Remove.
18692         * config/arm/arm.md (UNSPEC_CLZ): Remove.
18693         (clzsi2): Rename from clz; use clz instead of unspec.
18694         (ctzsi2): New.
18695         * config/arm/arm-protos.h: Update.
18696
18697 2003-02-05  Jan Hubicka  <jh@suse.cz>
18698
18699         * i386-protos.h (x86_emit_floatuns):  Declare.
18700         * i386.c (x86_emit_floatuns): New global function.
18701         * i386.md (floatunssisf2, floatunsdisf2,
18702         floatunsdidf2):  New patterns.
18703
18704 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18705
18706         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
18707
18708 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
18709
18710         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
18711           config/ia64/linux.h
18712
18713 2003-02-05  Roger Sayle  <roger@eyesopen.com>
18714
18715         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
18716
18717 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
18718
18719         PR optimization/8555
18720         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
18721         instead of aborting.
18722
18723 2003-02-04  Richard Henderson  <rth@redhat.com>
18724
18725         * config/i386/i386.md (UNSPEC_BSF): Remove.
18726         (ffssi2): Split into cmove and no_cmove insns and splitters;
18727         lose pentium float trick for now.
18728         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
18729         (ctzsi2, clzsi2, bsr): New.
18730
18731 2003-02-04  Richard Henderson  <rth@redhat.com>
18732
18733         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
18734         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
18735         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
18736         (ffsdi2): Use popcount instead of unspec.
18737         (popcountdi2): Rename from *popcnt.
18738         (ctzdi2, clzdi2, getf_exp_tf): New.
18739
18740 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
18741
18742         * genconfig.c (main): Generate CC0_P.
18743         * rtl.h (CC0_P): Remove.
18744
18745 2003-02-04  Richard Henderson  <rth@redhat.com>
18746
18747         * libgcc2.h, libgcc2.c (__ffsSI2): New.
18748         (__ffsDI2): Rename from __ffsdi2.
18749         * mklibgcc.in (lib2funcs): Add _ffssi2.
18750
18751 2003-02-04  Richard Henderson  <rth@redhat.com>
18752
18753         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
18754         rounds with a "bit table" lookup.
18755
18756 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
18757
18758         * reload.c (find_reloads): Do not use the mode specified in the insn
18759         pattern as reload mode for address operands.  Do not generate optional
18760         reloads for operands where a mandatory reload was already pushed.
18761
18762 2003-02-04  Richard Henderson  <rth@redhat.com>
18763
18764         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
18765         builtins instead of inline assembly.
18766
18767 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18768
18769         PR c/9376
18770         * libgcc2.c (__subvdi3): Fix typo.
18771
18772 2003-02-04  Jan Hubicka  <jh@suse.cz>
18773
18774         * i386.md (movti_rex64):  Fix constraint.
18775
18776 2003-02-04  Jan Hubicka  <jh@suse.cz>
18777
18778         * i386.md (vector push splitters):  Fix typo in resolving conflict.
18779
18780 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
18781
18782         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
18783
18784 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
18785
18786         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
18787         for recent libstdc++.  Remove formatting cruft.
18788
18789 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
18790
18791         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
18792         attribute even if input file name is absolute, but one of the
18793         includes is relative.
18794
18795 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
18796
18797         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
18798         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
18799         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
18800
18801 2003-02-03  Richard Henderson  <rth@redhat.com>
18802
18803         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18804         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
18805         return type to "int".  Shuffle declarations and undef int trap.
18806         * libgcc2.h: Remove their declarations.
18807         * optabs.c (expand_unop): Force outmode to int for bitops.
18808
18809 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
18810
18811         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
18812         coprocessor registers before floating-point registers.
18813         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
18814         to account for a previously removed register.
18815         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
18816         Delete unused macros.
18817
18818 2003-02-03  Jan Hubicka  <jh@suse.cz>
18819
18820         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
18821         (mov*_internal): Fix predicates; require one of operands to not be
18822         memory.
18823         (SSE?MMX move expanders):  Fix predicates; force one of operands to
18824         register.
18825         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
18826         (movups/movupd/movdqu patterns): Force one of operands to not be
18827         memory.
18828
18829 2003-02-03  Roger Sayle  <roger@eyesopen.com>
18830
18831         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
18832         takes a single rtx and returns it unmodified.
18833         * hooks.h (hook_rtx_rtx_identity): Prototype here.
18834         * target.h (struct gcc_target): Add "delegitimize_address"
18835         field to target structure.
18836         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
18837         for delegitimize_address target using hook_rtx_rtx_identity.
18838         (TARGET_INITIALIZER): Initialize delegitimize_address field
18839         using TARGET_DELEGITIMIZE_ADDRESS macro.
18840         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
18841         extensions of constant pool references.  Use delegitimize_address
18842         to undo the obfuscation of "-fpic".
18843         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
18844
18845         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
18846         i386_simplify_dwarf_addr.
18847         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
18848         (maybe_get_pool_constant): Likewise.
18849
18850 2003-02-03  Jan Hubicka  <jh@suse.cz>
18851
18852         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
18853
18854 2003-02-03  Jan Hubicka  <jh@suse.cz>
18855
18856         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
18857
18858 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18859
18860         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
18861         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
18862
18863 2003-02-02  Andreas Schwab  <schwab@suse.de>
18864
18865         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
18866
18867 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
18868
18869         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
18870         (epilogue_insns): Likewise.
18871
18872 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18873
18874         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
18875
18876 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18877
18878         * pa-protos.h (attr_length_millicode_call): Remove second argument.
18879         (attr_length_indirect_call, attr_length_indirect_call,
18880         attr_length_save_restore_dltp): New prototypes.
18881         * pa.c (attr_length_millicode_call): Remove second argument.  Check
18882         INSN_ADDRESSES_SET_P in distance calculation.
18883         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
18884         INSN_ADDRESSES.
18885         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
18886         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
18887         Call attr_length_call directly.
18888         (attr_length_indirect_call, output_indirect_call,
18889         attr_length_save_restore_dltp): New functions.
18890         * pa.md (attr_length_millicode_call): Drop second argument from all
18891         patterns.
18892         (return_internal_pic): Delete.
18893         (return_external_pic): Remove use of PIC register and pic operand and
18894         flag checks.
18895         (epilogue): Use return_internal for both normal and pic code.
18896         (call, call_value): Emit new 32-bit pic patterns for symref and
18897         indirect calls.  Remove uses for arg pointer and pic register.
18898         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
18899         call_reg_pic_post_reload, call_val_symref_pic,
18900         call_val_symref_pic_post_reload, call_val_reg_pic,
18901         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
18902         Implement define_split and define_peephole2 patterns for pre reload
18903         patterns.
18904         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
18905         call_value_internal_reg_64bit): Shorten names.
18906         (all call patterns): Explicitly indicate registers used and clobbered.
18907         Use attr_length_indirect_call and attr_length_save_restore_dltp for
18908         attribute length calculation.  Move code generation for indirect calls
18909         to output_indirect_call.
18910         (sibcall, sibcall_value): Don't restore PIC register.
18911         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
18912         register retore.
18913
18914 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18915
18916         * doc/install.texi (Testing): Simplify and compress instructions
18917         concerning Dejagnu.
18918
18919 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18920
18921         * collect2.c (pexecute_pid): Rename to pid.
18922         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
18923         pid.
18924
18925 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
18926
18927         * doc/extend.texi (Function Attributes): Remove documentation
18928         for PowerPC Windows NT function attributes..
18929
18930 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
18931
18932         * dwarf2out.c (gen_type_die): Check for typedefs before calling
18933         for TYPE_MAIN_VARIANT.
18934
18935 2003-02-01  Richard Henderson  <rth@redhat.com>
18936
18937         * libgcc2.c: Include auto-host.h.
18938         (ATTRIBUTE_HIDDEN): New.
18939         (__clz_tab): Don't declare here for clz and ctz.
18940         (__clzsi2, __clzdi2): Use count_leading_zeros.
18941         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
18942         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
18943         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
18944         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
18945
18946 2003-02-01  Richard Henderson  <rth@redhat.com>
18947
18948         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
18949         to the conditional.
18950         (ashlsi3_1_zext splitter): Likewise.
18951
18952 2003-02-01  Richard Henderson  <rth@redhat.com>
18953
18954         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
18955         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18956         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
18957         return type to Wtype.
18958
18959         * libgcc-std.ver (GCC_3.4): Fix inheritance.
18960
18961         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
18962         expander input constraint.
18963
18964 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18965
18966         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
18967         OTI_parity.
18968         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
18969         * optabs.c (widen_clz, expand_parity): New.
18970         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
18971         for libcalls to clz, ctz, popcount, and parity.
18972         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
18973         parity_optab, and set up libfunc handlers.
18974         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18975         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
18976         __popcount_tab): New.
18977         * libgcc2.h: Declare them.
18978         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
18979         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
18980         and parity_optab.
18981         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
18982         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
18983         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
18984         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
18985         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
18986         BUILT_IN_PARITYLL): New.
18987         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
18988         and add optab argument.
18989         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
18990         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
18991         * expr.c (expand_expr): Handle them.
18992         * fold-const.c (tree_expr_nonnegative_p): Likewise.
18993         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
18994         * reload1.c (eliminate_regs): Handle them.
18995         (elimination_effects): Likewise.
18996         * function.c (instantiate_virtual_regs_1): Likewise
18997         * genattrtab.c (check_attr_value): Likewise.
18998         * simplify-rtx.c (simplify_unary_operation): Likewise.
18999         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
19000         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
19001         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
19002         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
19003         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
19004         __builtin_arm_clz.
19005         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
19006         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
19007         * doc/extend.texi (Other Builtins): Add new builtins.
19008         * doc/md.texi (Standard Names): Add new patterns.
19009
19010 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
19011
19012         * reload.c: Revert 2003-01-31 change.
19013
19014 2003-02-01  Jan Hubicka  <jh@suse.cz>
19015
19016         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
19017
19018 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
19019
19020         * flags.h (flag_volatile): Remove declaration.
19021         (flag_volatile_global, flag_volatile_static): Likewise.
19022         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
19023         * toplev.c (flag_volatile): Remove definition.
19024         (flag_volatile_global, flag_volatile_static): Likewise.
19025         (f_options): Remove corresponding entries here.
19026         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
19027         or flag_volatile_static.
19028         * doc/invoke.texi: Remove documentation of -fvolatile,
19029         -fvolatile-global and -fvolatile-static.
19030
19031 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19032
19033         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
19034         updating of total_code_bytes from prologue to epilogue.
19035
19036 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
19037
19038         * reload.c (find_reloads): Do not use the mode specified in the insn
19039         pattern as reload mode for address operands.  Do not generate optional
19040         reloads for operands where a mandatory reload was already pushed.
19041         Generate optional reloads only in the final pass though find_reloads.
19042         (have_replacement_p): New function.
19043
19044 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
19045
19046         * doc/install.texi (Testing): Remove a reference to our obsolete
19047         /testresults web pages and strip redundant information concerning
19048         test results.
19049         (Binaries): Refer to Microsoft Windows instead of listing all
19050         possible variants.
19051
19052 2003-02-01  Jan Hubicka  <jh@suse.cz>
19053
19054         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
19055         RTL chain.
19056
19057         * combine.c (simplify_set): Reverse order of ragumetns to
19058         REG_CANNOT_CHANGE_MODE_P
19059         * df.c (df_def_record_1): Likewise.
19060         * recog.c (register_operand): Likewise.
19061         * simplify-rtx.c (simplify_subreg): Likewise.
19062         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
19063         CANNOT_CHANGE_MODE_CLASS.
19064         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
19065         Likewise.
19066         * reload.c (push_reload): Likewise.
19067         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19068         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19069         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19070         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
19071         * mips.c (mips_cannot_change_mode_class): Update.
19072         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19073         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19074         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19075         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
19076         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
19077         * sh.c (sh_cannot_change_mode_class): Update.
19078         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
19079         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
19080
19081 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
19082
19083         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
19084         change to LINK_COMMAND_SPEC in gcc.c.
19085
19086 2003-01-31  Jan Hubicka  <jh@suse.cz>
19087
19088         PR c/9506
19089         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
19090
19091 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
19092
19093         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
19094         duplicated code.
19095
19096 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
19097
19098         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
19099         (BINFO_ELTS): New #define.
19100         * stor-layout.c (finalize_record_size): Don't set them.
19101         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
19102         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
19103         (BINFO_LANG_ELTS): New #define.
19104         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
19105         * java/class.c (make_class): Use BINFO_ELTS.
19106         (set_super_info): Likewse.
19107         (add_interface_do): Likewise.
19108         * objc/objc-act.c (start_class): Use BINFO_ELTS.
19109
19110 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
19111
19112         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
19113         (times): Don't ever declare if not HAVE_TIMES.
19114         (clock): Don't ever declare if not HAVE_CLOCK.
19115
19116 2003-01-30  Richard Henderson  <rth@redhat.com>
19117
19118         * flow.c (update_life_info): Zap life info after cleanup_cfg.
19119         (regno_uninitialized): Use correct live at function entry set.
19120         (regno_clobbered_at_setjmp): Likewise.
19121
19122         * expr.c (store_expr): Promote all MEM intermediates to regs.
19123
19124 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19125
19126         * config/arm/arm.c: Fix comment typos.
19127         * config/arm/arm.h: Likewise.
19128         * config/arm/netbsd-elf.h: Likewise.
19129         * config/arm/netbsd.h: Likewise.
19130
19131 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
19132
19133         * gengtype.c (struct walk_type_data): Add needs_cast_p.
19134         (walk_type): Set needs_cast_p in walk_type_data.
19135         (write_types_process_field): Supply casts when required to suppress
19136         warnings.
19137         (write_root): Cast gt_pch_n_S to suppress warning.
19138         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
19139         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
19140         when they might exist.
19141         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
19142         insn-conditions.o, and rs6000.o.
19143
19144 2003-01-30  Richard Henderson  <rth@redhat.com>
19145
19146         * ggc-page.c (G.context_depth_allocations): New.
19147         (G.context_depth_collections): New.
19148         (alloc_page): Set G.context_depth_allocations.
19149         (ggc_collect): Set G.context_depth_collections.
19150         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
19151         (ggc_pop_context): Early exit for no allocations or collections.
19152
19153 2003-01-30  Richard Henderson  <rth@redhat.com>
19154
19155         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
19156
19157 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
19158
19159         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
19160         size, the link register is always saved if any other register is
19161         saved.
19162
19163 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19164
19165         * config/h8300/h8300-protos.h: Update the prototype for
19166         compute_plussi_cc.
19167         (cpp_reader): Declare before it is used.
19168         * config/h8300/h8300.c (compute_plussi_cc): Change the return
19169         type to int.
19170         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
19171         see an unknown H8 variant.
19172
19173 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
19174
19175         PR target/9316
19176         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
19177         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
19178         * config/rs6000/t-rtems: New file. multilib variants to match OS.
19179         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
19180         rs6000/t-ppcgas so we get the desired multilibs.
19181
19182 2003-01-30  Nick Clifton  <nickc@redhat.com>
19183
19184         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
19185         when popping saved IP register off the stack.
19186
19187 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19188
19189         * config/rs6000/aix43.h: Fix comment typos.
19190         * config/rs6000/aix51.h: Likewise.
19191         * config/rs6000/aix52.h: Likewise.
19192         * config/rs6000/altivec.h: Likewise.
19193         * config/rs6000/rs6000.c: Likewise.
19194         * config/rs6000/rs6000.h: Likewise.
19195         * config/rs6000/rs6000.md: Likewise.
19196         * config/rs6000/spe.md: Likewise.
19197
19198 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
19199
19200         * c-common.c (builtin_define_float_constants): Define
19201         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
19202
19203 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
19204
19205         * config/sh/lib1funcs.asm: Fix comment typos.
19206         * config/sh/linux.h: Likewise.
19207         * config/sh/sh.c: Likewise.
19208         * config/sh/sh.md: Likewise.
19209
19210 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
19211
19212         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
19213
19214 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
19215
19216         * config/fp-bit.h (__make_dp): Declare if TMODES.
19217
19218 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
19219
19220         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
19221         general_operand_src and general_operand_dst.
19222
19223 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
19224
19225         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
19226         Return true for variable sized types.
19227         (rs6000_va_arg): Handle variable sized types passed by reference
19228         on non-SVR4 ABI.
19229
19230 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
19231
19232         * arm.c (arm_legtimize_address): New function.
19233         * arm-protos.h (arm_legtimize_address): Add prototype.
19234         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
19235         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
19236         do ... while (0)
19237
19238 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19239
19240         PR bootstrap/9296
19241         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
19242         depended on it being defined until now.
19243
19244 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19245
19246         PR target/9295
19247         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
19248         RTEMS code knows which C++ initialization style the toolset
19249         configuration is using.
19250
19251 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19252
19253         PR bootstrap/9293
19254         * config/m68k/t-crtstuff: Replace spaces with tabs, add
19255          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
19256
19257 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
19258
19259         PR bootstrap/9292
19260         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
19261         RTEMS threads.
19262         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
19263
19264 2003-01-29  Nick Clifton  <nickc@redhat.com>
19265
19266         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
19267         not $(srcdir).
19268
19269 2003-01-29  Andrew Haley  <aph@redhat.com>
19270
19271         * tree-inline.c (walk_tree): Add CHAR_TYPE.
19272
19273 2003-01-29  Jan Hubicka  <jh@suse.cz>
19274
19275         * i386.md (subdi3_carry_rex64): Fix typo.
19276
19277 2003-01-28  Stan Shebs  <shebs@apple.com>
19278
19279         * coretypes.h (cpp_reader): Forward declare struct.
19280         * c-pragma.h (cpp_reader): Remove forward declaration.
19281         * hashtable.h (cpp_reader): Likewise.
19282         * scan.h (cpp_reader): Likewise.
19283         * tree.h (cpp_reader): Likewise.
19284         * config/darwin-protos.h (cpp_reader): Likewise.
19285         * config/arm/arm-protos.h (cpp_reader): Likewise.
19286         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
19287         struct cpp_reader in prototypes.
19288
19289 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
19290
19291         * doc/install.texi: Add documentation for installation into
19292         tooldirs and with DESTDIR.
19293
19294 2003-01-28  Richard Henderson  <rth@redhat.com>
19295
19296         * config.gcc (ia64*-*-aix*): Remove.
19297         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
19298         * config/ia64/unwind-aix.c: Remove file.
19299
19300 2003-01-28  Andreas Schwab  <schwab@suse.de>
19301
19302         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
19303         register.
19304         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
19305         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
19306         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
19307         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
19308         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
19309         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
19310         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
19311
19312 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
19313
19314         * combine.c (nonzero_bits): Fix check for negative divide operands.
19315
19316 2003-01-28  Richard Henderson  <rth@redhat.com>
19317
19318         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
19319         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
19320
19321 2003-01-28  Richard Henderson  <rth@redhat.com>
19322
19323         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
19324
19325         * config/cris/cris.c (cris_address_cost): Make static.
19326         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
19327         * config/cris/cris.h (ADDRESS_COST): Remove.
19328         * config/cris/cris-protos.h: Update.
19329
19330 2003-01-23  Mike Stump  <mrs@apple.com>
19331
19332         * regclass.c (init_reg_autoinc): New function.
19333         (regclass): Move initialization of forbidden_inc_dec_class from
19334         here...
19335         (init_regs): to here.  Avoids reinitialization for each function,
19336         saving compilation time.
19337
19338 2003-01-28  Jason Merrill  <jason@redhat.com>
19339
19340         * cpplib.h (struct cpp_options): Add warn_deprecated field.
19341         * cppinit.c (cpp_create_reader): Turn it on by default.
19342         * c-opts.c (c_common_decode_option): Set it.
19343         * cpplib.c (do_pragma_once): Only complain about #pragma once
19344         if warn_deprecated is set.
19345
19346 2003-01-28  Dale Johannesen  <dalej@apple.com>
19347
19348         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
19349         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
19350         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
19351
19352 2003-01-28  Richard Henderson  <rth@redhat.com>
19353
19354         * target.h (targetm.address_cost): New.
19355         * target-def.h (TARGET_ADDRESS_COST): New.
19356         (TARGET_RTX_COSTS): Uncomment.  Oops.
19357         * cse.c (address_cost): Use new target hook.
19358         (default_address_cost): New.
19359         * output.h (default_address_cost): Declare.
19360         * hooks.c (hook_int_rtx_0): New.
19361         * hooks.h (hook_int_rtx_0): Declare.
19362         * loop.c (combine_givs_p): Remove if 0 code.
19363         * system.h (ADDRESS_COST): Poison.
19364
19365         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
19366         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
19367         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
19368         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
19369         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
19370         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
19371         config/xtensa/xtensa.c, config/xtensa/xtensa.h
19372         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
19373         (ADDRESS_COST): Remove.
19374
19375         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
19376         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
19377         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
19378         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
19379         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
19380         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
19381         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
19382         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
19383         config/mips/mips.c, config/mips/mips.h,
19384         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
19385         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
19386         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
19387         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
19388         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
19389         config/vax/vax.c, config/vax/vax.h
19390         (foo_address_cost): Make static.
19391         (TARGET_ADDRESS_COST): New.
19392         (ADDRESS_COST): Remove.
19393
19394         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
19395         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
19396         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
19397         config/stormy16/stormy16.h
19398         (ADDRESS_COST): Move code ...
19399         (foo_address_cost): ... here.
19400         (TARGET_ADDRESS_COST): New.
19401
19402         * config/m32r/m32r.c (m32r_address_cost): Remove.
19403         * config/m32r/m32r-protos.h: Update.
19404
19405         * config/mmix/mmix.c (mmix_address_cost): Remove.
19406         * config/mmix/mmix-protos.h: Update.
19407
19408         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
19409         mn10300_address_cost; move unsig allocation ...
19410         (mn10300_address_cost): ... here.
19411         (TARGET_ADDRESS_COST): New.
19412         * config/mn10300/mn10300-protos.h: Update.
19413         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
19414
19415         * doc/tm.texi: Update.
19416
19417 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
19418
19419         * haifa-sched.c (schedule_insn): Return necessary cycle advance
19420         after issuing the insn.
19421         (rank_for_schedule): Make a insn with /S the highest priority
19422         insn.
19423         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
19424         (choose_ready): Check SCHED_GROUP_P.
19425         (schedule_block): Advance cycle after issuing insn if it is
19426         necessary.  Don't reorder insns if there is an insn with /S.
19427         (set_priorities): Ignore schedule groups.
19428
19429         * sched-deps.c (remove_dependence, group_leader): Remove the
19430         functions.
19431         (add_dependence): Ignore schedule groups.
19432         (set_sched_group_p): Don't make copy of dependencies from previous
19433         insn of the schedule group.  Add anti-dependency to the previous
19434         insn of the schedule group.
19435         (compute_forward_dependences): Ignore schedule groups.
19436
19437         * sched-ebb.c (init_ready_list): Ignore schedule groups.
19438
19439         * sched-rgn.c (init_ready_list): Ditto.
19440         (can_schedule_ready_p): Ditto.
19441
19442 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
19443
19444         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
19445         register to another one.
19446
19447 2003-01-28  Richard Henderson  <rth@redhat.com>
19448
19449         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
19450
19451 2003-01-28  Roger Sayle  <roger@eyesopen.com>
19452
19453         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
19454
19455 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
19456
19457         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
19458         class contains a floating-point register, return the size of the
19459         mode in half words.
19460
19461 2003-01-28  Jan Hubicka  <jh@suse.cz>
19462
19463         * i386.c (ix86_carry_flag_operator):  New predicate.
19464         (fcmov_operator): Fix whitespace.
19465         (ix86_expand_carry_flag_compare):  Deal with floating point.
19466         (ix86_expand_int_movcc): Deal with fp; update insn expansion
19467         (ix86_expand_int_addcc): Likewise.
19468         (ix86_expand_strlensi_unroll_1): likewsie.
19469         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
19470         * i386.md (add?i_carry_rex64): Use new predicate.
19471         (sub?i3_carry_rex64): Likewise.
19472         (x86_mov?icc_0_m1*): Likewise.
19473
19474 2003-01-28  Andreas Schwab  <schwab@suse.de>
19475
19476         * cfgloopmanip.c (create_preheader): Initialize src to avoid
19477         warning.
19478
19479         * expmed.c (emit_store_flag): Fix cast to avoid sign
19480         comparison warning.
19481
19482         * combine.c (force_to_mode): Add cast to fix warning when
19483         STORE_FLAG_VALUE is negative.
19484
19485 2003-01-27  Richard Henderson  <rth@redhat.com>
19486
19487         * Makefile.in (cse.o): Depend on TARGET_H.
19488         * cse.c (rtx_cost): Use targetm.rtx_costs.
19489         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
19490         * doc/tm.texi: Update.
19491
19492         * target.h (targetm.rtx_costs): New.
19493         * target-def.h (TARGET_RTX_COSTS): New.
19494         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
19495         * hooks.h: Update.
19496
19497         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
19498         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
19499         * config/alpha/alpha.h (PROCESSOR_MAX): New.
19500         (CONST_COSTS, RTX_COSTS): Remove.
19501
19502         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
19503         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
19504         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
19505         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
19506         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
19507         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
19508         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
19509         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
19510         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
19511         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
19512         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
19513         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
19514         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
19515         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
19516         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
19517         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
19518         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
19519         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
19520         config/v850/v850.c, config/v850/v850.h,
19521         config/xtensa/xtensa.c, config/xtensa/xtensa.h
19522         (CONST_COSTS, RTX_COSTS): Move code ...
19523         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
19524
19525         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
19526         (arm_rtx_costs, TARGET_RTX_COSTS): New.
19527         * config/arm/arm-protos.h: Update.
19528         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
19529
19530         * config/avr/avr.h (CONST_COSTS): Move code ...
19531         * config/avr/avr.c (avr_rtx_costs): ... here.
19532         (default_rtx_costs): Make static.
19533         * config/avr/avr-protos.h: Update.
19534
19535         * config/h8300/h8300.c (const_costs): Make static.
19536         (h8300_and_costs, h8300_shift_costs): Likewise.
19537         * config/h8300/h8300-protos.h: Update.
19538
19539         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
19540         (CONST_COSTS): Move code ...
19541         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
19542         default_rtx_costs; update for signature change.
19543         * config/ip2k/ip2k-protos.h: Update.
19544
19545         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
19546         (CONST_COSTS): Move code ...
19547         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
19548         (TARGET_RTX_COSTS): New.
19549         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
19550         * config/m68hc11/m68hc11-protos.h: Update.
19551
19552         * config/m68k/m68k.c (const_int_cost): Make static.
19553         * config/m68k/m68k-protos.h: Update.
19554
19555         * config/mcore/mcore.c (mcore_const_costs): Make static.
19556         (mcore_and_cost, mcore_ior_cost): Likewise.
19557         * config/mcore/mcore-protos.h: Update.
19558
19559         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
19560         (mmix_rtx_cost_recalculated): Remove.
19561         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
19562         * config/mmix/mmix-protos.h: Update.
19563
19564         * config/sh/sh.c (shiftcosts): Make static.
19565         (addsubcosts, andcosts, multcosts): Likewise.
19566         * config/sh/sh-protos.h: Update.
19567
19568         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
19569         (sparc_rtx_costs): Make static; update for change in signature.
19570         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
19571         * config/sparc/sparc-protos.h: Update.
19572
19573         * config/v850/v850.c (const_costs): Make static.
19574         * config/v850/v850-protos.h: Update.
19575
19576         * config/vax/vax.h (RTX_COSTS): Remove.
19577         (CONST_COSTS): Move code ...
19578         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
19579         from vax_rtx_cost.
19580         (vax_rtx_costs, TARGET_RTX_COSTS): New.
19581
19582 2003-01-27  Richard Henderson  <rth@redhat.com>
19583
19584         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
19585         * config/vax/vax-protos.h: Update.  Really.
19586
19587 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
19588
19589         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
19590         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
19591         zero if no hardware floating point.
19592         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
19593         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
19594         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
19595         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
19596         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
19597         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
19598         even FP registers on N32 and N64.
19599         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
19600         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
19601         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
19602         even-register-like alignment to 128-bit arguments.
19603         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
19604         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
19605         on N32 or N64.
19606         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
19607         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
19608         (TPBIT): Set to tp-bit.c.
19609         (tp-bit.c): Create out of fp-bit.c.
19610
19611 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
19612
19613         * c-parse.in: Remove '%expect 32' directive in objc mode.
19614
19615 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
19616
19617         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
19618         (LIBGCOV): New variable.
19619         (libgcc.mk): Add LIBGCOV.
19620         (LIBGCC_DEPS): Add libgcov.c.
19621         (libgcov.a): New target.
19622         (clean): Remove libgcov.a.
19623         (install-libgcc): Do libgcov too.
19624         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
19625         with libgcov.a.
19626         * libgcc2.c (L_gcov): Move into ...
19627         * libgcov.c: ... here. New file.
19628         * mklibgcc.in: Add libgcov rules.
19629         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
19630
19631         * doc/invoke.texi (profile-arcs, test-coverage): Update and
19632         clarify.
19633
19634         * profile.c (index_counts_file): Remove duplicate check for open file.
19635
19636 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
19637
19638         * gcc/doc/invoke.texi (Optimization Options): Group together
19639         optional and experimental flags.  Move trapv and bounds-check
19640         out of this section.  Group floating point flags together.
19641         (Code Gen Options): Move trapv and bounds-check to here.
19642
19643 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
19644
19645         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
19646
19647 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
19648
19649         PR optimization/9090
19650         * function.c (purge_addressof_1): After pushing an addressed register
19651         onto the stack, simplify the result.
19652
19653 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
19654
19655         * doc/extend.texi: Fix typo.
19656
19657 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
19658
19659         * doc/cppopts.texi: Fix typo.
19660         * doc/objc.texi: Likewise.
19661         * doc/passes.texi: Likewise.
19662
19663 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
19664
19665         * real.c (ibm_extended_format): Add 53 to minimum exponent.
19666         (encode_ibm_extended): Adjust.
19667
19668 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
19669
19670         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
19671         timevar_id enumerations.
19672
19673 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
19674
19675         * combine.c: Fix formatting.
19676
19677 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
19678
19679         * doc/gccint.texi: Update the copyright.
19680
19681 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
19682
19683         * doc/cpp.texi: Fix typos.
19684         * doc/extend.texi: Likewise.
19685         * doc/gty.texi: Likewise.
19686         * doc/install.texi: Likewise.
19687         * doc/passes.texi: Likewise.
19688         * doc/rtl.texi: Likewise.
19689         * doc/tm.texi: Likewise.
19690
19691 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
19692
19693         * config/ia64/fde-glibc.c: Fix comment typos.
19694         * config/ia64/hpux.h: Likewise.
19695         * config/ia64/ia64.c: Likewise.
19696         * config/ia64/ia64.h: Likewise.
19697         * config/ia64/unwind-ia64.c: Likewise.
19698
19699 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
19700
19701         * config/i386/i386-modes.def: Fix comment typos.
19702         * config/i386/i386.c: Likewise.
19703         * config/i386/i386.md: Likewise.
19704
19705 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
19706
19707         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
19708         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
19709         ASM_FINISH_DECLARE_OBJECT before defining it.
19710         * toplev.c (rest_of_decl_compilation):  Don't define
19711         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
19712         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
19713         parameters for DWARF2 targets because they _are_ used.
19714
19715 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
19716
19717         * fp-bit.h: Define macros for TFmode floating-point constants
19718         in IBM-extended TFmode types.
19719         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
19720         widths.
19721         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
19722         TFmode type.
19723
19724         * config/fp-bit.h: Define macros for TFmode floating-point
19725         constants in IEEE quad TFmode type.  Declare functions according
19726         to L_ macros.
19727         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
19728         (TFtype, TItype, UTItype): Define if TMODES is defined.
19729         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
19730         (F_T_BITOFF, D_T_BITOFF): Define.
19731         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
19732         guaranteed to be wide enough.
19733         * config/fp-bit.c: Check for L_ macros for tf functions.
19734         (__thenan_tf): New.
19735         (nan): Adjust.
19736         (pack_d, unpack_d): Support IEEE 854 quad type.
19737         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
19738         from FRAC_NBITS, FRAC_BITS and NGARDS.
19739         (usi_to_float): Cast constants to be shifted to fractype
19740         instead of assuming long long is wide enough.
19741         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
19742
19743 2003-01-26  Andreas Jaeger  <aj@suse.de>
19744
19745         * df.c: Remove prototype of unused function df_regno_rtl_debug.
19746
19747 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
19748
19749         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
19750         (DBBIT_FUNCS): Added _df_to_tf.
19751         (TPBIT_FUNCS): New.
19752         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
19753         (LIBGCC_DEPS): Added TPBIT.
19754         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
19755
19756         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
19757         been able to move the result to target.
19758
19759         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
19760         for the appropriate mode.
19761
19762         * calls.c (emit_library_call_value_1): Handle return values
19763         in a PARALLEL.
19764
19765         * rtl.c (get_mode_alignment): Moved to...
19766         * stor-layout.c: ... here.
19767
19768         * print-rtl.c (print_rtx): Don't print MEM details in
19769         GENERATOR_FILEs.
19770
19771 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
19772
19773         * df.h: Update comments, tidy formatting.
19774         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
19775         REVERSE, UNION, INTERSECTION.  All uses updated.
19776         (OLD_DF_INTERFACE): Remove.
19777         (struct insn_info): Remove commented out insn field.
19778         * df.c: Update comments, tidy formatting.
19779         (df_def_table_realloc): Remove.
19780
19781
19782 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
19783
19784         * calls.c (save_fixed_argument_area): Tidy.
19785         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
19786         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
19787         call chain loop at 1 if !try_tail_call.  Formatting.
19788         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
19789         Use save_fixed_argument_area and restore_fixed_argument_area.
19790
19791 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19792
19793         * df.c (df_uses_record): Handle CC0.
19794
19795 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
19796
19797         * reload.c (maybe_memory_address_p): New function.
19798         (find_reloads_address): Use it instead of memory_address_p.
19799
19800 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
19801
19802         * final.c (shorten_branches): Align the address of code label
19803         when computing initial lengths and addresses.
19804
19805 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
19806
19807         * config/m68hc11/m68hc11.md: Fix a comment typo.
19808
19809 2003-01-25  Andreas Jaeger  <aj@suse.de>
19810
19811         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
19812         TARGET_MACHO.
19813
19814 2003-01-25  Roger Sayle  <roger@eyesopen.com>
19815
19816         * gcse.c (bypass_last_basic_block): New global variable.
19817         (bypass_block):  Use redirect_edge_and_branch_force to redirect
19818         fall-through edges.  Use bypass_last_basic_block to determine
19819         which blocks have valid PRE information.
19820         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
19821
19822 2003-01-25  Jan Hubicka  <jh@suse.cz>
19823
19824         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
19825
19826 2003-01-25  Jan Hubicka  <jh@suse.cz>
19827                               Eric Botcazou <ebotcazou@libertysurf.fr>
19828         PR opt/8492
19829         * gcse.c (one_cprop_pass): Delete unreachable blocks.
19830
19831 2003-01-25  Richard Henderson  <rth@redhat.com>
19832
19833         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
19834         from ia64_aix_select_rtx_section.
19835         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
19836         instead of saving and restoring flag_pic.
19837         (ia64_rwreloc_unique_section): Similarly.
19838         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
19839         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
19840         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
19841         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
19842
19843 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
19844
19845         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
19846         comment.
19847
19848 2003-01-25  Richard Henderson  <rth@redhat.com>
19849
19850         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
19851
19852 2003-01-25  Kelley Cook <kelleycook@comcast.net>
19853
19854         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
19855
19856 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
19857
19858         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
19859         type for bitmaps.  Use unsigned long.
19860         (nBITMAP_WORD_BITS): New macro.
19861         (BITMAP_WORD_BITS): New macro.
19862         (rest of file): Use it.
19863         * bitmap.c: Use it.
19864
19865 2003-01-25  Richard Henderson  <rth@redhat.com>
19866
19867         2002-02-19  Robert Lipe  <robertlipe@usa.net>
19868         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
19869
19870 2003-01-25  Roger Sayle  <roger@eyesopen.com>
19871
19872         * builtins.c (purge_builtin_constant_p): Scan insn stream
19873         sequentially rather than by basic block.
19874         * function.c (purge_addressof): Simplify test with INSN_P.
19875
19876 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
19877
19878         * combine.c (simplify_comparison, case AND): Remove a redundant test.
19879
19880 2003-01-25  Roger Sayle  <roger@eyesopen.com>
19881
19882         * function.h (struct function): New field calls_constant_p.
19883         (current_function_calls_constant_p): New macro for above.
19884         * function.c (prepare_function_start): Initialize calls_eh_return
19885         and calls_constant_p.
19886         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
19887         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
19888         when the current_function_calls_constant_p.
19889         * integrate.c (expand_inline_function): Set calls_constant_p if
19890         the function being inlined has calls_constant_p set.
19891
19892 2003-01-25  Roger Sayle  <roger@eyesopen.com>
19893
19894         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
19895         optimizing, even if flag_gcse is true.
19896         * toplev.c (rest_of_compilation): purge_builtin_constant_p
19897         only needs to be called when "optimize > 0 && flag_gcse".
19898
19899 2003-01-25  Roger Sayle  <roger@eyesopen.com>
19900
19901         * stmt.c (emit_case_bit_tests): New routine to implement suitable
19902         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
19903         (case_bit_test_cmp): New comparison function for "qsort" to order
19904         case_bit_tests by decreasing number of destination nodes.
19905         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
19906         (expand_end_case_type): Use emit_case_bit_tests to implement
19907         suitable switch statments.
19908         (CASE_USE_BIT_TESTS): New target macro to disable the above.
19909         * Makefile.in (stmt.o): Add dependency on optab.h.
19910         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
19911
19912 2003-01-23  Andreas Schwab  <schwab@suse.de>
19913
19914         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
19915         __do_global_ctors_aux hidden global and don't put it in
19916         .init_array.
19917         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
19918         instead so that it comes first.
19919
19920 2003-01-25  Jan Hubicka  <jh@suse.cz>
19921
19922         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
19923         subreg is read/modify.
19924
19925 2003-01-25  Jan Hubicka  <jh@suse.cz>
19926
19927         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
19928         do libcall for large blocks.
19929         * i386.md (comi patterns): Set type to ssecomi.
19930         (sse2_unpck?pd): Fix mode of vec_select.
19931
19932         * cse.c: Include except.h
19933         (cse_set_around_loop):  Do not create new basic blocks.
19934         * Makefile.in (cse.o): Add dependnecy on except.h
19935
19936 2003-01-25  Jan Hubicka  <jh@suse.cz>
19937
19938         * builtins.c (fold_trunc_transparent_mathfn): New function.
19939         (fold_builtin): Use it.
19940         * convert.c (convert_to_real): Re-enable code to convert
19941         math functions; add support for floor familly functions.
19942
19943 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19944
19945         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
19946         dependencies on coretypes.h and $(TM_H).
19947
19948 2003-01-25  Jan Hubicka  <jh@suse.cz>
19949
19950         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
19951
19952 2003-01-24  Stuart Hastings  <stuart@apple.com>
19953
19954         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
19955
19956 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19957
19958         * config/c4x/c4x.md (UNSPEC_BU): New constants.
19959         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
19960         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
19961         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
19962         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
19963         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
19964         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
19965         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
19966
19967 2003-01-24  Jan Hubicka  <jh@suse.cz>
19968
19969         * emit-rtl.c (reg_attrs_htab): New static variable.
19970         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
19971         functions.
19972         (reg_rtx): Do not maintain regno_decl.
19973         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
19974         set_mem_attrs_from_reg): New global function.
19975         (init_emit): Do not initialize regno_decl.
19976         (init_emit_once): initialize reg_attrs_htab.
19977         * final.c (alter_subreg): Do not replace REG by SUBREG.
19978         (gen_mem_expr_from_op): Improve output.
19979         (output_asm_operands): Likewise.
19980         * function.c (assign_params): Do not set REGNO_DECL.
19981         * function.h (struct function): Kill regno_decl.
19982         (REGNO_DECL): Kill.
19983         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
19984         * print_rtl.c (print_rtx): Output REG information.
19985         * regclass.c (reg_scan_mark_refs): Update attrs.
19986         * reload1.c (alter_reg): Likewise.
19987         * simplify_rtx.c (simplify_subreg): Likewise.
19988         * stmt.c (expand_decl): Likewise.
19989         * rtl.def (REG): Add new field.
19990         * rtl.h (struct reg_attrs): New.
19991         (rtunion_def): At rtreg.
19992         (X0MEMATTR): Add checking.
19993         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
19994         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
19995         Declare.
19996         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
19997
19998 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
19999
20000         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
20001         (xtensa_emit_call, print_operand): Fix printf format strings
20002         to avoid compile warnings.
20003         (xtensa_function_prologue, xtensa_function_epilogue): Change type
20004         of "size" argument to HOST_WIDE_INT to fix compile warnings.
20005         * config/xtensa/xtensa-protos.h
20006         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
20007
20008 2003-01-24  Jan Hubicka  <jh@suse.cz>
20009
20010         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
20011         (implicit_built_in_decls): New global array.
20012         (mathfn_built_in): New global function.
20013         (fold_trunc_transparent_mathfn): New static function
20014         (expand_builtin_strstr, expand_bultin_strchr,
20015         expand_builtin_strpbrk, expand_builtin_strcpy,
20016         expand_builtin_strncpy, expand_bultin_strcmp,
20017         expand_bultin_strncat, expand_builtin_fputs): Use
20018         implicint_built_in_decls.
20019         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
20020         * builtins.def: Fix comments.
20021         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
20022         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
20023         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
20024         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
20025         (DEF_C99_C90RES_BULTIN): New.
20026         (*f, *l builtins): Update.
20027         * c-common.c (DEF_BUILTIN): Initialize implicit array.
20028         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
20029         * convert.c (strip_float_extensions): New global function.
20030         * tree.h (DEF_BUILTIN): Accept 10 arguments.
20031         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
20032         Declare.
20033         * java/builtins.c (define_builtin): Handle implicit.
20034         (DEF_BUILTIN): Update.
20035         * tm.texi (TARGET_C99_FUNCTIONS): Document.
20036         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
20037         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
20038         when using glibc2.
20039
20040 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
20041
20042         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
20043         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
20044         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
20045         * config/xtensa/crti.asm: New file.
20046         * config/xtensa/crtn.asm: New file.
20047         * config/xtensa/t-elf: New file.
20048         * config/xtensa/t-linux: New file.
20049         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
20050         Move various CFLAGS settings to new t-elf file.
20051
20052 2003-01-24  Richard Henderson  <rth@redhat.com>
20053
20054         PR optimization/4382
20055         * tree-inline.c (find_builtin_longjmp_call_1): New.
20056         (find_builtin_longjmp_call): New.
20057         (inlinable_function_p): Use it.
20058
20059 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20060
20061         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
20062         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
20063         * config/i386/i386.c (function_arg_pass_by_reference): New.
20064         (ix86_va_arg): Support arguments passed by reference.
20065
20066 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20067
20068         * cfgloopanal.c: New file.
20069         * cfgloopmanip.c: New file.
20070         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
20071         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
20072         cfglayout.o): Add dependency on cfgloop.h.
20073         (cfgloop.o): Add flags.h dependency.
20074         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
20075         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
20076         (struct loop, struct loops, flow_loops_find, flow_loops_update,
20077         flow_loops_free, flow_loops_dump, flow_loop_dump,
20078         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
20079         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
20080         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
20081         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
20082         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
20083         find_common_loop, verify_loop_structure): Declarations moved to ...
20084         * cfgloop.h: New file.
20085         * bb-reorder.c (reorder_basic_blocks): Modified.
20086         * cfglayout.c: Include cfgloop.h.
20087         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
20088         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
20089         (break_superblocks): New static function.
20090         (cfg_layout_finalize): Use it.
20091         (cfg_layout_split_block): New function.
20092         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
20093         fields.
20094         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
20095         changed.
20096         (cfg_layout_split_block): Declare.
20097         * cfgloop.c: Include cfgloop.h and flags.h.
20098         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
20099         get_loop_body): Avoid signed versus unsigned comparison warnings.
20100         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
20101         loop_latch_edge): Modified.
20102         (verify_loop_structure): Modified to use flags stored in loop structure;
20103         check irreducible loops.
20104         (cancel_loop, cancel_loop_tree): New functions.
20105         (estimate_probability): Use loop analysis code for predictions.
20106         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
20107         warnings.
20108         * doloop.c: Include cfgloop.h.
20109         * loop.c: Include cfgloop.h.
20110         * predict.c: Include cfgloop.h.
20111         * toplev.c: Include cfgloop.h.
20112         * unroll.c: Include cfgloop.h.
20113         * tracer.c (tracer): Modified.
20114
20115 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
20116
20117         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
20118
20119 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
20120
20121         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
20122         * configure: Regenerate.
20123
20124         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
20125         (tls_symbolic_reference_mentioned_p): Add prototype.
20126         (s390_tls_get_offset): Add prototype.
20127         (emit_pic_move): Remove prototype, replace by ...
20128         (emit_symbolic_move): .. this new prototype.
20129
20130         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
20131         (tls_model_chars): New global variable.
20132         (s390_encode_section_info): Encode TLS model.
20133         Use targetm.binds_local_p to check for local symbols.
20134         (s390_strip_name_encoding): New function.
20135         (TARGET_STRIP_NAME_ENCODING): Define.
20136
20137         (get_thread_pointer): New function.
20138         (legitimize_tls_address): New function.
20139         (legitimize_address): Call it.
20140         (emit_pic_move): Remove, replace by ...
20141         (emit_symbolic_move): ... this new function.
20142
20143         (larl_operand): Handle TLS operands.
20144         (legitimate_constant_p): Likewise.
20145         (s390_decompose_address): Likewise.
20146         (s390_cannot_force_const_mem): New function.
20147         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
20148
20149         (s390_output_symbolic_const): Handle TLS unspecs.
20150         (print_operand): New code 'J'.
20151         (machine_function): Add struct member 'some_ld_name'.
20152         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
20153
20154         (enum s390_builtin): New type.
20155         (code_for_builtin_64, code_for_builtin_31): New global variables.
20156         (s390_init_builtins, s390_expand_builtin): New functions.
20157         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
20158
20159         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
20160         (ASM_OUTPUT_LABELREF): Define.
20161         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
20162
20163         * config/s390/s390.md: Define TLS UNSPEC constants.
20164         ("movdi", "movsi"): Handle TLS operands.
20165         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
20166         ("*tls_load_64", "*tls_load_31"): New insns.
20167         ("call_value_tls", "call_value_tls_exp"): New expanders.
20168         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
20169         "bas_tls_64", "bas_tls_31"): New insns.
20170
20171 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
20172
20173         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
20174         spe ABI is configured, if requested.
20175
20176 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20177
20178         * doc/passes.texi: Fix typo.
20179
20180 2003-01-24  Andreas Schwab  <schwab@suse.de>
20181
20182         * stor-layout.c (excess_unit_span): Only define if used.
20183
20184 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
20185
20186         * gcc/doc/invoke.texi (Optimization Options): List -O levels
20187         for each optimization flag.
20188
20189 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
20190
20191         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
20192
20193 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20194
20195         * doc/bugreport.texi: Use @command instead of @code for commands.
20196         * doc/collect2.texi: Likewise.
20197         * doc/headerdirs.texi: Likewise.
20198         * doc/invoke.texi: Likewise.
20199         * doc/standards.texi: Likewise.
20200         * doc/tm.texi: Likewise.
20201         * doc/trouble.texi: Likewise.
20202
20203 2003-01-24  Nick Clifton  <nickc@redhat.com>
20204
20205         * config/arm/arm.c (use_return_insn): Do not use a single return
20206         instruction for interrupt handelrs which have to create a stack
20207         frame.
20208         (arm_expand_prologue): Do not pre-bias the return address of
20209         interrupt handlers which create a stack frame.
20210
20211 2003-01-24  Nick Clifton  <nickc@redhat.com>
20212
20213         * Add sh2e support:
20214
20215         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
20216
20217                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
20218                 med_cbranches.  Fix logic in short_cbranches.
20219
20220         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
20221
20222                 * config/sh/sh.md (delay for cbranch): Don't annul delay
20223                 slots on SH2e.
20224                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
20225                 cbranch with unfilled delay slot on SH2e.
20226                 (output_branch): Fill with a nop the delay slot of a
20227                 branch that required a delay slot but didn't get one.
20228
20229         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
20230
20231                 * doc/invoke.texi (SH options): Document -m2e.
20232                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
20233                 * config/sh/lib1funcs.asm: Likewise.
20234                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
20235                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
20236                 not __sh1__.
20237                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
20238                 SH2E up.
20239                 (SH3E_BIT): Renamed to...
20240                 (SH_E_BIT): ... this.  Replace all uses.
20241                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
20242                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
20243                 (TARGET_SWITCHES): Added 2e.
20244                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
20245                 (processor_type): Added PROCESSOR_SH2E.
20246                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
20247                 TARGET_SH2E, except in sqrtsf2_i.
20248                 (attribute cpu): Added sh2e.
20249                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
20250                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
20251                 * config.gcc: Add sh2e target support.
20252
20253 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
20254
20255         Rename -W to -Wextra.
20256         * c-decl.c:  Update comments.
20257         * c-typeck.c:  Likewise.
20258         * flags.h:  Likewise.
20259         * function.c:  Likewise.
20260         * stmt.c:  Likewise.
20261         * toplev.c:  Update comments.
20262         (W_options):  Add 'extra'.
20263         (display_help):  Remove '-W'.
20264         (decode_W_option):  Special warn_uninitialized treatment in the case
20265         of -Wextra.
20266         * doc/invoke.texi:  Update with new entries.
20267
20268 2003-01-23  Richard Henderson  <rth@redhat.com>
20269
20270         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
20271         in no-else-block case.  Add commentary.
20272
20273 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20274
20275         * configure.in: Revert last change.
20276
20277 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20278
20279         * configure.in: Don't include ansidecl.h in tconfig.h.
20280         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
20281         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
20282         ATTRIBUTE_UNUSED.
20283
20284         * configure: Regenerate.
20285
20286 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20287
20288         PR java/6748
20289         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
20290         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
20291         kernels.
20292
20293 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20294
20295         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
20296
20297 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
20298
20299         * genattrtab.c (write_attr_get): Mark 'insn' paramter
20300         as ATTRIBUTE_UNUSED.
20301
20302 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
20303
20304         * arm.c (thumb_base_register_rtx_p): New function.
20305         (thumb_index_register_rtx_p): New function.
20306         (thumb_legitimate_address_p): New function.
20307         (thumb_legitimate_offset_p): New function.
20308         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
20309         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
20310         definitions.
20311         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
20312         (THUMB_LEGITIMATE_OFFSET): Delte.
20313         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
20314         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
20315         (thumb_legitimate_offset_p): Likewise.
20316
20317 2003-01-23  Andreas Schwab  <schwab@suse.de>
20318
20319         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
20320
20321 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20322
20323         * fixinc/Makefile.in (FL_LIST): Revert last change.
20324
20325 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
20326
20327         PR other/7341
20328         * invoke.texi (ftest-coverage): Fix broken cross-reference.
20329         Change @code to @command for gcov command.
20330
20331         * gcc.texi: Adjust title of gcov section.
20332         Adjust copyright.
20333         * gcov.texi: Likewise.
20334
20335 2003-01-22  Roger Sayle  <roger@eyesopen.com>
20336
20337         PR optimization/8423
20338         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
20339         its argument is constant, or 0 if !flag_gcse.
20340         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
20341         if it's argument is constant.
20342         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
20343         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
20344         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
20345         * builtins.c (purge_builtin_constant_p): New function to force
20346         instantiation of any remaining CONSTANT_P_RTX nodes.
20347         * rtl.h (purge_builtin_constant_p): Prototype here.
20348         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
20349         pass after GCSE and before loop.
20350         (flag_gcse): No longer static.
20351         * flags.h (flag_gcse): Prototype here.
20352
20353 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
20354
20355         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
20356         introduced by last change.
20357
20358 2003-01-22  Andreas Schwab  <schwab@suse.de>
20359
20360         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
20361
20362 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
20363
20364         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
20365         request a scratch reg on H8S when the shift count is 8.
20366
20367 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
20368
20369         * config/s390/s390-protos.h (preferred_la_operand_p):
20370         Remove second parameter.
20371         * config/s390/s390.c (preferred_la_operand_p): Likewise.
20372         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
20373         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
20374         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
20375         Add peepholes to transform ADD to LOAD ADDRESS.
20376
20377 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
20378
20379         * arm.c (arm_address_register_rtx_p): New function.
20380         (arm_legitimate_address_p): New function.
20381         (arm_legitimate_index_p): New function.
20382         (legitimize_pic_address): Use arm_legitimate_index_p.
20383         * arm-protos.h (arm_legtimate_address_p): Add prototype.
20384         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
20385         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
20386
20387 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
20388
20389         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
20390         * config/s390/2064.md (define_bypass): Correct 'Load' and
20391         'Load-address' bypass values.
20392
20393 2003-01-22  Andreas Schwab  <schwab@suse.de>
20394
20395         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
20396
20397 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20398
20399         * genautomata.c (output_internal_insn_latency_func,
20400         output_print_reservation_func): Short circuit when there is no
20401         automaton to generate code for.
20402
20403 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20404
20405         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
20406         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
20407
20408 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
20409
20410         * config/rs6000/rs6000.md: Remove warning.
20411         (builtin_setjmp_receiver): Likewise.
20412         * config/darwin.c (update_stubs): Slightly improve terrible hack
20413         with identifiers.  Add comment pointing out problems with it.
20414         (update_non_lazy_ptrs): Likewise.
20415
20416 2003-01-21  Richard Henderson  <rth@redhat.com>
20417
20418         * dwarf2out.c (lookup_filename): Fix printf format warning.
20419         * system.h (fread_unlocked, fwrite_unlocked): Undef.
20420
20421         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
20422         (fixincl.o-warn, gnu-regex.o-warn): New.
20423         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
20424         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
20425         * fixinc/fixincl.c (process): Fix printf format warning.
20426
20427 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
20428
20429         * dwarf2out (output_file_names): Don't crash if called
20430         with empty file_table.
20431
20432 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20433
20434         * genautomata.c (output_internal_insn_latency_func): Add
20435         missing break statement to generated code.
20436
20437 2003-01-21  Roger Sayle  <roger@eyesopen.com>
20438
20439         * stmt.c (same_case_target_p): New function to determine whether
20440         two case labels branch to the same target.  Split out from...
20441         (group_case_nodes): ... here.  Use same_case_target_p instead.
20442         (strip_default_case_nodes): Remove explicit case nodes
20443         that branch to the default destination.
20444         (expand_end_case_type): Call strip_default_case_nodes after
20445         group_case_nodes, to simplify the case-list before we count it.
20446         Only generate table_label RTX when actually needed.  Try to share
20447         thiscase->exit_label and thiscase->data.case_stmt.default_label
20448         when a switch has no explicit default case.  Simplify test for
20449         constant index.
20450
20451 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
20452
20453         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
20454         \t.
20455         (*negsf2_h8300hs): Likewise.
20456         (*addsi3_lshiftrt_16_zexthi): Likewise.
20457         (*iorhi3_lshiftrt_8): Likewise.
20458
20459 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
20460
20461         * dwarf2out.c (fde_table_in_use): Mark GTY.
20462         (dwarf2out_cfi_label_num): New variable, marked GTY.
20463         (dwarf2out_cfi_label): Use it instead of static label_num.
20464         * emit-rtl.c (label_num): Mark GTY.
20465
20466 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
20467
20468         * config/h8300/h8300.c (output_plussi): Support H8/300.
20469         (compute_plussi_length): Likewise.
20470         (compute_plussi_cc): Likewise.
20471         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
20472         output assembly instructions.
20473
20474 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20475
20476         * calls.c (fix_unsafe_tree): Prototype.
20477
20478         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
20479         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
20480         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
20481         c-parse.o-warn): Add -Wno-error.
20482         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
20483
20484         * configure.in (--enable-werror): Add new flag.
20485         * doc/install.texi (--enable-werror): Document.
20486         * configure: Regenerate.
20487
20488         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
20489
20490 2003-01-21  Andreas Schwab  <schwab@suse.de>
20491
20492         * genautomata.c (output_internal_insn_latency_func): Fix missing
20493         close paren in output.
20494
20495 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20496
20497         * genautomata.c: Space savings in generated code:
20498         (output_dfa_insn_code_func): Split out the table-enlargement
20499         path to an out-of-line static function, dfa_insn_code_enlarge.
20500         (output_internal_insn_latency_func): Use a lookup table for the
20501         default latencies.
20502         (output_print_reservation_func): Use a lookup table for the
20503         strings.
20504
20505 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
20506
20507         PR opt/7507
20508         * calls.c (fix_unsafe_tree): Split out from ...
20509         (expand_call): ... here.  Use it on the function address too.
20510
20511 2003-01-20  Richard Henderson  <rth@redhat.com>
20512
20513         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
20514
20515 2003-01-20  Richard Henderson  <rth@redhat.com>
20516
20517         PR opt/7154
20518         * stmt.c (expand_asm_operands): Validize memory operands.
20519
20520 2003-01-20  Richard Henderson  <rth@redhat.com>
20521
20522         PR opt/8848
20523         * ifcvt.c (noce_process_if_block): Correct arguments to
20524         modified_between_p for no-else-block case.
20525
20526 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20527
20528         * config/h8300/h8300.c (const_costs): Remove a warning.
20529         (output_plussi): Likewise.
20530         (compute_plussi_length): Likewise.
20531         (compute_plussi_cc): Likewise.
20532
20533 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20534
20535         * config/h8300/h8300.md (addsi_h8300): Remove the last
20536         alternative.
20537
20538 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20539
20540         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
20541
20542 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20543
20544         * system.h (__NO_STRING_INLINES): Define.
20545
20546 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20547
20548         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
20549         is not a scalar int mode.
20550
20551 2003-01-20  Roger Sayle  <roger@eyesopen.com>
20552
20553         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
20554         insn's notes following a substitution inside a libcall.
20555
20556 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
20557
20558         * configure.in: Check for system-provided 'uchar' type.
20559         * configure, config.in: Regenerate.
20560         * cpphash.h: Only typedef 'uchar' if the system doesn't.
20561
20562 2003-01-20  Richard Henderson  <rth@redhat.com>
20563
20564         * expr.h (MUST_PASS_IN_STACK): Move implementation...
20565         * calls.c (default_must_pass_in_stack): ... here.
20566
20567 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
20568
20569         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
20570
20571         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
20572
20573         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
20574         Wrap up definition of `insn_alts'.
20575
20576         * genattrtab.c (main): Wrap up `insn_alts'.
20577
20578 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20579
20580         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
20581         prototyping.
20582         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
20583
20584         * config.in, configure: Regenerate.
20585
20586 2003-01-20  Nick Clifton  <nickc@redhat.com>
20587
20588         * config/arm/arm.md (sibcall_epilogue): Add an
20589         UNSPEC_PROLOGUE_USE to prevent the link register from being
20590         considered dead.
20591
20592 2003-01-20  Jan Hubicka  <jh@suse.cz>
20593
20594         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
20595
20596 2003-01-20  Andreas Schwab  <schwab@suse.de>
20597
20598         * system.h: Don't declare strsignal if the decl test hasn't been
20599         run yet.
20600
20601 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20602
20603         * config/h8300/h8300.c (notice_update_cc): Don't assume that
20604         recog_data.operands[0] is always associated with cc0.
20605
20606 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
20607
20608         * collect2.c (ldgetname): Expand declaration to prototype.
20609         * read-rtl.c (atoll): Add prototype.
20610         * system.h (strsignal): Also declare if no declaration found.
20611
20612 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
20613
20614         * config.gcc (mips64*-*-linux*): Added.
20615         * config/mips/linux64.h, config/mips/t-linux64: New file.
20616         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
20617         * config/mips/mips.c (override_options): Use it.
20618         * config/mips/mips.h (TARGET_SWITCHES): Added...
20619         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
20620         * Makefile.in (SPECS): New.
20621         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
20622         * gcc.c (process_command): Move self-spec processing past spec
20623         file loading.
20624         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
20625         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
20626         CRTSTUFF_T_CFLAGS.
20627         (SPECS): Document.
20628         * doc/invoke.texi (-mabi-fake-default): Document.
20629
20630 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
20631
20632         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
20633         z_reg, z_reg_qi): Declare static and GTY().
20634         (da_reg): Remove.
20635         (create_regs_rtx): Don't create da_reg.
20636         ("gt-m68hc11.h"): Include for GTY roots.
20637         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
20638         and GTY() here.
20639         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
20640         (m68hc11_soft_tmp_reg): Likewise.
20641         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
20642
20643 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
20644
20645         * basic-block.h: Fix comment formatting.
20646         * calls.c: Likewise.
20647         * combine.c: Likewise.
20648         * convert.c: Likewise.
20649         * gcov.c: Likewise.
20650         * haifa-sched.c: Likewise.
20651         * libgcc2.c: Likewise.
20652         * loop.c: Likewise.
20653         * profile.c: Likewise.
20654         * system.h: Likewise.
20655
20656 2003-01-18  Roger Sayle  <roger@eyesopen.com>
20657
20658         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
20659
20660 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20661
20662         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
20663
20664 2003-01-17  Dale Johannesen  <dalej@apple.com>
20665
20666         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
20667           (*floatunssidf2_internal):  Ditto.
20668
20669 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
20670
20671         * alias.c: Fix comment typos.
20672         * basic-block.h: Likewise.
20673         * c-common.c: Likewise.
20674         * c-common.h: Likewise.
20675         * c-decl.c: Likewise.
20676         * c-opts.c: Likewise.
20677         * c-pragma.c: Likewise.
20678         * c-pretty-print.h: Likewise.
20679         * cfg.c: Likewise.
20680         * cfganal.c: Likewise.
20681         * cfgbuild.c: Likewise.
20682         * cfgcleanup.c: Likewise.
20683         * cfglayout.c: Likewise.
20684         * cfgrtl.c: Likewise.
20685         * convert.c: Likewise.
20686         * cpphash.h: Likewise.
20687         * cpplex.c: Likewise.
20688         * cpplib.h: Likewise.
20689         * df.h: Likewise.
20690         * diagnostic.c: Likewise.
20691         * diagnostic.h: Likewise.
20692         * dwarf2.h: Likewise.
20693
20694 2003-01-17  Stan Shebs  <shebs@apple.com>
20695
20696         * config/darwin-protos.h: Forward-declare struct cpp_reader.
20697
20698 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
20699
20700         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
20701         mistake in last checkin.
20702
20703 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
20704
20705         * et-forest.c: Fix comment typos.
20706         * et-forest.h: Likewise.
20707         * except.c: Likewise.
20708         * expr.c: Likewise.
20709         * flags.h: Likewise.
20710         * flow.c: Likewise.
20711         * gcc.c: Likewise.
20712         * gcse.c: Likewise.
20713         * genattrtab.c: Likewise.
20714         * genautomata.c: Likewise.
20715         * gengtype.c: Likewise.
20716         * genrecog.c: Likewise.
20717         * global.c: Likewise.
20718         * gthr-rtems.h: Likewise.
20719
20720 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20721
20722         * i386.c (x86_function_profiler): Fix format specifier.
20723
20724 2003-01-17  Richard Henderson  <rth@redhat.com>
20725
20726         * gengtype.c (walk_type): Allow paramN_is.
20727
20728 2003-01-17  Nick Clifton  <nickc@redhat.com>
20729
20730         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
20731
20732 2003-01-16  Richard Henderson  <rth@redhat.com>
20733
20734         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
20735
20736 2003-01-16  Richard Henderson  <rth@redhat.com>
20737
20738         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
20739         (alpha_next_sequence_number): Likewise.
20740         (alpha_this_literal_sequence_number): Likewise.
20741         (alpha_this_gpdisp_sequence_number): Likewise.
20742         (struct alpha_funcs, alpha_funcs_num): Likewise.
20743         (struct alpha_links): Fix branch merge error.
20744         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
20745
20746 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
20747
20748         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
20749         R. Ghazi.
20750
20751 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
20752
20753         * ifcvt.c: Fix comment typos.
20754         * lcm.c: Likewise.
20755         * libgcc2.c: Likewise.
20756         * local-alloc.c: Likewise.
20757         * loop.c: Likewise.
20758         * predict.c: Likewise.
20759         * ra-build.c: Likewise.
20760         * ra.c: Likewise.
20761         * ra-colorize.c: Likewise.
20762         * ra.h: Likewise.
20763         * ra-rewrite.c: Likewise.
20764         * regmove.c: Likewise.
20765         * reload.h: Likewise.
20766         * rtlanal.c: Likewise.
20767         * toplev.c: Likewise.
20768         * tree.h: Likewise.
20769         * unwind-dw2-fde-glibc.c: Likewise.
20770         * vmsdbgout.c: Likewise.
20771
20772 2003-01-16  Richard Henderson  <rth@redhat.com>
20773
20774         * dwarf2out.c (struct file_table): Remove.
20775         (FILE_TABLE_INCREMENT): Remove.
20776         (file_table): Make a varray; mark for GC.  Update all users.
20777         (file_table_last_lookup_index): Extract from struct file_table.
20778         (output_file_names): Fix unsigned compare warnings.
20779         (add_name_attribute): Remove inline marker.
20780         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
20781         (lookup_filename): Don't manage size of file_table.
20782         (init_file_table): Allocate file_table with GC.
20783         (dwarf2out_init): Don't record main_input_filename here.
20784         (dwarf2out_finish): Do it here instead.
20785
20786 2003-01-16  Bruce Korb  <bkorb@gnu.org>
20787
20788         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
20789
20790 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
20791
20792         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
20793         instead of rotldi3_mextr.
20794
20795 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
20796
20797         * haifa-sched.c (move_insn): Restore moving all schedule group.
20798         (set_priorities): Restore taking SCHED_GROUP_P into account.
20799
20800         * sched-deps.c (add_dependence): Restore processing the last group
20801         insn.
20802         (remove_dependence, group_leader): Restore the functions.
20803         (set_sched_group_p): Restore adding dependencies from previous insn
20804         in the group.
20805         (compute_forward_dependences): Restore usage of group_leader.
20806
20807         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
20808         account.
20809
20810         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
20811         account.
20812         (can_schedule_ready_p): Ditto.
20813         (add_branch_dependences): Restore skipping over the group insns.
20814
20815 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
20816
20817         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
20818         68HC12 pre/post inc/dec side effects.
20819
20820 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
20821
20822         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
20823
20824 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
20825
20826         * sh.md (mshflo_w_x): Fix description of operation.
20827
20828 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
20829
20830         * config/rs6000/rs6000.h: Mention Altivec registers in
20831         commentary.  Fix typo.
20832
20833 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
20834
20835         * config/rs6000/rs6000.md (movti_string): Remove clobber.
20836         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
20837         generate PARALLEL with clobber for TARGET_POWER.
20838
20839 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20840
20841         * ra-colorize.c (colorize_one_web): Initialize variable.
20842         * regmove.c (fixup_match_1): Likewise.
20843         * reload1.c (reload_as_needed): Likewise.
20844         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
20845
20846 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20847
20848         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
20849
20850 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20851
20852         * dbxout.c (lastfile, cwd): Fix `unused' warning.
20853         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
20854         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
20855         is_main_source, file_table, decl_die_table_in_use,
20856         abbrev_die_table_in_use, line_info_table_in_use,
20857         separate_line_info_table_in_use, pubname_table_in_use,
20858         arange_table_in_use, ranges_table_in_use,
20859         current_function_has_inlines): Likewise.
20860         * flow.c (life_analysis): Likewise.
20861         * genemit.c (gen_insn): Likewise.
20862         * protoize.c (cplus_suffix): Likewise.
20863
20864         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
20865         * arm.h (ROUND_UP_WORD): Likewise.
20866
20867         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
20868         warning.
20869         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
20870         init_emit_once): Likewise.
20871         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
20872         Likewise.
20873         * function.c (assign_stack_temp_for_type): Likewise.
20874         * loop.c (loop_invariant_p): Likewise.
20875         * recog.c (push_operand): Likewise.
20876         * regclass.c (init_reg_sets_1): Likewise.
20877         * reload.c (update_auto_inc_notes): Likewise.
20878         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
20879         * stmt.c (expand_asm_operands): Likewise.
20880         * stor-layout.c (start_record_layout): Likewise.
20881
20882 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
20883
20884         * config/c4x/c4x.md (epilogue): Correct last patch.
20885
20886 2003-01-15  Richard Henderson  <rth@redhat.com>
20887
20888         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
20889         also check that GP is being used.
20890         (alpha_find_lo_sum_using_gp): New.
20891         (alpha_does_function_need_gp): Use get_attr_usegp.
20892         * config/alpha/alpha-protos.h: Update.
20893         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
20894         as needed.
20895
20896 2003-01-15  Roger Sayle  <roger@eyesopen.com>
20897
20898         * gcse.c (one_cprop_pass): Change function arguments to take both
20899         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
20900         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
20901         (bypass_jumps): New function to perform separate jump bypassing pass.
20902         * rtl.h (bypass_jumps): Add function prototype.
20903         * timevar.def (TV_BYPASS): New timing variable.
20904         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
20905         (dump_file): New entry for the bypass RTL dump file.
20906         (rest_of_compilation): Insert new jump bypassing optimization
20907         pass after loop.
20908         * doc/passes.texi: Document new pass.
20909
20910 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20911
20912         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
20913         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
20914         * pa.h (TARGET_SOM_SDEF): Define.
20915         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
20916
20917 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
20918
20919         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
20920         allocate 4-bytes of locals on 68HC11.
20921         (expand_epilogue): Likewise.
20922         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
20923
20924 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
20925
20926         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
20927         and -mshort-double to the assembler to specify the ABI.
20928         (LINK_SPEC): Likewise.
20929         (CPP_SPEC): Pass HCS12 specific define.
20930         (MASK_M68S12): New define.
20931         (TARGET_M68S12): Likewise.
20932         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
20933         (TARGET_VERSION): Update.
20934         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
20935         (LINK_SPEC): Update.
20936         (ASM_SPEC): Update.
20937         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
20938         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
20939
20940 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
20941
20942         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
20943         the return code.
20944
20945 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
20946
20947         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
20948         flag before setting it.
20949
20950 2003-01-15  Roger Sayle  <roger@eyesopen.com>
20951
20952         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
20953         when loop condition is known true, i.e.  "while (1) { ... }".
20954         (genrtl_for_stmt): Similarly for "for" statements.
20955
20956 2003-01-15  Roger Sayle  <roger@eyesopen.com>
20957
20958         * real.c (real_sqrt): Return a bool result indicating whether
20959         a floating point exception or trap should be raised.
20960         * real.h (real_sqrt): Update function prototype.
20961         * builtins.c (fold_builtin): Only fold non-trapping square
20962         roots unless we're ignoring errno and trapping math.
20963
20964 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
20965
20966         * expr.h (emit_conditional_add): Add PARAMS to declaration.
20967         * gengtype-lex.l (malloc, realloc): Move defines after include of
20968         system.h.  Remove duplicate include of system.h.
20969
20970 2003-01-15  Roger Sayle  <roger@eyesopen.com>
20971
20972         PR middle-end/9009
20973         * optabs.c (expand_unop):  When manipulating the FP sign bit
20974         using integer operations, account for targets with different
20975         integer and FP word orders.
20976         (expand_abs): Likewise.
20977
20978 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
20979
20980         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
20981         file extension in section name.
20982
20983 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
20984
20985         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
20986         constant offset.
20987
20988 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
20989
20990         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
20991         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
20992         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
20993         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
20994
20995 2003-01-15  Jan Hubicka  <jh@suse.cz>
20996
20997         PR f/9258
20998         * global.c (struct allocno): Add no_stack_reg.
20999         (global_conflicts): Set no_stack_reg.
21000         (find_reg): Use it.
21001
21002         * convert.c (convert_to_real): Fold - and abs only when profitable.
21003         * fold-const.c (fold): Fold truncates in - and abs.
21004
21005 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
21006
21007         Segher Boessenkool  <segher@koffie.nl>
21008
21009         * predict.c (real_inv_br_prob_base): New variable.
21010         (propagate_freq): Use multiply by reciprocal instead of
21011         division.  Don't divide by 1.0 at all.
21012         (estimate_bb_frequencies): Similar.
21013
21014 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
21015
21016         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
21017         * configure: Rebuilt.
21018
21019 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
21020
21021         * config/s390/s390.c (s390_safe_attr_type): New function.
21022         (s390_use_dfa_pipeline_interface): New function, return true for z900.
21023         (s390_issue_rate): New function.
21024         (s390_agen_dep_p): New function.
21025         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
21026         (s390_adjust_cost): Return 'cost' if new DFA is used.
21027         (s390_adjust_priority): Delete function.
21028         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
21029         * config/s390/s390.md (atype attribute): Attribute 'atype' default
21030         determined by 'op_type'.
21031         (type attribute): Added more type attributes.
21032         * config/s390/2064.md: New DFA description for z900 pipeline.
21033
21034 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
21035
21036         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
21037         forced to memory.  Fixes PR bootstrap/9036.
21038
21039         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
21040         to set $gp before the call.
21041
21042 2003-01-14  Richard Henderson  <rth@redhat.com>
21043
21044         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
21045         for force_const_mem.
21046
21047 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21048
21049         * genattr.c (main): Rearrange output to avoid prototype warning.
21050         * genautomata.c (transform_3): Fix ambiguous-else warning.
21051         * local-alloc.c (requires_inout): Add parentheses around
21052         assignment used as truth-value.
21053         * timevar.c: Move system includes above local includes.  Include
21054         toplev.h
21055         * Makefile.in (timevar.o): Depend on toplev.h.
21056
21057 2003-01-14  Denis Chertykov  <denisc@overta.ru>
21058
21059         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
21060         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
21061
21062         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
21063         attributes.
21064         (TARGET_ATTRIBUTE_TABLE): New macro.
21065         (valid_machine_type_attribute): Remove.
21066         (valid_machine_decl_attribute): Remove.
21067         (ip2k_handle_progmem_attribute): New function.
21068         (ip2k_handle_fndecl_attribute): New function.
21069
21070 2003-01-10  Andrew Haley  <aph@redhat.com>
21071
21072         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
21073         registers to be in correct order.  Add rip.
21074
21075 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
21076
21077         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
21078         (*iorsi3_and_lshiftrt_9_sb): Likewise.
21079
21080 2003-01-14  Jan Hubicka  <jh@suse.cz>
21081
21082         * convert.c (strip_float_extensions):  Look for narrowest type handling
21083         FP constants.
21084
21085         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
21086         float1 CMP float2.
21087         * convert.c (strip_float_extensions): Make global.
21088         * tree.h (strip_float_extensions): Declare.
21089
21090 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
21091
21092         * timevar.def: define TV_NAME_LOOKUP.
21093         * timevar.c (timevar_pop): Be verbose when aborting.
21094
21095 2003-01-13  Andreas Schwab  <schwab@suse.de>
21096
21097         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
21098         $(parsedir), just move the temporary file at the end.
21099         ($(parsedir)/gengtype-yacc.c): Likewise.
21100
21101 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
21102
21103         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
21104         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
21105         splitting.
21106         * configure: Rebuilt.
21107
21108 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21109
21110         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
21111         internal_mcount): Don't use PARAMS.
21112         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
21113         ISO C style.
21114         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
21115
21116 2003-01-13  Andreas Schwab  <schwab@suse.de>
21117
21118         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
21119         directive.
21120
21121 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
21122
21123         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
21124         (*iorsi3_and_lshiftrt_n_sb): Likewise.
21125
21126 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
21127
21128         PR c++/9264
21129         * c-lex.c (c_lex): Set the token value to error_mark_node for
21130         invalid numeric constants.
21131
21132 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21133
21134         * c-pch.c (asm_file_startpos): Change to `long'.
21135         (pch_init): Use ftell, not ftello.
21136         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
21137         Use `long' instead of `off_t'.
21138         (c_common_read_pch): Likewise.
21139         * ggc-common.c (gt_pch_save): Use long/ftell instead of
21140         off_t/ftello.
21141
21142 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
21143
21144         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
21145
21146 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
21147
21148         * arm-protos.h (struct cpp_reader): Add declaration.
21149
21150 2003-01-11  Jan Hubicka  <jh@suse.cz>
21151
21152         PR target/9068
21153         * i386.c (output_fp_compare): Fix typo.
21154
21155 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
21156
21157         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
21158
21159 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
21160
21161         * Makefile.in (parsedir): New variable.
21162         (docobjdir): New variable.
21163         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
21164         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
21165         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
21166         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
21167         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
21168         Use docobjdir.
21169         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
21170         objc.maintainer-clean): Use parsedir.
21171
21172         * varasm.c (struct constant_descriptor_rtx): Remove unused
21173         `label' field.
21174
21175         * toplev.c (documented_lang_options): Document -Winvalid-pch.
21176
21177 2003-01-10  Richard Henderson  <rth@redhat.com>
21178
21179         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
21180         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
21181
21182 2003-01-10  Richard Henderson  <rth@redhat.com>
21183
21184         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
21185         not INTEGRAL_MODE_P when widening extensions.
21186
21187 2003-01-10  Richard Henderson  <rth@redhat.com>
21188
21189         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
21190
21191 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
21192
21193         * ggc-page.c (ggc_collect): Avoid overflow computing
21194         min_expand.
21195
21196         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
21197         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
21198         Remove calls.
21199         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
21200
21201 2003-01-10  Jan Hubicka  <jh@suse.cz>
21202
21203         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
21204         with weird operands.
21205
21206 2003-01-10  Dale Johannesen <dalej@apple.com>
21207
21208         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
21209         parameters.  Call check_sibcall_argument_overlap if indicated.
21210         (check_sibcall_argument_overlap):  Add mark_stored_args_map
21211         parameter.  Don't mark parameter area as clobbered if not set.
21212         (expand_call):  Adjust calls to above.
21213
21214 2003-01-10 Kelley Cook <kelleycook@comcast.net>
21215
21216         * configure.in (linker read-only and read-write section mixing):
21217         Squelch some assembler warnings.
21218         * configure: Likewise.
21219
21220 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
21221
21222         * doc/invoke.texi: Document -mtune, delete -mcpu
21223         option for S/390 and zSeries.
21224         * config/s390/s390.c (s390_tune_string) New variable.
21225         (s390_cpu_string) Delete variable.
21226         (override_options): Use s390_tune_string instead of
21227         s390_cpu_string.
21228         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
21229
21230 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
21231
21232         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
21233
21234 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
21235
21236         * jump.c (next_nonnote_insn_in_loop): New function.
21237         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
21238         next_nonnote_insn.
21239         (duplicate_loop_exit_test). Likewise.
21240
21241 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
21242
21243         Merge from pch-branch:
21244
21245         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
21246
21247         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
21248         load.
21249
21250         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
21251
21252         * cpplib.c (count_registered_pragmas): New function.
21253         (save_registered_pragmas): New function.
21254         (_cpp_save_pragma_names): New function.
21255         (restore_registered_pragmas): New function.
21256         (_cpp_restore_pragma_names): New function.
21257         * cpphash.h (_cpp_save_pragma_names): Prototype.
21258         (_cpp_restore_pragma_names): Likewise.
21259         * cpppch.c (struct save_macro_item): Split from save_macro_data.
21260         (struct save_macro_data): New field 'saved_pragmas'.
21261         (save_macros): Update for changes to struct save_macro_data.
21262         (cpp_prepare_state): Call _cpp_save_pragma_names, update
21263         for changes to struct save_macro_data.
21264         (cpp_read_state): Call _cpp_restore_pragma_names, update
21265         for changes to struct save_macro_data.
21266
21267         * cpppch.c (cpp_read_state): Restore the hashtable references
21268         in the cpp_reader.
21269
21270         * tree.h (built_in_decls): Mark for PCH.
21271
21272         * dbxout.c (lastfile): Don't mark for PCH.
21273
21274         * ggc.h: Document PCH calls into memory managers.
21275
21276         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
21277
21278         * doc/invoke.texi (Precompiled Headers): Document the
21279         directory form of PCH.
21280         * cppfiles.c (validate_pch): New function.
21281         (open_file_pch): Search suitably-named directories for PCH files.
21282
21283         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
21284
21285         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
21286         reorder options.
21287         (Type Information): Mention that the information is also
21288         used to implement PCH.
21289         * doc/passes.texi (Passes): Improve documentation of
21290         language-specific files.
21291
21292         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
21293
21294         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
21295         (struct walk_type_data): Add reorder_fn field.
21296         (walk_type): Process 'reorder' option.
21297         (write_types_process_field): Reorder parameters to gt_pch_note_object,
21298         call reorder_note_routine.
21299         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
21300         (ggc_wtd): Update for change to struct write_types_data.
21301         (pch_wtd): Likewise.
21302         * ggc.h (gt_pch_note_object): Reorder parameters.
21303         (gt_handle_reorder): New definition.
21304         (gt_pch_note_reorder): New prototype.
21305         * ggc-common.c (struct ptr_data): Add reorder_fn.
21306         (gt_pch_note_object): Reorder parameters.
21307         (gt_pch_note_reorder): New.
21308         (gt_pch_save): Call reorder_fn.
21309         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
21310
21311         * dbxout.c (cwd): Don't mark for PCH.
21312
21313         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
21314
21315         * gengtype.c (finish_root_table): Fix some warnings.
21316         (write_root): Handle TYPE_STRING.
21317         * ggc.h (gt_ggc_m_S): Add prototype.
21318         * stringpool.c (gt_ggc_m_S): New function.
21319
21320         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
21321
21322         * dwarf2out.c (dw2_string_counter): New.
21323         (AT_string_form): Use it.
21324         (same_dw_val_p): Update for removal of hashtable.h hash tables.
21325
21326         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
21327
21328         * dbxout.c: Include gt-dbxout.h.
21329         (lastfile): Mark for PCH/GGC.
21330         (cwd): Likewise.
21331         (struct typeinfo): Likewise.
21332         (typevec): Likewise.
21333         (typevec_len): Likewise.
21334         (next_type_number): Likewise.
21335         (struct dbx_file): Likewise.
21336         (current_file): Likewise.
21337         (next_file_number): Likewise.
21338         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
21339         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
21340         (dbxout_end_source_file): Don't free struct dbx_file.
21341         (dbxout_type): Use GGC to allocate typevec.
21342         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
21343         (GTFILES): Add dbxout.c.
21344         (gt-dbxout.h): New rule.
21345
21346         * Makefile.in (c-pch.o): Add debug.h as dependency.
21347         * c-pch.c: Include debug.h.
21348         (pch_init): Call start_source_file to keep nesting right.
21349         (c_common_read_pch): Add orig_name parameter.  Call
21350         start_source_file debug hook.  Call end_source_file debug hook.
21351         * c-common.h (c_common_read_pch): Update prototype.
21352         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
21353         callback.
21354         * cppfiles.c (struct include_file): Add new field `header_name'.
21355         (find_or_create_entry): Default it to `name'.
21356         (open_file_pch): Set it to the original header file searched for.
21357         (stack_include_file): Don't stack an empty buffer, just handle
21358         PCH files immediately.  Pass header_name field to read_pch callback.
21359
21360         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
21361
21362         * function.c (funcdef_no): Mark to be saved in a PCH.
21363
21364         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
21365
21366         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
21367
21368         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
21369
21370         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
21371
21372         * optabs.h (code_to_optab): Add GTY marker.
21373
21374         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
21375
21376         * Makefile.in (GTFILES): Add cpplib.h.
21377         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
21378         * c-decl.c (build_compound_literal): Don't use var_labelno.
21379         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
21380         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
21381         * varasm.c (const_labelno): Use gengtype to mark.
21382         (var_labelno): Likewise.
21383         (in_section): Likewise.
21384         (in_named_name): Likewise.
21385         (struct in_named_entry): Likewise.
21386         (in_named_htab): Likewise.
21387         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
21388         (init_varasm_once): Use GGC to allocate in_named_htab.
21389         * config/darwin.c (current_pic_label_num): Mark for PCH.
21390
21391         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
21392
21393         * ggc-simple.c (init_ggc_pch): New stub procedure.
21394         (ggc_pch_count_object): Likewise.
21395         (ggc_pch_total_size): Likewise.
21396         (ggc_pch_this_base): Likewise.
21397         (ggc_pch_alloc_object): Likewise.
21398         (ggc_pch_prepare_write): Likewise.
21399         (ggc_pch_write_object): Likewise
21400         (ggc_pch_finish): Likewise.
21401         (ggc_pch_read): Likewise.
21402
21403         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
21404
21405         * c-pch.c (c_common_write_pch): Write the macro definitions after
21406         the GCed data.
21407         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
21408         definitions after the GCed data.
21409         * cpplib.c (save_macros): New.
21410         (reset_ht): New.
21411         (cpp_write_pch_deps): Split out of cpp_write_pch.
21412         (cpp_write_pch_state): Split out of cpp_write_pch.
21413         (cpp_write_pch): Delete.
21414         (struct save_macro_data): Delete.
21415         (cpp_prepare_state): New.
21416         (cpp_read_state): Erase and restore initial macro definitions.
21417         * cpplib.h (struct save_macro_data): Forward-declare.
21418         (cpp_write_pch_deps): Prototype.
21419         (cpp_write_pch_state): Prototype.
21420         (cpp_write_pch): Delete prototype.
21421         (cpp_prepare_state): Prototype.
21422         (cpp_read_state): Add fourth argument.
21423
21424         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
21425
21426         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
21427         (write_array): Remove warning.
21428
21429         * gengtype.c (contains_scalar_p): New.
21430         (finish_root_table): Add the table to all languages, even if it's
21431         empty.
21432         (write_roots): Output gt_pch_scalar_rtab.
21433         * ggc-common.c (gt_pch_save): Write out scalars.
21434         (gt_pch_restore): Read scalars back.
21435
21436         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
21437         (struct page_entry): Delete pch_page field.
21438         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
21439         (clear_marks): Likewise.
21440         (sweep_pages): Likewise.
21441         (poison_pages): Likewise.
21442         (ggc_print_statistics): Likewise.
21443         (ggc_pch_read): Don't free objects read from a PCH.
21444         Properly set up in_use_p and page_tails.
21445
21446         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
21447
21448         * gengtype.c (struct write_types_data): New.
21449         (struct walk_type_data): Make `cookie' const; add extra
21450         prev_val item; add `orig_s' field.
21451         (walk_type): Update prev_val[3].
21452         (write_types_process_field): New.
21453         (write_func_for_structure): Take write_types_data structure.
21454         (write_types): New.
21455         (ggc_wtd): New.
21456         (pch_wtd): New.
21457         (write_types_local_process_field): New.
21458         (gc_mark_process_field): Delete.
21459         (write_local_func_for_structure): New.
21460         (gc_mark_func_name): Delete.
21461         (write_gc_types): Delete.
21462         (write_local): New.
21463         (finish_root_table): Don't include 'ggc_' in PFX.
21464         (write_root): Rename from write_root.  Fill pchw field of structures.
21465         (write_array): New.
21466         (write_roots): Rename from write_gc_roots.  Split out to write_array.
21467         Update to changes to other routines.  Write gt_pch_cache_rtab table.
21468         (main): Write PCH walking routines.
21469         * ggc-common.c: Include toplev.h, sys/mman.h.
21470         (ggc_mark_roots): For cache hashtables, also mark the hash table
21471         and the array of entries.
21472         (saving_htab): New.
21473         (struct ptr_data): New.
21474         (POINTER_HASH): New.
21475         (gt_pch_note_object): New.
21476         (saving_htab_hash): New.
21477         (saving_htab_eq): New.
21478         (struct traversal_state): New.
21479         (call_count): New.
21480         (call_alloc): New.
21481         (compare_ptr_data): New.
21482         (relocate_ptrs): New.
21483         (write_pch_globals): New.
21484         (struct mmap_info): New.
21485         (gt_pch_save): New.
21486         (gt_pch_restore): New.
21487         * ggc-page.c (ROUND_UP_VALUE): New.
21488         (ROUND_UP): New.
21489         (struct page_entry): Add field `pch_page'.
21490         (init_ggc): Use ROUND_UP.
21491         (struct ggc_pch_data): Declare.
21492         (init_ggc_pch): New.
21493         (ggc_pch_count_object): New.
21494         (ggc_pch_total_size): New.
21495         (ggc_pch_this_base): New.
21496         (ggc_pch_alloc_object): New.
21497         (ggc_pch_prepare_write): New.
21498         (ggc_pch_write_object): New.
21499         (ggc_pch_finish): New.
21500         (ggc_pch_read): New.
21501         * ggc.h (gt_pointer_operator): New.
21502         (gt_note_pointers): New.
21503         (gt_pch_note_object): New prototype.
21504         (gt_pointer_walker): New.
21505         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
21506         (LAST_GGC_ROOT_TAB): Update.
21507         (gt_pch_cache_rtab): Declare.
21508         (gt_pch_scalar_rtab): Declare.
21509         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
21510         (LAST_GGC_CACHE_TAB): Update.
21511         (gt_pch_save_stringpool): Declare.
21512         (gt_pch_restore_stringpool): Declare.
21513         (gt_pch_p_S): Declare.
21514         (gt_pch_n_S): Declare.
21515         (struct ggc_pch_data): Forward-declare.
21516         (init_ggc_pch): Declare.
21517         (ggc_pch_count_object): Declare.
21518         (ggc_pch_total_size): Declare.
21519         (ggc_pch_this_base): Declare.
21520         (ggc_pch_alloc_object): Declare.
21521         (ggc_pch_prepare_write): Declare.
21522         (ggc_pch_write_object): Declare.
21523         (ggc_pch_finish): Declare.
21524         (ggc_pch_read): Declare.
21525         (gt_pch_save): Declare.
21526         (gt_pch_restore): Declare.
21527         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
21528         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
21529         const_double_htab, mem_attrs_htab using GGC.
21530         * c-pch.c: Include ggc.h.
21531         (pch_init): Allow reading PCH file back.
21532         (c_common_write_pch): Call gt_pch_save.
21533         (c_common_read_pch): Call gt_pch_restore.
21534         * c-parse.in (init_reswords): Delete now-untrue comment.
21535         Allocate ridpointers using GGC.
21536         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
21537         calling expand_deferred_fns.
21538         * c-common.h (ridpointers): Mark for GTY machinery.
21539         * Makefile.in (stringpool.o): Update dependencies.
21540         (c-pch.o): Update dependencies.
21541         (ggc-common.o): Update dependencies.
21542         * stringpool.c: Include gt-stringpool.h.
21543         (gt_pch_p_S): New.
21544         (gt_pch_n_S): New.
21545         (struct string_pool_data): New.
21546         (spd): New.
21547         (gt_pch_save_stringpool): New.
21548         (gt_pch_restore_stringpool): New.
21549         * tree.c (init_ttree): Make type_hash_table allocated using GC.
21550
21551         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
21552
21553         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
21554         (output_mangled_typename): Don't pass size_t to printf.
21555
21556         * tree.h (union tree_type_symtab): Add tag to `address' field.
21557         (union tree_decl_u2): Add tag to 'i' field.
21558         * varasm.c (union rtx_const_un): Add tags to all fields.
21559         * gengtype.c (struct walk_type_data): New.
21560         (output_escaped_param): Take struct walk_type_data parameter.
21561         (write_gc_structure_fields): Delete.
21562         (walk_type): New.
21563         (write_gc_marker_routine_for_structure): Delete.
21564         (write_func_for_structure): New.
21565         (gc_mark_process_field): New.
21566         (gc_mark_func_name): New.
21567         (gc_counter): Delete.
21568         (write_gc_types): Use write_func_for_structure.
21569         (write_gc_roots): Use walk_type.
21570
21571         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
21572
21573         * ggc-common.c (ggc_mark_roots): Delete 'x'.
21574         (ggc_splay_dont_free): Fix warning about unused 'x'.
21575         (ggc_print_common_statistics): Remove warnings.
21576
21577         2002-10-01  Mike Stump  <mrs@apple.com>
21578
21579         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
21580         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
21581
21582         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
21583             Catherine Moore  <clm@redhat.com>
21584
21585         * Makefile (c-pch.o): Update dependencies.
21586         (LIBCPP_OBJS): Add cpppch.o.
21587         (cpppch.o): New.
21588         * c-common.c (c_common_init): Don't call pch_init here.
21589         * c-common.h (c_common_read_pch): Update prototype.
21590         * c-lex.c (c_common_parse_file): Call pch_init here.
21591         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
21592         (c_common_decode_option): Handle them.
21593         * c-pch.c: Include c-pragma.h.
21594         (save_asm_offset): Delete.
21595         (pch_init): Move contents of save_asm_offset into here, call
21596         cpp_save_state.
21597         (c_common_write_pch): Call cpp_write_pch.
21598         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
21599         cpp_valid_state.
21600         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
21601         * cppfiles.c (stack_include_file): Update for change to
21602         parameters of cb.read_pch.
21603         * cpphash.h (struct cpp_reader): Add `savedstate' field.
21604         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
21605         `restore_pch_deps' fields.
21606         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
21607         (cpp_save_state): Prototype.
21608         (cpp_write_pch): Prototype.
21609         (cpp_valid_state): Prototype.
21610         (cpp_read_state): Prototype.
21611         * cpppch.c: New file.
21612         * flags.h (version_flag): Remove prototype.
21613         * mkdeps.c (deps_save): New.
21614         (deps_restore): New.
21615         * mkdeps.h (deps_save): Prototype.
21616         (deps_restore): Prototype.
21617         * toplev.c (late_init_hook): Delete.
21618         (version_flag): Make static again.
21619         (compile_file): Don't call late_init_hook.
21620         * toplev.h (late_init_hook): Delete.
21621         * doc/cppopts.texi: Document -fpch-deps.
21622         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
21623
21624         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
21625
21626         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
21627         callers.
21628         (c_common_valid_pch): Rename from c_valid_pch, change callers.
21629         (c_common_read_pch): Rename from c_read_pch, change callers.
21630
21631         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
21632         a space between it and its argument.
21633
21634         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
21635
21636         * c-pch.c: New file.
21637         * toplev.h (late_init_hook): Declare.
21638         * toplev.c (late_init_hook): Define.
21639         (version_flag): Make globally visible.
21640         (compile_file): Call late_init_hook.
21641         (init_asm_output): Make output file seekable.
21642         * gcc.c (default_compilers): Update c-header rule.
21643         * flags.h (version_flag): Declare.
21644         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
21645         fields.
21646         * cppfiles.c (struct include_file): Add 'pch' field.
21647         (INCLUDE_PCH_P): New.
21648         (open_file_pch): New.
21649         (stack_include_file): Handle PCH files specially.
21650         (find_include_file): Call open_file_pch instead of open_file.
21651         (_cpp_read_file): Explain why open_file is used instead of
21652         open_file_pch.
21653         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
21654         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
21655         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
21656         in cpplib callbacks.
21657         * c-common.c (pch_file): Correct comment.
21658         (allow_pch): Define.
21659         (c_common_init): Call pch_init.
21660         * c-common.h (allow_pch): Declare.
21661         (pch_init): Declare.
21662         (c_valid_pch): Declare.
21663         (c_read_pch): Declare.
21664         (c_write_pch): Declare.
21665         * Makefile.in (c-pch.o): New.
21666         (C_AND_OBJC_OBJS): Add c-pch.o.
21667         * doc/invoke.texi (Precompiled Headers): Add index entries,
21668         complete truncated paragraph.
21669
21670         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
21671
21672         * c-common.c: (pch_file): Define.
21673         * c-common.h (pch_file): Declare.
21674         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
21675         (missing_arg): Require --output-pch= to have an argument.
21676         (c_common_decode_option): Handle --output-pch=.
21677         * gcc.c: Document new %V.
21678         (default_compilers): Handle compiling C header files.
21679         (do_spec_1): Implement %V.
21680         (main): Handle "gcc foo.h" without trying to run linker.
21681         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
21682         (Overall Options): Document what the driver does with header files,
21683         document new -x option possibilities.
21684         (Invoking G++): More documentation for PCH.
21685         (Precompiled Headers): New.
21686
21687         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
21688
21689         * ggc.h: Don't include varray.h.  Rearrange functions to be more
21690         organized.
21691         (ggc_add_root): Delete.
21692         (ggc_mark_rtx): Delete.
21693         (ggc_mark_tree): Delete.
21694         (struct ggc_statistics): Remove contents.
21695         * ggc-common.c: Remove unneeded includes.
21696         (struct ggc_root): Delete.
21697         (roots): Delete.
21698         (ggc_add_root): Delete.
21699         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
21700         (ggc_print_common_statistics): Remove most of the contents.
21701         * Makefile.in (GGC_H): No longer uses varray.h.
21702         (ggc-common.o): Update dependencies.
21703         (c-parse.o): Add varray.h to dependencies.
21704         (c-common.o): Add varray.h.
21705         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
21706         (mark_ident_hash): Rename to ggc_mark_stringpool.
21707         (init_stringpool): Don't use ggc_add_root.
21708         * c-parse.in: Include varray.h.
21709         * c-common.c: Include varray.h.
21710         * objc/Make-lang.in (objc-act.o): Add varray.h.
21711         * objc/objc-act.c: Include varray.h.
21712
21713         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
21714
21715         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
21716         (dw_cfi_oprnd1_desc): Likewise.
21717
21718         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
21719
21720         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
21721         move out of ifdef.
21722         (alpha_links): Use gengtype to mark; move out of ifdef.
21723         (mark_alpha_links_node): Delete.
21724         (mark_alpha_links): Delete.
21725         (alpha_need_linkage): Use GGC to allocate splay tree, struct
21726         alpha_links, strings.  Don't use ggc_add_root.
21727         * ggc-common.c (ggc_splay_alloc): New.
21728         (ggc_splay_dont_free): New.
21729         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
21730         (ggc_mark_tree): Likewise.
21731         (splay_tree_new_ggc): New.
21732         (ggc_splay_alloc): Declare.
21733         (ggc_splay_dont_free): Declare.
21734         * dwarf2asm.c: Include gt-dwarf2asm.h.
21735         (mark_indirect_pool_entry): Delete.
21736         (mark_indirect_pool): Delete.
21737         (indirect_pool): Use gengtype to mark.
21738         (dw2_force_const_mem): Don't use ggc_add_root.
21739         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
21740         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
21741         (gt-dwarf2asm.h): Depend on s-gtype.
21742
21743         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
21744
21745         * tree.h (union tree_type_symtab): Mark `die' field.
21746         * Makefile.in (dwarf2out.o): Update dependencies.
21747         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
21748         hash tables.
21749         (dw_cfi_oprnd1_desc): New function.
21750         (dw_cfi_oprnd2_desc): New function.
21751         (indirect_string_alloc): Delete.
21752         (debug_str_do_hash): New function.
21753         (debug_str_eq): New function.
21754         (mark_limbo_die_list): Delete.
21755         (dwarf2out_init): Don't call ggc_add_root.
21756
21757 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
21758
21759         The following changes are merged from itanium-sched-branch:
21760
21761         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
21762
21763         * doc/md.texi: Clarify assignment of units to automata description.
21764
21765         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
21766
21767         * genautomata.c (unit_decl): Remove members
21768         `the_same_automaton_unit' and
21769         `the_same_automaton_message_reported_p'.
21770         (process_unit_to_form_the_same_automaton_unit_lists,
21771         form_the_same_automaton_unit_lists_from_regexp,
21772         form_the_same_automaton_unit_lists, the_same_automaton_lists):
21773         Remove them.
21774         (annotation_message_reported_p): New global variable.
21775         (check_unit_distribution_in_reserv,
21776         check_regexp_units_distribution): New functions.
21777         (check_unit_distributions_to_automata): Rewrite it.
21778
21779         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
21780
21781         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
21782         Use continue instead of break if cycle is too big.
21783
21784         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
21785
21786         * genautomata.c (check_unit_distributions_to_automata): Output at
21787         most one message for a unit.
21788         (process_unit_to_form_the_same_automaton_unit_lists): Check
21789         automaton of units instead of units themself.
21790
21791         * doc/md.texi: Describe the constraint about assigning unit to
21792         automata.
21793
21794         2002-12-20  Jan Hubicka  <jH@suse.cz>
21795                     Vladimir Makarov  <vmakarov@redhat.com>
21796
21797         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
21798         and `in_set_p'.
21799         (gen_cpu_unit): Initialize the new members.
21800         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
21801         up `min_occ_cycle_num'.
21802         (evaluate_max_reserv_cycles): Change the function call.
21803         (CLEAR_BIT): New macro.
21804         (states_union, state_shift): Use the mask.
21805         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
21806         (form_reservs_matter): New function.
21807         (make_automaton): Call the function and use the mask.
21808         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
21809         account.
21810
21811         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
21812
21813         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
21814
21815         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
21816
21817         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
21818         for Itanium.
21819
21820         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
21821
21822         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
21823         default cpu.
21824
21825         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
21826                 2002-10-31  Dale Johannesen <dalej@apple.com>
21827
21828         * haifa-sched.c (find_set_reg_weight): New function.
21829         (find_insn_reg_weight): Use the new function.
21830         (schedule_block): Do sorting ready queue always
21831         after insn issue.
21832
21833         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
21834
21835         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
21836
21837         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
21838
21839         * haifa-sched.c (choice_entry): New structure.
21840         (choice_stack, cycle_issued_insns): New variables.
21841         (max_issue): Rewrite it.
21842         (choose_ready): Set up ready_try for unknown insns too.
21843         (schedule_block): Allocate and free choice_stack.  Set up
21844         and modify cycle_issued_insns.
21845
21846         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
21847         with and without filling the bundle.
21848         (bundling): Combine calls of issue_nops_and_insn.
21849
21850         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
21851
21852         * config/ia64/itanium1.md: New file.
21853
21854         * config/ia64/itanium2.md: New file.
21855
21856         * config/ia64/ia64.md: Move DFA descriptions into the new files.
21857         Remove the old pipeline description.
21858
21859         * config/ia64/ia64.c (ia64_override_options): Add aliases of
21860         itanium processor names.
21861
21862         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
21863
21864         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
21865         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
21866
21867         * config/ia64/ia64.md: Add descriptions for Itanium2.
21868
21869         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
21870
21871         * config/ia64/ia64.h (processor_type): New enumeration.
21872         (ia64_tune, ia64_tune_string): New external declarations.
21873         (TARGET_OPTIONS): Add option `tune='.
21874
21875         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
21876         variables.
21877         (ia64_override_options): Set up `ia64_tune'.
21878         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
21879         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
21880         (bundling): Add nops for MM-insns only for Itanium.
21881         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
21882         Itanium.
21883
21884         * config/ia64/ia64.md (cpu): New attribute.
21885         (DFA description): Enable it only for Itanium.
21886
21887         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
21888                     Richard Henderson  <rth@redhat.com>
21889
21890         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
21891         MASK_EARLY_STOP_BITS.
21892         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
21893         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
21894         `early-stop-bits'.
21895
21896         * config/ia64/ia64.c (ia64_dfa_new_cycle,
21897         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
21898         instead of TARGET_TUNE_STOP_BITS.
21899
21900         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
21901         `-mearly-stop-bits'.
21902
21903         * config/ia64/ia64.c (automata_option "v"): Comment it.
21904
21905         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
21906
21907         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
21908         New macros.
21909         (TARGET_SWITCHES): Add entries for the new option.
21910
21911         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
21912         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
21913         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
21914         global variables.
21915         (ia64_sched_reorder2): Set up `clocks'.
21916         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
21917         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
21918         queue when TARGET_TUNE_STOP_BITS.
21919         (bundling): Insert additional nops for MM-insns.
21920         (final_emit_insn_group_barriers): Add insertion of stop bits
21921         according `stops_p'.
21922         (ia64_reorg): Initiate the new varibales.
21923
21924         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
21925
21926         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
21927
21928         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
21929         insns at the end of block insn scheduling.
21930
21931         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
21932
21933         * sched-deps.c (remove_dependence, group_leader): Remove it.
21934         (add_dependence): Add dependence to group leader to.
21935         (set_sched_group_p): Add dependence to the first insn of the
21936         schedule group too.
21937         (sched_analyze_insn): Make dependence to jump as anti-dependence.
21938         Change true dependence by anti-dependence when
21939         `reg_pending_barrier'.
21940
21941         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
21942         add_branch_dependences): Ignore schedule groups.
21943
21944         * sched-ebb.c (init_ready_list): Ditto.
21945
21946         * (move_insn, set_priorities): Ditto.
21947
21948         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
21949         flag is clear after reload.
21950         (adjust_cost): Change cost only for output dependencies.
21951
21952         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
21953
21954         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
21955
21956         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
21957
21958         * target.h (gcc_target): Add member
21959         `dependencies_evaluation_hook'.
21960
21961         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
21962         macro.
21963         (TARGET_SCHED): Add initiatialization of the new member.
21964
21965         * sched-ebb.c: Include `target.h'.
21966         (schedule_ebb): Call `dependencies_evaluation_hook'.
21967
21968         * sched-rgn.c (schedule_region): Call
21969         `dependencies_evaluation_hook'.
21970
21971         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
21972         New macro.
21973         (ia64_dependencies_evaluation_hook): New function.
21974
21975         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
21976         Describe the new hook.
21977
21978         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
21979
21980         * target.h (gcc_target): Add members
21981         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
21982
21983         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
21984         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
21985         macros.
21986         (TARGET_SCHED): Add initiatialization of the new members.
21987
21988         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
21989         insn scheduling too.
21990         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
21991         initialize `ready_try'.
21992         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
21993         `dfa_new_cycle' says not to do it.
21994
21995         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
21996         bundling.
21997
21998         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
21999
22000         * config/ia64/ia64.c: Include `hashtab.h'.
22001         (ia64_first_cycle_multipass_dfa_lookahead_guard,
22002         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
22003         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
22004         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
22005         bundle_state_eq_p, insert_bundle_state,
22006         initiate_bundle_state_table, finish_bundle_state_table,
22007         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
22008         get_template, get_next_important_insn, bundling): New functions.
22009         (ia64_internal_sched_reorder): Remove it.
22010         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22011         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
22012         (ia64_safe_itanium_requires_unit0): Remove it.
22013         (group_barrier_needed_p): Place group barrier right before a real
22014         insn.
22015         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
22016         Remove them.
22017         (bundle_name): New variable.
22018         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
22019         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
22020         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
22021         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
22022         temp_dfa_state, prev_cycle_state): New global variables.
22023         (insn_matches_slot, maybe_rotate, finish_last_head,
22024         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
22025         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
22026         find_best_packet, itanium_reorder, dump_current_packet,
22027         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
22028         (sched_data, sched_ready, sched_types): Remove them.
22029         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
22030         `init_insn_group_barriers'.
22031         (ia64_sched_reorder, ia64_sched_reorder2): Call
22032         ia64_dfa_sched_reorder.
22033         (ia64_variable_issue): Rewrite it.
22034         (bundle_state): New structure.
22035         (index_to_bundle_states, bundle_states_num,
22036         allocated_bundle_states_chain, free_bundle_state_chain): New
22037         global variables.
22038         (ia64_sched_finish): Add stop bits and call `bundling' after the
22039         2nd insn scheduling.
22040         (ia64_use_dfa_pipeline_interface): Return zero always.
22041         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
22042         insn scheduling.
22043         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
22044         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
22045         (ia64_reorg): Add bundling insns.
22046
22047         * doc/tm.texi
22048         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
22049         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
22050
22051         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
22052
22053         * config/ia64/ia64.md: Add Itanium1 DFA description.
22054         (itanium_class): Add `nop' and `pre_cycle'.  Add
22055         define_function_unit for `nop'.
22056         (nop): Change attribute `itanium_class'.
22057         (pre_cycle): New define_insn.
22058
22059         * config/ia64/ia64-protos.h (bundling_p): New external variable.
22060         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
22061         ia64_produce_address_p): New function prototypes.
22062
22063         * config/ia64/ia64.c (bundling_p): New global variable.
22064         (ia64_use_dfa_pipeline_interface,
22065         ia64_first_cycle_multipass_dfa_lookahead,
22066         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
22067         functions.
22068         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
22069         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
22070         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
22071         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
22072         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
22073         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
22074         (dfa_pre_cycle_insn): New variable.
22075
22076         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22077
22078         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
22079         constructions.
22080
22081         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
22082         New function prototypes.
22083
22084         * genattrtab.c (main): Process the new constructions.
22085
22086         * genautomata.c (gen_presence_absence_set,
22087         process_presence_absence_names, process_presence_absence_patterns,
22088         add_presence_absence, check_absence_pattern_sets): Add parameter
22089         `final_p'.
22090         (unit_decl): Add new members `final_presence_list' and
22091         `final_absence_list'.
22092         (unit_pattern_rel_decl): Add new member `final_p'.
22093         (gen_final_presence_set, gen_final_absence_set): New functions.
22094         (process_decls): Use member `final_p'.
22095         (temp_reserv): New global variable.
22096         (reserv_sets_are_intersected): Add processing `final_presence_set'
22097         and `final_absence_set'.
22098         (initiate_states): Allocate `temp_reserv'.
22099         (unit_final_presence_set_table, unit_final_absence_set_table): New
22100         gloabal variables.
22101         (initiate_presence_absence_pattern_sets): Initiate them.
22102         (NDFA_to_DFA): Fix typo.
22103         (output_description): Output `final_presence_set' and
22104         `final_absence_set'.
22105
22106         * doc/md.texi (final_presence_set, final_absence_set): Describe
22107         them.
22108
22109         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22110
22111         * genautomata.c (transform_3): Process a missing case (nothing on
22112         unit place).
22113
22114         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
22115
22116         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
22117         comments about queried units and the minimization.
22118
22119         * doc/md.texi: Ditto.
22120
22121         * genautomata.c (create_composed_state): Return nonzero if the new
22122         state has been created.
22123         (first_cycle_unit_presence): New function.
22124         (state_is_differed): Add new parameter.  Use the new function.
22125         Take queried units into account.
22126         (partition_equiv_class): Pass additional parameter to
22127         `state_is_differed'.
22128         (merge_states): Process composed states too.
22129         (build_automaton, create_automata, output_min_issue_delay_table,
22130         output_tables, output_statistics): Output more information.
22131         (output_reserved_units_table): Use function
22132         `first_cycle_unit_presence'.
22133         (output_tables): Output table of queried units even if the
22134         minimization is switched on.
22135         (write_automata): Output code for querying units even if the
22136         minimization is switched on.
22137
22138         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
22139
22140         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
22141         syntax of the constructions.
22142
22143         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
22144         extended syntax of the constructions.
22145
22146         * genautomata.c (unit_rel_decl): Rename it to
22147         `unit_pattern_rel_decl'.
22148         (pattern_set_el, pattern_reserv): New structures.
22149         (pattern_set_el_t, pattern_reserv_t): New types.
22150         (gen_presence_absence_set): New function.
22151         (process_presence_absence): Remove it.
22152         (process_presence_absence_names,
22153         process_presence_absence_patterns): New functions.
22154         (get_presence_absence_set): Remove it.
22155         (initiate_presence_absence_sets): Rename it on
22156         `initiate_presence_absence_pattern_sets'.  Use new function
22157         `form_reserv_sets_list'.
22158         (form_reserv_sets_list, check_presence_pattern_sets,
22159         check_absence_pattern_sets, output_pattern_set_el_list): New
22160         functions.
22161         (unit_decl): Change types of members `presence_list' and
22162         `absence_list'.
22163         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
22164         (decl): Change types of members `excl', `presence', and `absence'.
22165         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
22166         at the end of the vector.
22167         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
22168         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
22169         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
22170         (gen_presence_set, gen_absence_set): Use new function
22171         `gen_presence_absence_set'.
22172         (add_presence_absence): Process `pattern_list' instead of
22173         `source_list'.
22174         (process_decls): USe new functions
22175         `process_presence_absence_names' and
22176         `process_presence_absence_patterns'.
22177         (reserv_sets_are_intersected): Use new function
22178         `check_presence_pattern_sets'.
22179         (presence_set, absence_set): Remove them.
22180         (unit_presence_set_table, unit_absence_set_table): New global
22181         variables.
22182         (output_description): Use new function
22183         `output_pattern_set_el_list'.
22184         (generate): Use `initiate_presence_absence_pattern_sets'.
22185
22186         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
22187
22188         * genattr.c (main): Add output of prototype of new interface
22189         function `dfa_clean_insn_cache'.
22190
22191         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
22192         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
22193         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
22194         the generated code.
22195         (write_automata): Call the new function.
22196
22197 2003-01-09  Jan Hubicka  <jh@suse.cz>
22198
22199         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
22200         correctly.
22201
22202 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
22203
22204         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
22205
22206 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
22207
22208         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
22209         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
22210         (CONSTRAINT_LEN): Provide default definition.
22211         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22212         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
22213         (EXTRA_CONSTRAINT_STR): Likewise.
22214         (REG_CLASS_FROM_CONSTRAINT): Define.
22215         * genoutput.c (check_constraint_len, constraint_len): New functions.
22216         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
22217         constraint / modifier.
22218         (gen_insn): Call check_constraint_len.
22219         * local-alloc.c (block_alloc): Update to use new macros / pass
22220         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
22221         * ra-build.c (handle_asm_insn): Likewise.
22222         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
22223         (constrain_operands, peep2_find_free_register): Likewise.
22224         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
22225         * regmove.c (find_matches): Likewise.
22226         * reload.c (push_secondary_reload, find_reloads): Likewise.
22227         (alternative_allows_memconst): Likewise.
22228         * reload1.c (maybe_fix_stack_asms): Likewise.
22229         (reload_cse_simplify_operands): Likewise.
22230         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
22231         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
22232         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
22233         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
22234         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
22235         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
22236
22237         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
22238
22239 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22240
22241         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
22242         length.
22243         (*extzv_1_r_h8300hs): Likewise.
22244         (*extzv_1_r_inv_h8300): Likewise.
22245         (*extzv_1_r_inv_h8300hs): Likewise.
22246
22247 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22248
22249         * config/h8300/h8300.h (PREDICATE_CODES): New.
22250
22251 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
22252
22253         * config/h8300/h8300.md (*addsi3_upper): New.
22254         (*iorsi3_shift): Likewise.
22255         (two splitters): Likewise.
22256         (*addsi3_shift): Likewise.
22257         (two splitters): Likewise.
22258
22259 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
22260
22261         * Makefile.in (optabs.o): Add dependency on basic-block.h.
22262         * basic-block.h (control_flow_insn_p): Fuction was exported.
22263         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
22264         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
22265         notes only when the region is contained in a single basic block.
22266
22267 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
22268
22269         PR inline-asm/8832
22270         * tree.h (expand_asm): New prototype.
22271         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
22272         to do so.
22273         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
22274         down to expand_asm.
22275         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
22276         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
22277         (volatile_refs_p) [ASM_INPUT]: Likewise.
22278         (side_effects_p) [ASM_INPUT]: Likewise.
22279
22280 2003-01-09  Jan Hubicka  <jh@suse.cz>
22281
22282         * i386.md (*mul*): FIx constraints; remove confused comment; fix
22283         athlon_decode attributes
22284         (imul/k8 optimization peep2s): New.
22285
22286         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
22287         * i386.md (type attribute): Add ssecomi.
22288         (unit, memory, prefix attributes): Handle ssecomi.
22289         (cvt?2? patterns): Fix athlon_decode attribute
22290         (comi patterns): Set attribute to ssecomi.
22291
22292         PR target/8343
22293         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
22294
22295 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
22296
22297         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
22298         that match register_operands.
22299         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
22300         register_operand the default case.
22301
22302 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
22303
22304         PR c/8032
22305         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
22306         an empty element, do not advance the pointer to unfilled
22307         fields if there are pending initializers.
22308
22309 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
22310
22311         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
22312         (install-gcc-tooldir, install-cpp, installdirs,
22313         install-common, install-driver, install-info, install-man,
22314         install-headers, install-include-dir, install-headers-tar,
22315         install-headers-cpio, install-headers-cp, install-mkheaders,
22316         install-collect2, uninstall): Prepend $(DESTDIR) to
22317         destination paths in all (un)installation commands.
22318         (install-driver): Rewrite $(LN) commands to support DESTDIR
22319         with "ln" as well as with "ln -s".
22320         (installdirs): Simply use mkinstalldirs.
22321         (install-libgcc, install-multilib): Also pass DESTDIR.
22322         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
22323         installation destination variable ldir.
22324         * config/alpha/t-osf4, config/arm/t-netbsd,
22325         config/ia64/t-hpux, config/mips/t-iris5-6,
22326         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
22327         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
22328         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
22329         in the definition of SHLIB_INSTALL.
22330         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
22331         $(libsubdir) in the installation commands.
22332
22333 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
22334
22335         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
22336         non-optimizing compile.
22337         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
22338         compile.
22339
22340 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
22341
22342         * config/i386/i386.c (ix86_attribute_table): Add new attributes
22343         ms_struct and gcc_struct.
22344         (ix86_handle_struct_attribute): New function.
22345         (ix86_ms_bitfield_layout_p): Update to take new attributes
22346         into account.
22347         * doc/extend.texi: Document new attributes.
22348         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
22349
22350 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
22351
22352         PR optimization/8750
22353         * config/i386/i386.c (ix86_expand_prologue): Don't allow
22354         scheduling pass to move insns across __alloca call.
22355
22356 2003-01-08  Dale Johannesen  <dalej@apple.com>
22357
22358         * config/rs6000/rs6000.md:  Replace *store_multiple_string
22359         with *stmsi[3-8].
22360
22361 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
22362
22363         PR target/9210
22364         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
22365         Set SYMBOL_REF_FLAG on local data sym_ref.
22366
22367 2003-01-08  Dale Johannesen  <dalej@apple.com>
22368
22369         * function.c (assign_parms):  Don't set pretend_args_size if
22370           REG_PARM_STACK_SPACE.
22371           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
22372           pretend_args_size.
22373
22374 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
22375
22376         * gcc.hlp: Delete.
22377
22378 2003-01-09  Jan Hubicka  <jh@suse.cz>
22379
22380         * i386.c  (ix86_expand_int_addcc): Fix thinko.
22381
22382 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
22383
22384         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
22385         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
22386         as hook_bool_tree_hwi_hwi_tree_true.
22387         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
22388         (rs6000_emit_epilogue): Same.
22389         (rs6000_output_mi_thunk): Re-implement as RTL.
22390         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
22391         xcoffout_declare_function if any debugging enabled.
22392
22393 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
22394
22395         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
22396         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
22397         * config/mips/mips.h (enum processor_type): Rename
22398         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
22399         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
22400         Add PROCESSOR_M4K.
22401         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
22402         (ISA_MIPS32R2): New define.
22403         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
22404         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
22405         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
22406         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
22407         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
22408         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
22409         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
22410         compiling MIPS16 code.
22411         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
22412         comment.
22413         (ISA_HAS_SEB_SEH): New define.
22414         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
22415         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
22416         processor_type value renaming.  Add support for MIPS32R2.
22417         Clean up comments, and move "sb1" entry with other MIPS64 CPU
22418         entries.
22419         (override_options): Reimplement -mipsN option handling so that
22420         it will work correctly for -mips32r2.  Avoid branch-likely
22421         instructions on MIPS32R2.
22422         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
22423         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
22424         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
22425         (extendhisi2_hw, extendqisi2_hw): New.
22426         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
22427         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
22428         MIPS32R2, and MIPS64.
22429         (LINK_SPEC): Pass -mips32r2 to linker.
22430         * config/mips/t-isa3264: Built -mips32r2 multilibs.
22431         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
22432         for mips32r2 in the -march description.  Alphabetically sort
22433         CPU names in the -march description.  Add long-missed -mips32
22434         and -mips64 to MIPS option summary.
22435
22436         * config.gcc: Update copyright years to include 2003.
22437         * config/mips/mips.c: Likewise.
22438         * config/mips/mips.h: Likewise.
22439         * config/mips/mips.md: Likewise.
22440         * config/mips/netbsd.h: Likewise.
22441         * doc/invoke.texi: Likewise.
22442
22443 2003-01-08  Andreas Schwab  <schwab@suse.de>
22444
22445         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
22446         variable.
22447         * configure: Regenerated.
22448
22449 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
22450
22451         * config/h8300/h8300.c (output_logical_op): Replace byte/word
22452         extraction of det with b0, b1, w0, w2, etc.
22453         (compute_logical_op_length): Likewise.
22454         (compute_logical_op_cc): Likewise.
22455
22456 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
22457
22458         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
22459         HIGH on all variants.
22460
22461 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
22462
22463         * Makefile.in (PARTITION_H): New.
22464         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
22465         * basic-block.h: Include hard-reg-set.h.
22466
22467 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
22468
22469         * arm.h (ENABLE_XF_PATTERNS): Delete.
22470         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
22471         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
22472         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
22473         (cmpxf_trap): Delete.
22474         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
22475
22476 2003-01-08  Jan Hubicka  <jh@suse.cz>
22477
22478         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
22479         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
22480         (add??cc): New expanders.
22481         * i386.c (expand_int_addcc): New function.
22482         * i386-protos.h (expand_int_addcc): Declare.
22483
22484         * alias.c (memory_modified_1): New static function.
22485         (memory_modified): New static varaible.
22486         (memory_modified_in_insn_p): New global function.
22487         * rtl.h (memory_modified_in_insn_p): Declare.
22488         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
22489         references.
22490
22491         * expr.h (emit_conditional_add): Declare.
22492
22493 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
22494
22495         PR other/8947
22496         * doc/invoke.texi (-malign-double): Explain that the option breaks
22497         binary compatibility.
22498
22499 2003-01-08  Andreas Schwab  <schwab@suse.de>
22500
22501         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
22502         should come from the generic *-*-linux* entry.
22503
22504 2003-01-07  Jan Hubicka  <jh@suse.cz>
22505
22506         * cselib.c (cselib_current_insn_in_libcall): New static variable.
22507         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
22508         we are inside libcall.
22509         * cselib.h (elt_loc_list): Add in_libcall.
22510         * gcse.c (do_local_cprop): Do not copy propagate using insns
22511         in libcalls.
22512
22513 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
22514
22515         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
22516         not normally affect to issue rate.
22517
22518 2003-01-07  Jan Hubicka  <jh@suse.cz>
22519
22520         * genopinit.c (optabs): Add addc_optab.
22521         * ifcvt.c (noce_try_store_flag): Rename to ...
22522         (noce_try_addcc): ... this one; handle generic conditional increment.
22523         (noce_process_if_block): Update noce_try_addcc call.
22524         * optabs.c (emit_conditional_add): New.
22525         (init_obtabs): Initialize addc_optab.
22526         * optabs.h (optab_index): Add OTI_addcc.
22527         (addcc_optab): New macro.
22528         * md.texi: Document addMcc
22529
22530         PR target/8322
22531         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
22532         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
22533         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
22534
22535         * reload1.c (delete_output_reload): Avoid repeated attempts
22536         to delete insn.
22537
22538 2003-01-07  Andreas Schwab  <schwab@suse.de>
22539
22540         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
22541         Move --enable-initfini-array check ...
22542         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
22543         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
22544         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
22545         * configure: Rebuild.
22546
22547 2003-01-07  Richard Henderson  <rth@redhat.com>
22548
22549         * alias.c (find_base_value): Only use new_reg_base_value shortcut
22550         if the register is set once.
22551
22552 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
22553
22554         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
22555         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
22556         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
22557
22558 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
22559             Sunil Davasam  <sunil.k.davasam@intel.com>
22560
22561         PR libstdc++/9076
22562         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
22563         DW_CFA_same_value, read next and ignore.
22564
22565 2003-01-07  Richard Henderson  <rth@redhat.com>
22566
22567         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
22568
22569 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
22570
22571         * cfg.c: Include alloc-pool.h
22572         (edge_pool): New pool.
22573         (bb_pool): New pool.
22574         (first_deleted_edge): Remove.
22575         (first_deleted_block): Remove.
22576         (init_flow): Alloc/free the pools.
22577         (free_edge): Use pools.
22578         (alloc_block): Ditto.
22579         (expunge_block): Ditto.
22580         (cached_make_edge): Ditto.
22581
22582         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
22583
22584 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
22585
22586         * et-forest.c: Include alloc-pool.h.
22587         (struct et_forest): Add node_pool and occur_pool.
22588         (et_forest_create): Create the new pools.
22589         (et_forest_delete): Delete them.
22590         (et_forest_add_node): Allocate and free using pools.
22591         (et_forest_add_edge): Ditto.
22592         (et_forest_remove_node): Ditto.
22593         (et_forest_remove_edge): Ditto.
22594
22595         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
22596
22597 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
22598
22599         * config/h8300/h8300.c (output_logical_op): Simplify and
22600         optimize the handling of SImode.
22601         * config/h8300/h8300.c (compute_logical_op_length): Update
22602         accordingly.
22603         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
22604
22605 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
22606
22607         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
22608         big-endian correction to indirect arguments too.
22609
22610 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
22611
22612         Segher Boessenkool  <segher@koffie.nl>
22613
22614         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
22615         (alt_reg_names): Ditto, fix formatting.
22616         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
22617
22618 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
22619
22620         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
22621         (output_logical_op): Constify intval and det.
22622         (compute_logical_length): Likewise.
22623         (compute_logical_cc): Likewise.
22624         (output_a_shift): Constify mask.
22625         (h8300_encode_label): Constify len.
22626
22627 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
22628
22629         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
22630         (h8300_expand_epilogue): Likewise.
22631
22632 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
22633
22634         Segher Boessenkool  <segher@koffie.nl>
22635
22636         * config/rs6000/altivec.md: Remove spaces from assembler
22637         instruction argument lists.
22638
22639 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
22640
22641         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
22642         c4x_assembler_function_p.
22643         (c4x_null_epilogue_p): Complement return value, all uses updated.
22644         (c4x_insert_attributes): Add naked.
22645         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
22646         * doc/extend.texi: Update C4x function attributes.
22647
22648 2003-01-06  Richard Henderson  <rth@redhat.com>
22649
22650         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
22651         properly when changing "local-ness".
22652         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
22653
22654 2003-01-06  Dale Johannesen  <dalej@apple.com>
22655
22656         * config/darwin-protos.h:  Add prototypes for new section functions.
22657
22658 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
22659
22660         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
22661         to EABI.
22662
22663 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
22664
22665         * hwint.h: If the current compiler has no 64-bit type at all,
22666         make HOST_WIDEST_INT 32 bits.
22667
22668 2003-01-06  Eric Christopher  <echristo@redhat.com>
22669
22670         * config/mips/mips.md (movdf_internal2): Fix constraints.
22671
22672 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
22673
22674         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
22675
22676 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
22677
22678         * config/mips/mips.md (leadi): Use dla rather than la.
22679
22680 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
22681
22682         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
22683         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
22684
22685 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
22686
22687         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
22688         redefinition.
22689
22690 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
22691
22692         * config/h8300/h8300.md (*extzv_8_23): New.
22693
22694 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
22695
22696         * pa64-hpux.h (JCR_SECTION_NAME): Define.
22697         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
22698         USE_EH_FRAME_REGISTRY when defining.
22699
22700 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
22701
22702         * config/h8300/h8300.c (output_a_shift): Do not output a
22703         variable shift.
22704         * config/h8300/h8300.md (two splitters): New.
22705
22706 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
22707
22708         * config/mips/mips.md: Disable the movstrsi define_split.
22709
22710 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22711
22712         * alloc-pool.c: Don't include "libiberty.h".
22713         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
22714         * convert.c (convert_to_real): Hide unused variable.
22715
22716 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22717
22718         * Makefile.in (gtyp-gen.h): Const-ify.
22719         * gcov-dump.c (tag_table): Likewise.
22720
22721 2003-01-04  Bruce Korb  <bkorb@gnu.org>
22722
22723         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
22724         of *both* the file name and the fix name.
22725
22726 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
22727
22728         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
22729         collect2.
22730         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
22731         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
22732         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
22733         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
22734         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
22735         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
22736         elfos.h.
22737         (EH_FRAME_IN_DATA_SECTION): Delete define.
22738         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
22739         (STARTFILE_SPEC): Use crtbegin.o.
22740         (ENDFILE_SPEC): Use crtend.o.
22741         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
22742         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
22743         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
22744         DTOR_LIST_BEGIN): Define.
22745         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
22746         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
22747         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
22748
22749 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
22750
22751         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
22752         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
22753         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
22754         Cleanup handling of replacement text.
22755         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
22756
22757 2003-01-04  Bruce Korb  <bkorb@gnu.org>
22758
22759         * fixinc/tests/base/math.h: removed obsolete results
22760         * fixinc/tests/base/stdlib.h: ditto
22761         * fixinc/tests/base/sys/param.h: ditto
22762         * fixinc/tests/base/sys/stat.h: ditto
22763         * fixinc/tests/base/time.h: ditto
22764         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
22765         * fixinc/tests/base/sys/byteorder.h: ditto
22766         * fixinc/inclhack.def: Remove superfluous backslashes
22767
22768 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
22769
22770         * config/h8300/h8300-protos.h: Add prototypes for
22771         the new functions defined below.
22772         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
22773         define.
22774         (dosize): Emit RTL instead of assembly code.
22775         (push): Likewise.
22776         (pop): Likewise.
22777         (h8300_output_function_prologue): Remove.
22778         (h8300_expand_prologue): New.
22779         (h8300_expand_epilogue): New.
22780         (h8300_output_function_epilogue): Do only the reset of
22781         pragma_saveall.
22782         * config/h8300/h8300.md (push_h8300): New.
22783         (push_h8300hs): Likewise.
22784         (pop_h8300): Likewise.
22785         (pop_h8300hs): Likewise.
22786         (*stm_h8300s_2): Change the name to stm_h8300s_2.
22787         (*stm_h8300s_3): Change the name to stm_h8300s_3.
22788         (*stm_h8300s_4): Change the name to stm_h8300s_4.
22789         (*ldm_h8300s_2): New.
22790         (*ldm_h8300s_3): Likewise.
22791         (*ldm_h8300s_4): Likewise.
22792         (return): Likewise.
22793         (*return_1): Likewise.
22794         (prologue): Likewise.
22795         (epilogue): Likewise.
22796         (monitor_prologue): Likewise.
22797
22798 2003-01-03  Dale Johannesen  <dalej@apple.com>
22799
22800         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
22801           machopic_picsymbol_stub1.
22802           (EXTRA_SECTION_FUNCTIONS):  Ditto.
22803         * rs6000/rs6000.c:  Update copyright.
22804           (machopic_output_stub):  Use them.  Remove an insn from stub code.
22805
22806 2003-01-02  Jason Merrill  <jason@redhat.com>
22807
22808         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
22809
22810         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
22811         static/external decls.
22812
22813         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
22814         outermost scope.
22815         * c-decl.c (c_make_fname_decl): Push the decls there, too.
22816
22817 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
22818
22819         * config/h8300/h8300-protos.h: Add a prototype for
22820         h8300_current_function_interrupt_function_p.
22821         * config/h8300/h8300.c (interrupt_handler): Remove.
22822         (os_task): Likewise.
22823         (monitor): Likewise.
22824         (pragma_interrupt): New.
22825         (WORD_REG_USED): Use
22826         h8300_current_function_interrupt_function_p.
22827         (dosize): Likewise.
22828         (h8300_output_function_prologue): Likewise.
22829         Do not set interrupt_handler, os_task, monitor.
22830         (h8300_output_function_prologue): Use
22831         h8300_current_function_interrupt_function_p.
22832         Do not set interrupt_handler, os_task, monitor.
22833         (h8300_current_function_interrupt_function_p): New.
22834         (h8300_pr_interrupt): Set pragma_interrupt.
22835         (h8300_insert_attributes): Reset pragma_interrupt.
22836
22837 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
22838
22839         * doc/install.texi (Configuration): Fix markup for reference to
22840         gcc/config.gcc.
22841
22842 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
22843
22844         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
22845         (*iorhi3_two_qi): Likewise.
22846         (*iorsi3_zexthi): Likewise.
22847         (*xorhi3_zextqi): Likewise.
22848         (*xorsi3_zexthi): Likewise.
22849         (*xorsi3_zextqi): Likewise.
22850
22851 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
22852
22853         * config/h8300/h8300.c (stack_pointer_operand): New.
22854         (const_int_gt_2_operand): Likewise.
22855         (const_int_ge_8_operand): Likewise.
22856         * config/h8300/h8300.md (a splitter): Likewise.
22857         (a peephole2): Likewise.
22858         * config/h8300/h8300-protos.h: Add prototypes for the new
22859         functions above.
22860
22861 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
22862
22863         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
22864         objc/objc-act.h: Fix copyright years.
22865
22866 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
22867
22868         * doc/passes.texi: Fix documentation for -fssa-ccp
22869
22870 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
22871
22872         * gccbug.in: Update for new categories.
22873
22874 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
22875
22876         * config/h8300/h8300.md: Reorder some patterns.
22877
22878 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
22879
22880         * config/h8300/h8300.c (output_logical_op): Fix a warning.
22881
22882 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
22883
22884         * config/darwin-protos.h, config/c4x/c4x-protos.h,
22885         config/cris/cris-protos.h, config/i370/i370-protos.h,
22886         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
22887         config/v850/v850-protos.h: Use struct, and don't conditionally
22888         compile on GCC_C_PRAGMA_H.
22889
22890 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
22891
22892         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
22893         * config/h8300/h8300-protos.h: Likewise.
22894         * config/sh/sh-protos.h: Likewise.
22895
22896 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
22897
22898         * config/arm/arm-protos.h: Use struct cpp_reader instead of
22899         cpp_reader.
22900         * config/h8300/h8300-protos.h: Likewise.
22901         * config/sh/sh-protos.h: Likewise.
22902
22903 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
22904
22905         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
22906         arm_pr_long_calls_off): Use struct.
22907         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
22908         : Similarly.
22909         Don't include cpplib.h.
22910         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
22911         sh_pr_nosave_low_regs): Similarly.
22912
22913 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
22914
22915         * config/h8300/h8300.c: Include cpplib.h.
22916
22917 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
22918
22919         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
22920           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
22921           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
22922           "GCC" in the copyright header.
22923
22924 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
22925
22926         * c-pragma.c (c_register_pragma): New.
22927         (init_pragma): Use it.
22928         * c-pragma.h (cpp_register_pragma): Don't declare.
22929         (c_register_pragma): New.
22930         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
22931         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
22932         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
22933         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
22934         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
22935         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
22936         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
22937         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
22938         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
22939         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
22940         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
22941         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
22942
22943 See ChangeLog.8 for earlier changes.